:root {
    --primary: #00778d;
    --primary-dark: #005f70;
    --primary-soft: rgba(0, 119, 141, 0.08);
    --primary-soft-2: rgba(0, 119, 141, 0.14);
    --dark: #00102e;
    --text: #010f46;
    --muted: #6d7685;
    --white: #ffffff;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 1.68;
    color: var(--text);
    background-color: transparent;
    
}

.skip-link {
    position: absolute;
    left: -9999px;
}
.skip-link:focus {
    left: 1rem;
    top: 1rem;
    z-index: 1000;
    background: #fff;
    padding: .5rem .75rem;
}

.site-header {
    background: rgba(255,255,255,0.72);
    border-bottom: 1px solid rgba(234,234,234,1);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
    gap: 1.25rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-logo {
    width: 50px;
    height: auto;
}

.main-navigation { flex: 1; }
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}
.main-menu a {
    color: #212121;
    text-decoration: none;
    font-weight: 500;
}
.main-menu a:hover,
.main-menu a.active { color: var(--primary); }
.has-submenu { position: relative; }
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: .75rem 0;
    margin: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.sub-menu li a { display: block; padding: .5rem 1rem; }
.has-submenu:hover .sub-menu { display: block; }
.mobile-toggle { display: none; }



@media (max-width: 991.98px) {
    .footer-original {
        padding-top: 60px;
    }

    .footer-heading {
        font-size: 32px;
    }

    .footer-hours h4,
    .footer-health-note h4 {
        font-size: 16px;
    }

    .footer-contact {
        padding-top: 0;
    }

    .footer-contact li {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .footer-title,
    .footer-heading {
        font-size: 26px;
    }

    .footer-subheading {
        font-size: 16px;
    }

    .footer-hours h4,
    .footer-health-note h4,
    .footer-contact li,
    .footer-link-item a {
        font-size: 18px;
    }

    .brand-grid {
        max-width: none;
    }

    .footer-practice-logo {
        margin-bottom: 1rem;
    }
}


.hero-area {
    overflow: hidden;
}

.hero-image {
    min-height: 520px;
    background-position: left center !important;
    background-size: 58% auto !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
}

.hero-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,16,46,.18) 0%, rgba(0,16,46,.06) 30%, rgba(255,255,255,.0) 58%, rgba(255,255,255,.0) 100%);
    z-index: 0;
}

.hero-overlay {
    display: none;
}

