:root{
    font-size: 15px;
    --color1: rgb(75,75,75);
    --color2: rgb(137,200,82);
    --color3: rgb(65,65,65);
    --cta: rgb(25,25,25);
    --shadow1: rgba(137,207,82,0.5);
    --pub-transition: .4s ease-out;
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
}

body{
    background-color: rgb(245,245,245);
    overflow-x: hidden;
    margin-inline: auto;
}

#cookie-disclaimer{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000000;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#cookie-disclaimer-box{
    background: white;
    width: 90%;
    max-width: 620px;
    box-sizing: border-box;
    padding: 3rem;
}

#cookie-disclaimer-box p{
    width: 100%;
    max-width: 480px;
    margin-bottom: 1rem;
}

#cookie-disclaimer-box h4{
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color3);
}

#cookie-buttons-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

#cookie-buttons-box button{
    padding: 0.75rem 3rem;
    -webkit-border: none;
    border: none;
    border-radius: 2rem;
    transition: .2s ease-out;
    cursor: pointer;
}

#cookie-buttons-box button:hover{
    transform: scale(1.05);
    box-shadow: 2px 4px 4px 0 rgba(25,25,25,0.5);
}

#accept-cookies{
    background: var(--color2);
    color: var(--color3);
    font-weight: 500;
}

#decline-cookies{
    background: rgb(245,245,245);
    color: var(--color3);
}

.hidden {
    display: none;
}

@media screen and (max-width: 720px){
    

    #cookie-disclaimer p{
        max-width: 100%;
    }
}

@media screen and (max-width: 440px){
    #cookie-disclaimer-box{
        width: 90%;
    }
    
    #cookie-buttons-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
    }
    
    #cookie-disclaimer-box{
        padding: 7.5%;
    }
    
    #cookie-disclaimer-box p{
        width: 90%;
        font-size: clamp(0.25rem, 4vw, 1rem);
    }
    #cookie-buttons-box button{
        font-size: clamp(0.25rem, 4vw, 1rem);
        padding: .75rem 1.75rem;
        width: 100%;
    }
}






.section-headline{
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 500;
}

p{
    color: var(--color1);
}

h2{
    font-size: 1.25rem;
    color: var(--color1);
     font-weight: 600;
}

.h2-underline{
    width: 200px;
    background: var(--color2);
    height: 2px;
    margin-inline: auto;
}

#section-headline-contact h2{
    color: white;
}

#section-headline-contact h3{
    color: white;
}

h3{
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--color1);
}

p{
    color: var--(color1);
}

.CTA{
    color: rgb(43, 62, 26);
    background: var(--color2);
    padding: .75rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease-out;
    text-align: center;
    border-radius: 2rem;
}

.CTA:hover{
    transform: scale(1.05);
    box-shadow: 2px 4px 4px 0 rgba(25,25,25,0.5);
}

.cta2{
    display: inline-block;
    color: rgb(25,25,25);
    background: rgb(255,255,255);
    padding: .75rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    transition: 0.4 ease-out;
    text-align: center;
    border-radius: 2rem;
    border: solid 1.5px rgb(25,25,25);
}


/*----end basic--------------*/
.nav{
    width: 100%;
    background: rgb(35,35,35);
    position: fixed;
    top: 0;
    z-index: 10000;
    overflow: hidden;
    box-shadow: 0px 4px 12px 0 rgba(0,0,0,0.2);
}

.navWrapper{
    width: 90%;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    transition: 0.5s ease-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.navlogo{
    height: 3rem;
    transition: .4s ease-out;
    opacity: .9;
}

.navlogo:hover{
    transform: scale(1.075);
    opacity: 1;
    filter: brightness(1.1);
}

.navlinks{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.navlinks a{
    color: rgb(185,185,185);
    text-decoration: none;
    font-weight: 400;
    padding: 0.5rem 2rem;
    transition: 0.4s ease-out;
}

#nav-small-link{
    display: none;
}

.navlinks a:hover {
    text-decoration: underline var(--color2) 1px;
    color: rgb(240,240,240);
    text-shadow: 1px 1px 16px rgba(255,255,255,0.5);
}


.bars{
    display: none;
}

.bars img{
    height: 100%;
    filter: invert(1);
}

.cross{
    display: none;
}

.cross img{
    height: 100%;
    filter: invert(1);
}



@media screen and (max-width: 1024px){
    .navWrapper{
        width: 90%;
    }
    
    .navlinks{
        display: none;
    }
    
    .bars{
        display: block;
        position: absolute;
        right: 0;
        height: 1.25rem;
        opacity: 0.75;
        transition: 0.4s ease-out;
        border-radius: .5rem;
    }
    
    .bars:hover{
        transform: scale(1.05);
        box-shadow: 0px 0px 16px 1px rgba(255,255,255,0.5);
    }
}

@media screen and (max-width: 10240px){
    .nav.responsive{
        width: 100%;
        background: rgb(35,35,35);
    }
    
    .nav.responsive .navWrapper{
        height: 100vh;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .nav.responsive .navlogo{
        top: 0.125rem;
        position: absolute;
    }
    
    .nav.responsive .navlinks{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 10rem;
        position: relative;
        gap: 0;
    }
    
    .nav.responsive .navlinks a{
        text-align: center;
        font-size: 1.25rem;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-block: 1rem;
        border-bottom: solid 1px rgb(55,55,55);
        transition: 0.4s ease-out;
    }

    .nav.responsive .navlinks a:nth-child(5){
        border-bottom: none;
    }
    
    .nav.responsive #nav-small-link{
        display: block;
        background: none;
        font-size: 1rem;
        padding-block: 0rem;
        color: rgb(125,125,125);
        transform: translateY(4rem);
    }
    
    .nav.responsive #nav-small-link:hover{
        color: rgb(195,195,195);
    }
    
    .nav.responsive #navcontact{
        padding-block: 1rem;
    }
    
    .nav.responsive #navcontact:hover{
        box-shadow: none;
    }
    
    .nav.responsive .navlinks a:hover{
        transform: scale(1.075);
    }
    
    
    .nav.responsive .bars{
        display: none;
    }
    
    .nav.responsive .cross{
        display: inline-block;
        height: 2.5rem;
        position: absolute;
        right: -.25rem;
        top: 1rem;
        border-radius: 4rem;
        transition: 0.4s ease-out;
    }
    
    .nav.responsive .cross:hover{
        transform: scale(1.05);
        box-shadow: 0px 0px 16px 1px rgba(255,255,255,0.3);
    }
}



