/* ==========================================================================
   Anja Vesper – Landtagswahl NRW 2027, Wahlkreis 33 Wuppertal II
   Baustellen- / Platzhalterseite

   Gestaltung konsequent nach CDU NRW: Werbelinie aus dem Servicehandbuch
   LTW27 (Kapitel 4) plus die nachgemessene Umsetzung auf cdu-nrw.de.
   Inter + IBM Plex Serif, Cadenabbia-Türkis / Rhöndorf-Blau / Union-Gold.
   Das Bundes-CI der CDU Deutschlands gilt nur, wo die CDU NRW schweigt.

   Keine externen Ressourcen: Schriften liegen lokal, Icons sind Inline-SVG,
   es wird kein Skript von Dritten geladen, es werden keine Cookies gesetzt
   und es wird nichts im Browser gespeichert.
   ========================================================================== */

@import url("fonts.css");

/* --------------------------------------------------------------- Tokens */

:root {
  color-scheme: light;

  /* --------------------------------------------------------------------
     Farbwelt nach CDU Corporate Design Manual 2026, Abschnitt 3.1 und 3.2.
     Hauptfarbe ist Cadenabbia-Tuerkis, ergaenzt durch Rhoendorf-Blau.
     Die Web-Werte stammen woertlich aus dem Manual.
     -------------------------------------------------------------------- */

  /* Rhoendorf-Blau und Cadenabbia-Tuerkis in den Werten der Werbelinie der
     CDU NRW fuer die Landtagswahl 2027 (Servicehandbuch LTW27, Kapitel 4).
     Das Blau ist dort tiefer angesetzt als im Bundes-CD (frueher #2d3c4b). */
  --cadenabbia-tuerkis: #52b7c1;   /* CMYK 65/5/26/0    RGB 82/183/193  PNT 7709 C */
  --rhoendorf-blau:     #0f2633;   /* CMYK 97/73/53/64  RGB 15/38/51               */
  --union-schwarz:      #1b191d;   /* CMYK 74/70/63/80  PNT Black 4   */
  --weiss:              #ffffff;

  /* Zusatzfarben: zur Gliederung komplexer Inhalte und fuer Infoboxen */
  --tuerkis-10: #f2f8fa;
  --tuerkis-25: #ddeef1;
  --tuerkis-60: #a7d5dc;
  --blau-10:    #e7e9eb;
  --blau-25:    #c3c9cc;
  --blau-60:    #6f7d85;

  /* Rollen im Layout. Alle verweisen auf die Farbwelt oben, es kommt
     keine frei erfundene Farbe mehr vor. */
  --teal:        var(--cadenabbia-tuerkis);
  --teal-tint:   var(--tuerkis-10);
  --teal-text:   var(--rhoendorf-blau);
  --navy:        var(--rhoendorf-blau);
  --ink:         var(--union-schwarz);
  --muted:       var(--rhoendorf-blau);
  --hairline:    var(--blau-10);
  --paper:       var(--weiss);

  --font-head: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-body: "IBM Plex Serif", Georgia, "Times New Roman", serif;

  --wrap: 1140px;
  --gutter: clamp(20px, 5vw, 48px);
}


/* ---------------------------------------------------------------- Reset */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: -0.01em;   /* Manual 4.1: Laufweite -10 */
  line-height: 1.12;
  margin: 0;
  text-wrap: balance;
  /* Deutsche Komposita wie "Datenschutzerklärung" sprengen sonst auf
     schmalen Displays die Zeile. Greift über lang="de" am html-Element. */
  overflow-wrap: break-word;
  hyphens: auto;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--navy); }

:focus-visible {
  outline: 3px solid var(--rhoendorf-blau);
  outline-offset: 3px;
  border-radius: 2px;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  padding: 12px 20px;
  text-decoration: none;
}
.skip:focus { left: 0; }

/* Auf den Flaechen in Rhoendorf-Blau wuerde ein blauer Fokusrahmen
   verschwinden - dort in Weiss. */
.factbar :focus-visible,
.footer :focus-visible { outline-color: var(--weiss); }

/* ------------------------------------------------------------- Kopfzeile */

/* Der Kopf ist eine durchgehende Flaeche in Cadenabbia-Tuerkis.
   Manual 2.3: "Das Gesamtlogo wird nach Moeglichkeit auf Cadenabbia-Tuerkis
   eingesetzt. Falls der Einsatz auf Cadenabbia-Tuerkis nicht moeglich ist,
   kann das Gesamtlogo auch auf Weiss stehen." Andere Farbflaechen sind
   ausgeschlossen - Blau waere also unzulaessig.
   Das Digitale Design-Elemente Manual (Mai 2026) verlangt zusaetzlich die
   Platzierung "ohne zusaetzlichen Traeger (weisser Kasten) direkt auf dem
   Hintergrund". Beides zusammen ergibt: das Band selbst ist die Flaeche,
   das Logo steht ohne eigenen Kasten darauf. */
