/* Aus ueberuns/verband_suche.php zentral ausgelagerte Gestaltung */
.vereinfinden-page-hero{
    position:relative;
    width:100vw;
    left:50%;
    right:50%;
    margin-left:-50vw;
    margin-right:-50vw;
    min-height:clamp(360px,46vw,510px);
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        linear-gradient(90deg,
            rgba(255,255,255,.97) 0%,
            rgba(255,255,255,.88) 30%,
            rgba(255,255,255,.42) 52%,
            rgba(255,255,255,.08) 76%),
        url('/bilder/css/header_hero_1200.webp') center center/cover no-repeat;
    border-bottom:1px solid var(--vf-border);
    margin-bottom:42px;
}
.vereinfinden-page-hero-inner{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:clamp(54px,7vw,88px) 20px;
    box-sizing:border-box;
}
.vereinfinden-page-hero-kicker{
    display:block;
    color:var(--vf-red);
    font-family:var(--font-display);
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:900;
    margin-bottom:12px;
}
.vereinfinden-page-hero h1{
    font-family:var(--font-display);
    font-size:clamp(2.4rem,5.6vw,4.8rem);
    color:var(--vf-blue);
    text-transform:uppercase;
    margin:0 0 18px;
    line-height:.98;
}
.vereinfinden-page-hero-divider{
    width:78px;
    height:5px;
    background:var(--vf-red);
    border-radius:999px;
    margin:0 0 20px;
}
.vereinfinden-page-hero p{
    max-width:650px;
    font-weight:700;
    line-height:1.65;
    color:var(--vf-blue-dark);
    margin:0;
}