/*-----------end Nav----------------------*/

.hero{
    width: 100%;
    max-width: 1600px;
    margin-inline: auto;
    z-index: 100;
    margin-top: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    height: 75vh;
    min-height: 280px;
    max-height: 1024px;
    background: rgb(25,25,25);
}

.hero-content{
    width: 90%;
    height: 100%;
    max-width: 1360px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 200;
}


.hero-content h1{
    color: white;
    font-weight: 300;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.25;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: solid 1px white;
    width: auto;
    padding-bottom: 1rem;
}



.hero-content h2{
    color: white;
    margin-bottom: 2rem;
    font-weight: 400;
}

.cta-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}




.cta-container-line{
    width: 2px;
    height: 2.5rem;
    background: rgb(255,255,255);
    opacity: 0.5;
}

.alt-cta-wrapper{
    display: flex;
    flex-direction: column;
    opacity: 0.5;
}

.alt-cta{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
}

.alt-cta-icon{
    height: 1rem;
    filter: invert(1);
}

.alt-cta a{
    color: white;
    text-decoration: none;
}




.hero-image-filter{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 150;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(5,5,5,.9), rgba(5,5,5,0));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
}

.hero picture *{
    width: 100%;
    height: 100%;
    object-fit: cover;
}










@media screen and (max-width: 760px){
    
    
    .hero-content h2{
        font-size: clamp(0.5rem, 3vw, 1.25rem);
        margin-bottom: 1rem;
    }
    
    .hero-content h1{
        font-size: clamp(1rem, 8vw, 5rem);
    }
    
    .alt-cta-wrapper{
        opacity: 0.75;
    }
    
    .alt-cta{
        font-size: clamp(0.5rem, 3.25vw, 1rem);
        
    }
    
    .hero-image-filter{
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
    
}

@media screen and (max-width: 520px){
    
    .hero{
        aspect-ratio: 3/4;
        height: auto;
        max-height: auto;
    }
    
    .hero-content{
        width: 90%;
    }
    
    .cta-container{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .alt-cta-wrapper{
        gap: .5rem;
    }
    
    
    
    .cta-container-line{
        width: 100%;
        height: 2px;
    }
    
}



.services{
    width: 100%;
    margin-inline: auto;
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.services-wrapper{
    width: calc(100% - 2rem);
    max-width: 1280px;
    margin-inline: auto;
    padding-block: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}


.services-container{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    position: relative;
    margin-bottom: 2rem;
    z-index: 10;
    transition: 0.5s ease-out;
}

.services-bg-grid{
    width: 12rem;
    position: absolute;
    top: -4rem;
    left: -4rem;
    opacity: .5;
    filter: invert(.25);
}

.services-bg-grid2{
    width: 12rem;
    position: absolute;
    bottom: -4rem;
    right: -4rem;
    opacity: .5;
    filter: invert(.25);
}

.services-container a{
    width: 100%;
    padding-inline: 2rem;
    padding-block: 4rem;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 2rem;
    z-index: 100;
    overflow: hidden;
    border-radius: .75rem;
    transition: 0.5s ease-out;
    
}

.service-bg-filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background-image: linear-gradient(to bottom, rgba(25,25,25,0.5), rgba(25,25,25,.9));
    transition: .4s ease-out;
    backdrop-filter: blur(1px);
    
}

.service-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    filter: saturate(1.25);
    object-fit: cover;
    transition: .6s ease-out;
}


.service-content .service-icon{
    height: 4rem;
    filter: invert(1);
    display: none;
}


.service-content h4{
    width: 100%;
    min-height: clamp(1rem, 6vw, 6rem);
    color: rgb(255,255,255);
    font-size: clamp(1rem, 2.5vw, 2rem);
    font-weight: 400;
}

.service-content p{
    width: 100%;
    max-width: 330px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: rgba(245,245,245,0.75);
}

.link-icon{
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--color3);
    background: rgb(225,225,225);
    
}

#leistungen-link{
    text-align: center;
    color: rgb(105,105,105);
    text-decoration: none;
    display: inline-block;
    transition: .2s ease-out;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: .5rem 1rem;
    border-radius: 2rem;
}

