
 
 MINIFY
 
*{margin:0;padding:0;box-sizing:border-box}

@font-face{font-family:'Oswald';src:url(fonts/oswald-v57-latin-regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Oswald';src:url(fonts/oswald-v57-latin-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Roboto';src:url(fonts/roboto-v51-latin-regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Roboto';src:url(fonts/roboto-v51-latin-500.woff2) format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Roboto';src:url(fonts/roboto-v51-latin-700.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}

html{scroll-behavior:smooth}

body{font-family:'Roboto',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;color:#333;background-color:#fcfcfc}

h1,h2,h3,h4{font-family:'Oswald',Helvetica,Arial,sans-serif;letter-spacing:.5px;font-weight:700}

.container{width:90%;max-width:1100px;margin:0 auto}
.container-narrow{width:90%;margin:0 auto;text-align:center}
a{color:inherit}
a:hover{text-decoration:none}
a,button,img{transition:.3s ease}

.green-divider{width:60px;height:4px;background-color:#5b7053;margin:20px auto}

.btn-green{display:inline-block;background:#708768;color:#fff;padding:18px 48px;border-radius:2px;font-size:18px;text-decoration:none;font-weight:600}
.btn-green:hover{background-color:#46573f;transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 0 0 / .15)}

.main-header{position:absolute;top:0;left:0;width:100%;z-index:1000;padding:32px 0}
.header-container{width:90%;max-width:1500px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.logo-text{font-family:'Oswald',Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px;font-weight:700}
.logo img{height:70px;width:auto;display:block}
.logo{font-size:2rem;color:#fff;font-weight:700}


.main-nav ul{display:flex;align-items:center;gap:42px;list-style:none}
.main-nav a{position:relative;color:#fff;font-size:17px;font-weight:400;text-decoration:none;transition:.25s}
.main-nav li:first-child a::after{content:"";position:absolute;left:0;bottom:-8px;width:28px;height:2px;background:#fff}
.main-nav a:hover{color:#8ca37a}

.burger-menu{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px}
.burger-menu span{display:block;width:25px;height:3px;background-color:#333}

.hero-section{position:relative;background:url(img/background.webp) center center / cover no-repeat;min-height:700px;display:flex;justify-content:center;align-items:center;overflow:hidden}
.hero-section::before{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .35)}
.hero-content{width:100%;max-width:760px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2}
.hero-content h1{font-family:'Oswald',Helvetica,Arial,sans-serif;color:#fff;font-weight:700;line-height:.9;font-size:78px;letter-spacing:1px;margin-bottom:25px}

.subtitle{color:#fff;font-size:2rem;font-weight:700;margin-bottom:50px}

.intro-section{padding:80px 0 40px 0}
.intro-section h2{font-size:2.5rem;color:#2c2c2c;line-height:1.2}
.intro-text{font-size:1.2rem;color:#555;margin-bottom:15px;font-weight:400;line-height:1.5}
.intro-subtext{font-size:1.1rem;font-weight:500}

.cards-section{padding:20px 0 80px 0}
.grid-three-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.teaser-card{text-align:left;transition:transform .3s ease,box-shadow .3s ease}
.teaser-card img{width:100%;height:220px;object-fit:cover;margin-bottom:15px;display:block;border-radius:4px;box-shadow:0 8px 20px rgb(0 0 0 / .12)}
.teaser-card h3{font-size:1.4rem;margin-bottom:10px;color:#2c2c2c}
.teaser-card p{color:#666;font-size:.95rem}

.banner-section{position:relative;background-image:url(img/bg-banner.webp);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;min-height:300px;display:flex;justify-content:center;align-items:center;color:#fff}
.banner-section::before{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .60)}
.banner-section .container{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.banner-section h2{font-size:2.5rem;line-height:1.2;margin-bottom:10px;font-family:'Oswald',sans-serif;font-weight:700}
.banner-section p{font-size:1.2rem;text-transform:uppercase;letter-spacing:1px}
.details-section{padding:80px 0}
.title-dark{font-size:2.2rem;color:#2c2c2c}
.details-section p{margin-bottom:20px;color:#444;font-size:1.05rem}
.icons-section{padding:40px 0 80px 0;background-color:#f7f7f7}
.icon-flow{display:flex;flex-direction:column;align-items:center;gap:20px}
.icon-item{text-align:center}
.icon-item .icon{font-size:2rem;display:block;margin-bottom:5px}
.icon-item h4{font-size:1.3rem;color:#2c2c2c}

.vs-line{position:relative;width:100%;border-top:2px solid #5b7053;margin:20px 0;text-align:center}
.vs-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#5b7053;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.vs-text{display:inline-block;margin-top:25px;font-family:'Oswald',Helvetica,Arial,sans-serif;font-size:1.4rem;text-transform:uppercase}

.benefits-section{padding:90px 0;background:#fff}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%;align-items:start;justify-items:center}
.benefit{display:flex;flex-direction:column;align-items:center;color:#708768}
.benefit img{width:58px;height:58px;margin-bottom:25px}
.benefit svg{width:62px;height:62px;margin-bottom:22px}
.benefit h3{font-family:'Oswald',Helvetica,Arial,sans-serif;font-size:30px;color:#3a332b;letter-spacing:.5px}
.benefits-section .container{max-width:1400px}

.instagram-section{background:url(img/bg-water.webp) center center / cover no-repeat;min-height:520px;display:flex;justify-content:center;align-items:center;padding:80px 0;position:relative}
.instagram-section::before{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .30)}
.insta-box{position:relative;z-index:2;background:rgb(255 255 255 / .92);padding:5px 5px 25px 5px;width:min(760px,90%);text-align:center;border-radius:8px;box-shadow:0 25px 60px rgb(0 0 0 / .18)}
.insta-box .btn-green{margin-top:10px;position:absolute;left:50%;bottom:-28px;transform:translateX(-50%);text-decoration:none;padding:18px 42px;min-width:260px;text-align:center;letter-spacing:.5px}
.insta-box h2{font-family:'Oswald',Helvetica,Arial,sans-serif;font-size:60px;font-weight:700;color:#39332d;margin-bottom:25px}
.instagram-icon{width:52px;height:52px;fill:#708768;margin-bottom:35px;margin:25px auto 35px;display:block}

.main-footer{background:#f7f7f5;padding:90px 0;border-top:1px solid #ececec}
.footer-container{max-width:1200px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:120px;align-items:start}
.footer-brand h2{font-family:'Oswald',sans-serif;font-size:78px;line-height:1;color:#403b36;margin-bottom:28px}
.footer-brand p{font-size:22px;color:#777}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.footer-email{color:#333;text-decoration:none;font-weight:500}
.footer-links{display:flex;flex-direction:column;gap:22px}
.footer-links a{display:flex;align-items:center;gap:10px;flex-direction:row;text-decoration:none;color:#454545;font-size:14px;font-weight:500}
.footer-links a:hover{color:#708768;transform:translateX(6px)}
.footer-icon{width:20px;height:20px;color:#708768;flex-shrink:0}
.footer-logo{height:90px;width:auto;display:block;margin-bottom:25px;}

.footer-bottom{margin-top:60px;padding:25px 20px;border-top:1px solid #e5e5e5;text-align:center;font-size:14px;color:#888;}

.main-nav a:focus-visible,
.btn-green:focus-visible,
.footer-links a:focus-visible{outline:3px solid #5b7053;outline-offset:4px;}
/* --------------------------------------------------
   Rechtliche Seiten
-------------------------------------------------- */

.page-content{

    max-width:900px;

    margin:80px auto 120px;

    padding:0 30px;

    line-height:1.8;

    color:#444;

}

.page-content h2{

    font-family:'Oswald',sans-serif;

    font-size:2rem;

    margin:60px 0 20px;

    color:#3b3b3b;

}

.page-content h3{

    font-family:'Oswald',sans-serif;

    font-size:1.45rem;

    margin:40px 0 15px;

    color:#3b3b3b;

}

.page-content p{

    margin-bottom:25px;

}

.page-content a{

    color:#708768;

    text-decoration:none;

    font-weight:500;

}

.page-content a:hover{

    text-decoration:underline;

}

.legal-note{

    margin-top:60px;

    padding-top:25px;

    border-top:1px solid #ddd;

    font-size:.9rem;

    color:#888;

}
.page-hero{

    height:320px;

    background:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url("img/background.webp");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    color:#fff;
}



/* ======================================
   Smartphone
====================================== */

@media (max-width:768px){
.hero-section{padding-left:5%;text-align:center;justify-content:center; background-image:url("img/background-mobile.webp")}

.hero-content h1{font-size:4rem;line-height:0.95;}

.hero-content .subtitle{font-size:1.3rem;}

.intro-section h2,.banner-section h2,.title-dark{font-size:1.8rem}
.footer-links{align-items:center;}
.footer-links a{justify-content:center;}
.insta-box{padding:45px 30px}
.insta-box h2{font-size:3rem;}
.header-container{flex-direction: column; align-items: center; gap: 20px;}
.logo img{width: 220px;height: auto; }
.main-nav{width:100%;}
.main-nav ul{justify-content: center; gap: 30px;}
.icon-flow{display:flex;flex-direction:column;gap:60px;}
.benefits-grid{grid-template-columns:1fr;gap:55px;}
.benefit h3{font-size:2rem;}
.insta-box .btn-green{min-width:unset;width:auto;white-space:nowrap;}
.footer-container{grid-template-columns:1fr;text-align:center;}
.footer-logo{width:220px;margin:0 auto 25px;}
.page-content{ padding:0 22px;}
.page-content h2{font-size:1.65rem;line-height:1.15;word-break:break-word;}
.page-content a{overflow-wrap:anywhere;}
body{overflow-x:hidden;}
  

}