:root {
    --wf24-header-height: 78px;
    --wf24-space-1: 8px;
    --wf24-space-2: 16px;
    --wf24-space-3: 24px;
    --wf24-space-4: 32px;
    --wf24-space-5: 48px;
    --wf24-space-6: 72px;
}

body {
    font-size: 16px;
    line-height: 1.65;
}

.wf24-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 3000;
    padding: 10px 14px;
    background: #fff;
    color: #111;
    transform: translateY(-150%);
}

.wf24-skip-link:focus {
    transform: translateY(0);
}

#header.wf24-header {
    position: sticky;
    top: 0;
    min-height: var(--wf24-header-height) !important;
    height: var(--wf24-header-height) !important;
    display: flex;
    align-items: center;
    padding: 0 28px;
    background: #fff !important;
    border-bottom: 1px solid #eceef1;
    box-shadow: 0 3px 18px rgba(17, 24, 39, .08);
    z-index: 2000;
}

#header.wf24-header .logo {
    position: static;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 !important;
    line-height: 1 !important;
}

#header.wf24-header .logo img {
    display: block;
    width: 178px;
    height: auto;
    max-height: 56px !important;
    object-fit: contain;
}

#header.wf24-header .main-menu {
    display: block;
    flex: 1 1 auto;
    width: auto;
    padding: 0 20px !important;
    text-align: center;
}

#header.wf24-header .main-menu ul li a {
    position: relative;
    padding: 0 10px;
    color: #24272c;
    font-size: 12px;
    font-weight: 700;
    line-height: var(--wf24-header-height);
    letter-spacing: .02em;
}

#header.wf24-header .main-menu ul li a::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 17px;
    left: 10px;
    height: 3px;
    border-radius: 3px;
    background: var(--wf24-yellow);
    transform: scaleX(0);
    transition: transform .2s ease;
}

#header.wf24-header .main-menu ul li:hover a,
#header.wf24-header .main-menu ul li.active a {
    color: #111;
}

#header.wf24-header .main-menu ul li:hover a::after,
#header.wf24-header .main-menu ul li.active a::after {
    transform: scaleX(1);
}

#header.wf24-header .phone {
    position: static;
    flex: 0 0 auto;
    padding: 0;
    color: #1f2328;
    font-size: 14px;
    font-weight: 750;
    line-height: var(--wf24-header-height);
}

#header.wf24-header .phone:hover,
#header.wf24-header .phone:focus {
    color: #8a7400;
}

#header.wf24-header .mobile-menu-btn {
    color: #222;
}

.wf24-map-hero {
    position: relative;
    width: 100%;
    height: clamp(640px, calc(100vh - var(--wf24-header-height)), 740px);
    min-height: 640px;
    overflow: hidden;
    background: #dfe5e8;
}

.wf24-home-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 640px;
    z-index: 0;
}

.wf24-home-map.is-loading::after {
    content: "Standorte werden aktualisiert …";
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 900;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(31, 35, 40, .9);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transform: translateX(-50%);
}