#leistungen-link:hover{
    background: rgba(220,220,215);
}

.services-container a:hover .service-bg-img{
    transform: scale(1.2);
}

.services-container a:hover .service-bg-filter{
    background-image: linear-gradient(to bottom, rgba(25,25,25,0.6), rgba(25,25,25,.9));
    backdrop-filter: blur(4px);
}



.services-container a:hover .service-content p{
    color: rgba(245,245,245,1);
}




@media screen and (max-width: 900px){
    
    .services-wrapper{
        width: 90%;
    }
    
    .services-container{
        grid-template-columns: 1fr;
    }
    
    .services-container a{
        padding-block: 2rem;
    }
    
    .service-icon{
        height: 3rem;
    }
    
    .services-container h4{
        min-height: auto;
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

}



.jobs{
    width: 100%;
    padding-block: 2rem;
    background: rgb(225,225,225);
    margin-bottom: 6rem;
    position: relative;
    z-index: 0;
}   

.jobs-bg-filter{
    position: absolute;
    z-index: 60;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.5);
}

.jobs img{
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.jobs-container{
    width: 90%;
    max-width: 840px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: .75rem;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
    box-shadow: 1px 2px 8px rgba(25,25,25,0.3);

}

.jobs video{
    width: 90%;
    aspect-ratio: 2/3;
    max-width: 360px;
    object-fit: cover;
    margin-block: -6rem;
    overflow: hidden;
    border-radius: .75rem;
    display: block;
    background-color: black;
    box-shadow: 1px 2px 12px rgba(25,25,25,0.2);
}
.jobs video:fullscreen{
    object-fit: contain;
}


    

.jobs-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    color: rgb(35,35,35);
    align-items: flex-start;
    justify-content: center;
}

.jobs-content h3{
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    color: rgb(25,25,25);
}

.jobs-content p{
    font-size: 1rem;
    font-weight: 400;
}

.jobs-content #jobs-content-sub-heading{
   font-weight: 400;
   max-width: 260px;
   color: rgb(30,30,30);
   font-size: clamp(1rem, 3vw, 1.5rem);
}

.jobs-content #jobs-content-sub-heading span{
    text-decoration: underline 1.5px solid var(--color2);
}

.jobs-content ul{
    margin-left: 2rem;
}

.jobs-content .CTA{
    margin-top: 1rem;
}

@supports (-webkit-touch-callout: none) {
  .jobs-bg-filter{
     backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(25,25,25,0.5); /* fallback */
  }
  
  .jobs-container {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(245,245,245,0.85); /* fallback */
  }
}

@media screen and (max-width: 760px){
    .jobs-container{
        width: 90%;
        max-width: 540px;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        position: relative;
        z-index: 100;
        box-sizing: border-box;
        padding: 4rem;
        border-radius: .75rem;
        background: rgba(255,255,255,0.5);
        backdrop-filter: blur(4px);
        box-shadow: 1px 2px 8px rgba(25,25,25,0.3);
        
    }

    .jobs video{
        margin-bottom: 1rem;
        margin-top: -8rem;
    }
}



    

.about{
    width: 100%;
    margin-bottom: 8rem;
    position: relative;
    overflow: hidden;
}


.about-wrapper{
    width: 100%;
    margin-inline: auto;
    position: relative;
}

.about-business{
    width: 100%;
    max-width: 1360px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    margin-bottom: 8rem;
    position: relative;
    
}

.about-business img{
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    box-sizing: border-box;
    border-left: none;
    position: relative;
    z-index: 400;
    filter: saturate(1.15);
    border-radius: .75rem;
}

.about-business-text{
    width: 100%;
    color: var(--color3);
    background: rgba(245,245,245,0.85);
    margin-left: -12.5%;
    z-index: 500;
    box-sizing: border-box;
    padding: 3rem 2rem;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    backdrop-filter: blur(.5rem);
    border-radius: .75rem;
}

.about-business-text h4{
    font-size: clamp(1.25rem, 5vw, 2rem);
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    max-width: 540px;
    margin-bottom: 1rem;
}

.about-business-text p{
    width: 100%;
    position: relative;
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.about-business-text p span{
    font-weight: 500;
}

.about-box-container-wrapper{
    position: relative;
    width: 100%;
    
}

.about-box-container{
    width: 90%;
    margin: 0 auto;
    max-width: 1360px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5%;
    position: relative;
    align-items: stretch;
    grid-auto-rows: 1fr;
}
  
.about-box-container a{
    text-decoration: none;
    color: var(--color3);
}




.about-box{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    background: rgb(255,255,255);
    overflow: hidden;
    transition: .2s ease-out;
    box-shadow: 1px 2px 12px 0 rgba(225,225,225,0.9);
    border-radius: .75rem;
}

.about-box-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    text-decoration: none;
}

#about-box-name{
    color: var(--color3);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: .5rem;
    font-size: clamp(1rem, 3vw, 1.25rem);
}

.about-box-info p{
    color: var(--color3);
    text-decoration: none;
}


.about-box-img{
    width: 80%;
    max-width: 12rem;
    position: relative;
    border-radius: 200px;
    position: relative;
}