.hero-content {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: left !important;
    color: var(--dark);
    max-width: 760px;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-content h1 {
    color: var(--dark);
    width: 100%;
}

.hero-text {
    max-width: 520px;
    margin: 0;
    width: 100%;
}

@media (max-width: 991.98px) {
    .hero-image {
        background-size: cover !important;
        background-position: center center !important;
    }

    .hero-image::before {
        background: linear-gradient(rgba(255,255,255,.30), rgba(255,255,255,.30));
    }

    .hero-content {
        align-items: flex-start;
        max-width: 100%;
        min-height: 460px;
    }
}


.hero-area {
    position: relative;
    overflow: hidden;
}

.hero-image {
    min-height: 610px;
    background-position: left top !important;
    background-size: 54% auto !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    position: relative;
}

.hero-image::before { display: none; }

.hero-overlay {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    min-height: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: left !important;
    color: var(--dark);
    padding-top: 70px;
    padding-bottom: 70px;
}

.hero-content h1 {
    width: min(100%, 690px);
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 1.5rem;
    font-size: 52px;
    line-height: 1.02;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.hero-text {
    width: min(100%, 690px);
    margin-left: auto;
    margin-right: 0;
    max-width: none;
}

.hero-text p {
    font-size: 18px;
    line-height: 1.72;
    color: var(--dark);
    margin-bottom: 1rem;
}

@media (max-width: 1199.98px) {
    .hero-image {
        background-size: 58% auto !important;
    }

    .hero-content h1,
    .hero-text {
        width: min(100%, 600px);
    }
}

@media (max-width: 991.98px) {
    .hero-image {
        min-height: 520px;
        background-size: cover !important;
        background-position: center center !important;
    }

    

    .hero-content {
        min-height: 520px;
        align-items: flex-start;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .hero-content h1,
    .hero-text {
        width: 100%;
        margin-left: 0;
    }

    .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 16px;
        line-height: 1.08;
    }

    .hero-text p {
        font-size: 16px;
        line-height: 1.6;
    }
}


.footer-top-row > .col-lg-4 {
    padding-top: 4px;
}

.footer-info-row > .col-md-3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-info-row > .col-md-5 {
    padding-left: .5rem;
}

.footer-links-row .row > div {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .footer-links-row .row > div {
        justify-content: flex-start;
    }
}

.footer-original {
    background: transparent;
    color: #00102E;
    padding: 0;
}

.footer-width-fixer {
    overflow: hidden;
}

.footer-band {
    background: rgba(255,255,255,0.70);
    padding-top: 78px;
    padding-bottom: 72px;
}

.footer-links-band {
    background: rgba(255,255,255,0.70);
    padding-bottom: 40px;
}

.footer-container {
    max-width: 1180px;
}

.footer-grid-top {
    --bs-gutter-x: 2.25rem;
}

.footer-title {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    color: #00102E;
}

.footer-title-spacer {
    height: 34px;
}

.brand-logos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    align-items: center;
    max-width: 410px;
}

.brand-item {
    min-height: 56px;
    display: flex;
    align-items: center;
}

.footer-brand {
    display: block;
    width: 100%;
    max-width: 170px;
    max-height: 42px;
    object-fit: contain;
}

.footer-main-row {
    --bs-gutter-x: 1.5rem;
}

.footer-logo-col {
    display: flex;
    justify-content: center;
}

.footer-practice-logo {
    width: 150px;
    max-width: 100%;
    height: auto;
}

.footer-heading {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 34px;
    line-height: 1.05;
    margin: 0 0 20px;
    color: #00102E;
}

.footer-hours-block h4,
.footer-health-note h4 {
    font-size: 20px;
    line-height: 1.45;
    margin: 0;
    color: #00102E;
}

.footer-subheading {
    font-size: 18px;
    line-height: 1.35;
    margin: 14px 0 16px;
    color: #00102E;
}

.footer-contact-col {
    padding-top: 20px;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.35;
    color: #00102E;
}

.footer-contact-list a {
    color: #00102E;
    text-decoration: none;
}

.footer-contact-list a:hover,
.footer-link-item a:hover {
    color: #00778d;
}

.contact-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: #00778d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 100%;
    height: 100%;
}

.footer-links-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.footer-link-item {
    margin: 0;
}

.footer-link-item a {
    color: #00102E;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .footer-band {
        padding-top: 56px;
        padding-bottom: 48px;
    }

    .footer-logo-col {
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .footer-heading {
        font-size: 28px;
    }

    .footer-contact-col {
        padding-top: 8px;
    }
}

