/* =========================================================
   Physiotherapie Tritthart – Kontaktseite
   Gleiche Gestaltungssprache wie Praxis- und Leistungsseite.
   Schriften lokal gehostet (DSGVO: keine Google-Fonts-CDN)
   ========================================================= */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext-var.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/atkinson-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/atkinson-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/atkinson-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Atkinson';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/atkinson-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
                 U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------------------------------------------------------
   Tokens – identisch zu Praxis- und Leistungsseite
   --------------------------------------------------------- */
:root {
  --tinte:    #06384a;
  --petrol:   #02556e;
  --tuerkis:  #028a9a;
  --tuerkis-text: #01727f;
  --leucht:   #00a6b6;
  --salbei:   #aec3b0;
  --eiche:    #c08f5e;
  --papier:   #f5fafa;
  --weiss:    #ffffff;
  --nebel:    rgba(6, 56, 74, 0.72);
  --hauch:    rgba(6, 56, 74, 0.12);

  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --text: 'Atkinson', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --breite: 74rem;
  --rand: clamp(1.25rem, 5vw, 3.5rem);

  --kurve: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dauer: 0.9s;
}

/* ---------------------------------------------------------
   Grundlagen
   --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* Sprungziele nicht unter der Kopfzeile verstecken */
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--text);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.09rem);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.04;
  letter-spacing: -0.021em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

a { color: var(--tuerkis-text); }

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

.huelle {
  width: 100%;
  max-width: var(--breite);
  margin-inline: auto;
  padding-inline: var(--rand);
}

.verborgen {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.sprungmarke {
  position: absolute;
  left: 0.5rem; top: -4rem;
  z-index: 200;
  background: var(--petrol);
  color: var(--weiss);
  padding: 0.7rem 1.1rem;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
  transition: top 0.2s var(--kurve);
}
.sprungmarke:focus { top: 0; }

.oberzeile {
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--tuerkis-text);
  margin: 0 0 1.1rem;
}

.balken {
  border: 0;
  height: 1px;
  margin: clamp(3rem, 8vw, 6rem) 0 0;
  background: linear-gradient(90deg,
              transparent, var(--eiche) 12%, var(--eiche) 88%, transparent);
  transform-origin: left center;
  transition: transform 1.4s var(--kurve);
}
.js .balken { transform: scaleX(0); }
.js .balken.sichtbar { transform: scaleX(1); }

/* ---------------------------------------------------------
   Knöpfe (auf hellem wie dunklem Grund)
   --------------------------------------------------------- */
.knopf {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.35s var(--kurve), box-shadow 0.35s var(--kurve),
              background 0.35s var(--kurve), color 0.35s var(--kurve),
              border-color 0.35s var(--kurve);
}
/* Gefüllt – für helle Abschnitte */
.knopf--fuellung {
  background: var(--petrol);
  color: var(--weiss);
  box-shadow: 0 12px 26px -16px rgba(2, 85, 110, 0.9);
}
.knopf--fuellung:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(2, 85, 110, 0.85);
}
/* Umrandet – für helle Abschnitte */
.knopf--rand {
  border-color: var(--hauch);
  color: var(--petrol);
  background: var(--weiss);
}
.knopf--rand:hover { transform: translateY(-2px); border-color: var(--tuerkis); }
/* Voll & leer – für den dunklen Abschluss (wie Leistungsseite) */
.knopf--voll {
  background: var(--weiss);
  color: var(--petrol);
  box-shadow: 0 10px 26px -14px rgba(0, 0, 0, 0.6);
}
.knopf--leer {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--weiss);
}
.knopf--voll:hover, .knopf--leer:hover { transform: translateY(-2px); }
.knopf--leer:hover { background: rgba(255, 255, 255, 0.12); }

.knopfreihe {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: center;
}

/* ---------------------------------------------------------
   Kopf
   --------------------------------------------------------- */