.about-contact-details{
    width: 95%;
    margin-inline: auto;
    padding-block: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.about-contact-detail-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: .5rem;
    padding: 1rem 3rem;
    border-radius: 2rem;
    background: rgb(242,242,242)
    
}
.about-contact-detail-row img{
    height: 1.25rem;
    opacity: 0.8;
}

.about-contact-detail-row p{
    text-decoration: none;
    color: var(--color3);
    font-size: 1.25rem;
}




@media screen and (max-width: 760px){
    
    .about .section-headline h3{
        width: 90%;
        max-width: 300px;
    }
    
    .about-business{
        grid-template-columns: 100%;
        gap: 0rem;
    }
    
    .about-business img{
        width: 90%;
    }

    .about-business-text{
        width: 95%;
        margin-inline: auto;
        margin-left: 2.5%;
        margin-top: -3rem;
    }
    .about-business-text h5{
        max-width: 260px;
    }
    
    .about-box-container{
            grid-template-columns: 1fr;
    }
    .about-box{
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
    }
    
    .about-box-info{
        align-items: flex-start;
        text-align: left;
    }
    
    .about-box-img{
        width: 50%;
    }
}
    
    
   
  


.statistics{
    width: 95%;
    margin-inline: auto;
    overflow: hidden;
    padding-block: 4rem;
    margin-bottom: 6rem;
}

.statistics-wrapper{
    width: 95%;
    margin-inline: auto;
    max-width: 1360px;
    
}

.statistics .section-headline{
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 4rem;
}

.statistics .section-headline p{
    font-size: clamp(1.25rem, 5vw, 2rem);
    max-width: 760px;
    margin-top: .5rem;
    font-weight: 300;
}



.statistics .statistic-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.statistics .statistic{
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 1rem;
    text-align: center;
}

.statistics .statistic p{
    color: rgb(125,125,125,125);
    font-weight: 300;
    max-width: 420px;
}

.statistics .statistic-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-bottom: .5rem;
}

.statistics .statistic-head p{
    font-weight: 500;
    color: var(--color1);
    font-size: 1.25rem;
    
}

.statistics .statistic-head img{
    height: 3rem;
}

.statistics .kunden-slider{
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.kunden-slider img{
    height: 2rem;
}

@media screen and (max-width: 760px){
        .statistics .statistic-grid{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr ;
        gap: 2rem;
    }
}






.testimonials{
    width: 100%;
    margin-inline: auto;
    padding-block: 6rem;
    background: rgb(242,242,242);
}

.testimonial-container{
    width: 90%;
    max-width: 1360px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
}

.testimonial-box{
    width: 100%;
    box-sizing: border-box;
     padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    background: rgb(250,250,250);
}


.testimonial-box #qoute-suffix{
    color: rgb(165,165,165);
    font-size: 0.75rem;
}

.review-stars{
    height: 1rem;
}

@media screen and (max-width: 1024px){
    
    

    .testimonial-container{
        flex-direction: column;
    }
    
    

}






.footer{
    width: 100%;
    background: rgb(30,30,30);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-block: 1rem;
}

.footer a{
    text-decoration: none;
    color: rgb(205,205,205);
    font-weight: 400;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    transition: 0.2s ease-out;
}

.footer a:hover{
    text-shadow: 1px 1px 16px rgba(255,255,255,0.5);
    text-decoration: underline 1px var(--color2);
    color: rgb(255,255,255);
}

@media screen and (max-width: 780px){
    .footer{
        width: 100%;
        background: var(--cta);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding-block: 1rem;
    }
}






/*---------------------------------------------------Leistungen-Seite------------------------------------------------*/


.Leistungen{
    width: 100%;
    margin-inline: 0 auto;
    position: relative;
}

.leistungen-wrapper{
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    gap: 2rem;
}


.progress-container {
  width: 100%;
  height: 4px;
  background: rgb(225,225,225);
    position: sticky;
    top: 4rem;
    z-index: 1000;
}

.progress-bar {
  height: 4px;
  background: var(--color2);
  width: 0%;
}

.leistungen-headline{
    width: 100%;
    max-width: 1024px;
    margin-inline: auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 4.25rem;
    padding-inline: 5%;
    padding-top: .5rem;
    z-index: 300;
    background: rgb(245,245,245);
}


.leistungen-headline h1{
    color: var(--color3);
    font-size: 2rem;
    font-weight: 300;
}

.paragraph-container{
    width: 90%;
    max-width: 1360px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding-bottom: 8rem;
    position: relative;
    z-index: 50;
}