.wf24-map-hero-copy {
    position: absolute;
    top: 42px;
    left: max(28px, calc((100vw - 1400px) / 2));
    z-index: 600;
    width: min(560px, calc(100% - 56px));
    padding: 30px 32px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(27, 29, 32, .9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
    color: #fff;
    backdrop-filter: blur(8px);
}

.wf24-map-hero-copy h1 {
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.07;
    letter-spacing: -.035em;
    margin-bottom: 18px;
}

.wf24-map-hero-copy p {
    margin: 0;
    color: #f1f2f4;
    font-size: 16px;
    line-height: 1.65;
}

.wf24-map-filter {
    position: absolute;
    right: max(28px, calc((100vw - 1400px) / 2));
    bottom: 28px;
    left: max(28px, calc((100vw - 1400px) / 2));
    z-index: 700;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 50px rgba(17, 24, 39, .22);
    backdrop-filter: blur(9px);
}

.wf24-filter-grid {
    display: grid;
    grid-template-columns: 1.55fr .72fr 1.18fr 1.05fr;
    gap: 12px;
    align-items: end;
}

.wf24-filter-field label {
    display: block;
    margin-bottom: 6px;
    color: #353941;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.wf24-map-filter .form-control {
    min-height: 46px;
    border: 1px solid #c8ced7;
    border-radius: 6px;
    color: #202328;
    background: #fff;
    font-size: 14px;
    box-shadow: none;
}

.wf24-map-filter .form-control:focus {
    border-color: #9c8400;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, .25);
}

.wf24-price-range {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.wf24-filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wf24-filter-actions .wf24-btn {
    min-width: 155px;
}

.wf24-filter-reset {
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #555b64;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.wf24-map-results {
    padding: 28px 0 22px;
    border-bottom: 1px solid var(--wf24-border);
    background: #fff;
}

.wf24-map-results .container-fluid {
    max-width: 1440px;
    padding-right: 28px;
    padding-left: 28px;
}

.wf24-map-results-head,
.wf24-section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.wf24-map-results-head h2 {
    margin: 0;
    color: #25282d;
    font-size: 24px;
}

.wf24-map-results-head .wf24-eyebrow {
    margin-bottom: 4px;
}

.wf24-result-count {
    margin: 0 0 4px;
    color: #4f5661;
    font-size: 14px;
    font-weight: 700;
}

.wf24-result-count.is-error {
    color: var(--wf24-danger);
}

.wf24-map-result-list {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    padding: 2px 2px 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
}

.wf24-map-result-item {
    display: grid;
    grid-template-columns: 14px minmax(190px, 1fr) auto;
    gap: 11px;
    align-items: center;
    flex: 0 0 min(390px, calc(100vw - 64px));
    min-height: 76px;
    padding: 13px 15px;
    border: 1px solid #dde1e7;
    border-radius: 10px;
    background: #fff;
    color: #24272c;
    text-align: left;
    box-shadow: 0 5px 16px rgba(24, 31, 44, .06);
    scroll-snap-align: start;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wf24-map-result-item:hover,
.wf24-map-result-item:focus-visible,
.wf24-map-result-item.is-map-active {
    border-color: #ad9300;
    box-shadow: 0 9px 24px rgba(24, 31, 44, .12);
    transform: translateY(-2px);
    outline: 0;
}

.wf24-result-marker {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .12);
}

.wf24-result-copy {
    display: block;
    min-width: 0;
}

.wf24-result-copy strong,
.wf24-result-copy span {
    display: block;
}

.wf24-result-copy strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wf24-result-copy span {
    margin-top: 3px;
    color: #69717d;
    font-size: 11px;
}

.wf24-result-price {
    color: #2f3338;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.wf24-map-result-empty {
    width: 100%;
    margin: 0;
    padding: 18px;
    border: 1px dashed #c8ced7;
    border-radius: 9px;
    color: #5c6470;
    text-align: center;
    background: #fafbfc;
}

.wf24-map-privacy {
    margin: 4px 0 0;
    color: #737b86;
    font-size: 11px;
}

.wf24-section {
    padding: var(--wf24-space-6) 0;
}

.wf24-section-heading {
    margin-bottom: var(--wf24-space-4);
}

.wf24-section-heading h1,
.wf24-section-heading h2 {
    font-size: clamp(31px, 3.5vw, 44px);
}

.wf24-section-heading p,
.wf24-section p {
    font-size: 15px;
}

.wf24-section-heading-row {
    margin-bottom: 8px;
}

.wf24-section-heading-row .wf24-section-heading {
    margin-bottom: 24px;
}

.wf24-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

a.wf24-category-card {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto 14px;
    gap: 14px;
    align-items: center;
    min-height: 142px;
    padding: 21px;
    color: #292d32;
    text-decoration: none;
}

a.wf24-category-card:hover,
a.wf24-category-card:focus-visible {
    border-color: #d0b200;
    color: #1e2024;
    outline: 0;
}

.wf24-category-card .wf24-category-icon {
    margin: 0;
}

.wf24-category-content {
    display: block;
}

.wf24-category-content strong,
.wf24-category-content span {
    display: block;
}

.wf24-category-content strong {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.25;
}

.wf24-category-content span {
    color: #667085;
    font-size: 12px;
    line-height: 1.55;
}

.wf24-category-count {
    align-self: start;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff8cc;
    color: #6c5c00;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.wf24-category-arrow {
    color: #8b7600;
    transition: transform .2s ease;
}

.wf24-category-card:hover .wf24-category-arrow {
    transform: translateX(3px);
}

.wf24-surface-card {
    display: flex;
    flex-direction: column;
}

.wf24-surface-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.wf24-surface-body > p {
    flex: 1 1 auto;
    margin-top: 13px;
    color: #59616d;
    font-size: 13px;
}

.wf24-surface-meta {
    font-size: 12px;
}

.wf24-card-actions {
    margin-top: auto;
    padding-top: 14px;
}

.wf24-empty {
    padding: 50px 28px;
    background: linear-gradient(145deg, #fff, #fafbfc);
}

.wf24-empty-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--wf24-yellow);
    color: #222;
    font-size: 24px;
}

.wf24-split-image {
    aspect-ratio: 3 / 2;
    height: auto;
    max-height: 440px;
}

.wf24-process-panel {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--wf24-border);
    border-radius: var(--wf24-radius);
    background: #fff;
    box-shadow: 0 9px 28px rgba(24, 31, 44, .06);
}