@media (max-width: 767.98px) {
    .brand-logos-grid {
        max-width: none;
        gap: 16px 18px;
    }

    .footer-title-spacer {
        height: 22px;
    }

    .footer-heading {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .footer-hours-block h4,
    .footer-health-note h4,
    .footer-subheading,
    .footer-contact-list li,
    .footer-link-item a {
        font-size: 16px;
    }

    .footer-links-band {
        padding-bottom: 28px;
    }
}


/* RESPONSIVER HEADER – bereinigt */
.site-header {
    position: relative;
    z-index: 1200;
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled {
    background: rgba(255,255,255,0.97) !important;
    box-shadow: 0 2px 20px rgba(0,16,46,0.10) !important;
    backdrop-filter: blur(8px);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.site-branding {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    line-height: 0;
}

.site-logo {
    width: 145px;
    max-width: 100%;
    height: auto;
}

.main-navigation {
    flex: 1;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.35rem;
}

.main-menu > li {
    position: relative;
}

.main-menu a {
    color: #18324a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.main-menu a:hover,
.main-menu a.active {
    color: var(--primary);
}

.main-menu > li > a.active,
.main-menu > li.active > a {
    color: #14324d !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(20, 50, 77, 0.10);
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.58rem 0.98rem;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20, 50, 77, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.main-menu > li > a.active::after,
.main-menu > li.active > a::after {
    content: none !important;
}

.main-menu > li.has-submenu.active > a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #14324d, #2d5c7a) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.58rem 0.98rem;
    box-shadow: 0 12px 28px rgba(20, 50, 77, 0.18);
    letter-spacing: 0.01em;
}

.mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0,16,46,.12);
    background: rgba(255,255,255,0.72);
    color: #00102e;
    font-size: 26px;
    line-height: 1;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .has-submenu > a {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        cursor: pointer;
    }

    .has-submenu > a::after {
        content: "▾";
        font-size: .72rem;
        line-height: 1;
        transition: transform .2s ease;
    }

    .has-submenu.is-open > a::after {
        transform: rotate(180deg);
    }

    .has-submenu > .sub-menu {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        min-width: 230px;
        margin: 0;
        padding: .55rem 0;
        list-style: none;
        background: #00778d;
        border: 0;
        border-top: 2px solid rgba(255,255,255,.28);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 18px 34px rgba(0, 119, 141, 0.20);
        z-index: 1300;
    }

    .has-submenu > .sub-menu::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 18px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #00778d;
    }

    .has-submenu.is-open > .sub-menu {
        display: block;
    }

    .sub-menu li a {
        display: block;
        color: #ffffff;
        padding: .7rem 1rem;
        line-height: 1.35;
    }

    .sub-menu li a:hover,
    .sub-menu li a:focus,
    .sub-menu li a.active {
        background: rgba(255,255,255,.14);
        color: #ffffff;
    }
}

@media (max-width: 1199.98px) {
    .nav-shell {
        gap: .875rem;
    }

    .site-logo {
        width: 118px;
    }

    .main-menu {
        gap: 1rem;
    }

    .main-menu a {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .site-logo {
        width: 96px;
    }

    .mobile-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #00778d;
        border-top: 1px solid rgba(255,255,255,.22);
        border-bottom: 1px solid rgba(255,255,255,.22);
        box-shadow: 0 16px 30px rgba(0,0,0,.08);
        padding: 16px 0;
        display: none;
    }

    .main-navigation.is-open {
        display: block;
    }

    .main-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0 1rem;
    }

    .main-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .main-menu > li:last-child {
        border-bottom: 0;
    }

    .main-menu a {
        display: block;
        width: 100%;
        padding: .9rem 0;
        color: #ffffff;
    }

    .main-menu a:hover,
    .main-menu a:focus,
    .main-menu a.active {
        color: #ffffff;
    }

    .has-submenu > a::after {
        content: none;
    }

    .has-submenu .sub-menu {
        position: static;
        display: block;
        min-width: 0;
        margin: 0;
        padding: 0 0 .5rem 0;
        background: rgba(255,255,255,.08);
        border: 0;
        border-radius: 8px;
        box-shadow: none;
    }

    .has-submenu .sub-menu::before {
        content: none;
    }

    .sub-menu li a {
        color: #ffffff;
        padding: .45rem 1rem;
        font-size: 14px;
    }

    .main-menu > li > a.active,
    .main-menu > li.active > a,
    .main-menu > li.has-submenu.active > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .nav-shell {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .site-logo {
        width: 86px;
    }
}

.about-intro-wrap {
    position: relative;
    margin-top: -110px;
    z-index: 3;
}

.about-intro-glass {
    background: rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 24px;
    padding: 42px 34px;
}

.about-title {
    margin-bottom: 22px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    color: #14324d;
}

.about-copy {
    max-width: 860px;
}

.about-copy p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #22384d;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .about-intro-wrap {
        margin-top: -48px;
    }

    .about-intro-glass {
        padding: 28px 22px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.34);
    }

    .about-copy p {
        font-size: 1rem;
        line-height: 1.7;
    }
}


/* === Scroll-to-top Button === */
.scroll-to-top {
    position: fixed;
    bottom: 64px;
    right: 32px;
    z-index: 999;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #00778d;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 119, 141, 0.4);
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
}

.scroll-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.scroll-to-top:hover {
    background-color: #005f72;
}

.scroll-to-top:active {
    background-color: #004d5e;
    transform: translateY(2px);
}

@media (max-width: 575.98px) {
    .scroll-to-top {
        bottom: 56px;
        right: 20px;
        width: 42px;
        height: 42px;
    }
}





/* === Hero: <img> statt background-image === */
.hero-image {
    position: relative;
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    display: block;
}

.hero-overlay {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 16, 46, 0.22);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .hero-overlay {
        background: rgba(0, 16, 46, 0.18);
    }
}

@media (max-width: 575.98px) {
    .hero-overlay {
        background: rgba(0, 16, 46, 0.15);
    }
}


/* === Hero Text: lesbar auf Bild === */
.hero-content,
.hero-content h1,
.hero-text p {
    color: #ffffff !important;
    text-shadow: 0 1px 6px rgba(0, 10, 30, 0.55);
}

.hero-content h1 {
    text-shadow: 0 2px 12px rgba(0, 10, 30, 0.65);
    font-weight: 700;
}