.paragraph-box{
    width: 100%;
    box-sizing: border-box;
    color: var(--color3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 4rem;
    z-index: 100;
}

.paragraph-image{
    width: 90%;
    margin-inline: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    z-index: 110;
    border-radius: .75rem;
    filter:sepia(.25) saturate(1.1);
}

.paragraph-text{
    z-index: 120;
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    height: 100%;
    padding: 2rem;
    padding-top: 1rem;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(.5rem);
    margin-top: -4rem;
    border-radius: .75rem;
    box-shadow: 1px 2px 12px 0px rgba(0,0,0,0.2);
}

.paragraph-text h4{
    font-size: clamp(1.25rem, 7vw, 1.5rem);
    font-weight: 500;
    margin-bottom: .5rem;
}




@media screen and (max-width: 1080px){
    .paragraph-container{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 760px){
    .paragraph-container{
        grid-template-columns: 1fr;
    }
}






/*---------------------------------------------------About-Seite------------------------------------------------*/

.about-page-head{
    width: 100%;
    margin-inline: auto;
    position: relative;
    margin-top: 4rem;
    overflow: hidden;
    margin-bottom: 4rem;
    z-index: 10;
    background: rgb(231, 232, 227);
}

.about-page-head-bg{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-head-container{
    position: relative;
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    box-sizing: border-box;
    padding-block: 6rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    z-index: 200;
    
}

.about-page-head-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.about-page-head-container h1{
    font-size: 2rem;
    font-weight: 300;
    color: var(--color3);
}

.sep-line{
    width: 150px;
    height: 2px;
    background: var(--color2);
    margin-block: .5rem;
}


.about-page-head-container h3{
    font-weight: 500;
    max-width: 580px;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 2rem;
}

.about-page-head-container p{
    width: 100%;
    max-width: 520px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .25px;
}



.about-page-head-image{
    width: 100%;
    aspect-ratio: 3/2;
    box-sizing: border-box;
    transition: .4s ease-out;
    
    position: relative;
    z-index: 50;
}

.about-page-head-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.5);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    border-radius: 1rem;
}

.about-page-head-image-rectangle{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 90;
    top: 2rem;
    right: -2rem;
    background: var(--color2);
    border-radius: 1rem;
}






@media screen and (max-width: 1024px){
    .about-page-head-container{
        display: flex;
        flex-direction: column-reverse;
        gap: 4rem;
        padding-block: 4rem;
    }
    
    .about-page-head-container h3{
        margin-bottom: 0;
    }

    .about-page-head-container p{
        width: 100%;
    }
    
    .about-page-head-image{
        aspect-ratio: 3/1;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -15%;
    }
    
}

@media screen and (max-width: 760px){
   
    .about-page-head-image{
        aspect-ratio: 2/1;
    }
}

.profile-grid{
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

.profile-box{
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    background: rgb(255,255,255);
    border-radius: .75rem;
    box-shadow: 1px 2px 12px rgba(25,25,25,0.1);
}

.profile-box img{
    width: 80%;
    aspect-ratio: 1/1;
    max-width: 10rem;
    border-radius: 10rem;
    background: gray;
}

.profile-box p{
    text-align: center;
}

#profile-name{
    font-weight: 600;
}

@media screen and (max-width: 720px){
    .profile-grid{
        grid-template-columns: 1fr ;
    }
    
    .about-page-head-image{
        aspect-ratio: 2/1;
    }
}

.profile-row{
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    padding: 2rem 1rem;
    background: rgb(255,255,255);
    border-radius: .75rem;
    box-shadow: 1px 2px 12px rgba(25,25,25,0.1);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.application-row{
    background: none;
    align-items: center;
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    padding: 2rem 0rem 0rem 0rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.application-row p{
    margin-bottom: 1rem;
    text-align: center;
}


/*---------------------------------------------------Karriere-Seite------------------------------------------------*/



.application-head{
    width: 100%;
    background: rgb(231, 232, 227);
}

.application-head-wrapper{
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    padding-block: 4rem;
    padding-top: 8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
}


.application-head-wrapper h1{
    font-weight: 300;
    color: var(--color3);
    font-size: 2rem;
}



.application-head-wrapper p{
    font-size: 1.25rem;
    font-weight: 500;
    max-width: 720px;
}

.application-head-wrapper #subheading{
    font-size: 1.5rem;
    font-weight: 600;
    max-width: 540px;
}

.stellenangebot{
    width: 80%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    position: relative;
    z-index: 50;
    margin-block: 4rem;
}

.stelle{
    width: 100%;
    position: relative;
}
.stelle-box{
    position: relative;
    z-index: 60;
    background: rgb(255,255,255);
    padding: 2rem;
    border-radius: .5rem;
}


.stelle-bg-rectangle{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 40;
    background: var(--color2);
    bottom: -1rem;
    right: -1rem;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.1);
    border-radius: .5rem;
}

.spot{
    width: 100%;
    padding-block: 4rem;
    position: relative;
    z-index: 100;
}
.spot-wrapper{
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

.spot h2{
    color: rgb(213, 213, 213);
    font-size: 1.5rem;
    font-weight: 500;
    max-width: 500px;
    position: relative;
    z-index: 150;
}

.spot p{
    color: rgb(175, 175, 175);
    font-weight: 300;
    font-size: 1.25rem;
    max-width: 360px;
    position: relative;
    z-index: 150;
}

.spot img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    object-fit: cover;
}

.spot-bg-filter{
     width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    background-image: linear-gradient(to left bottom, rgba(35,35,35,0.3),rgba(35,35,35,0.9),rgba(35,35,35,1))
}

.radio-box audio{
    box-sizing: border-box;
    width: 100%;
    border: solid 2px rgba(255,255,255);
    -webkit-border: solid 2px rgba(255,255,255);
    box-shadow: 2px 5px 8px 0 rgba(25,25,25,0.25);
    -webkit-box-shadow: 2px 5px 8px 0 rgba(25,25,25,0.25);
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    box-sizing: border-box;
}

.radio-box audio::-webkit-media-controls-panel{
    -webkit-background-color: var(--color2);
    background-color: var(--color2);
    
}


.section#bewerbung{
    background: rgb(35,35,35);
    padding-top: 8rem;
}

