/* =============================================================
   SONJAS TIERTHERAPIE – STARTSEITE STYLESHEET
   Statisches CSS mit CSS Custom Properties.
   Wird nur auf der Startseite geladen.
   ============================================================= */


/* ============================================================
   RESET & BASIS
   ============================================================ */
body.st-startseite {
  margin: 0;
  padding: 0 !important;
  background-color: #FCFCFC;
  font-family: 'Nunito Sans', sans-serif;
  color: #7A7A7A;
  line-height: 1.65;
}
.st-startseite *, .st-startseite *::before, .st-startseite *::after { box-sizing: border-box; }
.st-startseite a { text-decoration: none; }
.st-startseite img { max-width: 100%; height: auto; display: block; }
.st-startseite ul { list-style: none; padding: 0; margin: 0; }
.st-startseite p { margin: 0; }
.st-startseite h1, .st-startseite h2,
.st-startseite h3, .st-startseite h4 {
  font-family: 'DM Serif Display', serif;
  color: #044A77; line-height: 1.2; margin: 0;
}
/* Astra-Elemente auf dieser Seite ausblenden */
.st-startseite .site-header, .st-startseite #masthead,
.st-startseite .ast-primary-header-bar,
.st-startseite .site-footer, .st-startseite #colophon,
.st-startseite .wp-site-blocks > header,
.st-startseite .wp-site-blocks > footer { display: none !important; }

/* ============================================================
   LAYOUT
   ============================================================ */
