/* ==========================================================================
   Naturheilpraxis Kirchenbauer – Gold/Weiß Theme-Override
   Überschreibt das türkisfarbene Standard-Theme mit Rebeccas Marken-Gold.
   Wird NACH style.css geladen und lässt das Template unverändert.
   Marken-Gold: #b9994c (aus der bestehenden Seite ausgelesen)
   ========================================================================== */

:root {
  /* Kernfarben: Türkis -> Gold */
  --bs-primary: #b9994c;
  --bs-primary-rgb: 185, 153, 76;
  --bs-secondary: #c9ad6b;
  --bs-secondary-rgb: 201, 173, 107;

  /* Helle Flächen: kühles Mint -> warmes Creme */
  --bs-primary-bg-subtle: #faf7f0;
  --bs-secondary-bg-subtle: #f5eedd;

  /* Hover / Links */
  --bs-link-hover-color: #9c7f3a;
  --bs-link-hover-color-rgb: 156, 127, 58;

  /* Dunkel: kühles Anthrazit -> warmes, edles Anthrazit */
  --bs-dark: #201d17;
  --bs-dark-rgb: 32, 29, 23;

  /* Weichere, warme Schatten in Gold statt Türkis */
  --bs-box-shadow: 0px 1px 2px 1px rgba(185, 153, 76, 0.14);
  --bs-box-shadow-lg: 0px 20px 40px 0px rgba(185, 153, 76, 0.10);

  /* Fließtext etwas wärmer */
  --bs-body-color: #4a463d;
  --bs-body-color-rgb: 74, 70, 61;
}

/* Reinweißer, leicht warmer Seitenhintergrund */
body {
  background-color: #ffffff;
}

/* --- Primär-Buttons: dunkler Text auf Gold (Lesbarkeit + edler Look) --- */
.btn-primary {
  --bs-btn-color: #201d17;
  --bs-btn-hover-color: #201d17;
  --bs-btn-active-color: #201d17;
}

/* Outline-Buttons: etwas dunkleres Gold für bessere Lesbarkeit */
.btn-outline-primary {
  --bs-btn-color: #9c7f3a;
  --bs-btn-border-color: #b9994c;
  --bs-btn-hover-color: #201d17;
}

/* --- Hartkodierte Türkis-Reste -> weiches Gold --- */
.bg_primary_light[class*="shape"] {
  background-color: #ece0c4;
}
.office_hour_list ul > li:not(:last-child) {
  border-bottom-color: #e7dcc3;
}
.hero_image_wrap:after {
  background-color: #ece0c4;
}

/* --- Footer: elegantes dunkles Anthrazit statt Vollgold (Lesbarkeit) --- */
.site_footer.bg_primary {
  background-color: #201d17;
}
.site_footer .social_links a:hover {
  color: #b9994c;
}

/* Kleine Politur: Sektionsüberschrift-Mark klar in Gold */
mark {
  color: var(--bs-primary);
  font-weight: 700;
}

/* --- Dropdown-Menüs: türkiser Rand & Schatten -> Gold --- */
.dropdown-menu {
  border-color: rgba(185, 153, 76, 0.35);
  -webkit-box-shadow: 0 5px 20px 0 rgba(185, 153, 76, 0.14);
          box-shadow: 0 5px 20px 0 rgba(185, 153, 76, 0.14);
}
.main_menu_list .dropdown-menu:before {
  background-color: transparent;
}

/* --- Header-Menü: 6 Punkte kompakter, damit nichts umbricht --- */
.main_menu_list > li:not(:last-child) {
  margin-right: 6px;
}
.main_menu_list > li > a {
  padding: 8px 11px;
  font-size: 15px;
}

/* --- Header-CTA: "Termin vereinbaren" statt Telefonnummer --- */
.header_cta_btn.btn {
  --bs-btn-padding-y: 12px;
  --bs-btn-padding-x: 22px;
  font-size: 15px;
}

/* --- Hero Trust-Counter: sauber in einer Reihe, kompakter --- */
.hero_section_counter {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  align-items: stretch;
}
.hero_section_counter > li {
  padding: 0;
  flex: 1 1 0;
}
.hero_section_counter .counter_value {
  font-size: 30px;
  line-height: 1.1;
}
.hero_section_counter hr {
  margin: 10px 0 9px;
}
.hero_section_counter .counter_description {
  font-size: 13px;
  line-height: 19px;
}

/* Elfe-Logo (Rebecca) sauber einpassen – Header & Footer */
.site_header .site_logo img {
  height: 66px;
  width: auto;
}
.site_footer .site_logo img {
  height: 72px;
  width: auto;
}

/* Icon-Kreise der Leistungs-/Pain-Karten: dezenter Creme-Hintergrund + Gold-Icon */
.service_item .item_icon {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid #ece0c4;
  transition: var(--bs-transition);
}
.service_item:hover .item_icon {
  background-color: #ffffff;
  border-color: #ffffff;
}
.service_item .item_icon i {
  line-height: 1;
}

