/*
 * GENERIERT — nicht von Hand aendern.
 * Quelle: die neun abgenommenen Studien der Bau-Lane (Layout 1, E-W10-3/E-W11-4).
 * Erzeuger: scripts/gemeinde-layout-css.mjs (npm run layout:css -- --studien=<pfad>)
 * Studien-Pfad: design-lab/gemeinde/v2/studien
 * Regeln: 646  ·  Konflikte: 105  ·  Studien-Aliasse: 244  ·  Studien-Bereiche: 244  ·  Inhalts-Hash: 3e2ef705
 *
 * md5 der Quellen:
 *   5f50c3ec3d268b31be8ae7d993ed272a  startseite.html
 *   ae7651cbe97a94c048bdbc1eb7eecb5f  bus-und-bahn.html
 *   a2b5909da64ef09c3add6f9a676becf0  fuenf-listen.html
 *   7c00749ac9f13d4c31b6204027fd7148  fuss.html
 *   3b466410e0f14ab8a36810ef9d9ab49d  hub-und-liste.html
 *   c1d959fd45d11fd11b95730b0e59c6c9  ortsteil-blatt.html
 *   fe12fdab382ff03e1a73d01ec0a3741c  person-und-tafel.html
 *   6f16253aa483848ed2f1c5af48057a60  schaufenster.html
 *   8fa88fd3795eaf6c1323991d0648fd31  vier-restliche.html
 *   abb604de628635d67f6cb864b730263f  vier-seiten.html
 *
 * UMSCHRIFTEN (Tabellen in scripts/lib/layout-kanon.mjs):
 *   Klassen   .foo → .gk-foo (E-W11-6, Kollision mit Tailwind-Utilities)
 *   Zustaende [data-offen] → [data-nx7-nav="offen"];
 *             [data-kontrast="hoch"] → [data-theme="kontrast"] + [data-theme="kontrast-dunkel"];
 *             [data-kontrast]/[data-farbschema]/[data-schrift] (ohne Wert) → [data-nx7-darstellung];
 *             [data-stil=…] faellt weg (Stil = tenants.theme), [data-js] und [data-schrift="…"] bleiben.
 *   Tokens    Labor → Plattform nach FELDKATALOG-PAYLOAD §6.2 (E-W11-7).
 *   Farben    die drei Hex-Literale ausserhalb der Token-Bloecke auf ihre Rolle.
 *
 * WEGGELASSEN: Token-Bloecke (Kundendatum), @media (prefers-color-scheme) (Plattform-Doktrin:
 * die Bedienleiste setzt data-theme selbst), Studien-Werkzeug (.werkbank/.notiz/.wechsel) und
 * jede Regel OHNE gk-Anker (Grundregeln der Studie stehen bereits in globals.css).
 * Jeder Fall steht gezaehlt in src/lib/gemeinde/layouts/layout-a.entscheid.json.
 */
/* ── Schicht: Preflight-Ruecknahme (W11-6a, Befund W11-6b; dl seit W13-A) ── */
button, input, select, textarea {
  line-height: normal;
}
dl {
  margin-block: 1em;
}
/* ── Schicht: Grundtypografie (Element-Selektoren der Studien; nur die Liste GRUND_REGELN, W11-2d) ── */
h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  letter-spacing: var(--font-heading-spacing);
  margin: 0;
  text-wrap: balance;
}
body {
  font-size: 1rem;
  line-height: 1.6;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ── Schicht: Schale (schale-bau.mjs, in allen neun Studien byte-gleich) ── */
.gk-kopf__innen {
  flex-wrap: wrap;
}
.gk-nav {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
}
.gk-nav__punkte {
  display: contents;
}
.gk-bedienleiste {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: .35rem;
}
.gk-bedien, .gk-nav__knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: var(--spacing-ziel-min);
  padding: .35rem .9rem;
  font: inherit;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.15;
  color: var(--color-primary);
  background: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}
