﻿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;
}

body {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: var(--schrift-haupt);
  color: #333;
  font-weight: 400;
}

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-color: rgba(242, 122, 0, 0.98);
    z-index: 9999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.vollbild-menue.schliessen-animation {
    opacity: 0;
    visibility: hidden;
}

.menue-inhalt {
    transform: translateY(30px);
    transition: transform 0.4s ease;
}

.vollbild-menue.d-flex .menue-inhalt {
    transform: translateY(0);
}

.menue-inhalt a {
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
    transition: color 0.3s;
}

.menue-inhalt a:hover {
    color: #ffecd9 !important;
}

.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: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
    border: 1px solid rgba(242, 122, 0, 0.12);
    border-radius: 1.75rem;
    padding: 2.25rem;
    box-shadow: 0 14px 35px rgba(var(--akzent-erdig-rgb), 0.06);
}

.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: #5d6b79;
    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;
}

.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: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    border: 1px solid rgba(242, 122, 0, 0.12);
    box-shadow: 0 14px 35px rgba(var(--akzent-erdig-rgb), 0.12) !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%),
        linear-gradient(160deg, #ffffff 0%, #fff8ef 58%, #fdf2e2 100%);
    color: var(--akzent-erdig);
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(242, 122, 0, 0.08);
}

.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: #5d6b79;
    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;
}

@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:
        radial-gradient(ellipse at 96% 0%, rgba(242, 122, 0, 0.13) 0, rgba(242, 122, 0, 0) 38%),
        radial-gradient(ellipse at 4% 120%, rgba(111, 81, 54, 0.07) 0, rgba(111, 81, 54, 0) 32%),
        linear-gradient(160deg, #fffdf9 0%, #fff8ef 55%, #ffffff 100%);
    border-bottom: 3px solid var(--haupt-orange);
    box-shadow: 0 4px 28px rgba(var(--akzent-erdig-rgb), 0.09);
    padding: 3.5rem 0 4.25rem;
}

.site-kopf__logo-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--akzent-erdig);
    opacity: 0.7;
    margin-bottom: 0.2rem;
}

.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;
}

.site-kopf__menue-btn {
    background: linear-gradient(135deg, var(--haupt-orange) 0%, #ff9d3d 100%);
    color: white;
    border: none;
    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);
}

/* ===== 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: linear-gradient(180deg, #fffdf9 0%, #fff7ee 100%);
    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: #746354;
    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: rgba(255, 255, 255, 0.9);
    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: #645648;
    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;
    }
}