.hero-text p {
    font-weight: 400;
    text-shadow: 0 1px 8px rgba(0, 10, 30, 0.6);
}

/* Mobile h1 Größe korrigieren (war 16px — viel zu klein) */
@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: clamp(1.6rem, 6vw, 2.2rem) !important;
        line-height: 1.2 !important;
    }
    .hero-text p {
        font-size: 1rem;
    }
}


/* === HERO CLEAN OVERRIDE v35 === */
.hero-image::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

.hero-bg-img {
    object-position: center 25% !important;
    filter: none !important;
}

.hero-overlay {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 16, 46, 0.06) !important;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2 !important;
}

@media (max-width: 991.98px) {
    .hero-overlay {
        background: rgba(0, 16, 46, 0.05) !important;
    }
    .hero-bg-img {
        object-position: center 22% !important;
    }
}

@media (max-width: 575.98px) {
    .hero-overlay {
        background: rgba(0, 16, 46, 0.04) !important;
    }
    .hero-bg-img {
        object-position: center 20% !important;
    }
}







/* ============================================================
   Dekorativer SVG-Hintergrund: Fuss-mit-Hand
   ============================================================ */
body {
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vh;   /* A4-Hochformat: Höhe bestimmt die Breite */
    height: 100vh;
    background-image: url('https://www.podologie-linke.de/wp-content/uploads/2026/01/Fuss-mit-Hand-Grau-2.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

body > * {
    position: relative;
    z-index: 1;
}

/* ============================================================
   PAGE: Fußpflege
   ============================================================ */

/* --- Page Hero --- */
.page-hero {
    position: relative;
    height: 70vh;
    min-height: 420px;
    max-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.page-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,16,46,0.72) 0%,
        rgba(0,16,46,0.30) 50%,
        rgba(0,16,46,0.08) 100%
    );
    z-index: 1;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: clamp(2rem, 5vw, 4rem);
}

.page-hero-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0.5rem;
}

.page-hero-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
    color: #fff;
}

.page-hero-lead {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    max-width: 600px;
    color: rgba(255,255,255,0.88);
    margin-bottom: 1.8rem;
    line-height: 1.6;
}

.btn-primary-hero {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 0.85rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-primary-hero:hover {
    background: #005f70;
    color: #fff;
    text-decoration: none;
}

/* --- Section padding --- */
.section-pad {
    padding-block: clamp(3rem, 6vw, 5rem);
}

/* --- Narrow container --- */
.container.narrow {
    max-width: 760px;
}

.text-center { text-align: center; }

/* --- Intro --- */
.fp-intro-text {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    color: var(--muted);
    text-align: center;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

/* --- Block layout --- */
.fp-block--alt {
    background: rgba(0, 119, 141, 0.04);
}

.fp-block-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.fp-block-inner--reverse {
    direction: rtl;
}
.fp-block-inner--reverse > * {
    direction: ltr;
}

.fp-block-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0,16,46,0.10);
}