.section#bewerbung h2{
    color: rgb(235,235,235);
    font-weight: 500;
}

.section#bewerbung .container{
    background: rgb(46,46,46);
    width: 90%;
    margin-inline: auto;
    max-width: 1024px;
    border: solid 2px rgb(85,85,85);
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 1rem;
}

.application-next-step{
    width: 100%;
    padding-block: 4rem;
    background: rgb(231, 232, 227);
}

.application-next-step h2{
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    color: rgb(35,35,35);
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 1px 2px 8px rgba(255,255,255,0.2);
}

.application-next-step p{
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    color: rgb(65,65,65);
    font-size: 1.15rem;
    font-weight: 500;
    text-shadow: 1px 2px 8px rgba(255,255,255,0.2);
    line-height: 1.6;
}










/*---------------------------------------------------Imprint------------------------------------------------*/

.imprint{
    width: 90%;
    margin-inline: auto;
    max-width: 1024px;
}

.imprint h1{
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 500;
}

.imprint h2{
    font-size: clamp(1.25rem, 3.5vw, 2rem);
}

.imprint h3{
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 500;
}


.datenschutz{
    width: 90%;
    margin-inline: auto;
    max-width: 1024px;
}

.datenschutz div{
    margin-bottom: 4rem;
}

.datenschutz h1{
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 500;
}

.datenschutz h2{
    font-size: clamp(1.25rem, 3.5vw, 2rem);
}

.datenschutz h3{
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 500;
    margin-bottom: .5rem;
}

.datenschutz p{
    
    padding-bottom: 2rem;
}

.datenschutz ul{
    width: 95%;
    margin-left: 5%;
    margin-bottom: 2rem;
}



















.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ── Sections ───────────────────────────────────────────────── */
.section {
    padding: 4rem 0;
}

.section-alt {
    background: rgb(245,245,245);
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color2);
    margin: 0.6rem auto 0;
    border-radius: 2px;
}

/* ================================================================
   OPENING HOURS TABLE
   ================================================================ */
.opening-hours-table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    font-size: 0.95rem;
}


.opening-hours-table td {
    border-bottom: 1px solid rgb(61, 61, 61);
    width: 100%;
    box-sizing: border-box;
    padding-block: .5rem;
}

.day-cell {
    font-weight: 500;
    color: rgb(165,165,165);
    width: 100%;
}

.time-cell {
    color: rgb(185,185,185);
    width: 100%;
    min-width: 180px;
    justify-content: end;
    text-align: end;
    float: end;
}

.closed-badge {
    color: #635b5b;
    font-weight: 500;
    font-size: 0.85rem;
}

/* ================================================================
   PRODUCT CARDS / GRID
   ================================================================ */
.sort-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    justify-content: flex-end;
}

.sort-bar label {
    font-size: 0.85rem;
    color: rgb(105,105,105);
}

.sort-bar select {
    padding: 0.35rem 0.75rem;
    border: 1px solid rgb(225,225,225);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    color: var(--color1);
    background: #fff;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}

.product-card {
    background: #fff;
    border: 1px solid rgb(225,225,225);
    border-radius: 12px;
    overflow: hidden;
    transition: all var(--pub-transition);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    border-color: var(--color2);
}

.product-card-image {
    aspect-ratio: 1;
    overflow: hidden;
    background: rgb(245,245,245);
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--pub-transition);
}

.product-card:hover .product-card-image img {
    transform: scale(1.05);
}

.product-no-image-sm {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(105,105,105);
    font-size: 0.85rem;
    background: rgb(245,245,245);
}

.product-card-body {
    padding: 1rem;
    flex: 1;
}

.product-card-body h3 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    line-height: 1.3;
}

.product-card-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color2);
}

/* ================================================================
   PRODUCT DETAIL PAGE
   ================================================================ */
.product-detail-page {
    padding: 2rem 1.5rem;
}

.back-link {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: var(--color3);
}

.back-link:hover {
    color: var(--color2);
}

.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.product-main-image {
    border-radius: 12px;
    overflow: hidden;
    background: rgb(245,245,245);
}

.product-main-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 500px;
}

.product-no-image {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(105,105,105);
}

.product-thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

.product-thumbs .thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color var(--pub-transition);
}

.product-thumbs .thumb:hover,
.product-thumbs .thumb.active {
    border-color: var(--color2);
}

.product-info h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 1.5rem;
}

.product-meta-table {
    width: 100%;
    border-collapse: collapse;
}

.product-meta-table th,
.product-meta-table td {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgb(225,225,225);
    font-size: 0.9rem;
}

.product-meta-table th {
    text-align: left;
    font-weight: 500;
    color: rgb(105,105,105);
    width: 40%;
}

.product-meta-table td {
    color: var(--color1);
}

/* ================================================================
   PRODUCT BRAND NAME
   ================================================================ */
.product-card-brand {
    display: block;
    font-size: 0.78rem;
    color: rgb(105,105,105);
    font-weight: 400;
    margin-bottom: 0.25rem;
}

/* ================================================================
   BRAND SCROLL SELECTOR
   ================================================================ */
.brand-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.brand-scroll-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.5rem 0;
    flex: 1;
}
.brand-scroll-track::-webkit-scrollbar { display: none; }