.kopf {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 250, 250, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--kurve), background 0.4s var(--kurve);
}
.kopf--fest {
  border-bottom-color: var(--hauch);
  background: rgba(245, 250, 250, 0.94);
}
.kopf__innen {
  max-width: var(--breite);
  margin-inline: auto;
  padding: 0.7rem var(--rand);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.marke {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--petrol);
  margin-right: auto;
}
.marke__zeichen { width: 44px; height: 44px; }
.marke__text { display: flex; flex-direction: column; line-height: 1.18; }
.marke__text strong {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: -0.015em;
}
.marke__text span {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nebel);
}
.navi ul {
  display: flex;
  gap: 1.6rem;
  list-style: none;
  margin: 0; padding: 0;
}
.navi a {
  text-decoration: none;
  color: var(--tinte);
  font-size: 0.95rem;
  padding: 0.3rem 0;
  position: relative;
}
.navi a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--leucht);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s var(--kurve);
}
.navi a:hover::after,
.navi a[aria-current='page']::after { transform: scaleX(1); transform-origin: left center; }
.navi a[aria-current='page'] { color: var(--petrol); font-weight: 700; }

.kopf__tel {
  text-decoration: none;
  color: var(--petrol);
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}
@media (max-width: 900px) { .navi { display: none; } }
@media (max-width: 460px) {
  .kopf__tel span { display: none; }
  .marke__text strong { font-size: 0.95rem; }
}

/* ---------------------------------------------------------
   Bühne / Hero
   --------------------------------------------------------- */
.buehne {
  position: relative;
  min-height: clamp(24rem, 62vh, 36rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.buehne__bild { position: absolute; inset: 0; z-index: -2; }
.buehne__bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
/* Ken-Burns-Schwenk – wie auf den anderen Seiten, endlos hin und zurück */
@keyframes ken-burns {
  from { transform: scale(1.06) translate(0, 0); }
  to   { transform: scale(1.20) translate(-3.2%, -2.2%); }
}
.js .buehne__bild img {
  animation: ken-burns 20s linear infinite alternate;
  will-change: transform;
}
.buehne::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top,
      rgba(2, 51, 68, 0.92) 0%,
      rgba(2, 51, 68, 0.64) 32%,
      rgba(2, 51, 68, 0.18) 62%,
      rgba(2, 51, 68, 0.30) 100%);
}
.buehne__text {
  position: relative;
  width: 100%;
  max-width: var(--breite);
  margin-inline: auto;
  padding: 0 var(--rand) clamp(3rem, 8vw, 5.5rem);
  color: var(--weiss);
}
.buehne__text .oberzeile { color: var(--salbei); }
.buehne__titel {
  font-size: clamp(2.5rem, 7vw, 5.2rem);
  color: var(--weiss);
  margin: 0 0 1.4rem;
  max-width: 16ch;
}
.buehne__titel .zeile { display: block; }
.buehne__unter {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  max-width: 42ch;
}

