:root{--green:#2f3e2f;--bg:#f7f5f0}
*{box-sizing:border-box}
body{margin:0;font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica,Arial,sans-serif;color:#222;background:var(--bg)}
header{background:var(--green);color:#fff;padding:56px 20px;text-align:center}
nav a{color:#fff;margin:0 10px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3)}
nav a:hover{border-bottom-color:#fff}
.wrap{max-width:960px;margin:0 auto;padding:24px 20px}
.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.cta{display:inline-block;background:#fff;color:var(--green);padding:10px 14px;border-radius:10px;text-decoration:none}
footer{padding:24px 20px;text-align:center;color:#666}
h1,h2{margin:0 0 12px}
img{max-width:100%;height:auto;border-radius:10px}

/* --- Hero --- */
.hero{
  min-height: 320px;
  display:flex;align-items:center;justify-content:center;
  text-align:center;color:#fff;
  background: #2f3e2f url('/assets/img/hero.jpg') center/cover no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,.25);
}
.hero h1{margin:0 0 8px}
.hero p{margin:0}

/* --- Typografie & Layout nah am Vorbild --- */
header h1{font-size:clamp(28px,4vw,40px)}
header p{font-size:clamp(16px,2.2vw,18px)}
.grid h2{font-size:22px}

/* Sektionstitel */
.section-title{margin:32px 0 8px;font-size:26px}

/* CTA-Buttons */
.btn{display:inline-block;padding:12px 18px;border-radius:10px;text-decoration:none}
.btn-primary{background:#2f3e2f;color:#fff}
.btn-outline{background:transparent;color:#2f3e2f;border:2px solid #2f3e2f}

/* Sticky Call Button (unten rechts) */
.sticky-call{
  position:fixed;right:16px;bottom:16px;z-index:9999;
  padding:12px 16px;border-radius:999px;background:#2f3e2f;color:#fff;
  text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.2)
}
.sticky-call:hover{filter:brightness(1.05)}

/* Footer Spalten */
.footer-cols{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.footer-cols p{margin:.25rem 0}
