*{box-sizing:border-box}
:root{
  --max:1360px;
  --gutter:44px;
  --ink:#071a22;
  --muted:#52646a;
  --green:#008f7a;
  --green-icon:#08b98d;
  --surface:#fbfcfc;
  --card:#fff;
  --line:#ccd9d6;
  --dark:#202526;
}
html,body{
  margin:0;padding:0;width:100%;
  height:auto!important;min-height:0!important;max-height:none!important;
  overflow:hidden!important;
}
body{
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--surface);
}
.widget{width:100%;height:auto!important;max-height:none!important;overflow:visible!important}
.content-surface{width:100%;background:var(--surface)}
.container{width:min(var(--max),calc(100% - (2 * var(--gutter))));margin-inline:auto}

/* HEADER / HERO – zentriert und visuell klar vom Inhaltsbereich getrennt */
.hero{
  width:100%;
  background:
    radial-gradient(ellipse at 12% 20%, rgba(217,246,239,.34) 0 10%, transparent 34%),
    radial-gradient(ellipse at 88% 18%, rgba(220,239,253,.34) 0 10%, transparent 34%),
    var(--surface);
  border-bottom:1px solid #e1e8e6;
}
.hero-inner{
  min-height:500px;
  padding:68px 0 64px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.hero-kicker{
  margin:0 0 25px;
  color:var(--green);
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.04em;
}
.hero-title{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  color:var(--ink);
  font-size:clamp(40px,4.25vw,62px);
  line-height:1.09;
  letter-spacing:-.045em;
  text-align:center;
}
.hero-text{
  max-width:900px;
  margin:28px auto 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
  text-align:center;
}
.hero-audiences{
  max-width:1000px;
  margin:19px auto 0;
  color:#249b88;
  font-size:16px;
  line-height:1.45;
  font-weight:800;
  text-align:center;
}


.section{width:100%}
.formats{padding:54px 0 52px}
.topics{padding:48px 0 52px}
.collaboration{padding:48px 0 34px}
.divider{height:1px;width:100%;background:#e1e8e6}

.eyebrow{
  margin:0 0 17px;
  color:var(--green);
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.16em;
}
h1,h2{
  margin:0;
  letter-spacing:-.045em;
  line-height:1.03;
}
h1{font-size:clamp(34px,3.7vw,52px)}
h2{font-size:clamp(36px,4vw,56px)}
.lead{
  max-width:1080px;
  margin:20px 0 32px;
  color:var(--muted);
  font-size:15px;
  line-height:1.58;
}

/* Bildungsformate: flach, ruhig, im selben Raster */
.format-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  width:100%;
}
.format-card{
  min-width:0;
  min-height:210px;
  padding:26px 28px 25px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--card);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.format-icon{
  width:48px;height:48px;
  border-radius:14px;
  display:grid;place-items:center;
  background:var(--green-icon);
  color:#fff;
  margin-bottom:20px;
}
.format-icon svg{
  width:25px;height:25px;
  fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;
}
.format-card h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.2;
}
.format-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
  max-width:390px;
}

/* Themen */
.topic-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:var(--card);
}
.topic{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:14px;
  min-width:0;
  min-height:178px;
  padding:22px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--card);
}
.topic:nth-child(4n){border-right:0}
.topic:nth-last-child(-n+4){border-bottom:0}
.topic-icon{
  width:52px;height:52px;border-radius:50%;
  display:grid;place-items:center;
  background:#dceffd;color:#073b6e;
  font-size:20px;font-weight:700;
}
.topic:nth-child(even) .topic-icon{background:#d8f7ef;color:#007c6a}
.no{display:block;margin:1px 0 8px;color:var(--green);font-size:11px;font-weight:800}
.topic h3{margin:0 0 8px;font-size:16px;line-height:1.2}
.topic p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}

/* Zusammenarbeit */
.collaboration-lead{margin-bottom:23px}
.marquee-shell{
  width:100%;
  overflow:hidden!important;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.track{
  display:flex;
  width:max-content;
  gap:10px;
  padding:13px 0;
  animation:move 72s linear infinite;
  will-change:transform;
}
.track:hover{animation-play-state:paused}
.pill{
  flex:none;
  white-space:nowrap;
  padding:10px 18px;
  border:1px solid #cbd8d5;
  border-radius:999px;
  background:#fff;
  font-size:12px;
  font-weight:700;
}
.note{margin:13px 0 0;color:#71817f;font-size:11px}
@keyframes move{to{transform:translateX(-50%)}}

/* Footer kompakt, gleiche Flucht */
footer{background:var(--dark);color:#fff;padding:27px 0 14px}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(240px,.55fr);
  gap:50px;
  align-items:end;
}
footer .eyebrow{margin-bottom:11px;color:#00a58e;font-size:9px}
footer h2{font-size:clamp(28px,2.8vw,40px);letter-spacing:-.04em}
.footer-copy>p:last-child{
  max-width:780px;
  margin:11px 0 0;
  color:#c7d1cf;
  font-size:11.5px;
  line-height:1.45;
}
.contact{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding-bottom:1px;
  font-size:11px;
}
.contact span{color:#c7d1cf}
.contact a{color:#fff;font-weight:800;text-decoration:none}
.copyright{
  margin-top:19px;
  padding-top:10px;
  border-top:1px solid #414849;
  color:#8e9b99;
  font-size:9px;
}

@media(max-width:980px){
  .format-grid{grid-template-columns:1fr}
  .format-card{min-height:0}
  .topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .topic{border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}
  .topic:nth-child(2n){border-right:0!important}
  .topic:nth-last-child(-n+2){border-bottom:0!important}
}
@media(max-width:760px){
  .footer-grid{grid-template-columns:1fr;gap:22px}
}
@media(max-width:560px){
  :root{--gutter:20px}
  .formats{padding:44px 0 40px}
  .topics{padding:40px 0 44px}
  .collaboration{padding:40px 0 30px}
  .format-card{padding:22px}
  .topic-grid{grid-template-columns:1fr}
  .topic{
    grid-template-columns:50px 1fr;
    padding:18px;
    border-right:0!important;
    border-bottom:1px solid var(--line)!important;
  }
  .topic:last-child{border-bottom:0!important}
  .topic-icon{width:44px;height:44px}
}
@media(prefers-reduced-motion:reduce){
  .track{animation:none;flex-wrap:wrap;width:auto}
}

.formats h2{font-size:clamp(34px,3.7vw,52px)}
@media(max-width:560px){
  .hero-inner{min-height:0;padding:48px 0 44px}
  .hero-kicker{font-size:10px;margin-bottom:18px}
  .hero-title{font-size:clamp(31px,8vw,42px);line-height:1.08}
  .hero-text{font-size:14px;margin-top:21px;line-height:1.5}
  .hero-audiences{font-size:13px;line-height:1.5;margin-top:16px}
}
