/* ===================================================================
   ETV Fußball — Digitalisierung
   Farben direkt aus dem Vereinswappen gemessen (#DC0D15).
   Formensprache: Schild (flache Oberkante, gerundeter Fuß).
   Bewusst kein Rasengrün, kein Verlauf — Rot trägt die Seite allein.
   =================================================================== */

:root {
  --rot:        #DC0D15;
  --rot-tief:   #A2070E;
  --rot-hauch:  #FBEBEC;
  --rot-hell:   #FF5A60;
  --tinte:      #141110;
  --tinte-2:    #3B3735;
  --grau:       #6B6663;
  --papier:     #F2F2F1;
  --linie:      #DDDBD7;
  --weiss:      #FFFFFF;

  --schild:     2px 2px 18px 18px;
  --schild-s:   1px 1px 9px 9px;

  --breite:     1180px;
  --luft:       clamp(64px, 9vw, 128px);

  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body:    "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --daten:   "IBM Plex Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; letter-spacing: -0.028em; line-height: 1.04; margin: 0; }
p { margin: 0; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible { outline: 3px solid var(--rot); outline-offset: 3px; border-radius: 2px; }

.wrap { width: min(100% - 40px, var(--breite)); margin-inline: auto; }
/* Sprungziele nicht unter die klebende Kopfzeile schieben */
section[id], main[id] { scroll-margin-top: 78px; }
.zahl { font-family: var(--daten); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }

/* ---------- Marke / Kopfzeile ---------- */
.kopf {
  position: sticky; top: 0; z-index: 60;
  background: rgba(242,242,241,.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linie);
}
.kopf__inner { display: flex; align-items: center; gap: 14px; height: 62px; }
.marke { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.marke img { width: 26px; height: auto; }
.marke b { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: -0.02em; }
.marke span { color: var(--grau); font-size: 13px; }
.kopf nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.kopf nav a { font-size: 14px; font-weight: 500; text-decoration: none; color: var(--tinte-2); }
.kopf nav a:hover { color: var(--rot); }
@media (max-width: 780px) {
  .marke span { display: none; }
  .kopf nav { gap: 16px; overflow-x: auto; scrollbar-width: none; }
  .kopf nav::-webkit-scrollbar { display: none; }
  .kopf nav a { white-space: nowrap; font-size: 13.5px; }
  .kopf nav .knopf { padding: 9px 14px; }
}
@media (max-width: 430px) { .kopf nav a:not(.knopf) { display: none; } }

.knopf {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--rot); color: #fff; text-decoration: none;
  font-family: var(--display); font-weight: 700; font-size: 14px; letter-spacing: -0.01em;
  padding: 11px 20px; border-radius: var(--schild-s); border: 0; cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.knopf:hover { background: var(--rot-tief); transform: translateY(-1px); }
.knopf--leer { background: transparent; color: var(--tinte); box-shadow: inset 0 0 0 1.5px var(--tinte); }
.knopf--leer:hover { background: var(--tinte); color: #fff; }

/* ---------- Hero ---------- */
.hero { padding: clamp(52px, 7vw, 92px) 0 var(--luft); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
@media (max-width: 940px) { .hero__grid { grid-template-columns: 1fr; } }

.hero h1 { font-size: clamp(42px, 6.4vw, 82px); font-weight: 900; }
.hero h1 em { font-style: normal; color: var(--rot); }
.hero__lead { margin-top: 24px; font-size: clamp(17px, 1.5vw, 20px); color: var(--tinte-2); max-width: 34em; }
.hero__tat {
  margin-top: 30px; padding-top: 16px; border-top: 1px solid var(--linie);
  font-size: 15px; color: var(--grau); max-width: 33em;
}
.hero__tat b { color: var(--tinte); font-weight: 600; }
.hero__akt { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Signature: die Abteilung als 58 Schilde — echte Mannschaften */
.abteilung { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--schild); padding: 24px; }
.abteilung__kopf { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.abteilung__kopf h2 { font-size: 15px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.abteilung__kopf span { font-family: var(--daten); font-size: 12px; color: var(--grau); }
.schilde { display: grid; grid-template-columns: repeat(10, 1fr); gap: 6px; }
@media (max-width: 620px) { .schilde { grid-template-columns: repeat(6, 1fr); gap: 8px; } }
.schild {
  position: relative; aspect-ratio: 3/4; background: var(--rot); border-radius: var(--schild-s);
  border: 0; padding: 0; cursor: default; opacity: .9;
  transition: transform .16s ease, background .16s ease;
  animation: schildRein .5s cubic-bezier(.2,.7,.3,1) backwards;
}
.schild:hover, .schild:focus-visible { transform: translateY(-3px) scale(1.08); background: var(--tinte); opacity: 1; z-index: 3; }
.schild[data-k="Frauen"], .schild[data-k$="Mäd."] { background: var(--tinte); opacity: .75; }
@keyframes schildRein { from { opacity: 0; transform: translateY(7px) scale(.85); } }
.abteilung__lese {
  margin-top: 14px; padding: 9px 12px; background: var(--papier); border-radius: 7px;
  font-family: var(--daten); font-size: 12.5px; color: var(--tinte-2);
  min-height: 38px; display: flex; align-items: center; gap: 8px;
}
.abteilung__lese.leer { color: var(--grau); }
.abteilung__fuss { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--linie); display: flex; gap: 22px; flex-wrap: wrap; }
.abteilung__fuss div { font-size: 13px; color: var(--grau); }
.abteilung__fuss b { display: block; font-family: var(--display); font-weight: 800; font-size: 26px; color: var(--tinte); letter-spacing: -0.03em; }

/* ---------- Abschnitts-Grundlagen ---------- */
.sekt { padding: var(--luft) 0; }
.sekt--tinte { background: var(--tinte); color: #EFEDEB; }
.sekt--tinte h2, .sekt--tinte h3 { color: #fff; }
.sekt__kopf { max-width: 46rem; margin-bottom: clamp(34px, 4vw, 54px); }
.sekt__kopf h2 { font-size: clamp(30px, 3.7vw, 46px); }
.sekt__kopf p { margin-top: 16px; color: var(--tinte-2); font-size: 17px; }
.sekt--tinte .sekt__kopf p { color: #B4B0AD; }
.sekt--tinte .marker { color: var(--rot-hell); }
.marker { display: inline-block; font-family: var(--daten); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--rot-tief); margin-bottom: 14px; }

/* ---------- Ist-Zustand ---------- */
.heute { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--linie); border: 1px solid var(--linie); border-radius: var(--schild); overflow: hidden; }
@media (max-width: 860px) { .heute { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .heute { grid-template-columns: 1fr; } }
.heute > div { background: var(--papier); padding: 26px 22px; }
.heute h3 { font-size: 17px; line-height: 1.28; margin-bottom: 8px; }
.heute p { font-size: 14.5px; color: var(--grau); }
.heute svg { width: 22px; height: 22px; color: var(--rot); margin-bottom: 14px; }

/* ---------- Themenkacheln ---------- */
.kacheln { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 1000px) { .kacheln { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 660px)  { .kacheln { grid-template-columns: 1fr; } }

.kachel {
  background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--schild);
  padding: 26px 24px 24px; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.kachel:hover { transform: translateY(-3px); box-shadow: 0 14px 34px -18px rgba(20,17,16,.34); }
.kachel__kopf { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.kachel__abz { flex: none; width: 34px; height: 40px; border-radius: var(--schild-s); background: var(--rot); display: grid; place-items: center; }
.kachel__abz svg { width: 19px; height: 19px; color: #fff; }
.kachel h3 { font-size: 20px; line-height: 1.2; }
.kachel__was { font-size: 14.5px; color: var(--grau); margin-bottom: 18px; }
.kachel ul { border-top: 1px solid var(--linie); padding-top: 14px; display: grid; gap: 9px; }
.kachel li { font-size: 14.5px; color: var(--tinte-2); padding-left: 17px; position: relative; }
.kachel li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 8px;
  background: var(--rot); border-radius: 1px 1px 3px 3px; opacity: .5;
}
.kachel--weich .kachel__abz { background: var(--linie); }
.kachel--weich .kachel__abz svg { color: var(--grau); }
.kachel--weich li::before { background: var(--grau); }

.stand {
  align-self: flex-start; margin-top: auto; padding-top: 18px;
  font-family: var(--daten); font-size: 11px; letter-spacing: .07em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 7px; color: var(--grau);
}
.stand::before { content: ""; width: 9px; height: 11px; border-radius: 1px 1px 4px 4px; background: var(--linie); flex: none; }
.stand--laeuft { color: var(--rot-tief); }
.stand--laeuft::before { background: var(--rot); }
.stand--bald::before { background: transparent; box-shadow: inset 0 0 0 1.5px var(--rot); }

.legende { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--linie); }

/* ---------- Prototyp ---------- */
.reiter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.reiter button {
  font-family: var(--body); font-size: 14px; font-weight: 500; color: var(--tinte-2);
  background: var(--weiss); border: 1.5px solid var(--linie); border-radius: var(--schild-s);
  padding: 9px 16px; cursor: pointer; transition: all .16s ease;
}
.reiter button:hover { border-color: var(--tinte); }
.reiter button[aria-selected="true"] { background: var(--rot); border-color: var(--rot); color: #fff; font-weight: 600; }

.rahmen { background: #0C0A09; border-radius: 14px; padding: 11px; box-shadow: 0 26px 50px -34px rgba(20,17,16,.62); }
.rahmen__leiste { display: flex; align-items: center; gap: 8px; padding: 0 4px 11px; }
.rahmen__leiste i { width: 9px; height: 9px; border-radius: 50%; background: #322D2B; }
.rahmen__url {
  margin-left: 10px; flex: 1; background: #171413; border-radius: 6px; padding: 5px 12px;
  font-family: var(--daten); font-size: 11.5px; color: #9C9694; text-align: center;
}
.schirm { background: var(--papier); border-radius: 8px; overflow: hidden; }

/* App-Oberfläche im Prototyp */
.app { display: grid; grid-template-columns: 196px 1fr; min-height: 545px; font-size: 14px; }
.app[hidden] { display: none; }
@media (max-width: 760px) { .app { grid-template-columns: 1fr; } .app__seite { display: none; } }
.app__seite { background: var(--weiss); border-right: 1px solid var(--linie); padding: 16px 12px; }
.app__marke { display: flex; align-items: center; gap: 9px; padding: 4px 8px 16px; }
.app__marke img { width: 20px; }
.app__marke b { font-family: var(--display); font-size: 13px; }
.app__seite a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 7px; text-decoration: none; color: var(--tinte-2); font-size: 13.5px; }
.app__seite a svg { width: 16px; height: 16px; color: var(--grau); }
.app__seite a.an { background: var(--rot-hauch); color: var(--rot-tief); font-weight: 600; }
.app__seite a.an svg { color: var(--rot-tief); }
.app__haupt { padding: 22px 24px 28px; overflow: hidden; }
.app__kopf { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.app__kopf h3 { font-size: 21px; }
.app__kopf p { font-size: 13.5px; color: var(--grau); margin-top: 4px; }
.app__knopf { background: var(--rot); color: #fff; border: 0; border-radius: 7px; padding: 8px 15px; font-family: var(--body); font-weight: 600; font-size: 13px; cursor: pointer; }
.app__knopf--leer { background: var(--weiss); color: var(--tinte); box-shadow: inset 0 0 0 1px var(--linie); }

.karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
@media (max-width: 620px) { .karten { grid-template-columns: 1fr; } }
.karte { background: var(--weiss); border: 1px solid var(--linie); border-radius: 10px; padding: 15px 16px; }
.karte span { font-size: 12px; color: var(--grau); display: block; }
.karte b { font-family: var(--display); font-weight: 800; font-size: 25px; letter-spacing: -0.03em; display: block; margin-top: 3px; }
.karte em { font-style: normal; font-family: var(--daten); font-size: 11.5px; color: var(--rot-tief); }

.block { background: var(--weiss); border: 1px solid var(--linie); border-radius: 10px; overflow: hidden; }
.block__kopf { padding: 13px 16px; border-bottom: 1px solid var(--linie); display: flex; align-items: center; justify-content: space-between; }
.block__kopf h4 { font-size: 14px; font-weight: 700; }
.block__kopf span { font-family: var(--daten); font-size: 11.5px; color: var(--grau); }
.zeile { display: flex; align-items: center; gap: 13px; padding: 12px 16px; border-bottom: 1px solid var(--linie); }
.zeile:last-child { border-bottom: 0; }
.zeile__tag { width: 42px; flex: none; text-align: center; border-right: 1px solid var(--linie); padding-right: 11px; }
.zeile__tag b { display: block; font-family: var(--display); font-size: 17px; font-weight: 800; }
.zeile__tag span { font-family: var(--daten); font-size: 11px; color: var(--grau); text-transform: uppercase; }
.zeile__text { flex: 1; min-width: 0; }
.zeile__text b { display: block; font-size: 14px; font-weight: 600; }
.zeile__text span { font-size: 12.5px; color: var(--grau); }
.pille { font-family: var(--daten); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; padding: 4px 8px; border-radius: 5px; background: var(--papier); color: var(--grau); white-space: nowrap; }
.pille--rot { background: var(--rot-hauch); color: var(--rot-tief); }
.pille--tinte { background: var(--tinte); color: #fff; }

.zwei { display: grid; grid-template-columns: 1.35fr 1fr; gap: 14px; }
@media (max-width: 860px) { .zwei { grid-template-columns: 1fr; } }

.feld { margin-bottom: 13px; }
.feld label { display: block; font-size: 12px; font-weight: 600; color: var(--tinte-2); margin-bottom: 5px; }
.feld input, .feld select {
  width: 100%; font-family: var(--body); font-size: 13.5px; color: var(--tinte);
  padding: 9px 11px; border: 1px solid var(--linie); border-radius: 7px; background: var(--weiss);
}
.feld input::placeholder { color: #A7A29F; }
.haken { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; color: var(--tinte-2); margin-bottom: 9px; }
.haken input { margin-top: 2px; accent-color: var(--rot); }

.uebung { display: grid; grid-template-columns: 1fr; gap: 9px; }
.uebung__k { background: var(--weiss); border: 1px solid var(--linie); border-radius: 9px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; }
.uebung__k b { font-size: 13.5px; display: block; }
.uebung__k span { font-size: 12px; color: var(--grau); }
.uebung__k .nummer { color: #fff; }
.merkmale { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.merkmale i { font-style: normal; font-family: var(--daten); font-size: 11px; color: var(--grau); background: var(--papier); padding: 3px 7px; border-radius: 4px; }
.filter { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 14px; }
.filter button { font-family: var(--body); font-size: 12.5px; padding: 6px 12px; border-radius: 6px; border: 1px solid var(--linie); background: var(--weiss); color: var(--tinte-2); cursor: pointer; }
.filter button.an { background: var(--tinte); border-color: var(--tinte); color: #fff; }

.kader { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
@media (max-width: 620px) { .kader { grid-template-columns: 1fr; } }
.spieler { display: flex; align-items: center; gap: 10px; background: var(--weiss); border: 1px solid var(--linie); border-radius: 8px; padding: 9px 12px; font-size: 13px; }
.nummer { width: 26px; height: 26px; flex: none; border-radius: var(--schild-s); background: var(--rot); color: #fff; font-family: var(--daten); font-size: 11.5px; display: grid; place-items: center; }
.nummer--aus { background: var(--linie); color: var(--tinte-2); }
.spieler b { font-weight: 600; flex: 1; }

/* ---------- Beleg / Praxisfall ---------- */
.beleg { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .beleg { grid-template-columns: 1fr; } }
.posten { border-top: 1px solid #322D2B; }
.posten div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid #322D2B; font-size: 15px; }
.posten span { color: #B4B0AD; }
.posten b { font-family: var(--daten); font-variant-numeric: tabular-nums; color: #fff; font-weight: 500; }
.posten .heraus b, .posten .heraus span { color: var(--rot-hell); }
.zitat { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 2.3vw, 27px); line-height: 1.38; letter-spacing: -0.02em; color: #fff; }
.zitat::before { content: "„"; color: var(--rot-hell); }
.zitat::after { content: "“"; color: var(--rot-hell); }

/* ---------- Start ---------- */
.schritte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: s; }
@media (max-width: 860px) { .schritte { grid-template-columns: 1fr; } }
.schritt { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--schild); padding: 26px 24px; counter-increment: s; }
.schritt::before {
  content: counter(s); font-family: var(--display); font-weight: 900; font-size: 15px; color: #fff;
  background: var(--rot); width: 28px; height: 34px; border-radius: var(--schild-s);
  display: grid; place-items: center; margin-bottom: 16px;
}
.schritt h3 { font-size: 19px; margin-bottom: 9px; }
.schritt p { font-size: 14.5px; color: var(--grau); }
.schritt__dauer { display: block; margin-top: 14px; font-family: var(--daten); font-size: 11.5px; color: var(--rot-tief); text-transform: uppercase; letter-spacing: .06em; }

/* ---------- Fuß ---------- */
.fuss { border-top: 1px solid var(--linie); padding: 46px 0; }
.fuss__inner { display: flex; justify-content: space-between; gap: 26px; flex-wrap: wrap; align-items: center; }
.fuss p { font-size: 14px; color: var(--grau); max-width: 40em; }
.fuss b { color: var(--tinte); }
.hinweis { margin-top: 10px; font-size: 12.5px; color: #918C89; }

/* ---------- Abgrenzung: Team-App vs. Hub ---------- */
.grenze { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
@media (max-width: 1000px) { .grenze { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px)  { .grenze { grid-template-columns: 1fr; } }
.grenze__karte--hub { grid-column: auto; }
@media (max-width: 1000px) { .grenze__karte--hub { grid-column: 1 / -1; } }
.grenze__karte { border-radius: var(--schild); padding: 26px 24px; }
.grenze__karte--app { background: var(--weiss); border: 1px solid var(--linie); }
.grenze__karte--hub { background: var(--tinte); color: #EFEDEB; }
.grenze__karte h3 { font-size: 21px; margin-bottom: 6px; }
.grenze__karte--hub h3 { color: #fff; }
.grenze__was { font-size: 14.5px; color: var(--grau); margin-bottom: 18px; }
.grenze__karte--hub .grenze__was { color: #B4B0AD; }
.grenze__karte ul { display: grid; gap: 10px; border-top: 1px solid var(--linie); padding-top: 16px; }
.grenze__karte--hub ul { border-top-color: #322D2B; }
.grenze__karte li { font-size: 14.5px; padding-left: 25px; position: relative; color: var(--tinte-2); }
.grenze__karte--hub li { color: #D6D2CF; }
.grenze__karte li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 13px; height: 9px;
  border-left: 2px solid var(--grau); border-bottom: 2px solid var(--grau);
  transform: rotate(-45deg);
}
.grenze__karte--hub li::before { border-color: var(--rot-hell); }
.grenze__fuss {
  margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--linie);
  font-family: var(--daten); font-size: 12px; color: var(--grau);
}
.grenze__karte--hub .grenze__fuss { border-top-color: #322D2B; color: #B4B0AD; }

/* ---------- Innen-Reiter im Prototyp ---------- */
.subreiter { display: flex; gap: 4px; margin-bottom: 16px; border-bottom: 1px solid var(--linie); }
.subreiter button {
  border: 0; background: transparent; font-family: var(--body); font-size: 13.5px; font-weight: 500;
  color: var(--grau); padding: 9px 13px; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.subreiter button:hover { color: var(--tinte); }
.subreiter button.an { color: var(--rot-tief); border-bottom-color: var(--rot); font-weight: 600; }

/* Wochenraster der Platzbelegung */
.wochenrolle { overflow-x: auto; }
.woche { display: grid; grid-template-columns: 58px repeat(5, minmax(122px, 1fr)); gap: 6px; min-width: 660px; }
.woche__tag { font-family: var(--daten); font-size: 11px; color: var(--grau); text-transform: uppercase; padding-bottom: 2px; }
.woche__zeit { font-family: var(--daten); font-size: 11px; color: var(--grau); display: flex; align-items: center; }
.slot { background: var(--weiss); border: 1px solid var(--linie); border-radius: 8px; padding: 9px 10px; min-height: 56px; }
.slot b { display: block; font-size: 12.5px; font-weight: 600; }
.slot span { display: block; font-size: 11.5px; color: var(--grau); margin-top: 2px; }
.slot--eigen { box-shadow: inset 0 0 0 1.5px var(--tinte); }
.slot--frei { background: var(--rot-hauch); border-color: #F0C4C6; }
.slot--frei b { color: var(--rot-tief); }
.slot--frei span { color: var(--rot-tief); }
.slot--leer { background: transparent; border-style: dashed; }
.slot__knopf {
  margin-top: 7px; font-family: var(--body); font-size: 11.5px; font-weight: 600;
  background: var(--rot); color: #fff; border: 0; border-radius: 5px; padding: 4px 9px; cursor: pointer;
}
.slot__knopf--leer { background: transparent; color: var(--tinte-2); box-shadow: inset 0 0 0 1px var(--linie); }

/* ---------- Suche, Notizen, Anforderungen ---------- */
.suche { display: flex; align-items: center; gap: 9px; background: var(--weiss); border: 1px solid var(--linie); border-radius: 8px; padding: 10px 13px; margin-bottom: 14px; }
.suche svg { width: 16px; height: 16px; color: var(--grau); flex: none; }
.suche input { border: 0; outline: 0; flex: 1; font-family: var(--body); font-size: 13.5px; background: transparent; color: var(--tinte); }

.notizen { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 720px) { .notizen { grid-template-columns: 1fr; } }
.notiz { background: var(--weiss); border: 1px solid var(--linie); border-radius: 9px; padding: 14px 15px; }
.notiz__kopf { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.notiz__kopf b { font-size: 13.5px; }
.notiz p { font-size: 13px; color: var(--tinte-2); }
.notiz__fuss { margin-top: 10px; font-family: var(--daten); font-size: 11px; color: var(--grau); }