.st-container {
  max-width: 1180px; margin-left: auto; margin-right: auto;
  padding-left: 1.25rem; padding-right: 1.25rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.st-btn {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.8rem 1.6rem; border-radius: 0.375rem;
  font-family: 'Nunito Sans', sans-serif; font-weight: 700;
  font-size: 0.9375rem; cursor: pointer; border: 2px solid transparent;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
  line-height: 1; white-space: nowrap;
}
.st-btn:hover { transform: translateY(-1px); }
.st-btn--orange { background-color: var(--st-btn-accent-bg); color: var(--st-btn-accent-text); border-color: var(--st-btn-accent-bg); }
.st-btn--orange:hover { background-color: var(--st-btn-accent-hover); border-color: var(--st-btn-accent-hover); color: var(--st-btn-accent-text); }
.st-btn--outline { background-color: transparent; color: var(--st-btn-outline); border-color: var(--st-btn-outline); }
.st-btn--outline:hover { background-color: var(--st-btn-outline); color: #fff; }
.st-btn--white { background-color: #fff; color: var(--st-btn-white-text); border-color: #fff; }
.st-btn--white:hover { background-color: var(--st-btn-white-hover); border-color: var(--st-btn-white-hover); color: var(--st-btn-white-text); }
.st-btn--ghost { background-color: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.st-btn--ghost:hover { border-color: #fff; background-color: rgba(255,255,255,.1); }

/* ============================================================
   SECTION LABELS
   ============================================================ */
.st-label {
  display: inline-flex; align-items: center; gap: 0.65rem;
  font-family: 'Nunito Sans', sans-serif; font-size: 0.75rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em;
  margin-bottom: 0.75rem;
}
.st-label--line-blue { color: #0777BF; }
.st-label--line-blue::before {
  content: ''; display: inline-block; width: 2rem; height: 2px;
  background-color: #0777BF; flex-shrink: 0;
}
.st-label--teal-orange { color: #63C0E3; }
.st-label--teal-orange::before, .st-label--teal-orange::after {
  content: ''; display: inline-block; width: 2rem; height: 2px;
  background-color: #FBBC42; flex-shrink: 0;
}

/* ============================================================
   BILD-PLATZHALTER  (Fallback wenn kein Bild hochgeladen)
   ============================================================ */
.st-placeholder {
  width: 100%; min-height: 380px;
  background: linear-gradient(135deg, #E0F4FB 0%, #63C0E3 65%, #0777BF 100%);
  border-radius: 1rem; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.75rem;
  color: rgba(255,255,255,.9); font-family: 'Nunito Sans', sans-serif;
  font-weight: 600; font-size: 0.875rem; text-align: center; padding: 2rem;
}
.st-placeholder__icon { font-size: 2.5rem; opacity: .8; }

/* Echte Bilder (wenn hochgeladen) */
.st-hero__photo,
.st-ueber__photo {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 1rem; display: block; min-height: 380px;
}
.st-ueber__img .st-ueber__photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border-radius: 0;
  min-height: 0;
}
.st-avatar-img {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}
.st-startseite .st-topbar__logo {
  max-width: var(--st-logo-width); height: auto; display: block;
}
.st-startseite .st-footer__logo-img {
  max-width: var(--st-logo-width); height: auto; display: block; margin-bottom: 0.75rem;
}

/* ============================================================
   ①  TOPBAR
   ============================================================ */
.st-topbar {
  background-color: var(--st-tb-bg); padding: 0.55rem 0;
  font-family: 'Nunito Sans', sans-serif; font-size: 0.8125rem;
  color: rgba(255,255,255,.82);
}
.st-topbar__inner {
  display: flex; align-items: center; justify-content: var(--st-tb-layout);
  gap: 1rem; flex-wrap: wrap;
}
.st-topbar__left {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.st-topbar__contact { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.st-topbar__contact a {
  color: rgba(255,255,255,.82); display: flex; align-items: center;
  gap: 0.4rem; transition: color 0.2s;
}
.st-topbar__contact a:hover { color: #FBBC42; }
.st-topbar__social { display: flex; align-items: center; gap: 0.75rem; }
.st-topbar__social a {
  color: var(--st-tb-social); display: flex; align-items: center; transition: color 0.2s;
}
.st-topbar__social a:hover { color: var(--st-tb-social-hover); }

/* ============================================================
   ①b NAVBAR  (sticky, zwischen Topbar und Hero)
   ============================================================ */
.st-navbar {
  background: var(--st-nav-bg);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  position: sticky; top: 0; z-index: 200;
  font-family: 'Nunito Sans', sans-serif;
  transition: box-shadow 0.3s;
}
.st-navbar.is-scrolled { box-shadow: 0 3px 14px rgba(0,0,0,.15); }
.st-navbar__inner {
  display: flex; align-items: center; justify-content: var(--st-nav-align); height: 62px;
}
/* Menü-Liste */
.st-navbar__menu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 0;
}
.st-navbar__menu > li { position: relative; }
.st-navbar__menu > li > a {
  display: block; padding: 0 1.05rem; height: 62px; line-height: 62px;
  color: var(--st-nav-text); font-size: 0.9375rem; font-weight: 600;
  text-decoration: none; white-space: nowrap; transition: color 0.2s;
}
.st-navbar__menu > li > a:hover,
.st-navbar__menu > li.current-menu-item > a,
.st-navbar__menu > li.current-menu-ancestor > a { color: var(--st-nav-hover); }
/* Dropdown */
.st-navbar__menu > li > .sub-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--st-nav-sub-bg); box-shadow: 0 6px 20px rgba(0,0,0,.12);
  border-top: 3px solid var(--st-nav-sub-border); width: 260px;
  list-style: none; margin: 0; padding: 0.4rem 0;
  z-index: 201; border-radius: 0 0 6px 6px;
}
.st-navbar__menu > li:hover > .sub-menu,
.st-navbar__menu > li:focus-within > .sub-menu { display: block; }
.st-navbar__menu > li > .sub-menu > li > a {
  display: block; padding: 0.65rem 1.25rem;
  color: var(--st-nav-sub-text); font-size: 0.875rem; font-weight: 500;
  text-decoration: none; transition: background 0.15s, color 0.15s;
  white-space: normal; line-height: 1.4;
}
.st-navbar__menu > li > .sub-menu > li > a:hover { background: var(--st-nav-sub-hover-bg); color: var(--st-nav-sub-hover-text); }
.st-navbar__menu > li > .sub-menu > li.current-menu-item > a { color: #FBBC42; font-weight: 600; }
/* 3. Ebene – Flyout (Desktop: nach rechts aufklappen) */
.st-navbar__menu .sub-menu .menu-item-has-children > a {
  display: flex; align-items: center;
}
.st-navbar__menu .sub-menu .menu-item-has-children > a::after {
  content: '›'; margin-left: auto; padding-left: 0.75rem;
  font-size: 1.1em; font-weight: 700; opacity: 0.5;
}
.st-navbar__menu .sub-menu .sub-menu {
  display: none; position: absolute; top: 0; left: 100%;
  background: var(--st-nav-sub-bg); box-shadow: 0 6px 20px rgba(0,0,0,.12);
  border-left: 3px solid var(--st-nav-sub-border); width: 260px;
  list-style: none; margin: 0; padding: 0.4rem 0; z-index: 202;
  border-radius: 0 6px 6px 0;
}
.st-navbar__menu .sub-menu li:hover > .sub-menu,
.st-navbar__menu .sub-menu li:focus-within > .sub-menu { display: block; }
.st-navbar__menu .sub-menu .sub-menu > li > a {
  display: block; padding: 0.65rem 1.25rem; color: var(--st-nav-sub-text);
  font-size: 0.875rem; font-weight: 500; text-decoration: none;
  transition: background 0.15s, color 0.15s; white-space: normal; line-height: 1.4;
}
.st-navbar__menu .sub-menu .sub-menu > li > a:hover { background: var(--st-nav-sub-hover-bg); color: var(--st-nav-sub-hover-text); }
.st-navbar__menu .sub-menu .sub-menu > li.current-menu-item > a { color: #FBBC42; font-weight: 600; }
/* Burger-Button */
.st-navbar__burger {
  display: none; flex-direction: column; justify-content: center;
  align-items: center; gap: 5px; width: 44px; height: 44px;
  background: none; border: none; cursor: pointer; padding: 0;
}
.st-navbar__burger span {
  display: block; width: 24px; height: 2px;
  background: var(--st-nav-burger); border-radius: 2px; transition: transform 0.3s, opacity 0.3s;
}
.st-navbar__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.st-navbar__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.st-navbar__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* Mobile */
@media (max-width: 860px) {
  .st-navbar__inner { justify-content: flex-end; }
  .st-navbar__burger { display: flex; }
  .st-navbar__nav {
    display: none; position: absolute; top: 62px; left: 0; right: 0;
    background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.12);
    padding: 0.5rem 0 1rem; z-index: 199;
  }
  .st-navbar__nav.is-open { display: block; }
  .st-navbar__menu { flex-direction: column; align-items: stretch; padding: 0; }
  .st-navbar__menu > li { width: 100%; }
  .st-navbar__menu > li > a {
    height: auto; line-height: 1.5; padding: 0.875rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
  }
  .st-navbar__menu > li:last-child > a { border-bottom: none; }
  .st-navbar__menu > li > .sub-menu {
    display: none !important; position: static; box-shadow: none;
    border-top: none; padding: 0; min-width: 0;
  }
  .st-navbar__menu > li.mob-open > .sub-menu { display: block !important; }
  .st-navbar__menu > li > .sub-menu > li > a { padding: 0.6rem 1.5rem 0.6rem 2.5rem; border-bottom: 1px solid #f5f5f5; }
  .st-navbar__menu > li > .sub-menu > li:last-child > a { border-bottom: none; }
  /* 3. Ebene – Mobile: eingeklappt, tiefer eingerückt */
  .st-navbar__menu .sub-menu .sub-menu {
    display: none !important; position: static; box-shadow: none;
    border-left: none; width: 100%; border-radius: 0; padding: 0;
  }
  .st-navbar__menu .sub-menu .mob-open > .sub-menu { display: block !important; }
  .st-navbar__menu .sub-menu .sub-menu > li > a {
    padding: 0.6rem 1.5rem 0.6rem 3.5rem;
    border-bottom: 1px solid #f5f5f5; font-size: 0.8125rem;
  }
  .st-navbar__menu .sub-menu .sub-menu > li:last-child > a { border-bottom: none; }
  .st-navbar__menu .sub-menu .menu-item-has-children > a::after {
    content: '+'; font-size: 1rem;
  }
  .st-navbar__menu .sub-menu .menu-item-has-children.mob-open > a::after {
    content: '−';
  }
}

/* ============================================================
   ②  HERO  (Vollbild-Hintergrund)
   ============================================================ */
.st-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #044A77; /* Fallback ohne Bild */
}
.st-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.st-hero__content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: var(--st-hero-align-items, center);
  justify-content: var(--st-hero-vpos-justify, center);
  text-align: var(--st-hero-text-align, center);
  padding: var(--st-hero-vpos-padding, 3rem 1.25rem);
  width: 100%;
}
.st-hero__inner {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}
.st-hero__label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,.9);
  margin-bottom: 1rem;
  text-align: var(--st-hero-text-align, center);
}
.st-hero__label::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #FBBC42;
  margin: var(--st-hero-label-line, 0.5rem auto 0);
}
.st-hero__h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  color: #fff;
  line-height: 1.15;
  margin: 0 0 1.25rem;
  text-shadow: 0 2px 24px rgba(0,0,0,.45);
  text-align: var(--st-hero-text-align, center);
}
.st-hero__desc {
  color: rgba(255,255,255,.85);
  font-size: 1.125rem;
  line-height: 1.72;
  margin: 0 auto 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  text-align: var(--st-hero-text-align, center);
}
.st-hero__btns { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: var(--st-hero-btn-justify); }

/* Trust-Bar */
.st-trust-bar {
  position: relative;
  z-index: 1;
  background: var(--st-hero-trust-bg);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,.15);
  padding: 1.25rem 0;
}
.st-trust-bar__inner {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 1.5rem 2.5rem;
}
.st-trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: 'Nunito Sans', sans-serif; font-weight: 700;
  font-size: 0.9375rem; color: rgba(255,255,255,.92);
}
.st-trust-item__check { color: #FBBC42; font-size: 1.1rem; font-weight: 900; }
.st-trust-sep { display: block; width: 1px; height: 1.5rem; background-color: rgba(255,255,255,.3); }
@media (max-width: 899px) {
  .st-hero { min-height: 60vh; }
  .st-hero__h1 { font-size: clamp(1.875rem, 6vw, 2.5rem); }
  .st-hero__desc { font-size: 1rem; }
}
@media (max-width: 599px) { .st-trust-sep { display: none; } }

/* ============================================================
   ③  LEISTUNGEN
   ============================================================ */
.st-leistungen { padding: 5rem 0; background-color: var(--st-leist-section-bg); }
.st-section-head { text-align: center; margin-bottom: 3rem; }
.st-section-head h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); color: #0777BF; margin-top: 0.35rem; }
.st-cards-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 600px)  { .st-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .st-cards-grid { grid-template-columns: repeat(3, 1fr); } }
.st-card {
  background-color: var(--st-leist-card-bg);
  border: 1px solid #e8edf2;
  border-top: 3px solid var(--st-leist-card-accent);
  border-radius: 0;
  padding: 2rem 1.75rem 1.75rem;
  transition: box-shadow 0.25s ease;
}
.st-card:hover { box-shadow: 0 8px 32px rgba(4,74,119,.09); }
.st-card:hover h3 { color: #044A77; }
.st-card h3 {
  font-size: 1.0625rem; font-weight: 700;
  color: #0777BF; margin-bottom: 0.75rem;
  transition: color 0.2s; letter-spacing: 0.01em;
}
.st-card p  { color: #7A7A7A; font-size: 0.9375rem; line-height: 1.7; margin-bottom: 1.25rem; }
.st-card__link {
  font-weight: 600; color: var(--st-leist-link); font-size: 0.8125rem;
  display: inline-flex; align-items: center; gap: 0.3rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: gap 0.2s, color 0.2s;
}
.st-card__link:hover { color: #044A77; gap: 0.55rem; }

/* ============================================================
   ④  ÜBER MICH
   ============================================================ */
.st-ueber { padding: 5rem 0; background-color: var(--st-ueber-section-bg); }
.st-ueber__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 900px) { .st-ueber__grid { grid-template-columns: 1fr 1fr; } }
.st-ueber__img {
  box-shadow: 0 14px 42px rgba(4,74,119,.14);
  border-radius: 50%; overflow: hidden;
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1;
}
.st-ueber__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, rgba(0,0,0,.55) 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.st-ueber__text h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: 1rem; }
.st-ueber__text-para { color: #7A7A7A; line-height: 1.78; font-size: 1rem; }
.st-ueber__text-para + .st-ueber__text-para { margin-top: 1rem; }
.st-ueber__text-para:last-of-type { margin-bottom: 1.5rem; }
.st-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.st-badge {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.4rem 0.9rem; background-color: var(--st-ueber-badge-bg); border: 1px solid #E0E0E0;
  border-radius: 2rem; font-size: 0.8125rem; font-weight: 600; color: var(--st-ueber-badge-color);
}
.st-badge::before { content: '●'; color: #FBBC42; font-size: 0.5rem; }

/* ATM-Absolventenlogos */
.st-atm-logos {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  margin-bottom: 2rem;
}
.st-atm-logos__link {
  display: block; width: 80px; height: 80px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.st-atm-logos__link:hover { transform: scale(1.08); opacity: 0.85; }
.st-atm-logos__link img {
  width: 100%; height: 100%; object-fit: contain;
  border-radius: 0.25rem;
}

/* ============================================================
   ⑤  KUNDENSTIMMEN
   ============================================================ */
.st-testimonials { padding: 5rem 0; background-color: var(--st-test-section-bg); }
.st-testimonials__grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
@media (min-width: 900px) { .st-testimonials__grid { grid-template-columns: repeat(3, 1fr); } }
.st-testimonial {
  background-color: var(--st-test-card-bg); border: 1px solid #E0E0E0;
  border-top: 3px solid var(--st-test-card-accent); border-radius: 0.75rem; padding: 1.75rem 1.5rem 1.5rem;
}
.st-testimonial__quote {
  font-family: 'DM Serif Display', serif; font-size: 4rem;
  color: #63C0E3; line-height: 0.75; margin-bottom: 0.75rem; user-select: none;
}
.st-testimonial__text { color: #7A7A7A; font-style: italic; line-height: 1.72; margin-bottom: 1.25rem; font-size: 0.9375rem; }
.st-testimonial__stars { color: var(--st-test-stars); font-size: 0.9rem; letter-spacing: 0.1rem; margin-bottom: 1rem; }
.st-testimonial__author { display: flex; align-items: center; gap: 0.75rem; }
.st-avatar {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1rem; color: #fff; flex-shrink: 0;
}
.st-avatar--1 { background-color: #0777BF; }
.st-avatar--2 { background-color: #63C0E3; }
.st-avatar--3 { background-color: #044A77; }
.st-testimonial__name { font-weight: 700; color: #044A77; font-size: 0.875rem; }
.st-testimonial__location { color: #7A7A7A; font-size: 0.8125rem; }

/* ============================================================
   ⑥  FAQ
   ============================================================ */
.st-faq { padding: 5rem 0; background-color: var(--st-faq-section-bg); }
.st-faq__list { max-width: 780px; margin: 2.5rem auto 0; display: flex; flex-direction: column; gap: 0.75rem; }
.st-faq-item { background-color: var(--st-faq-item-bg); border: 1px solid #E0E0E0; border-radius: 0.625rem; overflow: hidden; }
.st-faq-item__toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.125rem 1.5rem; background: none; border: none; cursor: pointer;
  text-align: left; font-family: 'Nunito Sans', sans-serif; font-weight: 700;
  font-size: 1rem; color: #044A77; transition: color 0.2s;
}
.st-faq-item__toggle:hover { color: #0777BF; }
.st-faq-item__icon { font-size: 1.5rem; font-weight: 300; color: var(--st-faq-icon); flex-shrink: 0; transition: transform 0.3s ease; line-height: 1; }
.st-faq-item.is-open .st-faq-item__icon { transform: rotate(45deg); }
.st-faq-item__answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.st-faq-item__answer-inner { padding: 0 1.5rem 1.375rem; color: #7A7A7A; line-height: 1.78; font-size: 0.9375rem; }

/* ============================================================
   ⑥b  VORBEREITUNG (Hinweise vor/nach Behandlung)
   ============================================================ */
.st-prep {
  padding: 5rem 0;
  background-color: var(--st-prep-bg, #ffffff);
}
.st-prep h2 {
  font-family: var(--st-heading-font, 'DM Serif Display', serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--st-prep-heading-color, #044A77); text-align: center; margin-bottom: 2.5rem;
}
.st-prep__list {
  max-width: 860px; margin: 0 auto;
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 1.25rem;
}
.st-prep__item {
  display: flex; gap: 1rem; align-items: flex-start;
  line-height: 1.7; font-size: 0.9375rem;
}
.st-prep__icon {
  flex-shrink: 0; width: 2.25rem; height: 2.25rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--st-prep-icon-bg, #E0F4FB); border-radius: 50%;
  font-size: 1.05rem; margin-top: 0.1rem;
}
.st-prep__item strong {
  color: var(--st-prep-title-color, #044A77);
  display: block; margin-bottom: 0.15rem;
}
.st-prep__item span { color: var(--st-prep-text-color, #7A7A7A); }

/* ============================================================
   ⑦  EINZUGSGEBIET
   ============================================================ */
.st-gebiet { padding: 5rem 0; background-color: var(--st-gebiet-section-bg); }
.st-gebiet__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 900px) { .st-gebiet__grid { grid-template-columns: 1fr 1fr; } }
.st-gebiet__text h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: 1rem; }
.st-gebiet__text p  { color: #7A7A7A; line-height: 1.78; margin-bottom: 2rem; font-size: 1rem; }
.st-region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.st-region-card { background-color: var(--st-region-card-bg); border: 1px solid var(--st-region-card-border); border-radius: 0.625rem; padding: 1.25rem; }
.st-region-card h4 { font-size: 1rem; color: #0777BF; margin-bottom: 0.6rem; }
.st-region-card li { color: #7A7A7A; font-size: 0.875rem; padding: 0.1rem 0; }
.st-region-card li::before { content: '· '; color: #63C0E3; font-weight: 700; }

/* ============================================================
   ⑧  CTA
   ============================================================ */
.st-cta { padding: 5rem 0; background: linear-gradient(135deg, var(--st-cta-color-1) 0%, var(--st-cta-color-2) 100%); text-align: center; }
.st-cta h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.75rem, 3vw, 2.5rem); color: #fff; margin-bottom: 1rem; }
.st-cta p  { color: rgba(255,255,255,.8); font-size: 1.0625rem; margin-bottom: 2rem; }
.st-cta__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }

/* ============================================================
   ⑨  FOOTER
   ============================================================ */
.st-footer { background-color: var(--st-footer-bg); padding: 4.5rem 0 0; font-family: 'Nunito Sans', sans-serif; font-size: 0.9375rem; }
.st-footer__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 600px) { .st-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .st-footer__grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; } }
.st-footer__col-title { font-weight: 700; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--st-footer-title); margin-bottom: 1.25rem; }
.st-footer__logo-text { font-family: 'DM Serif Display', serif; font-size: 1.375rem; color: #fff; margin-bottom: 0.75rem; }
.st-footer__logo-text span { color: var(--st-footer-logo-ac); }
.st-footer__desc { color: rgba(255,255,255,.6); font-size: 0.875rem; line-height: 1.75; margin-bottom: 1rem; }
.st-footer__links { display: flex; flex-direction: column; gap: 0.5rem; }
.st-footer__links a { color: rgba(255,255,255,.68); font-size: 0.9rem; transition: color 0.2s; }
.st-footer__links a:hover { color: #FBBC42; }
.st-footer__contact-item { display: flex; align-items: flex-start; gap: 0.5rem; color: rgba(255,255,255,.68); font-size: 0.9rem; margin-bottom: 0.6rem; }
.st-footer__contact-item a { color: rgba(255,255,255,.68); transition: color 0.2s; }
.st-footer__contact-item a:hover { color: #FBBC42; }
.st-footer__contact-icon { flex-shrink: 0; }
.st-footer__bottom {
  margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.1); padding: 1.25rem 0;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 0.75rem; font-size: 0.8125rem; color: rgba(255,255,255,.45);
}
.st-footer__bottom-links { display: flex; gap: 1.5rem; }
.st-footer__bottom-links a { color: rgba(255,255,255,.45); transition: color 0.2s; }
.st-footer__bottom-links a:hover { color: #FBBC42; }

/* ============================================================
   TYPOGRAFIE – Customizer-Overrides
   ============================================================ */
body.st-startseite {
  font-family: var(--st-body-font);
  font-size: var(--st-body-size);
  color: var(--st-body-color);
}
.st-startseite h1, .st-startseite h2,
.st-startseite h3, .st-startseite h4 {
  font-family: var(--st-heading-font);
  color: var(--st-h-color);
}
/* Hero-H1: skaliert proportional zur eingestellten Maximalgröße */
.st-hero__h1 {
  font-size: clamp(var(--st-h1-sm-rem), 5vw, var(--st-h1-rem));
}
/* Abschnitts-H2: skaliert proportional zur eingestellten Maximalgröße */
.st-startseite .st-section-head h2,
.st-startseite .st-ueber__text h2,
.st-startseite .st-gebiet__text h2,
.st-startseite .st-cta h2 {
  font-size: clamp(var(--st-h2-sm-rem), 3vw, var(--st-h2-rem));
}
/* Elemente mit eigener Schriftart-Regel überschreiben */
.st-btn,
.st-faq-item__toggle,
.st-label,
.st-trust-item {
  font-family: var(--st-body-font);
}

/* ============================================================
   TYPOGRAFIE – Sektions-Overrides
   (überschreiben die globalen Einstellungen durch höhere Spezifität)
   ============================================================ */

/* ② Hero */
.st-startseite .st-hero__h1 {
  font-family: var(--st-hero-h1-font);
  font-size: clamp(var(--st-hero-h1-sm-rem), 5vw, var(--st-hero-h1-rem));
  color: var(--st-hero-h1-color);
}
.st-startseite .st-hero__desc {
  font-size: var(--st-hero-desc-size);
  color: var(--st-hero-desc-color);
}

/* ② Hero – Text-Ausrichtung: hart kodiert center !important */
body.st-startseite .st-hero__content,
body.st-startseite .st-hero__inner,
body.st-startseite .st-hero__label,
body.st-startseite .st-hero__h1,
body.st-startseite .st-hero__desc {
  text-align: center !important;
}

/* ③ Leistungen */
.st-startseite .st-leistungen .st-section-head h2 {
  font-family: var(--st-l-h2-font);
  font-size: clamp(var(--st-l-h2-sm-rem), 3vw, var(--st-l-h2-rem));
  color: var(--st-l-h2-color);
}
.st-startseite .st-card h3 { color: var(--st-l-h3-color); }
.st-startseite .st-card p  { font-size: var(--st-l-text-size); color: var(--st-l-text-color); }

/* ④ Über mich */
.st-startseite .st-ueber__text h2 {
  font-family: var(--st-u-h2-font);
  font-size: clamp(var(--st-u-h2-sm-rem), 3vw, var(--st-u-h2-rem));
  color: var(--st-u-h2-color);
}
.st-startseite .st-ueber__text-para { font-size: var(--st-u-text-size); color: var(--st-u-text-color); }

/* ⑤ Kundenstimmen */
.st-startseite .st-testimonials .st-section-head h2 {
  font-family: var(--st-t-h2-font);
  font-size: clamp(var(--st-t-h2-sm-rem), 3vw, var(--st-t-h2-rem));
  color: var(--st-t-h2-color);
}
.st-startseite .st-testimonial__text { font-size: var(--st-t-text-size); color: var(--st-t-text-color); }

/* ⑥ FAQ */
.st-startseite .st-faq .st-section-head h2 {
  font-family: var(--st-f-h2-font);
  font-size: clamp(var(--st-f-h2-sm-rem), 3vw, var(--st-f-h2-rem));
  color: var(--st-f-h2-color);
}
.st-startseite .st-faq-item__toggle        { font-size: var(--st-f-q-size); color: var(--st-f-q-color); }
.st-startseite .st-faq-item__answer-inner  { font-size: var(--st-f-a-size); color: var(--st-f-a-color); }

/* ⑦ Einzugsgebiet */
.st-startseite .st-gebiet__text h2 {
  font-family: var(--st-g-h2-font);
  font-size: clamp(var(--st-g-h2-sm-rem), 3vw, var(--st-g-h2-rem));
  color: var(--st-g-h2-color);
}
.st-startseite .st-gebiet__text p { color: var(--st-g-text-color); }

/* ⑧ CTA */
.st-startseite .st-cta h2 {
  font-family: var(--st-c-h2-font);
  font-size: clamp(var(--st-c-h2-sm-rem), 3vw, var(--st-c-h2-rem));
  color: var(--st-c-h2-color);
}
.st-startseite .st-cta p { font-size: var(--st-c-text-size); color: var(--st-c-text-color); }
