#header-wrapper{
    border-bottom: 1px solid rgb(19, 19, 19);
    background: whitesmoke
}

#header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    height: 10%;
}

#header-contact{
    padding-top: 0.9%;
}

#header-contact-link p{
    text-align: center;
}

#header-logo{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    text-decoration: none;
}

#header-logo img{
    width: 55px;
    display: inline-block;
}

#header-logo p{
    display: inline-block;
    padding-left: 2%;
    color: black;
}

#header-nav{
    width: 20%;
}

#header-nav a{
    color: black;
    text-decoration: none;
}

#header-nav-last{
    margin-left: 15%;
}

#header-nav-mobile-button{
    padding: 2% 4%;
    border: 1px solid darkgrey;
    border-radius: 5px;
}

#header-nav-mobile, #header-nav-mobile-button{
    display: none;
}

/*1441 to 1920*/
@media only screen and (min-width: 1440px) and (max-width: 1520px){
    #header-nav{
        width: 25%;
    }
}

/*1025 to 1440*/
@media only screen and (min-width: 1024px) and (max-width: 1439px){
    #header-nav{
        width: 30%;
    }
}

/*768 to 1024*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    #header-wrapper{
        border-bottom: 2px solid rgb(19, 19, 19);
        background: whitesmoke;
        padding: 1% 0;
    }

    #header{

        width: 95%;

    }

    #header-nav{
        width: 40%;
    }

    #header-logo img{
        width: 40px;
        display: inline-block;
    }
}

/*425 to 767*/
@media only screen and (min-width: 425px) and (max-width: 767px){
    #header-wrapper{
        border-bottom: 2px solid rgb(19, 19, 19);
        background: whitesmoke;
        padding: 1% 0;

    }

    #header-nav{
        width: 30%;
    }

    #header-logo img{
        width: 35px;
        display: inline-block;
    }

    #header-contact{
        display: none;
    }

    #header-nav{
        display: none;
    }

    #header-nav-mobile-button{
        display: block;
    }

    #header-nav-mobile{
        display: none;
    }

    #header-nav-mobile a{
        display: inline-block;
        text-align: center;
        margin: 5% 4.5%;
        border: 1px solid rgb(54, 53, 53);
        border-radius: 5px;
        width: 40%;
    }  
    
    #header-nav-mobile a i{
        display: block;
        margin: 4% 0;
    } 

    #nav-neuheit{
        width: 90% !important;
        position: relative;
    }

    #nav-neuheit div{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

    #nav-neuheit div .text-white{
        background-color: rgb(218, 74, 74);
        padding: 1% 3%;
        border-radius: 10px;
        display: inline-block;
    }

    #nav-neuheit img{
        max-width: 150px;
        opacity: 0.6;
    }

    #header-nav-mobile .big{
        width: 90%;
    }

    #header-nav-mobile .big i{
        display: inline-block;
        margin: 4%;
    } 
}

/*375 to 424*/
@media only screen and (min-width: 375px) and (max-width: 424px){
    #header-wrapper{
        border-bottom: 2px solid rgb(19, 19, 19);
        background: whitesmoke;
        padding: 1% 0;

    }

    #header-nav{
        width: 25%;
    }

    #header-logo img{
        width: 35px;
        display: inline-block;
    }

    #header-contact{
        display: none;
    }

    #header-nav{
        display: none;
    }

    #header-nav-mobile-button{
        display: block;
    }

    #header-nav-mobile{
        display: none;
    }

    #header-nav-mobile a{
        display: inline-block;
        text-align: center;
        margin: 5% 4.5%;
        border: 1px solid rgb(54, 53, 53);
        border-radius: 5px;
        width: 40%;
    }  
    
    #header-nav-mobile a i{
        display: block;
        margin: 4% 0;
    } 

    #nav-neuheit{
        width: 90% !important;
        position: relative;
    }

    #nav-neuheit div{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

    #nav-neuheit div .text-white{
        background-color: rgb(218, 74, 74);
        padding: 1% 3%;
        border-radius: 10px;
        display: inline-block;
    }

    #nav-neuheit img{
        max-width: 150px;
        opacity: 0.4;
    }
}

/*320 to 374*/
@media only screen and (min-width: 320px) and (max-width: 374px){
    #header-wrapper{
        border-bottom: 2px solid rgb(19, 19, 19);
        background: whitesmoke;
        padding: 1% 0;

    }

    #header-nav{
        width: 25%;
    }

    #header-logo img{
        width: 35px;
        display: inline-block;
    }

    #header-contact{
        display: none;
    }

    #header-nav{
        display: none;
    }

    #header-nav-mobile-button{
        display: block;
    }

    #header-nav-mobile{
        display: none;
    }

    #header-nav-mobile a{
        display: inline-block;
        text-align: center;
        margin: 5% 6.5%;
        border: 1px solid rgb(54, 53, 53);
        border-radius: 5px;
        width: 35%;
    }  
    
    #header-nav-mobile a i{
        display: block;
        margin: 4% 0;
    } 

    #nav-neuheit{
        width: 90% !important;
        position: relative;
    }

    #nav-neuheit div{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

    #nav-neuheit div .text-white{
        background-color: rgb(218, 74, 74);
        padding: 1% 3%;
        border-radius: 10px;
        display: inline-block;
    }

    #nav-neuheit img{
        max-width: 150px;
        opacity: 0.4;
    }
}

/*1 to 319*/
@media only screen and (min-width: 1px) and (max-width: 319px){

}

/*RESPONSIVE END*/

