
:root{
  --primary:#ef3324; --secondary:#146fc9; --accent:#ffe500; --black:#111111;
  --bg:#fbfbfa; --surface:#ffffff; --text:#171717; --muted:#666666; --line:#e7e7e4;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
a{color:inherit}
header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--line);z-index:20}
.bar{max-width:var(--max);margin:auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand-logo{height:54px;width:auto;display:block}
nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
nav a{text-decoration:none;font-weight:700}
.cta-nav{background:var(--primary);color:#fff;padding:.65rem .95rem;border-radius:10px}
.hero{max-width:var(--max);margin:auto;padding:64px 20px 40px;display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.hero h1{font-size:clamp(2.3rem,6vw,5rem);line-height:1.02;margin:.2em 0}
.eyebrow{color:var(--secondary);font-weight:800;letter-spacing:.05em;text-transform:uppercase;font-size:.84rem}
.hero-actions,.social-links{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-block;background:var(--primary);color:#fff;padding:.8rem 1rem;border-radius:10px;font-weight:800;text-decoration:none}
.button.alt{background:var(--secondary)}
.hero-art{background:linear-gradient(145deg,#f2f2ef,#fff);border-radius:24px;display:grid;place-items:center;padding:24px;border:1px solid var(--line)}
.hero-art img{max-width:100%;height:auto}
.section{max-width:var(--max);margin:auto;padding:32px 20px 58px}
.section h2{font-size:clamp(1.7rem,4vw,2.6rem);margin:.2em 0 .5em}
.lead{font-size:1.1rem;color:#333;max-width:850px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}
.card h3{margin-top:0}
.card-accent-red{border-top:5px solid var(--primary)}
.card-accent-blue{border-top:5px solid var(--secondary)}
.card-accent-yellow{border-top:5px solid var(--accent)}
.card-accent-black{border-top:5px solid var(--black)}
.band{background:var(--black);color:#fff}
.band .inner{max-width:var(--max);margin:auto;padding:38px 20px}
.map-embed img{width:100%;height:auto;border:1px solid var(--line);border-radius:18px;background:#fff}
.social-link{display:inline-flex;align-items:center;gap:10px;padding:.7rem .95rem;border:1px solid #d9d5cd;border-radius:999px;background:#fff;font-weight:800;text-decoration:none}
.social-ig{color:#c13584}.social-fb{color:#1877f2}
.board .card p{margin:.4em 0}
footer{background:#232623;color:#eee;margin-top:20px}
.footer{max-width:var(--max);margin:auto;padding:42px 20px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}
.footer a{display:block;color:#eee;margin:.25rem 0}
.small{color:#bbb;font-size:.95rem}

/* Offener Ganztag */
.ogts-highlight{background:linear-gradient(180deg,#fffdf4 0%,#fff 100%);border:1px solid #eee8c8;border-radius:24px;margin-top:34px;margin-bottom:34px;padding-top:42px}
.ogts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}
.ogts-card{min-height:260px}
.ogts-icon{font-size:2.15rem;line-height:1;margin-bottom:16px}
.ogts-leadership{margin-top:22px;padding:24px 28px;border-radius:18px;background:#111;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}
.ogts-leadership .eyebrow{color:#ffe500}
.ogts-leadership h3{font-size:1.55rem;margin:.25rem 0}
.ogts-leadership p{margin:.4rem 0;max-width:760px}
.ogts-badge{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#ffe500;color:#111;font-weight:900;font-size:1.2rem;flex:0 0 auto}

/* Impressum */
.pagehead{background:#f2f2ef;border-bottom:1px solid var(--line)}
.pagehead .section{padding-top:46px;padding-bottom:46px}
.legal-block{max-width:860px}
.legal-block h2{margin-top:2rem}
.legal-block address{font-style:normal}

@media(max-width:980px){
  .hero,.feature-grid,.grid,.footer{grid-template-columns:1fr 1fr}
  .hero{grid-template-columns:1fr}
  .ogts-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  nav{gap:10px;font-size:.9rem}
  .grid,.feature-grid,.footer,.ogts-grid{grid-template-columns:1fr}
  .brand-logo{height:42px;max-width:62vw}
  .ogts-leadership{align-items:flex-start}
  .ogts-badge{width:72px;height:72px}
}

/* V7.1 – korrigierte Logo-Größe und stabilere Navigation */
.brand-symbol-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:66px;
  flex:0 0 auto;
}
.brand-symbol{
  width:54px;
  height:54px;
  object-fit:contain;
  display:block;
}
.hero-art{
  padding:8px;
  overflow:hidden;
  min-height:360px;
}
.hero-symbol{
  width:118%;
  max-width:none;
  height:360px;
  object-fit:contain;
  display:block;
}
.footer-logo{
  width:min(430px,100%);
  height:auto;
  display:block;
}
.download-eyebrow{
  margin-top:44px;
}
.downloads-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.download-card{
  display:flex;
  flex-direction:column;
}
.download-card .button{
  margin-top:auto;
  align-self:flex-start;
}

/* Navigation robuster */
.bar{
  align-items:center;
}
nav{
  flex:1 1 auto;
  justify-content:flex-end;
}
@media(max-width:980px){
  .brand-symbol{width:48px;height:48px}
  .brand-symbol-link{min-width:58px}
  .hero-symbol{height:320px;width:112%}
  nav{gap:12px}
}
@media(max-width:700px){
  .brand-symbol{width:42px;height:42px}
  .brand-symbol-link{min-width:48px}
  .hero-art{min-height:260px}
  .hero-symbol{height:260px;width:108%}
  .downloads-grid{grid-template-columns:1fr}
  .bar{align-items:flex-start}
  nav{justify-content:flex-start}
}


/* V7.2 – Header kompakt; bewusst am Dateiende als finaler Override */
header .bar{
  padding-top:6px !important;
  padding-bottom:6px !important;
  min-height:48px;
}
header .brand-symbol-link{
  width:42px !important;
  min-width:42px !important;
  max-width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  overflow:hidden;
}
header img.brand-symbol{
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  max-width:36px !important;
  min-height:36px !important;
  max-height:36px !important;
  object-fit:contain !important;
}
header nav{
  min-width:0;
}
@media(max-width:980px){
  header .brand-symbol-link{
    width:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    height:38px !important;
    flex-basis:38px !important;
  }
  header img.brand-symbol{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    max-width:32px !important;
    min-height:32px !important;
    max-height:32px !important;
  }
}


/* V7.3 – Header wieder mit Wort-Bild-Marke, Hero-Logo etwas kleiner */
header .bar{
  padding-top:8px !important;
  padding-bottom:8px !important;
  min-height:58px;
}
header .brand-full-link{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-width:220px;
  max-width:280px;
}
header img.brand-full{
  width:230px !important;
  max-width:100%;
  height:auto !important;
  display:block;
}
header nav{
  min-width:0;
  flex:1 1 auto;
}

.hero-symbol{
  width:94% !important;
  height:288px !important;   /* vorher 360px -> 20% kleiner */
  max-width:none;
  object-fit:contain !important;
  display:block;
  margin:auto;
}
.hero-art{
  min-height:320px !important;
}

@media(max-width:980px){
  header .brand-full-link{
    min-width:180px;
    max-width:220px;
  }
  header img.brand-full{
    width:190px !important;
  }
  .hero-symbol{
    height:256px !important;
    width:92% !important;
  }
  .hero-art{
    min-height:290px !important;
  }
}
@media(max-width:700px){
  header .bar{
    padding-top:6px !important;
    padding-bottom:6px !important;
  }
  header .brand-full-link{
    min-width:150px;
    max-width:180px;
  }
  header img.brand-full{
    width:165px !important;
  }
  .hero-symbol{
    height:208px !important;
    width:88% !important;
  }
  .hero-art{
    min-height:230px !important;
  }
}


/* V7.5 – Header wieder farbig, 15% größer; Footer bleibt weiß */
header .brand-full-link{
  min-width:250px !important;
  max-width:320px !important;
}
header img.brand-full{
  width:265px !important;   /* vorher 230px -> ca. 15% größer */
  max-width:100%;
  height:auto !important;
  display:block;
}
@media(max-width:980px){
  header .brand-full-link{
    min-width:205px !important;
    max-width:255px !important;
  }
  header img.brand-full{
    width:218px !important;  /* vorher 190px */
  }
}
@media(max-width:700px){
  header .brand-full-link{
    min-width:170px !important;
    max-width:205px !important;
  }
  header img.brand-full{
    width:190px !important;  /* vorher 165px */
  }
}


/* V7.6 – Header-Logo nochmals ca. 25 % größer */
header .brand-full-link{
  min-width:310px !important;
  max-width:400px !important;
}
header img.brand-full{
  width:332px !important;   /* 265px * 1.25 ≈ 331px */
  max-width:100%;
  height:auto !important;
  display:block;
}
@media(max-width:980px){
  header .brand-full-link{
    min-width:255px !important;
    max-width:320px !important;
  }
  header img.brand-full{
    width:273px !important;  /* 218px * 1.25 ≈ 272px */
  }
}
@media(max-width:700px){
  header .brand-full-link{
    min-width:210px !important;
    max-width:255px !important;
  }
  header img.brand-full{
    width:238px !important;  /* 190px * 1.25 ≈ 238px */
  }
}
