﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

:root {
  --haupt-orange: #f27a00;
  --akzent-erdig: #6f5136;
  --akzent-erdig-rgb: 111, 81, 54;
  --schrift-haupt: "Segoe UI", "Helvetica Neue", Arial, sans-serif;

  /* Thema: Hell (Standard) */
  --thema-hintergrund:      #ffffff;
  --thema-hintergrund-alt:  #fffaf4;
  --thema-text:             #333333;
  --thema-text-gedimmt:     #5d6b79;
  --thema-rand:             rgba(242, 122, 0, 0.12);
  --thema-karte-hg:         linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
  --thema-sidebar-hg:       #f8f9fa;
  --thema-sidebar-text:     #333333;
  --thema-kopf-hg:          linear-gradient(160deg, #fffdf9 0%, #fff8ef 55%, #ffffff 100%);
  --thema-schliesstag-hg:   linear-gradient(180deg, #fffdf9 0%, #fff7ee 100%);
  --thema-schliesstag-text: #746354;
  --thema-toggle-hg:        rgba(111, 81, 54, 0.08);
  --thema-toggle-text:      #6f5136;
  --thema-input-hg:         #ffffff;
  --thema-input-text:       #333333;
  --thema-input-rand:       #ced4da;
  --thema-schatten-weich:   0 16px 38px rgba(111, 81, 54, 0.08);
  --thema-panel-hg:         rgba(255, 255, 255, 0.92);
  --thema-panel-rand:       rgba(242, 122, 0, 0.12);
  --thema-nav-link:         var(--haupt-orange);
  --thema-nav-link-hover:   #c96400;
  --thema-cookie-hg:        linear-gradient(135deg, rgba(43, 31, 22, 0.96) 0%, rgba(76, 55, 36, 0.94) 100%);
  --thema-cookie-text:      rgba(255, 255, 255, 0.74);
  --thema-cookie-button:    rgba(255, 255, 255, 0.08);
  --thema-cookie-button-rand: rgba(255, 255, 255, 0.18);
  --thema-menue-overlay-hg: linear-gradient(160deg, rgba(255, 248, 239, 0.97) 0%, rgba(255, 238, 215, 0.98) 100%);
  --thema-menue-overlay-licht: radial-gradient(circle at 50% 18%, rgba(242, 122, 0, 0.16) 0, rgba(242, 122, 0, 0) 26%);
  --thema-menue-link:       #8a4a12;
  --thema-menue-link-hover: #c96400;
  --thema-menue-close-rand: rgba(138, 74, 18, 0.18);
  --thema-menue-close-text: #8a4a12;
}

/* Thema: Dunkel (warmes Taupe, nicht zu dunkel) */
[data-thema="dunkel"] {
  --thema-hintergrund:      #2f2723;
  --thema-hintergrund-alt:  #3a312c;
  --thema-text:             #f8efe6;
  --thema-text-gedimmt:     #d7c5b4;
  --thema-text-sekundaer:   #e1d0c0;
  --thema-rand:             rgba(255, 183, 109, 0.22);
  --thema-karte-hg:         linear-gradient(180deg, #433832 0%, #3b312d 100%);
  --thema-sidebar-hg:       rgba(74, 62, 56, 0.84);
  --thema-sidebar-text:     #f8efe6;
  --thema-kopf-hg:          linear-gradient(160deg, #413630 0%, #4d413a 55%, #342b27 100%);
  --thema-schliesstag-hg:   linear-gradient(180deg, #463a34 0%, #3d322d 100%);
  --thema-schliesstag-text: #ead7c4;
  --thema-toggle-hg:        rgba(255, 183, 109, 0.12);
  --thema-toggle-text:      #f27a00;
  --thema-input-hg:         #51453e;
  --thema-input-text:       #f8efe6;
  --thema-input-rand:       rgba(255, 183, 109, 0.28);
  --thema-pill-hg:          rgba(255, 255, 255, 0.12);
  --thema-pill-rand:        rgba(255, 183, 109, 0.28);
  --thema-pill-text:        #f8efe6;
  --thema-schatten-weich:   0 18px 42px rgba(0, 0, 0, 0.26);
  --thema-panel-hg:         rgba(72, 59, 53, 0.78);
  --thema-panel-rand:       rgba(255, 183, 109, 0.18);
  --thema-nav-link:         #ffc88f;
  --thema-nav-link-hover:   #ffe1bd;
  --thema-cookie-hg:        linear-gradient(135deg, rgba(67, 53, 46, 0.96) 0%, rgba(87, 69, 61, 0.94) 100%);
  --thema-cookie-text:      rgba(255, 241, 228, 0.82);
  --thema-cookie-button:    rgba(255, 255, 255, 0.1);
  --thema-cookie-button-rand: rgba(255, 200, 143, 0.24);
  --thema-menue-overlay-hg: linear-gradient(160deg, rgba(56, 44, 38, 0.97) 0%, rgba(40, 32, 28, 0.98) 100%);
  --thema-menue-overlay-licht: radial-gradient(circle at 50% 20%, rgba(255, 200, 143, 0.14) 0, rgba(255, 200, 143, 0) 24%);
  --thema-menue-link:       #fff2e3;
  --thema-menue-link-hover: #ffc88f;
  --thema-menue-close-rand: rgba(255, 233, 205, 0.24);
  --thema-menue-close-text: #fff2e3;
  --akzent-erdig-dunkel:    #f0cda4;
}

body {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: var(--schrift-haupt);
  color: var(--thema-text);
  background-color: var(--thema-hintergrund);
  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body, button, input, select, textarea {
    font-family: var(--schrift-haupt);
}

h1, h2, h3, h4, h5, h6, .btn {
    font-family: var(--schrift-haupt);
}

.vollbild-menue {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--thema-menue-overlay-licht), var(--thema-menue-overlay-hg);
    z-index: 9999;
    transition: opacity 0.4s ease, visibility 0.4s ease, background 0.3s ease;
}

.vollbild-menue.schliessen-animation {
    opacity: 0;
    visibility: hidden;
}

.menue-inhalt {
    width: min(100%, 44rem);
    transform: translateY(30px);
    transition: transform 0.4s ease;
}

.menue-inhalt__kopf {
    position: relative;
    margin-bottom: 6rem !important;
}

.vollbild-menue.d-flex .menue-inhalt {
    transform: translateY(0);
}

.menue-inhalt a {
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
    color: var(--thema-menue-link) !important;
    transition: color 0.3s, transform 0.2s ease;
}

.menue-inhalt a:hover {
    color: var(--thema-menue-link-hover) !important;
    transform: translateY(-2px);
}

#menueSchliessen {
    border-color: var(--thema-menue-close-rand);
    color: var(--thema-menue-close-text);
    background: rgba(255, 255, 255, 0.08);
}

#menueSchliessen:hover,
#menueSchliessen:focus {
    border-color: var(--thema-menue-link-hover);
    color: var(--thema-menue-link-hover);
    background: rgba(255, 255, 255, 0.16);
}

.menue-thema-toggle {
    position: relative;
    overflow: hidden;
    width: min(100%, 24rem);
    margin-top: 4rem;
    padding: 0;
    border: 1px solid rgba(255, 245, 232, 0.32);
    border-radius: 1.75rem;
    background: rgba(88, 42, 0, 0.2);
    box-shadow: 0 22px 48px rgba(119, 47, 0, 0.2);
    color: #fff8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.menue-thema-toggle:hover,
.menue-thema-toggle:focus {
    transform: translateY(-2px);
    box-shadow: 0 28px 54px rgba(119, 47, 0, 0.26);
    border-color: rgba(255, 245, 232, 0.52);
}

.menue-thema-toggle__schein {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.26) 0, rgba(255, 255, 255, 0) 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

.menue-thema-toggle__inhalt {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    text-align: left;
}

.menue-thema-toggle__icon-wrap {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 1.25rem;
}

.menue-thema-toggle__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.menue-thema-toggle__text strong {
    font-size: 1rem;
    font-weight: 700;
}

.menue-thema-toggle__text small {
    color: rgba(255, 248, 240, 0.82);
    font-size: 0.83rem;
    line-height: 1.4;
}

.top-nav a:hover, .sidebar-nav a:hover, .nav-link:hover {
    color: var(--haupt-orange) !important;
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Animations */
.fade-in {
    animation: fadeIn 1s ease-in-out;
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

.slide-in-bottom {
    animation: slideInBottom 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInBottom {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.hover-lift {
    transition: transform 0.2s ease, color 0.3s;
    display: inline-block;
}

.hover-lift:hover {
    transform: translateY(-3px);
}

.w-20px {
    width: 20px;
}

.versorgungs-highlights__karte,
.praxis-karte {
    background: var(--thema-karte-hg);
    border: 1px solid var(--thema-rand);
    border-radius: 1.75rem;
    padding: 2.25rem;
    box-shadow: var(--thema-schatten-weich);
}

.versorgungs-highlights__block {
    max-width: 34rem;
}

.versorgungs-highlights__klein {
    color: var(--haupt-orange);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.versorgungs-highlights__titel {
    color: var(--akzent-erdig);
    font-size: clamp(2rem, 1.6rem + 1vw, 2.6rem);
    font-weight: 400;
    line-height: 1.2;
}

.versorgungs-highlights__text {
    color: var(--thema-text-gedimmt);
    font-size: 1.1rem;
    line-height: 1.8;
}

.versorgungs-highlights__trenner {
    width: 100%;
    max-width: 26rem;
    border-top: 2px solid rgba(242, 122, 0, 0.55);
    margin: 2rem 0;
}

.kontakt-seite__panel {
    height: 100%;
}

.kontakt-seite__kartenpanel {
    padding: 0rem;
}

.kontakt-seite__kopf {
    max-width: 32rem;
}

.kontakt-seite__kontaktliste {
    align-items: center;
}

.kontakt-seite__kontaktlink {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(242, 122, 0, 0.08);
    border: 1px solid rgba(242, 122, 0, 0.14);
    color: var(--akzent-erdig) !important;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kontakt-seite__kontaktlink i {
    color: var(--haupt-orange);
}

.kontakt-seite__kontaktlink:hover,
.kontakt-seite__kontaktlink:focus {
    color: var(--haupt-orange) !important;
    background: rgba(242, 122, 0, 0.14);
    border-color: rgba(242, 122, 0, 0.24);
    transform: translateY(-2px);
}

.kontakt-seite__karte {
    border: 1px solid rgba(242, 122, 0, 0.14);
    box-shadow: 0 14px 35px rgba(var(--akzent-erdig-rgb), 0.08);
}

.kontakt-seite__karte-wrap {
    position: relative;
    isolation: isolate;
    padding: 0;
}

.kontakt-seite__karte--premium {
    position: relative;
    border: 1px solid rgba(242, 122, 0, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.08) 100%),
        var(--thema-karte-hg);
    box-shadow:
        0 24px 54px rgba(var(--akzent-erdig-rgb), 0.14),
        0 10px 24px rgba(242, 122, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.kontakt-seite__karte--premium::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(242, 122, 0, 0.16) 45%, rgba(111, 81, 54, 0.18) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.9;
}

.kontakt-seite__karte-glanz {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0) 18%);
    pointer-events: none;
    z-index: 1;
}

.kontakt-seite__karte-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(242, 122, 0, 0.16);
    backdrop-filter: blur(14px);
    color: var(--akzent-erdig);
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(var(--akzent-erdig-rgb), 0.12);
}

.kontakt-seite__karte-label i {
    color: var(--haupt-orange);
}

.kontakt-seite__karte-glow {
    position: absolute;
    top: 50%;
    width: 7rem;
    height: 82%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(242, 122, 0, 0.16) 0%, rgba(242, 122, 0, 0.08) 34%, rgba(242, 122, 0, 0) 72%);
    filter: blur(28px);
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.9;
}

.kontakt-seite__karte-glow--links {
    left: 0.35rem;
}

.kontakt-seite__karte-glow--rechts {
    right: 0.35rem;
}

.kontakt-seite__karte--premium iframe {
    position: relative;
    z-index: 0;
}

.kontakt-seite__karte--premium {
    width: 100%;
}

.kontakt-seite__infoliste {
    grid-template-columns: 1fr;
}

.kontakt-seite__infokarte {
    padding: 1.25rem 1.35rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(242, 122, 0, 0.12);
}

.kontakt-seite__infotitel {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--akzent-erdig);
    font-weight: 700;
}

.kontakt-seite__infotitel i {
    color: var(--haupt-orange);
}

.kontakt-seite__routenbutton {
    align-self: flex-start;
}

[data-thema="dunkel"] .kontakt-seite__karte--premium {
    border-color: rgba(255, 200, 143, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
        var(--thema-karte-hg);
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.3),
        0 12px 28px rgba(242, 122, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

[data-thema="dunkel"] .kontakt-seite__karte--premium::before {
    background: linear-gradient(135deg, rgba(255, 243, 228, 0.3) 0%, rgba(255, 200, 143, 0.16) 45%, rgba(255, 255, 255, 0.08) 100%);
}

[data-thema="dunkel"] .kontakt-seite__karte-label {
    background: rgba(59, 48, 42, 0.72);
    border-color: rgba(255, 200, 143, 0.18);
    color: #f8efe6;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

[data-thema="dunkel"] .kontakt-seite__karte-glow {
    background: radial-gradient(circle, rgba(255, 200, 143, 0.18) 0%, rgba(242, 122, 0, 0.08) 34%, rgba(242, 122, 0, 0) 72%);
    opacity: 0.8;
}

.versorgungs-highlights__button {
    background-color: #ffffff;
    border: 2px solid var(--haupt-orange);
    color: var(--haupt-orange);
    font-weight: 600;
    transition: all 0.2s ease;
}

.versorgungs-highlights__button:hover {
    background-color: var(--haupt-orange);
    border-color: var(--haupt-orange);
    color: #ffffff;
}

.erwachsenen-teaser__karte {
    background: var(--thema-karte-hg);
    border: 1px solid var(--thema-rand);
    box-shadow: var(--thema-schatten-weich) !important;
}

.erwachsenen-teaser__visual {
    position: relative;
    min-height: 26rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 22%, rgba(242, 122, 0, 0.16) 0, rgba(242, 122, 0, 0) 24%),
        radial-gradient(circle at 80% 24%, rgba(var(--akzent-erdig-rgb), 0.12) 0, rgba(var(--akzent-erdig-rgb), 0) 28%),
        radial-gradient(circle at 40% 70%, rgba(242, 122, 0, 0.08) 0, rgba(242, 122, 0, 0) 22%),
        var(--thema-karte-hg);
    color: var(--akzent-erdig);
    display: flex;
    align-items: center;
    border-right: 1px solid var(--thema-rand);
}

.erwachsenen-teaser__licht {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(var(--akzent-erdig-rgb), 0.04) 0%, rgba(var(--akzent-erdig-rgb), 0) 46%),
        radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0) 22%),
        radial-gradient(circle at 62% 38%, rgba(var(--akzent-erdig-rgb), 0.08) 0, rgba(var(--akzent-erdig-rgb), 0) 18%),
        radial-gradient(circle at 78% 70%, rgba(242, 122, 0, 0.12) 0, rgba(242, 122, 0, 0) 18%);
    opacity: 1;
}

.erwachsenen-teaser__inhalt-links,
.erwachsenen-teaser__inhalt-rechts {
    position: relative;
    z-index: 1;
}

.erwachsenen-teaser__inhalt-links {
    padding: 2.25rem;
}

.erwachsenen-teaser__badge {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background-color: #ffffff;
    border: 1px solid rgba(var(--akzent-erdig-rgb), 0.16);
    box-shadow: 0 8px 18px rgba(var(--akzent-erdig-rgb), 0.08);
    color: var(--akzent-erdig);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.erwachsenen-teaser__visual-titel {
    font-size: clamp(1.7rem, 1.45rem + 0.9vw, 2.2rem);
    color: var(--akzent-erdig);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.erwachsenen-teaser__visual-text {
    color: var(--thema-text-gedimmt);
    line-height: 1.7;
}

.erwachsenen-teaser__panel {
    position: relative;
    min-height: 26rem;
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9d3d 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
}

.erwachsenen-teaser__pfeil {
    position: absolute;
    left: -18px;
    top: 30%;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 18px solid #f69327;
}

.erwachsenen-teaser__inhalt-rechts {
    padding: 2.25rem;
}

.erwachsenen-teaser__titel {
    color: #fffaf2;
    font-size: clamp(2rem, 1.55rem + 1.15vw, 2.85rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.18;
}

.erwachsenen-teaser__titel span {
    color: var(--akzent-erdig);
    font-weight: 700;
}

.erwachsenen-teaser__button {
    background-color: rgba(255, 255, 255, 0.12);
    border: 2px solid var(--akzent-erdig);
    color: var(--akzent-erdig);
    letter-spacing: 0;
    transition: all 0.2s ease;
}

.erwachsenen-teaser__button:hover {
    background-color: var(--akzent-erdig);
    border-color: var(--akzent-erdig);
    color: #ffffff;
}

.footer-premium {
    background:
        radial-gradient(circle at top left, rgba(242, 122, 0, 0.12) 0, rgba(242, 122, 0, 0) 24%),
        linear-gradient(160deg, #2b231d 0%, #1b1511 100%);
    border-top: 4px solid var(--haupt-orange);
}

.footer-premium__hinweis {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-premium__eyebrow {
    color: #ffb66d;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-premium__hinweis-titel,
.footer-premium__titel {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.25;
}

.footer-premium__hinweis-titel {
    font-size: clamp(1.8rem, 1.45rem + 0.8vw, 2.3rem);
}

.footer-premium__hinweis-text,
.footer-premium__text,
.footer-premium__copyright,
.footer-premium__abschluss-hinweis {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

.footer-premium__text--klein,
.footer-premium__copyright,
.footer-premium__abschluss-hinweis {
    font-size: 0.95rem;
}

.footer-premium__aktionen {
    align-items: stretch;
}

.footer-premium__button {
    font-weight: 600;
    color: inherit;
    transition: all 0.2s ease;
}

.footer-premium__button i {
    color: inherit;
}

.footer-premium__button--orange {
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9d3d 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 10px 24px rgba(242, 122, 0, 0.28);
}

.footer-premium__button--orange:visited {
    color: #ffffff;
}

.footer-premium__button--orange:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-premium__button--light {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-premium__button--light:visited {
    color: #ffffff;
}

.footer-premium__button--light i,
.footer-premium__button--orange i {
    color: inherit;
}

.footer-premium__button--light:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.08);
}

.footer-premium__spalte {
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-premium__merkmale {
    margin-top: 1rem;
}

.footer-premium__chip {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background-color: rgba(242, 122, 0, 0.12);
    color: #ffd2a3;
    font-size: 0.9rem;
    font-weight: 600;
}

.footer-premium__liste li + li,
.footer-premium__zeiten li + li {
    margin-top: 0.85rem;
}

.footer-premium__link {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.82);
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-premium__link:visited {
    color: rgba(255, 255, 255, 0.82);
}

.footer-premium__link i {
    color: var(--haupt-orange);
    margin-top: 0.15rem;
    width: 1rem;
    text-align: center;
}

.footer-premium__link:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.footer-premium__link span,
.footer-premium__route,
.footer-premium__route i,
.footer-premium__abschluss-link {
    color: inherit;
}

.footer-premium__zeiten li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-premium__zeiten li span {
    font-weight: 500;
}

.footer-premium__zeiten li strong {
    color: #ffffff;
    font-weight: 600;
    text-align: right;
}

.footer-premium__route {
    display: inline-flex;
    align-items: center;
    color: #ffcf9b;
    font-weight: 600;
}

.footer-premium__route:visited {
    color: #ffcf9b;
}

.footer-premium__route:hover {
    color: #ffffff;
}

.footer-premium__abschluss {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-premium__abschluss-link {
    color: #ffcf9b;
    text-decoration: none;
    font-weight: 600;
}

.footer-premium__abschluss-link:visited {
    color: #ffcf9b;
}

.footer-premium__abschluss-link:hover {
    color: #ffffff;
}

/* Footer Link-Farben forcieren, um Bootstrap-Standard-Blau zu überschreiben */
.footer-premium a,
.footer-premium .footer-premium__route,
.footer-premium .footer-premium__abschluss-link {
    color: #ffcf9b !important;
    text-decoration: none;
}

.footer-premium a:hover,
.footer-premium .footer-premium__route:hover,
.footer-premium .footer-premium__abschluss-link:hover {
    color: #ffffff !important;
}

.footer-premium .footer-premium__button--orange,
.footer-premium .footer-premium__button--orange:visited,
.footer-premium .footer-premium__button--orange i,
.footer-premium .footer-premium__button--light,
.footer-premium .footer-premium__button--light:visited,
.footer-premium .footer-premium__button--light i {
    color: #ffffff !important;
}

.footer-premium .footer-premium__link,
.footer-premium .footer-premium__link:visited,
.footer-premium .footer-premium__link span {
    color: rgba(255, 255, 255, 0.82) !important;
}

.footer-premium .footer-premium__link:hover,
.footer-premium .footer-premium__link:hover span {
    color: #ffffff !important;
}

.footer-premium .footer-premium__link i {
    color: var(--haupt-orange) !important;
}

.team-gallery__filters {
    position: sticky;
    top: 1rem;
    z-index: 2;
    padding: 0.25rem 0;
    backdrop-filter: blur(10px);
}

.team-gallery__pill {
    border: 1px solid rgba(242, 122, 0, 0.18);
    background: rgba(255, 255, 255, 0.65);
    color: var(--akzent-erdig);
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.team-gallery__pill:hover,
.team-gallery__pill:focus {
    transform: translateY(-2px);
    border-color: rgba(242, 122, 0, 0.34);
}

.team-gallery__pill.is-active {
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9d3d 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(242, 122, 0, 0.22);
}

.team-gallery__wall {
    overflow: hidden;
}

.team-gallery__grid {
    columns: 2;
    column-gap: 3px;
    margin-top: 1.25rem;
}

@media (min-width: 576px) {
    .team-gallery__grid { columns: 3; }
}

@media (min-width: 992px) {
    .team-gallery__grid { columns: 4; }
}

.team-gallery__item {
    break-inside: avoid;
    margin-bottom: 3px;
}

.team-gallery__item.is-hidden {
    display: none;
}

.team-gallery__item.is-leaving {
    animation: tg-leave 0.28s cubic-bezier(0.4, 0, 1, 1) both;
}

.team-gallery__item.is-entering {
    animation: tg-enter 0.42s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes tg-leave {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: blur(0);
    }
    to {
        opacity: 0;
        transform: scale(0.92) translateY(12px);
        filter: blur(3px);
    }
}

@keyframes tg-enter {
    from {
        opacity: 0;
        transform: scale(0.88) translateY(-14px);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: blur(0);
    }
}

@keyframes tg-pill-bounce {
    0%   { transform: scale(1); }
    40%  { transform: scale(0.88); }
    70%  { transform: scale(1.12); }
    100% { transform: scale(1); }
}

.team-gallery__pill.is-active {
    animation: tg-pill-bounce 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.team-gallery__card {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.team-gallery__media {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #1a1410;
    cursor: pointer;
}

.team-gallery__img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease, filter 0.45s ease;
    filter: brightness(0.97);
}

.team-gallery__media:hover .team-gallery__img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.team-gallery__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.15rem;
    padding: 1rem 0.85rem 0.85rem;
    background: linear-gradient(to top, rgba(10, 5, 2, 0.78) 0%, rgba(10, 5, 2, 0.12) 55%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-gallery__media:hover .team-gallery__overlay,
.team-gallery__media:focus-within .team-gallery__overlay {
    opacity: 1;
}

.team-gallery__overlay-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.3;
    text-shadow: 0 1px 5px rgba(0,0,0,0.6);
}

.team-gallery__overlay-tags {
    color: rgba(255, 210, 160, 0.9);
    font-size: 0.78rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.team-gallery__empty-icon {
    color: var(--haupt-orange);
    font-size: 2.25rem;
}

.admin-icon-btn {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.admin-icon-btn i {
    font-size: 1rem;
}

.admin-icon-btn--save {
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9d3d 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(242, 122, 0, 0.22);
}

.admin-icon-btn--delete {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

.admin-icon-btn:hover,
.admin-icon-btn:focus {
    transform: translateY(-2px);
}

[data-thema="dunkel"] .admin-icon-btn--delete {
    background: rgba(255, 110, 132, 0.12);
    color: #ff9fb0;
    border-color: rgba(255, 158, 176, 0.22);
}

[data-thema="dunkel"] .admin-icon-btn--save {
    color: #ffffff;
}

[data-thema="dunkel"] .team-gallery__pill {
    background: rgba(255, 255, 255, 0.08);
    color: #f8efe6;
    border-color: rgba(255, 200, 143, 0.18);
}

[data-thema="dunkel"] .team-gallery__pill.is-active {
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9d3d 100%);
    color: #ffffff;
}

[data-thema="dunkel"] .team-gallery__card {
    background: var(--thema-karte-hg);
    border-color: rgba(255, 200, 143, 0.16);
}

[data-thema="dunkel"] .team-gallery__overlay {
    background: linear-gradient(to top, rgba(10, 5, 2, 0.82) 0%, rgba(10, 5, 2, 0.22) 60%, transparent 100%);
}

@media (max-width: 767.98px) {
    .versorgungs-highlights__karte,
    .praxis-karte,
    .erwachsenen-teaser__inhalt-links,
    .erwachsenen-teaser__inhalt-rechts,
    .footer-premium__hinweis,
    .footer-premium__spalte {
        padding: 1.5rem;
    }

    .erwachsenen-teaser__visual,
    .erwachsenen-teaser__panel {
        min-height: 22rem;
    }

    .footer-premium__zeiten li {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-premium__zeiten li strong {
        text-align: left;
    }

    .site-kopf__menue-btn {
        margin-top: 4rem;
    }
}

/* ===== Kopfbereich ===== */
.site-kopf {
    background: transparent;
    border-bottom: none;
    padding: 3.5rem 0 4.25rem;
    transition: background 0.3s ease;
}

.site-kopf__logo-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--thema-eyebrow, var(--akzent-erdig));
    opacity: 0.7;
    margin-bottom: 0.2rem;
}

/* Logo image in header (served from external DesignImages path) */
.site-logo-img {
    max-height: 84px;
    width: auto;
    display: block;
}

/* On small screens: ensure the textual logo content is right-aligned */
@media (max-width: 767.98px) {
    .logo > div {
        text-align: right;
    }

    /* keep a small gap between text and logo on small screens */
    .site-logo-img {
        max-height: 72px;
    }
}

/* Wartung page logo styling */
.wartung-logo {
    max-height: 96px;
    width: auto;
    display: block;
}

.wartung-hero {
    padding: 2.5rem 2rem;
    text-align: center;
}

.wartung-hero__top {
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.wartung-hero__eyebrow {
    letter-spacing: 0.1em;
    color: var(--haupt-orange) !important;
    font-size: clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
}

.wartung-hero__content {
    max-width: 36rem;
    margin: 0 auto;
}

.wartung-hero .wartung-title {
    font-size: clamp(1.6rem, 1.2rem + 1vw, 2.4rem);
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .wartung-logo {
        max-height: 80px;
    }

    .wartung-hero {
        text-align: center;
        padding: 1.5rem 1rem;
    }

    .wartung-hero__top {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .wartung-hero__eyebrow {
        font-size: 0.95rem;
    }
}



.site-kopf__logo-haupt {
    font-size: clamp(1.45rem, 1.15rem + 0.9vw, 1.85rem);
    font-weight: 700;
    color: var(--haupt-orange);
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 0;
}

.site-kopf__logo-sub {
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    color: var(--akzent-erdig);
    font-weight: 500;
    margin-top: 0.1rem;
    opacity: 0.85;
}

.top-nav__link {
    color: var(--thema-nav-link);
    transition: color 0.2s ease, transform 0.2s ease;
}

.top-nav__link:hover,
.top-nav__link:focus {
    color: var(--thema-nav-link-hover) !important;
}

.sidebar-nav {
    background: var(--thema-panel-hg);
    border: 1px solid var(--thema-panel-rand);
    backdrop-filter: blur(12px);
}

.sidebar-nav__title {
    color: var(--haupt-orange);
    font-size: 1rem;
}

.sidebar-nav__link {
    color: var(--thema-sidebar-text);
    transition: color 0.2s ease, transform 0.2s ease;
}

.sidebar-nav__icon {
    color: var(--haupt-orange);
}

.footer-premium__admin {
    opacity: 0.42;
}

.footer-premium__admin-link {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.7rem;
}

.cookie-banner__panel {
    background: var(--thema-cookie-hg);
    border-top: 3px solid var(--haupt-orange);
    box-shadow: 0 -2px 40px rgba(0, 0, 0, 0.28), 0 8px 32px rgba(0, 0, 0, 0.22);
}

.cookie-banner__icon {
    width: 48px;
    height: 48px;
    background: rgba(242, 122, 0, 0.12);
    border: 1.5px solid rgba(242, 122, 0, 0.5);
    color: var(--haupt-orange);
    font-size: 1.25rem;
}

.cookie-banner__content {
    min-width: 0;
}

.cookie-banner__title {
    color: #ffffff;
    font-size: 0.95rem;
}

.cookie-banner__title i {
    color: var(--haupt-orange);
}

.cookie-banner__text {
    color: var(--thema-cookie-text);
    line-height: 1.5;
}

.cookie-banner__link {
    color: var(--haupt-orange);
}

.cookie-banner__button {
    font-size: 0.8rem;
}

.cookie-banner__button--secondary {
    color: var(--thema-cookie-text);
    border: 1px solid var(--thema-cookie-button-rand);
    background: var(--thema-cookie-button);
}

.cookie-banner__button--secondary:hover,
.cookie-banner__button--secondary:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.cookie-banner__button--primary {
    background-color: var(--haupt-orange);
    color: #ffffff;
    box-shadow: 0 2px 14px rgba(242, 122, 0, 0.38);
    font-size: 0.85rem;
}

.site-kopf__menue-btn {
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9d3d 100%);
    color: white;
    border: none;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 6px 20px rgba(242, 122, 0, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-kopf__menue-btn:hover,
.site-kopf__menue-btn:focus {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(242, 122, 0, 0.45);
}

.site-kopf__menue-btn i {
    margin: 0;
}

/* ===== Schließtag / Urlaub Overlay Banner ===== */
.schliesstag-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(86, 66, 47, 0.18);
    backdrop-filter: blur(10px);
    animation: schliesstag-fadein 0.4s ease;
}

@keyframes schliesstag-fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.schliesstag-overlay__inhalt {
    position: relative;
    text-align: center;
    width: min(100%, 32rem);
    padding: 2.4rem 2rem 2rem;
    background: var(--thema-schliesstag-hg);
    border: 1px solid rgba(242, 122, 0, 0.24);
    border-radius: 2rem;
    box-shadow: 0 24px 70px rgba(111, 81, 54, 0.18);
    animation: schliesstag-slidein 0.5s ease;
}

@keyframes schliesstag-slidein {
    from { transform: translateY(40px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.schliesstag-overlay__icon {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff1dd 0%, #ffe4bf 100%);
    color: var(--haupt-orange);
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px rgba(242, 122, 0, 0.12);
}

.schliesstag-overlay__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    background: rgba(111, 81, 54, 0.08);
    color: #7a6655;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.schliesstag-overlay__close:hover {
    background: rgba(242, 122, 0, 0.12);
    color: var(--haupt-orange);
    transform: scale(1.04);
}

.schliesstag-overlay__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(242, 122, 0, 0.1);
    color: var(--haupt-orange);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.schliesstag-overlay__titel {
    color: var(--akzent-erdig);
    font-weight: 700;
    font-size: clamp(1.45rem, 1.2rem + 0.6vw, 1.9rem);
    margin-bottom: 0.5rem;
}

.schliesstag-overlay__untertitel {
    color: var(--thema-schliesstag-text);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.15rem;
}

.schliesstag-overlay__zeitraum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: var(--thema-hintergrund);
    border: 1px solid rgba(242, 122, 0, 0.14);
    color: var(--haupt-orange);
    font-weight: 600;
    font-size: 1rem;
    margin: 0 auto 1rem;
}

.schliesstag-overlay__text {
    color: var(--thema-schliesstag-text);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.schliesstag-overlay__btn {
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9a1f 100%);
    color: #fff;
    font-weight: 700;
    border: none;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(242, 122, 0, 0.22);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.schliesstag-overlay__btn:hover {
    background: linear-gradient(135deg, #df7600 0%, #f58f12 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(242, 122, 0, 0.26);
}

@media (max-width: 575.98px) {
    .schliesstag-overlay__inhalt {
        padding: 2rem 1.25rem 1.5rem;
        border-radius: 1.5rem;
    }

    .schliesstag-overlay__zeitraum {
        display: flex;
        border-radius: 1rem;
    }
}

/* ===== Thema-Toggle-Button ===== */
/* ===== Dark-Mode: Bootstrap- und Sidebar-Overrides ===== */
[data-thema="dunkel"] .sidebar-nav {
    background-color: var(--thema-sidebar-hg) !important;
    border: 1px solid var(--thema-panel-rand);
    box-shadow: var(--thema-schatten-weich) !important;
}

[data-thema="dunkel"] .sidebar-nav a {
    color: var(--thema-sidebar-text) !important;
}

[data-thema="dunkel"] .sidebar-nav .border-bottom {
    border-color: rgba(255, 200, 143, 0.18) !important;
}

[data-thema="dunkel"] .card,
[data-thema="dunkel"] .card-body {
    background-color: var(--thema-hintergrund-alt);
    border-color: var(--thema-rand);
    color: var(--thema-text);
}

[data-thema="dunkel"] .form-control,
[data-thema="dunkel"] .form-select,
[data-thema="dunkel"] .form-check-input {
    background-color: var(--thema-input-hg);
    color: var(--thema-input-text);
    border-color: var(--thema-input-rand);
}

[data-thema="dunkel"] .form-control:focus,
[data-thema="dunkel"] .form-select:focus {
    background-color: var(--thema-input-hg);
    color: var(--thema-input-text);
    border-color: var(--haupt-orange);
    box-shadow: 0 0 0 0.2rem rgba(242, 122, 0, 0.25);
}

[data-thema="dunkel"] .form-label,
[data-thema="dunkel"] label {
    color: var(--thema-text);
}

[data-thema="dunkel"] .bg-light {
    background-color: var(--thema-hintergrund-alt) !important;
}

[data-thema="dunkel"] .cookie-banner__panel {
    border: 1px solid rgba(255, 200, 143, 0.18);
    border-top-width: 3px;
    box-shadow: 0 -2px 44px rgba(0, 0, 0, 0.22), 0 10px 34px rgba(0, 0, 0, 0.18);
}

[data-thema="dunkel"] .cookie-banner__icon {
    background: rgba(255, 200, 143, 0.12);
    border-color: rgba(255, 200, 143, 0.34);
}

[data-thema="dunkel"] .cookie-banner__button--secondary {
    color: #f6e6d6;
}

[data-thema="dunkel"] .cookie-banner__button--primary:hover,
[data-thema="dunkel"] .cookie-banner__button--primary:focus {
    color: #ffffff;
    background-color: #ff922f;
}

[data-thema="dunkel"] .menue-thema-toggle__icon-wrap {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 233, 205, 0.24);
}

[data-thema="dunkel"] .menue-thema-toggle__text small {
    color: rgba(255, 244, 230, 0.76);
}

[data-thema="dunkel"] .menue-thema-toggle {
    background: rgba(73, 46, 26, 0.34);
    border-color: rgba(255, 233, 205, 0.28);
    box-shadow: 0 22px 48px rgba(44, 19, 0, 0.28);
    color: #fff8f0;
}

[data-thema="dunkel"] #menueSchliessen {
    background: rgba(255, 255, 255, 0.06);
}

:root:not([data-thema="dunkel"]) .menue-thema-toggle {
    background: rgba(255, 255, 255, 0.48);
    border-color: rgba(242, 122, 0, 0.2);
    box-shadow: 0 22px 48px rgba(180, 98, 24, 0.14);
    color: #7c4313;
}

:root:not([data-thema="dunkel"]) .menue-thema-toggle__schein {
    background:
        radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.46) 0, rgba(255, 255, 255, 0) 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 247, 235, 0.08) 100%);
}

:root:not([data-thema="dunkel"]) .menue-thema-toggle__icon-wrap {
    background: rgba(242, 122, 0, 0.12);
    border-color: rgba(242, 122, 0, 0.16);
    color: var(--haupt-orange);
}

:root:not([data-thema="dunkel"]) .menue-thema-toggle__text small {
    color: rgba(124, 67, 19, 0.74);
}

[data-thema="dunkel"] .text-muted {
    color: var(--thema-text-gedimmt) !important;
}

[data-thema="dunkel"] h1,
[data-thema="dunkel"] h2,
[data-thema="dunkel"] h3,
[data-thema="dunkel"] h4,
[data-thema="dunkel"] h5,
[data-thema="dunkel"] h6,
[data-thema="dunkel"] p,
[data-thema="dunkel"] li,
[data-thema="dunkel"] span:not([class*="footer-"]):not([class*="schliesstag-"]):not(.badge) {
    color: inherit;
}

[data-thema="dunkel"] .container-xl,
[data-thema="dunkel"] main {
/*    background-color: var(--thema-hintergrund);*/
}

[data-thema="dunkel"] .schliesstag-overlay__close {
    background: rgba(242, 122, 0, 0.12);
    color: #f0e8dc;
}

[data-thema="dunkel"] .versorgungs-highlights__button {
    background-color: transparent;
    border-color: var(--haupt-orange);
    color: var(--haupt-orange);
}

[data-thema="dunkel"] .versorgungs-highlights__klein,
[data-thema="dunkel"] .versorgungs-highlights__klein a {
    color: #e8d7c7 !important;
}

[data-thema="dunkel"] .versorgungs-highlights__klein a:hover,
[data-thema="dunkel"] .versorgungs-highlights__klein a:focus {
    color: #ffd0a0 !important;
}

[data-thema="dunkel"] .erwachsenen-teaser__badge {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(242, 122, 0, 0.35);
    color: #ffd0a0;
}

/* Teaser: linke Visual-Seite im Dark-Mode aufhellen */
[data-thema="dunkel"] .erwachsenen-teaser__visual {
    background:
        radial-gradient(circle at 18% 22%, rgba(242, 122, 0, 0.10) 0, rgba(242, 122, 0, 0) 24%),
        radial-gradient(circle at 80% 24%, rgba(var(--akzent-erdig-rgb), 0.08) 0, rgba(var(--akzent-erdig-rgb), 0) 28%),
        linear-gradient(160deg, #625446 0%, #5a4e42 100%);
    border-right-color: rgba(242, 122, 0, 0.2);
}

/* Weißen Licht-Blob im Dark-Mode entfernen */
[data-thema="dunkel"] .erwachsenen-teaser__licht {
    background:
        radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0) 18%),
        radial-gradient(circle at 78% 70%, rgba(242, 122, 0, 0.08) 0, rgba(242, 122, 0, 0) 18%);
}

/* Teaser-Titel und -Text im Dark-Mode lesbar */
[data-thema="dunkel"] .erwachsenen-teaser__visual-titel {
    color: #f5ede4;
}

[data-thema="dunkel"] .erwachsenen-teaser__visual-text {
    color: #d0c0b0;
}

/* Header: Eyebrow, Logo-Sub und Logo-Haupttext im Dark-Mode */
[data-thema="dunkel"] .site-kopf__logo-eyebrow {
    color: #e5d2c0;
    opacity: 1;
}

[data-thema="dunkel"] .site-kopf__logo-sub {
    color: #e5c39a;
    opacity: 1;
}

/* Header-Hintergrund im Dark-Mode leicht aufhellen */
[data-thema="dunkel"] .site-kopf {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
}

/* Badge / Pill im Dark-Mode: deutlich sichtbar mit hellem Text */
[data-thema="dunkel"] .erwachsenen-teaser__badge {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(242, 122, 0, 0.5);
    color: #ffd0a0;
    box-shadow: none;
}

/* Sprechzeiten-Pills im Dark-Mode */
[data-thema="dunkel"] .bg-white {
    background-color: var(--thema-pill-hg) !important;
    color: var(--thema-pill-text) !important;
}

[data-thema="dunkel"] .bg-white.border {
    border-color: var(--thema-pill-rand) !important;
}

/* Bootstrap text-secondary im Dark-Mode */
[data-thema="dunkel"] .text-secondary {
    color: var(--thema-text-sekundaer) !important;
}

/* Inline akzent-erdig Farbe im Dark-Mode aufhellen */
[data-thema="dunkel"] [style*="--akzent-erdig"] {
    color: var(--akzent-erdig-dunkel) !important;
}

/* border-top im Dark-Mode */
[data-thema="dunkel"] .border-top {
    border-color: rgba(242, 122, 0, 0.18) !important;
}

/* shadow-sm im Dark-Mode */
[data-thema="dunkel"] .shadow-sm {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18) !important;
}

/* Bootstrap a-Farbe aus _Layout.cshtml.css überschreiben */
[data-thema="dunkel"] a:not([class*="btn"]):not([class*="footer-"]):not([class*="nav-"]):not([class*="hover-"]) {
    color: #ffb66d;
}

[data-thema="dunkel"] a:not([class*="btn"]):not([class*="footer-"]):not([class*="nav-"]):not([class*="hover-"]):hover {
    color: var(--haupt-orange);
}

/* Sidebar Links mit korrekter Farbe */
[data-thema="dunkel"] .top-nav a {
    color: var(--thema-nav-link) !important;
}

/* versorgungs-highlights__titel im Dark-Mode aufhellen */
[data-thema="dunkel"] .versorgungs-highlights__titel {
    color: var(--thema-text);
}

/* praxis-karte Trenner im Dark-Mode */
[data-thema="dunkel"] .versorgungs-highlights__trenner {
    border-top-color: rgba(242, 122, 0, 0.4);
}

[data-thema="dunkel"] .schliesstag-overlay {
    background: rgba(34, 27, 23, 0.34);
}

[data-thema="dunkel"] .schliesstag-overlay__inhalt {
    border-color: rgba(255, 200, 143, 0.22);
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.26);
}

[data-thema="dunkel"] .schliesstag-overlay__icon {
    background: linear-gradient(135deg, rgba(255, 234, 214, 0.18) 0%, rgba(255, 200, 143, 0.22) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 200, 143, 0.18);
}

