/* Imprint, Privacy, 404 (seit v49): nutzen die About-Optik (about.css), nur die
   Überschrift ist kleiner und die Textspalte startet früher, weil kein Fächer
   dazwischen liegt. */
.legal-hero h1 { font-size: clamp(34px, 5vw, 56px); }
.legal-body { margin-top: 36px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { text-decoration-color: var(--accent, #1a7cf7); }
.legal-body > p:last-child { margin-bottom: clamp(72px, 12vh, 130px); }