.brand-scroll-arrow {
    display: none; /* shown by JS when scrollable */
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(225,225,225);
    background: #fff;
    color: var(--color3);
    cursor: pointer;
    flex-shrink: 0;
    transition: all var(--pub-transition);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    z-index: 2;
}
.brand-scroll-arrow:hover {
    border-color: var(--color2);
    color: var(--color2);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.brand-scroll-arrow.visible {
    display: flex;
}

/* Brand Box */
.brand-box {
    position: relative;
    flex-shrink: 0;
    width: 180px;
    height: 110px;
    border-radius: 12px;
    border: 2px solid rgb(225,225,225);
    overflow: hidden;
    cursor: pointer;
    background: none;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    transition: all var(--pub-transition);
}
.brand-box:hover {
    border-color: var(--color2);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.brand-box--active {
    border-color: var(--color2);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18), 0 8px 30px rgba(0,0,0,0.1);
}

.brand-box-banner {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: rgb(245,245,245);
}
.brand-box-banner--empty {
    background: linear-gradient(135deg, #eef0f5 0%, #dde0ea 100%);
}

.brand-box-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    padding: 5px;
}
.brand-box-logo--text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color2);
    text-transform: uppercase;
}

/* Brand Detail Panel */
.brand-detail-container {
    position: relative;
    min-height: 80px;
}

.brand-detail {
    display: none;
    animation: brandFadeIn 0.35s ease;
}
.brand-detail--active {
    display: block;
}

@keyframes brandFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.brand-detail-header {
    margin-bottom: 0.75rem;
}
.brand-detail-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 0.3rem;
}

.brand-category {
    display: inline-block;
    font-size: 0.75rem;
    color: var(--color2);
    background: rgba(137,200,82, 0.08);
    padding: 0.15rem 0.6rem;
    border-radius: 20px;
    font-weight: 500;
}

.brand-detail-desc {
    font-size: 0.92rem;
    color: var(--color3);
    line-height: 1.7;
    margin-bottom: 1.25rem;
    max-width: 700px;
}

.brand-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 700px;
}

.brand-image-item {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: rgb(245,245,245);
}
.brand-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--pub-transition);
}
.brand-image-item:hover img {
    transform: scale(1.04);
}

/* ================================================================
   NEWS CARDS
   ================================================================ */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.news-card {
    background: #fff;
    border: 1px solid rgb(225,225,225);
    border-radius: 12px;
    overflow: hidden;
    transition: all var(--pub-transition);
}

.news-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.news-image { overflow: hidden; }
.news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform var(--pub-transition);
}

.news-card:hover .news-image img {
    transform: scale(1.04);
}

.news-body {
    padding: 1.25rem;
}

.news-body h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.news-date {
    font-size: 0.8rem;
    color: rgb(105,105,105);
    display: block;
    margin-bottom: 0.5rem;
}

.news-body p {
    font-size: 0.88rem;
    color: var(--color3);
    line-height: 1.6;
}

/* ================================================================
   TEAM / STAFF CARDS
   ================================================================ */
.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.team-card {
   
    border: 1px solid rgb(222, 222, 222);
    border-radius: 12px;
    text-align: center;
    transition: all var(--pub-transition);
    background: rgb(255,255,255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    box-sizing: border-box;
}

.team-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.team-image{
   width: 150px;
    aspect-ratio: 1/1;
    margin-inline: auto;
    border-radius: 75px;
    object-fit: cover;
    position: relative;
    overflow: hidden; 
    
}

.team-image img {
    width: 100%;
    height: 100%;
    transition: var(--pub-transition);
}

.team-card:hover .team-image img{
   transform: scale(1.1);
}

.team-body {
    background: rgb(255,255,255);
    border-radius: 12px;
}

.team-body h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.team-body p {
    font-size: 0.85rem;
    color: var(--color3);
}

@media screen and (max-width: 720px){
    .team-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    }
}

/* ================================================================
   SERVICES CARDS
   ================================================================ */
.services-grid {
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 2rem;
    padding-bottom: 4rem;
}

@media screen and (max-width: 720px){
    .services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
}
}

.service-card {
    background: #fff;
    border: 1px solid rgb(225,225,225);
    border-radius: 12px;
    overflow: hidden;
    transition: all var(--pub-transition);
}

.service-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.service-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-body {
    padding: 1.25rem;
}

.service-body h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.service-body p {
    font-size: 0.88rem;
    color: var(--color3);
    line-height: 1.6;
}










/*---Kontakt---*/
/* ================================================================
   NEW CONTACT LAYOUT GRID
   ================================================================ */

.contact{
    background: rgb(35,35,35);
    width: 100%;
    box-sizing: border-box;
    padding-inline: 2.5%;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.contact .section-headline h2{
    color: white;
}

.contact .section-headline h3{
    color: rgba(235,235,235);
    font-weight: 300;
    max-width: 720px;
    line-height: 2;
}





.contact-info-panel {
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 760px){
    .contact-info-panel{
        grid-template-columns: 1fr;
    }
}

.contact-info-panel h3 {
    margin-bottom: 0.5rem;
    color: rgb(185,185,185);
    font-weight: 300;
    font-size: 1.5rem;
}

.info-block-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .75rem;
    margin-bottom: 1rem;
}

.info-block-row.button{
    background: rgb(255,255,255,0.1);
    box-sizing: border-box;
    padding: 1rem 2rem;
    border-radius: 2rem;
    max-width: 240px;
    text-align: center;
}