.topbar {
  background: var(--cadenabbia-tuerkis);
  padding-block: clamp(22px, 4.2vw, 36px);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 44px);
  flex-wrap: wrap;
}

/* Namenszug und Claim stehen direkt auf dem blauen Grund. Der fruehere
   farbige Kasten hinter dem Namen entfaellt - die Flaeche traegt jetzt
   der Kopf selbst. */
.nameplate { max-width: 100%; }

.nameplate__name {
  display: block;
  width: fit-content;
  /* Union-Schwarz auf Cadenabbia-Tuerkis ergibt 7,40:1. Weiss kaeme nur auf
     2,36:1 und faellt damit durch - dieselbe Entscheidung wie beim Titel-
     balken des Flyers. */
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 800;          /* Inter ExtraBold fuer alle Headlines */
  font-size: clamp(1.7rem, 5.4vw, 2.6rem);
  letter-spacing: -0.025em;  /* Manual 4.1: Laufweite -10 */
  line-height: 1.08;
  text-decoration: none;
}
a.nameplate__name:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Rhoendorf-Blau auf dem tuerkisen Band. Die Farbenseite des
   Servicehandbuchs LTW27 kennt nur Rhoendorf-Blau, Cadenabbia-Tuerkis und
   Weiss - Union-Gold ist Bundesfarbe und in der Landes-CI nicht vorgesehen. */
.nameplate__claim {
  display: block;
  width: fit-content;
  margin-top: 10px;
  background: var(--rhoendorf-blau);
  color: var(--weiss);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(0.78rem, 2.3vw, 0.95rem);
  letter-spacing: -0.005em;
  padding: 0.34em 0.85em 0.42em;
}

/* Gesamtlogo in den Originalfarben, ohne Traeger, direkt auf dem Tuerkis.
   Die weisse Reduktionsfassung aus dem Digital-Manual ist fuer Kacheln mit
   Foto-Hintergrund gedacht; auf Cadenabbia-Tuerkis kaeme sie nur auf 2,36:1.
   Auf der vom Manual bevorzugten Flaeche gilt die Vollfarbfassung.
   Schutzraum nach Manual 2.2: die halbe Logohoehe zu allen Seiten. Bei
   158 px Breite sind das 17,4 px - die Luecke im Flexlayout und das
   Innenmass von .wrap liegen darueber. */
.brandmark {
  display: block;
  flex: none;
}

.brandmark img {
  display: block;
  width: clamp(112px, 14vw, 158px);
  height: auto;
}

/* Der Bogen als Gestaltungselement. Die Datei faerbt sich ueber die
   Hintergrundfarbe, deshalb als Maske statt als Bild eingebunden.
   Mindestbreite laut Manual im Web: 40 px. */
.bogen {
  display: block;
  width: 58px;
  aspect-ratio: 197.8 / 141.92;
  background: var(--cadenabbia-tuerkis);
  -webkit-mask: url("../img/cdu-bogen.svg") no-repeat center / contain;
  mask: url("../img/cdu-bogen.svg") no-repeat center / contain;
}

/* -------------------------------------------- Blaue Leiste (Faktenband) */

/* Informationsband unter dem Seitenkopf: Label-/Wert-Paare, durch feine
   Linien getrennt – bewusst ohne Aufzählungspunkte. */
.factbar {
  /* Rhoendorf-Blau unter dem tuerkisen Kopf. Zwei tuerkise Baender wuerden
     ineinanderlaufen; so stehen Primaer- und Sekundaerfarbe nebeneinander,
     wie es das Digitale Design-Elemente Manual verlangt. */
  background: var(--rhoendorf-blau);
  color: var(--weiss);
  margin-top: 0;
  box-shadow: inset 0 -4px 0 rgba(255, 255, 255, .10);
}

.factbar__inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  padding-block: clamp(14px, 2.4vw, 20px);
  font-family: var(--font-head);
}

.factbar__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding-right: clamp(20px, 3.4vw, 38px);
  margin-right: clamp(20px, 3.4vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, .28);
}
.factbar__item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.factbar__label {
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  /* Cadenabbia-Tuerkis auf Rhoendorf-Blau: 6,62:1 */
  color: var(--cadenabbia-tuerkis);
}

.factbar__value {
  font-weight: 800;
  font-size: clamp(0.97rem, 2.4vw, 1.1rem);
  letter-spacing: -0.018em;
  line-height: 1.2;
}

