@charset "utf-8";
/* CSS Document */

/* =========================================
   ÖFFNUNGSZEITEN - MOBILE GRID
   ========================================= */

.opening-hours-mobile {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 15px;
}
.opening-hours-mobile .oh-row {
    display: grid;
    grid-template-columns: 35px 1fr 1fr;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
    align-items: center;
}
.opening-hours-mobile .oh-row:last-child { border-bottom: none; }
.opening-hours-mobile .oh-day { font-weight: 700; color: #223a66; }
.opening-hours-mobile .oh-time { text-align: left; color: #555; }
.opening-hours-mobile .oh-row:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0 -10px;
    padding: 10px;
}

/* =========================================
   KONTAKT-BOXEN - GLEICHE HÖHE
   ========================================= */
.contact-boxes-row { display: flex; flex-wrap: wrap; }
.contact-boxes-row > [class*="col-"] { display: flex; }
.contact-boxes-row .contact-block {
    width: 100%; height: 100%; display: flex; flex-direction: column;
    justify-content: flex-start; padding: 30px 20px; background: #fff;
    border-radius: 5px; box-shadow: 0 0 30px rgba(0,42,106,0.1); margin-bottom: 30px;
}
.contact-boxes-row .contact-block i { font-size: 40px; color: #0095b1; margin-bottom: 15px; }
.contact-boxes-row .contact-block h5 { margin-bottom: 15px; color: #223a66; }
.contact-boxes-row .contact-block span { color: #6f8ba4; line-height: 1.8; }
.contact-boxes-row .contact-block a { color: #0095b1; }
.contact-boxes-row .contact-block a:hover { color: #223a66; }

/* =========================================
   URLAUBS-POPUP / HOLIDAY MODAL
   ========================================= */
body.no-scroll { overflow: hidden; }
.holiday-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8); z-index: 99999;
    display: flex; align-items: center; justify-content: center; padding: 20px;
}
.holiday-overlay.hidden { display: none; }
.holiday-popup {
    background: #fff; border-radius: 15px; max-width: 600px; width: 100%;
    max-height: 90vh; overflow-y: auto; box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    animation: popupFadeIn 0.4s ease;
}
@keyframes popupFadeIn {
    from { opacity: 0; transform: scale(0.9) translateY(-20px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}
.holiday-header {
    background: linear-gradient(135deg, #223a66 0%, #0095b1 100%);
    padding: 20px; text-align: center; border-radius: 15px 15px 0 0;
}
.holiday-logo { max-width: 200px; height: auto; }
.holiday-content { padding: 30px; text-align: center; }
.holiday-icon { font-size: 50px; margin-bottom: 10px; }
.holiday-content h2 { color: #223a66; margin-bottom: 15px; font-size: 28px; }
.holiday-wish { color: #0095b1; font-size: 16px; margin-bottom: 25px; line-height: 1.6; }
.holiday-dates { background: #f8f9fa; border-radius: 10px; padding: 20px; margin-bottom: 25px; }
.holiday-dates p { margin: 5px 0; color: #666; }
.holiday-date-range { font-size: 24px !important; font-weight: 700; color: #e74c3c !important; margin: 10px 0 !important; }
.holiday-warning {
    background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px;
    padding: 15px; margin-bottom: 25px; color: #856404; font-weight: 500;
}
.holiday-warning i { margin-right: 8px; color: #ffc107; }
.holiday-substitutes { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.substitute-box { background: #f8f9fa; border-radius: 10px; padding: 20px; border-left: 4px solid #0095b1; }
.substitute-date {
    font-size: 12px; color: #0095b1; font-weight: 600; margin-bottom: 10px;
    background: rgba(0,149,177,0.1); padding: 5px 10px; border-radius: 4px; display: inline-block;
}
.substitute-name { font-size: 16px; font-weight: 700; color: #223a66; margin-bottom: 5px; }
.substitute-address { font-size: 14px; color: #666; margin-bottom: 8px; }
.substitute-phone a { color: #0095b1; font-weight: 600; text-decoration: none; font-size: 15px; }
.substitute-phone a:hover { color: #223a66; }
.substitute-phone i { margin-right: 5px; }
.holiday-footer {
    background: #f8f9fa; padding: 20px 30px; text-align: center;
    border-radius: 0 0 15px 15px; border-top: 1px solid #dee2e6;
}
.holiday-footer .btn { padding: 12px 40px; font-size: 16px; }
@media (max-width: 576px) {
    .holiday-popup { margin: 10px; max-height: 95vh; }
    .holiday-content { padding: 20px; }
    .holiday-content h2 { font-size: 22px; }
    .holiday-date-range { font-size: 20px !important; }
    .holiday-substitutes { grid-template-columns: 1fr; }
    .substitute-box { padding: 15px; }
    .holiday-logo { max-width: 150px; }
}

/* =========================================
   SERVICE-BOXEN - GLEICHE HÖHE
   ========================================= */
.service-boxes-row { display: flex; flex-wrap: wrap; }
.service-boxes-row > [class*="col-"] { display: flex; margin-bottom: 30px; }
.service-boxes-row .service-item {
    width: 100%; height: 100%; display: flex; flex-direction: column;
    background: #fff; padding: 30px; border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,42,106,0.1); margin-bottom: 0 !important;
}
.service-boxes-row .service-item .content { flex-grow: 1; }
.service-boxes-row .service-item .content p { margin-bottom: 0; }

/* =========================================
   ÄRZTE-BOXEN - GLEICHE HÖHE
   ========================================= */
.section.arzt .row { display: flex; flex-wrap: wrap; }
.section.arzt .row > [class*="col-"] { display: flex; margin-bottom: 30px; }
.team-block {
    width: 100%; height: 100%; display: flex; flex-direction: column;
    align-items: center; background: #fff; padding: 40px 30px;
    border-radius: 8px; box-shadow: 0 0 40px rgba(0,42,106,0.12);
    transition: all 0.3s ease; margin-bottom: 0 !important;
}
.team-block:hover { box-shadow: 0 10px 50px rgba(0,42,106,0.2); transform: translateY(-5px); }
.team-block img {
    width: 180px; height: 180px; object-fit: cover; border-radius: 50%;
    margin-bottom: 20px; border: 4px solid #0095b1; transition: all 0.3s ease;
}
.team-block:hover img { border-color: #223a66; transform: scale(1.05); }
.team-block .content { width: 100%; flex-grow: 1; display: flex; flex-direction: column; }
.team-block h4 {
    color: #223a66; font-weight: 700; font-size: 22px; text-align: center;
    margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #0095b1;
}
.team-block ul { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.team-block ul li {
    padding: 10px 0 10px 30px; position: relative;
    color: #6f8ba4; line-height: 1.6; font-size: 15px;
}
.team-block ul li:before {
    content: "✓"; position: absolute; left: 0; top: 10px;
    color: #0095b1; font-weight: 700; font-size: 18px;
}
@media (max-width: 991px) {
    .team-block { padding: 30px 20px; margin-bottom: 30px !important; }
    .team-block img { max-width: 180px !important; width: 180px !important; height: 180px !important; }
    .team-block h4 { font-size: 20px; }
    .team-block ul li { font-size: 14px; padding: 8px 0 8px 25px; }
}
.section.arzt .team-block img {
    width: 180px !important; height: 180px !important;
    object-fit: cover !important; border-radius: 50% !important;
}


/* ==============================================
   DESIGN TOKENS
   ============================================== */
:root {
    --color-primary:       #0095b1;
    --color-primary-dark:  #007a92;
    --color-primary-light: #e0f4f8;
    --color-accent:        #E9A056;
    --color-accent-dark:   #d4883a;
    --color-bg:            #F8F9FA;
    --color-bg-white:      #ffffff;
    --color-text:          #2C3E50;
    --color-text-muted:    #6f8ba4;
    --color-text-light:    #a0b4c4;
    --color-border:        #e2eaef;
    --color-border-light:  #f0f4f7;
    --radius-sm:    8px;
    --radius-md:    12px;
    --radius-lg:    16px;
    --radius-pill:  50px;
    --shadow-sm:    0 2px 12px rgba(0,149,177,0.07);
    --shadow-md:    0 6px 28px rgba(0,149,177,0.12);
    --shadow-lg:    0 12px 48px rgba(0,149,177,0.16);
    --section-py:   88px;
}

/* ==============================================
   SKIP LINK & FOCUS
   ============================================== */
.skip-link {
    position: absolute; top: -100px; left: 1rem;
    background: var(--color-primary); color: #fff;
    padding: 10px 20px; border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    font-weight: 600; font-size: 14px; z-index: 99999;
    text-decoration: none; transition: top 0.2s ease;
}
.skip-link:focus { top: 0; outline: 3px solid var(--color-accent); outline-offset: 2px; color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--color-primary); outline-offset: 3px; border-radius: 3px;
}
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }

/* ==============================================
   EYEBROW
   ============================================== */
.eyebrow {
    display: inline-block; font-size: 12px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--color-primary); margin-bottom: 12px;
}
.eyebrow--white { color: rgba(255,255,255,0.75); }

/* ==============================================
   BUTTONS (neue Varianten)
   ============================================== */
.btn-accent {
    background: var(--color-accent); color: #fff;
    border: 2px solid var(--color-accent);
    padding: 14px 32px; font-weight: 600; font-size: 15px;
    border-radius: var(--radius-pill);
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-accent:hover, .btn-accent:focus {
    background: var(--color-accent-dark); border-color: var(--color-accent-dark);
    color: #fff; text-decoration: none; transform: translateY(-2px);
}
.btn-outline-primary {
    background: transparent; color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 12px 28px; font-weight: 600; font-size: 15px;
    border-radius: var(--radius-pill);
    transition: background 0.25s, color 0.25s;
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: var(--color-primary); color: #fff; text-decoration: none;
}

/* ==============================================
   ALERT BANNER V2
   ============================================== */
.alert-banner-v2 {
    background: var(--color-primary); color: #fff;
    padding: 10px 20px; display: flex; align-items: center;
    justify-content: center; position: relative; font-size: 14px;
    overflow: hidden; max-height: 60px;
    transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
}
.alert-banner-v2.is-closing { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; }
.alert-banner-link {
    display: inline-flex; align-items: center; gap: 8px;
    color: #fff; text-decoration: none; font-weight: 500; transition: opacity 0.2s;
}
.alert-banner-link:hover { opacity: 0.88; color: #fff; text-decoration: none; }
.alert-banner-link strong { color: #ffd87a; }
.alert-banner-icon { font-size: 16px; }
.alert-banner-close {
    position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px; color: #fff; padding: 4px 10px; font-size: 14px;
    cursor: pointer; line-height: 1; transition: background 0.2s;
    display: flex; align-items: center;
}
.alert-banner-close:hover { background: rgba(255,255,255,0.28); }

/* ==============================================
   TOP BAR V2
   ============================================== */
.topbar-v2 { background: var(--color-text); padding: 9px 0; font-size: 13px; }
.topbar-v2-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-v2-left { display: flex; align-items: center; list-style: none; padding: 0; margin: 0; }
.topbar-v2-left li { display: flex; align-items: center; }
.topbar-v2-left a, .topbar-v2-left address {
    color: rgba(255,255,255,0.72); text-decoration: none; font-style: normal;
    font-size: 13px; display: flex; align-items: center; gap: 6px; transition: color 0.2s;
	margin-bottom: 0;
}
.topbar-v2-left a:hover { color: #fff; }
.topbar-v2-left i { font-size: 14px; color: var(--color-primary); }
.topbar-v2-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.2); margin: 0 16px; }
.topbar-v2-right { flex-shrink: 0; }
.topbar-v2-phone {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--color-accent); font-weight: 700; font-size: 14px;
    text-decoration: none; transition: opacity 0.2s;
}
.topbar-v2-phone:hover { opacity: 0.85; color: var(--color-accent); text-decoration: none; }
.topbar-v2-phone i { font-size: 15px; }

/* ==============================================
   HEADER / NAVBAR V2
   ============================================== */
.header-v2 {
    background: #fff; border-bottom: 2px solid var(--color-primary);
    position: sticky !important; top: 0 !important; z-index: 1003; transition: box-shadow 0.3s ease;
}
.header-v2.is-sticky { box-shadow: 0 4px 20px rgba(0,149,177,0.12); }
.header-v2-inner {
    display: flex; align-items: center; gap: 24px;
    padding: 14px 0; transition: padding 0.3s ease;
}
.header-v2.is-sticky .header-v2-inner { padding: 10px 0; }
.header-v2-logo { flex-shrink: 0; display: flex; align-items: center; text-decoration: none; }
.header-v2-mobile-actions { display: none; align-items: center; gap: 10px; margin-left: auto; }
.header-v2-nav { display: flex; align-items: center; gap: 16px; flex: 1; justify-content: flex-end; }

/* Nav Items – Variante C (Boxen) */
.nav-v2-list { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
.nav-v2-item > a,
.nav-v2-dropdown-toggle {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 7px 13px; font-size: 14px; font-weight: 500;
    color: var(--color-text-muted); border: 1px solid var(--color-border);
    border-radius: 7px; text-decoration: none; background: transparent;
    cursor: pointer; white-space: nowrap;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
    line-height: 1.4; font-family: inherit;
}
.nav-v2-item > a:hover, .nav-v2-dropdown-toggle:hover {
    color: var(--color-primary); border-color: var(--color-primary);
    background: var(--color-primary-light); text-decoration: none;
}
.nav-v2-item.is-active > a,
.nav-v2-item.is-active > .nav-v2-dropdown-toggle {
    color: var(--color-primary); border-color: var(--color-primary);
    background: var(--color-primary-light); font-weight: 600;
}
/* Dropdown offen aber nicht aktive Seite – kein aktiv-Style */
.nav-v2-dropdown-toggle[aria-expanded="true"] {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: var(--color-primary-light);
}
.nav-v2-dropdown-toggle i { font-size: 11px; transition: transform 0.2s; }
.nav-v2-dropdown-toggle[aria-expanded="true"] i { transform: rotate(180deg); }

/* Dropdown */
.nav-v2-item--dropdown { position: relative; }
.nav-v2-dropdown {
    position: absolute; top: calc(100% + 10px); left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: #fff; border: 1px solid var(--color-border-light);
    border-radius: 12px; box-shadow: 0 8px 32px rgba(0,149,177,0.14);
    min-width: 240px; list-style: none; padding: 8px 0; margin: 0; z-index: 200;
    opacity: 0; visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    pointer-events: none;
}
.nav-v2-dropdown::before {
    content: ''; position: absolute; top: -6px; left: 50%;
    width: 12px; height: 12px; background: #fff;
    border-left: 1px solid var(--color-border-light);
    border-top: 1px solid var(--color-border-light);
    transform: translateX(-50%) rotate(45deg);
}
.nav-v2-dropdown.is-open {
    opacity: 1; visibility: visible;
    transform: translateX(-50%) translateY(0); pointer-events: auto;
}
.nav-v2-dropdown-heading { padding: 8px 16px 4px; }
.nav-v2-dropdown-heading span {
    font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--color-text-light);
}
.nav-v2-dropdown li > a {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 16px; font-size: 14px; color: var(--color-text);
    text-decoration: none; transition: background 0.15s, color 0.15s;
}
.nav-v2-dropdown li > a i { font-size: 14px; color: var(--color-primary); width: 16px; flex-shrink: 0; }
.nav-v2-dropdown li > a:hover { background: var(--color-primary-light); color: var(--color-primary); text-decoration: none; }
.nav-v2-dropdown-divider { height: 1px; background: var(--color-border-light); margin: 6px 0; }
.nav-v2-dropdown-highlight { color: var(--color-accent) !important; font-weight: 600 !important; }
.nav-v2-dropdown-highlight i { color: var(--color-accent) !important; }
.nav-v2-dropdown-highlight:hover { background: #fef6ee !important; color: var(--color-accent-dark) !important; }

/* Header Actions */
.header-v2-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-v2-patmed {
    display: flex; align-items: center;
    border: 1px solid var(--color-border-light); border-radius: 7px;
    padding: 4px 10px; transition: border-color 0.2s;
}
.header-v2-patmed:hover { border-color: var(--color-primary); }
.btn-accent-nav {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--color-accent); color: #fff;
    padding: 9px 18px; border-radius: var(--radius-pill);
    font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    box-shadow: 0 3px 12px rgba(233,160,86,0.35);
}
.btn-accent-nav:hover, .btn-accent-nav:focus {
    background: var(--color-accent-dark); color: #fff; text-decoration: none;
    transform: translateY(-2px); box-shadow: 0 6px 18px rgba(233,160,86,0.45);
}
.btn-accent-nav i { font-size: 16px; }

/* Burger */
.burger-btn {
    display: flex; flex-direction: column; justify-content: center;
    align-items: center; gap: 5px; width: 40px; height: 40px;
    background: var(--color-primary-light); border: 1px solid var(--color-border-light);
    border-radius: 8px; cursor: pointer; padding: 0; transition: background 0.2s;
    position: relative; z-index: 1004;
}
.burger-btn:hover { background: var(--color-primary); }
.burger-btn:hover .burger-line { background: #fff; }
.burger-line {
    display: block; width: 20px; height: 2px; background: var(--color-primary);
    border-radius: 2px; transition: transform 0.3s, opacity 0.3s, width 0.3s; transform-origin: center;
}
.burger-btn.is-open .burger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger-btn.is-open .burger-line:nth-child(2) { opacity: 0; width: 0; }
.burger-btn.is-open .burger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==============================================
   HERO V2
   ============================================== */
.hero-v2 {
    background: url('../images/bg/IMG_3672.jpg') no-repeat center top;
    background-size: cover;
    border-bottom: 3px solid var(--color-primary);
    padding: 100px 0 90px;
    position: relative;
}
.hero-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.82);
}
.hero-v2 .container { position: relative; z-index: 1; }
.hero-v2 .eyebrow {
    background: var(--color-primary-light); padding: 6px 16px;
    border-radius: var(--radius-pill); margin-bottom: 20px;
}
.hero-v2 h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800;
    color: var(--color-text); line-height: 1.15; margin-bottom: 20px;
}
.hero-v2 h1 .accent { color: var(--color-primary); }
.hero-v2 .hero-lead {
    font-size: 18px; color: var(--color-text-muted);
    line-height: 1.75; max-width: 540px; margin-bottom: 40px;
}
.hero-v2 .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ==============================================
   QUICK ACCESS CARDS
   ============================================== */
.qa-v2 { background: var(--color-bg); padding: var(--section-py) 0; }
.qa-v2-card {
    background: var(--color-bg-white); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm); border: 1px solid var(--color-border-light);
    border-top: 4px solid var(--color-primary); padding: 36px 32px;
    height: 100%; display: flex; flex-direction: column;
    transition: box-shadow 0.3s, transform 0.3s;
}
.qa-v2-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.qa-v2-icon {
    width: 60px; height: 60px; background: var(--color-primary-light);
    border-radius: var(--radius-md); display: flex; align-items: center;
    justify-content: center; margin-bottom: 20px; flex-shrink: 0;
}
.qa-v2-icon i { font-size: 28px; color: var(--color-primary); }
.qa-v2-eyebrow {
    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--color-primary); margin-bottom: 8px; display: block;
}
.qa-v2-title { font-size: 1.3rem; font-weight: 700; color: var(--color-text); margin-bottom: 14px; }
.qa-v2-text { font-size: 15px; color: var(--color-text-muted); line-height: 1.7; margin-bottom: 24px; flex-grow: 1; }
.hours-v2 { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 16px; flex-grow: 1; }
.hours-v2 td { padding: 7px 0; border-bottom: 1px solid var(--color-border-light); color: var(--color-text-muted); vertical-align: middle; }
.hours-v2 td:first-child { font-weight: 600; color: var(--color-text); width: 42%; }
.hours-v2 td:last-child { text-align: right; color: var(--color-primary); font-weight: 500; }
.hours-v2 tr:last-child td { border-bottom: none; }
.hours-notice-v2 {
    font-size: 13px; color: var(--color-text-muted); background: var(--color-primary-light);
    border-radius: var(--radius-sm); padding: 10px 14px; line-height: 1.5; margin-top: auto;
}
.hours-notice-v2 i { color: var(--color-primary); margin-right: 5px; }
.qa-phone-v2 {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 1.4rem; font-weight: 800; color: var(--color-text);
    text-decoration: none; margin-top: auto; transition: color 0.2s; letter-spacing: -0.02em;
}
.qa-phone-v2:hover, .qa-phone-v2:focus { color: var(--color-primary); text-decoration: none; }
.qa-phone-v2 .phone-icon {
    width: 44px; height: 44px; background: var(--color-primary-light);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: background 0.2s;
}
.qa-phone-v2:hover .phone-icon { background: var(--color-primary); }
.qa-phone-v2:hover .phone-icon i { color: #fff; }
.qa-phone-v2 i { font-size: 20px; color: var(--color-primary); transition: color 0.2s; }

/* ==============================================
   TEASE – Raucherentwöhnung
   ============================================== */
.tease-v2 { background: var(--color-primary); padding: 56px 0; }
.tease-v2-inner { display: flex; align-items: center; gap: 40px; }
.tease-v2-badge {
    display: inline-block; background: rgba(255,255,255,0.2); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 4px 14px; border-radius: var(--radius-pill); margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.35);
}
.tease-v2 h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.tease-v2 p { color: rgba(255,255,255,0.82); font-size: 16px; line-height: 1.65; margin-bottom: 0; }
.tease-v2-body { flex: 1; }
.tease-v2-action { flex-shrink: 0; }

/* ==============================================
   LEISTUNGEN CARDS
   ============================================== */
.leistungen-v2 { background: var(--color-bg-white); padding: var(--section-py) 0; }
.leistung-v2-card {
    background: var(--color-bg-white); border: 1px solid var(--color-border);
    border-radius: var(--radius-lg); padding: 36px 30px; height: 100%;
    display: flex; flex-direction: column;
    transition: box-shadow 0.3s, transform 0.3s; position: relative; overflow: visible;
}
.leistung-v2-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.leistung-v2-card--featured { border-color: var(--color-border); background: var(--color-bg-white); }
.leistung-v2-featured-wrap { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; }
.leistung-v2-floating-badge {
    position: absolute; top: -13px; left: 24px;
    background: var(--color-accent); color: #fff; font-size: 11px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px;
    border-radius: var(--radius-pill); z-index: 10;
    box-shadow: 0 2px 8px rgba(233,160,86,0.4); white-space: nowrap; pointer-events: none;
}
.leistung-v2-icon {
    width: 56px; height: 56px; background: var(--color-primary-light);
    border-radius: var(--radius-md); display: flex; align-items: center;
    justify-content: center; margin-bottom: 20px;
}
.leistung-v2-icon i { font-size: 26px; color: var(--color-primary); }
.leistung-v2-title { font-size: 1.1rem; font-weight: 700; color: var(--color-text); margin-bottom: 10px; }
.leistung-v2-text { font-size: 14px; color: var(--color-text-muted); line-height: 1.7; flex-grow: 1; margin-bottom: 20px; }
.leistung-v2-link {
    font-size: 14px; font-weight: 700; color: var(--color-primary); text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px; margin-top: auto;
    transition: gap 0.2s, color 0.2s;
}
.leistung-v2-link:hover, .leistung-v2-link:focus { color: var(--color-accent); gap: 10px; text-decoration: none; }

/* ==============================================
   STATS
   ============================================== */
.stats-v2 {
    background: var(--color-bg); padding: var(--section-py) 0;
    border-top: 1px solid var(--color-border-light); border-bottom: 1px solid var(--color-border-light);
}
.stat-v2-item {
    text-align: center; padding: 32px 20px; background: var(--color-bg-white);
    border-radius: var(--radius-lg); border: 1px solid var(--color-border-light);
    border-top: 4px solid var(--color-primary); box-shadow: var(--shadow-sm); height: 100%;
}
.stat-v2-number { font-size: 2.6rem; font-weight: 800; color: var(--color-primary); line-height: 1; margin-bottom: 10px; }
.stat-v2-label { font-size: 14px; color: var(--color-text-muted); line-height: 1.4; font-weight: 500; }

/* ==============================================
   ÜBER UNS TEASE
   ============================================== */
.about-v2 { background: var(--color-bg-white); padding: var(--section-py) 0; }
.about-v2-img-wrap { position: relative; padding-bottom: 30px; padding-right: 30px; }
.about-v2-img-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.about-v2-img-main img { width: 100%; height: 380px; object-fit: cover; display: block; }
.about-v2-img-secondary {
    position: absolute; bottom: 0; right: 0; width: 52%;
    border-radius: var(--radius-md); overflow: hidden;
    border: 4px solid var(--color-bg-white); box-shadow: var(--shadow-lg);
}
.about-v2-img-secondary img { width: 100%; height: 180px; object-fit: cover; display: block; }
.about-v2-content h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--color-text); margin-bottom: 16px; }
.about-v2-content p { font-size: 16px; color: var(--color-text-muted); line-height: 1.75; margin-bottom: 28px; }
.check-v2 { list-style: none; padding: 0; margin: 0 0 32px; }
.check-v2 li {
    display: flex; align-items: flex-start; gap: 12px; padding: 10px 0;
    border-bottom: 1px solid var(--color-border-light); font-size: 15px; color: var(--color-text); line-height: 1.5;
}
.check-v2 li:last-child { border-bottom: none; }
.check-v2 li i { color: var(--color-primary); font-size: 20px; flex-shrink: 0; margin-top: 1px; }

/* ==============================================
   TESTIMONIALS
   ============================================== */
.testimonials-v2 { background: var(--color-bg); padding: var(--section-py) 0; }
.testimonial-v2-card {
    background: var(--color-bg-white); border-radius: var(--radius-lg);
    padding: 36px 32px; height: 100%; display: flex; flex-direction: column;
    border: 1px solid var(--color-border-light); border-left: 4px solid var(--color-primary);
    box-shadow: var(--shadow-sm); transition: box-shadow 0.3s, transform 0.3s;
}
.testimonial-v2-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.testimonial-v2-quote { font-size: 3.5rem; line-height: 1; color: var(--color-primary); opacity: 0.2; font-family: Georgia, serif; margin-bottom: 4px; }
.testimonial-v2-text { border: none; padding: 0; margin: 0 0 24px; flex-grow: 1; }
.testimonial-v2-text p { font-size: 15px; color: var(--color-text-muted); line-height: 1.75; font-style: italic; margin: 0; }
.testimonial-v2-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--color-border-light); margin-top: auto; }
.testimonial-v2-avatar { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--color-primary-light); object-fit: cover; }
.testimonial-v2-author strong { display: block; font-size: 14px; font-weight: 700; color: var(--color-text); }
.testimonial-v2-author span { font-size: 12px; color: var(--color-text-light); }

/* ==============================================
   PARTNER LOGOS
   ============================================== */
.partners-v2 { background: var(--color-bg-white); padding: 64px 0; border-top: 1px solid var(--color-border-light); }
.partners-v2-title { font-size: 1.2rem; font-weight: 700; color: var(--color-text); margin-bottom: 6px; }
.partners-v2-lead { font-size: 14px; color: var(--color-text-muted); margin-bottom: 0; }
.partner-v2-logo {
    display: flex; align-items: center; justify-content: center;
    padding: 20px; filter: grayscale(50%); opacity: 0.65;
    transition: filter 0.3s, opacity 0.3s; text-decoration: none;
}
.partner-v2-logo:hover { filter: grayscale(0%); opacity: 1; }
.partner-v2-logo img { max-height: 48px; width: auto; }

/* ==============================================
   FLOATING TERMIN-BUTTON
   ============================================== */
.floating-booking {
    position: fixed; bottom: 32px; right: 32px; z-index: 9990;
    opacity: 0; transform: translateY(16px) scale(0.92);
    transition: opacity 0.35s ease, transform 0.35s ease; pointer-events: none;
}
.floating-booking.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.floating-booking-btn {
    display: flex; align-items: center; gap: 10px;
    background: var(--color-accent); color: #fff; text-decoration: none;
    padding: 14px 22px; border-radius: var(--radius-pill); font-size: 15px; font-weight: 700;
    box-shadow: 0 6px 24px rgba(233,160,86,0.45);
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s; white-space: nowrap;
}
.floating-booking-btn:hover, .floating-booking-btn:focus {
    background: var(--color-accent-dark); color: #fff; text-decoration: none;
    transform: translateY(-3px); box-shadow: 0 10px 32px rgba(233,160,86,0.5);
}
.floating-booking-btn i { font-size: 20px; }

/* ==============================================
   SCROLL REVEAL
   ============================================== */
@media (prefers-reduced-motion: no-preference) {
    .reveal-section { opacity: 0; transform: translateY(32px); transition: opacity 0.65s ease, transform 0.65s ease; }
    .reveal-section.is-visible { opacity: 1; transform: translateY(0); }
    .reveal-item { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
    .reveal-item.is-visible { opacity: 1; transform: translateY(0); }
    .hero-v2.reveal-section { opacity: 1; transform: none; }
}

/* ==============================================
   RESPONSIVE
   ============================================== */
@media (max-width: 991px) {
    :root { --section-py: 64px; }
    .header-v2-inner { position: relative; z-index: 1004; }
    .hero-v2 { padding: 70px 0 60px; }
    .tease-v2-inner { flex-direction: column; gap: 24px; }
    .tease-v2-action { width: 100%; }
    .tease-v2-action .btn-accent { width: 100%; justify-content: center; }
    .about-v2-img-wrap { padding-bottom: 20px; padding-right: 20px; margin-bottom: 40px; }
    .about-v2-img-main img { height: 300px; }
    .about-v2-img-secondary { width: 48%; }
    .about-v2-img-secondary img { height: 140px; }
    /* Mobile Nav */
    .topbar-v2 { display: none; }
    .header-v2-mobile-actions { display: flex; }
    .header-v2-inner { position: relative; z-index: 1004; }
    .header-v2-nav {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: #fff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        padding: 90px 16px 32px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1002;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
        width: 100%;
        box-sizing: border-box;
    }
    .header-v2-nav.is-open { transform: translateX(0); }
    .nav-v2-list {
        flex-direction: column; align-items: stretch;
        gap: 4px; width: 100%; box-sizing: border-box;
    }
    .nav-v2-item {
        width: 100%; box-sizing: border-box;
    }
    .nav-v2-item > a, .nav-v2-dropdown-toggle {
        width: 100%; justify-content: space-between;
        padding: 12px 14px; font-size: 15px;
        border-radius: 8px; box-sizing: border-box;
        display: flex;
    }
    .nav-v2-item--dropdown { width: 100%; }
    .nav-v2-dropdown {
        position: static !important;
        transform: none !important;
        box-shadow: none; border: none;
        border-radius: 8px; padding: 0;
        background: var(--color-bg);
        margin-top: 4px;
        opacity: 1 !important; visibility: visible !important;
        pointer-events: none;
        max-height: 0; overflow: hidden;
        transition: max-height 0.3s ease;
        width: 100%; box-sizing: border-box;
        left: auto; right: auto;
    }
    .nav-v2-dropdown::before { display: none; }
    .nav-v2-dropdown.is-open {
        pointer-events: auto;
        max-height: 800px;
        padding: 4px 0;
    }
    .nav-v2-dropdown li > a { padding: 10px 16px; font-size: 14px; }
    .nav-v2-dropdown-heading { padding: 8px 16px 4px; }
    .header-v2-actions {
        flex-direction: column; align-items: stretch; gap: 12px;
        margin-top: 24px; padding-top: 24px;
        border-top: 1px solid var(--color-border-light); width: 100%;
    }
    .header-v2-patmed { justify-content: center; }
    .btn-accent-nav { justify-content: center; padding: 14px; font-size: 16px; }
    .d-none.d-lg-inline-flex { display: inline-flex !important; }
}
@media (max-width: 767px) {
    :root { --section-py: 52px; }
    .hero-v2 { padding: 56px 0 48px; }
    .hero-v2 .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-v2 .hero-actions .btn-accent,
    .hero-v2 .hero-actions .btn-outline-primary { width: 100%; justify-content: center; }
    .about-v2-img-secondary { display: none; }
    .about-v2-img-wrap { padding: 0; }
    .tease-v2 { padding: 40px 0; }
    .stat-v2-number { font-size: 2rem; }
    .floating-booking { bottom: 20px; right: 20px; }
    .floating-booking-btn { padding: 14px 16px; border-radius: 50%; }
    .floating-booking-label { display: none; }
    .floating-booking-btn i { font-size: 22px; margin: 0; }
}
@media (max-width: 575px) {
    .header-v2-inner { padding: 12px 0; }
    .header-v2-logo img { max-height: 44px !important; }
    .qa-v2-card, .leistung-v2-card, .testimonial-v2-card { padding: 28px 22px; }
}

/* ==============================================
   FOOTER V2
   ============================================== */
.footer-v2 { color: rgba(255,255,255,0.72); font-size: 14px; }
.footer-v2-logo { display: inline-block; margin-bottom: 20px; }
.footer-v2-logo img { filter: none; opacity: 1; }
.footer-v2-desc { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.footer-v2-address { display: flex; flex-direction: column; gap: 10px; font-style: normal; }
.footer-v2-address a, .footer-v2-address span {
    display: flex; align-items: center; gap: 8px;
    color: rgba(255,255,255,0.65); text-decoration: none; font-size: 13px; transition: color 0.2s;
}
.footer-v2-address a:hover { color: #fff; text-decoration: none; }
.footer-v2-address i { color: var(--color-primary); font-size: 15px; flex-shrink: 0; }
.footer-v2-heading {
    font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: #fff; margin-bottom: 20px; padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-v2-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-v2-links a {
    color: rgba(255,255,255,0.62); text-decoration: none; font-size: 14px;
    transition: color 0.2s, padding-left 0.2s; display: inline-flex; align-items: center; gap: 6px;
}
.footer-v2-links a:hover { color: #fff; padding-left: 4px; text-decoration: none; }
.footer-v2-highlight { color: var(--color-accent) !important; font-weight: 600; }
.footer-v2-highlight:hover { color: var(--color-accent-dark) !important; }
.footer-v2-cta-text { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.footer-v2-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--color-accent); color: #fff; padding: 12px 24px;
    border-radius: var(--radius-pill); font-size: 15px; font-weight: 700;
    text-decoration: none; transition: background 0.25s, transform 0.2s;
    box-shadow: 0 3px 12px rgba(233,160,86,0.35);
}
.footer-v2-cta:hover { background: var(--color-accent-dark); color: #fff; transform: translateY(-2px); text-decoration: none; }
.footer-v2-cta i { font-size: 16px; }
.footer-v2-hours {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-md); padding: 20px 24px;
}
.footer-v2-hours-title {
    font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--color-primary); margin-bottom: 14px; display: flex; align-items: center; gap: 6px;
}
.footer-v2-hours-grid { display: grid; grid-template-columns: 32px 1fr 1fr; }
.fh-row { display: contents; }
.fh-day { font-weight: 700; color: #fff; padding: 5px 0; font-size: 13px; }
.fh-time { color: rgba(255,255,255,0.6); padding: 5px 0; font-size: 13px; }
.fh-time2 { color: var(--color-primary); font-weight: 500; text-align: right; padding: 5px 0; font-size: 13px; }
.footer-v2-hours-note { font-size: 11px; color: rgba(255,255,255,0.35); margin: 12px 0 0; font-style: italic; }
.footer-v2-top { background: #2a3a4a; padding: 56px 0 48px; }
.footer-v2-mid { background: #243242; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-v2-bottom { background: #1c2a36; padding: 14px 0; }
.footer-v2-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-v2-copy { font-size: 13px; color: rgba(255,255,255,0.4); margin: 0; }
.footer-v2-made-by { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-v2-made-by img { opacity: 0.7; transition: opacity 0.2s; }
.footer-v2-made-by a:hover img { opacity: 1; }
.footer-v2-totop {
    width: 34px; height: 34px; background: #2C3E50;
	opacity: 0.75;
    border: 1px solid rgba(255,255,255,0.12); border-radius: 50%;
	  position: fixed;
    bottom: 32px;
    left: 32px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; text-decoration: none; font-size: 15px;
    transition: background 0.2s, transform 0.2s;
}
.footer-v2-totop:hover { background: var(--color-primary); color: #fff; transform: translateY(-3px); text-decoration: none; }
@media (max-width: 767px) {
    .footer-v2-top { padding: 40px 0 32px; }
    .footer-v2-mid { padding: 32px 0; }
    .footer-v2-bottom-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
    .footer-v2-totop { align-self: flex-end; }
}