header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 380px;
    padding: 50px 20px;
    background-color: black;
    z-index: 10000;
}



.language{
display:flex;
justify-content:center;
position:absolute;
top:15px;
left:15px;
z-index:1000;
}

.language .active{
   color:#f4d632
}

.language .active:hover {
    color: black
}

.zsigmond-vilmos-arckep {
    width: 150px;
    margin: auto;

}


.hamburger-ikon {
    display: none;

}

.navbar {
    margin-top: 30px;
}

.nav-link {
    color: white;
    width: 100%;
    border: 2px solid transparent;
    display: block;
    margin: 5px 0;
    padding: 10px;
    transition: .5s;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
}

.nav-link.active {
    color: rgb(244, 214, 50);
}


.nav-link:hover {
    border: 2px solid white;
    color: rgb(244, 214, 50);
    text-decoration: none;
    background-color: transparent;
}

.menu-overlay {
    display: none;
}


#scrollUpBtn{
    position: fixed;
    right:10px;
    bottom:10px;
    z-index:10000;
    padding:5px;
background-color: white;
}

.arrow-up{
    max-width:20px;
}




/* <<==--   RESPONSIVE   --==>> */
/* Fekvő nézet */
@media (orientation: landscape) {}

/* Álló nézet */
@media (orientation: portrait) {
    #site-bg-landscape {
        display: none;
    }

    #site-bg-portrait {
        display: block;
    }
}


/* 1680 px, Tablet fekvő (1670 - 1919px)*/
@media only screen and (max-width: 1670px) {}

/* 1440 px, Tablet fekvő (1430 - 1669px)*/
@media only screen and (max-width: 1430px) {}

/* 1366 px, Tablet fekvő (1356 - 1429px)*/
@media only screen and (max-width: 1356px) {}

/* 1280 px, Tablet fekvő (1270 - 1355px)*/
@media only screen and (max-width: 1270px) {}

/* 1024 px, Tablet fekvő (1014 - 1269px)*/
@media only screen and (max-width: 1279px) {}

/* 768 px, Tablet álló (768 - 1013px) */
@media only screen and (max-width: 1013px) {}


@media only screen and (max-width: 991px) {
    header {
        position: static;
        left: 0;
        top: 0;
        height: auto;
        width: 100%;
        padding: 20px 40px;
        display: flex;
        align-items: center;

    }

    .navbar {
        width: 100%;
        margin-top: 0;
    }

    .hamburger-ikon {
        background-image: url("/zsigmondvilmos/files/sys/img/mobile-menu-white.webp");
        width: 1.5rem;
        height: 1.5rem;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        cursor: pointer;
        z-index: 200;
        float: right
    }

    .navbar-nav {
        display: none;
        height: 0;
        overflow: hidden;
        margin-top: 0;
        border: 1px solid white;
        height: 0px;
        transition: .3s;
        background-color: black;
    }


    .zsigmond-vilmos-arckep {
        width: 70px;
        margin: auto;
        transition: .5s;
    }

    .menu-overlay {
        display: none;

    }

    .navbar-nav.show-menu {
        display: block;
        padding: 20px;
        position: absolute;
        top: 100px;
        right: 0px;
        width: 300px;
        height: 350px;
        animation-name: lenyilo;
        animation-duration: .5s;
        animation-timing-function: ease-in;
    }

    @keyframes lenyilo {
        from {
            height: 0px
        }

        ;

        to {
            height: 100%;
        }

        ;
    }

    -webkit-@keyframes lenyilo {
        from {
            height: 0px
        }

        ;

        to {
            height: auto;
            ;
        }

        ;
    }

    .menu-overlay.show-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .nav-link {
        width: 100%;
        margin: 10px 0;
        padding: 5px;
        font-size: 1.2em;
    }
    
   
}

/* 576 px, Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {}

/* 300 px, Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {

    .navbar-nav.show-menu {
        width: 250px;
        height: 300px;
        right: 20px;
    }

    header {
        padding: 20px 20px;
    }

}
