@font-face {
  font-family: 'Bricolage';
  src: url('/assets/fonts/bricolage-var.woff2') format('woff2-variations');
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: 'Bricolage';
  src: url('/assets/fonts/bricolage-var-ext.woff2') format('woff2-variations');
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'ZillaSlab';
  src: url('/assets/fonts/zillaslab-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

:root {
  --papier: #f7f4ee;
  --papier-tief: #efeade;
  --tinte-schwarz: #16150f;
  --tinte-grau: #55514a;
  --tinte-blau: #26478d;
  --tinte-blau-dunkel: #1a3269;
  --linie: #d9d2c4;
  --linie-fein: #e7e1d5;
  --max: 1180px;
  --lese: 66ch;
  --r: 4px;
  --schatten: 0 1px 2px rgba(22, 21, 15, .05), 0 8px 24px -12px rgba(22, 21, 15, .14);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

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

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

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte-schwarz);
  font-family: 'Bricolage', 'Segoe UI', sans-serif;
  font-size: clamp(16px, .95rem + .25vw, 18px);
  line-height: 1.65;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--tinte-blau); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--tinte-blau-dunkel); }

h1, h2, h3, h4 {
  font-family: 'ZillaSlab', Georgia, serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  text-wrap: balance;
}

/* Abstand nach oben, damit eine Ueberschrift nicht am Absatz davor klebt.
   Alles, was in einer eigenen Box sitzt oder einen Block eroeffnet, nimmt ihn
   unten wieder zurueck. */
h2 { margin-top: clamp(38px, 4.5vw, 54px); }
h3 { margin-top: clamp(28px, 3vw, 36px); }
h4 { margin-top: clamp(22px, 2.5vw, 28px); }

h1,
:is(.sektion__kopf, .hinweis, .werkzeug, .meldung, .angebot, .ab-product, .stoffbild) :is(h2, h3, h4),
:is(h2, h3, h4):first-child,
.rechtstext > :first-child { margin-top: 0; }

/* Eine Ueberschrift direkt nach einer anderen braucht nur wenig Luft. */
:is(h1, h2, h3) + :is(h2, h3, h4) { margin-top: 14px; }
h1 { font-size: clamp(34px, 5.2vw, 58px); font-weight: 700; letter-spacing: -.025em; }
h2 { font-size: clamp(26px, 3.2vw, 38px); }
h3 { font-size: clamp(19px, 1.7vw, 23px); }

p { margin: 0 0 18px; }
p:last-child { margin-bottom: 0; }

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }
.lese { max-width: var(--lese); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--tinte-schwarz); color: var(--papier); padding: 12px 20px;
}
.skip-link:focus { left: 0; }

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

/* ---------- Kopfleiste ---------- */

.kopf {
  border-bottom: 1px solid var(--linie);
  background: var(--papier);
}
.kopf__innen {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 68px;
}
.marke {
  font-family: 'ZillaSlab', Georgia, serif;
  font-weight: 700; font-size: 19px; letter-spacing: -.02em;
  color: var(--tinte-schwarz); text-decoration: none;
}
.marke em { font-style: normal; color: var(--tinte-blau); }
.kopf__status {
  font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--tinte-grau); border: 1px solid var(--linie);
  padding: 5px 12px; border-radius: 100px; white-space: nowrap;
  text-decoration: none;
  transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}
a.kopf__status:hover {
  color: #fff; background: var(--tinte-blau); border-color: var(--tinte-blau);
}

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

.hero { padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px); }
.hero__grid {
  display: grid; gap: clamp(32px, 5vw, 64px);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.05fr .95fr; }
}
.hero__grid > * { min-width: 0; }

.hero__kicker {
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tinte-blau); font-weight: 600; margin-bottom: 18px;
}
.hero__text p { color: var(--tinte-grau); max-width: 46ch; font-size: 1.06em; }

/* Kreuzwortgitter als visueller Anker */
.gitter {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: clamp(3px, .6vw, 5px);
  max-width: 420px;
  margin-inline: auto;
}
.zelle {
  position: relative;
  aspect-ratio: 1;
  display: grid; place-items: center;
  font-family: 'ZillaSlab', Georgia, serif;
  font-weight: 700;
  font-size: clamp(18px, 4.4vw, 30px);
  border: 1px solid var(--linie);
  background: #fff;
  border-radius: 2px;
  color: var(--tinte-schwarz);
  animation: zelle-auf .5s var(--ease) backwards;
}
.zelle--sperr { background: var(--tinte-schwarz); border-color: var(--tinte-schwarz); }
.zelle--tinte { color: var(--tinte-blau); }
.zelle--blass { color: var(--tinte-grau); font-weight: 400; }
.zelle__nr {
  position: absolute; top: 2px; left: 4px;
  font-size: 10px; font-weight: 500; line-height: 1;
  color: var(--tinte-grau);
  font-variant-numeric: tabular-nums;
}