/* Sobald die drei Angaben nicht mehr nebeneinander passen (unter rund
   1000 px), stehen sie untereinander und die Linie trennt nach unten.
   Das ist berechenbarer als ein halb umgebrochener Block. */
@media (max-width: 1000px) {
  .factbar__inner { display: block; }
  .factbar__item {
    padding: 11px 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
  }
  .factbar__item:last-child { padding-bottom: 0; border-bottom: 0; }
  .factbar__item:first-child { padding-top: 0; }
}

/* ------------------------------------------------------------------ Hero */

.hero { padding-block: clamp(44px, 8vw, 86px) clamp(36px, 6vw, 64px); }

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: clamp(32px, 6vw, 68px);
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 20px;
}
.kicker::before {
  content: "";
  width: 34px; height: 4px;
  background: var(--cadenabbia-tuerkis);
  flex: none;
}

.hero h1 {
  font-size: clamp(2rem, 6.2vw, 3.35rem);
  margin-bottom: 22px;
}

.lead {
  font-size: clamp(1.06rem, 2.6vw, 1.22rem);
  line-height: 1.6;
  color: var(--union-schwarz);
  max-width: 34em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* --------------------------------------------------------------- Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.97rem;
  letter-spacing: -0.008em;
  text-decoration: none;
  padding: 13px 22px;
  border: 2px solid transparent;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn svg { flex: none; }

.btn--primary { background: var(--navy); color: #fff; }
.btn--primary:hover { background: var(--ink); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: #fff; }

/* -------------------------------------------------------------- Portrait */

.portrait {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  max-width: 100%;
  background: var(--teal-tint);
  overflow: hidden;
}


.portrait img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}

.portrait__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
}

.portrait__initials {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 3.1rem;
  letter-spacing: -0.04em;
  color: var(--teal-text);
  line-height: 1;
}

.portrait__hint {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
  max-width: 24ch;
}

.portrait__credit {
  font-family: var(--font-head);
  font-size: 0.73rem;
  color: var(--muted);
  margin-top: 10px;
}

/* ------------------------------------------------------------- Sektionen */

.section { padding-block: clamp(44px, 7vw, 76px); }
.section--tint { background: var(--teal-tint); }
.section--teal { background: var(--cadenabbia-tuerkis); color: var(--union-schwarz); }
.section--teal a { color: var(--union-schwarz); }
/* Die Kacheln stehen in Rhoendorf-Blau auf dem tuerkisen Grund und
   brauchen deshalb wieder helle Schrift. */
.section--teal .social { color: var(--weiss); }

.section__head { max-width: 62ch; margin-bottom: clamp(26px, 4vw, 40px); }
.section__head h2 {
  font-size: clamp(1.5rem, 4vw, 2.05rem);
  margin-bottom: 14px;
}
.section__head p { color: var(--muted); margin: 0; }
.section--teal .section__head p { color: var(--rhoendorf-blau); }

.section--teal .rule { background: var(--weiss); }

.rule {
  width: 58px;
  aspect-ratio: 197.8 / 141.92;
  background: var(--cadenabbia-tuerkis);
  -webkit-mask: url("../img/cdu-bogen.svg") no-repeat left bottom / contain;
  mask: url("../img/cdu-bogen.svg") no-repeat left bottom / contain;
  /* Schutzraum laut Manual 2.7: halbe Bogenhoehe, hier 21 px */
  margin-bottom: 24px;
}


/* ------------------------------------------------------------- Wahlkreis */

.districts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
}

.district {
  background: #fff;
  padding: 26px 26px 28px;
}

.district h3 {
  font-size: 1.04rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.district__meta {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-text);
  margin-bottom: 14px;
}

.district ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.97rem;
  color: var(--muted);
}
.district li { padding: 4px 0 4px 17px; position: relative; }
.district li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.78em;
  width: 7px; height: 2px;
  background: var(--cadenabbia-tuerkis);
}

.districts__note {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 18px;
}

/* ---------------------------------------------------------------- Karten */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
}

.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--hairline);
  border-top: 5px solid var(--navy);
  padding: 26px 26px 24px;
  text-decoration: none;
  color: inherit;
  transition: border-color .12s ease;
}
.card:hover {
  border-color: var(--navy);
  border-top-color: var(--cadenabbia-tuerkis);
}

.card__eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.71rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 9px;
}

.card h3 {
  font-size: 1.16rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.card p {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 18px;
}

.card__go {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
}
.card:hover .card__go { color: var(--ink); }

/* -------------------------------------------------------- Social-Kacheln */

.socials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 14px;
}

.social {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--rhoendorf-blau);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 17px 19px;
  text-decoration: none;
  color: #fff;
  transition: background-color .15s ease, border-color .15s ease;
}
.social:hover { background: var(--union-schwarz); border-color: var(--union-schwarz); }

