/* ============================================================
   THEME fuer Rechtsseiten (Impressum / Datenschutz)
   Gleiche Palette + Inter wie die Startseite, aber feste weisse Leiste
   ============================================================ */
:root{
  --anthrazit:#2B2F36;
  --dunkelblau:#0F2A44;
  --dunkelblau-dark:#0A2036;
  --weiss:#FFFFFF;
  --offwhite:#F7F5F0;
  --sand:#F1ECE0;
  --sand-dark:#E4DCCB;
  --gold:#C8A45D;
  --gold-dark:#B08E45;
  --gold-soft:#F2E9D6;
  --brass:#C8A45D;
  --cta:#2F7D5C;
  --cta-hover:#246348;
  --text:#26313D;
  --text-light:#6B7280;
  --muted:#6B7280;
  --border:#DDD6C8;
  --font-mono:'Inter', -apple-system, sans-serif;
}
body{ font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
h1,h2,h3,.logo-name{ font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-weight:800; letter-spacing:-0.02em; }
.logo-sub{ font-family:'Inter', sans-serif; }
img.logo-mark{ height:48px; width:auto; display:block; object-fit:contain; }
.btn-gold{ background:var(--cta); color:#fff; box-shadow:0 6px 18px rgba(47,125,92,0.28); }
.btn-gold:hover{ background:var(--cta-hover); color:#fff; }