.fp-label {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.fp-heading {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1.1rem;
    line-height: 1.2;
}

.fp-subheading {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--dark);
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

.fp-block-text p {
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 0.9rem;
    max-width: 100%;
}

/* --- List --- */
.fp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.fp-list li {
    display: flex;
    flex-direction: column;
    padding-left: 1.2rem;
    border-left: 3px solid var(--primary);
}

.fp-list-title {
    font-weight: 600;
    color: var(--dark);
    font-size: 0.97rem;
}

.fp-list-desc {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.6;
    margin-top: 0.15rem;
}

/* --- CTA --- */
.fp-cta {
    background: rgba(0, 119, 141, 0.05);
}

.fp-cta-text {
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.fp-cta-sub {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1.8rem;
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .page-hero {
        height: 55vh;
        align-items: flex-end;
    }

    .fp-block-inner,
    .fp-block-inner--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .fp-block-inner--reverse > * {
        direction: ltr;
    }

    .fp-block-image img {
        height: 280px;
    }
}

/* ============================================================
   Scroll-to-top – höher vom unteren Rand
   ============================================================ */
/* ============================================================
   Footer Brand Logos + Links – responsiv (konsolidiert)
   ============================================================ */
.footer-logos-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1.2rem 2rem !important;
    padding: 1.5rem 0 2rem !important;
    border-bottom: 1px solid rgba(0,16,46,0.08) !important;
    margin-bottom: 2rem !important;
}

.footer-brand-cell {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
}

.footer-brand-logo {
    height: 30px !important;
    width: auto !important;
    max-width: 100px !important;
    object-fit: contain !important;
    filter: grayscale(15%) !important;
    opacity: 0.85 !important;
    transition: opacity 0.2s ease !important;
    display: block !important;
}

.footer-brand-logo:hover {
    opacity: 1 !important;
    filter: grayscale(0%) !important;
}

.footer-links-inline {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.4rem 1.2rem !important;
    padding: 1.2rem 0 0.5rem !important;
    border-top: 1px solid rgba(0,16,46,0.08) !important;
    margin-top: 1.5rem !important;
}

.footer-links-inline a {
    font-size: 0.82rem !important;
    color: var(--muted) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color 0.2s !important;
}

.footer-links-inline a:hover {
    color: var(--primary) !important;
}

@media (max-width: 575.98px) {
    .footer-logos-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 1.4rem 1rem !important;
        padding: 1.2rem 0.5rem 1.5rem !important;
    }
    .footer-brand-cell {
        justify-content: center !important;
        align-items: center !important;
    }
    .footer-brand-logo {
        height: 38px !important;
        max-width: 140px !important;
        margin: 0 auto !important;
    }
    .footer-links-inline {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0.55rem 0.5rem !important;
        padding: 1rem 0.5rem 0.5rem !important;
        text-align: center !important;
    }
    .footer-links-inline a {
        font-size: 0.85rem !important;
        padding: 0.25rem 0 !important;
        white-space: normal !important;
    }
}

/* ============================================================
   Scroll-to-top – höher vom unteren Rand (bereits gesetzt oben)
   ============================================================ */

/* ============================================================
   Content Pages
   ============================================================ */
.content-page {
    position: relative;
}

.content-card {
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(0,16,46,0.08);
    border-radius: 10px;
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: 0 10px 40px rgba(0,16,46,0.06);
}

.content-card h2 {
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.25;
    color: var(--dark);
    margin: 2rem 0 0.9rem;
}

.content-card h3 {
    font-size: 1.05rem;
    line-height: 1.4;
    color: var(--primary);
    margin: 1.5rem 0 0.8rem;
}

.content-card p {
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 0.9rem;
    max-width: 100%;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 0.7rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.content-list li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.7;
    color: var(--text);
}

.content-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.price-note {
    color: var(--primary);
    font-size: 1.05rem;
}

.price-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.price-list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0,16,46,0.08);
    align-items: start;
}

.price-list li span {
    color: var(--text);
    line-height: 1.6;
}

.price-list li strong {
    color: var(--dark);
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .content-card {
        padding: 1.25rem;
    }
    .price-list li {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
    .price-list li strong {
        white-space: normal;
    }
}

/* ============================================================
   Navbar: Scroll-Einblendung + Active-Markierung
   ============================================================ */
.site-header {
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled {
    background: rgba(255,255,255,0.97) !important;
    box-shadow: 0 2px 20px rgba(0,16,46,0.10) !important;
    backdrop-filter: blur(8px);
}

/* Active Nav-Link – edler */
.main-menu > li > a.active,
.main-menu > li.active > a {
    color: #14324d !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(20, 50, 77, 0.10);
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.58rem 0.98rem;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20, 50, 77, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.main-menu > li > a.active::after,
.main-menu > li.active > a::after {
    content: none !important;
}

/* Sub-menu active */
.sub-menu li a.active {
    color: #14324d !important;
    font-weight: 700;
}

/* Parent-Menü bei aktiver Unterseite, z.B. Jobs unter Über uns */
.main-menu > li.has-submenu.active > a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #14324d, #2d5c7a) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.58rem 0.98rem;
    box-shadow: 0 12px 28px rgba(20, 50, 77, 0.18);
    letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
    .main-menu > li > a.active,
    .main-menu > li.active > a,
    .main-menu > li.has-submenu.active > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
    }
}

/* about-intro-glass in fp-block */
.fp-block-text.about-intro-glass {
    background: rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 24px;
    padding: 36px 32px;
}

/* content-page: kein extra background mehr, glass übernimmt */
.content-page .about-intro-glass {
    margin: 0;
}

/* Preisliste im fp-list Stil */
.price-fp-list li {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(0,16,46,0.08);
    padding-bottom: 0.6rem;
}

.fp-list-price {
    font-weight: 600;
    color: var(--primary);
    white-space: nowrap;
    margin-left: 1rem;
    font-size: 0.93rem;
}

@media (max-width: 575.98px) {
    .price-fp-list li {
        flex-direction: column !important;
    }
    .fp-list-price {
        margin-left: 0;
        margin-top: 0.15rem;
    }
}

/* ============================================================
   Navbar fixed
   ============================================================ */
.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

body {
    padding-top: 96px;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 82px;
    }
}

