/* Impfportal Messe-Dummy — Tokens und Komponenten aus dem Design-Handoff V1.0 */

/* Source Sans 3 (SIL OFL 1.1), lokal statt Google Fonts — Messe-WLAN ist kein
   Grund für eine Fallback-Schrift. Variable Font: eine Datei je Subset deckt
   alle Schnitte von 200 bis 900 ab. */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('fonts/source-sans-3-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('fonts/source-sans-3-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --primaer: #E2001A;
  --primaer-hover: #B30014;
  --primaer-tint: #FFF3F4;
  --primaer-track: #F5B5BC;
  --text: #1F1F1F;
  --text-sekundaer: #4A4A4A;
  --text-gedaempft: #6B6B6B;
  --placeholder: #8A8A8A;
  --rahmen-input: #D9D9D9;
  --rahmen-karte: #E6E6E6;
  --flaeche: #F2F2F2;
  --disabled-text: #9A9A9A;
  --erfolg-bg: #E3F3E6;
  --erfolg-text: #1E6B2E;
  --hinweis-bg: #FFF4DC;
  --hinweis-text: #8A5A00;
}

* { box-sizing: border-box; }

/* Muss nach den Komponenten greifen: display:flex/block auf einem Element
   würde das hidden-Attribut sonst überstimmen. */
[hidden] { display: none !important; }

.stapel { display: flex; flex-direction: column; gap: 12px; }
.stapel--eng { gap: 14px; }
.stapel--auftritt { animation: rise .25s ease-out; }

html, body { margin: 0; padding: 0; background: var(--flaeche); }

body {
  font-family: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--primaer); text-decoration: none; }
a:hover { color: var(--primaer-hover); text-decoration: underline; }
input, button, textarea, select { font-family: inherit; }
input::placeholder, textarea::placeholder { color: var(--placeholder); }