@keyframes auftauchen {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
.js .js-auf { animation: auftauchen 1s var(--kurve) both; }
.js .buehne__titel .zeile:nth-child(1) { animation-delay: 0.13s; }
.js .buehne__titel .zeile:nth-child(2) { animation-delay: 0.24s; }
.js .buehne__unter { animation-delay: 0.37s; }

/* Scrollpfeil */
.buehne__pfeil {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  width: 2.6rem; height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(2, 51, 68, 0.25);
  z-index: 2;
}
.js .buehne__pfeil { animation: auftauchen 1s var(--kurve) both; animation-delay: 0.5s; }
.buehne__pfeil span {
  width: 0.62rem; height: 0.62rem;
  border-right: 2px solid var(--weiss);
  border-bottom: 2px solid var(--weiss);
  transform: translateY(-2px) rotate(45deg);
  animation: pfeil-wippen 1.9s var(--kurve) infinite;
}
@keyframes pfeil-wippen {
  0%, 100% { transform: translateY(-2px) rotate(45deg); }
  50%      { transform: translateY(2px)  rotate(45deg); }
}
.buehne__pfeil:hover { background: rgba(2, 51, 68, 0.45); }
@media (max-width: 700px) { .buehne__pfeil { display: none; } }

/* ---------------------------------------------------------
   Schnellkontakt – drei direkte Wege
   --------------------------------------------------------- */
.schnellkontakt { padding-block: clamp(3.5rem, 9vw, 6.5rem) clamp(2.5rem, 6vw, 4rem); }
.schnellkontakt__titel {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  color: var(--petrol);
  margin: 0 0 1rem;
  max-width: 18ch;
}
.schnellkontakt__lead {
  color: var(--nebel);
  max-width: 52ch;
  margin: 0 0 clamp(2rem, 4vw, 2.8rem);
}

.direkt {
  display: grid;
  gap: clamp(0.9rem, 2.2vw, 1.4rem);
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
}
.direkt__karte {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: clamp(1.4rem, 2.8vw, 1.9rem);
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-radius: 6px;
  text-decoration: none;
  color: var(--tinte);
  overflow: hidden;
  transition: transform 0.45s var(--kurve), box-shadow 0.45s var(--kurve),
              border-color 0.45s var(--kurve);
}
.direkt__karte::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--tuerkis), var(--salbei));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s var(--kurve);
}
.direkt__zeichen {
  width: 3rem; height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(2, 138, 154, 0.09);
  color: var(--tuerkis-text);
  margin-bottom: 0.7rem;
  transition: background 0.45s var(--kurve), transform 0.6s var(--kurve);
}
.direkt__zeichen svg { width: 1.5rem; height: 1.5rem; }
.direkt__zeile {
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tuerkis-text);
}
.direkt__wert {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--petrol);
  line-height: 1.15;
}
.direkt__wert--klein { font-size: 1.16rem; word-break: break-word; }
.direkt__unter {
  margin-top: 0.15rem;
  font-size: 0.9rem;
  color: var(--nebel);
}
@media (hover: hover) {
  .direkt__karte:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px -26px rgba(6, 56, 74, 0.55);
  }
  .direkt__karte:hover::before { transform: scaleX(1); }
  .direkt__karte:hover .direkt__zeichen {
    background: rgba(2, 138, 154, 0.17);
    transform: rotate(-6deg) scale(1.06);
  }
}
.direkt__karte:focus-visible::before { transform: scaleX(1); }

/* ---------------------------------------------------------
   Kontakt – Formular + Seitenspalte
   --------------------------------------------------------- */
.kontakt { padding-block: clamp(1rem, 3vw, 2rem) clamp(3rem, 7vw, 5rem); }
.kontakt__raster {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: clamp(1.8rem, 4.5vw, 3.5rem);
  align-items: start;
}
@media (max-width: 900px) {
  .kontakt__raster { grid-template-columns: 1fr; }
}

.kontakt__titel {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  color: var(--petrol);
  margin: 0 0 1rem;
}
.kontakt__intro {
  color: var(--nebel);
  max-width: 52ch;
  margin: 0 0 clamp(1.6rem, 3.5vw, 2.2rem);
}

/* Formular */
.formular { display: grid; gap: 1.1rem; }
.feld--reihe {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 520px) {
  .feld--reihe { grid-template-columns: 1fr; }
}
.feld__block { display: grid; gap: 0.4rem; }
.feld__marke {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--tinte);
  letter-spacing: 0.01em;
}
.feld__pflicht { color: var(--tuerkis-text); }
.feld__frei { font-weight: 400; color: var(--nebel); }

.formular input,
.formular select,
.formular textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: var(--tinte);
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-radius: 6px;
  padding: 0.72rem 0.85rem;
  transition: border-color 0.3s var(--kurve), box-shadow 0.3s var(--kurve);
}
.formular textarea { resize: vertical; min-height: 8.5rem; line-height: 1.6; }
.formular input::placeholder,
.formular textarea::placeholder { color: rgba(6, 56, 74, 0.42); }
.formular input:focus,
.formular select:focus,
.formular textarea:focus {
  outline: none;
  border-color: var(--tuerkis);
  box-shadow: 0 0 0 3px rgba(2, 138, 154, 0.16);
}
/* eigener Pfeil für die Auswahl, damit sie zum Rest passt */
.feld__auswahl { position: relative; display: block; }
.feld__auswahl::after {
  content: '';
  position: absolute;
  right: 1rem; top: 50%;
  width: 0.55rem; height: 0.55rem;
  border-right: 2px solid var(--tuerkis-text);
  border-bottom: 2px solid var(--tuerkis-text);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.formular select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.6rem;
  cursor: pointer;
}