@keyframes zelle-auf {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .zelle { animation: none; }
}

.gitter__legende {
  margin-top: 20px; font-size: 14px; color: var(--tinte-grau);
  text-align: center;
}

/* ---------- Angebotskasten ---------- */

.angebot {
  border: 1px solid var(--linie);
  background: #fff;
  border-radius: var(--r);
  padding: clamp(24px, 3.5vw, 34px);
  box-shadow: var(--schatten);
  position: relative;
  margin-top: 32px;
}
.angebot::before {
  content: "";
  position: absolute; inset: 5px;
  border: 1px solid var(--linie-fein);
  border-radius: 2px;
  pointer-events: none;
}
.angebot__zeile {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px;
  margin-bottom: 14px;
}
.angebot__preis { font-family: 'ZillaSlab', Georgia, serif; font-size: clamp(26px, 3vw, 34px); font-weight: 700; letter-spacing: -.02em; }
.angebot__preis-note { font-size: 15px; color: var(--tinte-grau); }
.angebot p { font-size: 15px; color: var(--tinte-grau); }

.knopf {
  display: inline-block;
  background: var(--tinte-blau);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 26px;
  border-radius: var(--r);
  text-decoration: none;
  min-height: 44px;
  transition: background .2s var(--ease), transform .2s var(--ease);
}
.knopf:hover { background: var(--tinte-blau-dunkel); color: #fff; transform: translateY(-1px); }
.knopf--linie {
  background: transparent; color: var(--tinte-schwarz);
  border: 1px solid var(--linie);
}
.knopf--linie:hover { background: var(--papier-tief); color: var(--tinte-schwarz); border-color: var(--tinte-grau); }

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

.sektion { padding: clamp(48px, 7vw, 88px) 0; border-top: 1px solid var(--linie); }
.sektion__kopf { margin-bottom: clamp(28px, 4vw, 44px); max-width: 60ch; }
.sektion__kopf p { color: var(--tinte-grau); }

.marker {
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tinte-blau); font-weight: 600; margin-bottom: 12px;
}

/* Zahlenreihe */
.zahlen {
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  background: var(--linie);
  border: 1px solid var(--linie);
  border-radius: var(--r);
  overflow: hidden;
}
.zahl { background: var(--papier); padding: 22px 24px; min-width: 0; }
.zahl__wert { font-family: 'ZillaSlab', Georgia, serif; font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; letter-spacing: -.02em; display: block; }
.zahl__label { font-size: 14px; color: var(--tinte-grau); display: block; margin-top: 4px; }

.quelle { font-size: 13px; color: var(--tinte-grau); margin-top: 16px; }

/* Liste mit Häkchen ohne Card-Suppe */
.paket { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.paket li {
  display: grid; grid-template-columns: 22px 1fr; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--linie-fein);
  align-items: start;
}
.paket li:last-child { border-bottom: 0; }
.paket li > span { min-width: 0; }
.paket__nr {
  font-size: 13px; font-weight: 700; color: var(--tinte-blau);
  font-variant-numeric: tabular-nums; padding-top: 2px;
}
.paket strong { display: block; }
.paket small { color: var(--tinte-grau); font-size: 15px; line-height: 1.55; display: block; }

/* Ehrlichkeitskasten, dünner Rahmen rundum statt Balken */
.hinweis {
  border: 1px solid var(--linie);
  background: #fff;
  border-radius: var(--r);
  padding: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px);
  box-shadow: var(--schatten);
  position: relative;
  margin-top: 36px;
}
.hinweis::before {
  content: "";
  position: absolute; inset: 5px;
  border: 1px solid var(--linie-fein);
  border-radius: 2px;
  pointer-events: none;
}
.hinweis h3 { font-size: 18px; margin-bottom: 10px; }
.hinweis p { font-size: 15px; color: var(--tinte-grau); }

/* ---------- Werbehinweis ---------- */