.wf24-process-panel h3 {
    margin-bottom: 24px;
    color: #272b30;
    font-size: 22px;
}

.wf24-process-panel h3 i {
    margin-right: 8px;
    color: #987f00;
}

.wf24-process-list {
    counter-reset: process;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wf24-process-list li {
    position: relative;
    min-height: 64px;
    padding: 2px 0 18px 56px;
    counter-increment: process;
}

.wf24-process-list li::before {
    content: counter(process);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--wf24-yellow);
    color: #222;
    font-weight: 800;
}

.wf24-process-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 39px;
    bottom: 0;
    left: 18px;
    width: 2px;
    background: #e5e7eb;
}

.wf24-process-list strong,
.wf24-process-list span {
    display: block;
}

.wf24-process-list strong {
    color: #2a2e33;
    font-size: 14px;
}

.wf24-process-list span {
    margin-top: 3px;
    color: #667085;
    font-size: 12px;
}

.wf24-faq .btn-link {
    min-height: 58px;
    font-size: 14px;
    text-decoration: none;
}

.wf24-footer {
    padding: 60px 0 28px !important;
}

.wf24-footer h3 {
    font-size: 14px !important;
}

.wf24-footer p,
.wf24-footer li,
.wf24-footer a,
.wf24-link-button {
    font-size: 13px;
    line-height: 1.65;
}

.wf24-map-marker {
    width: 32px;
    height: 32px;
}

.wf24-map-marker span {
    margin: 9px;
}

.wf24-cluster-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: #222;
    color: var(--wf24-yellow);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.wf24-map-popup {
    min-width: 240px;
}

.wf24-map-popup p {
    font-size: 12px;
}

.wf24-map-popup .popup-links {
    flex-wrap: wrap;
}

.leaflet-control-zoom a {
    color: #222 !important;
}

.leaflet-control-attribution {
    font-size: 10px;
}

:focus-visible {
    outline: 3px solid #b69b00;
    outline-offset: 3px;
}

@media (max-width: 1250px) {
    #header.wf24-header .phone {
        display: none;
    }

    #header.wf24-header .main-menu ul li a {
        padding: 0 7px;
        font-size: 11px;
    }

    .wf24-filter-grid {
        grid-template-columns: 1.45fr .7fr 1fr 1fr;
    }

    .wf24-map-filter {
        right: 20px;
        left: 20px;
    }
}

