/* MOBIL-MENU MEGJELENÍTÉSE START */
@media screen and (max-width: 964px) {
    .navbar {
        display: none;
    }
    .mobile-menu {
        display: flex;
    }
}
/* MOBIL-MENU MEGJELENÍTÉSE END */

/* LANDING PAGE FELHŐK LÁTHATÓSÁGA START */
@media screen and (max-device-width: 750px) {
    .first {
        background: transparent;
        min-height: fit-content;
        margin-top: 120px;
    }
    .informacio {
        display: none;
    }
    .confirm-button {
        padding: 5px;
    }
}
/* LANDING PAGE FELHŐK LÁTHATÓSÁGA END */

@media screen and (max-device-width: 540px) {
    .confirm-button {
        font-size: medium;
    }
}

/* PORTRAIT ORIENTATION START */
@media (orientation: portrait) {
    .small,
    .sections {
        flex-direction: column;
    }
    .small {
        text-align: center;
    }
    .small p {
        text-align: center;
        margin: auto;
    }
    .section-col-infos {
        text-align: center;
    }
    .informacio {
        display: none;
    }
    .grp h2 {
        text-align: center;
    }
    .grp-photo {
        margin-bottom: 10px;
    }
    .gallery-back-button-cont {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-back-button {
        margin: 0;
    }
}
/* PORTRAIT ORIENTATION END */


@media screen and (max-device-width: 510px) and (orientation: portrait) {
    .grp h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .grp h2 {
        font-size: 21px;
        margin-top: 10px;
    }
    .grp h3 {
        font-size: 20px;
    }
    .grp h4 {
        font-size: 18px;
    }
    .section-col {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .first {
        margin-top: 120px;
    }
}