


#header-container{
    height: 70px;
    background-color: rgba(35, 34, 34, 0);
    transition: 800ms background-color;
    top: 0;
    left: 0;
    z-index: 100;
}



/*****************************************************************************************/
/*************************** HEADER-LOGO-IMAGE-CONTAINER START ***************************/

#header-logo-image-container{
    width: 18%;
}

#header-logo-container{

}
#header-logo-container img{
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
}

#header-image-container{

}
#header-image-container img{
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
}




/*************************** HEADER-LOGO-IMAGE-CONTAINER END ***************************/
/***************************************************************************************/





/*****************************************************************************************/
/*************************** HEADER-NAVIGATION-CONTAINER START ***************************/

#header-nav-container{
    width: 64%;
    /*height: 100% !important;*/
}


.header-nav-pc-buttons,.header-nav-mobile-buttons{
    font-size: 17px;
}

#header-nav-menu-container{
    position: absolute;
    top: calc(100% + 28px);
    right: 0%;
    width: 200px;
    border-radius: 10px ;
    background-color: var(--site-tertiary-first-der);
    transition: 300ms max-height, 300ms opacity;
}


@media screen and (min-width:  1120px) and (max-width: 1300px){
    .header-nav-pc-buttons:nth-child(5){
        display: none !important;
    }
    .header-nav-mobile-buttons:nth-child(5){
        display: flex !important;
    }
    .header-nav-pc-buttons{
        width: 25%;
    }
    #header-nav-container{
        display: flex;
    }
    #header-nav-pc-container{
        width: 90%;
    }
    #header-nav-mobile-container{
        width: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (min-width: 800px) and (max-width: 1120px){
    .header-nav-pc-buttons:nth-child(5){
        display: none !important;
    }
    .header-nav-mobile-buttons:nth-child(5){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(4){
        display: none !important;
    }
    .header-nav-mobile-buttons:nth-child(4){
        display: flex !important;
    }
    .header-nav-pc-buttons{
        width: 33.33%;
    }
    #header-nav-container{
        display: flex;
    }
    #header-nav-pc-container{
        width: 90%;
    }
    #header-nav-mobile-container{
        width: 10%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

}

@media screen and (min-width: 660px) and (max-width: 800px){
    .header-nav-pc-buttons:nth-child(5){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(5){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(4){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(4){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(3){
        display: none !important;
    }
    .header-nav-mobile-buttons:nth-child(3){
        display: flex !important;
    }
    .header-nav-pc-buttons{
        width: 40%;
    }
    .header-nav-pc-buttons,.header-nav-mobile-buttons{
        font-size: 15px;
    }
    #header-nav-container{
        display: flex;
    }
    #header-nav-pc-container{
        width: 80%;
    }
    #header-nav-mobile-container{
        width: 20%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}

@media screen and (min-width: 450px) and (max-width: 660px){
    .header-nav-pc-buttons:nth-child(5){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(5){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(4){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(4){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(3){
        display: none !important;
    }
    .header-nav-mobile-buttons:nth-child(3){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(2){
        display: none !important;
    }
    .header-nav-mobile-buttons:nth-child(2){
        display: flex !important;
    }
    .header-nav-pc-buttons{
        width: 100%;
    }
    .header-nav-pc-buttons,.header-nav-mobile-buttons{
        font-size: 15px;
    }

    #header-nav-container{
        display: flex;
    }
    #header-nav-pc-container{
        width: 50%;
    }
    #header-nav-mobile-container{
        width: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #header-logo-image-container{
        width: 23%;
    }
    #header-nav-container{
        width: 50%;
        /*height: 100% !important;*/
    }
    #header-search-container{
        width: 27%;
    }

}


@media screen and (min-width: 0px) and (max-width: 450px){
    .header-nav-pc-buttons:nth-child(5){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(5){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(4){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(4){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(3){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(3){
        display: flex !important;
    }
    .header-nav-pc-buttons:nth-child(2){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(2){
        display: flex !important;
    }

    .header-nav-pc-buttons:nth-child(1){
        display: none !important;
    }

    .header-nav-mobile-buttons:nth-child(1){
        display: flex !important;
    }
    .header-nav-pc-buttons{
        width: 45%;
    }
    .header-nav-pc-buttons,.header-nav-mobile-buttons{
        font-size: 15px;
    }

    #header-nav-container{
        display: flex;
    }
    #header-nav-pc-container{
        display: none;

    }
    #header-nav-mobile-container{
        width: 100%;
        font-size: 40px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #header-logo-image-container{
        width: 27%;
    }
    #header-nav-container{
        width: 33%;
        /*height: 100% !important;*/
    }
    #header-search-container{
        width: 40%;
    }
    #header-nav-menu-container{
        transform: translateX(-50%);
        top: 200% !important;
        left: 50% !important;
        width: 200px;
        border-radius: 10px;
        background-color: var(--site-tertiary-first-der);
        transition: 300ms max-height, 300ms opacity;
    }


}





/*************************** HEADER-NAVIGATION-CONTAINER END *****************************/
/*****************************************************************************************/





/*****************************************************************************************/
/*************************** HEADER-SEARCH-CONTAINER START *******************************/

#header-search-container{
    width: 18%;
}

#header-search-logo{

}

#header-languages-container{

}

#header-mobile-input-container{
    width: 100px;
    min-height: 100px;
    transform: translate(-50%, -50%);
    top: 190%;
    left: 45%;
    background-color: var(--site-tertiary-first-der);
    border-radius: 10px;
}

#header-mobile-input-container{
    transition: 300ms max-height, 300ms opacity;
}

@media screen and (min-width: 1000px) and (max-width: 1300px){
    #header-languages-container button{
        font-size: 13px;
    }
    #header-languages-container span{
        font-size: 10px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1000px){
    #header-search-logo{
        width: 30%;
    }
    #header-languages-container{
        width: 70%;
    }
}

@media screen and (min-width: 550px) and (max-width: 800px){
    #header-search-logo{
        width: 40%;
    }
    #header-languages-container{
        width: 60%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1160px){
    #header-search{
        height: 33px;
    }
    #header-languages-container{
        display: none;
    }
    #header-search-logo{
        display: none;
    }
    #header-mobile-search-logo{
        width: 100%;
        cursor: pointer;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

}
@media screen and (min-width: 0px) and (max-width: 500px){

    #header-mobile-input-container{
        left: 30%;
    }
}

/*************************** HEADER-SEARCH-CONTAINER END *********************************/
/*****************************************************************************************/


@media screen and (min-width: 900px) and (max-width: 1120px){

}

@media screen and (min-width: 900px) and (max-width: 1120px){

}

@media screen and (min-width: 900px) and (max-width: 1120px){

}



