/* Gemeinsame Grundlage für Impressum und Datenschutz.
   Bewusst dieselben Werte wie in vorschau.html — eine Unterseite, die anders aussieht
   als die Startseite, wirkt wie ein fremder Anhang. */
:root{
  --tinte:#14161A; --grau:#5A606B; --akzent:#0851EC;
  --linie:#E3E6EA; --flaeche:#F6F7F9;
}
*{box-sizing:border-box;margin:0;padding:0}
/* Sprungziele nicht unter der klebenden Kopfzeile; lange E-Mail-Adressen
   sprengen bei 320 px mit vergroessertem Textabstand die Spalte. Gemessen. */
[id]{scroll-margin-top:80px}
html{scroll-padding-bottom:88px}
body{overflow-wrap:break-word}
body{background:#fff;color:var(--tinte);-webkit-font-smoothing:antialiased;
     font:17px/1.65 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;padding-bottom:72px}
.mitte{width:min(760px,100% - 40px);margin-inline:auto}
a{color:var(--akzent)}
.sprung{position:absolute;left:-9999px;top:0;z-index:60}
.sprung:focus{left:12px;top:12px;padding:12px 18px;background:var(--akzent);color:#fff;
              border-radius:8px;font-weight:650;text-decoration:none}
:focus-visible{outline:3px solid var(--akzent);outline-offset:2px;border-radius:4px}
footer :focus-visible,.leiste :focus-visible{outline-color:#fff}

header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);
       backdrop-filter:blur(12px);border-bottom:1px solid var(--linie)}
header .mitte{display:flex;align-items:center;justify-content:space-between;
              min-height:64px;gap:16px;width:min(1120px,100% - 40px)}
.wort{font-weight:700;letter-spacing:.02em;font-size:15px;line-height:1.15;
      text-decoration:none;color:var(--tinte);
      /* Gemessen 31 px hoch ab 768 px — unter der 44-px-Trefferflaeche. */
      display:flex;flex-direction:column;justify-content:center;min-height:44px}
.wort span{display:block;font-weight:400;font-size:12px;color:var(--grau);
           letter-spacing:.06em;text-transform:uppercase}
.knopf{display:inline-flex;align-items:center;justify-content:center;min-height:44px;
       padding:11px 20px;border-radius:8px;background:var(--akzent);color:#fff;
       text-decoration:none;font-weight:650;font-size:15px;white-space:nowrap}
/* Gemessen bei 320 px: Wortmarke + Knopf = 318 in 280 px Platz -> 19 px Ueberlauf.
   Unter 400 px traegt die feste Leiste unten dieselbe Rufnummer. */
@media(max-width:399px){header .knopf{display:none}}

main{padding:56px 0 88px}
h1{font-size:clamp(28px,5vw,44px);letter-spacing:-.025em;line-height:1.08;margin-bottom:10px}
h2{font-size:clamp(19px,2.6vw,24px);letter-spacing:-.015em;margin:40px 0 12px}
h3{font-size:17px;margin:24px 0 6px}
p{margin-top:12px;color:var(--tinte)}
p.lead{color:var(--grau);max-width:58ch}
ul{margin:12px 0 0 20px} li{margin-top:6px}
.block{margin-top:16px;padding:16px 18px;background:var(--flaeche);border-radius:9px}
.offen{margin-top:14px;padding:13px 15px;border:1px dashed #C7CCD4;border-radius:8px;
       color:var(--grau);font-size:14px;line-height:1.55}
.zurueck{display:inline-block;margin-top:44px;min-height:44px;line-height:44px;
         text-decoration:none;font-weight:650}

footer{background:#14161A;color:#AEB4BD;padding:40px 0;font-size:14px}
footer b{color:#fff;display:block;font-size:16px;margin-bottom:6px}
footer a{color:#fff}
footer nav{margin-top:16px;display:flex;gap:20px;flex-wrap:wrap}
footer nav a{min-height:44px;line-height:44px;text-decoration:none;font-weight:600}

/* Drei Wege, immer erreichbar — gleiche Leiste wie auf der Startseite. */
.leiste{position:fixed;left:0;right:0;bottom:0;z-index:30;background:var(--akzent);
        padding-bottom:env(safe-area-inset-bottom);display:flex}
.leiste a{flex:1 1 0;display:flex;flex-direction:column;align-items:center;
          justify-content:center;gap:3px;min-height:64px;padding:8px 4px;
          color:#fff;text-decoration:none;font-weight:700;font-size:13px;text-align:center}
.leiste a + a{border-left:1px solid rgba(255,255,255,.28)}
.leiste svg{width:20px;height:20px;flex:none}
@media(min-width:768px){.leiste{display:none} body{padding-bottom:0}}
@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}