.vereinfinden-page {
    --vf-blue: var(--blue);
    --vf-blue-dark: var(--blue-dark);
    --vf-red: var(--red);
    --vf-text: var(--text);
    --vf-muted: var(--muted);
    --vf-light: var(--light);
    --vf-border: var(--border);
    --vf-white: var(--white);
    font-family: var(--font-body);
    color: var(--vf-text);
    background:
        radial-gradient(circle at top left, rgba(0, 86, 145, 0.08), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.vereinfinden-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 66px;
}

.vereinfinden-hero {
    background: #ffffff;
    border: 1px solid var(--vf-border);
    border-top: 6px solid var(--vf-red);
    border-radius: 18px;
    padding: clamp(26px, 4vw, 42px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    margin-bottom: 28px;
}

.vereinfinden-kicker {
    display: block;
    font-family: var(--font-display);
    color: var(--vf-red);
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.vereinfinden-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.15rem, 5vw, 3.7rem);
    line-height: 0.98;
    color: var(--vf-blue);
    text-transform: uppercase;
    margin: 0 0 12px;
    letter-spacing: 0.035em;
}

.vereinfinden-hero p {
    font-size: 1.02rem;
    color: var(--vf-muted);
    line-height: 1.65;
    margin: 0;
    max-width: 760px;
}

.vereinfinden-panel {
    background: #ffffff;
    border: 1px solid var(--vf-border);
    border-radius: 18px;
    padding: clamp(22px, 4vw, 34px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.vereinfinden-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 22px;
}

.vereinfinden-panel-head h2 {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    color: var(--vf-blue);
    text-transform: uppercase;
    margin: 0;
}

.vereinfinden-panel-head p {
    color: var(--vf-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 8px 0 0;
    max-width: 700px;
}

.vereinfinden-count {
    flex: 0 0 auto;
    background: #ffffff;
    border: 1px solid var(--vf-border);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 900;
    color: var(--vf-blue);
}

.vereinfinden-map-card {
    background:
        radial-gradient(circle at center, rgba(0, 86, 145, 0.08), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid var(--vf-border);
    border-radius: 18px;
    padding: clamp(18px, 3vw, 30px);
    margin-bottom: 22px;
    overflow: hidden;
}

.vereinfinden-map-layout {
    display: grid;
    grid-template-columns: minmax(235px, 0.75fr) minmax(0, 1.65fr);
    gap: clamp(18px, 4vw, 42px);
    align-items: center;
}

.vereinfinden-map-copy h3 {
    font-family: var(--font-display);
    color: var(--vf-blue);
    font-size: clamp(1.5rem, 3vw, 2.35rem);
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.vereinfinden-map-copy p {
    color: var(--vf-muted);
    line-height: 1.65;
    margin: 0;
}

.vereinfinden-map-hint {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 900;
    color: var(--vf-blue);
    font-size: 0.92rem;
}

.vereinfinden-map-stage {
    position: relative;
    width: 100%;
    max-width: 790px;
    margin-left: auto;
    filter: drop-shadow(0 12px 16px rgba(15, 23, 42, 0.16));
}

.vereinfinden-map-svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.vereinfinden-map-background {
    pointer-events: none;
}

.vereinfinden-map-region {
    cursor: pointer;
    outline: none;
}

.vereinfinden-map-region path {
    fill: rgba(227, 6, 19, 0);
    stroke: rgba(227, 6, 19, 0);
    stroke-width: 2;
    stroke-linejoin: round;
    transition: fill 0.16s ease, stroke 0.16s ease, filter 0.16s ease;
    pointer-events: all;
}

.vereinfinden-map-region:hover path,
.vereinfinden-map-region:focus-visible path {
    fill: rgba(227, 6, 19, 0.30);
    stroke: rgba(255, 255, 255, 0.95);
    filter: drop-shadow(0 0 5px rgba(227, 6, 19, 0.42));
}

.vereinfinden-map-region.active path {
    fill: rgba(227, 6, 19, 0.42);
    stroke: #ffffff;
    filter: drop-shadow(0 0 6px rgba(227, 6, 19, 0.52));
}

/*
 * Wien ist klein. Die sichtbare und farbige Fläche bleibt exakt Wien;
 * zusätzlich vergrößert eine unsichtbare Tast-/Klickfläche die Bedienbarkeit,
 * ohne Niederösterreich optisch zu überdecken.
 */
.region-wien::after {
    content: "";
}

.vereinfinden-map-wien-hit {
    fill: transparent;
    stroke: transparent;
    pointer-events: all;
    cursor: pointer;
}

.vereinfinden-map-wien-hit:hover + .region-wien path,
.vereinfinden-map-wien-hit:focus + .region-wien path {
    fill: rgba(227, 6, 19, 0.30);
    stroke: #ffffff;
}

.vereinfinden-list-title {
    font-family: var(--font-display);
    color: var(--vf-blue);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin: 0 0 14px;
}

.vereinfinden-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.vereinfinden-tile {
    appearance: none;
    border: 1px solid var(--vf-border);
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 16px;
    cursor: pointer;
    color: var(--vf-text);
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.vereinfinden-tile:hover,
.vereinfinden-tile:focus-visible {
    border-color: rgba(0, 86, 145, 0.55);
    box-shadow: 0 0 0 3px rgba(0, 86, 145, 0.11);
    outline: none;
    transform: translateY(-1px);
}

.vereinfinden-tile.active {
    border-color: var(--vf-blue);
    background: linear-gradient(135deg, rgba(0, 86, 145, 0.08), #ffffff);
    box-shadow: 0 8px 18px rgba(0, 86, 145, 0.12);
}

.vereinfinden-code {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: var(--vf-light);
    color: var(--vf-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 900;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 86, 145, 0.10);
}

.vereinfinden-tile.active .vereinfinden-code {
    background: var(--vf-blue);
    color: #ffffff;
}

.vereinfinden-name {
    display: block;
    font-weight: 900;
    line-height: 1.25;
}

.vereinfinden-empty {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-top: 28px;
}

.vereinfinden-empty-card {
    min-height: 210px;
    background: #ffffff;
    border: 1px solid var(--vf-border);
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.vereinfinden-empty-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--vf-light);
    color: var(--vf-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 2rem;
}

.vereinfinden-empty-card h3 {
    font-family: var(--font-display);
    color: var(--vf-blue);
    text-transform: uppercase;
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.vereinfinden-empty-card p {
    color: var(--vf-muted);
    line-height: 1.6;
    margin: 0;
}

.vereinfinden-loader {
    display: none;
    text-align: center;
    padding: 24px;
    color: var(--vf-blue);
    font-weight: 900;
}

.vereinfinden-results {
    display: none;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px dashed var(--vf-border);
}

.vereinfinden-results.active {
    display: block;
}

.vereinfinden-results.active + .vereinfinden-empty {
    display: none;
}

/* Modernes Styling für AJAX-Ergebnis aus verbaende.php */
.vereinfinden-results .oesbv-result-card {
    background: #ffffff;
    border: 1px solid var(--vf-border);
    border-radius: 18px;
    padding: clamp(22px, 4vw, 30px);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    border-top: 0;
}

.vereinfinden-results .oesbv-result-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.vereinfinden-results .oesbv-result-logo-wrap {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    border: 1px solid rgba(0, 86, 145, 0.14);
    background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 76px;
    overflow: hidden;
}

.vereinfinden-results .oesbv-result-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vereinfinden-results .oesbv-result-logo-placeholder {
    font-family: var(--font-display);
    color: var(--vf-blue);
    font-size: 2rem;
    font-weight: 900;
}

.vereinfinden-results .oesbv-kicker {
    font-family: var(--font-display);
    color: var(--vf-red);
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.78rem;
    font-weight: 900;
}

.vereinfinden-results .oesbv-result-title h2 {
    font-family: var(--font-display);
    color: var(--vf-blue);
    text-transform: uppercase;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.05;
    margin: 3px 0 7px;
}

.vereinfinden-results .oesbv-result-title p {
    margin: 0;
    color: var(--vf-muted);
    font-weight: 800;
}

.vereinfinden-results .oesbv-result-meta {
    display: grid;
    gap: 9px;
    margin: 18px 0;
    color: var(--vf-text);
    font-size: 0.95rem;
    line-height: 1.5;
}

.vereinfinden-results .oesbv-result-meta strong {
    color: var(--vf-blue-dark);
}

.vereinfinden-results .oesbv-contact-btn,
.vereinfinden-results .oesbv-small-mail-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    border-radius: 7px;
    background: var(--vf-red);
    color: #ffffff !important;
    border: 2px solid var(--vf-red);
    text-decoration: none !important;
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.065em;
    font-size: 0.78rem;
    padding: 10px 15px;
    font-weight: 900;
}

.vereinfinden-results .oesbv-contact-btn:hover,
.vereinfinden-results .oesbv-contact-btn:focus-visible,
.vereinfinden-results .oesbv-small-mail-btn:hover,
.vereinfinden-results .oesbv-small-mail-btn:focus-visible {
    background: #b8050f;
    border-color: #b8050f;
    outline: none;
}

.vereinfinden-results .oesbv-contact-btn[href^="tel:"],
.vereinfinden-results .oesbv-small-mail-btn[href^="tel:"] {
    background: var(--vf-blue);
    border-color: var(--vf-blue);
}

.vereinfinden-results .oesbv-contact-btn[href^="tel:"]:hover,
.vereinfinden-results .oesbv-contact-btn[href^="tel:"]:focus-visible,
.vereinfinden-results .oesbv-small-mail-btn[href^="tel:"]:hover,
.vereinfinden-results .oesbv-small-mail-btn[href^="tel:"]:focus-visible {
    background: var(--vf-blue-dark);
    border-color: var(--vf-blue-dark);
}

.vereinfinden-results .oesbv-contact-btn[href^="http"],
.vereinfinden-results .oesbv-small-mail-btn[href^="http"] {
    background: #ffffff;
    color: var(--vf-blue) !important;
    border-color: rgba(0, 86, 145, 0.38);
}

.vereinfinden-results .oesbv-contact-btn[href^="http"]:hover,
.vereinfinden-results .oesbv-contact-btn[href^="http"]:focus-visible,
.vereinfinden-results .oesbv-small-mail-btn[href^="http"]:hover,
.vereinfinden-results .oesbv-small-mail-btn[href^="http"]:focus-visible {
    background: var(--vf-light);
    color: var(--vf-blue-dark) !important;
    border-color: var(--vf-blue);
}

.vereinfinden-results .oesbv-function-btn {
    background: transparent;
    color: var(--vf-blue) !important;
    border-color: transparent;
}

.vereinfinden-results .oesbv-function-btn:hover,
.vereinfinden-results .oesbv-function-btn:focus-visible {
    background: rgba(0, 86, 145, 0.08);
    color: var(--vf-blue-dark) !important;
    border-color: rgba(0, 86, 145, 0.16);
}

/* Dieselben kompakten Kontakt-Symbole wie in der Gesamtübersicht */
.vereinfinden-results .oesbv-contact-actions .oesbv-contact-btn,
.vereinfinden-results .oesbv-contact-actions .oesbv-small-mail-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background: var(--vf-blue);
    border: 2px solid var(--vf-blue);
    color: #ffffff !important;
    font-size: 0;
    letter-spacing: 0;
}

.vereinfinden-results .oesbv-contact-actions .oesbv-contact-btn::before,
.vereinfinden-results .oesbv-contact-actions .oesbv-small-mail-btn::before {
    content: "";
    width: 19px;
    height: 19px;
    background: currentColor;
    -webkit-mask: var(--vf-action-icon) center / contain no-repeat;
    mask: var(--vf-action-icon) center / contain no-repeat;
}

.vereinfinden-results .oesbv-contact-actions a[href^="tel:"]::before {
    --vf-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.28-1.28a2 2 0 0 1 2.11-.45c.9.33 1.84.56 2.8.69A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.vereinfinden-results .oesbv-contact-actions a[href^="mailto:"]::before {
    --vf-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.vereinfinden-results .oesbv-contact-actions a[href^="http"]::before {
    --vf-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a15 15 0 0 1 0 18M12 3a15 15 0 0 0 0 18'/%3E%3C/svg%3E");
}

.vereinfinden-results .oesbv-contact-actions .oesbv-function-btn::before {
    --vf-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5M12 8h.01'/%3E%3C/svg%3E");
}

.vereinfinden-results .oesbv-contact-actions .oesbv-contact-btn:hover,
.vereinfinden-results .oesbv-contact-actions .oesbv-contact-btn:focus-visible,
.vereinfinden-results .oesbv-contact-actions .oesbv-small-mail-btn:hover,
.vereinfinden-results .oesbv-contact-actions .oesbv-small-mail-btn:focus-visible {
    background: var(--vf-blue-dark);
    border-color: var(--vf-blue-dark);
    color: #ffffff !important;
}

.vereinfinden-results .oesbv-result-card > .oesbv-contact-actions {
    margin-bottom: 24px;
    justify-content: center;
}

.vereinfinden-results .oesbv-club-toggle[aria-expanded="true"] .oesbv-club-arrow {
    transform: none;
    font-size: 0;
}

.vereinfinden-results .oesbv-club-toggle[aria-expanded="true"] .oesbv-club-arrow::before {
    content: "";
    display: block;
    width: 11px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.vereinfinden-results .oesbv-club-section {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px dashed var(--vf-border);
}

.vereinfinden-results .oesbv-club-section h3 {
    font-family: var(--font-display);
    text-transform: uppercase;
    color: var(--vf-blue);
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin: 0 0 14px;
}

.vereinfinden-results .oesbv-club-list {
    display: grid;
    gap: 10px;
}

.vereinfinden-results .oesbv-club-toggle {
    width: 100%;
    border: 1px solid var(--vf-border);
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    text-align: left;
    font: inherit;
    color: var(--vf-text);
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.035);
}

.vereinfinden-results .oesbv-club-toggle:hover,
.vereinfinden-results .oesbv-club-toggle:focus-visible {
    border-color: var(--vf-blue);
    box-shadow: 0 0 0 3px rgba(0, 86, 145, 0.11);
    outline: none;
}

.vereinfinden-results .oesbv-club-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    min-width: 0;
    flex: 1;
}

.vereinfinden-results .oesbv-club-title span:last-child {
    overflow-wrap: anywhere;
    hyphens: auto;
    line-height: 1.25;
}

.vereinfinden-results .oesbv-club-logo,
.vereinfinden-results .oesbv-club-logo-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    border: 1px solid rgba(0, 86, 145, 0.12);
    background: var(--vf-light);
    flex: 0 0 40px;
    overflow: hidden;
}

.vereinfinden-results .oesbv-club-logo {
    object-fit: cover;
    display: block;
}

.vereinfinden-results .oesbv-club-logo-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--vf-blue);
    font-size: 0.9rem;
}

.vereinfinden-results .oesbv-club-arrow {
    font-weight: 900;
    color: var(--vf-blue);
    font-size: 1.2rem;
    transition: transform 0.18s ease;
}

.vereinfinden-results .oesbv-club-toggle[aria-expanded="true"] .oesbv-club-arrow {
    transform: rotate(45deg);
}

.vereinfinden-results .oesbv-club-details {
    border: 1px solid var(--vf-border);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    padding: 14px 16px 16px 60px;
    margin-top: -10px;
    background: #ffffff;
    font-size: 0.92rem;
    line-height: 1.7;
}

.vereinfinden-results .oesbv-club-details strong {
    color: var(--vf-blue-dark);
}

.vereinfinden-results .oesbv-small-mail-btn {
    margin-top: 10px;
    min-height: 38px;
    padding: 8px 13px;
    font-size: 0.72rem;
}

.vereinfinden-results .oesbv-ajax-empty {
    background: #ffffff;
    border: 1px solid var(--vf-border);
    border-left: 6px solid var(--vf-red);
    border-radius: 14px;
    padding: 22px;
    text-align: center;
}

.vereinfinden-button,
.vereinfinden-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 7px;
    font-family: var(--font-display);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    font-weight: 900;
}

.vereinfinden-button {
    margin-top: 18px;
    background: var(--vf-blue);
    color: #ffffff !important;
    border: 2px solid var(--vf-blue);
}

.vereinfinden-button:hover,
.vereinfinden-button:focus-visible {
    background: var(--vf-blue-dark);
    border-color: var(--vf-blue-dark);
    outline: none;
}

.vereinfinden-link {
    background: #ffffff;
    color: var(--vf-blue) !important;
    border: 1px solid var(--vf-border);
}

.vereinfinden-link:hover,
.vereinfinden-link:focus-visible {
    border-color: var(--vf-blue);
    outline: none;
}

.vereinfinden-nav {
    margin-top: 38px;
    padding-top: 26px;
    border-top: 1px solid var(--vf-border);
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .vereinfinden-map-layout {
        grid-template-columns: 1fr;
    }

    .vereinfinden-map-stage {
        margin: 0 auto;
    }

    .vereinfinden-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vereinfinden-empty {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .vereinfinden-wrap {
        padding: 42px 16px 54px;
    }

    .vereinfinden-hero,
    .vereinfinden-panel,
    .vereinfinden-map-card,
    .vereinfinden-empty-card {
        border-radius: 14px;
    }

    .vereinfinden-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .vereinfinden-count {
        display: none;
    }

    .vereinfinden-map-card {
        padding: 18px 14px;
    }

    .vereinfinden-map-copy p,
    .vereinfinden-map-hint {
        display: none;
    }

    .vereinfinden-grid {
        grid-template-columns: 1fr;
    }

    .vereinfinden-tile {
        padding: 15px 14px;
    }

    .vereinfinden-empty-card {
        min-height: 190px;
        padding: 24px;
    }

    .vereinfinden-results .oesbv-result-header {
        align-items: flex-start;
    }

    .vereinfinden-results .oesbv-result-logo-wrap {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
        border-radius: 14px;
    }

    .vereinfinden-results .oesbv-club-details {
        padding-left: 16px;
    }

    .vereinfinden-nav,
    .vereinfinden-button,
    .vereinfinden-link {
        width: 100%;
    }

    .vereinfinden-nav {
        flex-direction: column;
    }
}

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

    a:hover,
    button:hover,
    .oesbv-hub-card:hover,
    .oesbv-presidium-card:hover,
    .oesbv-verband-card:hover,
    .vereinfinden-tile:hover {
        transform: none !important;
    }
}



.oesbv-function-btn{cursor:pointer;margin-top:10px}
.oesbv-function-modal[hidden]{display:none!important}
.oesbv-function-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:18px}
.oesbv-function-modal-backdrop{position:absolute;inset:0;background:rgba(3,22,39,.82)}
.oesbv-function-modal-window{position:relative;width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.oesbv-function-modal-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:20px 22px;background:var(--vf-blue,#005691);color:#fff}
.oesbv-function-modal-head span{font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#fff}
.oesbv-function-modal-head h2{margin:4px 0 0;color:#fff;font-family:var(--font-display,'Oswald',Arial,sans-serif);font-size:1.45rem;text-transform:uppercase}
.oesbv-function-modal-close{width:46px;height:46px;flex:0 0 46px;border:3px solid #fff;border-radius:50%;background:transparent;color:#fff;font-size:1.8rem;cursor:pointer}
.oesbv-function-modal-body{display:grid;gap:12px;padding:20px}
.oesbv-function-person{border:1px solid var(--vf-border,#e2e8f0);border-left:6px solid var(--vf-red,#e30613);border-radius:14px;padding:16px;background:#fff}
.oesbv-function-person h3{margin:0 0 5px;color:var(--vf-blue,#005691);font-family:var(--font-display,'Oswald',Arial,sans-serif);text-transform:uppercase;font-size:1rem}
.oesbv-function-person strong{display:block;margin-bottom:8px;font-size:1.05rem}
.oesbv-function-person p{margin:4px 0;line-height:1.45}
body.oesbv-modal-open{overflow:hidden}
@media(max-width:560px){.oesbv-function-modal{padding:0;align-items:stretch}.oesbv-function-modal-window{width:100%;max-height:100vh;border-radius:0}.oesbv-function-modal-body{padding:14px}.oesbv-function-modal-head{padding:15px}}

@media print {
    header,
    nav,
    footer,
    .site-header,
    .site-footer,
    .oesbv-about-hero,
    .oesbv-presidium-page-hero,
    .oesbv-verbaende-page-hero,
    .vereinfinden-page-hero,
    .vereinfinden-map-card,
    .vereinfinden-nav,
    .oesbv-about-action-btn,
    .oesbv-presidium-footer-nav,
    .oesbv-page-actions {
        display: none !important;
    }

    .vereinfinden-page {
        background: #ffffff !important;
        color: #000000 !important;
    }

    a {
        color: #000000 !important;
        text-decoration: none !important;
    }

    article,
    section,
    .oesbv-hub-card,
    .oesbv-presidium-card,
    .oesbv-verband-card,
    .vereinfinden-panel {
        box-shadow: none !important;
        break-inside: avoid;
    }
}