.social__icon { flex: none; width: 22px; height: 22px; }

.social__label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.25;
}
.social__handle {
  display: block;
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 0.82rem;
  color: var(--tuerkis-60);
  margin-top: 2px;
}
.social:hover .social__handle { color: var(--tuerkis-60); }

/* ------------------------------------------------ Feste Leiste am Rand */

.railing {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: none;
  flex-direction: column;
  gap: 1px;
}

.railing a {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  background: var(--navy);
  color: #fff;
  transition: background-color .15s ease, color .15s ease;
}
.railing a:hover { background: var(--teal); color: var(--ink); }

@media (min-width: 1280px) { .railing { display: flex; } }

/* ------------------------------------------------------------ Hinweisbox */

.notice {
  border-left: 5px solid var(--rhoendorf-blau);
  background: var(--tuerkis-25);
  padding: 20px 22px;
  font-size: 0.97rem;
}
.notice strong { font-family: var(--font-head); font-weight: 700; }

/* ---------------------------------------------------------------- Footer */

.footer {
  background: var(--rhoendorf-blau);
  color: var(--tuerkis-60);
  padding-block: clamp(36px, 6vw, 56px);
  font-size: 0.93rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  gap: 30px clamp(24px, 4vw, 44px);
}

.footer h2 {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 13px;
}

/* Klickflächen mindestens 24 x 24 px – WCAG 2.2, Erfolgskriterium 2.5.8.
   Ohne inline-block bliebe ein Link in der Fußzeile nur 21 px hoch. */
.footer a,
.backlink {
  display: inline-block;
  min-height: 24px;
  padding-block: 2px;
}

.footer a { color: #fff; text-decoration-color: rgba(255, 255, 255, .4); text-underline-offset: 3px; }
.footer a:hover { color: var(--cadenabbia-tuerkis); }

.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { padding: 3px 0; }

.footer address { font-style: normal; }

.footer__bottom {
  margin-top: clamp(28px, 5vw, 44px);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.87rem;
  color: var(--blau-25);
}
.footer__bottom--bare { margin-top: 0; border-top: 0; padding-top: 0; }

.footer__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
.footer__meta nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }

/* Bogen als Gestaltungselement im Fussbereich, rechtsbuendig.
   Bewusst nicht absolut in die Ecke gesetzt: Der Schutzraum nach
   Manual 2.7 betraegt die halbe Bogenhoehe, in der Ecke waere er
   nicht einzuhalten gewesen. */
.footer__bogen {
  display: block;
  width: clamp(88px, 10vw, 118px);
  aspect-ratio: 197.8 / 141.92;
  background: var(--cadenabbia-tuerkis);
  -webkit-mask: url("../img/cdu-bogen.svg") no-repeat center / contain;
  mask: url("../img/cdu-bogen.svg") no-repeat center / contain;
  margin: clamp(46px, 6vw, 58px) 0 0 auto;
}}

.visdp {
  font-family: var(--font-head);
  font-weight: 600;
  color: #fff;
}

/* --------------------------------------------------------- Inhaltsseiten */

.legal { padding-block: clamp(40px, 6vw, 70px); }

.prose { max-width: 72ch; hyphens: auto; overflow-wrap: break-word; }
.prose h1 { font-size: clamp(1.9rem, 5vw, 2.6rem); margin-bottom: 26px; }
.prose h2 {
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  margin: 40px 0 12px;
  padding-top: 20px;
  border-top: 1px solid var(--hairline);
}
.prose h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.02rem;
  margin: 26px 0 8px;
}
.prose ul { padding-left: 22px; margin: 0 0 1.1em; }
.prose li { margin-bottom: 6px; }
.prose address { font-style: normal; }
.prose a { text-underline-offset: 3px; }

.backlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--navy);
  margin-bottom: 26px;
}
.backlink:hover { color: var(--ink); }

/* -------------------------------------------------------------- Responsiv */

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__portrait { max-width: 340px; }
  .topbar__inner { align-items: center; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media print {
  .railing, .hero__actions, .card__go { display: none; }
  body { font-size: 11pt; }
  .section--teal, .footer { background: #fff !important; color: #000 !important; }
  .section--teal a, .footer a { color: #000 !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}

/* --------------------------------------------------------- Platzhalter */

/* Markiert Stellen, die vor dem Live-Gang gefuellt werden muessen. Faellt
   beim Durchsehen auf und wird zusammen mit dem Inhalt entfernt. Steht
   bewusst am Ende, damit es sich mit einem Handgriff loeschen laesst. */
.todo {
  background: #ffe9a8;
  box-shadow: 0 0 0 3px #ffe9a8;
  color: var(--ink);
  font-weight: 700;
}
.todo::before { content: "Offen: "; font-weight: 800; }