/* ============================================================
   Seiten stärker an Index-Glasdesign anlehnen
   ============================================================ */
.fp-intro {
    position: relative;
    z-index: 3;
}

.fp-block {
    position: relative;
}

.fp-block-text.about-intro-glass,
.fp-intro .about-intro-glass,
.fp-cta .about-intro-glass {
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.30);
    box-shadow: 0 18px 44px rgba(20, 50, 77, 0.08);
}

.fp-block-text.about-intro-glass {
    padding: 40px 34px;
}

.fp-intro-text,
.fp-block-text p,
.fp-cta-text,
.fp-cta-sub,
.fp-list-title,
.fp-list-desc {
    color: #22384d;
}

.fp-label {
    color: #0f6b73;
    letter-spacing: 0.08em;
}

.fp-heading,
.fp-subheading {
    color: #14324d;
}

.fp-cta {
    padding-top: 0;
}

.fp-cta .about-intro-glass {
    padding: 34px 28px;
}

@media (max-width: 767.98px) {
    .fp-block-text.about-intro-glass,
    .fp-intro .about-intro-glass,
    .fp-cta .about-intro-glass {
        background: rgba(255, 255, 255, 0.34);
    }

    .fp-block-text.about-intro-glass {
        padding: 28px 22px;
    }
}

/* ============================================================
   Unterseiten: erster Absatz etwas tiefer
   ============================================================ */
body:not(.home) .fp-intro .about-intro-glass {
    margin-top: 52px;
}

@media (max-width: 767.98px) {
    body:not(.home) .fp-intro .about-intro-glass {
        margin-top: 32px;
    }
}

/* ============================================================
   Kosmetik Hero – Gesichtsbehandlung sichtbar halten
   ============================================================ */
body.page-kosmetik .page-hero {
    position: relative;
    overflow: hidden;
    height: 620px;
    min-height: 620px;
    max-height: 620px;
}

body.page-kosmetik .page-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 88% bottom !important;
    transform: scale(1.08) !important;
    transform-origin: center center;
}

@media (min-width: 1200px) {
    body.page-kosmetik .page-hero {
        width: min(92vw, 1320px);
        height: 78vh;
        min-height: 760px;
        max-height: 820px;
        margin: 0 auto;
        border-radius: 0 0 28px 28px;
        overflow: hidden;
    }

    body.page-kosmetik .page-hero-image img {
        object-position: 88% bottom !important;
        transform: scale(1.08) !important;
    }

    body.page-kosmetik .page-hero-content {
        max-width: 760px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body.page-kosmetik .page-hero {
        height: 72vh;
        min-height: 680px;
        max-height: 760px;
    }

    body.page-kosmetik .page-hero-image img {
        object-position: 90% bottom !important;
        transform: scale(1.08) !important;
    }
}

@media (max-width: 991.98px) {
    body.page-kosmetik .page-hero {
        height: 560px;
        min-height: 560px;
        max-height: 560px;
    }

    body.page-kosmetik .page-hero-image img {
        object-position: 86% bottom !important;
        transform: scale(1.10) !important;
    }
}



/* ============================================================
   v75 – edel, aber sichtbarer mit mehr #00778d
   ============================================================ */
:root {
    --primary-darkest: #004e5d;
    --primary-mist: rgba(0, 119, 141, 0.05);
    --primary-soft: rgba(0, 119, 141, 0.09);
    --primary-line: rgba(0, 119, 141, 0.14);
}

body {
    color: #10263d;
}

.site-header {
    background: rgba(255,255,255,0.84);
    border-bottom: 1px solid var(--primary-line);
    box-shadow: 0 10px 30px rgba(0, 119, 141, 0.05);
}

.main-menu a {
    color: #18324a;
    letter-spacing: 0.01em;
    transition: color 0.2s ease;
}

.main-menu a:hover,
.main-menu a.active {
    color: var(--primary);
}

.sub-menu {
    background: rgba(255,255,255,0.99);
    border-top: 2px solid rgba(0, 119, 141, 0.45);
    box-shadow: 0 16px 36px rgba(0, 119, 141, 0.10);
}

.hero-overlay,
.page-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 119, 141, 0.14) 0%, rgba(0, 16, 46, 0.34) 100%) !important;
}

