/* Gemeinsamer Stil fuer Impressum und Datenschutz.
   Farben, Schriften und Abstaende sind aus index.html uebernommen -
   der Entwurf bleibt die Quelle, hier steht nichts Neues. */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/dm-sans-latin.woff2") format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/dm-sans-latin.woff2") format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/instrument-serif-latin.woff2") format('woff2'); }

* { box-sizing: border-box; }
body { margin: 0; background: #FCFCFA; color: #16201A;
  font-family: "DM Sans", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased;
  text-wrap: pretty; line-height: 1.65; }
a { color: #14532E; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #A81E2D; }
:focus-visible { outline: 3px solid #14532E; outline-offset: 3px; border-radius: 2px; }

.legal { max-width: 74ch; margin: 0 auto; padding: clamp(24px, 5vw, 72px) clamp(18px, 4vw, 40px) 96px; }
.legal__back { display: inline-block; margin-bottom: clamp(28px, 4vw, 48px); font-size: 15px; }
.legal h1 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400;
  font-size: clamp(38px, 6vw, 64px); line-height: 1.08; margin: 0 0 clamp(24px, 4vw, 44px); }
.legal h2 { font-size: clamp(17px, 1.8vw, 20px); font-weight: 700; margin: 0 0 8px;
  letter-spacing: 0.01em; }
.legal section { margin-bottom: clamp(26px, 3.5vw, 40px); }
.legal p { margin: 0 0 10px; font-size: 16.5px; color: #3B4A41; }

/* Offene Stelle: was Atakan noch ausfuellen muss. Bewusst auffaellig -
   sie darf auf der Seite nicht uebersehen werden. */
.todo { display: block; margin: 6px 0; padding: 12px 16px; border-left: 4px solid #A81E2D;
  background: #FBEDEE; color: #7A1620; font-size: 15px; font-weight: 700; border-radius: 0 4px 4px 0; }

.legal__nav { display: flex; flex-wrap: wrap; gap: 20px; margin-top: clamp(36px, 5vw, 56px);
  padding-top: 22px; border-top: 1px solid #E2E7E2; font-size: 15px; }
.legal__nav [aria-current] { color: #6B7A70; }
.legal__footer { margin-top: 26px; font-size: 14px; color: #6B7A70; }

/* Newsletter-Anmeldung (Auftrag #40, Punkt 4). Dieselben Farben und Formen
   wie im Fuss der Startseite - dort stehen sie als Inline-Stile, weil die
   Datei ein Export des Entwurfswerkzeugs ist. Hier als Klassen, weil diese
   beiden Seiten ein Stylesheet fuehren. Neue Werte kommen keine dazu. */
.news { margin-top: clamp(36px, 5vw, 56px); padding-top: 22px;
  border-top: 1px solid #E2E7E2; }
.news h2 { font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #14532E; margin: 0 0 8px; }
.news__lead { margin: 0 0 14px; font-size: 16px; color: #3B4A41; }
.news__form { display: grid; gap: 10px; max-width: 46ch; }
.news__field { display: flex; flex-direction: column; gap: 6px;
  font-size: 14px; font-weight: 500; color: #16201A; }
.news__field input { font: inherit; font-size: 16px; padding: 12px 13px;
  min-height: 48px; border: 1px solid #C9D3CB; border-radius: 5px;
  background: #FFFFFF; color: #16201A; }
.news__btn { margin-top: 2px; justify-self: start; background: #14532E;
  color: #FFFFFF; font: inherit; font-size: 16px; font-weight: 700;
  border: none; padding: 14px 26px; min-height: 50px; border-radius: 999px;
  cursor: pointer; }
.news__btn:disabled { opacity: .5; cursor: default; }
/* Fallenfeld gegen Roboter: unsichtbar und aus der Vorlesereihenfolge
   genommen. `display: none` waere zu offensichtlich. */
.news__trap { position: absolute; left: -9999px; width: 1px; height: 1px;
  overflow: hidden; }
.news__consent { margin: 2px 0 0; font-size: 13px; line-height: 1.6;
  color: #6B7A70; }
.news__status { margin: 0; font-size: 15px; line-height: 1.6; color: #16201A;
  font-weight: 500; }
.news__status:empty { display: none; }
