/* Gemeinsames Stylesheet für /impressum und /datenschutz.
   Bewusst schlicht: Rechtstexte müssen lesbar sein, nicht beeindrucken. */
:root{
  --night-2:#0B0F1D; --ink:#ECE5D4; --gold:#D8B565;
  --muted:rgba(236,229,212,.66); --faint:rgba(236,229,212,.40);
  --line:rgba(216,181,101,.28); --line-soft:rgba(236,229,212,.12);
  --serif:Georgia,"Times New Roman",serif;
  --mono:"Courier New",ui-monospace,monospace;
  --sans:-apple-system,"Segoe UI",system-ui,Roboto,sans-serif;
}
*{ box-sizing:border-box; }
body{
  margin:0; padding:0 0 72px; background:var(--night-2); color:var(--ink);
  font-family:var(--sans); line-height:1.62; -webkit-font-smoothing:antialiased;
}
.wrap{ width:100%; max-width:720px; margin:0 auto; padding:0 clamp(20px,5vw,32px); }

header.top{ padding:34px 0 26px; border-bottom:1px solid var(--line-soft); margin-bottom:44px; }
header.top a.back{
  font-family:var(--mono); font-size:11px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--gold); text-decoration:none;
}
header.top a.back:hover{ text-decoration:underline; }
header.top img{ display:block; width:132px; height:auto; margin:0 0 18px; }

h1{
  font-family:var(--serif); font-weight:400; font-size:clamp(28px,5vw,40px);
  line-height:1.15; margin:0 0 10px;
}
h2{
  font-family:var(--serif); font-weight:400; font-size:clamp(19px,3vw,23px);
  line-height:1.25; margin:44px 0 12px; padding-top:22px;
  border-top:1px solid var(--line-soft);
}
h3{ font-family:var(--sans); font-weight:600; font-size:15.5px; margin:26px 0 8px; }
p, li{ font-size:15.5px; color:var(--muted); }
p{ margin:0 0 14px; }
ul{ margin:0 0 16px; padding-left:22px; }
li{ margin-bottom:7px; }
a{ color:var(--gold); }
b, strong{ color:var(--ink); font-weight:600; }
.lead{ font-size:17px; margin-bottom:28px; }
.updated{
  font-family:var(--mono); font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--faint); margin:0 0 34px;
}

/* Definitionsliste für die harten Fakten im Impressum */
dl.facts{ margin:0 0 20px; }
dl.facts dt{
  font-family:var(--mono); font-size:11px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--gold); margin-top:16px;
}
dl.facts dd{ margin:3px 0 0; font-size:15.5px; }

table{ width:100%; border-collapse:collapse; margin:0 0 20px; font-size:14.5px; }
th, td{ text-align:left; padding:11px 12px 11px 0; border-bottom:1px solid var(--line-soft); vertical-align:top; color:var(--muted); }
th{ color:var(--ink); font-weight:600; font-size:13.5px; }

/* ⚠️ Platzhalter — müssen VOR dem Deploy alle ersetzt sein.
   Absichtlich grell: eine übersehene Lücke in einem Impressum ist abmahnfähig. */
.todo{
  background:#7A2F1A; color:#FFE9DC; padding:1px 7px; border-radius:4px;
  font-family:var(--mono); font-size:13px; white-space:nowrap;
}

footer{ margin-top:56px; padding-top:24px; border-top:1px solid var(--line-soft); }
footer a{ color:var(--muted); text-decoration:none; margin-right:18px; font-size:13px; }
footer a:hover{ color:var(--gold); }