.page-hero-eyebrow,
.fp-label,
.section-title span,
.contact-icon,
.footer-contact-list a:hover,
.footer-link-item a:hover,
.page-title {
    color: var(--primary);
}

.fp-intro-text,
.about-copy p {
    color: #466470;
}

.fp-block--alt,
.about-intro-glass,
.footer-band,
.footer-links-band {
    background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(240, 250, 251, 0.96) 100%);
}

.fp-block--alt,
.about-intro-glass {
    border: 1px solid var(--primary-line);
}

.fp-block-image img {
    box-shadow: 0 16px 40px rgba(0, 119, 141, 0.10);
}

.fp-heading,
.footer-heading,
.footer-title {
    color: #10263d;
}

.fp-subheading,
.footer-subheading,
.footer-hours-block h4,
.footer-health-note h4 {
    color: #0c6770;
}

.price-card,
.service-card,
.contact-card {
    border: 1px solid var(--primary-line);
    box-shadow: 0 12px 30px rgba(0, 119, 141, 0.08);
}

.btn-primary,
.btn-primary-hero,
button.btn-primary,
a.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 12px 24px rgba(0, 119, 141, 0.16);
}

.btn-primary:hover,
.btn-primary-hero:hover,
button.btn-primary:hover,
a.btn-primary:hover {
    background: var(--primary-darkest);
    border-color: var(--primary-darkest);
}

hr,
.section-divider {
    border-color: var(--primary-line);
}

@media (max-width: 991.98px) {
    .site-header {
        background: rgba(255,255,255,0.92);
        box-shadow: 0 8px 20px rgba(0, 119, 141, 0.05);
    }
}


/* ============================================================
   v76 – Navbar Dropdown Fix
   ============================================================ */
@media (min-width: 992px) {
    .has-submenu {
        position: relative;
    }

    .has-submenu > a {
        position: relative;
        z-index: 3;
    }

    .has-submenu .sub-menu {
        top: calc(100% + 10px);
        left: 0;
        padding: .55rem 0;
        min-width: 230px;
        background: #00778d !important;
        border: 0 !important;
        border-top: 2px solid rgba(255,255,255,.28) !important;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 18px 34px rgba(0, 119, 141, 0.20);
    }

    .has-submenu .sub-menu::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 18px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #00778d;
    }

    .sub-menu li a {
        color: #ffffff !important;
        padding: .7rem 1rem;
        line-height: 1.35;
    }

    .sub-menu li a:hover,
    .sub-menu li a:focus,
    .sub-menu li a.active {
        background: rgba(255,255,255,.14);
        color: #ffffff !important;
    }
}


/* ============================================================
   v77 – klickbare Desktop-Untermenüs
   ============================================================ */
@media (min-width: 992px) {
    .has-submenu {
        padding-bottom: 12px;
        margin-bottom: -12px;
    }

    .has-submenu .sub-menu {
        top: 100% !important;
    }

    .has-submenu:hover > .sub-menu,
    .has-submenu:focus-within > .sub-menu {
        display: block;
    }
}


/* ============================================================
   v78 – echte Klick-Navigation für Desktop-Untermenüs
   ============================================================ */
@media (min-width: 992px) {
    .has-submenu > .sub-menu {
        display: none !important;
    }

    .has-submenu.is-open > .sub-menu {
        display: block !important;
    }

    .has-submenu:hover > .sub-menu,
    .has-submenu:focus-within > .sub-menu {
        display: none !important;
    }

    .has-submenu > a {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        cursor: pointer;
    }

    .has-submenu > a::after {
        content: "▾";
        font-size: .72rem;
        line-height: 1;
        transition: transform .2s ease;
    }

    .has-submenu.is-open > a::after {
        transform: rotate(180deg);
    }
}


/* ============================================================
   v79 – Fix für Klick-Dropdowns
   ============================================================ */
@media (min-width: 992px) {
    .has-submenu.is-open > .sub-menu,
    .has-submenu.is-open:hover > .sub-menu,
    .has-submenu.is-open:focus-within > .sub-menu {
        display: block !important;
    }
}


/* ============================================================
   v81 – aktive Menüpunkte einheitlich türkis
   ============================================================ */
