*{margin:0;padding:0;box-sizing:border-box}
/* Headlines: SommetSlabBlack aus bereitgestelltem Ordner */
@font-face{font-family:'SommetSlabBlack';src:url('fonts/sommet-slab-black.woff2') format('woff2'),url('fonts/sommet-slab-black.woff') format('woff');font-weight:900;font-style:normal;font-display:swap}
/* Fließtext: SommetRegular */
@font-face{font-family:'SommetRegular';src:url('fonts/sommet-regular.woff2') format('woff2'),url('fonts/sommet-regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
:root{--orange:#ff3817;--alt:#57aba7;--black:#0b0b0b;--white:#ffffff;--text:#1f2937;--muted:#6b7280;--container:1200px}
body{font-family:'SommetRegular', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;font-weight:400;color:#ffffff;background:var(--orange);transition:background-color .4s ease;line-height:1.65;font-size:clamp(18px,1.2vw,22px)}
body.bg-alt{background:var(--alt)}
a{color:inherit}
.container{max-width:var(--container);margin:0 auto;padding:0 20px}

/* Top Navigation */
.topnav{position:fixed;top:40px;left:0;right:0;z-index:1000;background:transparent}
.nav-inner{max-width:var(--container);margin:0 auto;height:64px;padding:0 200px 0 40px;display:flex;align-items:center;justify-content:flex-end;background:rgba(255,55,23,0.95);backdrop-filter:blur(10px);margin-left:auto;margin-right:0;width:fit-content;min-width:500px;transition:background-color 0.4s ease}
body.bg-alt .nav-inner{background:rgba(87,171,167,0.95)}
.brand{display:none}
.brand-ea{display:none}
.brand-sub{display:none}
.nav-links{display:flex;gap:20px;list-style:none}
.nav-links a{text-decoration:none;color:#fff;font-weight:400;font-size:clamp(16px,1.1vw,20px);font-family:'SommetRegular', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.nav-toggle{display:none;background:transparent;border:0;cursor:pointer}
.nav-toggle span{display:block;width:22px;height:2px;background:#fff;margin:5px 0}

/* Hero */
.hero{position:relative;padding-top:0}
.hero-bg{position:relative;height:100vh;min-height:560px;overflow:hidden;background:url('beierei_x.jpg') center/cover no-repeat}

.hero-content{max-width:var(--container);margin:0 auto;padding:80px 20px 0;color:#fff;position:relative;z-index:2}
@media (max-width:640px){
  .hero-content{padding:0 20px 0 !important}
}
.hero h1{font-size:clamp(36px,6vw,72px);line-height:1.1;font-weight:900;font-family:'SommetSlabBlack', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;margin-bottom:20px}
.hero .accent{color:#fffbeb}
.hero p{max-width:740px;opacity:.95;margin-bottom:50px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:50px}
.btn{display:inline-block;border-radius:0;padding:16px 24px;font-weight:700;text-decoration:none;border:1px solid transparent;font-size:clamp(16px,1.1vw,18px);font-family:'SommetRegular', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;line-height:1.65}
.btn-primary{background:#fff;color:#000;border-color:transparent}
.btn-ghost{background:transparent;color:#000;border-color:#000}

/* Sections */
.section{padding:100px 0}
.section.light{background:transparent}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:14px}
.card{background:transparent;border:1px dashed rgba(255,255,255,0.9);border-radius:0;padding:18px}
.card p{line-height:1.4}
.card h3{line-height:1.2;margin-bottom:20px}
.section h2, .card h3, .phase h3{font-family:'SommetSlabBlack', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;font-weight:900}

/* H2: weiß und größer */
.section h2{color:#fff;font-size:clamp(28px,4.5vw,48px);line-height:1.15;margin-bottom:50px}
.phases{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:80px}
.phase{background:transparent;border:1px dashed rgba(255,255,255,0.9);border-radius:0;padding:28px;position:relative}
.phase h3{margin-bottom:14px;position:relative;z-index:2}
.phase ul{margin:10px 0 20px 0;padding-left:20px;position:relative;z-index:2}
.phase ul li{margin:6px 0}
.phase .num{position:absolute;top:-10%;left:50%;transform:translateX(-50%);background:transparent;color:rgba(255,255,255,0.2);font-size:clamp(80px,12vw,160px);font-weight:900;font-family:'SommetSlabBlack', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;line-height:1;z-index:-1;pointer-events:none}
.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin-top:12px;list-style:none}
.benefits li{display:flex;gap:10px;align-items:flex-start}
.benefits i{color:#059669;margin-top:3px}

/* CTA unter Phasen weiter nach unten */
.cta-center{margin-top:50px}

/* Contact */
.contact .grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
input,textarea{width:100%;padding:16px;border:1px solid #fff;border-radius:0;font-size:clamp(16px,1.1vw,18px);font-family:'SommetRegular', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;font-weight:400;line-height:1.65;background:transparent;color:#fff}
input::placeholder,textarea::placeholder{color:rgba(255,255,255,0.7)}
textarea{resize:vertical}

/* Footer */
.footer{background:var(--orange);color:#fff;padding:60px 0 40px}
.footer-content{max-width:var(--container);margin:0 auto;padding:0 20px}
@media (max-width:640px){
  .footer-content{padding:0 20px}
}
.footer-header{margin-bottom:150px}
.footer-header h2{font-size:clamp(32px,5vw,48px);font-weight:900;font-family:'SommetSlabBlack', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;margin-bottom:100px}
.footer-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:200px}
@media (max-width:640px){
  .footer-header{margin-bottom:30px}
  .footer-header h2{margin-bottom:20px !important}
  .footer-nav{display:block !important;margin:0 0 30px 0 !important;padding-left:0 !important;margin-left:-20px !important}
  .services{display:block !important}
  .service-item{display:block !important;margin-bottom:15px !important}
}
.services{display:flex;gap:30px;flex-wrap:wrap}
.service-item{position:relative;font-weight:400;font-size:clamp(16px,1.1vw,20px)}
.copyright{font-size:clamp(14px,0.9vw,16px);opacity:0.8;margin:0}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end}
.footer-links{display:flex;flex-direction:column;gap:8px}
.link-columns{display:flex;gap:40px}
@media (max-width:640px){
  .footer-links{margin-left:-20px !important}
  .link-columns{display:block !important;gap:0 !important;padding-left:0 !important}
}
.link-column{display:flex;flex-direction:column;gap:8px}
@media (max-width:640px){
  .link-column{display:block !important;margin-bottom:15px !important}
}
.link-column p{margin:0;font-size:clamp(14px,0.9vw,16px)}
@media (max-width:640px){
  .link-column p{padding-left:0 !important;margin:0 0 15px 0 !important;display:block !important}
}
.footer-logo{text-align:right}
.logo-text{font-size:clamp(16px,1.1vw,20px);font-weight:700;font-family:'SommetSlabBlack', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.footer a{color:#fff;text-decoration:none}

/* Responsive */
@media (max-width:900px){
  .nav-links{display:none}
  .nav-toggle{display:block}
  .hero-photo{left:24vw}
  .hero h1{font-size:36px}
  
  /* Mobile Navigation */
  .nav-inner{
    padding:0 40px 0 20px;
    justify-content:flex-end;
    min-width:auto;
    width:100%;
    max-width:none;
    background:transparent !important;
  }
  
  /* Tablet Hero Background */
  .hero-bg{
    height:100vh;
    min-height:100vh;
    background-size:120%;
    background-position:left center;
  }
  
  /* Mobile Menu Overlay */
  .nav-links.mobile-open{
    display:flex;
    position:fixed;
    top:80px;
    left:0;
    right:0;
    bottom:0;
    background:var(--orange);
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    gap:30px;
    z-index:9999;
    padding-top:60px;
  }
  .nav-links.mobile-open a{
    font-size:24px;
    font-weight:700;
    background:transparent;
    color:#fff;
    padding:15px 25px;
    border-radius:0;
    text-decoration:none;
    display:block;
    width:200px;
    text-align:center;
    border:none;
  }
}
@media (max-width:640px){
  .topnav{top:24px;background:transparent !important}
  .black-band{top:44%;height:26%}
  .big-b{font-size:56vh;left:0}
  .hero-photo{left:10vw;max-height:58%}
  .contact .grid{grid-template-columns:1fr}
  
  /* Mobile Navigation */
  .nav-inner{
    padding:0 20px 0 20px;
    justify-content:flex-end;
    background:transparent !important;
  }
  
  /* Mobile Hero Background */
  .hero-bg{
    height:100vh;
    min-height:100vh;
    background-size:150%;
    background-position:left 80px;
    background-attachment:scroll;
  }
  
  /* Mobile Footer Layout */
  .footer-bottom{flex-direction:column;gap:30px;text-align:left}
  .footer-logo{text-align:left}
  .footer-nav{flex-direction:column;gap:20px;text-align:left;padding-left:20px}
  .services{flex-direction:column;gap:15px;align-items:flex-start;padding-left:20px}
  .service-item{font-size:18px;font-weight:700}
  .copyright{display:none}
}