/* --- Karten (Pain Points & Leistungen) alle gleich hoch --- */
.service_item {
  height: 100%;
}

/* --- Kontakt-Map: Höhe an die Kontakt-Spalte anpassen (nicht 790px) --- */
.contact_section .gmap_canvas,
.contact_section .gmap_canvas iframe {
  height: 100%;
}
.contact_section .gmap_canvas {
  min-height: 360px;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

/* --- Scroll-Timeline: "So läuft Ihre Behandlung ab" --- */
.timeline_track {
  position: relative;
}
/* Hintergrund-Linie + goldener Fortschrittsbalken */
.timeline_line,
.timeline_progress {
  position: absolute;
  left: 31px;
  width: 3px;
  border-radius: 3px;
  top: 0;
  bottom: 0;
}
.timeline_line {
  background-color: #e7d8b3;
}
.timeline_progress {
  bottom: auto;
  height: 0;
  background-color: var(--bs-primary);
  box-shadow: 0 0 12px rgba(185, 153, 76, 0.55);
  transition: height 0.12s linear;
}
.timeline_item {
  position: relative;
  padding-left: 96px;
  padding-bottom: 34px;
}
.timeline_item:last-child {
  padding-bottom: 0;
}
.timeline_marker {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: var(--bs-primary);
  border: 2px solid #e7d8b3;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bs-font-heading);
  transition: all 0.35s ease;
}
.timeline_item.is-active .timeline_marker {
  background-color: var(--bs-primary);
  color: #201d17;
  border-color: var(--bs-primary);
  box-shadow: 0 8px 20px 0 rgba(185, 153, 76, 0.40);
  transform: scale(1.06);
}
.timeline_card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 22px 26px;
  box-shadow: var(--bs-box-shadow);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.timeline_item.is-active .timeline_card {
  box-shadow: var(--bs-box-shadow-lg);
  transform: translateY(-2px);
}
.timeline_card .item_title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
}
.timeline_card p {
  margin-bottom: 0;
}
/* Mitlaufendes Bild rechts */
.timeline_image {
  position: sticky;
  top: 110px;
}
.timeline_image img {
  width: 100%;
  border-radius: var(--bs-border-radius);
}
@media (max-width: 991px) {
  .timeline_image {
    position: static;
    margin-bottom: 40px;
  }
}

/* Rechtlicher Hinweis (HWG) im Footer */
.legal_disclaimer {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 900px;
  margin: 24px auto 0;
  text-align: center;
}

/* ==========================================================================
   MOBILE-OPTIMIERUNG
   ========================================================================== */

/* Custom-Cursor auf Touch-Geräten komplett abschalten (Performance) */
@media (hover: none), (pointer: coarse) {
  .cb-cursor {
    display: none !important;
  }
  * {
    cursor: auto !important;
  }
}

@media screen and (max-width: 991px) {
  /* Schwere Blur-/Deko-Elemente aus -> flüssigeres Scrollen */
  .shape_blur_shadow,
  .hero_section .shape_leaf,
  .decoration_item.shape_leaf_1,
  .decoration_item.shape_leaf_2 {
    display: none !important;
  }

  /* Mobiles Menü-Panel: türkiser Rand/Schatten -> Gold, edler */
  .main_menu_list {
    padding: 10px !important;
    border-radius: 16px !important;
    border-color: rgba(185, 153, 76, 0.28) !important;
    -webkit-box-shadow: 0 14px 34px 0 rgba(32, 29, 23, 0.12) !important;
            box-shadow: 0 14px 34px 0 rgba(32, 29, 23, 0.12) !important;
  }
  .main_menu_list > li > a {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  /* Aufgeklapptes Submenü dezent hinterlegen */
  .main_menu_list .dropdown-menu {
    margin: 2px 8px 8px;
    padding: 4px 0;
    border: none;
    background-color: var(--bs-primary-bg-subtle);
    border-radius: 10px;
  }
  .main_menu_list .dropdown-menu > li > a {
    padding-left: 26px;
  }

  /* Header-CTA aus der engen Ecke nehmen (liegt jetzt im Menü) */
  .header_cta_btn {
    display: none !important;
  }

  /* Hamburger: größer, Marken-Gold, klarer */
  .mobile_menu_btn {
    width: 46px;
    height: 46px;
    font-size: 19px;
    background-color: var(--bs-primary);
    color: #ffffff;
    box-shadow: 0 6px 16px 0 rgba(185, 153, 76, 0.30);
  }

  /* "Termin vereinbaren" als voller Button unten im Menü */
  .menu_cta_item {
    margin-top: 8px !important;
    padding: 6px 4px 2px;
  }
  .menu_cta_item .btn {
    width: 100%;
    justify-content: center;
  }
}