.formular__fuss {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.4rem;
  margin-top: 0.4rem;
}
.formular__hinweis {
  flex: 1 1 16rem;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--nebel);
}
.formular__hinweis strong { color: var(--tinte); }

/* Seitenspalte */
.kontakt__seite { display: grid; gap: clamp(1rem, 2.5vw, 1.4rem); }
@media (min-width: 901px) { .kontakt__seite { position: sticky; top: 6rem; } }

.seitenkarte {
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-radius: 8px;
  padding: clamp(1.3rem, 3vw, 1.8rem);
  box-shadow: 0 1px 2px rgba(6, 56, 74, 0.05);
}
.seitenkarte__titel {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tuerkis-text);
  margin: 0 0 1.1rem;
}
.seitenkarte__zeichen {
  flex: 0 0 auto;
  width: 2rem; height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(2, 138, 154, 0.1);
  color: var(--tuerkis-text);
}
.seitenkarte__zeichen svg { width: 1.15rem; height: 1.15rem; }

.zeiten { margin: 0; display: grid; gap: 0.15rem; }
.zeiten div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--hauch);
}
.zeiten div:last-child { border-bottom: 0; }
.zeiten dt { color: var(--nebel); font-size: 0.95rem; }
.zeiten dd { margin: 0; font-weight: 700; color: var(--tinte); }
.seitenkarte__notiz {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: var(--nebel);
}

.hinweise { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.7rem; }
.hinweise li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--nebel);
  font-size: 0.95rem;
  line-height: 1.55;
}
.hinweise li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.5em;
  width: 0.52rem; height: 0.28rem;
  border-left: 2px solid var(--tuerkis);
  border-bottom: 2px solid var(--tuerkis);
  rotate: -45deg;
}

/* ---------------------------------------------------------
   Anfahrt – Karte auf Klick + Hinweise
   --------------------------------------------------------- */
.anfahrt { padding-block: clamp(2.5rem, 7vw, 4.5rem); }
.anfahrt__titel {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  color: var(--petrol);
  margin: 0 0 1rem;
}
.anfahrt__lead { color: var(--nebel); max-width: 46ch; margin: 0 0 clamp(1.6rem, 3.5vw, 2.2rem); }

.karte-halter {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--hauch);
  background: var(--salbei);
  box-shadow: 0 1px 2px rgba(6, 56, 74, 0.07),
              0 24px 50px -30px rgba(6, 56, 74, 0.5);
  aspect-ratio: 16 / 9;
}
@media (max-width: 640px) { .karte-halter { aspect-ratio: 4 / 3; } }

.karte-platzhalter {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(0, 166, 182, 0.18), transparent 60%),
    radial-gradient(circle at 78% 80%, rgba(174, 195, 176, 0.35), transparent 55%),
    var(--papier);
}
/* dezentes Straßenraster als Andeutung einer Karte */
.karte-platzhalter::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 56, 74, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 56, 74, 0.06) 1px, transparent 1px);
  background-size: 2.4rem 2.4rem;
  pointer-events: none;
}
.karte-platzhalter__inhalt { position: relative; max-width: 24rem; }
.karte-platzhalter__zeichen {
  display: inline-grid;
  place-items: center;
  width: 3.4rem; height: 3.4rem;
  border-radius: 50%;
  background: var(--weiss);
  color: var(--tuerkis-text);
  box-shadow: 0 10px 24px -14px rgba(6, 56, 74, 0.6);
  margin-bottom: 0.9rem;
}
.karte-platzhalter__zeichen svg { width: 1.7rem; height: 1.7rem; }
.karte-platzhalter__ort {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--petrol);
  margin: 0 0 1rem;
}
.karte-platzhalter__note {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  color: var(--nebel);
}
.karte-halter iframe {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border: 0;
  display: block;
}

