/* limspire: Satz und Farbe. Schriften liegen lokal, es wird nichts von fremden Servern geladen. */

@font-face { font-family: "Literata"; src: url("../fonts/literata-roman.woff2") format("woff2"); font-weight: 200 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Literata"; src: url("../fonts/literata-italic.woff2") format("woff2"); font-weight: 200 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("../fonts/archivo.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: block; }

:root {
  --papier: #F6F3EC;
  --papier-tief: #ECE7DA;
  --karton: #FFFDF7;
  --tinte: #15130F;
  --tinte-matt: #5A554C;
  --linie: rgba(21, 19, 15, .2);
  --mohn: #F2452E; --safran: #F2A900; --petrol: #00A3AD; --kobalt: #0D5BD8; --himbeer: #D21F70;
  --fleck: var(--kobalt); --grund: #0B4DB8; --auf: #FFFFFF;
  --serif: "Literata", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --grotesk: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --rand: clamp(20px, 4.6vw, 68px);
  --satzbreite: 1260px;
  --kopfhoehe: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--kopfhoehe) + 12px); }
body {
  margin: 0; background: var(--papier); color: var(--tinte);
  font-family: var(--serif); font-size: clamp(1.0625rem, .35vw + .98rem, 1.22rem); line-height: 1.62;
  font-optical-sizing: auto; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word;
}
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1em; text-wrap: pretty; }
h1, h2, h3 { margin: 0; font-weight: 480; line-height: 1.04; letter-spacing: -.018em; text-wrap: balance; hyphens: manual; }
a { color: inherit; text-decoration-thickness: .06em; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .12em; }
sup { font-family: var(--grotesk); font-size: .62em; font-weight: 600; line-height: 0; }
sup a { text-decoration: none; padding: 0 .1em; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--kobalt); outline-offset: 3px; }
::selection { background: var(--safran); color: var(--tinte); }

