:root {
    --copytext-font-family: 'Urbanist';
    --copytext-font-weight: 400;
    --copytext-font-size: 14px;
    --copytext-line-height: 1.429;

    --copytext-bold-font-family: 'Urbanist';
    --copytext-bold-font-weight: 700;
    --copytext-bold-font-size: 14px;
    --copytext-bold-line-height: 1.429;

    --handwriting-font-family: 'Yesteryear';
    --handwriting-font-weight: 400;
    --handwriting-font-size: 60px;

    --handwriting-font-family: 'Yesteryear';
    --handwriting-font-weight: 400;
    --handwriting-font-size: 60px;

    --headline-bold-font-family: 'Urbanist';
    --headline-bold-font-weight: 700;
    --headline-bold-font-size: 22px;
    --headline-bold-line-height: 1.364;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

body{
    display: flex;
    flex-flow: column;
    min-width: 100vh;
}

a {
    text-decoration: none;
    color:#164194;
}
.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*border: 1px solid red;*/
}

.navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    background-color: #ECF2F6;
    height: 56px;
    padding: 0px 20px;
    font-family: 'Urbanist';
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    

}

.nav_links {
    list-style: none ;
    background-color:#ECF2F6;
    
}


.nav_links li {
    display: inline-block;
    padding: 0px 20px;
    background-color: transparent;
    
}



.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background-color:#ECF2F6;
    font-family: 'Urbanist';
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    


}

.sidebar li{
    width: 100%;
    padding: 20px 10px 20px 20px;
    
    
}

.navbar .nav_links .menu-button {
    display: none;
}



.container-logo img {
    left: 10px;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 25px;

}

.container-logo .logo{
    left: 10px;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 25px;
    width: 200px;

}

.container-logo{
    margin-left: auto;
    margin-right: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.logo-search .search-box {
    width: 400px;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 5px;
}

.container-logo .row {
    display: none; /*flex*/
    width: 320px;
    align-items: center;
    padding: 10px 20px;
    background: #ECF2F6;    
    gap: 0px;
    border-radius: 16px 16px 16px 16px;
}
.container-logo input{
    flex: 1;
    height: 30px;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: var(--copytext-bold-font-family);
    font-size: var(--copytext-bold-font-size);  
 
}

.img-search img{
    display: none;  
    position: relative;
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 5px;
}

.search-box .result-box {
    display: none   ;
    position: absolute;
    margin-top: 50px;
    max-height: 300px;
    overflow-y: scroll;
}
.result-box ul{
    display: none;
    position: relative;
    border-top: 0.5px solid #ECF2F6;
    padding: 15px 10px;
    background: #ECF2F6;  
    width: 305px;
    border-radius: 16px 16px 16px 16px;
    font-family: var(--copytext-bold-font-family);
    font-size: var(--copytext-bold-font-size);  
}

.result-box ul li {
    display: none;
    position: relative;
    list-style: none;
    border-radius: 3px;
    padding: 15px 10px;
    cursor: pointer;
    font-family: var(--copytext-bold-font-family);
    font-size: var(--copytext-bold-font-size);  
}

.result-box ul li:hover {
    display: none;
    background: white;
}

.headerpic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.headerpic img{
    width: 96vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.headerpic-ueberuns img{
    width:96vw;

}


.headerpic-text{
    font-family:var(--handwriting-font-family);
    font-weight:var(--handwriting-font-weight);
    font-size:var(--handwriting-font-size);
    position: absolute;
    flex-direction: column;
    left: 20%;
    color: white;
}

.container-headline-angebote {
    width: 100%;
    height: 86px;
    position: relative;
    margin-top: 64px;
    margin-bottom: 34px;
    display: flex;
    overflow-wrap: break-word;
    font-family: 'Yesteryear';
    font-weight: 400;
    font-size: 70px;
    align-items: center;
    justify-content: center;
}
.container-faq-textcontainer {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container-ueberuns{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    overflow-wrap: break-word;
    font-family: 'Yesteryear';
    font-weight: 400;
    font-size: 60px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 220px;
    text-align: center;
}
.container-ueberuns .underline {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-ueberuns-textcontainer{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.container-ueberuns-left{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    padding:0% 2%;
    width: 100%;
}
.conatiner-ueberuns-right{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    padding:0% 2%;
    width: 100%;
}   

.container-ueberuns-headline,
.container-ueberuns-subline{
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 20px;
    line-height: 2.4;
    text-transform: uppercase;
}

.container-angebote {
    width: 100%;
    height:245px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-exclusive {
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 20px;
    line-height: 2.4;
    text-transform: uppercase;
}

.underline {
    background: #38A7C0;
    margin: 0 0 36.3px 11px;
    width: 200px;
    height: 5.5px;
}

.exclusive-text {
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    padding:0% 10%;
}

#cookiePopup {
    background-color: #FFFFFF;
    position: fixed;
    font-size: 14px;
    width: 70vw;
    max-width: 42.85em;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family:"Menlo";
    text-align: justify;
    line-height: 1.8em;
    padding: 2em 1.4em;
    border-radius: 6px;
    transition: all 0.2s ease-in;
    z-index: 9999;
}
#cookiePopup img {
    display: block;
    width: 50px;
    height: 50px;
    transform: translateZ(0);
    position: relative;
    margin: auto;
}
#cookiePopup p {
    text-align: center;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    margin: 1.4em 0;
}
#cookiePopup button {
    background-color: #38A7C0;
    border: none;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 1em 1.4em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 5px;
}
#cookiePopup a {
    color: #38A7C0;
}

#cookiePopup.hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}

#cookiePopup.show {
    visibility: visible;
    bottom: 2em;
    right: 2em;
}