.anfahrt .knopfreihe { margin-top: clamp(1.2rem, 3vw, 1.8rem); }

.anfahrt__info {
  margin-top: clamp(2rem, 5vw, 3rem);
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.anfahrt__block {
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-radius: 8px;
  padding: clamp(1.3rem, 2.8vw, 1.7rem);
}
.anfahrt__zeichen {
  display: inline-grid;
  place-items: center;
  width: 2.6rem; height: 2.6rem;
  border-radius: 50%;
  background: rgba(2, 138, 154, 0.09);
  color: var(--tuerkis-text);
  margin-bottom: 0.9rem;
}
.anfahrt__zeichen svg { width: 1.4rem; height: 1.4rem; }
.anfahrt__block h3 {
  font-size: 1.16rem;
  color: var(--petrol);
  margin: 0 0 0.5rem;
}
.anfahrt__block p { margin: 0; font-size: 0.95rem; color: var(--nebel); line-height: 1.6; }

/* ---------------------------------------------------------
   Abschluss / dunkler Terminaufruf (wie Leistungsseite)
   --------------------------------------------------------- */
.abschluss {
  position: relative;
  background: var(--petrol);
  color: rgba(255, 255, 255, 0.88);
  padding-block: clamp(3.5rem, 9vw, 6rem);
  overflow: hidden;
}
.abschluss::before {
  content: '';
  position: absolute;
  top: -30%; right: -10%;
  width: 46rem; height: 46rem;
  border-radius: 50%;
  background: radial-gradient(circle,
              rgba(0, 166, 182, 0.35), rgba(0, 166, 182, 0) 62%);
  pointer-events: none;
}
.abschluss__innen { position: relative; }
.abschluss__titel {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  color: var(--weiss);
  margin: 0 0 1rem;
  max-width: 20ch;
}
.abschluss__text { max-width: 46ch; margin: 0 0 2rem; }

/* ---------------------------------------------------------
   Fuß
   --------------------------------------------------------- */
.fuss {
  background: var(--tinte);
  color: rgba(255, 255, 255, 0.82);
  padding-block: 2.2rem;
}
.fuss__innen {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.fuss__marke { margin: 0; font-size: 0.92rem; }
.fuss__navi { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.fuss__navi a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 2px;
}
.fuss__navi a:hover { color: var(--weiss); border-bottom-color: var(--weiss); }

/* ---------------------------------------------------------
   Scroll-Einblendungen
   --------------------------------------------------------- */
.js .beobachten:not(.balken) {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--dauer) var(--kurve),
              transform var(--dauer) var(--kurve);
}
.js .beobachten.sichtbar:not(.balken) {
  opacity: 1;
  transform: none;
}
.direkt > *:nth-child(2) { transition-delay: 0.08s; }
.direkt > *:nth-child(3) { transition-delay: 0.16s; }
.anfahrt__info > *:nth-child(2) { transition-delay: 0.08s; }
.anfahrt__info > *:nth-child(3) { transition-delay: 0.16s; }

/* ---------------------------------------------------------
   Bewegung reduzieren
   --------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }
  .js .js-auf,
  .js .beobachten:not(.balken) { opacity: 1 !important; transform: none !important; }
  .js .balken { transform: scaleX(1) !important; }
  .js .buehne__bild img { transform: scale(1) !important; }
  .buehne__pfeil span { animation: none !important; }
  .hinweise li::before { transform: none !important; }
}

/* =========================================================
   Impressum – schlanke Kopfzeile + Rechtstext
   Baut auf denselben Tokens und Bausteinen (huelle, oberzeile,
   knopf, abschluss, fuss) wie Praxis-, Leistungs- und Kontaktseite.
   ========================================================= */

/* Schlanke, ruhige Kopfzeile statt der Foto-Bühne der anderen Seiten */
.rechtskopf {
  position: relative;
  background:
    radial-gradient(120% 150% at 88% -20%,
      rgba(0, 166, 182, 0.32), rgba(0, 166, 182, 0) 55%),
    linear-gradient(158deg, var(--petrol), var(--tinte));
  color: var(--weiss);
  overflow: hidden;
  isolation: isolate;
}
.rechtskopf__innen {
  max-width: var(--breite);
  margin-inline: auto;
  padding: clamp(3.4rem, 8vw, 5.6rem) var(--rand) clamp(2.8rem, 6vw, 4.2rem);
}
.rechtskopf .oberzeile { color: var(--salbei); }
.rechtskopf__titel {
  font-size: clamp(2.4rem, 6vw, 4rem);
  color: var(--weiss);
  margin: 0 0 1rem;
}
.rechtskopf__unter {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  max-width: 54ch;
}
/* Feiner Farbverlaufs-Trenner am unteren Rand der Kopfzeile */
.rechtskopf::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tuerkis), var(--salbei), var(--eiche));
}