@media (max-width: 1050px) {
    :root {
        --wf24-header-height: 64px;
    }

    #header.wf24-header {
        min-height: 64px !important;
        height: 64px !important;
        padding: 0 18px;
    }

    #header.wf24-header .main-menu {
        display: none;
    }

    #header.wf24-header .logo img {
        width: 154px;
        max-height: 48px !important;
    }

    #header.wf24-header .mobile-menu-btn {
        display: block;
        margin-left: auto;
        padding: 0;
        border: 0;
        background: transparent;
        font-size: 24px;
        line-height: 64px;
    }

    .mobile-menu {
        position: sticky;
        top: 64px;
        z-index: 1900;
        border-bottom: 1px solid #e5e7eb;
        background: #fff;
        box-shadow: 0 10px 25px rgba(17, 24, 39, .12);
    }

    .mobile-menu ul {
        padding: 8px 0;
        background: #fff;
    }

    .mobile-menu li a {
        padding: 11px 18px;
        color: #25282d;
        font-weight: 700;
    }

    .wf24-map-hero {
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: visible;
        background: #222;
    }

    .wf24-map-hero-copy {
        position: relative;
        top: auto;
        left: auto;
        order: 1;
        width: 100%;
        padding: 34px 28px;
        border: 0;
        border-radius: 0;
        background: #222;
        box-shadow: none;
        backdrop-filter: none;
    }

    .wf24-map-filter {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        order: 2;
        margin: 0;
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
    }

    .wf24-filter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wf24-home-map {
        position: relative;
        inset: auto;
        order: 3;
        height: 500px;
        min-height: 500px;
    }

    .wf24-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .wf24-section {
        padding: 52px 0;
    }

    .wf24-map-hero-copy {
        padding: 30px 20px;
    }

    .wf24-map-hero-copy h1 {
        font-size: clamp(31px, 10vw, 42px);
    }

    .wf24-map-hero-copy p {
        font-size: 14px;
    }

    .wf24-map-filter {
        padding: 18px 15px;
    }

    .wf24-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .wf24-filter-location,
    .wf24-filter-price,
    .wf24-filter-actions {
        grid-column: 1 / -1;
    }

    .wf24-filter-actions {
        justify-content: space-between;
    }

    .wf24-filter-actions .wf24-btn {
        flex: 1 1 auto;
    }

    .wf24-home-map {
        height: 440px;
        min-height: 440px;
    }

    .wf24-map-results .container-fluid {
        padding-right: 18px;
        padding-left: 18px;
    }

    .wf24-map-results-head,
    .wf24-section-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .wf24-section-heading-row {
        margin-bottom: 26px;
    }

    .wf24-section-heading-row .wf24-section-heading {
        margin-bottom: 4px;
    }

    .wf24-category-grid {
        grid-template-columns: 1fr;
    }

    a.wf24-category-card {
        min-height: 126px;
        grid-template-columns: 46px minmax(0, 1fr) 14px;
    }

    .wf24-category-count {
        grid-column: 2;
        justify-self: start;
    }

    .wf24-category-arrow {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .wf24-process-panel {
        padding: 24px 20px;
    }

    .wf24-split-image {
        max-height: none;
    }
}

@media (max-width: 440px) {
    .wf24-filter-grid {
        grid-template-columns: 1fr;
    }

    .wf24-filter-location,
    .wf24-filter-price,
    .wf24-filter-actions {
        grid-column: auto;
    }

    .wf24-price-range {
        grid-template-columns: 1fr;
    }

    .wf24-home-map {
        height: 390px;
        min-height: 390px;
    }

    .wf24-map-hero-copy .wf24-actions .wf24-btn {
        width: 100%;
    }

    .wf24-map-result-item {
        grid-template-columns: 12px minmax(0, 1fr);
    }

    .wf24-result-price {
        grid-column: 2;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
