/* sexin.ch – Komponenten. Werte aus tokens.css, Masse aus den Artboards (1440 / 390). */

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--grund); color: var(--ton);
  font-family: var(--schrift-text); font-size: var(--grad-text); line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--akzent-schrift); text-decoration: none; }
a:hover { color: var(--akzent-hell); }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
legend { padding: 0; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
:focus-visible { outline: 2px solid var(--akzent-hell); outline-offset: 2px; border-radius: 4px; }
.versteckt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sprung { position: absolute; left: -9999px; top: 8px; background: var(--akzent); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.sprung:focus { left: 8px; }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

/* ---------- Typografie ---------- */
.serif, .h1-serif, .h2-serif, .h2-serif-klein, .logo { font-family: var(--schrift-display); font-weight: 400; }
.h1-serif { font-size: 36px; line-height: 1.15; }
.h1-hero { font-family: var(--schrift-display); font-weight: 400; font-size: var(--grad-hero); line-height: 1.06; letter-spacing: -0.01em; }
.h2-serif { font-size: var(--grad-h2); line-height: 1.2; }
.h2-serif-klein { font-size: var(--grad-h2-klein); line-height: 1.2; }
.h2-band { font-family: var(--schrift-display); font-weight: 400; font-size: var(--grad-abschnitt); line-height: 1.15; }
.lead { font-size: var(--grad-lead); line-height: 1.6; color: #B7AFB8; }
.text-leise { color: var(--ton-leise); }
.text-still { color: var(--ton-still); }
.text-fast-weg { color: var(--ton-fast-weg); }
.text-zurueck { color: var(--ton-zurueck); }
.text-frei { color: var(--frei); }
.text-messing { color: var(--messing-hell); }
.text-klein { font-size: var(--grad-klein); }
.text-meta { font-size: var(--grad-meta); }
.label-versal { font-size: var(--grad-label); letter-spacing: 0.07em; text-transform: uppercase; color: var(--ton-leise); font-weight: 600; }
.fett { font-weight: 700; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: baseline; gap: 2px; font-size: 30px; color: var(--ton); letter-spacing: -0.01em; }
.logo__tld { color: var(--akzent); }
.logo--klein { font-size: 26px; }
.logo:hover { color: var(--ton); }

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: var(--hoehe-tipp); padding: 0 18px; border-radius: var(--radius-feld);
  border: 1px solid var(--rahmen-aktiv); background: transparent; color: var(--ton);
  font-size: 14px; font-weight: 600; white-space: nowrap; transition: background .15s, border-color .15s, color .15s;
}
.knopf:hover { color: var(--ton); border-color: #5C5462; background: rgba(255,255,255,0.03); }
.knopf--primaer { background: var(--akzent); border-color: var(--akzent); color: #fff; font-weight: 700; padding: 0 22px; }
.knopf--primaer:hover { background: #D63E59; border-color: #D63E59; color: #fff; }
.knopf--sekundaer { color: var(--ton); }
.knopf--messing { background: var(--messing); border-color: var(--messing); color: #1B181D; font-weight: 700; }
.knopf--messing:hover { background: var(--messing-hell); border-color: var(--messing-hell); color: #1B181D; }
.knopf--gross { height: var(--hoehe-cta); font-size: 15px; padding: 0 26px; border-radius: 9px; }
.knopf--xl { height: 56px; font-size: 16px; padding: 0 26px; border-radius: 10px; }
.knopf--klein { height: 30px; font-size: 12px; padding: 0 14px; font-weight: 500; color: #D6CFD8; }
.knopf--pille { border-radius: var(--radius-pille); }
.knopf--icon { width: 44px; padding: 0; border-color: #332E36; background: var(--flaeche); color: var(--ton-zurueck); position: relative; }
.knopf--rund { width: 44px; padding: 0; border-radius: 22px; background: var(--flaeche); color: var(--ton-zurueck); }
.knopf--geist { border-color: transparent; color: var(--akzent-schrift); padding: 0 6px; height: auto; font-weight: 500; }
.knopf--geist:hover { border-color: transparent; background: transparent; color: var(--akzent-hell); }
.knopf--gestrichelt { border-style: dashed; color: var(--ton-still); font-weight: 500; }
.knopf--voll { width: 100%; }
.knopf--ton { color: var(--ton-zurueck); border-color: var(--rahmen-stark); font-weight: 500; }
.knopf[disabled], .knopf[aria-disabled="true"] { opacity: .5; cursor: not-allowed; }
.knopf .icon { flex-shrink: 0; }
.merkliste-zaehler { position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--akzent); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }

/* ---------- Formularelemente ---------- */
.feld { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.feld__label { font-size: var(--grad-label); letter-spacing: 0.07em; text-transform: uppercase; color: var(--ton-leise); font-weight: 600; }
.feld__hilfe { font-size: var(--grad-meta); color: var(--ton-still); line-height: 1.5; }
.feld__fehler { font-size: var(--grad-meta); color: var(--akzent-hell); }
.eingabe, .auswahl, .textbereich {
  width: 100%; height: var(--hoehe-feld); padding: 0 12px;
  background: var(--grund); border: 1px solid var(--rahmen-stark); border-radius: var(--radius-feld);
  color: var(--ton); font-size: 15px;
}
.eingabe::placeholder, .textbereich::placeholder { color: var(--ton-fast-weg); }
.eingabe:focus, .auswahl:focus, .textbereich:focus { border-color: var(--akzent-rahmen); outline: none; box-shadow: 0 0 0 3px rgba(200,53,79,0.18); }
.eingabe--flaeche, .auswahl--flaeche, .textbereich--flaeche { background: var(--flaeche); }
.eingabe--klein, .auswahl--klein { height: 40px; font-size: 13px; border-radius: 7px; padding: 0 10px; color: #D6CFD8; }
.textbereich { height: auto; min-height: 140px; padding: 12px; line-height: 1.6; resize: vertical; }
.auswahl { appearance: none; -webkit-appearance: none; padding-right: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238F8792' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.auswahl option { background: var(--flaeche); color: var(--ton); }
.kaestchen { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #D6CFD8; cursor: pointer; min-height: 24px; }
.kaestchen input { width: 17px; height: 17px; margin: 0; accent-color: var(--akzent); flex-shrink: 0; }
.kaestchen--messing input { accent-color: var(--messing); }
.kaestchen--fett { color: var(--ton); font-weight: 600; }
.kaestchen--oben { align-items: flex-start; line-height: 1.5; }
.kaestchen--oben input { margin-top: 2px; }
.bereich { display: flex; align-items: center; gap: 9px; }
.bereich .eingabe { min-width: 0; }
.bereich__trenner { color: var(--ton-still); }
.formular-raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.formular-raster--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.formular-raster--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.formular-raster .voll { grid-column: 1 / -1; }
.formular-aktionen { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0 30px; flex-wrap: wrap; }
.formular-aktionen__rechts { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.zaehler-hinweis { font-size: var(--grad-meta); color: var(--ton-still); text-align: right; }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; height: var(--hoehe-tipp); padding: 0 15px;
  border-radius: var(--radius-pille); border: 1px solid #332E36; background: var(--flaeche); color: var(--ton-zurueck);
  font-size: 14px; cursor: pointer; user-select: none; transition: background .15s, border-color .15s, color .15s;
}
.chip input { width: 16px; height: 16px; margin: 0; accent-color: var(--akzent); }
.chip:hover { border-color: var(--rahmen-aktiv); }
.chip--aktiv, .chip:has(input:checked) { background: var(--akzent-flaeche); border-color: var(--akzent-rahmen); color: var(--akzent-hell); }
.chip--klein { height: 34px; padding: 0 13px; font-size: 13px; border-radius: 16px; background: #221E27; border-color: var(--rahmen-stark); cursor: default; }
.chip--klein .icon { color: var(--frei); }
.chip--winzig { height: 28px; padding: 0 10px; font-size: 12px; border-radius: 13px; background: #221E27; border-color: var(--rahmen-stark); cursor: default; }
.chip--gestrichelt { border-style: dashed; color: var(--ton-still); background: transparent; }
.chip--filter { font-weight: 600; }

/* ---------- Abzeichen ---------- */
.siegel { display: inline-flex; color: var(--messing); vertical-align: middle; }
.badge-top { position: absolute; left: 14px; top: 14px; background: var(--messing); color: #1B181D; font-size: 11px; font-weight: 800; letter-spacing: 0.09em; padding: 5px 9px; border-radius: var(--radius-klein); }
.badge-fotos { position: absolute; right: 14px; bottom: 14px; background: rgba(12,10,14,0.82); color: #D6CFD8; font-size: 12px; padding: 5px 9px; border-radius: var(--radius-klein); }
.badge-datum { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 6px; background: rgba(12,10,14,0.82); color: #D6CFD8; font-size: 11px; padding: 4px 8px; border-radius: 4px; }
.abzeichen-18 { border: 1px solid var(--ton-fast-weg); border-radius: 3px; padding: 2px 5px; font-weight: 700; color: #D6CFD8; font-size: 12px; }
.pille-messing { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 12px; border: 1px solid var(--messing-rahmen); border-radius: 15px; background: var(--messing-flaeche); color: var(--messing-hell); font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; }
.pille-messing .icon { color: var(--messing); }
.zaehler-pille { background: #2A2231; color: var(--ton-zurueck); font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 10px; }
.status { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 13px; font-size: 12px; font-weight: 700; border: 1px solid var(--rahmen-stark); color: var(--ton-zurueck); background: var(--flaeche); }
.status--aktiv { color: var(--frei); background: var(--frei-flaeche); border-color: var(--frei-rahmen); }
.status--pruefung { color: var(--messing-hell); background: var(--messing-flaeche); border-color: var(--messing-rahmen); }
.status--entwurf { color: var(--ton-leise); }
.status--gesperrt, .status--abgelehnt { color: var(--akzent-hell); background: var(--akzent-flaeche); border-color: var(--akzent-rahmen); }
.status--abgelaufen, .status--zurueckgestellt { color: var(--ton-still); }
.beliebt { background: var(--messing); color: #1B181D; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; padding: 4px 8px; border-radius: 4px; }

/* ---------- Leiste oben + Kopf ---------- */
.leiste-oben { height: 44px; background: var(--grund-tief); border-bottom: 1px solid var(--haarlinie); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; }
.leiste-oben__links { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ton-leise); }
.leiste-oben__rechts { display: flex; align-items: center; gap: 24px; }
.sprachen { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--ton-leise); }
.sprachen__aktiv { color: var(--ton); font-weight: 600; }
.sprachen__bald { color: var(--ton-fast-weg); cursor: default; }
.kopf { height: 86px; background: var(--grund); border-bottom: 1px solid var(--haarlinie); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; gap: 16px; }
.kopf__links { display: flex; align-items: center; gap: 48px; min-width: 0; }
.kopf__rechts { display: flex; align-items: center; gap: 14px; }
.kopf__untertitel { font-size: 15px; color: var(--ton-still); }
.kopf--werkzeug .kopf__links { gap: 28px; }
.nav-haupt { display: flex; align-items: center; gap: 30px; }
.nav-haupt a { color: var(--ton-zurueck); font-size: 15px; }
.nav-haupt a:hover { color: var(--ton); }
.nav-haupt__aktiv { color: var(--ton) !important; font-weight: 600; }
.nur-mobil { display: none !important; }
.nav-unten { display: none; }

/* ---------- Layout ---------- */
.haupt { min-height: 60vh; }
.sektion { padding: 48px; border-bottom: 1px solid var(--haarlinie); }
.sektion--eng { padding: 40px 48px; }
.sektion--band { background: var(--flaeche-sektion); padding: 60px 48px; }
.sektion--ohne-linie { border-bottom: 0; }
.sektion__kopf { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.sektion__kopf--mitte { align-items: center; }
.sektion__titel { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.sektion__meta { font-size: 13px; color: var(--ton-still); }
.sektion__aktionen { display: flex; align-items: center; gap: 10px; }
.schmal { max-width: 720px; }
.schmal-900 { max-width: 900px; }
.schmal-640 { max-width: 640px; }
.mitte { margin-left: auto; margin-right: auto; }
.zweispaltig { display: flex; gap: 32px; align-items: flex-start; }
.zweispaltig__haupt { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 28px; }
.zweispaltig__seite { width: 380px; flex-shrink: 0; display: flex; flex-direction: column; gap: 18px; }
.seite-schmal { padding: 48px; max-width: 900px; }
.seite-schmal h1 { margin-bottom: 14px; }
.seite-schmal h2 { margin: 34px 0 12px; }
.seite-schmal p { color: #B7AFB8; line-height: 1.7; margin-bottom: 14px; }
.seite-schmal ul { list-style: disc; padding-left: 22px; color: #B7AFB8; line-height: 1.7; margin-bottom: 14px; }
.seite-schmal li { margin-bottom: 4px; }
.brotkrumen { height: 54px; padding: 0 48px; display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ton-still); border-bottom: 1px solid var(--haarlinie); flex-wrap: wrap; }
.brotkrumen a { color: var(--ton-still); }
.brotkrumen a:hover { color: var(--ton-zurueck); }
.brotkrumen__aktuell { color: var(--ton-zurueck); }
.haarlinie { border: 0; border-top: 1px solid var(--rahmen); margin: 0; }

/* ---------- Karten und Boxen ---------- */
.karte { background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: var(--radius-karte); padding: 30px; }
.karte--hoch { background: var(--flaeche-hoch); border-color: #38323C; }
.karte--sektion { background: var(--flaeche-sektion); }
.karte--eng { padding: 22px; }
.karte--mittel { padding: 26px; }
.karte h2 { margin-bottom: 16px; }
.karte__kopf { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
.karte__kopf h2 { margin: 0; }
.hinweisbox { background: var(--messing-flaeche); border: 1px solid var(--messing-rahmen); border-radius: var(--radius-karte); padding: 20px 24px; display: flex; align-items: flex-start; gap: 14px; }
.hinweisbox .icon { color: var(--messing-hell); flex-shrink: 0; margin-top: 2px; }
.hinweisbox p { font-size: 14px; line-height: 1.6; color: var(--ton-zurueck); }
.hinweisbox__titel { font-size: 15px; font-weight: 700; color: var(--ton); margin-bottom: 6px; }
.hinweisbox--zeile { align-items: center; gap: 20px; padding: 24px 26px; }
.hinweisbox--zeile .hinweisbox__text { flex: 1 1 auto; }
.hinweisbox--zeile .hinweisbox__titel { font-size: 16px; margin-bottom: 4px; }
.hinweisbox--zeile p { color: var(--ton-zurueck); }
.infobox { background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: 10px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; }
.punktliste { display: flex; flex-direction: column; gap: 10px; }
.punktliste li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; line-height: 1.6; color: var(--ton-leise); }
.punktliste li::before { content: ""; width: 5px; height: 5px; border-radius: 3px; background: var(--ton-fast-weg); margin-top: 8px; flex-shrink: 0; }
.hakenliste { display: flex; flex-direction: column; gap: 11px; }
.hakenliste li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.5; color: var(--ton-zurueck); }
.hakenliste .icon { color: var(--frei); margin-top: 3px; flex-shrink: 0; stroke-width: 2.6; }
.faktenzeilen { display: flex; flex-direction: column; gap: 12px; }
.faktenzeilen li { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; }
.faktenzeilen li span:first-child { color: var(--ton-still); }
.faktenzeilen li span:last-child { color: var(--ton); font-weight: 600; text-align: right; }
.fakten-raster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.fakt { border-top: 1px solid var(--rahmen); padding-top: 13px; }
.fakt__label { font-size: var(--grad-label); letter-spacing: 0.07em; text-transform: uppercase; color: var(--ton-still); margin-bottom: 6px; }
.fakt__wert { font-size: 15px; color: var(--ton); }

/* ---------- Flash ---------- */
.flash-liste { padding: 16px 48px 0; display: flex; flex-direction: column; gap: 8px; }
.flash { border-radius: 10px; padding: 12px 16px; font-size: 14px; border: 1px solid var(--rahmen-stark); background: var(--flaeche); color: var(--ton); }
.flash--erfolg { background: var(--frei-flaeche); border-color: var(--frei-rahmen); color: var(--frei); }
.flash--fehler { background: var(--akzent-flaeche); border-color: var(--akzent-rahmen); color: var(--akzent-hell); }
.flash--hinweis { background: var(--messing-flaeche); border-color: var(--messing-rahmen); color: var(--messing-hell); }

/* ---------- Hero + Suchpanel ---------- */
.hero { padding: 76px 48px 60px; background: var(--flaeche-sektion); border-bottom: 1px solid var(--haarlinie); }
.hero__text { max-width: 900px; margin-bottom: 36px; }
.hero__text .pille-messing { margin-bottom: 26px; }
.hero__text h1 { margin-bottom: 20px; }
.hero__text .lead { max-width: 660px; }
.suchpanel { background: var(--flaeche-hoch); border: 1px solid #38323C; border-radius: var(--radius-karte); padding: 22px; display: flex; align-items: flex-end; gap: 16px; }
.suchpanel .feld { flex: 1 1 0; }
.suchpanel .knopf { flex-shrink: 0; height: var(--hoehe-feld); padding: 0 30px; font-size: 15px; }
.vertrauen { margin-top: 26px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.vertrauen li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; color: #B7AFB8; }
.vertrauen li::before { content: ""; width: 7px; height: 7px; border-radius: 4px; background: var(--messing); margin-top: 6px; flex-shrink: 0; }

/* ---------- Storys ---------- */
.storys-leiste { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; scroll-snap-type: x proximity; }
.storys-leiste::-webkit-scrollbar { display: none; }
.storys-leiste__spur { display: flex; gap: 16px; }
.story-kachel, .story-kachel--neu { width: 168px; height: 286px; flex-shrink: 0; border-radius: 14px; scroll-snap-align: start; display: block; }
.story-kachel { border: 2px solid var(--rahmen-stark); padding: 3px; }
.story-kachel--frisch { border-color: var(--akzent); }
.story-kachel__innen { width: 100%; height: 100%; border-radius: 11px; position: relative; overflow: hidden; background: var(--platzhalter-1); display: flex; align-items: center; justify-content: center; }
.story-kachel__innen img { width: 100%; height: 100%; object-fit: cover; }
.story-kachel__dauer { position: absolute; right: 10px; top: 10px; background: rgba(12,10,14,0.8); color: #D6CFD8; font-size: 11px; padding: 3px 7px; border-radius: 4px; }
.story-kachel__fuss { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px; background: rgba(12,10,14,0.88); }
.story-kachel__name { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; color: var(--ton); margin-bottom: 4px; }
.story-kachel__meta { font-size: 11px; color: var(--ton-leise); }
.story-kachel--neu { border: 1px dashed var(--rahmen-aktiv); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--ton-zurueck); font-size: 13px; font-weight: 600; text-align: center; }
.story-kachel--neu .kreis { width: 46px; height: 46px; border-radius: 23px; background: var(--akzent); color: #fff; display: flex; align-items: center; justify-content: center; }
.story-kachel--neu:hover { color: var(--ton); border-color: var(--ton-still); }

/* ---------- Kategorien ---------- */
.kategorien-raster { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.kategorie-karte { height: 108px; background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: 10px; padding: 18px 20px; display: flex; flex-direction: column; justify-content: space-between; color: var(--ton); transition: border-color .15s; }
.kategorie-karte:hover { border-color: var(--rahmen-aktiv); color: var(--ton); }
.kategorie-karte__ikone { width: 34px; height: 34px; border-radius: 8px; background: #26212B; display: flex; align-items: center; justify-content: center; }
.kategorie-karte__ikone::before { content: ""; width: 14px; height: 14px; border: 1.8px solid var(--messing); border-radius: 3px; }
.kategorie-karte__name { font-size: 16px; font-weight: 600; }
.kategorie-karte__hinweis { font-size: 12px; color: var(--ton-still); margin-top: 3px; }
.kategorie-karte--kompakt { height: 62px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 11px; padding: 0 14px; }
.kategorie-karte--kompakt .kategorie-karte__ikone { width: auto; height: auto; background: none; }
.kategorie-karte--kompakt .kategorie-karte__ikone::before { width: 12px; height: 12px; }
.kategorie-karte--kompakt .kategorie-karte__name { font-size: 14px; }

/* ---------- Inserate: Filter + Raster ---------- */
.inserate-layout { display: flex; gap: 40px; align-items: flex-start; }
.filter { width: 280px; flex-shrink: 0; background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: var(--radius-karte); padding: 24px; position: sticky; top: 16px; }
.filter__kopf { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.filter__kopf h3 { font-size: 16px; font-weight: 700; }
.filter__gruppen { display: flex; flex-direction: column; gap: 26px; }
.filter__gruppe legend, .filter__gruppe summary { font-size: var(--grad-label); letter-spacing: 0.07em; text-transform: uppercase; color: var(--ton-leise); font-weight: 600; margin-bottom: 12px; }
.filter__gruppe summary { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; }
.filter__gruppe details[open] summary { margin-bottom: 14px; }
.filter__gruppe summary .icon { color: var(--ton-still); transition: transform .15s; }
.filter__gruppe details[open] summary .icon { transform: rotate(180deg); }
.filter__gruppe--linie { border-top: 1px solid var(--rahmen); padding-top: 18px; }
.filter__liste { display: flex; flex-direction: column; gap: 11px; }
.filter__unter { display: flex; flex-direction: column; gap: 14px; }
.filter__unter .feld { gap: 7px; }
.filter__unter .feld__label { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--ton-still); }
.filter .knopf--primaer { width: 100%; height: 46px; font-size: 15px; }
.filter__mehr { height: 40px; margin-top: 4px; border: 1px dashed var(--rahmen-aktiv); border-radius: 7px; background: transparent; color: var(--ton-still); font-size: 13px; }
.filter-schalter { display: none; }
.ergebnisse { flex: 1 1 auto; min-width: 0; }
.ergebnisse__kopf { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.sortierung { display: flex; align-items: center; gap: 10px; }
.sortierung label { font-size: 13px; color: var(--ton-leise); }
.sortierung .auswahl { width: auto; height: 40px; font-size: 14px; border-radius: 7px; background-color: var(--flaeche); }
.karten-raster { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.karten-raster--gross { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.karten-raster--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.karten-raster--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.slider { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; margin-bottom: 16px; }
.slider::-webkit-scrollbar { display: none; }
.slider__spur { display: flex; gap: 24px; }
.slider__spur > * { width: 214px; flex-shrink: 0; scroll-snap-align: start; }
.slider-punkte { display: flex; align-items: center; gap: 7px; margin-bottom: 48px; }
.slider-punkte span { width: 10px; height: 5px; border-radius: 3px; background: var(--rahmen-stark); }
.slider-punkte span.aktiv { width: 26px; background: var(--akzent); }
.slider-punkte em { font-style: normal; font-size: 12px; color: var(--ton-fast-weg); margin-left: 8px; }
.mehr-laden { margin-top: 32px; display: flex; justify-content: center; }
.leer { border: 1px dashed var(--rahmen-aktiv); border-radius: var(--radius-karte); padding: 40px; text-align: center; color: var(--ton-leise); }
.leer h3 { color: var(--ton); font-size: 18px; margin-bottom: 8px; }
.leer .chips { justify-content: center; margin-top: 16px; }
.aktive-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }

.inserat-karte { background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: var(--radius-karte); overflow: hidden; display: flex; flex-direction: column; color: var(--ton); transition: border-color .15s, transform .15s; }
.inserat-karte:hover { border-color: var(--rahmen-aktiv); color: var(--ton); transform: translateY(-2px); }
.inserat-karte--top { border-color: var(--messing-rahmen); }
.inserat-karte__bild { aspect-ratio: 4 / 5; background: var(--platzhalter-1); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.inserat-karte__bild img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inserat-karte .badge-top { left: 8px; top: 8px; font-size: 10px; padding: 4px 7px; }
.inserat-karte .badge-fotos { right: 8px; bottom: 8px; font-size: 11px; padding: 3px 7px; }
.platzhalter-person { color: var(--ton-fast-weg); }
.inserat-karte__text { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 4px; }
.inserat-karte__name { display: flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 700; min-width: 0; }
.inserat-karte__name > span:first-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inserat-karte__alter { font-size: 13px; color: var(--ton-still); font-weight: 400; flex-shrink: 0; }
.inserat-karte__name .siegel { flex-shrink: 0; }
.inserat-karte__ort { font-size: 12px; color: #B7AFB8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inserat-karte__sprachen { font-size: 13px; color: var(--ton-still); }
.inserat-karte__datum { font-size: 12px; color: var(--ton-fast-weg); }
.inserat-karte__fuss { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--rahmen); font-size: 13px; }
.inserat-karte__preis { font-size: 14px; font-weight: 700; color: var(--ton); }

/* ---------- Seitennavigation ---------- */
.seiten { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; margin-top: 32px; }
.seiten a, .seiten__aktiv, .seiten__pfeil { min-width: 44px; height: 44px; padding: 0 12px; border-radius: 8px; border: 1px solid var(--rahmen-stark); display: inline-flex; align-items: center; justify-content: center; color: var(--ton-zurueck); font-size: 14px; font-weight: 600; }
.seiten a:hover { border-color: var(--rahmen-aktiv); color: var(--ton); }
.seiten__aktiv { background: var(--akzent); border-color: var(--akzent); color: #fff; }
.seiten__punkte { color: var(--ton-fast-weg); padding: 0 4px; }
.seiten__meta { width: 100%; text-align: center; font-size: 12px; color: var(--ton-fast-weg); margin-top: 6px; }
.sprachwahl { position: relative; }
.sprachwahl summary { list-style: none; font-size: 12px; font-weight: 700; }
.sprachwahl__liste { position: absolute; right: 0; top: 50px; z-index: 40; background: var(--flaeche-hoch); border: 1px solid #38323C; border-radius: 10px; padding: 6px; display: flex; flex-direction: column; min-width: 160px; box-shadow: 0 12px 30px rgba(0,0,0,0.4); }
.sprachwahl__liste a { padding: 10px 12px; border-radius: 6px; color: var(--ton-zurueck); font-size: 14px; }
.sprachwahl__liste a[aria-current] { color: var(--ton); font-weight: 700; background: rgba(255,255,255,0.04); }

/* ---------- Sicherheit, Pakete ---------- */
.usp-raster { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.usp { background: var(--flaeche-hoch); border: 1px solid var(--rahmen); border-radius: var(--radius-karte); padding: 26px; }
.usp__ikone { width: 40px; height: 40px; border-radius: 10px; background: #2A2231; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.usp__ikone::before { content: ""; width: 16px; height: 16px; border: 2px solid var(--akzent-schrift); border-radius: 8px; }
.usp h3 { font-size: 17px; font-weight: 700; margin-bottom: 9px; }
.usp p { font-size: 14px; line-height: 1.6; color: var(--ton-leise); }
.pakete { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.paket { background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: var(--radius-karte); padding: 28px; }
.paket--beliebt { background: var(--flaeche-hoch); border-color: var(--messing-rahmen); }
.paket__kopf { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.paket__name { font-size: 18px; font-weight: 700; }
.paket__preis { display: flex; align-items: baseline; gap: 7px; margin-bottom: 20px; }
.paket__preis strong { font-family: var(--schrift-display); font-weight: 400; font-size: 34px; }
.paket__preis span { font-size: 14px; color: var(--ton-still); }
.paket--wahl { cursor: pointer; }
.paket--wahl:has(input:checked) { border-color: var(--akzent-rahmen); box-shadow: 0 0 0 2px var(--akzent-rahmen); }
.paket input[type="radio"] { position: absolute; opacity: 0; }

/* ---------- Fusszeile ---------- */
.fuss { background: var(--grund-tief); padding: 54px 48px 0; margin-top: 0; }
.fuss__spalten { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--haarlinie); }
.fuss__marke p { margin: 14px 0 18px; font-size: 14px; line-height: 1.6; color: var(--ton-still); max-width: 330px; }
.zahlungsmittel { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.zahlungsmittel span { border: 1px solid var(--rahmen-aktiv); border-radius: 4px; padding: 5px 9px; font-size: 12px; color: var(--ton-leise); }
.zahlungsmittel--hell span { color: var(--ton-zurueck); }
.fuss__spalte { display: flex; flex-direction: column; gap: 10px; }
.fuss__spalte a { font-size: 14px; color: var(--ton-zurueck); }
.fuss__spalte a:hover { color: var(--ton); }
.fuss__titel { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ton-leise); font-weight: 700; margin-bottom: 5px; }
.fuss__unten { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--ton-fast-weg); }
.fuss__recht { display: flex; align-items: center; gap: 20px; }
.fuss__recht a { font-size: 13px; color: var(--ton-still); }

/* ---------- Schlicht (Eintritt, Fehler) ---------- */
.schlicht__mitte { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 48px 16px; }
.gate { width: 620px; max-width: 100%; background: var(--flaeche); border: 1px solid #332E36; border-radius: var(--radius-gross); padding: 48px; }
.gate__kopf { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.gate .logo { font-size: 32px; }
.gate__18 { display: inline-flex; align-items: center; gap: 9px; height: 32px; padding: 0 13px; border: 1px solid var(--ton-fast-weg); border-radius: 16px; margin-bottom: 22px; }
.gate__18 strong { font-size: 13px; font-weight: 800; }
.gate__18 span { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ton-leise); }
.gate h1 { font-family: var(--schrift-display); font-weight: 400; font-size: var(--grad-titel); line-height: 1.15; margin-bottom: 16px; }
.gate p { font-size: 16px; line-height: 1.65; color: #B7AFB8; margin-bottom: 14px; }
.gate p.text-still { font-size: 14px; margin-bottom: 26px; }
.gate .kaestchen { margin-bottom: 26px; }
.gate__aktionen { display: flex; gap: 12px; margin-bottom: 26px; }
.gate__aktionen .knopf--primaer { flex: 1 1 auto; }
.gate__fuss { border-top: 1px solid var(--rahmen); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--ton-fast-weg); }
.gate__fuss div { display: flex; gap: 18px; }
.gate__fuss a { color: var(--ton-still); }
.fehlerseite { text-align: center; max-width: 520px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.fehlerseite p { color: #B7AFB8; }

/* ---------- Inseratdetail ---------- */
.galerie { display: flex; gap: 14px; }
.galerie__haupt { flex: 1 1 auto; min-width: 0; height: 520px; background: var(--platzhalter-1); border-radius: var(--radius-karte); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.galerie__haupt img { width: 100%; height: 100%; object-fit: cover; }
.galerie__haupt .platzhalter-person { display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 13px; letter-spacing: 0.06em; }
.galerie__siegel { position: absolute; left: 18px; top: 18px; display: flex; align-items: center; gap: 7px; background: rgba(12,10,14,0.85); border: 1px solid var(--messing-rahmen); color: var(--messing-hell); font-size: 12px; font-weight: 700; padding: 7px 11px; border-radius: 5px; }
.galerie__siegel .icon { color: var(--messing); }
.galerie__alle { position: absolute; right: 18px; bottom: 18px; background: rgba(12,10,14,0.85); border-color: var(--rahmen-aktiv); font-size: 13px; font-weight: 500; }
.galerie__pfeil { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(12,10,14,0.7); border-color: transparent; color: var(--ton); }
.galerie__pfeil--links { left: 14px; }
.galerie__pfeil--rechts { right: 14px; }
.galerie__daumen { width: 166px; flex-shrink: 0; display: flex; flex-direction: column; gap: 14px; }
.galerie__daumen button { width: 166px; height: 164px; padding: 0; border: 2px solid transparent; border-radius: 10px; background: var(--platzhalter-2); overflow: hidden; color: var(--ton-fast-weg); font-size: 12px; }
.galerie__daumen button.aktiv { border-color: var(--akzent); }
.galerie__daumen img { width: 100%; height: 100%; object-fit: cover; }
.galerie__mehr { display: flex; align-items: center; justify-content: center; }
.aufklapp { background: var(--flaeche-sektion); border: 1px solid var(--rahmen); border-radius: 10px; }
.aufklapp + .aufklapp { margin-top: 10px; }
.aufklapp summary { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.aufklapp__titel { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 700; }
.aufklapp summary .icon { color: var(--ton-still); transition: transform .15s; flex-shrink: 0; }
.aufklapp[open] summary .icon { transform: rotate(180deg); }
.aufklapp__inhalt { padding: 0 20px 20px; }
.aufklapp--klein summary { padding: 13px 15px; }
.aufklapp--klein .aufklapp__titel { font-size: 14px; }
.aufklapp--klein .aufklapp__inhalt { padding: 0 15px 15px; }
.tarife { display: flex; flex-direction: column; }
.tarife li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--rahmen); }
.tarife__label { font-size: 16px; font-weight: 600; }
.tarife__note { font-size: 13px; color: var(--ton-still); margin-top: 3px; }
.tarife__preis { font-size: 18px; font-weight: 700; white-space: nowrap; }
.woche { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.woche__tag { background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: 9px; padding: 14px 10px; text-align: center; }
.woche__tag--offen { background: var(--frei-flaeche); border-color: var(--frei-rahmen); }
.woche__name { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ton-still); margin-bottom: 8px; }
.woche__zeit { font-size: 14px; font-weight: 600; color: var(--ton-still); }
.woche__tag--offen .woche__zeit { color: var(--frei); }
.kontaktpanel { background: var(--flaeche-hoch); border: 1px solid #38323C; border-radius: var(--radius-karte); padding: 26px; }
.kontaktpanel__name { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.kontaktpanel__name h1 { font-family: var(--schrift-display); font-weight: 400; font-size: 34px; }
.kontaktpanel__name .siegel { color: var(--messing); }
.kontaktpanel__ort { font-size: 15px; color: #B7AFB8; margin-bottom: 6px; }
.kontaktpanel__meta { display: flex; flex-direction: column; gap: 6px; margin-bottom: 22px; font-size: 14px; }
.kontaktpanel__meta .text-still { display: flex; align-items: center; gap: 7px; font-size: 13px; }
.kontaktpanel__aktionen { display: flex; flex-direction: column; gap: 11px; }
.kontaktpanel__aktionen .knopf { height: 52px; font-size: 16px; border-radius: 9px; }
.kontaktpanel__fakten { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--rahmen); }
.kontaktpanel__sekundaer { margin-top: 20px; display: flex; gap: 10px; }
.kontaktpanel__sekundaer .knopf { flex: 1 1 0; color: var(--ton-zurueck); border-color: var(--rahmen-stark); font-weight: 500; }
.nummer { display: flex; align-items: center; justify-content: center; gap: 10px; height: 52px; border-radius: 9px; background: var(--frei-flaeche); border: 1px solid var(--frei-rahmen); color: var(--frei); font-size: 18px; font-weight: 700; letter-spacing: 0.02em; }
.nummer small { font-size: 12px; font-weight: 500; color: var(--ton-leise); }
.storys-mini { display: flex; gap: 10px; }
.storys-mini a { flex: 1 1 0; border: 2px solid var(--rahmen-stark); border-radius: 11px; padding: 2px; display: block; }
.storys-mini a.frisch { border-color: var(--akzent); }
.storys-mini__innen { height: 146px; background: var(--platzhalter-1); border-radius: 8px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--ton-fast-weg); }
.storys-mini__innen img { width: 100%; height: 100%; object-fit: cover; }
.storys-mini__ago { position: absolute; left: 0; right: 0; bottom: 0; padding: 7px 8px; background: rgba(12,10,14,0.88); font-size: 11px; color: var(--ton-leise); }
.dialog { border: 1px solid #38323C; background: var(--flaeche-hoch); color: var(--ton); border-radius: var(--radius-karte); padding: 28px; width: 520px; max-width: calc(100vw - 32px); }
.dialog::backdrop { background: rgba(12,10,14,0.75); }
.dialog h2 { margin-bottom: 8px; }
.dialog__aktionen { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }

/* ---------- Erfassung (Wizard) ---------- */
.schritte { height: 88px; border-bottom: 1px solid var(--haarlinie); padding: 0 48px; display: flex; align-items: center; gap: 10px; overflow-x: auto; }
.schritt { flex: 1 1 0; min-width: 96px; border-top: 3px solid #332E36; padding-top: 12px; color: var(--ton-fast-weg); display: block; }
.schritt__nr { font-size: 12px; color: var(--ton-fast-weg); margin-bottom: 3px; }
.schritt__name { font-size: 14px; font-weight: 600; }
.schritt--jetzt { border-top-color: var(--akzent); color: var(--ton); }
.schritt--fertig { border-top-color: var(--frei); color: var(--ton); }
.schritt--fertig:hover { color: var(--ton); }
.wizard { padding: 36px 48px 0; display: flex; gap: 36px; align-items: flex-start; }
.wizard__form { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.wizard__form > .kopf-text h1 { margin-bottom: 10px; }
.wizard__form > .kopf-text p { max-width: 720px; }
.wizard__seite { width: 380px; flex-shrink: 0; position: sticky; top: 16px; }
.suchzeile { display: flex; align-items: center; gap: 14px; background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: 10px; padding: 14px 18px; }
.suchzeile .icon { color: var(--ton-still); flex-shrink: 0; }
.suchzeile input { flex: 1 1 auto; min-width: 0; height: 32px; background: transparent; border: 0; color: var(--ton); font-size: 15px; }
.suchzeile input:focus { outline: none; }
.suchzeile__zaehler { font-size: 13px; color: var(--ton-still); white-space: nowrap; }
.merkmal-gruppe { border: 1px solid var(--rahmen); background: var(--flaeche); border-radius: var(--radius-karte); padding: 22px 24px; }
.merkmal-gruppe legend { padding: 0 8px; margin-left: -8px; display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; }
.merkmal-gruppe .chips { margin-top: 14px; }
.vorschau-gruppen { display: flex; flex-direction: column; gap: 9px; }
.fortschritt { height: 7px; background: var(--haarlinie); border-radius: 4px; overflow: hidden; }
.fortschritt span { display: block; height: 100%; background: var(--frei); border-radius: 4px; }
.bilder-raster { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.bild-kachel { position: relative; aspect-ratio: 1; background: var(--platzhalter-2); border-radius: 10px; overflow: hidden; border: 1px solid var(--rahmen); }
.bild-kachel img { width: 100%; height: 100%; object-fit: cover; }
.bild-kachel__aktionen { position: absolute; left: 8px; right: 8px; bottom: 8px; display: flex; justify-content: space-between; gap: 6px; }
.bild-kachel__aktionen .knopf { height: 32px; padding: 0 10px; font-size: 12px; background: rgba(12,10,14,0.85); }
.bild-kachel__nr { position: absolute; left: 8px; top: 8px; background: rgba(12,10,14,0.85); color: #D6CFD8; font-size: 11px; padding: 3px 7px; border-radius: 4px; }
.upload-zone { position: relative; border: 1px dashed var(--rahmen-aktiv); background: var(--flaeche-sektion); border-radius: var(--radius-karte); padding: 34px; display: flex; align-items: center; gap: 26px; }
.upload-zone--aktiv { border-color: var(--akzent-schrift); background: var(--akzent-flaeche); }
.upload-zone__ikone { width: 66px; height: 66px; border-radius: 16px; background: #2A2231; color: var(--akzent-schrift); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.upload-zone__text { flex: 1 1 auto; }
.upload-zone__titel { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.upload-zone__hinweis { font-size: 14px; color: var(--ton-still); }
.upload-zone input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; }
.tarif-zeilen { display: flex; flex-direction: column; gap: 12px; }
.tarif-zeile { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.4fr auto; gap: 12px; align-items: end; }
.wochen-tabelle { display: flex; flex-direction: column; gap: 10px; }
.wochen-zeile { display: grid; grid-template-columns: 110px 1fr 24px 1fr auto; gap: 12px; align-items: center; }
.wochen-zeile__tag { font-size: 14px; font-weight: 600; }
.wochen-zeile .kaestchen { justify-content: flex-end; }

/* ---------- Story-Editor ---------- */
.frames { display: flex; gap: 10px; }
.frame { flex: 1 1 0; min-width: 0; padding: 0; background: transparent; border: 2px solid transparent; border-radius: 10px; cursor: pointer; }
.frame--gewaehlt { border-color: var(--akzent); }
.frame__bild { height: 128px; background: var(--platzhalter-2); border-radius: 6px; margin: 2px; overflow: hidden; position: relative; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 7px; }
.frame__bild img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.frame__sek { position: relative; font-size: 11px; color: var(--ton-fast-weg); background: rgba(12,10,14,0.7); padding: 2px 6px; border-radius: 3px; }
.frame--gewaehlt .frame__sek { color: var(--akzent-hell); }
.telefon-rahmen { width: 300px; height: 620px; background: var(--flaeche); border: 1px solid #38323C; border-radius: 26px; padding: 10px; }
.telefon-rahmen__schirm { width: 100%; height: 100%; background: var(--platzhalter-1); border-radius: 18px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--ton-fast-weg); }
.telefon-rahmen__schirm > img, .telefon-rahmen__schirm > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-balken { position: absolute; left: 12px; right: 12px; top: 12px; display: flex; gap: 5px; }
.story-balken span { flex: 1 1 0; height: 3px; border-radius: 2px; background: rgba(244,239,233,0.3); }
.story-balken span.aktiv { background: var(--ton); }
.story-kopf { position: absolute; left: 12px; right: 12px; top: 28px; display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; }
.story-kopf .kreis { width: 32px; height: 32px; border-radius: 16px; background: var(--rahmen-stark); overflow: hidden; }
.story-kopf .kreis img { width: 100%; height: 100%; object-fit: cover; }
.story-kopf small { font-size: 12px; font-weight: 400; color: var(--ton-zurueck); }
.story-text { position: absolute; left: 16px; right: 16px; bottom: 74px; }
.story-text span { display: inline-block; background: rgba(12,10,14,0.78); color: var(--ton); font-size: 16px; font-weight: 600; padding: 9px 13px; border-radius: 8px; }
.story-cta { position: absolute; left: 16px; right: 16px; bottom: 16px; height: 46px; background: var(--akzent); color: #fff; border-radius: 9px; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
.story-cta:hover { color: #fff; }
.story-viewer { min-height: calc(100vh - 130px); display: flex; align-items: center; justify-content: center; padding: 24px 16px; background: var(--grund-tief); }
.story-viewer .telefon-rahmen { width: 360px; height: 700px; max-height: 85vh; }

/* ---------- Konto / Prüfung ---------- */
.tabelle { width: 100%; border-collapse: collapse; font-size: 14px; }
.tabelle th { text-align: left; font-size: var(--grad-label); letter-spacing: 0.07em; text-transform: uppercase; color: var(--ton-leise); font-weight: 600; padding: 10px 12px; border-bottom: 1px solid var(--rahmen); }
.tabelle td { padding: 14px 12px; border-bottom: 1px solid var(--rahmen); vertical-align: middle; }
.tabelle tr:hover td { background: rgba(255,255,255,0.02); }
.tabelle__aktionen { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }
.kacheln { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.kachel { background: var(--flaeche); border: 1px solid var(--rahmen); border-radius: 10px; padding: 18px 20px; color: var(--ton); }
.kachel:hover { border-color: var(--rahmen-aktiv); color: var(--ton); }
.kachel__zahl { font-family: var(--schrift-display); font-size: 34px; line-height: 1; margin-bottom: 8px; }
.kachel__label { font-size: 13px; color: var(--ton-leise); }
.kachel--warn .kachel__zahl { color: var(--messing-hell); }
.unternav { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 28px; }
.unternav a { height: 38px; padding: 0 14px; border-radius: 19px; border: 1px solid var(--rahmen-stark); color: var(--ton-zurueck); font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.unternav a.aktiv { background: var(--akzent-flaeche); border-color: var(--akzent-rahmen); color: var(--akzent-hell); }
.protokoll { display: flex; flex-direction: column; gap: 10px; }
.protokoll li { font-size: 13px; color: var(--ton-leise); border-left: 2px solid var(--rahmen-stark); padding-left: 12px; }
.protokoll li strong { color: var(--ton); }
.entscheid-raster { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.nachricht { border: 1px solid var(--rahmen); border-radius: 10px; padding: 16px 18px; background: var(--flaeche); }
.nachricht--neu { border-color: var(--akzent-rahmen); }
.nachricht__kopf { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--ton-still); margin-bottom: 8px; flex-wrap: wrap; }
.nachricht__text { font-size: 15px; line-height: 1.6; white-space: pre-wrap; }
.ident-vergleich { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ident-vergleich img, .ident-vergleich video { width: 100%; border-radius: 10px; border: 1px solid var(--rahmen); background: var(--platzhalter-1); }

/* ---------- Anmeldung ---------- */
.auth { max-width: 460px; margin: 60px auto; padding: 0 16px; }
.auth .karte { padding: 40px; }
.auth h1 { margin-bottom: 8px; }
.auth form { display: flex; flex-direction: column; gap: 18px; margin-top: 24px; }
.auth__links { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; font-size: 14px; flex-wrap: wrap; }
.rollen-wahl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.rollen-wahl label { border: 1px solid var(--rahmen-stark); border-radius: 10px; padding: 14px; cursor: pointer; display: flex; flex-direction: column; gap: 4px; }
.rollen-wahl label:has(input:checked) { border-color: var(--akzent-rahmen); background: var(--akzent-flaeche); }
.rollen-wahl input { position: absolute; opacity: 0; }
.rollen-wahl strong { font-size: 15px; }
.rollen-wahl span { font-size: 13px; color: var(--ton-leise); }

/* ---------- Responsiv ---------- */
@media (max-width: 1180px) {
  .zweispaltig__seite { width: 320px; }
  .wizard__seite { width: 320px; }
  .karten-raster { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .karten-raster--gross { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .karten-raster--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .usp-raster, .kategorien-raster, .kacheln { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .galerie__haupt { height: 440px; }
  .nav-haupt { gap: 20px; }
  .kopf__links { gap: 28px; }
}

@media (max-width: 900px) {
  .leiste-oben, .kopf, .sektion, .sektion--eng, .sektion--band, .hero, .brotkrumen, .fuss, .schritte, .wizard, .seite-schmal, .flash-liste { padding-left: 16px; padding-right: 16px; }
  .leiste-oben { display: none; }
  .kopf { height: 60px; }
  .kopf .logo { font-size: 24px; }
  .nav-haupt { display: none; }
  .kopf__rechts .knopf--sekundaer, .kopf__rechts .knopf--primaer, .kopf__rechts .knopf--icon { display: none; }
  .kopf--werkzeug .kopf__rechts .knopf { display: inline-flex; }
  .kopf--werkzeug .kopf__rechts .text-still { display: none; }
  .nur-mobil { display: inline-flex !important; }
  .nav-unten { display: flex; position: sticky; bottom: 0; z-index: 30; height: 74px; background: var(--grund-tief); border-top: 1px solid var(--haarlinie); align-items: center; padding: 0 8px; }
  .nav-unten a { flex: 1 1 0; height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: var(--ton-still); font-size: 11px; font-weight: 600; }
  .nav-unten__aktiv { color: var(--akzent-hell) !important; }
  body { padding-bottom: 0; }
  .hero { padding-top: 28px; padding-bottom: 28px; }
  .h1-hero { font-size: 36px; }
  .h2-band { font-size: 28px; }
  .h2-serif { font-size: 24px; }
  .hero__text { margin-bottom: 22px; }
  .suchpanel { flex-direction: column; align-items: stretch; padding: 16px; gap: 12px; }
  .suchpanel .knopf { width: 100%; }
  .vertrauen { grid-template-columns: 1fr; gap: 12px; }
  .sektion { padding-top: 28px; padding-bottom: 28px; }
  .sektion--band { padding-top: 36px; padding-bottom: 36px; }
  .storys-leiste__spur { gap: 10px; }
  .story-kachel, .story-kachel--neu { width: 92px; height: 148px; border-radius: 12px; }
  .story-kachel { padding: 2px; }
  .story-kachel__innen { border-radius: 9px; }
  .story-kachel__fuss { padding: 7px 8px; }
  .story-kachel__name { font-size: 12px; margin-bottom: 1px; }
  .story-kachel__name .siegel { display: none; }
  .story-kachel__meta { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .story-kachel__dauer { display: none; }
  .story-kachel--neu { gap: 8px; font-size: 11px; font-weight: 400; }
  .story-kachel--neu .kreis { width: 34px; height: 34px; }
  .kategorien-raster { gap: 10px; }
  .kategorie-karte { height: 62px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 11px; padding: 0 14px; }
  .kategorie-karte__ikone { width: auto; height: auto; background: none; }
  .kategorie-karte__ikone::before { width: 12px; height: 12px; }
  .kategorie-karte__name { font-size: 14px; }
  .kategorie-karte__hinweis { display: none; }
  .inserate-layout { flex-direction: column; gap: 18px; }
  .filter { width: 100%; position: static; display: none; padding: 18px; }
  .filter--offen { display: block; }
  .filter-schalter { display: inline-flex; }
  .karten-raster, .karten-raster--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .karten-raster--gross, .karten-raster--2 { grid-template-columns: 1fr; gap: 14px; }
  .inserat-karte__text { padding: 8px 10px 10px; }
  .inserat-karte__name { font-size: 14px; }
  .slider__spur > * { width: 160px; }
  .usp-raster, .pakete, .kacheln, .fakten-raster, .formular-raster, .formular-raster--3, .formular-raster--4, .entscheid-raster, .ident-vergleich, .bilder-raster { grid-template-columns: 1fr; }
  .bilder-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hinweisbox--zeile { flex-direction: column; align-items: flex-start; }
  .fuss__spalten { grid-template-columns: 1fr 1fr; gap: 28px; }
  .fuss__marke { grid-column: 1 / -1; }
  .fuss__unten { flex-direction: column; align-items: flex-start; }
  .zweispaltig { flex-direction: column; }
  .zweispaltig__seite { width: 100%; }
  .galerie { flex-direction: column; }
  .galerie__haupt { height: 320px; }
  .galerie__daumen { width: 100%; flex-direction: row; overflow-x: auto; }
  .galerie__daumen button { width: 96px; height: 96px; flex-shrink: 0; }
  .woche { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .karte { padding: 20px; }
  .kontaktpanel { padding: 20px; }
  .wizard { flex-direction: column; }
  .wizard__seite { width: 100%; position: static; }
  .schritte { height: auto; padding-top: 12px; padding-bottom: 12px; }
  .schritt { min-width: 84px; }
  .schritt__name { font-size: 12px; }
  .tarif-zeile { grid-template-columns: 1fr 1fr; }
  .wochen-zeile { grid-template-columns: 70px 1fr 16px 1fr; }
  .wochen-zeile .kaestchen { grid-column: 1 / -1; justify-content: flex-start; }
  .upload-zone { flex-direction: column; align-items: flex-start; padding: 22px; }
  .frames { flex-wrap: wrap; }
  .frame { flex: 0 0 calc(25% - 8px); }
  .telefon-rahmen { width: 100%; max-width: 300px; margin: 0 auto; }
  .auth { margin: 24px auto; }
  .auth .karte { padding: 24px; }
  .gate { padding: 28px 20px; }
  .gate h1 { font-size: 30px; }
  .gate__aktionen { flex-direction: column; }
  .tabelle { display: block; overflow-x: auto; }
  .unternav { overflow-x: auto; flex-wrap: nowrap; }
  .seite-schmal { padding-top: 28px; }
}

@media (max-width: 480px) {
  .h1-hero { font-size: 30px; }
  .kopf__rechts { gap: 8px; }
  .formular-aktionen { flex-direction: column; align-items: stretch; }
  .formular-aktionen__rechts { margin-left: 0; flex-direction: column; align-items: stretch; }
  .formular-aktionen .knopf { width: 100%; }
  .bilder-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woche { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .frame { flex: 0 0 calc(50% - 5px); }
  .rollen-wahl { grid-template-columns: 1fr; }
}

/* =====================================================================
   Layout 2 (19.09.2026): schwarzer Grund, weisse Karten, roter Akzent.
   Nach Vorgabe von Muaz. Regeln unten überschreiben ältere oben.
   ===================================================================== */

/* Kopf */
.kopf { height: 84px; padding: 0 40px; background: var(--grund); border-bottom: 0; }
.kopf__links { gap: 36px; }
.kopf .logo { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; }
.kopf .logo span:first-child { color: var(--ton); }
.kopf .logo__tld { color: var(--akzent); }
.nav-haupt { gap: 22px; }
.nav-haupt a { font-size: 17px; color: var(--ton); }
.nav-haupt a:hover, .nav-haupt__aktiv { color: var(--akzent-schrift) !important; }
.kopf__rechts { gap: 18px; }
.kopf__rechts .knopf--primaer { height: 48px; padding: 0 22px; font-size: 16px; border-radius: 8px; }
.kopf__link { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 6px; color: var(--ton); font-size: 16px; background: none; border: 0; cursor: pointer; position: relative; }
.kopf__link:hover { color: var(--akzent-schrift); }
.kopf__link--icon { width: 44px; justify-content: center; padding: 0; color: var(--ton-leise); }
.kopf__link--icon:hover { color: var(--ton); }
.sprachwahl { position: relative; }
.sprachwahl__knopf { display: inline-flex; align-items: center; gap: 6px; height: 44px; padding: 0 10px; color: var(--ton); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; border-radius: 8px; }
.sprachwahl__knopf::-webkit-details-marker { display: none; }
.sprachwahl__knopf:hover { background: rgba(255,255,255,0.06); }
.sprachwahl__kurz { display: none; }
.sprachwahl__liste { top: 48px; }
.kopf--werkzeug { border-bottom: 1px solid var(--haarlinie); }

/* Hero-Titel, Sektionen */
.h1-hero, .h1-serif, .h2-serif, .h2-band, .h2-serif-klein { font-family: var(--schrift-display); font-weight: 700; letter-spacing: -0.01em; }
.hero { background: var(--grund); border-bottom: 0; padding: 34px 40px 8px; }
.hero__text { margin-bottom: 18px; }
.sektion { padding-left: 40px; padding-right: 40px; border-bottom: 0; }
.filterleiste-huelle { padding: 8px 40px 18px; }

/* Story-Kreise */
.storys-leiste__spur { gap: 14px; padding: 4px 2px; }
.story-kreis { width: 122px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--ton); scroll-snap-align: start; }
.story-kreis__ring { width: 112px; height: 112px; border-radius: 50%; padding: 4px; border: 2px solid var(--rahmen-stark); display: block; }
.story-kreis--frisch .story-kreis__ring { border-color: var(--akzent); }
.story-kreis__ring img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; background: var(--platzhalter-1); }
.story-kreis__name { font-size: 14px; display: flex; align-items: center; gap: 4px; max-width: 122px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.story-kreis__name .siegel { color: var(--akzent-schrift); }
.story-kreis:hover { color: var(--ton); }
.story-kreis:hover .story-kreis__ring { border-color: var(--akzent-hell); }
.story-kachel--neu { width: 122px; height: auto; border: 0; gap: 8px; color: var(--ton); }
.story-kachel--neu .kreis { width: 112px; height: 112px; border-radius: 50%; border: 2px dashed var(--rahmen-aktiv); background: transparent; color: var(--ton-leise); }
.story-kachel--neu:hover .kreis { border-color: var(--akzent); color: var(--akzent-schrift); }

/* Filterleiste */
.filterleiste { display: flex; flex-direction: column; gap: 14px; }
.filterleiste__zeile { display: flex; align-items: center; gap: 22px; }
.filterleiste__feld { flex: 0 0 260px; }
.filterleiste__select { width: 100%; height: 58px; padding: 0 18px; border-radius: 8px; border: 1px solid var(--rahmen); background: #2A2A2F; color: var(--ton); font-size: 17px; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; }
.filterleiste__select:hover { background: #313137; }
select.filterleiste__select { appearance: none; -webkit-appearance: none; padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2218%22 height=%2218%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23FFFFFF%22 stroke-width=%222.4%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22m6 9 6 6 6-6%22/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; }
select.filterleiste__select option { background: var(--flaeche-hoch); color: var(--ton); }
.filterleiste__knopf { flex: 0 0 260px; }
.filterleiste__suche { flex: 1 1 auto; position: relative; display: flex; align-items: center; height: 58px; }
.filterleiste__suche input { width: 100%; height: 58px; padding: 0 56px 0 18px; border-radius: 8px; border: 1px solid var(--rahmen-stark); background: var(--flaeche); color: var(--ton); font-size: 17px; }
.filterleiste__suche input::placeholder { color: var(--ton-still); }
.filterleiste__suche input:focus { outline: none; border-color: var(--akzent); box-shadow: 0 0 0 3px rgba(224,36,63,0.2); }
.filterleiste__suche button { position: absolute; right: 6px; top: 7px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ton-leise); border-radius: 8px; }
.filterleiste__suche button:hover { color: var(--ton); }
.filterleiste__zeile--unten { gap: 28px; }
.filterleiste__treffer { margin-left: auto; font-size: 16px; color: var(--ton-zurueck); }
.kaestchen--rot { font-size: 16px; color: var(--ton-zurueck); gap: 14px; }
.kaestchen--rot input { width: 26px; height: 26px; border-radius: 6px; appearance: none; -webkit-appearance: none; border: 2px solid var(--akzent); background: transparent; display: inline-grid; place-content: center; cursor: pointer; }
.kaestchen--rot input::before { content: ""; width: 12px; height: 12px; border-radius: 2px; background: var(--akzent); transform: scale(0); transition: transform .12s; }
.kaestchen--rot input:checked::before { transform: scale(1); }
.kaestchen--rot input:focus-visible { outline: 2px solid var(--akzent-hell); outline-offset: 2px; }

/* Angebot-Dialog (weiss) */
.angebot-dialog { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 16px; }
.angebot-dialog__hintergrund { position: absolute; inset: 0; background: rgba(0,0,0,0.7); }
.angebot-dialog__panel { position: relative; width: 1120px; max-width: 100%; max-height: calc(100vh - 32px); overflow: auto; background: var(--hell); color: var(--hell-text); border-radius: 12px; padding: 0; display: flex; flex-direction: column; }
.angebot-dialog__tabs { display: flex; gap: 8px; padding: 12px 28px 0; border-bottom: 1px solid var(--hell-rahmen); overflow-x: auto; }
.angebot-dialog__tab { height: 52px; padding: 0 12px; border: 0; background: transparent; color: var(--hell-text); font-size: 17px; font-weight: 700; border-bottom: 3px solid transparent; white-space: nowrap; }
.angebot-dialog__tab.aktiv { color: var(--akzent); border-bottom-color: var(--akzent); }
.angebot-dialog__panel-inhalt { padding: 24px 28px; }
.kacheln-wahl { display: flex; flex-wrap: wrap; gap: 12px 10px; }
.kachel-wahl { position: relative; display: inline-flex; align-items: center; min-height: 50px; padding: 0 20px; border: 2px solid var(--akzent); border-radius: 8px; color: var(--akzent); font-size: 16px; font-weight: 700; cursor: pointer; user-select: none; background: var(--hell); transition: background .12s, color .12s; }
.kachel-wahl input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.kachel-wahl:hover { background: var(--akzent-hell-flaeche); }
.kachel-wahl:has(input:checked) { background: var(--akzent); color: #fff; }
.kachel-wahl:has(input:focus-visible) { outline: 3px solid rgba(224,36,63,0.35); outline-offset: 2px; }
.angebot-dialog__fuss { position: sticky; bottom: 0; display: flex; align-items: center; gap: 22px; padding: 18px 28px; border-top: 1px solid var(--hell-rahmen); background: var(--hell); }
.knopf--geist-dunkel { border: 0; background: transparent; color: var(--hell-text); font-size: 16px; font-weight: 600; padding: 0 6px; }
.knopf--geist-dunkel:hover { color: var(--akzent); background: transparent; border: 0; }

/* Weisse Inseratkarten */
.karten-liste { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 30px; }
.karten-liste--top { grid-template-columns: 1fr; margin-bottom: 36px; }
.karten-liste + .karten-liste { margin-top: 36px; }
.karte-inserat { display: flex; background: var(--hell); color: var(--hell-text); border-radius: 8px; overflow: hidden; min-height: 322px; box-shadow: 0 2px 10px rgba(0,0,0,0.35); transition: transform .12s, box-shadow .12s; }
.karte-inserat:hover { color: var(--hell-text); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.45); }
.karte-inserat__bild { position: relative; flex: 0 0 232px; background: var(--platzhalter-2); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.karte-inserat--top .karte-inserat__bild { flex-basis: 360px; }
.karte-inserat__bild img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.karte-inserat__top { position: absolute; left: 18px; bottom: 18px; background: var(--akzent); color: #fff; font-size: 14px; font-weight: 800; letter-spacing: 0.06em; padding: 8px 12px; border-radius: 6px; }
.karte-inserat__zeichen { position: absolute; right: 12px; bottom: 12px; display: flex; gap: 6px; }
.karte-inserat__zeichen span { width: 28px; height: 28px; border-radius: 14px; background: rgba(0,0,0,0.65); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.karte-inserat__text { flex: 1 1 auto; min-width: 0; padding: 26px 28px 24px; display: flex; flex-direction: column; gap: 12px; }
.karte-inserat--top .karte-inserat__text { padding: 44px 48px; gap: 18px; justify-content: center; }
.karte-inserat__kopf { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.karte-inserat__label { color: var(--akzent); font-size: 15px; font-weight: 800; letter-spacing: 0.02em; }
.karte-inserat__zeit { color: var(--hell-leise); font-size: 15px; }
.karte-inserat__titel { font-size: 24px; line-height: 1.2; font-weight: 700; color: var(--hell-text); }
.karte-inserat--top .karte-inserat__titel { font-size: 30px; }
.karte-inserat__auszug { font-size: 17px; line-height: 1.55; color: var(--hell-text-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.karte-inserat--top .karte-inserat__auszug { font-size: 18px; }
.karte-inserat__meta { display: flex; flex-direction: column; gap: 6px; margin-top: auto; font-size: 16px; font-weight: 600; color: var(--akzent); }
.karte-inserat__meta span { display: inline-flex; align-items: center; gap: 8px; }

/* Helle Inhaltskarten (Detail) */
.karte--hell { background: var(--hell); border-color: var(--hell-rahmen); color: var(--hell-text); }
.karte--hell h1, .karte--hell h2, .karte--hell h3, .karte--hell .fakt__wert, .karte--hell .tarife__label, .karte--hell .tarife__preis { color: var(--hell-text); }
.karte--hell p, .karte--hell .text-zurueck, .karte--hell .faktenzeilen li span:last-child { color: var(--hell-text-2); }
.karte--hell .text-leise, .karte--hell .text-still, .karte--hell .fakt__label, .karte--hell .tarife__note, .karte--hell .faktenzeilen li span:first-child, .karte--hell .sektion__meta { color: var(--hell-leise); }
.karte--hell .fakt, .karte--hell .tarife li, .karte--hell .kontaktpanel__fakten, .karte--hell hr { border-color: var(--hell-rahmen); }
.karte--hell .chip--klein, .karte--hell .chip--winzig { background: var(--hell-2); border-color: var(--hell-rahmen); color: var(--hell-text-2); }
.karte--hell .aufklapp { background: var(--hell-2); border-color: var(--hell-rahmen); }
.karte--hell .aufklapp__titel, .karte--hell summary { color: var(--hell-text); }
.karte--hell .zaehler-pille { background: var(--akzent-hell-flaeche); color: var(--akzent); }
.karte--hell .woche__tag { background: var(--hell-2); border-color: var(--hell-rahmen); }
.karte--hell .woche__tag--offen { background: #E8F7EE; border-color: #B9E4C9; }
.karte--hell .woche__zeit { color: var(--hell-leise); }
.karte--hell .woche__tag--offen .woche__zeit { color: #1E7A45; }
.karte--hell .knopf:not(.knopf--primaer) { border-color: var(--hell-rahmen); color: var(--hell-text); }
.karte--hell .knopf:not(.knopf--primaer):hover { background: var(--hell-2); }
.karte--hell .nummer { background: #E8F7EE; border-color: #B9E4C9; color: #1E7A45; }
.karte--hell .siegel { color: var(--akzent); }
.karte--hell .zahlungsmittel span { color: var(--hell-text-2); border-color: var(--hell-rahmen); }
.karte--hell .punktliste li { color: var(--hell-text-2); }
.karte--hell a:not(.knopf) { color: var(--akzent); }

/* Siegel und Badges in Rot/Weiss */
.siegel { color: var(--akzent-schrift); }
.pille-messing { border-color: var(--akzent-rahmen); background: var(--akzent-flaeche); color: var(--ton); }
.pille-messing .icon { color: var(--akzent-schrift); }
.badge-top, .beliebt, .knopf--messing { background: var(--akzent); color: #fff; }
.knopf--messing { border-color: var(--akzent); }
.knopf--messing:hover { background: var(--akzent-dunkel); border-color: var(--akzent-dunkel); color: #fff; }
.hinweisbox { background: var(--flaeche); border-color: var(--rahmen-stark); }
.hinweisbox .icon { color: var(--akzent-schrift); }
.status--pruefung { color: var(--akzent-hell); background: var(--akzent-flaeche); border-color: var(--akzent-rahmen); }
.chip--aktiv, .chip:has(input:checked) { background: var(--akzent); border-color: var(--akzent); color: #fff; }
.text-messing { color: var(--ton); }
.galerie__siegel { border-color: var(--akzent-rahmen); color: var(--ton); }
.galerie__siegel .icon { color: var(--akzent-schrift); }
.fuss { background: var(--grund-tief); }

/* Responsiv Layout 2 */
@media (max-width: 1180px) {
  .kopf { padding: 0 24px; }
  .hero, .sektion, .filterleiste-huelle { padding-left: 24px; padding-right: 24px; }
  .nav-haupt { gap: 16px; }
  .nav-haupt a { font-size: 15px; }
  .filterleiste__feld, .filterleiste__knopf { flex-basis: 200px; }
  .karte-inserat__bild { flex-basis: 190px; }
  .karte-inserat__text { padding: 20px; }
  .karte-inserat__titel { font-size: 20px; }
}
@media (max-width: 900px) {
  .kopf { height: 64px; padding: 0 16px; }
  .kopf .logo { font-size: 26px; }
  .kopf__rechts { gap: 6px; }
  .kopf__rechts .knopf--primaer { display: inline-flex; height: 40px; padding: 0 14px; font-size: 14px; }
  .kopf__link span:not(.merkliste-zaehler) { display: none; }
  .sprachwahl { display: block; }
  .sprachwahl__lang { display: none; }
  .sprachwahl__kurz { display: inline; }
  .sprachwahl__knopf { padding: 0 8px; font-size: 14px; }
  .hero { padding: 20px 16px 4px; }
  .h1-hero { font-size: 28px; }
  .filterleiste-huelle { padding: 6px 16px 12px; }
  .filterleiste__zeile { flex-wrap: wrap; gap: 10px; }
  .filterleiste__feld, .filterleiste__knopf { flex: 1 1 calc(50% - 5px); }
  .filterleiste__select { height: 50px; font-size: 15px; padding: 0 14px; }
  .filterleiste__suche { flex: 1 1 100%; height: 50px; }
  .filterleiste__suche input { height: 50px; font-size: 15px; }
  .filterleiste__zeile--unten { gap: 16px; }
  .filterleiste__treffer { flex: 1 1 100%; margin-left: 0; font-size: 14px; }
  .angebot-dialog { padding: 0; align-items: flex-end; }
  .angebot-dialog__panel { max-height: 92vh; border-radius: 16px 16px 0 0; }
  .angebot-dialog__tabs { padding: 8px 16px 0; }
  .angebot-dialog__panel-inhalt { padding: 16px; }
  .kachel-wahl { min-height: 44px; padding: 0 14px; font-size: 14px; }
  .angebot-dialog__fuss { padding: 12px 16px; gap: 14px; }
  .story-kreis, .story-kachel--neu { width: 88px; }
  .story-kreis__ring, .story-kachel--neu .kreis { width: 80px; height: 80px; }
  .story-kreis__name { font-size: 12px; max-width: 88px; }
  .karten-liste { grid-template-columns: 1fr; gap: 16px; }
  .karte-inserat { min-height: 0; }
  .karte-inserat__bild, .karte-inserat--top .karte-inserat__bild { flex-basis: 132px; }
  .karte-inserat__text, .karte-inserat--top .karte-inserat__text { padding: 14px 16px; gap: 8px; }
  .karte-inserat__titel, .karte-inserat--top .karte-inserat__titel { font-size: 18px; }
  .karte-inserat__auszug, .karte-inserat--top .karte-inserat__auszug { font-size: 14px; -webkit-line-clamp: 2; }
  .karte-inserat__meta { font-size: 14px; gap: 4px; }
  .karte-inserat__kopf, .karte-inserat__zeit, .karte-inserat__label { font-size: 13px; }
}

/* Kopf: ab 1300 px kompakter, damit nichts überläuft */
@media (max-width: 1300px) {
  .kopf { padding: 0 24px; }
  .kopf__links { gap: 22px; }
  .nav-haupt { gap: 14px; }
  .nav-haupt a { font-size: 15px; }
  .kopf__rechts { gap: 8px; }
  .kopf__rechts .knopf--primaer { padding: 0 16px; font-size: 15px; }
  .sprachwahl__lang { display: none; }
  .sprachwahl__kurz { display: inline; }
  .kopf__link span:not(.merkliste-zaehler) { display: none; }
}
@media (max-width: 1040px) and (min-width: 901px) {
  .nav-haupt a:nth-child(n+3) { display: none; }
}

/* Sehr schmale Kopfzeile: CTA sitzt in der unteren Navigation */
@media (max-width: 600px) {
  .kopf__rechts .knopf--primaer { display: none; }
  .kopf__rechts { gap: 2px; }
  .kopf .logo { font-size: 24px; }
}

/* ===== UI-Review-Fixes (Filipiuk-Prinzipien, 19.09.2026) ===== */

/* Rot als Text auf Weiss: dunkleres Rot mit 5.9:1 (#E0243F nur als Fläche) */
.karte-inserat__label, .karte--hell a:not(.knopf), .angebot-dialog__tab.aktiv, .karte--hell .zaehler-pille { color: var(--akzent-text-hell); }
.angebot-dialog :focus-visible, .karte--hell :focus-visible, .kontaktkarte :focus-visible { outline-color: var(--akzent-text-hell); }
.kachel-wahl:has(input:focus-visible) { outline: 3px solid var(--akzent-text-hell); outline-offset: 2px; }

/* Karten: Rot nur für Badge/Label, Meta grau; zwei Karten nebeneinander, auch Tops */
.karte-inserat__meta { color: var(--hell-text-2); font-weight: 500; }
.karte-inserat__meta .icon { color: var(--hell-leise); }
.karten-liste--top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.karte-inserat--top .karte-inserat__bild { flex-basis: 232px; }
.karte-inserat--top .karte-inserat__text { padding: 26px 28px 24px; gap: 12px; justify-content: flex-start; }
.karte-inserat--top .karte-inserat__titel { font-size: 24px; }
.karte-inserat--top .karte-inserat__auszug { font-size: 17px; }

/* Dialog-Kacheln: neutral, gewählt = rote Fläche; Fuss mit Primärknopf rechts */
.kachel-wahl { border: 1px solid var(--hell-rahmen); color: var(--hell-text); font-weight: 600; }
.kachel-wahl:hover { border-color: var(--hell-leise); background: var(--hell-2); }
.kachel-wahl:has(input:checked) { background: var(--akzent); border-color: var(--akzent); color: #fff; }
.angebot-dialog__fuss { justify-content: flex-end; flex-wrap: wrap; }

/* Eingaben 16 px (kein iOS-Zoom), Fehlerzustand, Kästchen mit 44-px-Tippfläche */
.eingabe, .auswahl, .textbereich { font-size: 16px; }
.eingabe--klein, .auswahl--klein { font-size: 16px; height: 44px; }
.sortierung .auswahl { font-size: 16px; height: 44px; }
.eingabe[aria-invalid="true"], .auswahl[aria-invalid="true"], .textbereich[aria-invalid="true"] { border-color: var(--akzent); box-shadow: 0 0 0 3px rgba(224,36,63,0.18); }
.kaestchen { min-height: 44px; }
.kaestchen input { width: 24px; height: 24px; }
.knopf { font-size: 16px; }
.knopf--klein { height: 40px; font-size: 14px; }
.knopf--gross, .knopf--xl { border-radius: var(--radius-feld); font-size: 16px; }

/* Kontrast-Restposten */
.seiten__meta, .fuss__unten, .text-fast-weg { color: var(--ton-still); }

/* Story-Kreis «Neue Story» */
.story-kreis--neu .story-kreis__ring { border-style: dashed; border-color: var(--rahmen-aktiv); display: flex; align-items: center; justify-content: center; color: var(--ton-leise); }
.story-kreis--neu:hover .story-kreis__ring { border-color: var(--akzent); color: var(--akzent-schrift); }

/* Bottom-Nav mit Safe-Area */
.nav-unten { height: calc(74px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); }

/* Filterleiste: Ladefeedback beim Autosubmit */
[data-filterleiste][aria-busy="true"] { opacity: .6; pointer-events: none; transition: opacity .15s; }

/* Werkzeug-Kopf (Erfassung) mobil: Autosave-Status statt Knopf */
@media (max-width: 900px) {
  .kopf--werkzeug .kopf__untertitel { display: none; }
  .kopf--werkzeug .kopf__rechts .text-still { display: inline; font-size: 12px; }
  .kopf--werkzeug .kopf__rechts .knopf--sekundaer { display: none; }
  .angebot-dialog__fuss .knopf--primaer { flex: 1 1 100%; }
  .angebot-dialog__tabs { display: none; }
  .angebot-dialog__panel-inhalt[hidden] { display: block !important; }
  .angebot-dialog__panel-inhalt::before { content: attr(data-titel); display: block; font-size: 16px; font-weight: 700; margin-bottom: 10px; }
  .angebot-dialog__panel-inhalt + .angebot-dialog__panel-inhalt { border-top: 1px solid var(--hell-rahmen); }
  .filterleiste__suche { flex: 1 1 calc(50% - 5px); }
  .filterleiste__select, .filterleiste__suche, .filterleiste__suche input { height: 48px; }
  .start-kopf__lead { display: none; }
  /* Zwei Karten nebeneinander, Bild oben */
  .karten-liste, .karten-liste--top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .karte-inserat { flex-direction: column; min-height: 0; }
  .karte-inserat__bild, .karte-inserat--top .karte-inserat__bild { flex-basis: auto; aspect-ratio: 4 / 5; }
  .karte-inserat__auszug, .karte-inserat--top .karte-inserat__auszug { display: none; }
  .karte-inserat__text, .karte-inserat--top .karte-inserat__text { padding: 12px; gap: 4px; }
  .karte-inserat__titel, .karte-inserat--top .karte-inserat__titel { font-size: 16px; }
  .karte-inserat__meta { font-size: 13px; }
  /* Konto-Tabellen als Kartenzeilen */
  .tabelle, .tabelle tbody, .tabelle tr, .tabelle td { display: block; }
  .tabelle thead { display: none; }
  .tabelle tr { padding: 14px 0; border-bottom: 1px solid var(--rahmen); }
  .tabelle td { padding: 4px 0; border: 0; }
  .tabelle td[data-label]::before { content: attr(data-label) ": "; color: var(--ton-still); }
  .tabelle__aktionen { justify-content: flex-start; margin-top: 8px; }
  .tabelle__aktionen .knopf { height: 44px; }
  .paket { padding: 16px; }
  .paket .hakenliste { display: none; }
}