.gk-nav .gk-nav__knopf {
  display: none;
}
.gk-bedien:hover, .gk-nav__knopf:hover {
  background: var(--color-bg-alt);
}
.gk-bedien:focus-visible, .gk-nav__knopf:focus-visible, .gk-dwahl:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.gk-bedien[aria-expanded="true"] {
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  border-color: var(--color-primary-hover);
}
.gk-bedien svg {
  width: 16px;
  height: 16px;
}
.gk-bedien__punkt {
  display: none;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: currentColor;
}
:root[data-theme="kontrast"] .gk-bedien__punkt, :root[data-theme="kontrast-dunkel"] .gk-bedien__punkt, :root[data-nx7-darstellung] .gk-bedien__punkt, :root[data-nx7-darstellung] .gk-bedien__punkt {
  display: block;
}
.gk-bedien__stand {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.gk-darstellung {
  position: absolute;
  top: calc(100% + .55rem);
  right: 0;
  z-index: 70;
  display: grid;
  gap: .6rem;
  width: max-content;
  max-width: min(22rem, calc(100vw - 2rem));
  padding: .9rem 1rem;
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}
.gk-darstellung[hidden] {
  display: none;
}
.gk-darstellung__reihe {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .9rem;
}
.gk-darstellung__was {
  flex: 0 1 auto;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--color-text-muted);
}
.gk-darstellung__wahl {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-left: auto;
}
.gk-dwahl {
  min-height: var(--spacing-ziel-min);
  min-width: var(--spacing-ziel-min);
  padding: .4rem .85rem;
  font: inherit;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--color-text-muted);
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}
.gk-dwahl:hover {
  color: var(--color-text);
  border-color: var(--color-primary);
}
.gk-dwahl[aria-pressed="true"] {
  background: var(--color-text);
  color: var(--color-bg);
  border-color: var(--color-text);
}
@media (min-width:74rem) {
  .gk-kopf__innen {
    flex-wrap: nowrap;
  }
  .gk-kopf__innen > .gk-marke {
    flex: none;
  }
  .gk-nav__punkte a {
    white-space: nowrap;
  }
}
@media (max-width:73.99rem) {
  .gk-kopf__innen {
    column-gap: .6rem;
    row-gap: 0;
  }
  .gk-kopf__innen > .gk-marke {
    flex: 1 1 auto;
    min-width: 0;
  }
  .gk-nav {
    flex: 1 0 100%;
    order: 3;
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .35rem .9rem;
    padding-bottom: .6rem;
  }
  .gk-nav__punkte {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .9rem;
    flex: 1 0 100%;
  }
  .gk-bedienleiste {
    order: 2;
    margin-left: auto;
    position: static;
  }
  .gk-darstellung {
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0 0 14px 14px;
  }
  :root[data-js] .gk-nav {
    display: contents;
  }
  :root[data-js] .gk-nav .gk-nav__knopf {
    display: inline-flex;
    order: 2;
    margin-left: auto;
  }
  :root[data-js] .gk-nav__knopf + .gk-nav__punkte {
    display: none;
  }
  :root[data-js] .gk-nav[data-nx7-nav="offen"] .gk-nav__knopf + .gk-nav__punkte {
    display: grid;
    gap: 0;
    order: 4;
    flex: 1 0 100%;
    padding: .4rem 0 .9rem;
  }
  :root[data-js] .gk-nav[data-nx7-nav="offen"] .gk-nav__punkte a {
    padding: .75rem 0;
    border-bottom: 1px solid var(--color-border);
    border-left: 0;
  }
  :root[data-js] .gk-nav[data-nx7-nav="offen"] .gk-nav__punkte a[aria-current] {
    border-bottom: 1px solid var(--color-border);
    color: var(--color-primary);
    font-weight: 600;
  }
  :root[data-js] .gk-bedienleiste {
    order: 3;
    margin-left: 0;
  }
  :root[data-js] .gk-nav__knopf[aria-expanded="true"] {
    background: var(--color-primary-hover);
    color: var(--color-text-on-dark);
    border-color: var(--color-primary-hover);
  }
}
@media (max-width:40rem) {
  .gk-marke__zusatz {
    display: none;
  }
  .gk-kopf__innen > .gk-marke {
    gap: .5rem;
  }
  .gk-kopf__innen {
    column-gap: .4rem;
  }
  .gk-bedien, .gk-nav__knopf {
    padding: .3rem .65rem;
    font-size: .82rem;
    gap: .3rem;
  }
  .gk-bedien svg {
    width: 14px;
    height: 14px;
  }
}
.gk-assi-knopf {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 3.25rem;
  padding: 0 1.15rem 0 .95rem;
  font: inherit;
  font-size: .92rem;
  font-weight: 600;
  color: var(--color-text-on-dark);
  background: var(--color-primary-hover);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
  cursor: pointer;
}
.gk-assi-knopf:hover {
  filter: brightness(1.08);
}
.gk-assi-knopf:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 3px;
}
.gk-assi-knopf svg {
  width: 19px;
  height: 19px;
}
.gk-assi-knopf--schmal {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  gap: 0;
  border-radius: 50%;
  justify-content: center;
}
.gk-assi-knopf--schmal .gk-assi-knopf__wort {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
@media (max-width:40rem) {
  .gk-assi-knopf {
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    gap: 0;
    border-radius: 50%;
    justify-content: center;
  }
  .gk-assi-knopf__wort {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
.gk-assi {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 70;
  width: min(24rem, calc(100vw - 2.5rem));
  max-height: min(34rem, calc(100vh - 2.5rem));
  display: none;
  flex-direction: column;
  background: var(--color-bg);
  color: var(--color-text);
  border: 1px solid var(--color-border-strong);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
  overflow: hidden;
}
.gk-assi[open] {
  display: flex;
}
.gk-assi[open] ~ .gk-assi-knopf {
  display: none;
}
@media (max-width:40rem) {
  .gk-assi {
    right: .6rem;
    left: .6rem;
    bottom: .6rem;
    width: auto;
    max-height: calc(100vh - 1.2rem);
  }
}
.gk-assi__kopf {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--color-border);
}
.gk-assi__punkt {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-assi__name {
  font-weight: 700;
  font-size: .95rem;
}
.gk-assi__zu {
  margin-left: auto;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: none;
  color: var(--color-text-muted);
  font: inherit;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}
.gk-assi__zu:hover {
  color: var(--color-text);
  background: var(--color-bg-alt);
}
.gk-assi__lauf {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1rem;
  display: grid;
  gap: .7rem;
  align-content: start;
  background: var(--color-bg-alt);
}
.gk-blase {
  max-width: 92%;
  padding: .7rem .9rem;
  border-radius: 12px;
  font-size: .93rem;
  line-height: 1.5;
}
.gk-blase--antwort {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  justify-self: start;
  border-bottom-left-radius: 4px;
}
.gk-blase--frage {
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  justify-self: end;
  border-bottom-right-radius: 4px;
}
.gk-blase__etikett {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  opacity: .75;
  margin-bottom: .25rem;
}
.gk-assi__eingabe {
  display: flex;
  gap: .5rem;
  padding: .75rem 1rem;
  border-top: 1px solid var(--color-border);
}
.gk-assi__eingabe input {
  flex: 1 1 auto;
  min-width: 0;
  font: inherit;
  font-size: .95rem;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--spacing-r1);
  padding: .6rem .75rem;
  min-height: 2.75rem;
}
.gk-assi__eingabe button {
  font: inherit;
  font-size: .92rem;
  font-weight: 600;
  color: var(--color-text-on-dark);
  background: var(--color-primary-hover);
  border: 0;
  border-radius: var(--spacing-r1);
  padding: 0 1rem;
  min-height: 2.75rem;
  cursor: pointer;
}
.gk-assi__hinweis {
  margin: 0;
  padding: .5rem 1rem .8rem;
  font-size: .78rem;
  color: var(--color-text-muted);
}
.gk-nur-vorlesen {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
/* ── Schicht: Fuss (guss/schale/schale-css-fuss.css — keine Studie traegt einen <footer>, SCHALE-BLOCKS Antwort 2) ── */
.gk-fuss {
  border-top: 1px solid var(--color-border);
  padding: var(--spacing-r3) 0 var(--spacing-r5);
  font-size: .9375rem;
  color: var(--color-text-muted);
  background: var(--color-bg);
  hyphens: auto;
  overflow-wrap: break-word;
}
.gk-fuss__band {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-r3) var(--spacing-r4);
}
@media (min-width:64rem) {
  .gk-fuss__band {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.3fr);
  }
}
.gk-fuss__zone--wege {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-r3);
  align-content: start;
}
@media (max-width:20rem) {
  .gk-fuss__zone--wege {
    grid-template-columns: 1fr;
  }
}
.gk-fuss h2 {
  font-size: .9375rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 var(--spacing-r1);
  letter-spacing: 0;
}
.gk-fuss p {
  margin: 0 0 var(--spacing-r2);
  line-height: 1.65;
}
.gk-fuss p:last-child {
  margin-bottom: 0;
}
.gk-fuss ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.gk-fuss a {
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid var(--color-border);
}
.gk-fuss a:hover {
  border-bottom-color: var(--color-primary);
}
.gk-fuss__jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  color: var(--color-text);
}
.gk-fuss__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: 0 0 auto;
}
.gk-fuss .gk-wochenzeiten {
  margin: 0 0 var(--spacing-r2);
}
.gk-fuss__trenn {
  padding: 0 .45rem;
  color: var(--color-text-subtle);
}
.gk-brief {
  margin: 0;
}
.gk-brief__marke {
  display: block;
  font-size: .8125rem;
  margin: 0 0 .4rem;
  color: var(--color-text-muted);
}
.gk-brief__reihe {
  position: relative;
}
.gk-brief__feld {
  min-height: 3.25rem;
  width: 100%;
  padding: .6rem 3.7rem .6rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-bg);
  color: var(--color-text);
  font: inherit;
  font-size: .9375rem;
}
.gk-brief__feld:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.gk-brief__knopf {
  position: absolute;
  right: .25rem;
  top: 50%;
  transform: translateY(-50%);
  width: var(--spacing-ziel-min);
  height: var(--spacing-ziel-min);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-text-on-dark);
  cursor: pointer;
}
.gk-brief__knopf:hover {
  background: color-mix(in srgb, var(--color-primary) 85%, var(--color-text));
}
.gk-brief__knopf:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 2px;
}
.gk-brief__knopf svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.gk-fuss .gk-brief__recht {
  margin: .6rem 0 0;
  font-size: .8125rem;
  line-height: 1.55;
  color: var(--color-text-subtle);
  max-width: 30rem;
}
.gk-fuss .gk-brief__antwort {
  margin: .6rem 0 0;
  font-size: .9375rem;
  color: var(--color-text);
  font-weight: 600;
  max-width: 30rem;
}
.gk-brief__antwort:empty {
  display: none;
}
.gk-brief__antwort:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 8px;
}
.gk-fuss .gk-fuss__zeile {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem var(--spacing-r3);
  margin: var(--spacing-r3) 0 0;
  padding-top: var(--spacing-r2);
  border-top: 1px solid var(--color-border);
  font-size: .8125rem;
  color: var(--color-text-subtle);
}
.gk-fuss .gk-fuss__stand {
  margin: 0;
}
.gk-fuss .gk-fuss__pflicht {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.1rem;
}
.gk-fuss .gk-fuss__pflicht a {
  border-bottom-color: transparent;
}
.gk-fuss .gk-fuss__pflicht a:hover {
  border-bottom-color: var(--color-primary);
}
/* ── Schicht: Seiten (neun Studien, Drift nach Mehrheit aufgeloest) ── */
.gk-huelle {
  max-width: 76rem;
  margin-inline: auto;
  padding-inline: var(--spacing-container);
}
.gk-etikett {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-kopf__innen {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 4.75rem;
}
.gk-marke {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.gk-marke__wappen {
  width: 26px;
  height: 32px;
  flex: none;
}
.gk-marke__name {
  font-weight: 700;
  font-size: 1.06rem;
  line-height: 1.15;
}
.gk-marke__zusatz {
  font-size: .78rem;
  color: var(--color-text-muted);
  line-height: 1.2;
}
.gk-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .9rem;
}
.gk-nav a {
  text-decoration: none;
  font-weight: 500;
  font-size: .95rem;
  padding: .35rem 0;
  border-bottom: 2px solid transparent;
}
.gk-nav a[aria-current] {
  border-bottom-color: var(--color-primary);
}
.gk-auftakt {
  border-bottom: 1px solid var(--color-border);
}
.gk-auftakt__buehne {
  position: relative;
  background: var(--color-bg-alt);
}
.gk-auftakt__bild {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.gk-auftakt__bild::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, 0) 55%);
}
.gk-auftakt__bild svg {
  width: 100%;
  height: 100%;
  display: block;
}
.gk-auftakt__innen {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  min-height: clamp(21rem, 38vw, 30rem);
}
.gk-auftakt__bildzeile {
  align-self: end;
  padding: 0 0 1.1rem 1.25rem;
}
.gk-auftakt__bildzeile span {
  background: var(--color-bg);
  padding: .3rem .6rem;
  border-radius: var(--spacing-r1);
}
.gk-auftakt__panel {
  background: var(--color-flaeche-hero-flaeche);
  color: var(--color-flaeche-hero-text);
  clip-path: polygon(2.25rem 0, 100% 0, 100% 100%, 0 100%);
  padding: clamp(2.5rem, 5vw, 4rem) var(--spacing-container) clamp(2.5rem, 5vw, 4rem) clamp(4rem, 6vw, 5.5rem);
  display: grid;
  align-content: center;
  gap: 1.15rem;
}
.gk-auftakt__zeile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 1.25rem;
  align-items: center;
}
.gk-auftakt__wappen {
  width: 4.1rem;
  height: auto;
}
.gk-auftakt h1 {
  font-size: clamp(2.5rem, 5.6vw, 4rem);
  line-height: .98;
  letter-spacing: -.038em;
}
.gk-auftakt__satz {
  font-size: 1.1rem;
  line-height: 1.55;
  opacity: .88;
  max-width: 30em;
}
.gk-auftakt__marke {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: .7;
}
.gk-auftakt__marke::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: currentColor;
}
.gk-auftakt__panel .gk-etikett {
  color: var(--color-flaeche-hero-text);
  opacity: .75;
}
.gk-band {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
}
.gk-band__innen {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  padding-block: .85rem;
  font-size: .95rem;
  text-decoration: none;
}
.gk-band__punkt {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--color-primary);
  flex: none;
}
.gk-band__text {
  font-weight: 600;
}
.gk-band__zusatz {
  color: var(--color-text-muted);
}
.gk-band__pfeil {
  margin-left: auto;
  color: var(--color-primary);
  font-weight: 500;
}
a.gk-band__innen:hover .gk-band__text {
  text-decoration: underline;
}
.gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-block__weiter {
  font-size: .92rem;
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: none;
  white-space: nowrap;
}
.gk-anliegen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
}
.gk-anliegen a {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 1.15rem 1.25rem;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr) auto;
  gap: .85rem;
  align-items: center;
  min-height: 4.25rem;
}
.gk-anliegen a:hover {
  background: var(--color-bg-alt);
}
.gk-anliegen svg {
  width: 20px;
  height: 20px;
  color: var(--color-text-muted);
}
.gk-anliegen__name {
  font-weight: 600;
}
.gk-anliegen__pfeil {
  color: var(--color-text-muted);
}
.gk-zwei {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
}
.gk-meldung {
  display: grid;
  gap: .3rem;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-meldung:hover {
  background: var(--color-bg-alt);
}
.gk-meldung__kopf {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
}
.gk-meldung__art {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-meldung__frist {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  border-left: 1px solid var(--color-border-strong);
  padding-left: .6rem;
}
.gk-meldung__name {
  font-weight: 600;
  font-size: 1.02rem;
}
.gk-meldung__satz {
  font-size: .93rem;
  color: var(--color-text-muted);
}
.gk-spur a, .gk-spur div {
  display: grid;
  grid-template-columns: 3.7rem minmax(0, 1fr) auto;
  gap: 0 1.25rem;
  align-items: start;
  padding: 1.2rem .75rem 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-spur a:hover {
  background: var(--color-bg-alt);
}
.gk-datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-datum b {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-datum small {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-spur__name {
  font-weight: 600;
  font-size: 1.02rem;
}
.gk-spur__wann {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-spur__pfeil {
  color: var(--color-text-muted);
  grid-row: span 2;
  align-self: center;
}
.gk-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-bereiche {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  align-items: stretch;
}
.gk-bereich {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 1.4rem 1.3rem;
  text-decoration: none;
  display: grid;
  gap: .35rem;
  align-content: start;
  height: 100%;
}
.gk-bereich:hover {
  background: var(--color-bg-alt);
}
.gk-bereich svg {
  width: 22px;
  height: 22px;
  color: var(--color-text-muted);
  margin-bottom: .35rem;
}
.gk-bereich__name {
  font-weight: 600;
  font-size: 1.05rem;
}
.gk-bereich__satz {
  font-size: .92rem;
  color: var(--color-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gk-bereich--form {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  display: grid;
  place-items: center;
  padding: 1.4rem 1.3rem;
}
.gk-bereich.gk-bereich--form svg {
  width: 4.5rem;
  height: 4.5rem;
  color: var(--color-flaeche-illu-b);
  fill: var(--color-flaeche-illu-a);
  margin-bottom: 0;
}
@media (max-width: 75rem) {
  .gk-bereich--form {
    display: none;
  }
}
.gk-orte {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
}
.gk-ort {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 1.35rem 1.25rem;
  text-decoration: none;
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: .15rem 1rem;
  align-items: center;
}
.gk-ort:hover {
  background: var(--color-bg-alt);
}
.gk-ort__wappen {
  width: 2.4rem;
  height: auto;
  grid-row: span 2;
  align-self: start;
}
.gk-ort__name {
  font-weight: 600;
  font-size: 1.05rem;
}
.gk-ort__zahl {
  font-size: .9rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.gk-schluss {
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}
.gk-schluss__raster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
}
.gk-wochenzeiten {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr);
  font-size: .9rem;
  margin: 0;
}
.gk-wochenzeiten dt {
  color: var(--color-text-muted);
  font-weight: 500;
  padding-block: .18rem;
}
.gk-wochenzeiten dd {
  margin: 0;
  padding-block: .18rem;
}
.gk-spanne {
  white-space: nowrap;
}
.gk-wege {
  display: grid;
  gap: .4rem;
  font-size: .93rem;
}
.gk-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-wege a:hover {
  text-decoration: underline;
}
.gk-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-abo__form {
  display: grid;
  gap: .7rem;
  margin-top: 1rem;
}
.gk-abo__feld {
  display: grid;
  gap: .3rem;
}
.gk-abo__feld input {
  font-family: inherit;
  font-size: 1rem;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--spacing-r1);
  padding: .65rem .8rem;
  min-height: 2.75rem;
  width: 100%;
}
.gk-abo__feld input::placeholder {
  color: var(--color-text-muted);
  opacity: .75;
}
.gk-abo__hinweis {
  font-size: .85rem;
  color: var(--color-text-muted);
  margin-top: .6rem;
}
.gk-abo {
  display: grid;
  gap: .4rem;
  margin: .8rem 0 0;
  padding: 0;
  list-style: none;
}
.gk-schluss__leiste {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.1rem;
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.5rem;
  font-size: .88rem;
}
.gk-schluss__leiste a {
  color: var(--color-text);
  text-decoration: none;
}
.gk-schluss__leiste a:hover {
  text-decoration: underline;
}
.gk-schluss__stand {
  margin-left: auto;
  color: var(--color-text-muted);
}
.gk-abo label {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .93rem;
  cursor: pointer;
}
.gk-abo input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: .28rem;
  accent-color: var(--color-primary-hover);
  flex: none;
}
.gk-abo small {
  color: var(--color-text-muted);
  font-size: .85rem;
}
.gk-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .7rem 1.05rem;
  font-weight: 600;
  font-size: .95rem;
}
:root[data-theme="dark"] .gk-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
@media (max-width:62rem) {
  .gk-lage__feld + .gk-lage__feld {
    padding-left: 0;
  }
  .gk-auftakt__innen {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .gk-auftakt__bild {
    position: relative;
    inset: auto;
    height: clamp(9rem, 32vw, 14rem);
  }
  .gk-auftakt__bildzeile {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .gk-auftakt__panel {
    clip-path: polygon(0 2.25rem, 100% 0, 100% 100%, 0 100%);
    padding: clamp(2.75rem, 7vw, 3.5rem) var(--spacing-container) 2rem;
  }
}
@media (max-width:40rem) {
  .gk-auftakt__wappen {
    width: 3rem;
  }
  .gk-spur__pfeil, .gk-anliegen__pfeil {
    display: none;
  }
  :root[data-schrift="sehr-gross"] .gk-auftakt__zeile {
    grid-template-columns: minmax(0, 1fr);
  }
}
.gk-entdecken {
  position: absolute;
  top: calc(100% + .55rem);
  right: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(42rem, calc(100vw - 2rem));
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--color-border);
  border: 1px solid var(--color-border-strong);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}
.gk-entdecken[hidden] {
  display: none;
}
.gk-entdecken > li {
  display: grid;
  min-width: 0;
}
.gk-entdecken .gk-bereich {
  box-shadow: none;
  padding: 1rem 1.1rem;
  gap: .3rem;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  white-space: normal;
}
.gk-entdecken .gk-bereich svg {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  margin-bottom: .4rem;
  color: var(--color-flaeche-illu-b);
}
.gk-entdecken-schau {
  position: relative;
  min-height: 24rem;
}
@media (max-width:47.99rem) {
  .gk-entdecken {
    grid-template-columns: minmax(0, 1fr);
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    border-radius: 0 0 14px 14px;
  }
}
.gk-einstieg {
  padding-block: 1.75rem 0;
  border-bottom: 1px solid var(--color-border);
}
.gk-krumen {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  font-size: .85rem;
  color: var(--color-text-muted);
  margin-bottom: 2.75rem;
}
.gk-krumen a {
  text-decoration: none;
}
.gk-krumen b {
  font-weight: 600;
  color: var(--color-text);
}
.gk-krumen span[aria-hidden] {
  opacity: .55;
}
.gk-einstieg h1 {
  font-size: clamp(2.3rem, 5.2vw, 3.4rem);
  line-height: 1.03;
  letter-spacing: -.03em;
  margin-block: .5rem .8rem;
}
.gk-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-einstieg__block {
  padding-bottom: 3.25rem;
}
.gk-rumpf--zwei {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19rem;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.gk-fliess {
  max-width: 38em;
  color: var(--color-text-muted);
}
.gk-halte {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.5rem;
}
.gk-pille {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .92rem;
  font-weight: 500;
  font-family: inherit;
  background: none;
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}
.gk-pille::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-pille:hover {
  border-color: var(--color-text-muted);
}
.gk-pille[aria-pressed="true"] {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-bg);
}
.gk-tafel {
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
}
.gk-tafel__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
}
.gk-tafel__ort {
  display: flex;
  align-items: center;
  gap: .9rem;
}
.gk-tafel__stand {
  font-size: .88rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: 999px;
  padding: .5rem 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
.gk-abfahrt {
  display: grid;
  grid-template-columns: 4.5rem 3.2rem minmax(0, 1fr) auto;
  gap: .2rem 1.1rem;
  align-items: center;
  padding: 1.05rem 1.25rem;
  border-bottom: 1px solid var(--color-border);
}
.gk-abfahrt:last-child {
  border-bottom: none;
}
.gk-abfahrt__zeit {
  font-size: 1.3rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.gk-linie {
  display: inline-grid;
  place-items: center;
  min-width: 2.9rem;
  height: 1.9rem;
  border-radius: var(--spacing-r1);
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  font-weight: 700;
  font-size: .95rem;
  font-variant-numeric: tabular-nums;
}
.gk-linie--schule {
  background: var(--color-success);
}
:root[data-theme="dark"] .gk-linie {
  color: var(--color-text-on-dark);
  background: var(--color-primary);
}
:root[data-theme="dark"] .gk-linie--schule {
  background: var(--color-success);
}
.gk-abfahrt__ziel {
  font-weight: 600;
}
.gk-abfahrt__via {
  grid-column: 3;
  font-size: .9rem;
  color: var(--color-text-muted);
}
.gk-abfahrt__in {
  font-weight: 600;
  font-size: .95rem;
  white-space: nowrap;
  grid-row: span 2;
  text-align: right;
}
.gk-abfahrt__in small {
  display: block;
  font-weight: 500;
  font-size: .8rem;
  color: var(--color-text-muted);
}
.gk-abfahrt--bald .gk-abfahrt__in {
  color: var(--color-primary);
}
.gk-tafel__fuss {
  padding: .9rem 1.25rem;
  font-size: .88rem;
  color: var(--color-text-muted);
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1rem;
}
.gk-leer {
  padding: 2rem 1.25rem;
  color: var(--color-text-muted);
}
.gk-linienzeile {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: .3rem 1.1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
}
.gk-linienzeile__name {
  font-weight: 600;
  font-size: 1.05rem;
}
.gk-linienzeile__takt {
  grid-column: 2;
  color: var(--color-text-muted);
  font-size: .94rem;
}
.gk-anhaenge {
  display: grid;
  gap: .5rem;
  margin-top: .9rem;
  grid-column: 2;
}
.gk-anhang {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) auto;
  gap: .15rem .9rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: .75rem .9rem;
  margin-top: .6rem;
}
.gk-anhang:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-border-strong);
}
.gk-anhang__art {
  grid-row: span 2;
  display: grid;
  place-items: center;
  height: 2.4rem;
  border-radius: var(--spacing-r1);
  background: var(--color-bg-alt2);
  color: var(--color-text-muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.gk-anhang__name {
  font-weight: 600;
  font-size: .98rem;
}
.gk-anhang__meta {
  grid-column: 2;
  font-size: .85rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.gk-anhang__pfeil {
  grid-row: span 2;
  color: var(--color-text-muted);
}
.gk-anhang__pfeil svg {
  width: 17px;
  height: 17px;
}
.gk-neben {
  position: sticky;
  top: 6.25rem;
  display: grid;
  gap: 2.25rem;
}
.gk-neben__kopf {
  margin-bottom: .55rem;
}
.gk-karte-k {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .85rem;
}
.gk-karte-k h3 {
  font-size: 1.02rem;
}
.gk-karte-k p {
  font-size: .93rem;
  color: var(--color-text-muted);
}
.gk-angaben {
  display: grid;
  margin: 0;
}
.gk-angaben > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .5rem 0;
  border-bottom: 1px solid var(--color-border);
  font-size: .93rem;
}
.gk-angaben dt {
  color: var(--color-text-muted);
}
.gk-angaben dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}
@media (max-width:62rem) {
  .gk-rumpf--zwei {
    grid-template-columns: minmax(0, 1fr);
  }
  .gk-neben {
    position: static;
    order: -1;
  }
}
@media (max-width:40rem) {
  .gk-abfahrt {
    grid-template-columns: 3.9rem 2.9rem minmax(0, 1fr);
  }
  .gk-abfahrt__in {
    grid-row: auto;
    grid-column: 1 / -1;
    text-align: left;
    display: flex;
    gap: .5rem;
    align-items: baseline;
  }
  .gk-abfahrt__in small {
    display: inline;
  }
  .gk-anhaenge, .gk-linienzeile__takt {
    grid-column: 1 / -1;
  }
  :root[data-schrift="sehr-gross"] .gk-abfahrt__ziel, :root[data-schrift="sehr-gross"] .gk-abfahrt__via {
    grid-column: 1 / -1;
  }
}
.gk-marken {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(9.5rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.gk-marken__feld {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 2rem 1.25rem;
  display: grid;
  gap: .55rem;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  min-height: 9rem;
  align-content: center;
}
.gk-marken__feld:hover {
  background: var(--color-bg-alt);
}
.gk-monogramm {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .95rem;
  font-weight: 700;
  color: var(--color-text-on-dark);
  background: var(--color-primary-hover);
  letter-spacing: .02em;
}
:root[data-theme="dark"] .gk-monogramm {
  color: var(--color-text-on-dark);
}
.gk-marken__feld:nth-child(5n+2) .gk-monogramm {
  background: var(--color-success);
}
.gk-marken__feld:nth-child(5n+3) .gk-monogramm {
  background: var(--color-flaeche-bild-b);
}
.gk-marken__feld:nth-child(5n+4) .gk-monogramm {
  background: var(--color-text-muted);
}
.gk-marken__feld:nth-child(5n+5) .gk-monogramm {
  background: var(--color-primary);
}
.gk-marken--alle {
  grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
}
.gk-marken__name {
  font-weight: 600;
  font-size: .92rem;
  line-height: 1.3;
}
.gk-marken__zusatz {
  font-size: .82rem;
  color: var(--color-text-muted);
}
.gk-zeile {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 0 1rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
a.gk-zeile:hover {
  background: var(--color-bg-alt);
}
.gk-zeile__zeichen {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  color: var(--color-text-muted);
  grid-row: span 2;
}
.gk-zeile__zeichen svg {
  width: 20px;
  height: 20px;
}
.gk-zeile__name {
  font-weight: 600;
  font-size: 1.04rem;
}
.gk-zeile__satz {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-zeile__pfeil {
  color: var(--color-text-muted);
  grid-row: span 2;
  align-self: center;
}
.gk-zeile__wert {
  grid-row: span 2;
  align-self: center;
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.gk-sprung {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2rem;
}
.gk-pille small {
  opacity: .6;
  font-variant-numeric: tabular-nums;
}
.gk-gruppe + .gk-gruppe {
  margin-top: 2.75rem;
}
.gk-gruppe__kopf {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  border-bottom: 1px solid var(--color-border-strong);
  padding-bottom: .4rem;
  margin-bottom: .4rem;
}
.gk-kennwerte {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(11rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  margin-bottom: 2rem;
}
.gk-kennwerte:has(> :nth-child(4):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gk-kennwert {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 1.4rem 1.25rem;
  display: grid;
  gap: .3rem;
}
.gk-kennwert dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  overflow-wrap: break-word;
  hyphens: auto;
}
.gk-kennwert dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.gk-kennwert dd small {
  font-size: .95rem;
  font-weight: 500;
  color: var(--color-text-muted);
}
.gk-preisblick {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 2rem;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  background: var(--color-bg-alt);
  padding: 1.75rem;
  margin-bottom: 2rem;
}
.gk-preisblick__preis {
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  padding-right: 2rem;
  border-right: 1px solid var(--color-border-strong);
}
.gk-preisblick__satz {
  color: var(--color-text-muted);
  font-size: .95rem;
}
.gk-frei {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-success);
  margin-bottom: .45rem;
}
.gk-frei::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.gk-schritte {
  display: grid;
  counter-reset: s;
}
.gk-schritt {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: .25rem 1.1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
}
.gk-schritt::before {
  counter-increment: s;
  content: counter(s);
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1px solid var(--color-border-strong);
  font-size: .9rem;
  font-weight: 700;
  color: var(--color-text-muted);
}
.gk-schritt__name {
  font-weight: 600;
}
.gk-schritt__satz {
  color: var(--color-text-muted);
  font-size: .94rem;
}
.gk-bilder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
  gap: .75rem;
  margin-bottom: 1.25rem;
}
.gk-bild {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  background: var(--color-bg-alt);
  margin: 0;
}
.gk-bild svg {
  display: block;
  width: 100%;
  height: auto;
}
.gk-bild figcaption {
  font-size: .78rem;
  color: var(--color-text-muted);
  padding: .5rem .7rem;
  border-top: 1px solid var(--color-border);
}
.gk-bilder__nachweis {
  font-size: .85rem;
  color: var(--color-text-muted);
  margin-bottom: 2rem;
}
.gk-bildtext {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
.gk-bildtext__bild {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  background: var(--color-bg-alt);
  margin: 0;
}
.gk-bildtext__bild svg, .gk-bildtext__bild img {
  display: block;
  width: 100%;
  height: auto;
}
.gk-bildtext__bild figcaption {
  font-size: .78rem;
  color: var(--color-text-muted);
  padding: .5rem .7rem;
  border-top: 1px solid var(--color-border);
}
.gk-bildtext__satz {
  display: grid;
  align-content: center;
  gap: .75rem;
}
.gk-bildtext__satz h2 {
  font-size: 1.45rem;
}
.gk-bildtext__satz p {
  font-size: .98rem;
  color: var(--color-text-muted);
}
.gk-bildtext--rechts .gk-bildtext__bild {
  order: 2;
}
@media (max-width:47.99rem) {
  .gk-bildtext {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.1rem;
  }
  .gk-bildtext--rechts .gk-bildtext__bild {
    order: 0;
  }
}
.gk-frist-k {
  font-weight: 600;
  color: var(--color-primary);
}
.gk-knopf svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.gk-knopf__ziel {
  font-size: .82rem;
  color: var(--color-text-muted);
  margin-top: -.35rem;
}
@media (max-width:40rem) {
  .gk-einstieg h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.6rem);
  }
  .gk-preisblick {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .gk-preisblick__preis {
    padding: 0 0 1rem;
    border-right: none;
    border-bottom: 1px solid var(--color-border-strong);
  }
  .gk-zeile__pfeil {
    display: none;
  }
  :root[data-schrift="sehr-gross"] .gk-kennwert dt, :root[data-schrift="sehr-gross"] .gk-anhang__name {
    overflow-wrap: anywhere;
  }
}
.gk-wochenzeiten .gk-spanne, .gk-wochenzeiten__spanne {
  white-space: nowrap;
}
.gk-fuss {
  border-top: 1px solid var(--color-border);
  padding: var(--spacing-r3) 0 var(--spacing-r5);
  font-size: .9375rem;
  color: var(--color-text-muted);
  background: var(--color-bg);
  hyphens: auto;
  overflow-wrap: break-word;
}
.gk-fuss__band {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-r3) var(--spacing-r4);
}
@media (min-width:64rem) {
  .gk-fuss__band {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.3fr);
  }
}
.gk-fuss__zone--wege {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-r3);
  align-content: start;
}
@media (max-width:20rem) {
  .gk-fuss__zone--wege {
    grid-template-columns: 1fr;
  }
}
.gk-fuss h2 {
  font-size: .9375rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 var(--spacing-r1);
  letter-spacing: 0;
}
.gk-fuss p {
  margin: 0 0 var(--spacing-r2);
  line-height: 1.65;
}
.gk-fuss p:last-child {
  margin-bottom: 0;
}
.gk-fuss ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.gk-fuss a {
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid var(--color-border);
}
.gk-fuss a:hover {
  border-bottom-color: var(--color-primary);
}
.gk-fuss__jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  color: var(--color-text);
}
.gk-fuss__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: 0 0 auto;
}
.gk-fuss .gk-wochenzeiten {
  margin: 0 0 var(--spacing-r2);
}
.gk-fuss__trenn {
  padding: 0 .45rem;
  color: var(--color-text-subtle);
}
.gk-brief {
  margin: 0;
}
.gk-brief__marke {
  display: block;
  font-size: .8125rem;
  margin: 0 0 .4rem;
  color: var(--color-text-muted);
}
.gk-brief__reihe {
  position: relative;
}
.gk-brief__feld {
  min-height: 3.25rem;
  width: 100%;
  padding: .6rem 3.7rem .6rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-bg);
  color: var(--color-text);
  font: inherit;
  font-size: .9375rem;
}
.gk-brief__feld:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.gk-brief__knopf {
  position: absolute;
  right: .25rem;
  top: 50%;
  transform: translateY(-50%);
  width: var(--spacing-ziel-min);
  height: var(--spacing-ziel-min);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-text-on-dark);
  cursor: pointer;
}
.gk-brief__knopf:hover {
  background: color-mix(in srgb, var(--color-primary) 85%, var(--color-text));
}
.gk-brief__knopf:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 2px;
}
.gk-brief__knopf svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
.gk-fuss .gk-brief__recht {
  margin: .6rem 0 0;
  font-size: .8125rem;
  line-height: 1.55;
  color: var(--color-text-subtle);
  max-width: 30rem;
}
.gk-fuss .gk-brief__antwort {
  margin: .6rem 0 0;
  font-size: .9375rem;
  color: var(--color-text);
  font-weight: 600;
  max-width: 30rem;
}
.gk-brief__antwort:empty {
  display: none;
}
.gk-brief__antwort:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 8px;
}
.gk-fuss .gk-fuss__zeile {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem var(--spacing-r3);
  margin: var(--spacing-r3) 0 0;
  padding-top: var(--spacing-r2);
  border-top: 1px solid var(--color-border);
  font-size: .8125rem;
  color: var(--color-text-subtle);
}
.gk-fuss .gk-fuss__stand {
  margin: 0;
}
.gk-fuss .gk-fuss__pflicht {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.1rem;
}
.gk-fuss .gk-fuss__pflicht a {
  border-bottom-color: transparent;
}
.gk-fuss .gk-fuss__pflicht a:hover {
  border-bottom-color: var(--color-primary);
}
.gk-einstieg__raster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 21rem);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  padding-bottom: 3.25rem;
}
.gk-kennzeile {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
  margin-top: 1.75rem;
}
.gk-kennzeile dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-kennzeile dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.gk-weg {
  background: var(--color-bg);
  padding: 1.9rem 1.7rem 1.7rem;
  text-decoration: none;
  display: grid;
  gap: .45rem;
  align-content: start;
  height: 100%;
}
.gk-weg:hover {
  background: var(--color-bg-alt);
}
.gk-weg__zeichen {
  color: var(--color-text-muted);
  margin-bottom: .35rem;
}
.gk-weg__zeichen svg {
  width: 22px;
  height: 22px;
}
.gk-weg__name {
  font-weight: 600;
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-weg__name .gk-pfeil {
  color: var(--color-text-muted);
  font-weight: 400;
}
.gk-weg__satz {
  color: var(--color-text-muted);
  font-size: .94rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gk-weg--form {
  background: var(--color-bg);
  display: grid;
  place-items: center;
  padding: 1.9rem 1.7rem;
}
.gk-weg.gk-weg--form svg {
  width: 5.5rem;
  height: 5.5rem;
  color: var(--color-flaeche-illu-b);
  fill: var(--color-flaeche-illu-a);
}
@media (max-width: 68.75rem) {
  .gk-weg--form {
    display: none;
  }
}
.gk-weg__zahl {
  font-size: .82rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
  border-top: 1px solid var(--color-border);
  padding-top: .5rem;
  margin-top: .35rem;
}
.gk-spur {
  display: grid;
}
.gk-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .8rem;
}
.gk-karte h3 {
  font-size: 1.02rem;
}
.gk-karte p {
  font-size: .93rem;
  color: var(--color-text-muted);
}
.gk-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.gk-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-karte__wege {
  display: grid;
  gap: .3rem;
  font-size: .92rem;
}
.gk-karte__wege a, .gk-karte__wege > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--color-text);
}
.gk-karte__wege a:hover {
  text-decoration: underline;
}
.gk-karte__wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
:root[data-theme="dark"] .gk-knopf, :root:not([data-theme="light"]) .gk-knopf {
  color: var(--color-bg);
}
.gk-filterleiste {
  position: sticky;
  top: 4.75rem;
  z-index: 10;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}