.footer {
    width: 97.7dvw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #ECF2F6;
    justify-content: space-between;
    align-content: space-evenly;
    /*margin: 2px 2px;*/
}

.footer-logo{
    margin-right:50%;
}
.footer-logo img{
    margin-left:20px;
}

.footer-left-text,
.footer-left-middle-text,
.footer-right-text,
.footer-right-middle-text{
    /*margin:0 0 36.3px 11px;*/
    margin-left: 10px;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;

}
.footer-left-text2 {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.footer-left-text3 {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.footer-left-text6 {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.footer-left-text-1,
.footer-left-text2-1,
.footer-left-text3-1,
.footer-left-text6-1,
.footer-left-text4-1{
    font-family: 'Urbanist';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #164194;
}

.footer-left-text-2,
.footer-left-text2-2,
.footer-left-text3-2,
.footer-left-text4-2,
.footer-left-text4-3,
.footer-left-text5-1,
.footer-left-text5-2,
.footer-left-text6-2,
.footer-left-middle-text,
.footer-right-middle-text{
    font-family: 'Urbanist';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #164194;
}

.footer-left-text2-2,
.footer-left-text3-2,
.footer-left-text6-2{
    margin-left: 5px;
}

.footer-info{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-evenly;
}

.footer-left-middle-text2{
    background: #38A7C0;
    width: 250px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 160px;
    margin-left: 0px;
    margin-bottom: 5px;
    font-family: 'Urbanist';
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: white;
    z-index: 1;
}

.footer-right-middle-text2{
    background: #38A7C0;
    width: 250px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 180px;
    margin-left: 0px;
    margin-bottom: 5px;
    font-family: 'Urbanist';
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: white;
    z-index: 1;

}

.footer-right-text{
    margin:0 0 36.3px 11px;
    width: 250px;
    height: 280px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.copyright{
    width: 97.7dvw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ECF2F6;
    justify-content: center;
    align-content: center;
    font-family: 'Urbanist';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #164194;
}

.footer-right-middle-text2 a,
.footer-left-middle-text2 a {
    color: white;
}

.container-ueberuns-textcontainer-kontakt,
.container-kontakt,
.container-kontakt-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.container-impressum {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    padding:0% 2%;
    width: 100%;
}

.container-ihre-vorteile{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;

}
.ihre-vorteile-links img {
    width: 600px;
    margin-right: 150px;
}

.ihre-vorteile-rechts-headline{
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 20px;
    line-height: 2.4;
    text-transform: uppercase;
}

.ihre-vorteile-rechts-text {
    overflow-wrap: break-word;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    padding:0% 10%;
}

/*xxs*/
@media (max-width: 395px) {
    .container {
        width: 100dvw;
        position: relative;
        margin-left:0px;
    }
    .exclusive-text {
        margin-bottom: 20px;
    }
    .navbar .nav_links .hideOnMobile {
        display: none;
    }
    .container-headline-angebote {
        font-size: 20px;
        margin-bottom: 60px;
        align-items: center;
    }
    .headerpic-text{
        font-size:20px;
    }
    .ihre-vorteile-links img {
        width: 350px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }


}


/*xs*/
@media (max-width: 475px) {
    .container {
        width: 100dvw;
        position: relative;
        margin-left:0px;
    }
    .navbar .nav_links .hideOnMobile {
        display: none;
    }
    .headerpic-text{
        font-size:20px;
    }
    .container-headline-angebote {
        font-size: 20px;
    }
    .container-logo .logo{
        width: 150px;
    
    }
    .footer-info{
        flex-direction: column;
    }
    .footer-logo img {
        margin-right: auto;
        margin-left: auto;
    }
    .footer-logo{
        margin-right:auto;
        margin-left: auto;
    }
    .footer-info{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-ueberuns{
        font-size: 40px;
    }
    .container-ihre-vorteile{
        flex-direction: column; 
    }
    .ihre-vorteile-links img {
        width: 350px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
  
  

}

/*sm*/
@media (max-width: 640px) {
    .container {
        width: 100dvw;
        position: relative;
        margin-left:0px;
    }
    .navbar .nav_links .hideOnMobile {
        display: none;
    }
    .headerpic-text{
        font-size:30px;
    }
    .container-headline-angebote {
        font-size: 30px;
    }
    .container-logo .logo{
        width: 150px;
    }
    .footer-info{
        flex-direction: column;
    }
    .footer-logo img {
        margin-right: auto;
        margin-left: auto;
    }
    .footer-logo{
        margin-right:auto;
        margin-left: auto;
    }
    .footer-info{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-ueberuns{
        font-size: 40px;
    }
    .container-ihre-vorteile{
        flex-direction: column; 
    }
    .ihre-vorteile-links img {
        width: 400px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

}

/*md*/
@media (max-width: 768px) {
    .container {
        width: 100dvw;
        position: relative;
        margin-left:0px;
    }
    .navbar .nav_links .hideOnMobile {
        display: none;
    }
    .headerpic-text{
        font-size:40px;
    }
    .container-headline-angebote {
        font-size: 35px;
    }
    .footer-info{
        flex-direction: column;
    }
    .footer-logo img {
        margin-right: auto;
        margin-left: auto;
    }
    .footer-logo{
        margin-right:auto;
        margin-left: auto;
    }
    .footer-info{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-ueberuns{
        font-size: 40px;
    }
    .container-ihre-vorteile{
        flex-direction: column; 
    }
    .ihre-vorteile-links img {
        width: 350px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    
}

/*lg*/
@media (max-width: 1024px) {
    .container {
        max-width: 1024px;
    }
    .navbar .nav_links .menu-button {
        display: block;
    }
    .container-headline-angebote {
        font-size: 50px;
    }

    
    

}

/*xl*/
@media (max-width: 1280px) {
    .container {
        max-width: 1280px;
    }

    

}

/*2xl*/
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }

    
}