/* Grundgerüst für Impressum und Datenschutzerklärung.
   Bewusst eine eigene Datei: beide Seiten sind reine Textseiten und teilen
   sich alles. Was die Startseite an Bewegung und Bildern mitbringt, braucht
   hier niemand. */
:root{
  --lime:#E2F64C;
  --bg:#08090A; --surface:#101215; --line:#212630;
  --text:#EDEFF2; --muted:#939BA6; --head:'Jost',system-ui,sans-serif;
  --body:-apple-system,BlinkMacSystemFont,'Geist','Inter',system-ui,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);
  font-size:16.5px;line-height:1.72;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--lime);text-decoration:none}
a:hover{color:#fff}
.wrap{max-width:820px;margin:0 auto;padding:0 26px}
:focus-visible{outline:2px solid var(--lime);outline-offset:3px;border-radius:2px}
.skip{position:absolute;left:-9999px;background:var(--lime);color:#000;padding:12px 18px;z-index:99}
.skip:focus{left:10px;top:10px}

header{position:sticky;top:0;z-index:50;background:rgba(8,9,10,.82);
  backdrop-filter:blur(16px) saturate(1.25);border-bottom:1px solid rgba(255,255,255,.07)}
.bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 36px}
.brand img{width:186px;height:auto}
.zurueck{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 4px;
  color:var(--muted);font:600 11px/1 var(--body);letter-spacing:.16em;text-transform:uppercase;
  transition:color .2s ease}
.zurueck:hover{color:var(--lime)}
.zurueck svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round}
@media(max-width:560px){.bar{padding:14px 20px}.brand img{width:150px}
  .zurueck span{display:none}}

main{padding:70px 0 90px}
@media(max-width:700px){main{padding:48px 0 64px}}
.eyebrow{font:600 11.5px/1.5 var(--body);letter-spacing:.22em;text-transform:uppercase;
  color:var(--lime);margin:0 0 20px}
h1{font-family:var(--head);font-weight:400;letter-spacing:-.02em;line-height:1.1;
  font-size:clamp(2.1rem,4.6vw,3.1rem);margin:0 0 18px}
h2{font-family:var(--head);font-weight:400;letter-spacing:-.015em;line-height:1.2;
  font-size:1.42rem;margin:52px 0 14px;padding-top:26px;border-top:1px solid var(--line)}
h3{font-family:var(--body);font-weight:600;font-size:15px;letter-spacing:.02em;
  margin:26px 0 8px;color:var(--text)}
p{margin:0 0 16px;color:var(--muted);max-width:70ch}
p.gross{font-size:1.08rem;color:var(--text)}
ul{margin:0 0 18px;padding:0;list-style:none;max-width:70ch}
li{position:relative;padding:0 0 10px 24px;color:var(--muted)}
li::before{content:"";position:absolute;box-sizing:border-box;left:0;top:.68em;
  width:10px;height:1.5px;background:var(--lime)}
strong,b{color:var(--text);font-weight:500}
.stand{margin-top:46px;padding-top:22px;border-top:1px solid var(--line);
  font-size:13.4px;color:#7f8792}

/* Lücken, die noch gefüllt werden müssen - unübersehbar, damit keine im
   Dokument stehen bleibt, wenn die Seite online geht. */
.luecke{display:inline-block;padding:1px 8px;color:var(--lime);
  font-weight:500;background:rgba(226,246,76,.08);
  box-shadow:inset 0 0 0 1px rgba(226,246,76,.45)}
.hinweisband{margin:0 0 34px;padding:16px 18px;font-size:14.4px;line-height:1.6;
  color:#E8C08C;border:1px solid rgba(226,162,76,.4);background:rgba(226,162,76,.07)}
.hinweisband b{color:#F2D9AE}

footer{border-top:1px solid var(--line);padding:34px 0;color:var(--muted);font-size:13px}
.fzeile{display:flex;flex-wrap:wrap;gap:6px 24px;align-items:center}
footer a{color:var(--muted);display:inline-block;padding:10px 0}
footer a:hover{color:var(--lime)}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;
  scroll-behavior:auto}}