:focus-visible { outline: 2px solid var(--primaer); outline-offset: 2px; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shimmer { 0% { background-position: -400px 0; } 100% { background-position: 400px 0; } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* --- Gerüst --------------------------------------------------------- */

.buehne { min-height: 100vh; display: flex; flex-direction: column; align-items: center; background: var(--flaeche); }
.blatt { width: 100%; max-width: 480px; background: #fff; min-height: 100vh; display: flex; flex-direction: column; box-shadow: 0 0 40px rgba(0,0,0,.06); }

.kopf { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--rahmen-karte); }
.kopf__marke { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.kopf__marke:hover { text-decoration: none; color: var(--text); }
.kopf__logo { width: 36px; height: 36px; background: var(--primaer); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; }
.kopf__titel { display: flex; flex-direction: column; line-height: 1; }
.kopf__wortmarke { font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.kopf__wortmarke b { color: var(--primaer); font-weight: 700; }
.kopf__wortmarke i { font-weight: 400; color: var(--text-sekundaer); font-style: normal; }
.kopf__claim { font-size: 11px; color: var(--text-gedaempft); margin-top: 3px; }
.kopf__menue { width: 44px; height: 44px; border: 0; background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text); }

.fuss { padding: 16px 20px 24px; border-top: 1px solid var(--rahmen-karte); display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; color: var(--text-gedaempft); margin-top: auto; }
.fuss a { color: var(--text-gedaempft); }
.fuss__rechts { margin-left: auto; }

/* --- Hero + Suchkarte ----------------------------------------------- */

.hero { background: var(--primaer); padding: 28px 20px 72px; color: #fff; }
.hero h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.1; font-weight: 700; letter-spacing: -.01em; text-wrap: pretty; }
.hero p { margin: 0; font-size: 17px; line-height: 1.4; opacity: .95; }

.suchbereich { padding: 0 16px; margin-top: -56px; }
.suchkarte { background: #fff; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,.12); padding: 18px 16px; display: flex; flex-direction: column; gap: 16px; }

.feld { display: flex; flex-direction: column; gap: 6px; }
.feld__label { font-size: 14px; font-weight: 600; color: var(--text-sekundaer); }
.feld__kopf { display: flex; justify-content: space-between; align-items: baseline; }
.feld__wert { font-size: 14px; color: var(--text-gedaempft); }
.feld__hinweis { font-size: 13px; color: var(--text-gedaempft); }

/* --- Impfungs-Auswahl ------------------------------------------------ */

.auswahl { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 52px; padding: 0 14px; border: 1.5px solid var(--rahmen-input); border-radius: 8px; background: #fff; font-size: 17px; text-align: left; cursor: pointer; color: var(--placeholder); }
.auswahl[aria-expanded="true"] { border-color: var(--primaer); }
.auswahl[aria-expanded="true"] .auswahl__pfeil { transform: rotate(180deg); }
.auswahl--gewaehlt { color: var(--text); }
.auswahl__links { display: flex; align-items: center; gap: 10px; min-width: 0; }
.auswahl__links span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.auswahl__pfeil { transition: transform .2s; flex: none; }

.picker { border: 1.5px solid var(--rahmen-input); border-radius: 8px; overflow: hidden; animation: rise .18s ease-out; }
.picker__suche { padding: 10px; border-bottom: 1px solid var(--rahmen-karte); background: #FAFAFA; }
.picker__suche input { width: 100%; height: 44px; padding: 0 12px; border: 1px solid var(--rahmen-input); border-radius: 6px; font-size: 16px; outline: none; background: #fff; }
.picker__liste { max-height: 320px; overflow-x: hidden; overflow-y: auto; }
.picker__gruppe { padding: 10px 14px 4px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text-gedaempft); }
.picker__eintrag { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; min-height: 46px; padding: 0 14px; border: 0; border-bottom: 1px solid #F0F0F0; background: #fff; font-size: 16px; text-align: left; cursor: pointer; color: var(--text); }
.picker__eintrag:hover { background: var(--primaer-tint); }
.picker__eintrag[aria-selected="true"] { background: var(--primaer-tint); font-weight: 700; }
.picker__eintrag:disabled { color: var(--disabled-text); cursor: default; background: #fff; }
.picker__eintrag:disabled:hover { background: #fff; }
.picker__nichtbuchbar { font-size: 12px; font-weight: 600; color: var(--disabled-text); flex: none; }
.picker__leer { padding: 16px 14px; font-size: 15px; color: var(--text-gedaempft); }
.picker__fuss { padding: 12px 14px; font-size: 13px; line-height: 1.4; color: var(--text-gedaempft); background: #FAFAFA; border-top: 1px solid var(--rahmen-karte); }

/* --- Ort + Umkreis --------------------------------------------------- */

.ortzeile { display: flex; gap: 8px; }
.ortfeld { flex: 1; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 14px; border: 1.5px solid var(--rahmen-input); border-radius: 8px; background: #fff; }
.ortfeld:focus-within { border-color: var(--primaer); box-shadow: 0 0 0 3px rgba(226,0,26,.12); }
.ortfeld input { flex: 1; min-width: 0; border: 0; outline: none; font-size: 17px; background: transparent; color: var(--text); height: 48px; }
.standortknopf { width: 52px; height: 52px; flex: none; border: 1.5px solid var(--rahmen-input); border-radius: 8px; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--primaer); }
.standortknopf:hover { background: var(--primaer-tint); border-color: var(--primaer); }
.standortknopf--aktiv { background: var(--primaer-tint); }

.umkreis { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 6px; }
.umkreis button { height: 44px; border: 1.5px solid var(--rahmen-input); border-radius: 8px; background: #fff; color: var(--text); font-size: 15px; font-weight: 600; cursor: pointer; }
.umkreis button[aria-pressed="true"] { background: var(--primaer); border-color: var(--primaer); color: #fff; }

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

.cta { height: 54px; border: 0; border-radius: 8px; background: var(--primaer); color: #fff; font-size: 18px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: background .15s; width: 100%; }
.cta:hover:not(:disabled) { background: var(--primaer-hover); }
.cta:disabled { background: #C9C9C9; cursor: default; }

.spinner { width: 20px; height: 20px; border: 2.5px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; display: block; animation: spin .8s linear infinite; flex: none; }
.spinner--rot { border-color: var(--primaer-track); border-top-color: var(--primaer); }
.spinner--klein { width: 16px; height: 16px; border-width: 2px; }
.spinner--mini { width: 14px; height: 14px; border-width: 2px; }
.spinner--winzig { width: 12px; height: 12px; border-width: 2px; border-color: var(--rahmen-input); border-top-color: var(--text-gedaempft); }

/* --- Ergebnisse ------------------------------------------------------ */

.ergebnisse { padding: 24px 16px 40px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.ladezeile { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text-sekundaer); }
.skelett { border: 1px solid var(--rahmen-karte); border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.skelett span { height: 14px; border-radius: 4px; background: linear-gradient(90deg,#EEE 25%,#F7F7F7 50%,#EEE 75%); background-size: 800px 100%; animation: shimmer 1.4s linear infinite; display: block; }
.skelett span:first-child { height: 18px; width: 62%; }
.skelett span:nth-child(2) { width: 80%; }
.skelett span:nth-child(3) { width: 40%; }

.trefferkopf { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.trefferkopf__zahl { font-size: 19px; font-weight: 700; line-height: 1.2; }
.trefferkopf__meta { font-size: 14px; color: var(--text-gedaempft); margin-top: 2px; }
.umschalter { display: flex; border: 1.5px solid var(--rahmen-input); border-radius: 8px; overflow: hidden; flex: none; }
.umschalter button { height: 40px; padding: 0 14px; border: 0; background: #fff; color: var(--text); font-size: 15px; font-weight: 600; cursor: pointer; }
.umschalter button + button { border-left: 1.5px solid var(--rahmen-input); }
.umschalter button[aria-pressed="true"] { background: var(--primaer); color: #fff; }

.fortschritt { display: flex; flex-direction: column; gap: 6px; padding: 12px 14px; background: var(--primaer-tint); border-radius: 8px; }
.fortschritt__zeile { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-sekundaer); }
.fortschritt__zeile > span:first-child { display: flex; align-items: center; gap: 8px; }
.fortschritt__zahl { font-weight: 600; }
.fortschritt__balken { height: 4px; background: var(--primaer-track); border-radius: 2px; overflow: hidden; }
.fortschritt__balken div { height: 100%; background: var(--primaer); border-radius: 2px; transition: width .3s ease; }

.karte-platzhalter { height: 280px; border-radius: 10px; background: #E9ECEF; border: 1px solid var(--rahmen-karte); display: flex; align-items: center; justify-content: center; color: var(--text-gedaempft); font-size: 15px; text-align: center; padding: 20px; }

.trefferliste { display: flex; flex-direction: column; gap: 10px; }
.treffer { border: 1px solid var(--rahmen-karte); border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: #fff; }
.treffer__kopf { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.treffer__name { font-size: 18px; font-weight: 700; line-height: 1.25; }
.treffer__adresse { font-size: 15px; color: var(--text-sekundaer); margin-top: 3px; line-height: 1.35; }
.treffer__entfernung { flex: none; text-align: right; font-size: 15px; font-weight: 600; }
.treffer__status { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.treffer__zeiten { font-size: 13px; color: var(--text-gedaempft); }
.treffer__cta { height: 46px; border: 1.5px solid var(--primaer); border-radius: 8px; background: #fff; color: var(--primaer); font-size: 16px; font-weight: 700; cursor: pointer; }
.treffer__cta:hover { background: var(--primaer-tint); }
.treffer__cta--primaer { background: var(--primaer); color: #fff; }
.treffer__cta--primaer:hover { background: var(--primaer-hover); }
.treffer__cta:disabled { background: var(--flaeche); border-color: var(--flaeche); color: var(--disabled-text); cursor: default; }

.badge { display: inline-flex; align-items: center; gap: 8px; height: 28px; padding: 0 10px; border-radius: 6px; font-size: 13px; font-weight: 700; background: var(--flaeche); color: var(--text-gedaempft); }
.badge--gruen { background: var(--erfolg-bg); color: var(--erfolg-text); }
.badge--gelb { background: var(--hinweis-bg); color: var(--hinweis-text); }
.badge--laedt { font-weight: 600; animation: pulse 1.2s ease-in-out infinite; }

.fussnote { margin: 8px 4px 0; font-size: 13px; line-height: 1.45; color: var(--text-gedaempft); text-wrap: pretty; }

/* --- Screen 2: Buchung ------------------------------------------------ */

@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }

.kontext { background: var(--primaer); color: #fff; padding: 18px 20px 20px; }
.kontext__zurueck { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: 14px; font-weight: 600; opacity: .92; margin-bottom: 12px; }
.kontext__zurueck:hover { color: #fff; }
.kontext__zeile { display: flex; gap: 14px; align-items: flex-start; }
.kontext__initialen { width: 48px; height: 48px; border-radius: 8px; background: #fff; color: var(--primaer); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; flex: none; }
.kontext__eyebrow { font-size: 13px; font-weight: 600; opacity: .9; text-transform: uppercase; letter-spacing: .06em; }
.kontext__impfung { font-size: 22px; font-weight: 700; line-height: 1.15; margin-top: 2px; }
.kontext__untertitel { font-size: 15px; opacity: .92; margin-top: 2px; }
.kontext__apotheke { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.3); font-size: 15px; }
.kontext__apotheke b { font-weight: 700; }
.kontext__apotheke div { opacity: .92; }

.schritte { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; padding: 14px 16px 0; }
.schritt { display: flex; flex-direction: column; gap: 6px; }
.schritt i { height: 4px; border-radius: 2px; background: var(--rahmen-karte); display: block; }
.schritt span { font-size: 12px; font-weight: 600; color: var(--placeholder); }
.schritt--aktiv i { background: var(--primaer); }
.schritt--aktiv span { font-weight: 700; color: var(--primaer); }

.abschnitte { padding: 20px 16px 0; display: flex; flex-direction: column; gap: 28px; }
.abschnitt { display: flex; flex-direction: column; gap: 12px; }
.abschnitt--formular { gap: 14px; }
.abschnitt h2 { margin: 0; font-size: 20px; font-weight: 700; }
.abschnitt__kopf { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.abschnitt__stand { font-size: 13px; color: var(--text-gedaempft); }
.abschnitt__hinweis { margin: 4px 0 0; font-size: 14px; color: var(--text-gedaempft); line-height: 1.4; }

.hinweisbox { padding: 12px 14px; border-radius: 8px; background: var(--hinweis-bg); color: var(--hinweis-text); font-size: 15px; line-height: 1.4; animation: rise .2s ease-out; }
.fehlerbox { padding: 12px 14px; border-radius: 8px; background: var(--primaer-tint); color: var(--primaer-hover); font-size: 15px; line-height: 1.4; font-weight: 600; }

.tagesleiste { display: flex; gap: 8px; overflow-x: auto; padding: 0 16px 4px; margin: 0 -16px; }
.tag { flex: none; min-width: 64px; height: 64px; padding: 0 10px; border: 1.5px solid var(--rahmen-input); border-radius: 8px; background: #fff; color: var(--text); cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.tag span:nth-child(1) { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.tag span:nth-child(2) { font-size: 20px; font-weight: 700; line-height: 1; }
.tag span:nth-child(3) { font-size: 11px; opacity: .85; }
.tag[aria-pressed="true"] { background: var(--primaer); border-color: var(--primaer); color: #fff; }
.tag:disabled { background: var(--flaeche); border-color: #EBEBEB; color: var(--disabled-text); cursor: default; }

.slotgitter { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.slotblock { display: flex; flex-direction: column; gap: 8px; }
.slotblock__titel { font-size: 13px; font-weight: 700; color: var(--text-gedaempft); text-transform: uppercase; letter-spacing: .06em; }
.slot { height: 44px; border: 1.5px solid var(--rahmen-input); border-radius: 8px; background: #fff; color: var(--text); font-size: 15px; font-weight: 600; cursor: pointer; }
.slot[aria-pressed="true"] { background: var(--primaer); border-color: var(--primaer); color: #fff; }
.slot:disabled { background: var(--flaeche); border-color: #EBEBEB; color: #B0B0B0; cursor: default; text-decoration: line-through; }
.slots { display: flex; flex-direction: column; gap: 14px; animation: rise .2s ease-out; }
.slot-skelett { height: 44px; border-radius: 8px; background: linear-gradient(90deg,#EEE 25%,#F7F7F7 50%,#EEE 75%); background-size: 800px 100%; animation: shimmer 1.4s linear infinite; }
.slot-fehler { font-size: 14px; color: var(--primaer-hover); }

.formfeld { display: flex; flex-direction: column; gap: 6px; }
.formfeld label { font-size: 14px; font-weight: 600; color: var(--text-sekundaer); line-height: 1.35; text-wrap: pretty; }
.formfeld label b { color: var(--primaer); font-weight: 600; }
.formfeld input, .formfeld textarea { width: 100%; padding: 0 14px; height: 52px; border: 1.5px solid var(--rahmen-input); border-radius: 8px; font-size: 17px; outline: none; background: #fff; color: var(--text); }
.formfeld textarea { height: auto; padding: 12px 14px; line-height: 1.4; resize: vertical; }
.formfeld input:focus, .formfeld textarea:focus { border-color: var(--primaer); box-shadow: 0 0 0 3px rgba(226,0,26,.12); }
.formfeld--fehler input, .formfeld--fehler textarea { border-color: var(--primaer-hover); }
.formfeld__fehler { font-size: 13px; color: var(--primaer-hover); font-weight: 600; }

.rechtstext { padding: 14px; border-radius: 8px; background: #F7F7F7; font-size: 14px; line-height: 1.5; color: var(--text-sekundaer); text-wrap: pretty; }
.einwilligung { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.einwilligung input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--primaer); flex: none; }
.einwilligung span { font-size: 15px; line-height: 1.45; }
.einwilligung span b { color: var(--primaer); font-weight: 400; }
.einwilligung--optional span { color: var(--text-sekundaer); }

.zusammenfassung { padding: 14px 16px; border: 1.5px solid var(--rahmen-karte); border-radius: 10px; display: flex; flex-direction: column; gap: 6px; font-size: 15px; }
.zusammenfassung div { display: flex; justify-content: space-between; gap: 12px; }
.zusammenfassung dt, .zusammenfassung span:first-child { color: var(--text-gedaempft); }
.zusammenfassung span:last-child { font-weight: 600; text-align: right; }
.zusammenfassung .offen { color: var(--placeholder); font-weight: 400; }

.absenden { padding: 24px 16px 32px; display: flex; flex-direction: column; gap: 12px; }
.absenden p { margin: 0; font-size: 13px; line-height: 1.45; color: var(--text-gedaempft); text-align: center; text-wrap: pretty; }

/* --- Bestätigung ------------------------------------------------------ */

.fertig { display: flex; flex-direction: column; flex: 1; animation: rise .3s ease-out; }
.fertig__kopf { padding: 28px 20px 8px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.fertig__haken { width: 72px; height: 72px; border-radius: 50%; background: var(--erfolg-bg); display: flex; align-items: center; justify-content: center; animation: pop .5s ease-out; }
.fertig__kopf h1 { margin: 0; font-size: 26px; font-weight: 700; line-height: 1.15; }
.fertig__kopf p { margin: 0; font-size: 15px; color: var(--text-gedaempft); line-height: 1.45; }
.fertig__kopf p strong { color: var(--text); }

.termin { border: 1.5px solid var(--rahmen-karte); border-radius: 10px; overflow: hidden; }
.termin__datum { padding: 16px; background: var(--primaer-tint); display: flex; gap: 14px; align-items: center; }
.termin__blatt { width: 56px; height: 56px; border-radius: 8px; background: var(--primaer); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: none; line-height: 1; }
.termin__blatt span:first-child { font-size: 11px; font-weight: 600; text-transform: uppercase; }
.termin__blatt span:last-child { font-size: 24px; font-weight: 700; }
.termin__lang { font-size: 19px; font-weight: 700; }
.termin__zeit { font-size: 16px; color: var(--text-sekundaer); }
.termin__koerper { padding: 16px; display: flex; flex-direction: column; gap: 12px; font-size: 15px; }
.termin__apotheke b { font-weight: 700; font-size: 16px; display: block; }
.termin__apotheke div { color: var(--text-sekundaer); }
.termin__zeile { display: flex; justify-content: space-between; gap: 12px; }
.termin__zeile span:first-child { color: var(--text-gedaempft); }
.termin__zeile span:last-child { font-weight: 600; text-align: right; }
.termin__mitbringen { padding: 12px 14px; border-radius: 8px; background: #F7F7F7; color: var(--text-sekundaer); line-height: 1.45; }

.aktionen { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.aktion { height: 48px; border: 1.5px solid var(--primaer); border-radius: 8px; background: #fff; color: var(--primaer); font-size: 15px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; }
.aktion:hover { background: var(--primaer-tint); color: var(--primaer); text-decoration: none; }
.fertig__links { display: flex; justify-content: center; gap: 16px; padding: 8px 0 0; font-size: 14px; }
.fertig__links a:last-child { color: var(--text-gedaempft); }

.kontext__text { min-width: 0; flex: 1; }

.ausweich { display: flex; flex-direction: column; gap: 12px; }
.ausweich p { margin: 0; font-size: 15px; line-height: 1.45; color: var(--text-sekundaer); }