.gk-filterleiste__innen {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  padding-block: .9rem;
}
.gk-filtergruppe {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.gk-feld {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .9rem;
  color: var(--color-text-muted);
}
.gk-feld input {
  font-family: inherit;
  font-size: .9rem;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--spacing-r1);
  padding: .38rem .6rem;
  min-height: 2.4rem;
}
.gk-treffer {
  margin-left: auto;
  font-size: .9rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.gk-monat {
  margin-top: 2.5rem;
}
.gk-monat:first-of-type {
  margin-top: 0;
}
.gk-monat__kopf {
  position: sticky;
  top: 8.5rem;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border-strong);
  padding-block: .5rem;
  margin-bottom: .25rem;
  display: flex;
  align-items: baseline;
  gap: .75rem;
}
.gk-monat__name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -.01em;
}
.gk-monat__zahl {
  font-size: .85rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.gk-ganztag {
  font-size: .78rem;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .05rem .5rem;
  margin-left: .5rem;
  white-space: nowrap;
}
@media (max-width: 62rem) {
  .gk-rumpf--zwei {
    grid-template-columns: minmax(0, 1fr);
  }
  .gk-neben {
    position: static;
  }
  .gk-einstieg__raster {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
  .gk-filterleiste, .gk-monat__kopf {
    position: static;
  }
}
@media (max-width: 40rem) {
  .gk-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-kennzeile dd {
    font-size: 1.4rem;
  }
  .gk-spur__pfeil {
    display: none;
  }
  .gk-treffer {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width:40rem) {
  :root[data-schrift="sehr-gross"] .gk-ganztag {
    display: inline-block;
    margin-left: 0;
  }
  :root[data-schrift="sehr-gross"] .gk-spur a, :root[data-schrift="sehr-gross"] .gk-spur div {
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0 .8rem;
  }
}
.gk-nav a:hover {
  border-bottom-color: var(--color-border-strong);
}
.gk-krumen a:hover {
  text-decoration: underline;
}
.gk-einstieg__titel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 1.5rem;
  align-items: start;
}
.gk-einstieg__wappen {
  width: 3.6rem;
  height: auto;
  grid-row: span 3;
  margin-top: .35rem;
}
.gk-einstieg__titel .gk-etikett {
  align-self: end;
}
.gk-kennzeile > div {
  padding-block: .25rem;
}
.gk-kennzeile dd small {
  font-size: .95rem;
  font-weight: 500;
  color: var(--color-text-muted);
  letter-spacing: 0;
}
.gk-ortsbild {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  background: var(--color-bg-alt);
}
.gk-ortsbild svg {
  display: block;
  width: 100%;
  height: auto;
}
.gk-ortsbild figcaption {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  padding: .55rem .8rem;
  border-top: 1px solid var(--color-border);
}
.gk-block__weiter:hover {
  text-decoration: underline;
}
.gk-haeuser {
  display: grid;
  gap: .1rem;
}
.gk-haus {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 0 1rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-haus:hover {
  background: var(--color-bg-alt);
}
.gk-haus__zeichen {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  color: var(--color-text-muted);
  grid-row: span 2;
}
.gk-haus__zeichen svg {
  width: 20px;
  height: 20px;
}
.gk-haus__name {
  font-weight: 600;
  font-size: 1.05rem;
}
.gk-haus__satz {
  color: var(--color-text-muted);
  font-size: .95rem;
  grid-column: 2;
}
.gk-haus__pfeil {
  color: var(--color-text-muted);
  grid-row: span 2;
  align-self: center;
}
:root[data-theme="dark"] .gk-monogramm, .gk-monogramm {
  color: var(--color-bg);
}
.gk-marken__feld:nth-child(2) .gk-monogramm {
  background: var(--color-success);
}
.gk-marken__feld:nth-child(3) .gk-monogramm {
  background: var(--color-flaeche-bild-b);
}
.gk-marken__feld:nth-child(4) .gk-monogramm {
  background: var(--color-text-muted);
}
.gk-marken__feld:nth-child(5) .gk-monogramm {
  background: var(--color-primary);
}
.gk-termine {
  display: grid;
  gap: .1rem;
}
.gk-termin {
  display: grid;
  grid-template-columns: 3.7rem minmax(0, 1fr) auto;
  gap: 0 1.25rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: var(--spacing-r1);
}
.gk-termin:hover {
  background: var(--color-bg-alt);
}
.gk-termin__datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-termin__tag {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-termin__monat {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-termin__name {
  font-weight: 600;
  font-size: 1.02rem;
}
.gk-termin__wann {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-termin__pfeil {
  color: var(--color-text-muted);
  grid-row: span 2;
  align-self: center;
}
.gk-termin.gk-termin--ohne {
  cursor: default;
}
.gk-termin.gk-termin--ohne:hover {
  background: none;
}
.gk-wochenzeiten .gk-spanne {
  white-space: nowrap;
}
@media (max-width: 62rem) {
  .gk-rumpf {
    grid-template-columns: minmax(0, 1fr);
  }
  .gk-ortsbild {
    order: -1;
  }
}
@media (max-width: 40rem) {
  .gk-haus, .gk-termin {
    padding-right: 0;
  }
  .gk-termin {
    grid-template-columns: 3.7rem minmax(0, 1fr);
  }
  .gk-termin__pfeil, .gk-haus__pfeil {
    display: none;
  }
}
@media (max-width:40rem) {
  :root[data-schrift="sehr-gross"] .gk-ort__zahl, :root[data-schrift="sehr-gross"] .gk-ort__name, :root[data-schrift="sehr-gross"] .gk-haus__satz {
    overflow-wrap: anywhere;
  }
}
.gk-person {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .15rem clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
  padding-bottom: 3.25rem;
  max-width: 52rem;
}
.gk-portrait {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text-muted);
  letter-spacing: .02em;
  grid-row: span 3;
}
.gk-person h1 {
  font-size: clamp(2.1rem, 4.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  margin-block: .4rem .5rem;
}
.gk-person__rolle {
  font-size: 1.1rem;
  color: var(--color-text-muted);
}
.gk-person__karte {
  grid-row: span 3;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  background: var(--color-bg-alt);
  padding: 1.15rem 1.25rem;
  display: grid;
  gap: .75rem;
}
.gk-person__karte h2 {
  font-size: 1rem;
}
.gk-zeilen {
  display: grid;
}
.gk-karte h2 {
  font-size: 1.02rem;
}
.gk-hinweis {
  font-size: .88rem;
  color: var(--color-text-muted);
  border-left: 2px solid var(--color-border-strong);
  padding-left: .85rem;
}
.gk-tafel__ort svg {
  width: 34px;
  height: 42px;
  flex: none;
}
.gk-tafel__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.gk-tafel__zusatz {
  font-size: .9rem;
  color: var(--color-dark-text-muted);
}
.gk-tafel__zeit {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.gk-tafel__uhr {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.gk-tafel__datum {
  font-size: .95rem;
  color: var(--color-dark-text-muted);
}
.gk-tafel__punkt {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: var(--color-dark-success);
  flex: none;
}
.gk-tafel__raster {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: 1.75rem;
}
.gk-tafel__titel {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
  margin-bottom: .85rem;
  line-height: 1.05;
}
.gk-aemter {
  display: grid;
  gap: 1px;
  background: var(--color-dark-border);
  border: 1px solid var(--color-dark-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
}
.gk-amt {
  background: var(--color-dark-bg-alt);
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
}
.gk-amt__zimmer {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  text-align: center;
  color: var(--color-text-on-dark);
}
.gk-amt__zimmer small {
  display: block;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
}
.gk-amt__name {
  font-size: 1.15rem;
  font-weight: 600;
}
.gk-amt__person {
  font-size: .92rem;
  color: var(--color-dark-text-muted);
}
.gk-amt__tel {
  font-size: 1.05rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.gk-amt--zu .gk-amt__name, .gk-amt--zu .gk-amt__zimmer {
  color: var(--color-dark-text-muted);
}
.gk-amt__vermerk {
  font-size: .8rem;
  color: var(--color-dark-primary);
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.gk-tafel__spalte {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}
.gk-tafel__karte {
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: var(--spacing-r1);
  padding: 1.15rem 1.25rem;
}
.gk-tafel__karte h3 {
  font-size: 1.05rem;
  margin-bottom: .35rem;
}
.gk-tafel__karte p {
  font-size: .93rem;
  color: var(--color-dark-text-muted);
}
.gk-tafel__termin {
  display: grid;
  grid-template-columns: 3.7rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}
.gk-tafel__datumsblock {
  text-align: center;
  border-right: 1px solid var(--color-dark-border);
  padding-right: .85rem;
  font-variant-numeric: tabular-nums;
}
.gk-tafel__datumsblock b {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.gk-tafel__datumsblock small {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
}
.gk-tafel__notruf {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-dark-border);
  margin-top: 1.75rem;
  padding-top: 1.1rem;
  font-size: .95rem;
  color: var(--color-dark-text-muted);
}
.gk-tafel__notruf b {
  color: var(--color-text-on-dark);
  font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
}
.gk-tafel__rahmen {
  background: var(--color-bg-alt);
  padding: clamp(1rem, 3vw, 2.25rem);
}
.gk-tafel__bildschirm {
  max-width: 64rem;
  margin-inline: auto;
  border-radius: var(--spacing-r2);
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}
@media (max-width:62rem) {
  .gk-rumpf {
    grid-template-columns: minmax(0, 1fr);
  }
  .gk-person {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .gk-person__karte {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 1.5rem;
  }
  .gk-tafel__raster {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width:40rem) {
  .gk-portrait {
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
  }
  .gk-person {
    grid-template-columns: 5rem minmax(0, 1fr);
  }
  .gk-amt {
    grid-template-columns: 3.5rem minmax(0, 1fr);
  }
  .gk-amt__tel {
    grid-column: 2;
  }
  :root[data-schrift="sehr-gross"] .gk-amt {
    grid-template-columns: minmax(0, 1fr);
  }
  :root[data-schrift="sehr-gross"] .gk-amt__zimmer {
    text-align: left;
  }
  :root[data-schrift="sehr-gross"] .gk-amt__tel, :root[data-schrift="sehr-gross"] .gk-amt__vermerk {
    grid-column: 1;
  }
}
.gk-vorspann {
  padding-block: 2.5rem 1.75rem;
}
.gk-vorspann h1 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  letter-spacing: -.03em;
  margin-block: .4rem .6rem;
}
.gk-vorspann p {
  color: var(--color-text-muted);
  max-width: 44em;
}
.gk-rahmen {
  background: var(--color-bg-alt);
  border-block: 1px solid var(--color-border);
  padding: clamp(1rem, 3vw, 2.5rem);
}
.gk-geraet {
  max-width: 66rem;
  margin-inline: auto;
  border-radius: var(--spacing-r2);
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .10);
}
.gk-schirm {
  position: relative;
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  aspect-ratio: 16/9;
  min-height: 24rem;
  display: grid;
}
.gk-tafel[data-aktiv] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.gk-tafel__ortname {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.1;
}
.gk-tafel__ortzusatz {
  font-size: .82rem;
  color: var(--color-dark-text-muted);
}
.gk-tafel__uhr b {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}
.gk-tafel__uhr small {
  font-size: .82rem;
  color: var(--color-dark-text-muted);
}
.gk-tafel__mitte {
  display: grid;
  align-content: center;
  gap: .9rem;
}
.gk-tafel__art {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-dark-primary);
}
.gk-tafel__satz {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  color: var(--color-dark-text-muted);
  max-width: 34em;
}
.gk-stand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 600;
  color: var(--color-text-on-dark);
  font-size: .95rem;
  border-left: 2px solid var(--color-border-strong);
  padding-left: .85rem;
  margin-top: 2.5rem;
}
.gk-stand__punkt {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--color-dark-success);
  flex: none;
}
.gk-gruss {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
}
.gk-gruss svg {
  width: clamp(4.5rem, 9vw, 7rem);
  height: auto;
}
.gk-termin__datum b {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.gk-termin__datum small {
  display: block;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
}
.gk-frist {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}
.gk-frist__zahl {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--color-dark-warning);
  font-variant-numeric: tabular-nums;
}
.gk-frist__wort {
  font-size: 1.15rem;
  color: var(--color-dark-text-muted);
}
.gk-notrufe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(11rem, 100%), 1fr));
  gap: .85rem;
}
.gk-notruf {
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: var(--spacing-r1);
  padding: 1rem 1.15rem;
}
.gk-notruf b {
  display: block;
  font-size: clamp(1.4rem, 5.2vw, 2rem);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.gk-notruf span {
  font-size: .9rem;
  color: var(--color-dark-text-muted);
}
.gk-lauf {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: .35rem;
  padding: 0 clamp(1.5rem, 3.6vw, 3rem) clamp(1rem, 2vw, 1.5rem);
}
.gk-lauf__strich {
  height: 3px;
  flex: 1;
  background: var(--color-dark-border);
  border-radius: 2px;
  overflow: hidden;
}
.gk-lauf__strich i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--color-text-on-dark);
}
.gk-lauf__strich[data-aktiv] i {
  width: 100%;
  transition: width 9s linear;
}
.gk-lauf__strich[data-vorbei] i {
  width: 100%;
  background: var(--color-dark-text-muted);
}
.gk-steuerung {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  padding-block: 1.25rem;
}
.gk-steuerung button {
  font-family: inherit;
  font-size: .9rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .5rem 1rem;
  cursor: pointer;
}
.gk-steuerung button:hover {
  border-color: var(--color-text-muted);
}
.gk-steuerung p {
  font-size: .88rem;
  color: var(--color-text-muted);
}
.gk-steuerung nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem 1rem;
}
.gk-steuerung nav a {
  font-size: .88rem;
  color: var(--color-text-muted);
  text-decoration: none;
}
.gk-steuerung nav a:hover {
  color: var(--color-text);
  text-decoration: underline;
}
@media (max-width:40rem) {
  .gk-schirm {
    aspect-ratio: auto;
    min-height: 30rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gk-tafel {
    transition: none;
    transform: none;
  }
  .gk-lauf__strich[data-aktiv] i {
    transition: none;
  }
}
@media (max-width:40rem) {
  :root[data-schrift="sehr-gross"] .gk-tafel__titel, :root[data-schrift="sehr-gross"] .gk-notruf b {
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
.gk-alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 4.75rem;
  background: var(--color-bg);
  z-index: 10;
}
.gk-alphabet a, .gk-alphabet span {
  min-width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  font-size: .9rem;
  font-weight: 600;
  border-radius: var(--spacing-r1);
  text-decoration: none;
  position: relative;
}
.gk-alphabet a {
  border: 1px solid var(--color-border-strong);
}
.gk-alphabet a::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-alphabet a:hover {
  border-color: var(--color-text-muted);
}
.gk-alphabet span {
  color: var(--color-border-strong);
}
.gk-gruppe {
  margin-top: 2.5rem;
}
.gk-gruppe:first-of-type {
  margin-top: 0;
}
.gk-eintrag {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: .25rem 1.25rem;
  align-items: center;
  padding: 1.2rem .75rem 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-eintrag:hover {
  background: var(--color-bg-alt);
}
.gk-eintrag__name {
  font-weight: 600;
  font-size: 1.05rem;
}
.gk-eintrag__satz {
  grid-column: 1;
  color: var(--color-text-muted);
  font-size: .93rem;
}
.gk-eintrag__stelle {
  font-size: .88rem;
  color: var(--color-text-muted);
  grid-row: span 2;
  white-space: nowrap;
}
.gk-eintrag__pfeil {
  color: var(--color-text-muted);
  grid-row: span 2;
}
.gk-marke-extern {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .78rem;
  font-weight: 600;
  color: var(--color-text-muted);
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .1rem .55rem;
}
.gk-dok {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto auto;
  gap: .25rem 1rem;
  align-items: center;
  padding: 1.2rem .75rem 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-dok:hover {
  background: var(--color-bg-alt);
}
.gk-dok__zeichen {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  color: var(--color-text-muted);
  grid-row: span 2;
}
.gk-dok__zeichen svg {
  width: 19px;
  height: 19px;
}
.gk-dok__name {
  font-weight: 600;
  font-size: 1.04rem;
  overflow-wrap: break-word;
}
.gk-dok__satz {
  grid-column: 2;
  color: var(--color-text-muted);
  font-size: .92rem;
}
.gk-dok__stand {
  font-size: .88rem;
  color: var(--color-text-muted);
  grid-row: span 2;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.gk-dok__datei {
  font-size: .82rem;
  color: var(--color-text-muted);
  grid-row: span 2;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.gk-dok__datei svg {
  width: 14px;
  height: 14px;
}
.gk-dok--aufgehoben .gk-dok__name {
  color: var(--color-text-muted);
  text-decoration: line-through;
}
.gk-kartenfeld {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
.gk-kartenbild {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  background: var(--color-flaeche-karte-land);
  position: sticky;
  top: 6.25rem;
}
.gk-kartenbild svg {
  display: block;
  width: 100%;
  height: auto;
}
.gk-punkt {
  cursor: pointer;
}
.gk-punkt circle {
  transition: r .15s ease;
}
.gk-punkt[data-hell] circle:first-child {
  r: 9;
}
.gk-punkt text {
  font-size: 9px;
  font-weight: 600;
  fill: var(--color-text);
  font-family: var(--font-body);
}
.gk-ortsliste {
  display: grid;
}
.gk-ortsliste h3 {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: .5rem;
}
.gk-ortszeile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .15rem 1rem;
  align-items: center;
  padding: .9rem .75rem .9rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  cursor: pointer;
}
.gk-ortszeile:hover, .gk-ortszeile[data-hell] {
  background: var(--color-bg-alt);
}
.gk-ortszeile__name {
  font-weight: 600;
}
.gk-ortszeile__art {
  grid-column: 1;
  font-size: .88rem;
  color: var(--color-text-muted);
}
.gk-ortszeile__zahl {
  font-size: .88rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
  grid-row: span 2;
}
.gk-kartenfuss {
  font-size: .82rem;
  color: var(--color-text-muted);
  padding: .7rem .9rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-bg);
}
.gk-kartenfuss a {
  color: inherit;
}
.gk-text {
  max-width: 38em;
}
.gk-text p {
  margin-bottom: 1.1rem;
}
.gk-text h2 {
  font-size: 1.35rem;
  margin-block: 2.5rem 1rem;
}
.gk-text h2:first-child {
  margin-top: 0;
}
.gk-chronik {
  display: grid;
  margin-top: .5rem;
}
.gk-station {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
}
.gk-station__jahr {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  color: var(--color-primary);
  line-height: 1.1;
}
.gk-station__name {
  font-weight: 600;
}
.gk-station__satz {
  color: var(--color-text-muted);
  font-size: .95rem;
}
@media (max-width:62rem) {
  .gk-kartenfeld {
    grid-template-columns: minmax(0, 1fr);
  }
  .gk-kartenbild {
    position: static;
  }
  .gk-alphabet {
    position: static;
  }
}
@media (max-width:40rem) {
  .gk-eintrag {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .gk-eintrag__stelle {
    grid-row: auto;
    grid-column: 1;
  }
  .gk-dok {
    grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  }
  .gk-dok__stand {
    grid-row: auto;
    grid-column: 2;
  }
  .gk-station {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 1rem;
  }
  .gk-station__jahr {
    font-size: 1.2rem;
  }
  :root[data-schrift="sehr-gross"] .gk-dok__stand {
    white-space: normal;
  }
  :root[data-schrift="sehr-gross"] .gk-dok {
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }
  :root[data-schrift="sehr-gross"] .gk-dok__stand, :root[data-schrift="sehr-gross"] .gk-dok__datei {
    grid-column: 2;
    grid-row: auto;
  }
}
.gk-fachkopf {
  position: relative;
  background: var(--color-flaeche-illu-a);
  border-bottom: 1px solid var(--color-border);
}
.gk-fachkopf__bild {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.gk-fachkopf__bild svg {
  width: 100%;
  height: 100%;
  display: block;
}
.gk-fachkopf__innen {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  min-height: clamp(15rem, 26vw, 20rem);
}
.gk-fachkopf__bildzeile {
  align-self: end;
  padding: 0 0 1rem 1.25rem;
}
.gk-fachkopf__bildzeile span {
  background: var(--color-bg);
  padding: .3rem .6rem;
  border-radius: var(--spacing-r1);
}
.gk-fachkopf__panel {
  background: var(--color-flaeche-hero-flaeche);
  color: var(--color-flaeche-hero-text);
  clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
  padding: clamp(2rem, 4vw, 3rem) var(--spacing-container) clamp(2rem, 4vw, 3rem) clamp(3.5rem, 5.5vw, 4.75rem);
  display: grid;
  align-content: center;
  gap: .85rem;
}
.gk-fachkopf__panel .gk-etikett {
  color: var(--color-flaeche-hero-text);
  opacity: .75;
}
.gk-fachkopf h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.gk-fachkopf__satz {
  font-size: 1.05rem;
  line-height: 1.55;
  opacity: .88;
  max-width: 30em;
}
.gk-fachkopf__krumen {
  position: relative;
}
.gk-fachkopf__krumen .gk-krumen {
  margin-bottom: 0;
  padding-block: 1.1rem;
}
.gk-fliess + .gk-fliess {
  margin-top: .9rem;
}
.gk-zeile, .gk-spur {
  scroll-margin-top: var(--spacing-r4);
}
.gk-zeile--amt {
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  row-gap: .3rem;
}
.gk-zeile__person {
  grid-column: 2;
  font-size: .95rem;
}
.gk-zeile--amt .gk-zeile__satz {
  grid-column: 2;
  font-size: .92rem;
}
.gk-zeile--amt .gk-zeile__name a {
  text-decoration: none;
}
.gk-zeile--amt .gk-zeile__name a:hover {
  text-decoration: underline;
}
.gk-zeile__tel {
  grid-row: span 2;
  align-self: center;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
.gk-zeile__tel:hover {
  text-decoration: underline;
}
.gk-weg svg {
  width: 22px;
  height: 22px;
  color: var(--color-text-muted);
  margin-bottom: .35rem;
}
.gk-spur a, .gk-spur div.gk-zeitzeile {
  display: grid;
  grid-template-columns: 3.9rem minmax(0, 1fr) auto;
  gap: 0 1.25rem;
  align-items: start;
  padding: 1.2rem .75rem 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-datum--serie small {
  font-size: .62rem;
  letter-spacing: .05em;
  line-height: 1.25;
}
.gk-wann {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 1.25rem;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.4rem 1.5rem;
  background: var(--color-bg-alt);
}
.gk-wann__block {
  text-align: center;
  border-right: 1px solid var(--color-border-strong);
  padding-right: 1.75rem;
  font-variant-numeric: tabular-nums;
}
.gk-wann__tag {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
}
.gk-wann__monat {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-top: .2rem;
}
.gk-wann__zeile {
  font-size: 1.1rem;
  font-weight: 600;
}
.gk-wann__zusatz {
  color: var(--color-text-muted);
  font-size: .95rem;
  margin-top: .2rem;
}
.gk-wann__abstand {
  color: var(--color-primary);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.gk-fristen {
  display: grid;
  gap: .9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gk-frist + .gk-frist {
  border-top: 1px solid var(--color-border);
  padding-top: .9rem;
}
.gk-frist__rest {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-frist__name {
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.35;
  text-decoration: none;
}
.gk-frist__name:hover {
  text-decoration: underline;
}
.gk-frist__satz {
  font-size: .88rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.gk-illu {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  background: var(--color-flaeche-illu-a);
}
.gk-illu svg {
  display: block;
  width: 100%;
  height: auto;
}
.gk-illu figcaption {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  padding: .55rem .8rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-bg);
}
@media (max-width:62rem) {
  .gk-fachkopf__innen {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .gk-fachkopf__bild {
    position: relative;
    inset: auto;
    height: clamp(8rem, 28vw, 12rem);
  }
  .gk-fachkopf__bildzeile {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .gk-fachkopf__panel {
    clip-path: polygon(0 1.75rem, 100% 0, 100% 100%, 0 100%);
    padding: clamp(2.5rem, 7vw, 3.25rem) var(--spacing-container) 2rem;
  }
  .gk-einstieg__raster {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
}
@media (max-width:40rem) {
  .gk-fachkopf h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }
  .gk-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-kennzeile dd {
    font-size: 1.35rem;
  }
  .gk-zeile__pfeil, .gk-spur__pfeil {
    display: none;
  }
  .gk-wann {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .gk-wann__block {
    border-right: none;
    border-bottom: 1px solid var(--color-border-strong);
    padding: 0 0 1rem;
  }
  :root[data-schrift="sehr-gross"] .gk-zeile--amt {
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }
  :root[data-schrift="sehr-gross"] .gk-zeile__tel {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
  }
}
/* ── Schicht: Studien-scoped Aliasse (W11-2d, Befund b aus W11-1) ── */
.gk-startseite-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-bus-und-bahn-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-fuenf-listen-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-hub-und-liste-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-ortsteil-blatt-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 20;
}
.gk-person-und-tafel-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}
.gk-vier-restliche-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-vier-seiten-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-startseite-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}
.gk-bus-und-bahn-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-fuenf-listen-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-hub-und-liste-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-ortsteil-blatt-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--width-aside);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.gk-person-und-tafel-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19rem;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.gk-vier-restliche-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-vier-seiten-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-startseite-block + .gk-startseite-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-bus-und-bahn-block + .gk-bus-und-bahn-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-fuenf-listen-block + .gk-fuenf-listen-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-hub-und-liste-block + .gk-hub-und-liste-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-ortsteil-blatt-block + .gk-ortsteil-blatt-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-person-und-tafel-block + .gk-person-und-tafel-block {
  margin-top: clamp(3.5rem, 6vw, 5rem);
}
.gk-vier-restliche-block + .gk-vier-restliche-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-vier-seiten-block + .gk-vier-seiten-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-startseite-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-bus-und-bahn-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-fuenf-listen-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-hub-und-liste-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-ortsteil-blatt-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-person-und-tafel-block__kopf {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-vier-restliche-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-vier-seiten-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-startseite-block__kopf h2 {
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.gk-bus-und-bahn-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-fuenf-listen-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-hub-und-liste-block__kopf h2 {
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.gk-ortsteil-blatt-block__kopf h2 {
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.gk-person-und-tafel-block__kopf h2 {
  font-size: 1.35rem;
  letter-spacing: -.02em;
}
.gk-vier-restliche-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-vier-seiten-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-startseite-datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-hub-und-liste-datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-vier-seiten-datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-startseite-datum b {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-hub-und-liste-datum b {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-vier-seiten-datum b {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-startseite-datum small {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-hub-und-liste-datum small {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-vier-seiten-datum small {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  hyphens: none;
  overflow-wrap: break-word;
}
.gk-startseite-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-hub-und-liste-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-ortsteil-blatt-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: .1rem;
}
.gk-vier-seiten-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-startseite-wege {
  display: grid;
  gap: .4rem;
  margin-top: .6rem;
  font-size: .95rem;
}
.gk-bus-und-bahn-wege {
  display: grid;
  gap: .4rem;
  font-size: .93rem;
}
.gk-fuenf-listen-wege {
  display: grid;
  gap: .4rem;
  font-size: .93rem;
}
.gk-hub-und-liste-wege {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  align-items: stretch;
}
.gk-person-und-tafel-wege {
  display: grid;
  gap: .35rem;
  font-size: .93rem;
}
.gk-vier-restliche-wege {
  display: grid;
  gap: .4rem;
  font-size: .93rem;
}
.gk-vier-seiten-wege {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  align-items: stretch;
}
.gk-startseite-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-bus-und-bahn-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-fuenf-listen-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .15rem .5rem;
  flex-wrap: wrap;
}
.gk-person-und-tafel-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-vier-restliche-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-startseite-wege a:hover {
  text-decoration: underline;
}
.gk-bus-und-bahn-wege a:hover {
  text-decoration: underline;
}
.gk-fuenf-listen-wege a:hover {
  text-decoration: underline;
}
.gk-person-und-tafel-wege a:hover {
  text-decoration: underline;
}
.gk-vier-restliche-wege a:hover {
  text-decoration: underline;
}
.gk-startseite-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-bus-und-bahn-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-fuenf-listen-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-person-und-tafel-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-vier-restliche-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-startseite-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .7rem 1.1rem;
  font-weight: 600;
  font-size: .95rem;
  margin-top: .8rem;
}
.gk-fuenf-listen-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .7rem 1.05rem;
  font-weight: 600;
  font-size: .95rem;
  gap: .5rem;
}
.gk-hub-und-liste-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .65rem 1rem;
  font-weight: 600;
  font-size: .95rem;
}
.gk-vier-seiten-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .7rem 1.05rem;
  font-weight: 600;
  font-size: .95rem;
  gap: .5rem;
}
:root[data-theme="dark"] .gk-startseite-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
:root[data-theme="dark"] .gk-fuenf-listen-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
:root[data-theme="dark"] .gk-hub-und-liste-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
:root[data-theme="dark"] .gk-vier-seiten-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
.gk-bus-und-bahn-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-fuenf-listen-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-hub-und-liste-einstieg__satz {
  font-size: 1.12rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-ortsteil-blatt-einstieg__satz {
  font-size: 1.12rem;
  color: var(--color-text-muted);
  max-width: 34em;
  margin-bottom: 1.75rem;
}
.gk-vier-restliche-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-vier-seiten-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-bus-und-bahn-pille {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .92rem;
  font-weight: 500;
  font-family: inherit;
  background: none;
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}
.gk-fuenf-listen-pille {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .92rem;
  font-weight: 500;
  font-family: inherit;
  background: none;
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}
.gk-hub-und-liste-pille {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .4rem .85rem;
  font-size: .9rem;
  font-weight: 500;
  font-family: inherit;
  background: none;
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}
.gk-bus-und-bahn-pille::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-fuenf-listen-pille::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-hub-und-liste-pille::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-bus-und-bahn-pille:hover {
  border-color: var(--color-text-muted);
}
.gk-fuenf-listen-pille:hover {
  border-color: var(--color-text-muted);
}
.gk-hub-und-liste-pille:hover {
  border-color: var(--color-text-muted);
}
.gk-bus-und-bahn-pille[aria-pressed="true"] {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-bg);
}
.gk-fuenf-listen-pille[aria-pressed="true"] {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-bg);
}
.gk-hub-und-liste-pille[aria-pressed="true"] {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-bg);
}
.gk-bus-und-bahn-tafel {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
}
.gk-person-und-tafel-tafel {
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  container-type: inline-size;
}
.gk-schaufenster-tafel {
  padding: clamp(1.5rem, 3.6vw, 3rem);
  grid-area: 1/1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(.6rem) scale(.995);
  transition: opacity 1.5s cubic-bezier(.4, 0, .2, 1), transform 1.5s cubic-bezier(.4, 0, .2, 1), visibility 1.5s;
}
.gk-bus-und-bahn-tafel__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}
.gk-person-und-tafel-tafel__kopf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-dark-border);
  padding-bottom: 1.25rem;
}
.gk-schaufenster-tafel__kopf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.gk-bus-und-bahn-tafel__ort {
  font-weight: 600;
  font-size: 1.05rem;
}
.gk-person-und-tafel-tafel__ort {
  display: flex;
  align-items: center;
  gap: .9rem;
}
.gk-schaufenster-tafel__ort {
  display: flex;
  align-items: center;
  gap: .8rem;
}
.gk-bus-und-bahn-tafel__stand {
  font-size: .88rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.gk-person-und-tafel-tafel__stand {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: 999px;
  padding: .5rem 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
.gk-bus-und-bahn-tafel__fuss {
  padding: .9rem 1.25rem;
  font-size: .88rem;
  color: var(--color-text-muted);
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
}
.gk-schaufenster-tafel__fuss {
  font-size: .9rem;
  color: var(--color-dark-text-muted);
  border-top: 1px solid var(--color-dark-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1rem;
}
.gk-bus-und-bahn-anhang {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) auto;
  gap: .15rem .9rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: .75rem .9rem;
}
.gk-fuenf-listen-anhang {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) auto;
  gap: .15rem .9rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: .75rem .9rem;
  margin-top: .6rem;
}
.gk-bus-und-bahn-anhang:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-border-strong);
}
.gk-fuenf-listen-anhang:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-border-strong);
}
.gk-fuenf-listen-marken {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(9.5rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border-radius: var(--spacing-r1);
  overflow: hidden;
}
.gk-ortsteil-blatt-marken {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(9rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.gk-fuenf-listen-marken__feld {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 2rem 1.25rem;
  display: grid;
  gap: .55rem;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  min-height: 9rem;
  align-content: center;
}
.gk-ortsteil-blatt-marken__feld {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 2rem 1.25rem;
  display: grid;
  gap: .55rem;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  min-height: 8.5rem;
  align-content: center;
}
.gk-fuenf-listen-marken__feld:hover {
  background: var(--color-bg-alt);
}
.gk-ortsteil-blatt-marken__feld:hover {
  background: var(--color-bg-alt);
}
.gk-fuenf-listen-monogramm {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .95rem;
  font-weight: 700;
  color: var(--color-text-on-dark);
  background: var(--color-primary-hover);
}
.gk-ortsteil-blatt-monogramm {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .95rem;
  font-weight: 700;
  color: var(--color-bg);
  background: var(--color-primary-hover);
  letter-spacing: .02em;
}
:root[data-theme="dark"] .gk-fuenf-listen-monogramm {
  color: var(--color-text-on-dark);
}
.gk-fuenf-listen-marken__feld:nth-child(5n+2) .gk-fuenf-listen-monogramm {
  background: var(--color-success);
}
.gk-fuenf-listen-marken__feld:nth-child(5n+3) .gk-fuenf-listen-monogramm {
  background: var(--color-flaeche-bild-b);
}
.gk-fuenf-listen-marken__feld:nth-child(5n+4) .gk-fuenf-listen-monogramm {
  background: var(--color-text-muted);
}
.gk-fuenf-listen-marken__feld:nth-child(5n+5) .gk-fuenf-listen-monogramm {
  background: var(--color-primary);
}
.gk-fuenf-listen-zeile {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: .2rem 1rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  scroll-margin-top: var(--spacing-r4);
}
.gk-person-und-tafel-zeile {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 0 1rem;
  align-items: start;
  padding: 1.2rem .75rem 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-vier-seiten-zeile {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 0 1rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
a.gk-fuenf-listen-zeile:hover {
  background: var(--color-bg-alt);
}
a.gk-person-und-tafel-zeile:hover {
  background: var(--color-bg-alt);
}
a.gk-vier-seiten-zeile:hover {
  background: var(--color-bg-alt);
}
.gk-fuenf-listen-zeile__name {
  font-weight: 600;
  font-size: 1.04rem;
}
.gk-person-und-tafel-zeile__name {
  font-weight: 600;
  font-size: 1.02rem;
}
.gk-vier-seiten-zeile__name {
  font-weight: 600;
  font-size: 1.04rem;
}
.gk-fuenf-listen-zeile__satz {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-person-und-tafel-zeile__satz {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-vier-seiten-zeile__satz {
  color: var(--color-text-muted);
  font-size: .94rem;
  grid-column: 2;
}
.gk-fuenf-listen-pille small {
  opacity: .6;
  font-variant-numeric: tabular-nums;
}
.gk-hub-und-liste-pille small {
  opacity: .6;
  font-variant-numeric: tabular-nums;
}
.gk-fuenf-listen-gruppe__kopf {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  border-bottom: 1px solid var(--color-border-strong);
  padding-bottom: .4rem;
  margin-bottom: .4rem;
}
.gk-vier-restliche-gruppe__kopf {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-border-strong);
  padding-bottom: .35rem;
  margin-bottom: .5rem;
}
.gk-fuenf-listen-knopf svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.gk-vier-seiten-knopf svg {
  width: 17px;
  height: 17px;
}
.gk-hub-und-liste-kennzeile {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
  margin-top: 1.75rem;
}
.gk-ortsteil-blatt-kennzeile {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
}
.gk-vier-seiten-kennzeile {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
  margin-top: 1.6rem;
}
.gk-hub-und-liste-kennzeile dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-ortsteil-blatt-kennzeile dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-vier-seiten-kennzeile dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-hub-und-liste-kennzeile dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.gk-ortsteil-blatt-kennzeile dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.gk-vier-seiten-kennzeile dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.gk-hub-und-liste-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.15rem 1.25rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .8rem;
}
.gk-ortsteil-blatt-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .8rem;
}
.gk-person-und-tafel-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .85rem;
}
.gk-vier-seiten-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .8rem;
}
.gk-hub-und-liste-karte h3 {
  font-size: 1.02rem;
}
.gk-ortsteil-blatt-karte h3 {
  font-size: 1.02rem;
}
.gk-vier-seiten-karte h3 {
  font-size: 1.02rem;
}
.gk-hub-und-liste-karte p {
  font-size: .93rem;
  color: var(--color-text-muted);
}
.gk-vier-seiten-karte p {
  font-size: .93rem;
  color: var(--color-text-muted);
}
.gk-hub-und-liste-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
  color: var(--color-text);
}
.gk-ortsteil-blatt-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.gk-person-und-tafel-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.gk-vier-restliche-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.gk-vier-seiten-jetzt {
  display: block;
  font-size: .92rem;
  font-weight: 600;
  color: var(--color-text);
}
.gk-hub-und-liste-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-ortsteil-blatt-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-person-und-tafel-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-vier-restliche-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-vier-seiten-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  display: inline-block;
  margin-right: .3rem;
  vertical-align: .1em;
}
.gk-hub-und-liste-karte__wege {
  display: grid;
  gap: .3rem;
  font-size: .92rem;
}
.gk-ortsteil-blatt-karte__wege {
  display: grid;
  gap: .3rem;
  font-size: .92rem;
}
.gk-vier-seiten-karte__wege {
  display: grid;
  gap: .35rem;
  font-size: .92rem;
}
.gk-hub-und-liste-karte__wege a, .gk-hub-und-liste-karte__wege > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--color-text);
}
.gk-ortsteil-blatt-karte__wege a, .gk-ortsteil-blatt-karte__wege > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .45rem;
}
.gk-vier-seiten-karte__wege a, .gk-vier-seiten-karte__wege > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .15rem .45rem;
  color: var(--color-text);
  flex-wrap: wrap;
}
.gk-hub-und-liste-karte__wege a:hover {
  text-decoration: underline;
}
.gk-ortsteil-blatt-karte__wege a:hover {
  text-decoration: underline;
}
.gk-vier-seiten-karte__wege a:hover {
  text-decoration: underline;
}
.gk-hub-und-liste-karte__wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-ortsteil-blatt-karte__wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-vier-seiten-karte__wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
:root[data-theme="dark"] .gk-hub-und-liste-knopf, :root:not([data-theme="light"]) .gk-hub-und-liste-knopf {
  color: var(--color-bg);
}
.gk-ortsteil-blatt-kennzeile > div {
  padding-block: .25rem;
}
.gk-ortsteil-blatt-kennzeile dd small {
  font-size: .95rem;
  font-weight: 500;
  color: var(--color-text-muted);
  letter-spacing: 0;
}
.gk-vier-seiten-kennzeile dd small {
  font-size: .9rem;
  font-weight: 500;
  color: var(--color-text-muted);
}
:root[data-theme="dark"] .gk-ortsteil-blatt-monogramm, .gk-ortsteil-blatt-monogramm {
  color: var(--color-bg);
}
.gk-ortsteil-blatt-marken__feld:nth-child(2) .gk-ortsteil-blatt-monogramm {
  background: var(--color-success);
}
.gk-ortsteil-blatt-marken__feld:nth-child(3) .gk-ortsteil-blatt-monogramm {
  background: var(--color-flaeche-bild-b);
}
.gk-ortsteil-blatt-marken__feld:nth-child(4) .gk-ortsteil-blatt-monogramm {
  background: var(--color-text-muted);
}
.gk-ortsteil-blatt-marken__feld:nth-child(5) .gk-ortsteil-blatt-monogramm {
  background: var(--color-primary);
}
.gk-ortsteil-blatt-termine {
  display: grid;
  gap: .1rem;
}
.gk-schaufenster-termine {
  display: grid;
  gap: .65rem;
}
.gk-ortsteil-blatt-termin {
  display: grid;
  grid-template-columns: 3.7rem minmax(0, 1fr) auto;
  gap: 0 1.25rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-schaufenster-termin {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: .85rem 1.1rem;
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: var(--spacing-r1);
}
.gk-ortsteil-blatt-termin:hover {
  background: var(--color-bg-alt);
}
.gk-ortsteil-blatt-termin__datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-schaufenster-termin__datum {
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.gk-ortsteil-blatt-termin__name {
  font-weight: 600;
  font-size: 1.02rem;
}
.gk-schaufenster-termin__name {
  font-weight: 600;
  font-size: 1.12rem;
}
.gk-ortsteil-blatt-termin__wann {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-schaufenster-termin__wann {
  color: var(--color-dark-text-muted);
  font-size: .9rem;
}
.gk-ortsteil-blatt-termin.gk-termin--ohne {
  cursor: default;
}
.gk-ortsteil-blatt-termin.gk-termin--ohne:hover {
  background: none;
}
.gk-person-und-tafel-karte h2 {
  font-size: 1.02rem;
}
.gk-person-und-tafel-tafel__ort svg {
  width: 34px;
  height: 42px;
}
.gk-schaufenster-tafel__ort svg {
  width: 30px;
  height: 37px;
  flex: none;
}
.gk-person-und-tafel-tafel__uhr {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}
.gk-schaufenster-tafel__uhr {
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.gk-person-und-tafel-tafel__titel {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
  margin-bottom: .85rem;
}
.gk-schaufenster-tafel__titel {
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  letter-spacing: -.035em;
  line-height: 1.05;
}
.gk-schaufenster-tafel[data-aktiv] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.gk-schaufenster-tafel__uhr b {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}
.gk-schaufenster-tafel__uhr small {
  font-size: .82rem;
  color: var(--color-dark-text-muted);
}
.gk-schaufenster-stand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 600;
  color: var(--color-text-on-dark);
  font-size: .95rem;
}
.gk-vier-restliche-stand {
  color: var(--color-text-muted);
  font-size: .88rem;
  border-left: 2px solid var(--color-border-strong);
  padding-left: .85rem;
  margin-top: 2.5rem;
}
.gk-schaufenster-termin__datum b {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.gk-schaufenster-termin__datum small {
  display: block;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
}
.gk-schaufenster-frist {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}
.gk-vier-seiten-frist {
  display: grid;
  gap: .1rem;
}
.gk-vier-seiten-zeile, .gk-spur {
  scroll-margin-top: var(--spacing-r4);
}
.gk-zeile--amt .gk-vier-seiten-zeile__satz {
  grid-column: 2;
  font-size: .92rem;
}
.gk-zeile--amt .gk-vier-seiten-zeile__name a {
  text-decoration: none;
}
.gk-zeile--amt .gk-vier-seiten-zeile__name a:hover {
  text-decoration: underline;
}
.gk-vier-seiten-frist + .gk-vier-seiten-frist {
  border-top: 1px solid var(--color-border);
  padding-top: .9rem;
}
@media (max-width: 40rem) {
  .gk-hub-und-liste-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-ortsteil-blatt-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-hub-und-liste-kennzeile dd {
    font-size: 1.4rem;
  }
  .gk-ortsteil-blatt-kennzeile dd {
    font-size: 1.4rem;
  }
  .gk-haus, .gk-ortsteil-blatt-termin {
    padding-right: 0;
  }
  .gk-ortsteil-blatt-termin {
    grid-template-columns: 3.7rem minmax(0, 1fr);
  }
}
@media (max-width: 62rem) {
  .gk-ortsteil-blatt-rumpf {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width:40rem) {
  :root[data-schrift="sehr-gross"] .gk-schaufenster-tafel__titel, :root[data-schrift="sehr-gross"] .gk-notruf b {
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .gk-vier-seiten-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-vier-seiten-kennzeile dd {
    font-size: 1.35rem;
  }
}
@media (max-width:62rem) {
  .gk-person-und-tafel-rumpf {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gk-schaufenster-tafel {
    transition: none;
    transform: none;
  }
}
/* ── Schicht: Studien-Bereich (W11-6a, .gk-studie-<studie> am Rumpf) ── */
.gk-studie-startseite .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-studie-bus-und-bahn .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-studie-fuenf-listen .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-studie-hub-und-liste .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-studie-ortsteil-blatt .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 20;
}
.gk-studie-person-und-tafel .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}
.gk-studie-vier-restliche .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-studie-vier-seiten .gk-kopf {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 30;
}
.gk-studie-startseite .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}
.gk-studie-bus-und-bahn .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-studie-fuenf-listen .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-studie-hub-und-liste .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-studie-ortsteil-blatt .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--width-aside);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.gk-studie-person-und-tafel .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 19rem;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.gk-studie-vier-restliche .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-studie-vier-seiten .gk-rumpf {
  padding-block: clamp(3.5rem, 6vw, 5.5rem) calc(var(--spacing-r5) * 1.4);
}
.gk-studie-startseite .gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-studie-bus-und-bahn .gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-studie-fuenf-listen .gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-studie-hub-und-liste .gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-studie-ortsteil-blatt .gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-studie-person-und-tafel .gk-block + .gk-block {
  margin-top: clamp(3.5rem, 6vw, 5rem);
}
.gk-studie-vier-restliche .gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-studie-vier-seiten .gk-block + .gk-block {
  margin-top: clamp(4rem, 7vw, 6rem);
}
.gk-studie-startseite .gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-bus-und-bahn .gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-fuenf-listen .gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-hub-und-liste .gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-ortsteil-blatt .gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-person-und-tafel .gk-block__kopf {
  display: revert;
  align-items: revert;
  justify-content: revert;
  gap: revert;
  flex-wrap: revert;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-vier-restliche .gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-vier-seiten .gk-block__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: .7rem;
  margin-bottom: 2rem;
}
.gk-studie-startseite .gk-block__kopf h2 {
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.gk-studie-bus-und-bahn .gk-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-studie-fuenf-listen .gk-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-studie-hub-und-liste .gk-block__kopf h2 {
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.gk-studie-ortsteil-blatt .gk-block__kopf h2 {
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.gk-studie-person-und-tafel .gk-block__kopf h2 {
  font-size: 1.35rem;
  letter-spacing: -.02em;
}
.gk-studie-vier-restliche .gk-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-studie-vier-seiten .gk-block__kopf h2 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}
.gk-studie-startseite .gk-datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-studie-hub-und-liste .gk-datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-studie-vier-seiten .gk-datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-studie-startseite .gk-datum b {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-studie-hub-und-liste .gk-datum b {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-studie-vier-seiten .gk-datum b {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}
.gk-studie-startseite .gk-datum small {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-studie-hub-und-liste .gk-datum small {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-studie-vier-seiten .gk-datum small {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  hyphens: none;
  overflow-wrap: break-word;
}
.gk-studie-startseite .gk-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-studie-hub-und-liste .gk-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-studie-ortsteil-blatt .gk-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: .1rem;
}
.gk-studie-vier-seiten .gk-naechst {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.gk-studie-startseite .gk-wege {
  display: grid;
  gap: .4rem;
  margin-top: .6rem;
  font-size: .95rem;
}
.gk-studie-bus-und-bahn .gk-wege {
  display: grid;
  gap: .4rem;
  font-size: .93rem;
}
.gk-studie-fuenf-listen .gk-wege {
  display: grid;
  gap: .4rem;
  font-size: .93rem;
}
.gk-studie-hub-und-liste .gk-wege {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  align-items: stretch;
}
.gk-studie-person-und-tafel .gk-wege {
  display: grid;
  gap: .35rem;
  font-size: .93rem;
}
.gk-studie-vier-restliche .gk-wege {
  display: grid;
  gap: .4rem;
  font-size: .93rem;
}
.gk-studie-vier-seiten .gk-wege {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  align-items: stretch;
}
.gk-studie-startseite .gk-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-studie-bus-und-bahn .gk-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-studie-fuenf-listen .gk-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .15rem .5rem;
  flex-wrap: wrap;
}
.gk-studie-person-und-tafel .gk-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-studie-vier-restliche .gk-wege a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.gk-studie-startseite .gk-wege a:hover {
  text-decoration: underline;
}
.gk-studie-bus-und-bahn .gk-wege a:hover {
  text-decoration: underline;
}
.gk-studie-fuenf-listen .gk-wege a:hover {
  text-decoration: underline;
}
.gk-studie-person-und-tafel .gk-wege a:hover {
  text-decoration: underline;
}
.gk-studie-vier-restliche .gk-wege a:hover {
  text-decoration: underline;
}
.gk-studie-startseite .gk-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-studie-bus-und-bahn .gk-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-studie-fuenf-listen .gk-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-studie-person-und-tafel .gk-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-studie-vier-restliche .gk-wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-studie-startseite .gk-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .7rem 1.1rem;
  font-weight: 600;
  font-size: .95rem;
  margin-top: .8rem;
}
.gk-studie-fuenf-listen .gk-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .7rem 1.05rem;
  font-weight: 600;
  font-size: .95rem;
  gap: .5rem;
}
.gk-studie-hub-und-liste .gk-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .65rem 1rem;
  font-weight: 600;
  font-size: .95rem;
}
.gk-studie-vier-seiten .gk-knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-hover);
  color: var(--color-text-on-dark);
  text-decoration: none;
  border-radius: var(--spacing-r1);
  padding: .7rem 1.05rem;
  font-weight: 600;
  font-size: .95rem;
  gap: .5rem;
}
:root[data-theme="dark"] .gk-studie-startseite .gk-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
:root[data-theme="dark"] .gk-studie-fuenf-listen .gk-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
:root[data-theme="dark"] .gk-studie-hub-und-liste .gk-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
:root[data-theme="dark"] .gk-studie-vier-seiten .gk-knopf {
  background: var(--color-primary);
  color: var(--color-text-on-dark);
}
.gk-studie-bus-und-bahn .gk-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-studie-fuenf-listen .gk-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-studie-hub-und-liste .gk-einstieg__satz {
  font-size: 1.12rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-studie-ortsteil-blatt .gk-einstieg__satz {
  font-size: 1.12rem;
  color: var(--color-text-muted);
  max-width: 34em;
  margin-bottom: 1.75rem;
}
.gk-studie-vier-restliche .gk-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-studie-vier-seiten .gk-einstieg__satz {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 34em;
}
.gk-studie-bus-und-bahn .gk-pille {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .92rem;
  font-weight: 500;
  font-family: inherit;
  background: none;
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}
.gk-studie-fuenf-listen .gk-pille {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .92rem;
  font-weight: 500;
  font-family: inherit;
  background: none;
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}
.gk-studie-hub-und-liste .gk-pille {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  padding: .4rem .85rem;
  font-size: .9rem;
  font-weight: 500;
  font-family: inherit;
  background: none;
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
}
.gk-studie-bus-und-bahn .gk-pille::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-studie-fuenf-listen .gk-pille::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-studie-hub-und-liste .gk-pille::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2.75rem;
  transform: translateY(-50%);
}
.gk-studie-bus-und-bahn .gk-pille:hover {
  border-color: var(--color-text-muted);
}
.gk-studie-fuenf-listen .gk-pille:hover {
  border-color: var(--color-text-muted);
}
.gk-studie-hub-und-liste .gk-pille:hover {
  border-color: var(--color-text-muted);
}
.gk-studie-bus-und-bahn .gk-pille[aria-pressed="true"] {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-bg);
}
.gk-studie-fuenf-listen .gk-pille[aria-pressed="true"] {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-bg);
}
.gk-studie-hub-und-liste .gk-pille[aria-pressed="true"] {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-bg);
}
.gk-studie-bus-und-bahn .gk-tafel {
  padding: revert;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  overflow: hidden;
}
.gk-studie-person-und-tafel .gk-tafel {
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  container-type: inline-size;
}
.gk-studie-schaufenster .gk-tafel {
  padding: clamp(1.5rem, 3.6vw, 3rem);
  grid-area: 1/1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(.6rem) scale(.995);
  transition: opacity 1.5s cubic-bezier(.4, 0, .2, 1), transform 1.5s cubic-bezier(.4, 0, .2, 1), visibility 1.5s;
}
.gk-studie-bus-und-bahn .gk-tafel__kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}
.gk-studie-person-und-tafel .gk-tafel__kopf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-dark-border);
  padding-bottom: 1.25rem;
}
.gk-studie-schaufenster .gk-tafel__kopf {
  flex-wrap: revert;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.gk-studie-bus-und-bahn .gk-tafel__ort {
  display: revert;
  align-items: revert;
  gap: revert;
  font-weight: 600;
  font-size: 1.05rem;
}
.gk-studie-person-und-tafel .gk-tafel__ort {
  display: flex;
  align-items: center;
  gap: .9rem;
}
.gk-studie-schaufenster .gk-tafel__ort {
  display: flex;
  align-items: center;
  gap: .8rem;
}
.gk-studie-bus-und-bahn .gk-tafel__stand {
  display: revert;
  align-items: revert;
  gap: revert;
  background: revert;
  border-radius: revert;
  padding: revert;
  margin-top: revert;
  font-size: .88rem;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.gk-studie-person-und-tafel .gk-tafel__stand {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: 999px;
  padding: .5rem 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
.gk-studie-bus-und-bahn .gk-tafel__fuss {
  display: revert;
  align-items: revert;
  justify-content: revert;
  gap: revert;
  padding-top: revert;
  padding: .9rem 1.25rem;
  font-size: .88rem;
  color: var(--color-text-muted);
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
}
.gk-studie-schaufenster .gk-tafel__fuss {
  padding: revert;
  background: revert;
  font-size: .9rem;
  color: var(--color-dark-text-muted);
  border-top: 1px solid var(--color-dark-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1rem;
}
.gk-studie-bus-und-bahn .gk-anhang {
  margin-top: revert;
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) auto;
  gap: .15rem .9rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: .75rem .9rem;
}
.gk-studie-fuenf-listen .gk-anhang {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) auto;
  gap: .15rem .9rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: .75rem .9rem;
  margin-top: .6rem;
}
.gk-studie-bus-und-bahn .gk-anhang:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-border-strong);
}
.gk-studie-fuenf-listen .gk-anhang:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-border-strong);
}
.gk-studie-fuenf-listen .gk-marken {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(9.5rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border-radius: var(--spacing-r1);
  overflow: hidden;
}
.gk-studie-ortsteil-blatt .gk-marken {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(9rem, 100%), 1fr));
  gap: 1px;
  background: var(--color-bg);
  border-radius: var(--spacing-r1);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.gk-studie-fuenf-listen .gk-marken__feld {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 2rem 1.25rem;
  display: grid;
  gap: .55rem;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  min-height: 9rem;
  align-content: center;
}
.gk-studie-ortsteil-blatt .gk-marken__feld {
  background: var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border);
  padding: 2rem 1.25rem;
  display: grid;
  gap: .55rem;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  min-height: 8.5rem;
  align-content: center;
}
.gk-studie-fuenf-listen .gk-marken__feld:hover {
  background: var(--color-bg-alt);
}
.gk-studie-ortsteil-blatt .gk-marken__feld:hover {
  background: var(--color-bg-alt);
}
.gk-studie-fuenf-listen .gk-monogramm {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .95rem;
  font-weight: 700;
  color: var(--color-text-on-dark);
  background: var(--color-primary-hover);
}
.gk-studie-ortsteil-blatt .gk-monogramm {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .95rem;
  font-weight: 700;
  color: var(--color-bg);
  background: var(--color-primary-hover);
  letter-spacing: .02em;
}
:root[data-theme="dark"] .gk-studie-fuenf-listen .gk-monogramm {
  color: var(--color-text-on-dark);
}
.gk-studie-fuenf-listen .gk-marken__feld:nth-child(5n+2) .gk-monogramm {
  background: var(--color-success);
}
.gk-studie-fuenf-listen .gk-marken__feld:nth-child(5n+3) .gk-monogramm {
  background: var(--color-flaeche-bild-b);
}
.gk-studie-fuenf-listen .gk-marken__feld:nth-child(5n+4) .gk-monogramm {
  background: var(--color-text-muted);
}
.gk-studie-fuenf-listen .gk-marken__feld:nth-child(5n+5) .gk-monogramm {
  background: var(--color-primary);
}
.gk-studie-fuenf-listen .gk-zeile {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: .2rem 1rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  scroll-margin-top: var(--spacing-r4);
}
.gk-studie-person-und-tafel .gk-zeile {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 0 1rem;
  align-items: start;
  padding: 1.2rem .75rem 1.2rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-studie-vier-seiten .gk-zeile {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 0 1rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-studie-fuenf-listen a.gk-zeile:hover {
  background: var(--color-bg-alt);
}
.gk-studie-person-und-tafel a.gk-zeile:hover {
  background: var(--color-bg-alt);
}
.gk-studie-vier-seiten a.gk-zeile:hover {
  background: var(--color-bg-alt);
}
.gk-studie-fuenf-listen .gk-zeile__name {
  font-weight: 600;
  font-size: 1.04rem;
}
.gk-studie-person-und-tafel .gk-zeile__name {
  font-weight: 600;
  font-size: 1.02rem;
}
.gk-studie-vier-seiten .gk-zeile__name {
  font-weight: 600;
  font-size: 1.04rem;
}
.gk-studie-fuenf-listen .gk-zeile__satz {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-studie-person-und-tafel .gk-zeile__satz {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-studie-vier-seiten .gk-zeile__satz {
  color: var(--color-text-muted);
  font-size: .94rem;
  grid-column: 2;
}
.gk-studie-fuenf-listen .gk-pille small {
  opacity: .6;
  font-variant-numeric: tabular-nums;
}
.gk-studie-hub-und-liste .gk-pille small {
  opacity: .6;
  font-variant-numeric: tabular-nums;
}
.gk-studie-fuenf-listen .gk-gruppe__kopf {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  border-bottom: 1px solid var(--color-border-strong);
  padding-bottom: .4rem;
  margin-bottom: .4rem;
}
.gk-studie-vier-restliche .gk-gruppe__kopf {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-border-strong);
  padding-bottom: .35rem;
  margin-bottom: .5rem;
}
.gk-studie-fuenf-listen .gk-knopf svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.gk-studie-vier-seiten .gk-knopf svg {
  width: 17px;
  height: 17px;
}
.gk-studie-hub-und-liste .gk-kennzeile {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
  margin-top: 1.75rem;
}
.gk-studie-ortsteil-blatt .gk-kennzeile {
  margin-top: revert;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
}
.gk-studie-vier-seiten .gk-kennzeile {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5rem;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
  margin-top: 1.6rem;
}
.gk-studie-hub-und-liste .gk-kennzeile dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-studie-ortsteil-blatt .gk-kennzeile dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-studie-vier-seiten .gk-kennzeile dt {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.gk-studie-hub-und-liste .gk-kennzeile dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.gk-studie-ortsteil-blatt .gk-kennzeile dd {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.gk-studie-vier-seiten .gk-kennzeile dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}
.gk-studie-hub-und-liste .gk-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.15rem 1.25rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .8rem;
}
.gk-studie-ortsteil-blatt .gk-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .8rem;
}
.gk-studie-person-und-tafel .gk-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .85rem;
}
.gk-studie-vier-seiten .gk-karte {
  border: 1px solid var(--color-border);
  border-radius: var(--spacing-r1);
  padding: 1.5rem 1.6rem;
  background: var(--color-bg-alt);
  display: grid;
  gap: .8rem;
}
.gk-studie-hub-und-liste .gk-karte h3 {
  font-size: 1.02rem;
}
.gk-studie-ortsteil-blatt .gk-karte h3 {
  font-size: 1.02rem;
}
.gk-studie-vier-seiten .gk-karte h3 {
  font-size: 1.02rem;
}
.gk-studie-hub-und-liste .gk-karte p {
  font-size: .93rem;
  color: var(--color-text-muted);
}
.gk-studie-vier-seiten .gk-karte p {
  font-size: .93rem;
  color: var(--color-text-muted);
}
.gk-studie-hub-und-liste .gk-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
  color: var(--color-text);
}
.gk-studie-ortsteil-blatt .gk-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.gk-studie-person-und-tafel .gk-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.gk-studie-vier-restliche .gk-jetzt {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  font-weight: 600;
}
.gk-studie-vier-seiten .gk-jetzt {
  align-items: revert;
  gap: revert;
  display: block;
  font-size: .92rem;
  font-weight: 600;
  color: var(--color-text);
}
.gk-studie-hub-und-liste .gk-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-studie-ortsteil-blatt .gk-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-studie-person-und-tafel .gk-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-studie-vier-restliche .gk-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  flex: none;
}
.gk-studie-vier-seiten .gk-jetzt__punkt {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-success);
  display: inline-block;
  margin-right: .3rem;
  vertical-align: .1em;
}
.gk-studie-hub-und-liste .gk-karte__wege {
  display: grid;
  gap: .3rem;
  font-size: .92rem;
}
.gk-studie-ortsteil-blatt .gk-karte__wege {
  display: grid;
  gap: .3rem;
  font-size: .92rem;
}
.gk-studie-vier-seiten .gk-karte__wege {
  display: grid;
  gap: .35rem;
  font-size: .92rem;
}
.gk-studie-hub-und-liste .gk-karte__wege a, .gk-studie-hub-und-liste .gk-karte__wege > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--color-text);
}
.gk-studie-ortsteil-blatt .gk-karte__wege a, .gk-studie-ortsteil-blatt .gk-karte__wege > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .45rem;
}
.gk-studie-vier-seiten .gk-karte__wege a, .gk-studie-vier-seiten .gk-karte__wege > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .15rem .45rem;
  color: var(--color-text);
  flex-wrap: wrap;
}
.gk-studie-hub-und-liste .gk-karte__wege a:hover {
  text-decoration: underline;
}
.gk-studie-ortsteil-blatt .gk-karte__wege a:hover {
  text-decoration: underline;
}
.gk-studie-vier-seiten .gk-karte__wege a:hover {
  text-decoration: underline;
}
.gk-studie-hub-und-liste .gk-karte__wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-studie-ortsteil-blatt .gk-karte__wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
.gk-studie-vier-seiten .gk-karte__wege svg {
  width: 15px;
  height: 15px;
  color: var(--color-text-muted);
  flex: none;
}
:root[data-theme="dark"] .gk-studie-hub-und-liste .gk-knopf, :root:not([data-theme="light"]) .gk-studie-hub-und-liste .gk-knopf {
  color: var(--color-bg);
}
.gk-studie-ortsteil-blatt .gk-kennzeile > div {
  padding-block: .25rem;
}
.gk-studie-ortsteil-blatt .gk-kennzeile dd small {
  font-size: .95rem;
  font-weight: 500;
  color: var(--color-text-muted);
  letter-spacing: 0;
}
.gk-studie-vier-seiten .gk-kennzeile dd small {
  font-size: .9rem;
  font-weight: 500;
  color: var(--color-text-muted);
}
:root[data-theme="dark"] .gk-studie-ortsteil-blatt .gk-monogramm, .gk-studie-ortsteil-blatt .gk-monogramm {
  color: var(--color-bg);
}
.gk-studie-ortsteil-blatt .gk-marken__feld:nth-child(2) .gk-monogramm {
  background: var(--color-success);
}
.gk-studie-ortsteil-blatt .gk-marken__feld:nth-child(3) .gk-monogramm {
  background: var(--color-flaeche-bild-b);
}
.gk-studie-ortsteil-blatt .gk-marken__feld:nth-child(4) .gk-monogramm {
  background: var(--color-text-muted);
}
.gk-studie-ortsteil-blatt .gk-marken__feld:nth-child(5) .gk-monogramm {
  background: var(--color-primary);
}
.gk-studie-ortsteil-blatt .gk-termine {
  display: grid;
  gap: .1rem;
}
.gk-studie-schaufenster .gk-termine {
  display: grid;
  gap: .65rem;
}
.gk-studie-ortsteil-blatt .gk-termin {
  background: revert;
  border-radius: revert;
  display: grid;
  grid-template-columns: 3.7rem minmax(0, 1fr) auto;
  gap: 0 1.25rem;
  align-items: start;
  padding: 1.3rem .75rem 1.3rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
}
.gk-studie-schaufenster .gk-termin {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: .85rem 1.1rem;
  background: var(--color-dark-bg-alt);
  border: 1px solid var(--color-dark-border);
  border-radius: var(--spacing-r1);
}
.gk-studie-ortsteil-blatt .gk-termin:hover {
  background: var(--color-bg-alt);
}
.gk-studie-ortsteil-blatt .gk-termin__datum {
  text-align: center;
  border-right: 1px solid var(--color-border);
  padding-right: .8rem;
  grid-row: span 2;
  font-variant-numeric: tabular-nums;
}
.gk-studie-schaufenster .gk-termin__datum {
  padding-right: revert;
  grid-row: revert;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.gk-studie-ortsteil-blatt .gk-termin__name {
  font-weight: 600;
  font-size: 1.02rem;
}
.gk-studie-schaufenster .gk-termin__name {
  font-weight: 600;
  font-size: 1.12rem;
}
.gk-studie-ortsteil-blatt .gk-termin__wann {
  color: var(--color-text-muted);
  font-size: .93rem;
  grid-column: 2;
}
.gk-studie-schaufenster .gk-termin__wann {
  grid-column: revert;
  color: var(--color-dark-text-muted);
  font-size: .9rem;
}
.gk-studie-ortsteil-blatt .gk-termin.gk-termin--ohne {
  cursor: default;
}
.gk-studie-ortsteil-blatt .gk-termin.gk-termin--ohne:hover {
  background: none;
}
.gk-studie-person-und-tafel .gk-karte h2 {
  font-size: 1.02rem;
}
.gk-studie-person-und-tafel .gk-tafel__ort svg {
  width: 34px;
  height: 42px;
}
.gk-studie-schaufenster .gk-tafel__ort svg {
  width: 30px;
  height: 37px;
  flex: none;
}
.gk-studie-person-und-tafel .gk-tafel__uhr {
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}
.gk-studie-schaufenster .gk-tafel__uhr {
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.gk-studie-person-und-tafel .gk-tafel__titel {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
  margin-bottom: .85rem;
}
.gk-studie-schaufenster .gk-tafel__titel {
  margin-bottom: revert;
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  letter-spacing: -.035em;
  line-height: 1.05;
}
.gk-studie-schaufenster .gk-tafel[data-aktiv] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.gk-studie-schaufenster .gk-tafel__uhr b {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}
.gk-studie-schaufenster .gk-tafel__uhr small {
  font-size: .82rem;
  color: var(--color-dark-text-muted);
}
.gk-studie-schaufenster .gk-stand {
  padding-left: revert;
  margin-top: revert;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 600;
  color: var(--color-text-on-dark);
  font-size: .95rem;
}
.gk-studie-vier-restliche .gk-stand {
  display: revert;
  align-items: revert;
  gap: revert;
  color: var(--color-text-muted);
  font-size: .88rem;
  border-left: 2px solid var(--color-border-strong);
  padding-left: .85rem;
  margin-top: 2.5rem;
}
.gk-studie-schaufenster .gk-termin__datum b {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.gk-studie-schaufenster .gk-termin__datum small {
  display: block;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--color-dark-text-muted);
}
.gk-studie-schaufenster .gk-frist {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}
.gk-studie-vier-seiten .gk-frist {
  align-items: revert;
  flex-wrap: revert;
  display: grid;
  gap: .1rem;
}
.gk-studie-vier-seiten .gk-zeile, .gk-studie-vier-seiten .gk-spur {
  scroll-margin-top: var(--spacing-r4);
}
.gk-studie-vier-seiten .gk-zeile--amt .gk-zeile__satz {
  grid-column: 2;
  font-size: .92rem;
}
.gk-studie-vier-seiten .gk-zeile--amt .gk-zeile__name a {
  text-decoration: none;
}
.gk-studie-vier-seiten .gk-zeile--amt .gk-zeile__name a:hover {
  text-decoration: underline;
}
.gk-studie-vier-seiten .gk-frist + .gk-frist {
  border-top: 1px solid var(--color-border);
  padding-top: .9rem;
}
@media (max-width: 40rem) {
  .gk-studie-hub-und-liste .gk-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-studie-ortsteil-blatt .gk-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-studie-hub-und-liste .gk-kennzeile dd {
    font-size: 1.4rem;
  }
  .gk-studie-ortsteil-blatt .gk-kennzeile dd {
    font-size: 1.4rem;
  }
  .gk-studie-ortsteil-blatt .gk-haus, .gk-studie-ortsteil-blatt .gk-termin {
    padding-right: 0;
  }
  .gk-studie-ortsteil-blatt .gk-termin {
    grid-template-columns: 3.7rem minmax(0, 1fr);
  }
}
@media (max-width: 62rem) {
  .gk-studie-ortsteil-blatt .gk-rumpf {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width:40rem) {
  :root[data-schrift="sehr-gross"] .gk-studie-schaufenster .gk-tafel__titel, :root[data-schrift="sehr-gross"] .gk-studie-schaufenster .gk-notruf b {
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .gk-studie-vier-seiten .gk-kennzeile {
    gap: 0 1.75rem;
  }
  .gk-studie-vier-seiten .gk-kennzeile dd {
    font-size: 1.35rem;
  }
}
@media (max-width:62rem) {
  .gk-studie-person-und-tafel .gk-rumpf {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gk-studie-schaufenster .gk-tafel {
    transition: none;
    transform: none;
  }
}
