/* Impressum und Datenschutz — dieselben Tokens wie die Startseite, dunkel. */
:root{
  --bg:#26262B; --bg-2:#2C2C33; --bg-3:#34343B;
  --ink:#F2EFF2; --muted:#C2BCC4; --faint:#A29DA6;
  --plum:#82197E; --akzent:#EDE9EE;
  --line:rgba(242,239,242,.12); --line-strong:rgba(242,239,242,.22);
  --f-head:"Archivo",system-ui,sans-serif;
  --f-body:"Instrument Sans",system-ui,sans-serif;
  --pad:clamp(1.25rem,5vw,4.5rem);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--ink);font-family:var(--f-body);
  font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--akzent);text-decoration:none;border-bottom:1px solid transparent;
  transition:border-color .3s}
a:hover{border-bottom-color:var(--akzent)}
.wrap{max-width:820px;margin:0 auto;padding:0 var(--pad)}

/* Abgrenzung mit Licht statt Schatten — auf dunklem Grund hat ein
   schwarzer Schatten praktisch keinen Spielraum. */
header{border-bottom:1px solid rgba(38,38,43,.14);background:#FFFFFF;
  position:sticky;top:0;z-index:10}
header::after{content:"";position:absolute;top:100%;left:0;right:0;height:28px;
  pointer-events:none;background:linear-gradient(to bottom,
    rgba(255,255,255,.10) 0%, rgba(255,255,255,.045) 38%, transparent 100%)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:88px;
  max-width:1220px;margin:0 auto;padding:0 var(--pad)}
.logo{border:0;display:inline-flex}
.logo img{width:clamp(155px,17vw,208px);height:auto;display:block}
.zurueck{font-family:var(--f-body);font-size:.88rem;font-weight:600;color:#4A4A53;
  display:inline-flex;align-items:center;gap:.5rem;border:0;white-space:nowrap}
.zurueck:hover{color:var(--plum);border:0}
.zurueck svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round}

main{padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3rem,7vw,5rem)}
.kicker{font-family:var(--f-head);font-size:.7rem;font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:var(--akzent);margin-bottom:1.1rem}
h1{font-family:var(--f-head);font-weight:800;text-transform:uppercase;letter-spacing:-.02em;
  line-height:1.02;font-size:clamp(2rem,4.6vw,3.2rem);margin-bottom:2.4rem}
h2{font-family:var(--f-head);font-weight:800;text-transform:uppercase;letter-spacing:-.015em;
  font-size:1.14rem;line-height:1.2;margin:2.6rem 0 .9rem;padding-top:1.6rem;
  border-top:1px solid var(--line-strong)}
h2:first-of-type{border-top:0;padding-top:0;margin-top:1.8rem}
h3{font-family:var(--f-head);font-weight:700;font-size:.98rem;margin:1.6rem 0 .5rem}
p{color:var(--muted);margin-bottom:.9rem}
p.eng{margin-bottom:.25rem}
ul{margin:.6rem 0 1.1rem 0;list-style:none}
/* Kein Grid: sobald ein Listenpunkt ein Element enthält (etwa <b>Auskunft</b>),
   würde der nachfolgende Text zu einem eigenen Grid-Element und in die
   nächste Zeile unter den Punkt rutschen. Der Aufzählungspunkt liegt
   deshalb absolut, der Inhalt bleibt ein zusammenhängender Textfluss. */
li{position:relative;color:var(--muted);font-size:.96rem;margin-bottom:.5rem;
  padding-left:1.4rem}
li::before{content:"";position:absolute;left:0;top:.62rem;
  width:5px;height:5px;border-radius:50%;background:var(--akzent)}
b,strong{color:var(--ink);font-weight:600}
.block{background:var(--bg-2);border:1px solid var(--line);border-radius:12px;
  padding:1.4rem 1.5rem;margin:1.2rem 0 1.6rem}
.block p:last-child{margin-bottom:0}
.stand{font-size:.86rem;color:var(--faint);margin-top:3rem;padding-top:1.4rem;
  border-top:1px solid var(--line-strong)}

footer{background:#1C1C20;border-top:1px solid var(--line);padding:2.6rem 0 2rem;
  font-size:.88rem;color:var(--muted)}
footer .wrap{max-width:1220px}
footer a{color:var(--muted)}
footer a:hover{color:var(--ink);border-bottom-color:var(--ink)}
.frow{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.flinks{display:flex;gap:1.4rem}