.main-menu > li > a.active,
.main-menu > li.active > a,
.main-menu > li.has-submenu.active > a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #00778d, #005f70) !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 0.58rem 0.98rem;
    box-shadow: 0 12px 28px rgba(0, 119, 141, 0.18);
    letter-spacing: 0.01em;
    font-weight: 700;
}

.main-menu > li > a.active::after,
.main-menu > li.active > a::after,
.main-menu > li.has-submenu.active > a::after {
    color: #ffffff !important;
}

.sub-menu li a.active {
    color: #ffffff !important;
    background: rgba(255,255,255,.18) !important;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .main-menu > li > a.active,
    .main-menu > li.active > a,
    .main-menu > li.has-submenu.active > a {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}


/* ============================================================
   v82 – aktive Menüpunkte edler
   ============================================================ */
.main-menu > li > a.active,
.main-menu > li.active > a,
.main-menu > li.has-submenu.active > a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0a8397, #00697c) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.56rem 0.96rem;
    box-shadow: 0 10px 22px rgba(0, 119, 141, 0.14), inset 0 1px 0 rgba(255,255,255,0.18);
    letter-spacing: 0.01em;
    font-weight: 700;
}

.main-menu > li > a.active:hover,
.main-menu > li.active > a:hover,
.main-menu > li.has-submenu.active > a:hover {
    background: linear-gradient(135deg, #0b8ba0, #006f83) !important;
}

.main-menu > li > a.active::after,
.main-menu > li.active > a::after,
.main-menu > li.has-submenu.active > a::after {
    color: rgba(255,255,255,0.96) !important;
}

.sub-menu li a.active {
    color: #ffffff !important;
    background: rgba(255,255,255,.14) !important;
    font-weight: 700;
}


/* ============================================================
   v84 – anfahrt.php mit Standortblock aus Footer
   ============================================================ */
.anfahrt-grid {
    align-items: stretch;
}

.anfahrt-map-wrap img {
    height: 100%;
    min-height: 520px;
}

.anfahrt-standort-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(240,250,251,0.96) 100%);
    border: 1px solid var(--primary-line);
    border-radius: 18px;
    padding: clamp(1.75rem, 3vw, 2.4rem);
    box-shadow: 0 12px 30px rgba(0, 119, 141, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.anfahrt-address-block .footer-hours-line {
    align-items: flex-start;
}

.anfahrt-address-block .footer-hours-line span {
    text-align: right;
}

.anfahrt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.5rem;
}

.map-credit {
    font-size: 0.85rem;
    color: #6d7685;
    margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
    .anfahrt-map-wrap img {
        min-height: 360px;
    }

    .anfahrt-standort-panel {
        margin-top: 1rem;
    }
}


/* ============================================================
   v85 – anfahrt homogener, Standort links und kompakter
   ============================================================ */
.anfahrt-grid--rebalanced {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.anfahrt-standort-panel--compact {
    padding: clamp(1.4rem, 2.4vw, 2rem);
    min-height: auto;
    gap: 1.25rem;
}

.anfahrt-address-block--simple {
    gap: .6rem;
}

.footer-hours-line--stacked {
    justify-content: flex-start;
}

.footer-hours-line--stacked span {
    text-align: left !important;
    width: 100%;
}

.anfahrt-standort-panel--compact .footer-heading {
    margin-bottom: .9rem;
}

.anfahrt-standort-panel--compact .footer-subheading {
    margin-top: 1rem;
}

.anfahrt-standort-panel--compact .footer-contact-list {
    margin-top: .5rem;
}

.anfahrt-map-wrap--wide img {
    min-height: 560px;
}

@media (max-width: 991.98px) {
    .anfahrt-grid--rebalanced {
        grid-template-columns: 1fr;
    }

    .anfahrt-map-wrap--wide {
        order: 2;
    }
}


/* ============================================================
   v89 – Kartenzuschnitt für neues Querformat 1247x563
   ============================================================ */
.anfahrt-map-wrap--wide {
    display: flex;
    flex-direction: column;
}

.anfahrt-map-wrap--wide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1247 / 563;
    object-fit: contain;
    object-position: center center;
    display: block;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 119, 141, 0.10);
    border: 1px solid rgba(0, 119, 141, 0.12);
    background: #eef5f6;
}

@media (min-width: 992px) {
    .anfahrt-map-wrap--wide img {
        min-height: 0;
        max-height: none;
    }
}

@media (max-width: 991.98px) {
    .anfahrt-map-wrap--wide img {
        min-height: 0;
    }
}
