/* cnc.css – irot Erstmuster (cnc-x.de)
   Marke irot: Tinte #2A2621 · Latón #A8763C · Hueso #F0EBE1 · Pizarra #1E3A34, Systemschrift.
   Eigener Charakter: das Zeichenblatt. Ballons als Zeichen, Maßzahlen in Festbreitenschrift,
   Haarlinien, ein Schriftfeld als Seitenfuß. Technisch, genau, ruhig.
   Keine Schriften von außen, keine Bilder von außen, kein Inline-Stil nötig (CSP style-src 'self'). */

/* ------------------------------------------------------------------ Grundwerte */
:root {
  --tinte: #2a2621;
  --tinte-2: #524c45;
  --tinte-3: #6e675d;
  --papier: #fbf9f5;
  --karte: #fffdf9;
  --hueso: #f0ebe1;
  --hueso-2: #e8e1d3;
  --linie: #e2dbcd;
  --linie-2: #cfc6b4;
  --laton: #a8763c;
  --laton-tief: #8a5e2c;
  --laton-weich: #f4ead9;
  --pizarra: #1e3a34;
  --pizarra-text: #1e3a34;
  --knopf-grund: #8a5e2c;
  --knopf-grund-hover: #74501f;
  --knopf-text: #ffffff;
  --gruen: #2f7a57;
  --gelb: #c0851c;
  --rot: #a93a33;
  --rot-weich: #f7e4e1;
  --markiert: #fbeec0;
  --raster: rgba(42, 38, 33, 0.055);
  --schatten: 0 1px 2px rgba(42, 38, 33, .06), 0 10px 30px rgba(42, 38, 33, .09);
  --schrift: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  --radius: 6px;
  --radius-gross: 10px;
  --max: 1160px;
  --schmal: 46rem;
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root {
    --tinte: #f0ebe1;
    --tinte-2: #cbc4b8;
    --tinte-3: #9c958a;
    --papier: #111010;
    --karte: #181615;
    --hueso: #1b1917;
    --hueso-2: #24211e;
    --linie: #2f2b27;
    --linie-2: #423c36;
    --laton: #c8955a;
    --laton-tief: #d9ab72;
    --laton-weich: #2a2118;
    --pizarra-text: #8cc2ad;
    --knopf-grund: #c8955a;
    --knopf-grund-hover: #d9a86d;
    --knopf-text: #111010;
    --gruen: #5fb88d;
    --gelb: #e0a93d;
    --rot: #e06f63;
    --rot-weich: #3a1b18;
    --markiert: #4a3a12;
    --raster: rgba(240, 235, 225, 0.045);
    --schatten: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35);
  }
}

/* ------------------------------------------------------------------ Grundlagen */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 5rem; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; font-family: var(--schrift); font-size: 1.0625rem; line-height: 1.65;
  color: var(--tinte); background: var(--papier); -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: var(--laton-tief); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--tinte); }