.info-block{
    width: 100%;
    background: rgb(46, 46, 46);
    border: 1px solid rgb(85, 85, 85);
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 1rem;
}

.info-block img{
    height: 1rem;
    filter: invert(1);
    opacity: .5;
    margin-top: .25rem;
}

.info-block p {
    color: rgb(185,185,185);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.25rem;
}

.info-block h3{
    color: rgb(185,185,185);
    font-size: 1.5rem;
    text-decoration: underline 2px var(--color2);
    margin-bottom: 0.5rem;
}

.contact iframe {
    width: 90%;
    box-sizing: border-box;
    max-width: 1024px;
    margin-inline: auto;
    height: 250px;
    background: #e2e8f0;
    border-radius:1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgb(180,180,180);
    margin-top: auto;
    filter: hue-rotate(160deg) invert(.9);
    margin-bottom: 2rem;
}

.contact-form-panel {
    width: 90%;
    max-width: 1024px;
    margin-inline: auto;
    background: rgb(46,46,46);
    border: 1px solid rgb(85,85,85);
    border-radius: 12px;
    padding: 2.5rem;
    box-sizing: border-box;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08); 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form-panel h3{
    margin-bottom: 1.5rem;
    color: rgb(185,185,185);
    font-weight: 300;
    font-size: 1.5rem;
    text-decoration: underline 2px var(--color2);
}

@media (max-width: 900px) {
    .contact-section-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}



/* ================================================================
   CONTACT / APPLICATION FORM
   ================================================================ */
.contact-alert {
    padding: 0.85rem 1.15rem;
    border-radius: 8px;
    margin-bottom: 1.25rem;
    font-size: 0.88rem;
    line-height: 1.5;
    border: 1px solid transparent;
}
.contact-alert--success {
    background: rgba(34, 197, 94, 0.08);
    color: #15803d;
    border-color: rgba(34, 197, 94, 0.2);
}
.contact-alert--error {
    background: rgba(239, 68, 68, 0.08);
    color: #b91c1c;
    border-color: rgba(239, 68, 68, 0.2);
}

/* Form layout */
.contact-form {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0;
}

.contact-field {
    margin-bottom: 1.1rem;
}

.contact-field label {
    display: block;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgb(125,125,125,125);
    margin-bottom: 0.35rem;
}

.contact-field input[type="text"],
.contact-field input[type="email"],
.contact-field select,
.contact-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 0.95rem;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: rgb(205,205,205);
    background: rgba(0, 0, 0, 0.2);
    transition: all var(--pub-transition);
    outline: none;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: var(--color2);
    box-shadow: 0 0 0 3px rgba(149, 241, 99, 0.074);
}

.contact-field textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555770' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
    cursor: pointer;
}

/* Driver's license radio buttons */
.contact-checkbox-row {
    display: flex;
    gap: 1rem;
    padding-top: 0.3rem;
}

.contact-radio {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--color1);
}
.contact-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: var(--color2);
    cursor: pointer;
}

/* Submit Button */
.contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.6rem;
    background: var(--color2);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--pub-transition);
    box-shadow: 0 2px 12px rgba(99, 102, 241, 0.2);
}
.contact-submit:hover {
    background: #9ff881;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
    transform: translateY(-1px);
}

/* ================================================================
   EMPTY TEXT
   ================================================================ */
.empty-text {
    text-align: center;
    color: rgb(105,105,105);
    padding: 2rem;
    font-size: 0.9rem;
}

/* ================================================================
   COOKIE CONSENT BANNER
   ================================================================ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    animation: cookieSlideUp 0.4s ease;
}

.cookie-content {
    max-width: 900px;
    margin: 0 auto;
    background: #1e2130;
    color: #e8eaf0;
    padding: 1.25rem 1.5rem;
    border-radius: 14px 14px 0 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.25);
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 0.85rem;
    line-height: 1.5;
    min-width: 200px;
}

.cookie-content a {
    color: #9bf881;
}

.cookie-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 0.5rem 1.1rem;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cookie-accept {
    background: #9bf881;
    color: #fff;
}

.cookie-accept:hover {
    background: #adff9e;
}

.cookie-reject {
    background: transparent;
    color: #9ca3b4;
    border: 1px solid #3a3d4a;
}

.cookie-reject:hover {
    background: rgba(255,255,255,0.05);
    color: #e8eaf0;
}

@keyframes cookieSlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 768px) {
    .section { padding: 2.5rem 0; }
    .section-title { font-size: 1.4rem; }
    .product-detail { grid-template-columns: 1fr; gap: 1.5rem; }
    .product-info h1 { font-size: 1.4rem; }
    .news-grid { grid-template-columns: 1fr; }
    .cookie-content { flex-direction: column; text-align: center; }
    .contact-row { grid-template-columns: 1fr; }
    .brand-box { width: 150px; height: 95px; }
    .brand-image-grid { gap: 0.5rem; }
}

@media (max-width: 480px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .product-card-body { padding: 0.75rem; }
    .product-card-body h3 { font-size: 0.85rem; }
    .contact-tabs { flex-direction: column; align-items: stretch; }
    .contact-tab { justify-content: center; }
    .brand-box { width: 130px; height: 85px; }
    .brand-box-logo { width: 40px; height: 40px; }
}