.werbung {
  border: 1px solid var(--linie);
  border-radius: var(--r);
  background: var(--papier-tief);
  margin-bottom: 32px;
}
.werbung summary {
  cursor: pointer; padding: 12px 18px;
  font-size: 14px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--tinte-grau);
}
.werbung summary:hover { color: var(--tinte-schwarz); }
.werbung p {
  padding: 0 18px 16px; margin: 0; font-size: 14px;
  color: var(--tinte-grau); max-width: var(--lese);
}

/* ---------- Amazon-Produktboxen (BEM aus dem Modul) ---------- */

.produkte {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
}
.produkte > * { min-width: 0; }

.ab-product {
  border: 1px solid var(--linie);
  background: #fff;
  border-radius: var(--r);
  padding: 20px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.ab-product:hover { transform: translateY(-2px); box-shadow: var(--schatten); }
.ab-product__image { text-align: center; }
.ab-product__image img { max-height: 190px; width: auto; object-fit: contain; }
.ab-product__badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--tinte-blau); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 100px;
}
.ab-product__body { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 0; }
.ab-product__title { font-size: 16px; line-height: 1.35; margin: 0; font-weight: 600; }
.ab-product__title a { color: var(--tinte-schwarz); text-decoration: none; }
.ab-product__title a:hover { color: var(--tinte-blau); text-decoration: underline; }
.ab-product__brand { font-size: 13px; color: var(--tinte-grau); }
.ab-product__price { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.ab-product__price-note { font-size: 13px; font-weight: 400; color: var(--tinte-grau); }
.ab-product__price-stamp { font-size: 12px; color: var(--tinte-grau); margin: 0; line-height: 1.5; }
.ab-product__desc { font-size: 15px; color: var(--tinte-grau); margin: 0; }
.ab-product__cta {
  margin-top: auto; text-align: center;
  background: var(--tinte-blau); color: #fff;
  font-weight: 600; font-size: 15px;
  padding: 12px 18px; border-radius: var(--r);
  text-decoration: none; min-height: 44px;
  display: grid; place-items: center;
  transition: background .2s var(--ease);
}
.ab-product__cta:hover { background: var(--tinte-blau-dunkel); color: #fff; }

/* ---------- Kontakt ---------- */

.kontakt { text-align: center; }
.kontakt__mail {
  font-size: clamp(20px, 2.6vw, 28px); font-weight: 700;
  letter-spacing: -.02em; display: inline-block; margin-bottom: 8px;
}

/* ---------- Fuss ---------- */

.fuss {
  border-top: 1px solid var(--linie);
  padding: 36px 0;
  font-size: 14px;
  color: var(--tinte-grau);
}
.fuss__innen {
  display: flex; flex-wrap: wrap; gap: 12px 24px;
  align-items: center; justify-content: space-between;
}
.fuss a { color: var(--tinte-grau); }
.fuss a:hover { color: var(--tinte-schwarz); }
.fuss nav { display: flex; flex-wrap: wrap; gap: 18px; }

/* ---------- Rechtstexte ---------- */

.rechtstext { max-width: var(--lese); }
.rechtstext h2 { font-size: clamp(21px, 2vw, 26px); }
.rechtstext h3 { font-size: 18px; }
.rechtstext ul { padding-left: 20px; }
.rechtstext li { margin-bottom: 8px; }
.rechtstext table { width: 100%; border-collapse: collapse; }
.rechtstext td, .rechtstext th { border: 1px solid var(--linie); padding: 8px 10px; text-align: left; }

/* ---------- Anfrageformular ---------- */

.formular { max-width: 620px; }
.feld { margin-bottom: 20px; }
.feld label {
  display: block; font-weight: 600; font-size: 15px; margin-bottom: 6px;
}
.feld small { display: block; color: var(--tinte-grau); font-size: 14px; margin-top: 5px; }
.feld input[type="text"],
.feld input[type="email"],
.feld textarea {
  width: 100%;
  font: inherit;
  font-size: 16px;
  color: var(--tinte-schwarz);
  background: #fff;
  border: 1px solid var(--linie);
  border-radius: var(--r);
  padding: 12px 14px;
  min-height: 46px;
}
.feld textarea { min-height: 150px; resize: vertical; line-height: 1.6; }
.feld input:focus-visible, .feld textarea:focus-visible {
  border-color: var(--tinte-blau); outline: 2px solid var(--tinte-blau); outline-offset: 1px;
}
.feld--falsch input, .feld--falsch textarea { border-color: #a33; }
.feld__fehler { color: #a33; font-size: 14px; margin-top: 5px; display: block; }

.falle { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.knopf--gross { font-size: 17px; padding: 15px 30px; border: 0; cursor: pointer; font-family: inherit; }

.meldung {
  border: 1px solid var(--linie);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--schatten);
  padding: clamp(22px, 3vw, 30px);
  position: relative;
  margin-bottom: 32px;
}
.meldung::before {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid var(--linie-fein); border-radius: 2px; pointer-events: none;
}
.meldung--gut h2 { color: var(--tinte-blau); }
.meldung h2 { font-size: clamp(20px, 2.2vw, 26px); }
.meldung p { color: var(--tinte-grau); }

/* ---------- Wissensteil ---------- */

.tabellenrahmen { overflow-x: auto; border: 1px solid var(--linie); border-radius: var(--r); }
table.antworten { width: 100%; border-collapse: collapse; min-width: 520px; background: #fff; }
table.antworten th, table.antworten td {
  text-align: left; padding: 11px 16px; border-bottom: 1px solid var(--linie-fein);
  font-size: 15px;
}
table.antworten th {
  font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--tinte-grau); font-weight: 600; background: var(--papier-tief);
  border-bottom-color: var(--linie);
}
table.antworten tr:last-child td { border-bottom: 0; }
table.antworten td.loesung { font-weight: 700; color: var(--tinte-blau); letter-spacing: .06em; }
table.antworten td.zahl { font-variant-numeric: tabular-nums; color: var(--tinte-grau); }

.regeln { display: grid; gap: 2px; margin: 0 0 28px; padding: 0; list-style: none; }
.regeln li {
  padding: 14px 0; border-bottom: 1px solid var(--linie-fein);
}
.regeln li:last-child { border-bottom: 0; }
.regeln strong { display: block; margin-bottom: 3px; }
.regeln span { color: var(--tinte-grau); font-size: 15px; }

/* ---------- Bereich Gewebe ---------- */

.werkzeug {
  border: 1px solid var(--linie);
  background: #fff;
  border-radius: var(--r);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--schatten);
  position: relative;
  margin-bottom: 36px;
}
.werkzeug::before {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid var(--linie-fein); border-radius: 2px; pointer-events: none;
}
.werkzeug h2 { font-size: clamp(19px, 2vw, 23px); margin-bottom: 6px; }
.werkzeug > p { font-size: 15px; color: var(--tinte-grau); margin-bottom: 18px; }
.werkzeug__zeile {
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  align-items: end;
}
/* Jede Spalte traegt Beschriftung oben und Bedienelement unten. Ohne das kippt
   die Zeile, sobald eine Spalte eine Zeile mehr enthaelt als die anderen. */
.werkzeug__zeile > div {
  display: flex; flex-direction: column; justify-content: flex-end; height: 100%;
}
.werkzeug__zeile > div > label { margin-top: auto; }
.werkzeug__zeile > * { min-width: 0; }
.werkzeug label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.werkzeug input, .werkzeug select {
  width: 100%; font: inherit; font-size: 16px; min-height: 44px;
  padding: 10px 12px; border: 1px solid var(--linie);
  border-radius: var(--r); background: #fff; color: var(--tinte-schwarz);
}
.werkzeug small { display: block; font-size: 13px; color: var(--tinte-grau); margin-top: 6px; }
.werkzeug button {
  font: inherit; font-weight: 600; font-size: 16px; min-height: 44px;
  padding: 11px 22px; border: 0; border-radius: var(--r);
  background: var(--tinte-blau); color: #fff; cursor: pointer;
  transition: background .2s var(--ease);
}
.werkzeug button:hover { background: var(--tinte-blau-dunkel); }

.treffer { font-size: 15px; color: var(--tinte-grau); margin-bottom: 18px; }
.treffer strong { color: var(--tinte-schwarz); }

.stoffliste { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.stoffliste li {
  display: grid; grid-template-columns: auto 1fr auto; gap: 16px;
  align-items: baseline; padding: 13px 0;
  border-bottom: 1px solid var(--linie-fein);
}
.stoffliste li:last-child { border-bottom: 0; }
.stoffliste li > * { min-width: 0; }
.stoffliste a {
  font-family: 'ZillaSlab', Georgia, serif; font-weight: 700; font-size: 17px;
  color: var(--tinte-schwarz); text-decoration: none; letter-spacing: .04em;
}
.stoffliste a:hover { color: var(--tinte-blau); text-decoration: underline; }
.stoffliste small { color: var(--tinte-grau); font-size: 15px; }
.stoffliste .zahl {
  font-variant-numeric: tabular-nums; font-size: 13px; color: var(--tinte-grau);
  white-space: nowrap;
}

.buchstabenleiste { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.buchstabenleiste a, .buchstabenleiste span {
  min-width: 42px; padding: 8px 10px; text-align: center;
  border: 1px solid var(--linie); border-radius: var(--r);
  font-size: 15px; text-decoration: none; color: var(--tinte-schwarz);
  background: #fff;
}
.buchstabenleiste a:hover { background: var(--papier-tief); border-color: var(--tinte-grau); }
.buchstabenleiste .aktiv { background: var(--tinte-blau); border-color: var(--tinte-blau); color: #fff; }
.buchstabenleiste span { color: var(--tinte-grau); background: transparent; border-style: dashed; }

/* Steckbrief */
.stoff-kopf { display: grid; gap: clamp(24px, 4vw, 40px); margin-bottom: 40px; }
@media (min-width: 820px) { .stoff-kopf { grid-template-columns: 1fr 320px; } }
.stoff-kopf > * { min-width: 0; }
.stoff-kopf img { width: 100%; border: 1px solid var(--linie); border-radius: var(--r); }

.antwortbox {
  border: 1px solid var(--linie); background: #fff; border-radius: var(--r);
  padding: 20px 22px; box-shadow: var(--schatten); position: relative;
  margin: 24px 0 28px;
}
.antwortbox::before {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid var(--linie-fein); border-radius: 2px; pointer-events: none;
}
.antwortbox__wort {
  font-family: 'ZillaSlab', Georgia, serif; font-weight: 700;
  font-size: clamp(24px, 3vw, 32px); letter-spacing: .12em; color: var(--tinte-blau);
  display: block; margin-bottom: 4px;
}
.antwortbox p { font-size: 15px; color: var(--tinte-grau); margin: 0; }

.fakten { width: 100%; border-collapse: collapse; margin: 8px 0 24px; }
.fakten th, .fakten td {
  text-align: left; padding: 10px 0; border-bottom: 1px solid var(--linie-fein);
  font-size: 15px; vertical-align: top;
}
.fakten th { width: 34%; font-weight: 600; color: var(--tinte-grau); padding-right: 16px; }
.fakten tr:last-child th, .fakten tr:last-child td { border-bottom: 0; }

.nachbarn { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.nachbarn a {
  padding: 7px 13px; border: 1px solid var(--linie); border-radius: 100px;
  font-size: 14px; text-decoration: none; color: var(--tinte-schwarz); background: #fff;
  letter-spacing: .04em;
}
.nachbarn a:hover { background: var(--papier-tief); border-color: var(--tinte-grau); }

.entwurf {
  border: 1px dashed var(--tinte-grau); border-radius: var(--r);
  padding: 14px 18px; font-size: 14px; color: var(--tinte-grau);
  background: var(--papier-tief); margin-bottom: 24px;
}

.stoffbild { margin: 0; }
.stoffbild img {
  width: 100%; border: 1px solid var(--linie); border-radius: var(--r);
  background: #fff;
}
.stoffbild figcaption {
  font-size: 13px; color: var(--tinte-grau); line-height: 1.55; margin-top: 10px;
}

.quellenliste { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.quellenliste li {
  padding: 11px 0; border-bottom: 1px solid var(--linie-fein);
  display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: baseline;
}
.quellenliste li:last-child { border-bottom: 0; }
.quellenliste a { font-size: 15px; }
.quellenliste small { color: var(--tinte-grau); font-size: 13px; }

/* ---------- Lightbox ---------- */

.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(22, 21, 15, .92);
  display: grid; place-items: center; gap: 18px;
  grid-template-rows: 1fr auto;
  padding: clamp(20px, 5vw, 56px);
  animation: lightbox-auf .18s var(--ease);
}
@keyframes lightbox-auf { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .lightbox { animation: none; } }

.lightbox img {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto;
  border-radius: var(--r);
  background: var(--papier);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .7);
}
.lightbox__text {
  color: #d9d2c4; font-size: 14px; line-height: 1.55;
  max-width: 62ch; text-align: center; margin: 0;
}
.lightbox__zu {
  position: absolute; top: clamp(12px, 3vw, 24px); right: clamp(12px, 3vw, 24px);
  width: 44px; height: 44px; min-height: 44px;
  border: 1px solid rgba(217, 210, 196, .4); border-radius: 50%;
  background: rgba(22, 21, 15, .6); color: #f7f4ee;
  font-size: 26px; line-height: 1; cursor: pointer;
  font-family: inherit;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.lightbox__zu:hover { background: var(--tinte-blau); border-color: var(--tinte-blau); }