:focus-visible { outline: 2px solid var(--laton); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--laton); color: #fff; }
.mono, code, kbd { font-family: var(--mono); font-variant-numeric: tabular-nums; }
code { font-size: .92em; background: var(--hueso); padding: .05em .35em; border-radius: 4px; }
kbd {
  font-size: .78em; border: 1px solid var(--linie-2); border-bottom-width: 2px; border-radius: 4px;
  padding: .05em .4em; background: var(--karte); color: var(--tinte);
}
strong { font-weight: 650; }
.nur-leser {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.sprung {
  position: absolute; left: -999px; top: .5rem; z-index: 200; padding: .6rem 1rem;
  background: var(--tinte); color: var(--papier); border-radius: var(--radius);
}
.sprung:focus { left: .5rem; }
.klein { font-size: .82rem; color: var(--tinte-3); }

h1, h2, h3 { overflow-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; }
@media (max-width: 599px) { p, li, td, dd { -webkit-hyphens: auto; hyphens: auto; overflow-wrap: break-word; } }
h1 { font-size: clamp(2.1rem, 1.35rem + 3vw, 3.5rem); line-height: 1.06; letter-spacing: -.032em; font-weight: 700; text-wrap: balance; }
h2 { font-size: clamp(1.55rem, 1.15rem + 1.4vw, 2.2rem); line-height: 1.15; letter-spacing: -.024em; font-weight: 700; text-wrap: balance; }
h3 { font-size: 1.12rem; line-height: 1.3; letter-spacing: -.012em; font-weight: 650; }
.einleitung { font-size: clamp(1.08rem, 1rem + .4vw, 1.28rem); line-height: 1.55; color: var(--tinte-2); max-width: 44em; text-wrap: pretty; }
.einleitung strong { color: var(--tinte); }
.dachzeile {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1rem;
  font: 600 .74rem/1.3 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: var(--laton-tief);
}
.dachzeile::before { content: ""; width: 20px; height: 1.5px; background: var(--laton); }
.kleingedruckt { font-size: .88rem; color: var(--tinte-3); margin-top: 1rem; max-width: 60em; }

/* ------------------------------------------------------------------ Raster */
.huelle { max-width: var(--max); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }
.schmal { max-width: calc(var(--schmal) + 4rem); }
.abschnitt { padding-block: clamp(3.5rem, 7vw, 5.75rem); }
.abschnitt-eng { padding-block: clamp(2rem, 4vw, 3.25rem); }
.abschnitt-hueso { background: var(--hueso); }
.abschnitt-dunkel { background: var(--pizarra); color: #f0ebe1; }
.abschnitt-dunkel .einleitung { color: #c9d6d0; }
.abschnitt-dunkel .dachzeile { color: #e0b27a; }
.abschnitt-dunkel .dachzeile::before { background: #e0b27a; }
.abschnitt-dunkel a { color: #f0c894; }
.abschnitt-dunkel a:hover { color: #fff; }
.kopfblock { max-width: 50em; margin-bottom: clamp(2rem, 4vw, 3rem); }
.kopfblock .einleitung { margin-top: 1rem; }
.raster { display: grid; gap: 1.25rem; list-style: none; padding: 0; }
.raster-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.raster-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.raster-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.raster-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.zwei-spalten { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.zwei-spalten-oben { align-items: start; }
.zwei-spalten > div > p + p { margin-top: 1rem; }
.zwei-spalten h2 { margin-bottom: 1rem; }
@media (max-width: 1023px) {
  .raster-4, .raster-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .raster-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 759px) {
  .raster-2, .raster-3, .raster-4, .raster-5, .zwei-spalten { grid-template-columns: minmax(0, 1fr); }
}
.mehr { margin-top: 2rem; }
.pfeil { font-weight: 600; text-decoration: none; }
.pfeil::after { content: " →"; }
.pfeil:hover { text-decoration: underline; }

/* ------------------------------------------------------------------ Knöpfe */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .66rem 1.15rem; border-radius: var(--radius); border: 1.5px solid transparent;
  font: 600 .95rem/1.2 var(--schrift); text-decoration: none; cursor: pointer; text-align: center;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.knopf-haupt { background: var(--knopf-grund); color: var(--knopf-text); }
.knopf-haupt:hover { background: var(--knopf-grund-hover); color: var(--knopf-text); }
.knopf-rand { border-color: var(--linie-2); color: var(--tinte); background: transparent; }
.knopf-rand:hover { border-color: var(--tinte); color: var(--tinte); }
.knopf-leise { color: var(--tinte-2); padding-inline: .6rem; }
.knopf-leise:hover { color: var(--tinte); }
.knopf-gross { padding: .85rem 1.45rem; font-size: 1.02rem; }
.knopf:disabled, .knopf[aria-busy="true"] { opacity: .6; cursor: progress; }
.knopfreihe { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.knopfreihe-mitte { justify-content: center; }
.abschnitt-dunkel .knopf-rand { color: #f0ebe1; border-color: rgba(240, 235, 225, .35); }

/* ------------------------------------------------------------------ Ballon, Ampel, Stempel */
.ballon {
  display: inline-grid; place-items: center; flex: none; width: 2rem; height: 2rem;
  border: 1.5px solid var(--laton); border-radius: 50%; background: var(--karte);
  font: 700 .78rem/1 var(--mono); color: var(--laton-tief); letter-spacing: -.02em;
}
.ballon-gross { width: 2.9rem; height: 2.9rem; font-size: .86rem; }
.ballon-klein { width: 1.4rem; height: 1.4rem; font-size: .66rem; border-width: 1.2px; }
.ampel { display: inline-block; flex: none; width: .72rem; height: .72rem; border-radius: 50%; background: var(--gruen); }
.ampel-gelb { background: var(--gelb); }
.ampel-rot { background: var(--rot); }
.stempel {
  display: inline-block; padding: .15rem .55rem; border: 1.5px solid var(--rot); border-radius: 4px;
  color: var(--rot); font: 700 .7rem/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase;
  transform: rotate(-1.5deg);
}
.stempel-gross { font-size: .78rem; margin-bottom: 1.25rem; }
.stempel, .dachzeile { -webkit-hyphens: manual; hyphens: manual; }
mark.offen {
  background: var(--markiert); color: inherit; padding: 0 .25em; border-radius: 3px;
  border-bottom: 1px dashed var(--laton);
}

/* ------------------------------------------------------------------ Kopfzeile */
.kopf {
  position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--linie);
  background: color-mix(in srgb, var(--papier) 88%, transparent);
  -webkit-backdrop-filter: saturate(150%) blur(12px); backdrop-filter: saturate(150%) blur(12px);
}
.kopf-zeile { display: flex; align-items: center; gap: 1.25rem; height: 64px; }
.marke { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--tinte); flex: none; }
.marke-wort { height: 22px; width: auto; }
.marke-produkt {
  font: 600 .98rem/1 var(--schrift); letter-spacing: -.01em; color: var(--tinte);
  padding-left: .6rem; border-left: 1px solid var(--linie-2);
}
.nav { display: flex; gap: .15rem; margin-inline: auto; }
.nav a {
  padding: .45rem .75rem; border-radius: var(--radius); text-decoration: none;
  color: var(--tinte-2); font-weight: 550; font-size: .95rem;
}
.nav a:hover { color: var(--tinte); background: var(--hueso); }
.nav a[aria-current="page"] { color: var(--tinte); box-shadow: inset 0 -2px 0 var(--laton); border-radius: 0; }
.kopf-aktion { display: flex; align-items: center; gap: .4rem; flex: none; }
.kopf-aktion .knopf-haupt { padding: .55rem .95rem; font-size: .9rem; }
.menue { display: none; margin-left: auto; position: static; }
.menue summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: .55rem;
  padding: .5rem .8rem; border: 1px solid var(--linie-2); border-radius: var(--radius);
  font-weight: 600; font-size: .92rem;
}
.menue summary::-webkit-details-marker { display: none; }
.menue-strich, .menue-strich::before, .menue-strich::after {
  display: block; width: 16px; height: 1.5px; background: currentColor; position: relative;
}
.menue-strich::before, .menue-strich::after { content: ""; position: absolute; left: 0; }
.menue-strich::before { top: -5px; }
.menue-strich::after { top: 5px; }
.menue[open] .menue-strich { background: transparent; }
.menue[open] .menue-strich::before { top: 0; transform: rotate(45deg); }
.menue[open] .menue-strich::after { top: 0; transform: rotate(-45deg); }
.menue nav {
  position: absolute; left: 0; right: 0; top: 64px; display: grid; gap: .1rem;
  padding: .75rem clamp(1rem, 4vw, 2rem) 1.25rem; background: var(--papier);
  border-bottom: 1px solid var(--linie); box-shadow: var(--schatten);
}
.menue nav a:not(.knopf) {
  padding: .7rem .25rem; text-decoration: none; color: var(--tinte); font-weight: 550;
  border-bottom: 1px solid var(--linie);
}
.menue nav .knopf { margin-top: .75rem; }
@media (max-width: 1060px) { .kopf-anmelden { display: none; } }
@media (max-width: 959px) {
  .nav, .kopf-aktion { display: none; }
  .menue { display: block; }
}

.krumen { padding-top: 1.1rem; font-size: .84rem; color: var(--tinte-3); }
.krumen ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; }
.krumen li + li::before { content: "/"; margin-right: .35rem; color: var(--linie-2); }
.krumen a { color: var(--tinte-3); text-decoration: none; }
.krumen a:hover { color: var(--tinte); text-decoration: underline; }

/* ------------------------------------------------------------------ Zeichenblatt-Raster */
.held, .seitenkopf { position: relative; isolation: isolate; }
.held::before, .seitenkopf::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(var(--raster) 1px, transparent 1px),
    linear-gradient(90deg, var(--raster) 1px, transparent 1px);
  background-size: 24px 24px; background-position: -1px -1px;
  -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent);
  mask-image: linear-gradient(to bottom, #000 40%, transparent);
}

/* ------------------------------------------------------------------ Startseite: Held */
.held { padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 6vw, 5rem); }
.held-raster { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(2rem, 4.5vw, 3.75rem); align-items: center; }
.held-text .einleitung { margin-top: 1.4rem; }
.held-text .kleingedruckt { margin-top: 1rem; }
.held-bild { position: relative; }
.blatt { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: .5rem; box-shadow: var(--schatten); }
.merkmal-karte {
  position: relative; margin: -1.25rem -1rem 0 auto; width: min(100%, 25rem);
  background: var(--karte); border: 1px solid var(--linie-2); border-radius: var(--radius-gross);
  box-shadow: var(--schatten); padding: .6rem .8rem .5rem;
}
.held-bild figcaption { margin-top: .85rem; font-size: .8rem; color: var(--tinte-3); }
@media (max-width: 959px) {
  .held-raster { grid-template-columns: minmax(0, 1fr); }
  .merkmal-karte { margin: .75rem 0 0; width: 100%; }
}

/* Zeichnung (SVG) */
.zeichnung { width: 100%; height: auto; font-family: var(--mono); }
.s-blatt { fill: var(--karte); stroke: none; }
.s-rahmen { fill: none; stroke: var(--tinte-3); stroke-width: .8; }
.s-mitte { stroke: var(--tinte-3); stroke-width: .7; stroke-dasharray: 16 3 2 3; }
.s-koerper { fill: var(--hueso); stroke: var(--tinte); stroke-width: 1.5; stroke-linejoin: round; }
.s-kante { stroke: var(--tinte); stroke-width: 1.1; }
.s-duenn { stroke: var(--tinte-2); stroke-width: .7; }
.s-mass line { stroke: var(--tinte-2); stroke-width: .7; }
.s-pfeil { fill: var(--tinte-2); }
.s-ra { fill: none; stroke: var(--tinte-2); stroke-width: .9; stroke-linejoin: round; }
.s-schrift text { fill: var(--tinte); font-size: 11.5px; }
.s-schrift .s-klein, .s-schrift.s-klein text { font-size: 9.5px; fill: var(--tinte-2); }
.s-ballons circle { fill: var(--karte); stroke: var(--laton); stroke-width: 1.4; }
.s-ballons line { stroke: var(--laton); stroke-width: .9; }
.s-ballonzahl text { fill: var(--laton-tief); font-size: 10.5px; font-weight: 700; }
.s-feld rect, .s-feld line { fill: none; stroke: var(--tinte-2); stroke-width: .8; }

/* Große Zahlen und Beträge: Systemschrift mit Tabellenziffern (in Festbreitenschrift stünde
   das € eine ganze Zelle vom Betrag entfernt). Maße bleiben in Festbreitenschrift. */
.plan .mono, .preis-zahl .mono, .preis-auszug .mono, .vergleich-zahl, .ergebnis-gross,
.kosten-raster .mono, .kennwerte dd, .kontakt-adresse {
  font-family: var(--schrift); font-variant-numeric: tabular-nums;
}
.held h1 { font-size: clamp(2.1rem, 1.25rem + 2.7vw, 3.25rem); -webkit-hyphens: manual; hyphens: manual; }

/* ------------------------------------------------------------------ Tabellen */
.tabelle-rahmen { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-block: 1.25rem; border: 1px solid var(--linie); border-radius: var(--radius-gross); background: var(--karte); }
table { width: 100%; border-collapse: collapse; font-size: .94rem; font-variant-numeric: tabular-nums; }
caption { text-align: left; padding: .7rem .9rem .2rem; font: 600 .72rem/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--tinte-3); }
th, td { padding: .6rem .9rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--linie); }
thead th { font-size: .8rem; font-weight: 650; color: var(--tinte-2); background: var(--hueso); border-bottom-color: var(--linie-2); }
tbody tr:last-child > * { border-bottom: 0; }
tbody th { font-weight: 600; }
.tabelle-zahlen td.mono, .tabelle-zahlen td:not(:first-child) { white-space: nowrap; }
.tabelle-dicht { font-size: .84rem; }
.tabelle-dicht th, .tabelle-dicht td { padding: .38rem .45rem; vertical-align: middle; }
.tabelle-dicht thead th { background: transparent; font-size: .72rem; }
.kasten .tabelle-dicht th { white-space: nowrap; vertical-align: top; }
.merkmal-karte caption { padding: .15rem .45rem .45rem; }
.merkmal-karte td:last-child { text-align: center; }
.zeile-pruefen td { background: var(--laton-weich); }
.tabelle-stand td:last-child { white-space: nowrap; }
.stand { display: inline-block; font: 600 .74rem/1.4 var(--mono); padding: .12rem .45rem; border-radius: 4px; }
.stand-ja { background: color-mix(in srgb, var(--gruen) 15%, transparent); color: var(--gruen); }
.stand-offen { background: var(--laton-weich); color: var(--laton-tief); white-space: normal; }
tr.ist-hier > * { background: var(--markiert); }
tr.ist-hier th { box-shadow: inset 3px 0 0 var(--laton); }
td.ist-hier { outline: 2px solid var(--laton); outline-offset: -2px; font-weight: 700; }
.tabelle-vorsatz { font-size: .9rem; color: var(--tinte-2); margin-top: .35rem; }

/* ------------------------------------------------------------------ Karten */
.karte {
  display: block; height: 100%; padding: 1.4rem 1.4rem 1.5rem; background: var(--karte);
  border: 1px solid var(--linie); border-radius: var(--radius-gross); color: var(--tinte); text-decoration: none;
}
.karte h3 { margin-bottom: .45rem; }
.karte p { color: var(--tinte-2); font-size: .96rem; }
.karte-marke { margin-bottom: 1rem; }
.karte-link { transition: border-color .15s ease, transform .15s ease; position: relative; }
.karte-link:hover { border-color: var(--laton); color: var(--tinte); }
.karte-link h3::after { content: " →"; color: var(--laton); }
.karte .stempel { margin-top: 1rem; }

.leitsatz {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding: 1.75rem 0 0; border-top: 1px solid var(--linie);
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 2rem; align-items: start;
}
.leitsatz p { font-size: clamp(1.3rem, 1.05rem + 1vw, 1.75rem); line-height: 1.3; letter-spacing: -.02em; font-weight: 650; }
.leitsatz footer { color: var(--tinte-2); font-size: .98rem; }
@media (max-width: 759px) { .leitsatz { grid-template-columns: minmax(0, 1fr); gap: 1rem; } }

/* ------------------------------------------------------------------ Ablauf S1–S9 */
.ablauf { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--linie-2); }
.ablauf-schritt { padding: 1.5rem 1.5rem 1.6rem 0; border-bottom: 1px solid var(--linie-2); display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 1rem; row-gap: .3rem; align-content: start; }
.ablauf-schritt .ballon { grid-row: span 2; }
.ablauf-schritt p { color: var(--tinte-2); font-size: .95rem; }
.ablauf-schritt:nth-child(3n+2), .ablauf-schritt:nth-child(3n+3) { padding-left: 1.5rem; border-left: 1px solid var(--linie-2); }
.ablauf-kern .ballon { background: var(--laton); color: #fff; border-color: var(--laton); }
@media (max-width: 959px) {
  .ablauf { grid-template-columns: minmax(0, 1fr); }
  .ablauf-schritt, .ablauf-schritt:nth-child(3n+2), .ablauf-schritt:nth-child(3n+3) { padding: 1.1rem 0; border-left: 0; }
}

/* Schemata (statt Bildschirmfotos) */
.schemata { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
@media (max-width: 1023px) { .schemata { grid-template-columns: minmax(0, 1fr); max-width: 34rem; } }
.schema figcaption { font-size: .86rem; color: var(--tinte-2); margin-top: .7rem; }
.fenster { background: var(--karte); border: 1px solid var(--linie-2); border-radius: var(--radius-gross); box-shadow: var(--schatten); overflow: hidden; font-size: .8rem; }
.fenster-leiste {
  display: flex; align-items: center; gap: .6rem; padding: .5rem .75rem; background: var(--hueso);
  border-bottom: 1px solid var(--linie); font: 600 .72rem/1.3 var(--mono); color: var(--tinte-2);
}
.fenster-punkte { width: 34px; height: 8px; flex: none;
  background: radial-gradient(circle at 4px 4px, var(--linie-2) 3.5px, transparent 4px),
              radial-gradient(circle at 17px 4px, var(--linie-2) 3.5px, transparent 4px),
              radial-gradient(circle at 30px 4px, var(--linie-2) 3.5px, transparent 4px); }
.fenster-zaehler { margin-left: auto; color: var(--laton-tief); font-weight: 600; }
.fenster-rumpf { padding: .75rem; }
.fenster-geteilt { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: .75rem; }
.fenster-fuss { padding: .5rem .75rem; border-top: 1px solid var(--linie); color: var(--tinte-3); font-size: .74rem; display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.mini-zeichnung {
  position: relative; min-height: 118px; border: 1px solid var(--linie); border-radius: 4px;
  background-color: var(--papier);
  background-image: linear-gradient(var(--raster) 1px, transparent 1px), linear-gradient(90deg, var(--raster) 1px, transparent 1px);
  background-size: 12px 12px;
}
.mini-teil { position: absolute; left: 12%; right: 14%; top: 42%; height: 26px; border: 1.3px solid var(--tinte); background: var(--hueso);
  clip-path: polygon(0 0, 38% 0, 38% 18%, 72% 18%, 72% 30%, 100% 30%, 100% 70%, 72% 70%, 72% 82%, 38% 82%, 38% 100%, 0 100%); }
.mini-zeichnung .ballon { position: absolute; }
.mini-b1 { left: 14%; top: 14%; }
.mini-b2 { left: 46%; top: 12%; }
.mini-b3 { left: 70%; top: 70%; }
.ballon.ist-aktiv { background: var(--laton); color: #fff; box-shadow: 0 0 0 4px var(--laton-weich); }
.mini-tabelle { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.mini-tabelle li { display: grid; grid-template-columns: 2.2rem minmax(0, 1fr) auto; gap: .5rem; align-items: center; padding: .38rem .5rem; border-radius: 4px; background: var(--papier); }
.mini-tabelle li.ist-aktiv { background: var(--laton-weich); box-shadow: inset 2px 0 0 var(--laton); }
.mini-tabelle li.ist-warnung { background: var(--rot-weich); }
.mini-plan li { grid-template-columns: 2.2rem minmax(0, 1fr) auto; }
.mini-befunde li { grid-template-columns: auto minmax(0, 1fr); }
.mini-hinweis { margin-top: .6rem; font-size: .74rem; color: var(--tinte-2); }

/* ------------------------------------------------------------------ Prüfliste, Vertrauen, Preise */
.pruefliste { list-style: none; padding: 0; border: 1px solid var(--linie); border-radius: var(--radius-gross); background: var(--karte); }
.pruefliste li { display: flex; gap: .8rem; align-items: baseline; padding: .7rem 1rem; border-bottom: 1px solid var(--linie); font-size: .95rem; }
.pruefliste li:last-child { border-bottom: 0; }
.pruefliste .ampel { transform: translateY(.05rem); }
.vertrauen li { display: grid; gap: .5rem; padding: 1.25rem 0 0; border-top: 1.5px solid rgba(240, 235, 225, .25); }
.vertrauen strong { font-size: 1.05rem; }
.vertrauen span { color: #c9d6d0; font-size: .95rem; }
.werkzeugliste { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.werkzeugliste li:first-child { grid-column: span 2; }
.werkzeugliste li:first-child .karte { border-left: 3px solid var(--laton); }
.werkzeugliste li:first-child h3 { font-size: 1.25rem; }
.werkzeugliste li:first-child p { font-size: 1.02rem; max-width: 34em; }
@media (max-width: 1023px) { .werkzeugliste { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 759px) { .werkzeugliste { grid-template-columns: minmax(0, 1fr); } .werkzeugliste li:first-child { grid-column: auto; } }
.preis-auszug { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 1.75rem; }
.preis-plan { font: 600 .74rem/1.3 var(--mono); text-transform: uppercase; letter-spacing: .09em; color: var(--laton-tief); }
.preis-zahl { font-size: 1.1rem; margin: .5rem 0 .75rem; color: var(--tinte-2); }
.preis-zahl .mono { font-size: 2.6rem; font-weight: 700; color: var(--tinte); letter-spacing: -.03em; margin-right: .2rem; }

.plaene { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
@media (max-width: 1100px) { .plaene { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 759px) { .plaene { grid-template-columns: minmax(0, 1fr); } }
.plan { position: relative; display: flex; flex-direction: column; gap: .6rem; padding: 1.4rem 1.2rem; background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); }
.plan-empfohlen { border: 2px solid var(--laton); box-shadow: var(--schatten); }
.plan-marke { position: absolute; top: -.8rem; left: 1rem; right: 1rem; width: max-content; max-width: calc(100% - 2rem); padding: .15rem .55rem; background: var(--laton); color: #fff; border-radius: 4px; font: 600 .68rem/1.4 var(--mono); letter-spacing: .04em; }
.plan-fuer { font-size: .88rem; color: var(--tinte-3); }
.plan-preis { display: flex; align-items: baseline; gap: .35rem; flex-wrap: wrap; }
.plan-preis .mono { font-size: 1.9rem; font-weight: 700; letter-spacing: -.03em; }
.plan-preis span:last-child { color: var(--tinte-3); font-size: .9rem; }
.plan .haken { font-size: .9rem; }
.regeln { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--linie); }
.regeln h3 { margin-bottom: 1rem; }
.regeln .haken { columns: 2 22rem; column-gap: 3rem; }
.regeln .haken li { break-inside: avoid; }
.rechenweg { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 1.4rem 1.5rem; margin-block: 1.25rem; }
.rechenweg h3 { margin-bottom: .75rem; }
.rechenweg ol { padding-left: 1.2rem; display: grid; gap: .5rem; font-size: .93rem; color: var(--tinte-2); }
.vergleich { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.vergleich p { display: grid; gap: .25rem; padding: 1.25rem 1.4rem; border-left: 3px solid var(--laton); background: var(--karte); border-radius: 0 var(--radius) var(--radius) 0; }
.vergleich p + p { border-left-color: var(--linie-2); }
.vergleich-zahl { font-size: 1.9rem; font-weight: 700; letter-spacing: -.03em; }
.vergleich p span:last-child { color: var(--tinte-2); font-size: .92rem; }
@media (max-width: 759px) { .vergleich { grid-template-columns: minmax(0, 1fr); } }
.fragen details { border-bottom: 1px solid var(--linie); }
.fragen summary { cursor: pointer; padding: 1rem 2rem 1rem 0; font-weight: 650; list-style: none; position: relative; }
.fragen summary::-webkit-details-marker { display: none; }
.fragen summary::after { content: "+"; position: absolute; right: .25rem; top: .85rem; font: 400 1.3rem/1 var(--mono); color: var(--laton-tief); }
.fragen details[open] summary::after { content: "−"; }
.fragen details p { padding-bottom: 1.1rem; color: var(--tinte-2); }
.fragen { margin-top: 1.25rem; border-top: 1px solid var(--linie); }

/* ------------------------------------------------------------------ Listen */
.haken { list-style: none; padding: 0; display: grid; gap: .55rem; }
.haken li { position: relative; padding-left: 1.6rem; }
.haken li::before {
  content: ""; position: absolute; left: .15rem; top: .5em; width: .7rem; height: .38rem;
  border-left: 1.8px solid var(--laton); border-bottom: 1.8px solid var(--laton); transform: rotate(-45deg);
}
.haken-neutral li::before { width: .55rem; height: 0; border-left: 0; border-bottom-width: 1.8px; transform: none; top: .75em; }
.saetze { padding-left: 0; list-style: none; counter-reset: satz; display: grid; gap: .9rem; max-width: 52em; margin-top: 1.25rem; }
.saetze li { counter-increment: satz; position: relative; padding-left: 2.75rem; min-height: 1.8rem; }
.saetze li::before { content: counter(satz); position: absolute; left: 0; top: .05rem; display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border: 1.4px solid var(--laton); border-radius: 50%; font: 700 .72rem/1 var(--mono); color: var(--laton-tief); }

/* ------------------------------------------------------------------ Seitenköpfe */
.seitenkopf { padding-block: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 3.5vw, 2.5rem); }
.seitenkopf .einleitung { margin-top: 1.1rem; }
.seitenkopf-artikel h1, .seitenkopf-dokument h1 { font-size: clamp(1.9rem, 1.3rem + 2.4vw, 2.9rem); }
.artikel-meta { margin-top: 1rem; font: .8rem/1.4 var(--mono); color: var(--tinte-3); }
.sprungleiste { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.5rem; }
.sprungleiste a { font: 600 .78rem/1 var(--mono); padding: .45rem .55rem; border: 1px solid var(--linie-2); border-radius: 999px; text-decoration: none; color: var(--laton-tief); background: var(--karte); }
.sprungleiste a:hover { border-color: var(--laton); }

/* Funktionen */
.funktionsliste { list-style: none; padding: 0; display: grid; gap: 0; }
.funktion { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 1rem 3rem; padding-block: 2rem; border-top: 1px solid var(--linie); scroll-margin-top: 5rem; }
.funktion-kopf { display: flex; gap: 1rem; align-items: flex-start; }
.funktion-kopf h2 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.65rem); }
.funktion-kurz { color: var(--tinte-3); margin-top: .3rem; }
.funktion .schema { grid-column: 2; max-width: 30rem; margin-top: .5rem; }
@media (max-width: 859px) { .funktion { grid-template-columns: minmax(0, 1fr); } .funktion .schema { grid-column: 1; } }

/* Werkzeug- und Artikellisten */
.werkzeug-reihe, .artikelliste { list-style: none; padding: 0; border-top: 1px solid var(--linie); }
.werkzeug-eintrag, .artikel-eintrag { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; padding: 1.4rem .25rem; border-bottom: 1px solid var(--linie); text-decoration: none; color: var(--tinte); }
.artikel-eintrag { grid-template-columns: minmax(0, 1fr) auto; }
.werkzeug-eintrag:hover, .artikel-eintrag:hover { background: var(--hueso); color: var(--tinte); }
.werkzeug-text h2, .artikel-eintrag h2 { font-size: clamp(1.15rem, 1rem + .6vw, 1.4rem); }
.werkzeug-text p, .artikel-eintrag p { color: var(--tinte-2); margin-top: .2rem; }
.artikel-eintrag .pfeil { color: var(--laton-tief); grid-row: span 2; }
.pfeil-nur { font-size: 1.3rem; color: var(--laton); }
.werkzeug-reihe + .hinweis { margin-top: 2rem; }

/* ------------------------------------------------------------------ Kästen, Hinweise */
.kasten { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 1.4rem 1.5rem; }
.kasten h2 { font-size: 1.1rem; margin-bottom: .8rem; letter-spacing: -.01em; }
.kasten p + p { margin-top: .75rem; }
.kasten-schutz { border-top: 3px solid var(--pizarra); }
@media (prefers-color-scheme: dark) { .kasten-schutz { border-top-color: var(--pizarra-text); } }
.hinweis { border-left: 3px solid var(--laton); background: var(--laton-weich); padding: 1rem 1.25rem; border-radius: 0 var(--radius) var(--radius) 0; margin-block: 1.5rem; }
.hinweis p + p { margin-top: .5rem; }

/* ------------------------------------------------------------------ Fließtext, Dokumente, Artikel */
.fliesstext > * + *, .dokument-rumpf > * + * { margin-top: 1rem; }
.fliesstext h2, .dokument-rumpf h2 { margin-top: 2.5rem; font-size: clamp(1.35rem, 1.15rem + .8vw, 1.7rem); scroll-margin-top: 5rem; }
.fliesstext h3, .dokument-rumpf h3 { margin-top: 1.75rem; scroll-margin-top: 5rem; }
.dokument-rumpf h4 { margin-top: 1.25rem; font-size: 1rem; }
.fliesstext ul:not([class]), .fliesstext ol:not([class]), .dokument-rumpf ul, .dokument-rumpf ol { padding-left: 1.3rem; display: grid; gap: .4rem; }
.fliesstext li::marker, .dokument-rumpf li::marker { color: var(--laton-tief); }
.dokument-rumpf hr { border: 0; border-top: 1px solid var(--linie); margin-block: 2rem; }
.dokument-rumpf { padding-bottom: clamp(3rem, 6vw, 5rem); }
.dokument-rumpf table { font-size: .9rem; }
.inhaltsverzeichnis { border: 1px solid var(--linie); border-radius: var(--radius-gross); padding: 1rem 1.25rem; background: var(--karte); }
.dokument-rumpf .inhaltsverzeichnis ol { display: block; list-style: none; margin-top: .5rem; padding-left: 0; columns: 2 16rem; column-gap: 2rem; font-size: .92rem; }
/* Breite Tabellen in Dokumenten dürfen über die Textspalte hinausragen. */
.dokument-rumpf .tabelle-rahmen { position: relative; left: 50%; transform: translateX(-50%); width: min(calc(100vw - 2rem), 70rem); }
.inhaltsverzeichnis li { break-inside: avoid; margin-bottom: .25rem; }
.artikel-rumpf { padding-bottom: clamp(3rem, 6vw, 5rem); }
.artikel-rumpf > h2:first-child { margin-top: .5rem; }
.formel { background: var(--hueso); border-radius: var(--radius); padding: 1rem 1.25rem; font-size: .95rem; overflow-x: auto; }
.formel p { white-space: pre; }
.formel p + p { margin-top: .35rem; }
.artikel-weiter { margin-top: 3rem !important; border-top: 3px solid var(--laton); }
.artikel-weiter .knopfreihe { margin-top: 1rem; }
.quellen { margin-top: 2.5rem !important; font-size: .9rem; color: var(--tinte-2); }
.quellen h2 { font-size: 1.05rem !important; margin-top: 0 !important; }
.quellen ul { padding-left: 1.2rem; display: grid; gap: .35rem; margin-block: .75rem; }
.artikel-nav { margin-top: 2.5rem !important; padding-top: 1.5rem; border-top: 1px solid var(--linie); }
.artikel-nav ul { list-style: none; padding: 0; display: grid; gap: .45rem; margin-top: .5rem; }
.checkliste .kaestchen { width: 2.2rem; }
.checkliste .kaestchen::before { content: ""; display: block; width: 1rem; height: 1rem; border: 1.5px solid var(--linie-2); border-radius: 3px; margin-top: .2rem; }
.iso-tabellen h2 { font-size: clamp(1.15rem, 1rem + .6vw, 1.4rem); margin-top: 2.25rem; }
.iso-tabellen > .huelle > h2:first-child, .iso-im-artikel > h2:first-of-type { margin-top: 0; }
.iso-paar { gap: 2rem; }
.iso-im-artikel .raster-2 { grid-template-columns: minmax(0, 1fr); gap: 0; }
.iso-im-artikel { margin-top: 2.5rem !important; }
.klein { font-weight: 400; }

/* ------------------------------------------------------------------ Werkzeuge */
.werkzeug-raster { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 20rem); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 899px) { .werkzeug-raster { grid-template-columns: minmax(0, 1fr); } }
.werkzeug-formular { display: grid; gap: 1.1rem; padding: clamp(1.1rem, 3vw, 1.75rem); background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); }
.werkzeug-formular .knopf { justify-self: start; }
.werkzeug-formular-zwei { margin-top: 1.5rem; }
.formular-titel { font-size: 1.1rem; }
.felder { display: grid; gap: 1rem; }
.felder-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.felder-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 599px) { .felder-2, .felder-3 { grid-template-columns: minmax(0, 1fr); } }
.feld { display: grid; gap: .35rem; align-content: start; }
.feld label { font-weight: 650; font-size: .9rem; }
.feld-hilfe { font-size: .84rem; color: var(--tinte-3); }
input[type="text"], input[type="number"], select, textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--tinte); background: var(--papier);
  border: 1px solid var(--linie-2); border-radius: var(--radius); padding: .6rem .75rem; min-height: 2.75rem;
}
textarea { resize: vertical; line-height: 1.5; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--laton); outline-offset: 0; border-color: var(--laton); }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--rot); }
.feld-einheit { display: flex; align-items: stretch; }
.feld-einheit input { border-radius: var(--radius) 0 0 var(--radius); min-width: 0; }
.feld-einheit span { display: grid; place-items: center; padding: 0 .75rem; border: 1px solid var(--linie-2); border-left: 0; border-radius: 0 var(--radius) var(--radius) 0; background: var(--hueso); font-size: .88rem; color: var(--tinte-2); white-space: nowrap; }
.verweis-knopf { font: inherit; font-size: inherit; background: none; border: 0; padding: 0; color: var(--laton-tief); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.honigtopf { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.ablage { position: relative; }
.ablage-eingabe { position: absolute; opacity: 0; width: 1px; height: 1px; }
.ablage-flaeche {
  display: grid; justify-items: center; gap: .3rem; text-align: center; cursor: pointer;
  padding: 2rem 1rem; border: 1.5px dashed var(--laton); border-radius: var(--radius-gross);
  background: var(--papier); color: var(--tinte-2); transition: background-color .15s ease;
}
.ablage-flaeche strong { color: var(--tinte); font-size: 1.05rem; }
.ablage-flaeche:hover, .ablage.ist-ueber .ablage-flaeche { background: var(--laton-weich); }
.ablage-eingabe:focus-visible + .ablage-flaeche { outline: 2px solid var(--laton); outline-offset: 3px; }
.ablage-symbol { width: 2.4rem; height: 2.9rem; border: 1.5px solid var(--tinte-2); border-radius: 3px; position: relative; margin-bottom: .35rem;
  background: linear-gradient(135deg, transparent 72%, var(--linie-2) 72%) top right / .8rem .8rem no-repeat; }
.ablage-symbol::after { content: "PDF"; position: absolute; bottom: .3rem; left: 0; right: 0; font: 700 .55rem/1 var(--mono); color: var(--laton-tief); }
.ablage-datei { color: var(--tinte); font-size: .88rem; margin-top: .35rem; }

.meldung { margin-top: 1rem; padding: .85rem 1rem; border-radius: 0 var(--radius) var(--radius) 0; border-left: 3px solid var(--laton); background: var(--laton-weich); font-size: .95rem; }
.meldung-fehler { border-left-color: var(--rot); background: var(--rot-weich); }
.meldung-warten { display: flex; gap: .75rem; align-items: center; }
.meldung-warten::before { content: ""; flex: none; width: 1rem; height: 1rem; border: 2px solid var(--linie-2); border-top-color: var(--laton); border-radius: 50%; animation: drehen 1s linear infinite; }
@keyframes drehen { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .meldung-warten::before { animation: none; } * { transition: none !important; } }

.ergebnis { margin-top: 1.25rem; padding: clamp(1.1rem, 3vw, 1.75rem); background: var(--karte); border: 1px solid var(--linie); border-top: 3px solid var(--laton); border-radius: var(--radius-gross); display: grid; gap: .75rem; }
.ergebnis .tabelle-rahmen { margin-block: 0; }
.ergebnis-gross { font-size: clamp(2rem, 1.5rem + 2vw, 2.8rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.1; }
.ergebnis-gross span:not(.mono) { font-size: 1.1rem; font-weight: 600; color: var(--tinte-2); letter-spacing: 0; }
.ergebnis-satz { color: var(--tinte-2); }
.ergebnis-pruefung { font-family: var(--mono); font-size: .92rem; padding: .6rem .8rem; border-radius: var(--radius); background: color-mix(in srgb, var(--gruen) 12%, transparent); }
.ergebnis-pruefung.ist-warnung { background: var(--rot-weich); }
.ergebnis-weiter { margin-top: .5rem; padding-top: 1rem; border-top: 1px solid var(--linie); display: grid; gap: .75rem; justify-items: start; }
.kennwerte { display: grid; grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr)); gap: .5rem; }
#cpk-mittel, #cpk-s { font-size: 1.05rem; padding-top: .35rem; }
.kennwerte div { padding: .7rem .8rem; background: var(--papier); border: 1px solid var(--linie); border-radius: var(--radius); }
.kennwerte dt { font: 600 .74rem/1.3 var(--mono); color: var(--tinte-3); }
.kennwerte dd { font-size: 1.45rem; font-weight: 700; }
@media (max-width: 599px) { .kennwerte { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.bewertung-ja { color: var(--gruen); font-weight: 650; }
.bewertung-nein { color: var(--rot); font-weight: 650; }
.histogramm { margin-top: 1.25rem; padding: 1rem; background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius-gross); }
.histogramm svg { width: 100%; height: auto; font-family: var(--mono); }
.histogramm figcaption { font-size: .8rem; color: var(--tinte-3); margin-top: .5rem; }
.h-balken { fill: var(--laton); opacity: .85; }
.h-achse { stroke: var(--linie-2); stroke-width: 1; }
.h-grenze { stroke: var(--rot); stroke-width: 1.5; stroke-dasharray: 5 4; }
.h-text { fill: var(--tinte-2); font-size: 11px; }
.kosten-raster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.kosten-raster > div { padding: .9rem 1rem; background: var(--papier); border: 1px solid var(--linie); border-radius: var(--radius); }
@media (max-width: 599px) { .kosten-raster { grid-template-columns: minmax(0, 1fr); } }
.kosten-plan { padding: .9rem 1rem; border-left: 3px solid var(--laton); background: var(--laton-weich); border-radius: 0 var(--radius) var(--radius) 0; }
.ergebnis-knapp { gap: .35rem; }

/* ------------------------------------------------------------------ Schluss, Kontakt, Über */
.schluss { text-align: center; }
.schluss-innen { max-width: 46rem; }
.schluss-innen p { color: var(--tinte-2); margin-top: 1rem; }
.kontakt-adresse { font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem); font-weight: 700; letter-spacing: -.02em; margin-block: .5rem 1rem; }
.kontakt-haupt p + p { margin-top: 1rem; }
.kontakt-haupt h2, .kasten h2 { margin-bottom: .6rem; }

/* ------------------------------------------------------------------ Fuß mit Schriftfeld */
.fuss { background: var(--hueso); border-top: 1px solid var(--linie); padding-top: clamp(2.5rem, 5vw, 3.5rem); font-size: .92rem; }
.fuss-raster { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(5, minmax(0, 1fr)); gap: 1.5rem 2rem; padding-bottom: 2.25rem; }
@media (max-width: 1100px) { .fuss-raster { grid-template-columns: repeat(3, minmax(0, 1fr)); } .fuss-marke { grid-column: 1 / -1; } }
@media (max-width: 599px) { .fuss-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.fuss-marke p + p { margin-top: .6rem; color: var(--tinte-2); }
.fuss-produkt { display: flex; align-items: center; gap: .5rem; font-weight: 700; font-size: 1.02rem; }
.fuss-titel { font: 600 .7rem/1.3 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: var(--tinte-3); margin-bottom: .6rem; }
.fuss-spalte ul { list-style: none; padding: 0; display: grid; gap: .35rem; }
.fuss-spalte a { color: var(--tinte-2); text-decoration: none; }
.fuss-spalte a:hover { color: var(--tinte); text-decoration: underline; }
.schriftfeld {
  display: grid; grid-template-columns: 1.1fr 2fr 1.3fr 1.8fr 1fr; margin: 0 0 1.75rem;
  border: 1.5px solid var(--tinte-2); background: var(--papier);
}
.schriftfeld > div { padding: .45rem .7rem .55rem; border-left: 1px solid var(--linie-2); min-width: 0; }
.schriftfeld > div:first-child { border-left: 0; }
.schriftfeld dt { font: 600 .62rem/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--tinte-3); }
.schriftfeld dd { font: .82rem/1.4 var(--mono); color: var(--tinte); overflow-wrap: anywhere; }
.schriftfeld a { color: inherit; }
@media (max-width: 859px) {
  .schriftfeld { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schriftfeld > div { border-left: 0; border-top: 1px solid var(--linie-2); }
  .schriftfeld > div:nth-child(-n+2) { border-top: 0; }
  .schriftfeld > div:nth-child(even) { border-left: 1px solid var(--linie-2); }
  .schriftfeld > div:last-child { grid-column: 1 / -1; border-left: 0; }
}

/* ------------------------------------------------------------------ Druck */
@media print {
  :root { --papier: #fff; --karte: #fff; --hueso: #f4f4f4; --tinte: #000; --tinte-2: #222; --tinte-3: #444; --linie: #bbb; --linie-2: #999; }
  .kopf, .fuss-raster, .knopfreihe, .artikel-weiter, .artikel-nav, .krumen, .schluss, .sprung, .werkzeug-formular, .meldung { display: none !important; }
  body { font-size: 10.5pt; }
  .held::before, .seitenkopf::before { display: none; }
  .tabelle-rahmen { overflow: visible; border-color: #999; }
  a { color: #000; text-decoration: none; }
  h2, h3 { break-after: avoid; }
  tr { break-inside: avoid; }
}