/* Rechtstext-Bereich – eigene, engere Lesebreite für gute Lesbarkeit */
.rechtsseite { padding-block: clamp(2.8rem, 7vw, 4.8rem) clamp(3rem, 8vw, 6rem); }
.rechtstext { max-width: 54rem; }

.rechtsblock { margin-bottom: clamp(2rem, 4.5vw, 3rem); }
.rechtsblock:last-child { margin-bottom: 0; }
.rechtsblock__titel {
  font-size: clamp(1.22rem, 2.3vw, 1.55rem);
  color: var(--petrol);
  margin: 0 0 0.85rem;
  padding-left: 0.9rem;
  border-left: 3px solid var(--tuerkis);
}
.rechtsblock p { color: var(--nebel); }
.rechtsblock p:last-child { margin-bottom: 0; }

/* Namens-/Adresszeilen als klare, ruhige Aufzählung */
.rechtsdaten {
  margin: 0;
  font-style: normal;
  color: var(--tinte);
  line-height: 1.7;
}
.rechtsdaten__name {
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--petrol);
  display: block;
  margin-bottom: 0.15rem;
}
.rechtsdaten__person { display: block; font-weight: 700; color: var(--petrol); }

/* Kontakt-Reihe (Telefon / E-Mail) als beschriftete Liste */
.rechtskontakt {
  display: grid;
  gap: 0.45rem 1.6rem;
  grid-template-columns: max-content 1fr;
  margin: 0;
}
.rechtskontakt dt {
  color: var(--tuerkis-text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-self: center;
}
.rechtskontakt dd { margin: 0; color: var(--tinte); }
.rechtskontakt a { text-decoration: none; }
.rechtskontakt a:hover { text-decoration: underline; }

/* Zwei Karten nebeneinander: Aufsichtsbehörde + Berufshaftpflicht */
.rechtskarten {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.4rem);
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin-bottom: clamp(2rem, 4.5vw, 3rem);
}
.rechtskarte {
  position: relative;
  background: var(--weiss);
  border: 1px solid var(--hauch);
  border-radius: 8px;
  padding: clamp(1.3rem, 2.8vw, 1.75rem);
  overflow: hidden;
}
.rechtskarte::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--tuerkis), var(--salbei));
}
.rechtskarte__marke {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--tuerkis-text);
  margin: 0 0 0.65rem;
}
.rechtskarte__name {
  font-family: var(--display);
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--petrol);
  margin: 0 0 0.5rem;
  line-height: 1.22;
}
.rechtskarte address {
  font-style: normal;
  color: var(--nebel);
  line-height: 1.6;
  margin: 0;
}
.rechtskarte__zusatz {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: var(--nebel);
}

/* Aktueller Fußzeilen-Eintrag dezent hervorheben (wie Navi oben) */
.fuss__navi a[aria-current='page'] {
  color: var(--weiss);
  border-bottom-color: var(--weiss);
}