.satz { width: min(100% - 2 * var(--rand), var(--satzbreite)); margin-inline: auto; }
.nur-vorlesen { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.sprunglink { position: absolute; left: 12px; top: -80px; z-index: 200; background: var(--tinte); color: var(--papier); padding: .7em 1em; font-family: var(--grotesk); }
.sprunglink:focus { top: 12px; }
.rubrik { font-family: var(--grotesk); font-size: .74rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 1.4em; }
.kleingedrucktes { font-family: var(--grotesk); font-size: .8rem; line-height: 1.5; color: var(--tinte-matt); hyphens: manual; }
.vorspann { font-size: 1.22em; line-height: 1.45; max-width: 34em; }

/* ---------- Knöpfe ---------- */
.knopf {
  --kn-flaeche: var(--tinte); --kn-schrift: var(--papier);
  display: inline-flex; align-items: center; justify-content: center; gap: .7em;
  font-family: var(--grotesk); font-weight: 620; font-size: .95rem; letter-spacing: .01em; line-height: 1.1; text-decoration: none; hyphens: manual;
  padding: 1.02em 1.5em; border: 1.5px solid var(--kn-flaeche); background: var(--kn-flaeche); color: var(--kn-schrift);
  cursor: pointer; transition: background .18s, color .18s;
}
.knopf:hover { background: transparent; color: var(--kn-flaeche); }
.knopf-pfeil { transition: transform .18s; }
.knopf:hover .knopf-pfeil { transform: translateX(4px); }
.knopf-rand { background: transparent; color: var(--kn-flaeche); }
.knopf-rand:hover { background: var(--kn-flaeche); color: var(--kn-schrift); }
.knopf-klein { font-size: .84rem; padding: .78em 1.1em; }
.knopf-gross { font-size: 1.04rem; padding: 1.15em 1.8em; }
.knopf-block { display: flex; width: 100%; }
.knopf-preis { opacity: .72; font-weight: 500; }
.knopf[disabled] { opacity: .55; cursor: progress; }
.knopf-reihe { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2em; }
.textknopf { background: none; border: 0; padding: 0; cursor: pointer; text-align: left; text-decoration: underline; text-decoration-thickness: .06em; text-underline-offset: .18em; }
.textlink { font-family: var(--grotesk); font-weight: 600; font-size: .95rem; }

/* ---------- Kopfzeile ---------- */
.kopfzeile { position: fixed; inset: 0 0 auto 0; z-index: 90; height: var(--kopfhoehe); background: var(--papier); border-bottom: 1px solid var(--linie); transition: background .25s, color .25s, border-color .25s; }
.kopfzeile-innen { height: 100%; display: flex; align-items: center; gap: 28px; }
.marke { display: inline-flex; color: inherit; }
.marke-bild { height: 30px; width: auto; display: block; }
.marke-einfarbig { display: none; }
.hauptnav { display: flex; gap: clamp(14px, 1.8vw, 28px); margin-left: auto; font-family: var(--grotesk); font-size: .88rem; font-weight: 560; }
.hauptnav a { text-decoration: none; padding: .4em 0; border-bottom: 1.5px solid transparent; }
.hauptnav a:hover { border-bottom-color: currentColor; }
.kopfzeile-rechts { display: flex; align-items: center; gap: 12px; }
.menueknopf { display: none; width: 44px; height: 44px; border: 0; background: none; position: relative; cursor: pointer; }
.menueknopf i { position: absolute; left: 10px; right: 10px; height: 2px; background: currentColor; transition: transform .2s, top .2s; }
.menueknopf i:nth-of-type(1) { top: 17px; } .menueknopf i:nth-of-type(2) { top: 26px; }
.menueknopf[aria-expanded="true"] i:nth-of-type(1) { top: 21px; transform: rotate(45deg); }
.menueknopf[aria-expanded="true"] i:nth-of-type(2) { top: 21px; transform: rotate(-45deg); }
/* über dem farbigen Umschlag: durchsichtig, Schrift in der Kontrastfarbe */
.kopfzeile.liegt-auf-farbe:not(.ist-gerollt) { background: transparent; border-bottom-color: transparent; color: var(--kopf-auf, #fff); }
.kopfzeile.liegt-auf-farbe:not(.ist-gerollt) .marke-bunt { display: none; }
.kopfzeile.liegt-auf-farbe:not(.ist-gerollt) .marke-einfarbig { display: block; }
.kopfzeile.liegt-auf-farbe:not(.ist-gerollt) .knopf { --kn-flaeche: var(--kopf-auf, #fff); --kn-schrift: var(--kopf-grund, #0B4DB8); }

/* ---------- Umschlag (Kopf der Startseite) ---------- */
.umschlag { position: relative; isolation: isolate; overflow: hidden; background: var(--grund); color: var(--auf); padding-top: var(--kopfhoehe); min-height: min(100svh, 1000px); display: flex; flex-direction: column; }
.umschlag-flut { position: absolute; inset: 0; z-index: -1; background: var(--flut, transparent); clip-path: circle(0 at var(--flut-x, 70%) var(--flut-y, 60%)); }
.umschlag-flut.laeuft { clip-path: circle(150% at var(--flut-x, 70%) var(--flut-y, 60%)); transition: clip-path .75s cubic-bezier(.3, .1, .2, 1); }
.umschlag-raster { flex: 1; display: grid; grid-template-columns: minmax(0, 6.4fr) minmax(0, 5.6fr); align-items: center; gap: clamp(24px, 4vw, 72px); padding-block: clamp(28px, 5vh, 64px); }
.umschlag-reihe { font-family: var(--grotesk); font-size: .76rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 2.2em; }
.umschlag h1 { font-size: clamp(2.7rem, 5.9vw, 5.7rem); font-weight: 440; letter-spacing: -.028em; line-height: .99; max-width: 11em; }
.umschlag-vorspann { font-size: clamp(1.08rem, .55vw + .95rem, 1.34rem); line-height: 1.46; max-width: 30em; margin: 1.5em 0 0; }
.umschlag-preis { display: flex; align-items: flex-end; gap: 18px; margin-top: 2.1em; }
.preis-zahl { font-size: clamp(2.6rem, 4.2vw, 3.9rem); line-height: .9; font-weight: 420; letter-spacing: -.03em; margin: 0; }
.preis-klein { font-family: var(--grotesk); font-size: .82rem; line-height: 1.45; margin: 0; hyphens: manual; }
.umschlag-knoepfe { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 1.7em; }
.umschlag .knopf { --kn-flaeche: var(--auf); --kn-schrift: var(--grund); }
.umschlag-zusage { font-family: var(--grotesk); font-size: .84rem; margin: 1.3em 0 0; }
.umschlag-verlag { display: flex; justify-content: space-between; border-top: 1px solid color-mix(in srgb, var(--auf) 45%, transparent); padding-block: 14px; margin-top: auto; margin-bottom: 0; font-family: var(--grotesk); font-size: .72rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }

.umschlag-buehne { display: flex; flex-direction: column; align-items: flex-end; padding-right: clamp(0px, 2vw, 40px); }
.geraet { position: relative; width: clamp(240px, 28vw, 420px); aspect-ratio: 690 / 931; perspective: 1500px; margin: 0 4% 33% 0; }
.geraet-dreh { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(calc(7deg + var(--kipp-x, 0deg))) rotateY(calc(-19deg + var(--kipp-y, 0deg))); transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.schale-schicht { position: absolute; inset: -2.3% -3.2%; border-radius: 7.4% / 5.5%; background: var(--fleck); background: color-mix(in oklab, var(--fleck) 78%, black); transform: translateZ(var(--z)); transition: background .4s; }
.schale-schicht:last-of-type { background: var(--fleck); }
.koerper { position: absolute; inset: 0; transform: translateZ(1px); container-type: inline-size; border-radius: 6.4% / 4.7%; }
.koerper > img { width: 100%; height: 100%; user-select: none; -webkit-user-drag: none; }

.baendchen { position: absolute; left: 16%; right: 16%; top: 97%; height: 30%; display: flex; justify-content: space-between; transform: translateZ(-5px); }
.band { width: 12%; height: 56%; padding: 0; border: 0; cursor: pointer; background: var(--band); clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 9px), 0 100%); filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .28)); transition: height .4s cubic-bezier(.3, 1.4, .5, 1); position: relative; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .22), transparent 40%, rgba(0, 0, 0, .16)); }
.band:hover { height: 72%; }
.band.ist-gewaehlt { height: 100%; }
.band:focus-visible { outline: 0; filter: drop-shadow(0 0 0 3px #fff) drop-shadow(0 3px 3px rgba(0, 0, 0, .3)); }

.deckel { position: absolute; inset: -2.3% -3.2%; transform-style: preserve-3d; transform-origin: 0 50%; transform: translateX(0) translateZ(4px) rotateY(0deg); transition: transform 2.3s cubic-bezier(.5, .02, .2, 1); pointer-events: none; }
/* aufklappen und ganz nach hinten umschlagen, so hält man eine Klapphülle beim Lesen */
.geraet.ist-offen .deckel { transform: translateX(-7%) translateZ(-18px) rotateY(-360deg); }
.deckel-aussen, .deckel-innen { position: absolute; inset: 0; border-radius: 7.4% / 5.5%; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.deckel-aussen {
  background-color: var(--fleck);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .5 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"), linear-gradient(118deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 42%, rgba(0, 0, 0, .2));
  transition: background-color .4s;
}
.deckel-aussen::before { content: ""; position: absolute; inset: 3.2% 4.2%; border: 1.5px dashed rgba(255, 255, 255, .34); border-radius: 5% / 3.8%; }
.deckel-aussen span { position: absolute; right: 9%; bottom: 6%; font-family: "Poppins", Arial, sans-serif; font-weight: 700; font-size: clamp(11px, 1.25vw, 17px); letter-spacing: -.02em; color: rgba(0, 0, 0, .3); text-shadow: 0 1px 0 rgba(255, 255, 255, .22); }
.deckel-innen { transform: rotateY(180deg); background-color: #B8B7B2; border: clamp(5px, .6vw, 8px) solid var(--fleck); transition: border-color .4s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23m)' opacity='.35'/%3E%3C/svg%3E"), linear-gradient(200deg, rgba(255, 255, 255, .25), rgba(0, 0, 0, .12)); }
.geraet-schatten { position: absolute; left: -6%; right: 2%; bottom: -13%; height: 12%; background: radial-gradient(closest-side, rgba(0, 0, 0, .42), transparent); filter: blur(10px); transform: translateZ(0); z-index: -1; }
.buehne-hinweis { font-family: var(--grotesk); font-size: .8rem; line-height: 1.45; max-width: 25em; text-align: right; margin: 0; hyphens: manual; }

/* der Bildschirm: echtes HTML über dem Foto, skaliert mit dem Gerät */
.schirm { position: absolute; left: 7.98%; right: 7.98%; top: 6.23%; bottom: 12.14%; background: linear-gradient(#F4F6F6, #EAECEC); color: #1A1A1A; display: flex; flex-direction: column; padding: 4.2cqw 5cqw 3.4cqw; cursor: pointer; hyphens: auto; overflow: hidden; }
.schirm:focus-visible { outline: 3px solid var(--safran); outline-offset: 2px; }
.schirm-status { display: flex; justify-content: space-between; font-family: var(--grotesk); font-size: 3.2cqw; font-weight: 600; color: #333; }
.schirm-akku { display: inline-flex; align-items: center; gap: 1.2cqw; }
.schirm-akku i { width: 5.4cqw; height: 2.6cqw; border: .4cqw solid #333; border-radius: .5cqw; background: linear-gradient(90deg, #333 78%, transparent 78%); }
.schirm-seiten { flex: 1; display: flex; align-items: center; }
.schirm-seite { width: 100%; }
.schirm-seite[hidden] { display: none; }
.schirm-kopf { font-family: var(--grotesk); font-size: 3.1cqw; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 3.2cqw; color: #444; }
.schirm-titel { font-size: 11cqw; line-height: 1.02; letter-spacing: -.02em; margin: 0 0 4cqw; hyphens: manual; }
.schirm-text { font-size: 5.05cqw; line-height: 1.42; margin: 0; }
.schirm-tipp { font-family: var(--grotesk); font-size: 3.1cqw; margin: 9cqw 0 0; color: #444; }
.schirm-link { display: inline-block; margin-top: 6cqw; font-family: var(--grotesk); font-size: 3.7cqw; font-weight: 650; color: #111; position: relative; z-index: 3; }
.art-titel .schirm-kopf { font-family: "Poppins", Arial, sans-serif; font-size: 5cqw; letter-spacing: -.02em; text-transform: none; color: #111; }
.art-schluss .schirm-titel { font-size: 17cqw; }
.schirm-fuss { display: flex; align-items: center; gap: 3cqw; font-family: var(--grotesk); font-size: 2.9cqw; color: #555; }
.schirm-balken { flex: 1; height: .5cqw; background: #C9CBCB; } .schirm-balken i { display: block; height: 100%; width: 14%; background: #333; transition: width .3s; }
.schirm-zone { position: absolute; top: 9%; bottom: 0; width: 50%; border: 0; background: none; cursor: pointer; padding: 0; z-index: 2; }
.zone-zurueck { left: 0; cursor: w-resize; } .zone-weiter { right: 0; cursor: e-resize; }
.schirm.blitzt { animation: tinte-setzt-sich .42s steps(4, end); }
@keyframes tinte-setzt-sich { 0% { filter: invert(0); } 25% { filter: invert(.92); } 50% { filter: invert(.15) contrast(.6); } 100% { filter: none; } }

/* ---------- Klappentext ---------- */
.klappentext { padding-block: clamp(64px, 9vw, 132px); border-bottom: 1px solid var(--linie); }
.klappentext-raster { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: clamp(20px, 3vw, 48px); align-items: start; }
.klappentext-spalten { font-size: clamp(1.18rem, .7vw + 1rem, 1.5rem); line-height: 1.5; max-width: 31em; }
.mit-initiale::first-letter { float: left; font-size: 4.05em; line-height: .83; padding: .04em .1em 0 0; font-weight: 420; color: var(--mohn); }
.randnotiz { font-family: var(--grotesk); font-size: .82rem; line-height: 1.5; color: var(--tinte-matt); border-top: 2px solid var(--tinte); padding-top: 12px; hyphens: manual; }

/* ---------- Kapitel ---------- */
.kapitel { padding-block: clamp(72px, 10vw, 148px); --akzent: var(--mohn); }
.kapitel-licht { --akzent: var(--safran); } .kapitel-gewicht { --akzent: var(--petrol); } .kapitel-akku { --akzent: var(--kobalt); } .kapitel-huellen { --akzent: var(--himbeer); }
.kapitel-raster { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: auto 1fr; column-gap: clamp(16px, 2.4vw, 36px); row-gap: clamp(24px, 3vw, 44px); align-items: start; }
.kapitel-kopf { grid-column: 1 / span 6; }
.kapitel-nummer { font-style: italic; font-size: clamp(4.2rem, 8vw, 7.6rem); line-height: .8; letter-spacing: -.04em; color: var(--akzent); margin: 0 0 .28em; }
.kapitel-nummer span { display: block; font-family: var(--grotesk); font-style: normal; font-size: .74rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; color: var(--tinte); margin-bottom: 1.6em; }
.kapitel h2 { font-size: clamp(2.05rem, 3.7vw, 3.5rem); }
.kapitel-text { grid-column: 1 / span 6; max-width: 33em; }
.kapitel-bild { grid-column: 8 / span 5; grid-row: 1 / span 2; margin: 0; }
.kapitel-bild.querformat { grid-column: 7 / span 6; }
.bild-links .kapitel-bild { grid-column: 1 / span 5; }
.bild-links .kapitel-kopf, .bild-links .kapitel-text { grid-column: 7 / span 6; }
figure { margin: 0; }
figcaption { font-family: var(--grotesk); font-size: .8rem; line-height: 1.45; color: var(--tinte-matt); padding-top: 10px; hyphens: manual; }
.kennzahlen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 22px; margin: 2.2em 0 0; border-top: 2px solid var(--tinte); }
.kennzahlen div { padding-top: 12px; }
.kennzahlen dt { font-size: clamp(1.7rem, 2.6vw, 2.5rem); line-height: 1; letter-spacing: -.02em; }
.kennzahlen dd { margin: .5em 0 0; font-family: var(--grotesk); font-size: .8rem; line-height: 1.4; color: var(--tinte-matt); hyphens: manual; }

/* Kapitel 2: Licht */
.kapitel-licht { background: var(--tinte); color: var(--papier); padding-top: 0; }
.kapitel-licht .kapitel-nummer span { color: var(--papier); }
.licht-bild img { width: 100%; max-height: 82vh; object-fit: cover; }
.licht-raster { padding-top: clamp(48px, 6vw, 88px); }
.lichtprobe { grid-column: 8 / span 5; grid-row: 1 / span 2; --nacht: 0; --waerme: 0; --staerke: 0; }
.lichtprobe-raum { background: color-mix(in oklab, #E9E4D6 calc((1 - var(--nacht)) * 100%), #0B0A08); padding: clamp(22px, 3vw, 44px); transition: background .2s; }
.lichtprobe-seite { position: relative; aspect-ratio: 3 / 4; max-width: 300px; margin-inline: auto; border: 10px solid #E9E9E9; outline: 7px solid #1d1f20; outline-offset: -17px; padding: 34px 28px 26px; color: #1b1b1b; font-size: .82rem; line-height: 1.5;
  background: color-mix(in oklab, color-mix(in oklab, #F2F4F4 calc((1 - var(--waerme)) * 100%), #F7DDB0), #55524b calc((1 - var(--staerke)) * var(--nacht) * 46%));
  box-shadow: 0 0 calc(var(--staerke) * var(--nacht) * 70px) calc(var(--staerke) * var(--nacht) * 8px) color-mix(in oklab, #F2F4F4 calc((1 - var(--waerme)) * 100%), #F2C272); }
.lichtprobe-seite p { margin: 0; } .lichtprobe-kopf { font-style: italic; text-align: center; font-size: 1rem; margin-bottom: .9em !important; }
.lichtprobe-regler { display: block; margin-top: 20px; font-family: var(--grotesk); font-size: .78rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.lichtprobe-regler input { display: block; width: 100%; margin-top: 12px; accent-color: var(--safran); height: 28px; cursor: ew-resize; }
.lichtprobe-anzeige { font-size: 1.12rem; margin: 10px 0 4px; min-height: 3.2em; }
.lichtprobe-vermerk { font-family: var(--grotesk); font-size: .76rem; color: rgba(246, 243, 236, .62); margin: 0; hyphens: manual; }

/* Kapitel 3: Waage */
.waage { list-style: none; padding: 0; margin: 2.2em 0 .8em; border-top: 2px solid var(--tinte); }
.waage li { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 12px 0 13px; border-bottom: 1px solid var(--linie); font-family: var(--grotesk); font-size: .88rem; hyphens: manual; }
.waage-balken { grid-column: 1 / -1; grid-row: 2; height: 12px; width: var(--anteil); background: var(--tinte); }
.waage .ist-unser .waage-balken { background: var(--akzent); }
.waage .ist-unser { font-weight: 700; }
.waage-zahl { font-variant-numeric: tabular-nums; }

/* Kapitel 4: Ladekalender */
.ladekalender { display: grid; grid-template-columns: repeat(7, 1fr); margin: 2.2em 0 .8em; border-top: 2px solid var(--tinte); border-left: 1px solid var(--linie); }
.ladekalender span { aspect-ratio: 1.25; display: grid; place-items: center; border-right: 1px solid var(--linie); border-bottom: 1px solid var(--linie); font-family: var(--grotesk); font-size: .74rem; color: var(--tinte-matt); font-variant-numeric: tabular-nums; }
.ladekalender .ist-ladetag { background: var(--akzent); color: #fff; font-weight: 700; letter-spacing: .04em; }

/* Kapitel 5: Hüllen */
.kopf-breit { max-width: 46em; margin-bottom: clamp(36px, 5vw, 64px); }
.kapitel-unterzeile { font-size: 1.12em; line-height: 1.5; margin: 1.3em 0 0; max-width: 36em; }
.huellenwahl { display: grid; grid-template-columns: auto minmax(0, 5fr) minmax(0, 4fr); gap: clamp(20px, 3.4vw, 56px); align-items: stretch; }
.ruecken-reihe { display: flex; gap: 5px; align-items: flex-end; align-self: end; height: clamp(300px, 31vw, 430px); }
.ruecken { writing-mode: vertical-rl; transform: rotate(180deg); width: clamp(40px, 4.3vw, 58px); height: 92%; border: 0; border-radius: 3px; padding: 18px 0; cursor: pointer; background: var(--band); color: var(--bandauf); font-family: var(--grotesk); font-weight: 650; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; text-align: left; transition: height .35s cubic-bezier(.3, 1.3, .5, 1); position: relative; }
.ruecken::after { content: ""; position: absolute; inset: 0; border-radius: 3px; background: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent 22%, transparent 78%, rgba(255, 255, 255, .2)); pointer-events: none; }
.ruecken:nth-child(1) { height: 93%; } .ruecken:nth-child(2) { height: 89%; } .ruecken:nth-child(3) { height: 95%; } .ruecken:nth-child(4) { height: 91%; } .ruecken:nth-child(5) { height: 94%; }
.ruecken:hover { height: 98%; }
.ruecken.ist-gewaehlt { height: 100%; }
.huellen-buehne { background: var(--papier-tief); display: grid; place-items: center; padding: clamp(18px, 3vw, 44px); }
.huellen-buehne img { width: min(100%, 400px); filter: drop-shadow(0 22px 24px rgba(21, 19, 15, .24)); transition: opacity .2s; }
.huellen-buehne img.wechselt { opacity: 0; }
.huellen-angaben { display: flex; flex-direction: column; justify-content: flex-end; }
.huellen-name { font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.03em; font-style: italic; margin: 0 0 .25em; color: var(--fleck); }
.huellen-satz { font-size: 1.15em; max-width: 19em; }
.huellen-knoepfe { display: flex; flex-direction: column; gap: 10px; margin-top: 1.2em; align-items: stretch; }
.huellen-fotos { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 36px); margin-top: clamp(48px, 7vw, 96px); align-items: start; }

/* ---------- Was er nicht kann ---------- */
.grenzen { background: var(--papier-tief); padding-block: clamp(64px, 9vw, 128px); }
.grenzen-raster { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(24px, 4vw, 72px); }
.grenzen h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); margin-bottom: .5em; }
.grenzen-liste { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3.4vw, 48px) clamp(24px, 3.4vw, 56px); }
.grenzen-liste h3 { font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-style: italic; margin-bottom: .45em; }
.grenzen-liste s { text-decoration-thickness: .07em; text-decoration-color: var(--mohn); }
.grenzen-liste p { margin: 0; }

/* ---------- Datenblatt ---------- */
.datenblatt { padding-block: clamp(64px, 9vw, 128px); }
.datenblatt-raster { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(24px, 4vw, 72px); align-items: start; }
.datenblatt h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.datenblatt-ansichten { display: flex; align-items: flex-end; gap: 9%; margin: 2.4em 0 .8em; max-width: 300px; }
.datenblatt-ansichten img:first-child { width: 78%; filter: drop-shadow(0 14px 18px rgba(21, 19, 15, .16)); }
.datenblatt-ansichten img:last-child { width: 6%; filter: drop-shadow(0 14px 12px rgba(21, 19, 15, .2)); }
.datenliste { margin: 0; border-top: 2px solid var(--tinte); }
.datenliste div { display: grid; grid-template-columns: 11em 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--linie); }
.datenliste dt { font-family: var(--grotesk); font-size: .8rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; padding-top: .35em; hyphens: manual; }
.datenliste dd { margin: 0; }
.fussnoten { list-style: none; padding: 0; margin: 1.6em 0 0; font-family: var(--grotesk); font-size: .8rem; line-height: 1.5; color: var(--tinte-matt); hyphens: manual; }
.fussnoten li { margin-bottom: .5em; scroll-margin-top: 120px; } .fussnoten li:target { color: var(--tinte); background: linear-gradient(transparent 60%, rgba(242, 169, 0, .45) 60%); }
.sicherheit { margin-top: 2.6em; padding: 22px 24px; border: 1.5px solid var(--tinte); font-family: var(--grotesk); font-size: .84rem; line-height: 1.55; hyphens: manual; }
.sicherheit h3 { font-family: var(--grotesk); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1em; }
.sicherheit ul { margin: 0 0 1em; padding-left: 1.2em; } .sicherheit p:last-child { margin: 0; }

/* ---------- Bestellschein ---------- */
.bestellbereich { background: var(--tinte); color: var(--papier); padding-block: clamp(64px, 9vw, 128px); }
.bestellbereich.ist-seite { background: none; color: inherit; padding-top: 0; }
.bestell-raster { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 5vw, 88px); align-items: start; }
.bestell-text h2 { font-size: clamp(2rem, 3.6vw, 3.4rem); }
.bestell-text .kleingedrucktes { color: inherit; opacity: .74; }
.grossgedrucktes { list-style: none; counter-reset: punkt; padding: 0; margin: 2em 0 1.6em; font-size: clamp(1.12rem, .6vw + 1rem, 1.36rem); line-height: 1.42; }
.grossgedrucktes li { counter-increment: punkt; padding: .85em 0 .85em 2.6em; border-top: 1px solid rgba(246, 243, 236, .28); position: relative; }
.grossgedrucktes li::before { content: counter(punkt); position: absolute; left: 0; top: .95em; font-family: var(--grotesk); font-size: .74rem; font-weight: 700; letter-spacing: .1em; }
.grossgedrucktes.klein { font-size: 1.04rem; } .ist-seite .grossgedrucktes li { border-top-color: var(--linie); }
.bestell-vorschau { background: var(--papier-tief); padding: 26px; display: grid; place-items: center; }
.bestell-vorschau img { width: min(54%, 210px); filter: drop-shadow(0 14px 18px rgba(21, 19, 15, .2)); }

.bestellung { background: var(--karton); color: var(--tinte); border: 2px dashed var(--tinte); padding: clamp(20px, 3vw, 40px); position: relative; font-family: var(--grotesk); hyphens: manual; }
.schein-schere { position: absolute; top: -.85em; left: 22px; margin: 0; background: var(--karton); padding: 0 10px; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.schein-block { border: 0; padding: 0; margin: 0 0 26px; min-width: 0; }
.schein-block legend { font-family: var(--serif); font-size: 1.36rem; font-style: italic; padding: 0; margin-bottom: 14px; }
.schein-auswahl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.schein-auswahl[hidden], .schein-farben[hidden] { display: none; }
.auswahl-karte { position: relative; cursor: pointer; }
.auswahl-karte input { position: absolute; opacity: 0; inset: 0; }
.auswahl-karte span { display: flex; flex-direction: column; gap: 6px; height: 100%; border: 1.5px solid var(--linie); padding: 13px 13px 12px; font-size: .88rem; line-height: 1.25; transition: border-color .15s, background .15s; }
.auswahl-karte em { font-style: normal; font-family: var(--serif); font-size: 1.32rem; }
.auswahl-karte input:checked + span { border-color: var(--tinte); background: var(--tinte); color: var(--papier); }
.auswahl-karte input:focus-visible + span { outline: 3px solid var(--kobalt); outline-offset: 2px; }
.schein-farben { margin-bottom: 14px; font-size: .88rem; }
.schein-farben p { margin: 0 0 8px; }
.schein-farben div { display: flex; gap: 10px; }
.farbtupfer { position: relative; width: 38px; height: 38px; border-radius: 50%; background: var(--band); cursor: pointer; }
.farbtupfer input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.farbtupfer:has(input:checked) { box-shadow: 0 0 0 3px var(--karton), 0 0 0 5px var(--tinte); }
.farbtupfer:has(input:focus-visible) { box-shadow: 0 0 0 3px var(--karton), 0 0 0 6px var(--kobalt); }
.hat-skript .feld-artikel { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.feld { display: block; margin-bottom: 14px; }
.feld > span, .feld-fest > span { display: block; font-size: .74rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; }
.feld input, .feld select { width: 100%; font: 400 1.02rem/1.3 var(--grotesk); color: var(--tinte); background: #fff; border: 1.5px solid rgba(21, 19, 15, .38); border-radius: 0; padding: .82em .85em; appearance: none; -webkit-appearance: none; }
.feld select { background-image: linear-gradient(45deg, transparent 50%, var(--tinte) 50%), linear-gradient(135deg, var(--tinte) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.feld input::placeholder { color: #9b968c; }
.feld input:focus, .feld select:focus { outline: 3px solid var(--kobalt); outline-offset: 0; border-color: var(--kobalt); }
.feld.hat-fehler input { border-color: var(--mohn); background: #FFF4F1; }
.feld-fehler { display: block; color: #B3261A; font-size: .8rem; margin-top: 5px; } .feld-fehler[hidden] { display: none; }
.feld-reihe { display: grid; gap: 12px; } .feld-reihe.zwei { grid-template-columns: 1fr 1fr; } .feld-reihe.plz-ort { grid-template-columns: 8.5em 1fr; }
.feld-fest { font-size: .92rem; margin: 0; } .feld-fest b { font-weight: 600; } .feld-fest em { font-style: normal; color: var(--tinte-matt); margin-left: .6em; font-size: .84rem; }
.schein-summe { border-top: 2px solid var(--tinte); border-bottom: 2px solid var(--tinte); padding: 16px 0 14px; margin-bottom: 18px; }
.schein-summe h3 { font-family: var(--grotesk); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.schein-summe dl { margin: 0; } .schein-summe dl div { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; font-size: .92rem; } .schein-summe dd { margin: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.schein-summe .summe-gesamt { font-weight: 700; font-size: 1.06rem; border-top: 1px solid var(--linie); margin-top: 6px; padding-top: 9px; }
.schein-summe p { margin: 8px 0 0; font-size: .84rem; color: var(--tinte-matt); }
.haken { display: grid; grid-template-columns: 22px 1fr; gap: 12px; margin-bottom: 12px; font-size: .84rem; line-height: 1.45; cursor: pointer; }
.haken input { width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--tinte); }
.haken .feld-fehler { grid-column: 2; }
.schein-nachsatz { font-size: .8rem; color: var(--tinte-matt); margin: 12px 0 0; text-align: center; }

/* ---------- Fragen ---------- */
.fragen { padding-block: clamp(64px, 9vw, 128px); }
.fragen-raster { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(24px, 4vw, 72px); align-items: start; }
.fragen h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); margin-bottom: .6em; }
.fragen header { position: sticky; top: calc(var(--kopfhoehe) + 24px); }
.fragen-liste { margin: 0; columns: 2; column-gap: clamp(24px, 3.4vw, 56px); }
.fragen-liste div { break-inside: avoid; padding: 0 0 1.9em; }
.fragen-liste dt { font-weight: 640; font-size: 1.1em; line-height: 1.3; margin-bottom: .45em; border-top: 2px solid var(--tinte); padding-top: .7em; hyphens: manual; }
.fragen-liste dd { margin: 0; }

/* ---------- Fußzeile ---------- */
.fusszeile { background: var(--tinte); color: var(--papier); padding-top: clamp(48px, 7vw, 96px); font-family: var(--grotesk); font-size: .88rem; hyphens: manual; }
.seite-start .fusszeile { border-top: 1px solid rgba(246, 243, 236, .22); }
.fuss-kopf { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; padding-bottom: clamp(36px, 5vw, 64px); border-bottom: 1px solid rgba(246, 243, 236, .22); }
.marke-gross .marke-bild { height: clamp(46px, 6vw, 78px); }
.fuss-claim { font-family: var(--serif); font-style: italic; font-size: 1.3rem; margin: .6em 0 0; }
.fuss-widerruf { max-width: 24em; } .fuss-widerruf p { margin-bottom: .9em; opacity: .8; }
.fusszeile .knopf { --kn-flaeche: var(--papier); --kn-schrift: var(--tinte); }
.fuss-spalten { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: clamp(36px, 5vw, 60px); }
.fuss-spalten h2 { font-family: var(--grotesk); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.2em; opacity: .62; }
.fuss-spalten nav a, .fuss-spalten nav button { display: block; text-decoration: none; padding: .32em 0; }
.fuss-spalten nav a:hover, .fuss-spalten nav button:hover { text-decoration: underline; }
.fuss-spalten address { font-style: normal; line-height: 1.6; }
.fuss-hinweis { font-size: .78rem; line-height: 1.55; opacity: .66; max-width: none; padding-block: 24px; border-top: 1px solid rgba(246, 243, 236, .22); margin-bottom: 0; }
.fuss-kolophon { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding-block: 18px 28px; font-size: .78rem; opacity: .66; border-top: 1px solid rgba(246, 243, 236, .22); }

/* ---------- Kaufleiste (mobil) und Einwilligung ---------- */
.kaufleiste { display: none; }
.einwilligung { position: fixed; z-index: 120; inset: auto 0 0 0; background: var(--karton); color: var(--tinte); border-top: 1.5px solid var(--tinte); padding: 14px var(--rand); font-family: var(--grotesk); font-size: .82rem; line-height: 1.45; hyphens: manual; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 8px 28px; align-items: center; }
.einwilligung[hidden] { display: none; }
.einwilligung h2 { font-family: var(--serif); font-style: italic; font-size: 1.2rem; white-space: nowrap; }
.einwilligung p { margin: 0; max-width: 78em; }
.einwilligung-knoepfe { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ---------- Unterseiten ---------- */
.seitenkopf { padding: calc(var(--kopfhoehe) + clamp(40px, 7vw, 104px)) 0 clamp(36px, 5vw, 72px); }
.seitenkopf h1 { font-size: clamp(2.4rem, 5.2vw, 4.7rem); max-width: 15em; }
.seitenkopf .vorspann { margin-top: 1.3em; }
.seitenkopf-raster { display: grid; grid-template-columns: 8fr 4fr; gap: clamp(24px, 5vw, 80px); align-items: center; }
.seitenkopf-bild { width: min(100%, 300px); justify-self: center; filter: drop-shadow(0 22px 26px rgba(21, 19, 15, .2)); }
.zweispaltig { min-height: 72vh; display: grid; align-items: center; }
.strichliste { list-style: none; padding: 0; margin: 1.8em 0 0; max-width: 40em; }
.strichliste li { padding: .7em 0; border-top: 1px solid var(--linie); }
.seitenkopf.mit-bild { position: relative; color: var(--papier); background: var(--tinte); isolation: isolate; }
.seitenkopf.mit-bild > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; z-index: -1; }

.rechtstext { max-width: 46em; padding-bottom: clamp(64px, 9vw, 128px); }
.rechtstext h2 { font-size: 1.46rem; line-height: 1.2; margin: 2.2em 0 .7em; letter-spacing: -.01em; font-weight: 600; }
.rechtstext h3 { font-size: 1.14rem; line-height: 1.3; margin: 1.6em 0 .5em; font-weight: 640; letter-spacing: 0; }
.rechtstext ul, .rechtstext ol { padding-left: 1.3em; margin: 0 0 1em; } .rechtstext li { margin-bottom: .4em; }
.rechtstext table { width: 100%; border-collapse: collapse; margin: 1.2em 0 1.6em; font-family: var(--grotesk); font-size: .86rem; line-height: 1.45; hyphens: manual; }
.rechtstext th, .rechtstext td { text-align: left; vertical-align: top; padding: 10px 14px 10px 0; border-bottom: 1px solid var(--linie); }
.rechtstext th { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; border-bottom: 2px solid var(--tinte); }
.rechtstext code { font-size: .9em; background: var(--papier-tief); padding: .1em .35em; }
.tabellen-rahmen { overflow-x: auto; }
.kasten { border: 1.5px solid var(--tinte); padding: 22px 26px; margin: 1.6em 0; background: var(--karton); }
.kasten > :last-child { margin-bottom: 0; } .kasten h2:first-child, .kasten h3:first-child { margin-top: 0; }
.meldung { border-left: 6px solid var(--petrol); background: var(--karton); padding: 18px 22px; margin: 0 0 2em; } .meldung.ist-fehler { border-left-color: var(--mohn); }
.widerruf-formular { display: grid; gap: 4px; font-family: var(--grotesk); }
.widerruf-formular textarea { width: 100%; min-height: 110px; font: 400 1rem/1.4 var(--grotesk); border: 1.5px solid rgba(21, 19, 15, .38); padding: .8em; border-radius: 0; background: #fff; color: var(--tinte); }

/* Über uns */
.erzaehlung { padding-block: clamp(56px, 8vw, 112px); }
.erzaehlung-raster { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 5vw, 88px); align-items: start; }
.erzaehlung h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); margin-bottom: .8em; }
.haltung { background: var(--papier-tief); padding-block: clamp(56px, 8vw, 112px); }
.haltung-liste { list-style: none; padding: 0; margin: 2.4em 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 3vw, 44px); }
.haltung-liste li { border-top: 6px solid var(--band); padding-top: 16px; }
.haltung-liste h3 { font-size: 1.4rem; font-style: italic; margin-bottom: .5em; }
.haltung h2, .kontakt h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); }
.kontakt { padding-block: clamp(56px, 8vw, 112px); }
.kontakt-raster { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 5vw, 88px); }
.kontakt-liste { margin: 0; border-top: 2px solid var(--tinte); }
.kontakt-liste div { display: grid; grid-template-columns: 9em 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--linie); }
.kontakt-liste dt { font-family: var(--grotesk); font-size: .78rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; padding-top: .4em; }
.kontakt-liste dd { margin: 0; font-size: 1.12em; }
.schlussband { background: var(--kobalt); color: #fff; padding-block: clamp(40px, 6vw, 80px); }
.schlussband-innen { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.schlussband h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); } .schlussband p { margin: .5em 0 0; font-family: var(--grotesk); font-size: .92rem; }
.schlussband .knopf { --kn-flaeche: #fff; --kn-schrift: var(--kobalt); }

/* Blog */
.blogliste { padding-bottom: clamp(64px, 9vw, 128px); }
.aufmacher { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(24px, 4vw, 64px); align-items: center; text-decoration: none; padding-bottom: clamp(40px, 6vw, 80px); margin-bottom: clamp(40px, 6vw, 80px); border-bottom: 1px solid var(--linie); }
.aufmacher img, .beitragskarte img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.aufmacher h2 { font-size: clamp(1.9rem, 3.3vw, 3.1rem); margin: .35em 0 .5em; }
.aufmacher:hover h2, .beitragskarte:hover h3 { text-decoration: underline; text-decoration-thickness: .05em; text-underline-offset: .14em; }
.schlagwort { font-family: var(--grotesk); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--tinte-matt); }
.beitragsdaten { font-family: var(--grotesk); font-size: .8rem; color: var(--tinte-matt); }
.kartenraster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 56px) clamp(20px, 3vw, 44px); }
.beitragskarte { text-decoration: none; display: block; }
.beitragskarte h3 { font-size: 1.46rem; line-height: 1.16; margin: .6em 0 .45em; }
.beitragskarte p { font-size: .98rem; line-height: 1.5; margin-bottom: .7em; }
.beitragskarte .schlagwort { display: block; margin-top: 14px; }

.beitrag-kopf { padding: calc(var(--kopfhoehe) + clamp(36px, 6vw, 88px)) 0 0; }
.beitrag-kopf .satz, .beitrag-text, .beitrag-kauf { max-width: 44rem; }
.beitrag-kopf h1 { font-size: clamp(2.2rem, 4.4vw, 3.9rem); margin: .4em 0 .5em; }
.zurueck { font-family: var(--grotesk); font-size: .84rem; font-weight: 600; text-decoration: none; display: inline-block; margin-bottom: 2.2em; }
.beitrag-titelbild { max-width: 68rem; margin: clamp(28px, 4vw, 56px) auto; }
.beitrag-titelbild img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.beitrag-text { font-size: 1.08em; padding-bottom: clamp(36px, 5vw, 64px); }
.beitrag-text > p:first-of-type::first-letter { float: left; font-size: 3.6em; line-height: .84; padding: .05em .1em 0 0; color: var(--mohn); }
.beitrag-text h2 { font-size: 1.72rem; line-height: 1.14; margin: 1.9em 0 .6em; }
.beitrag-text ul, .beitrag-text ol { padding-left: 1.2em; } .beitrag-text li { margin-bottom: .55em; }
.beitrag-text table { width: 100%; border-collapse: collapse; font-family: var(--grotesk); font-size: .88rem; margin: 1.4em 0; hyphens: manual; }
.beitrag-text th, .beitrag-text td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--linie); vertical-align: top; }
.beitrag-text th { border-bottom: 2px solid var(--tinte); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.beitrag-text .vermerk { font-family: var(--grotesk); font-size: .82rem; color: var(--tinte-matt); border-top: 1px solid var(--linie); padding-top: 1em; margin-top: 2em; hyphens: manual; }
.beitrag-kauf { display: grid; grid-template-columns: 130px 1fr; gap: 28px; align-items: center; background: var(--safran); color: var(--tinte); padding: clamp(22px, 3vw, 36px); margin-bottom: clamp(56px, 8vw, 104px); }
.beitrag-kauf img { filter: drop-shadow(0 12px 14px rgba(21, 19, 15, .25)); }
.beitrag-kauf h2 { font-size: 1.7rem; margin-bottom: .4em; } .beitrag-kauf p { font-family: var(--grotesk); font-size: .92rem; line-height: 1.5; hyphens: manual; }
.weiterlesen { padding-bottom: clamp(64px, 9vw, 120px); } .weiterlesen > h2 { font-size: 1.9rem; margin-bottom: 1.2em; border-top: 2px solid var(--tinte); padding-top: .7em; }

/* ---------- schmale Bildschirme ---------- */
@media (max-width: 1080px) {
  .hauptnav { position: fixed; inset: var(--kopfhoehe) 0 auto 0; background: var(--papier); color: var(--tinte); flex-direction: column; gap: 0; padding: 8px var(--rand) 22px; border-bottom: 1px solid var(--linie); font-size: 1.08rem; transform: translateY(-130%); transition: transform .3s; margin: 0; }
  .hauptnav.ist-offen { transform: none; }
  .hauptnav a { padding: .85em 0; border-bottom: 1px solid var(--linie); }
  .menueknopf { display: block; }
  .kopfzeile-rechts { margin-left: auto; }
}
@media (max-width: 960px) {
  .umschlag { min-height: 0; }
  .umschlag-raster { grid-template-columns: 1fr; padding-top: 22px; }
  .umschlag-buehne { order: -1; align-items: center; padding: 0; }
  .geraet { width: min(54vw, 260px); margin: 10px auto 36%; }
  .geraet-dreh { transform: rotateX(6deg) rotateY(-24deg); }
  .buehne-hinweis { text-align: center; }
  .klappentext-raster, .grenzen-raster, .datenblatt-raster, .fragen-raster, .bestell-raster, .erzaehlung-raster, .kontakt-raster, .seitenkopf-raster, .aufmacher { grid-template-columns: 1fr; }
  .kapitel-kopf, .kapitel-text, .kapitel-bild, .kapitel-bild.querformat, .lichtprobe, .bild-links .kapitel-bild, .bild-links .kapitel-kopf, .bild-links .kapitel-text { grid-column: 1 / -1; grid-row: auto; }
  .bild-links .kapitel-bild { order: 3; }
  .huellenwahl { grid-template-columns: 1fr; }
  .ruecken-reihe { min-height: 0; height: 190px; }
  .huellen-fotos, .kartenraster { grid-template-columns: 1fr 1fr; }
  .fragen header { position: static; }
  .fragen-liste { columns: 1; }
  .fuss-spalten { grid-template-columns: 1fr 1fr; }
  .haltung-liste { grid-template-columns: 1fr 1fr; }
  .seitenkopf-bild { display: none; }
  .zweispaltig { min-height: 0; }
  .kaufleiste { position: fixed; z-index: 80; inset: auto 0 0 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px var(--rand); background: var(--papier); border-top: 1.5px solid var(--tinte); transform: translateY(110%); transition: transform .3s; font-family: var(--grotesk); }
  .kaufleiste.ist-sichtbar { transform: none; }
  .kaufleiste p { margin: 0; line-height: 1.2; } .kaufleiste b { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; display: block; } .kaufleiste span { font-size: .72rem; color: var(--tinte-matt); }
  .einwilligung { grid-template-columns: 1fr; padding-block: 16px; }
}
@media (max-width: 600px) {
  .grenzen-liste, .huellen-fotos, .kartenraster, .haltung-liste, .feld-reihe.zwei, .schein-auswahl, .fuss-spalten { grid-template-columns: 1fr; }
  .schein-auswahl .auswahl-karte span { flex-direction: row; justify-content: space-between; align-items: center; }
  .datenliste div, .kontakt-liste div { grid-template-columns: 1fr; gap: 2px; }
  .kennzahlen { grid-template-columns: 1fr; } .kennzahlen div { display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid var(--linie); padding-bottom: 12px; } .kennzahlen dd { margin: 0; }
  .beitrag-kauf { grid-template-columns: 1fr; } .beitrag-kauf img { width: 110px; }
  .knopf-preis { display: none; }
  .kopfzeile-innen { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@media print {
  .kopfzeile, .kaufleiste, .einwilligung, .fusszeile nav, .umschlag-buehne { display: none !important; }
  body { background: #fff; }
}
