/* Rechtstexte. Eigene Datei statt der Startseite: hier soll nichts scrollen,
   nichts laufen und nichts nachladen — nur Text, den man lesen und drucken
   kann. Palette und Schriften wie im hellen Teil der Startseite. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(assets/schrift/archivo-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(assets/schrift/archivo-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(assets/schrift/geist-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(assets/schrift/geist-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --canvas: #f7f4ee;
  --ink: #14120f;
  --ink-soft: #5a544c;
  --linie: #ddd6ca;
  --akzent: #8a6620;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.kopf {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid var(--linie);
  padding: 1.2rem clamp(1rem, 5vw, 2.5rem);
}

.kopf__marke {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}

.blatt {
  max-width: 68ch;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 4.5rem) clamp(1rem, 5vw, 2.5rem) clamp(4rem, 9vw, 6rem);
}

h1 {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem;
}

.blatt > p.vorspann {
  color: var(--ink-soft);
  margin: 0 0 clamp(2rem, 5vw, 3rem);
}

h2 {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  margin: clamp(2.2rem, 5vw, 3rem) 0 0.7rem;
  padding-top: clamp(1.4rem, 3vw, 2rem);
  border-top: 1px solid var(--linie);
}

h2:first-of-type {
  border-top: 0;
  padding-top: 0;
}

p {
  margin: 0 0 0.9rem;
}

dl {
  margin: 0 0 0.9rem;
  display: grid;
  gap: 0.15rem 1.2rem;
}

@media (min-width: 34rem) {
  dl {
    grid-template-columns: 12rem 1fr;
  }
}

dt {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

dd {
  margin: 0 0 0.5rem;
}

a {
  color: var(--ink);
  text-decoration-color: var(--akzent);
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--akzent);
}

:focus-visible {
  outline: 2px solid var(--akzent);
  outline-offset: 3px;
}

/* Offene Stelle. Sichtbar, nicht versteckt: was hier steht, muss vor dem
   Livegang eingetragen werden, sonst ist die Pflichtangabe unvollstaendig. */
.marker {
  display: inline-block;
  border: 1px solid var(--akzent);
  color: var(--akzent);
  padding: 0.35rem 0.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.fuss {
  border-top: 1px solid var(--linie);
  padding: 1.2rem clamp(1rem, 5vw, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.fuss a {
  color: inherit;
}

@media print {
  .kopf,
  .fuss {
    border-color: #999;
  }
  .marker {
    border-color: #999;
    color: #000;
  }
}
