.oesbv-verbaende-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(--page-border);
    margin-bottom:42px;
}
.oesbv-verbaende-page-hero-inner{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:clamp(54px,7vw,88px) 20px;
    box-sizing:border-box;
}
.oesbv-verbaende-page-hero-kicker{
    display:block;
    color:var(--page-red);
    font-family:var(--font-display,'Oswald',Arial,sans-serif);
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:900;
    margin-bottom:12px;
}
.oesbv-verbaende-page-hero h1{
    font-family:var(--font-display,'Oswald',Arial,sans-serif);
    font-size:clamp(2.4rem,5.6vw,4.8rem);
    color:var(--page-blue);
    text-transform:uppercase;
    margin:0 0 18px;
    line-height:.98;
}
.oesbv-verbaende-page-hero-divider{
    width:78px;
    height:5px;
    background:var(--page-red);
    border-radius:999px;
    margin:0 0 20px;
}
.oesbv-verbaende-page-hero p{
    max-width:650px;
    font-weight:700;
    line-height:1.65;
    color:var(--page-blue-dark);
    margin:0;
}

.oesbv-verbaende-page {
    --page-blue: var(--blue, #005691);
    --page-blue-dark: var(--blue-dark, #003f6b);
    --page-red: var(--red, #e30613);
    --page-text: var(--text, #1a2530);
    --page-muted: var(--muted, #4a5568);
    --page-light: var(--light, #f8fafc);
    --page-border: var(--border, #e2e8f0);
    --page-white: #ffffff;
    --page-radius: 16px;
    --page-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    --page-shadow-soft: 0 6px 18px rgba(15, 23, 42, 0.05);

    font-family: var(--font-body, 'Inter', Arial, sans-serif);
    color: var(--page-text);
    background:
        radial-gradient(circle at top left, rgba(0, 86, 145, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.oesbv-verbaende-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 78px;
    box-sizing: border-box;
}

.oesbv-verbaende-hero {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 44px;
}

.oesbv-eyebrow,
.oesbv-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--page-red);
    background: rgba(227, 6, 19, 0.08);
    border: 1px solid rgba(227, 6, 19, 0.16);
    border-radius: 999px;
    padding: 7px 15px;
    font-family: var(--font-body, 'Inter', Arial, sans-serif);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.oesbv-verbaende-hero h1 {
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    color: var(--page-blue);
    font-size: clamp(2.2rem, 5vw, 3.45rem);
    line-height: 1.04;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    margin: 15px 0 14px;
}

.oesbv-verbaende-divider {
    width: 82px;
    height: 5px;
    background: var(--page-red);
    border-radius: 999px;
    margin: 0 auto 22px;
}

.oesbv-verbaende-hero p {
    color: var(--page-muted);
    font-size: 1.06rem;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 760px;
}

.oesbv-verbaende-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--page-border);
}

.oesbv-verbaende-header h2 {
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    color: var(--page-blue);
    text-transform: uppercase;
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0.055em;
    margin: 0;
}

.oesbv-verbaende-count {
    flex: 0 0 auto;
    background: #ffffff;
    border: 1px solid var(--page-border);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 900;
    color: var(--page-blue);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.045);
}

.oesbv-verband-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.oesbv-verband-card,
.oesbv-result-card {
    background: #ffffff;
    border: 1px solid var(--page-border);
    border-radius: var(--page-radius);
    padding: 24px;
    box-shadow: var(--page-shadow-soft);
    overflow: hidden;
}

.oesbv-verband-card {
    min-height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.oesbv-verband-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--page-shadow);
    border-color: rgba(0, 86, 145, 0.24);
}

.oesbv-verband-top,
.oesbv-result-header {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
}

.oesbv-logo-frame,
.oesbv-result-logo-wrap {
    width: 82px;
    height: 82px;
    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;
    overflow: hidden;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,0.75);
}

.oesbv-verband-logo,
.oesbv-result-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    display: block;
    box-sizing: border-box;
}

.oesbv-logo-placeholder,
.oesbv-result-logo-placeholder {
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    color: var(--page-blue);
    font-size: 2rem;
    font-weight: 900;
}

.oesbv-verband-title,
.oesbv-result-title {
    min-width: 0;
}

.oesbv-verband-title .oesbv-kicker,
.oesbv-result-title .oesbv-kicker {
    padding: 0;
    border: 0;
    background: transparent;
    justify-content: flex-start;
    font-size: 0.72rem;
}

.oesbv-verband-title h3,
.oesbv-result-title h2 {
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    color: var(--page-blue);
    text-transform: uppercase;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin: 4px 0 7px;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.oesbv-verband-title p,
.oesbv-result-title p {
    color: var(--page-muted);
    margin: 0;
    font-size: 0.94rem;
    font-weight: 800;
}

.oesbv-verband-meta,
.oesbv-result-meta {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--page-border);
    color: var(--page-text);
    font-size: 0.95rem;
    line-height: 1.55;
}

.oesbv-verband-meta strong,
.oesbv-result-meta strong,
.oesbv-club-details strong {
    color: var(--page-blue-dark);
    font-weight: 900;
}

.oesbv-verband-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.oesbv-contact-actions{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    flex-wrap:wrap;
    margin-top:18px;
}
.oesbv-contact-actions-small{margin-top:10px}
.oesbv-contact-actions .oesbv-contact-btn,
.oesbv-contact-actions .oesbv-small-mail-btn{
    margin:0!important;
    white-space:nowrap;
}

.oesbv-toggle-btn,
.oesbv-contact-btn,
.oesbv-small-mail-btn,
.oesbv-page-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    border-radius: 7px;
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    text-transform: uppercase;
    letter-spacing: 0.065em;
    font-size: 0.78rem;
    padding: 10px 15px;
    font-weight: 900;
    text-decoration: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.oesbv-toggle-btn {
    border: 2px solid var(--page-blue);
    background: var(--page-blue);
    color: #ffffff;
    cursor: pointer;
}

.oesbv-contact-btn,
.oesbv-small-mail-btn {
    background: var(--page-red);
    color: #ffffff !important;
    border: 2px solid var(--page-red);
}

.oesbv-toggle-btn:hover,
.oesbv-toggle-btn:focus-visible,
.oesbv-contact-btn:hover,
.oesbv-contact-btn:focus-visible,
.oesbv-small-mail-btn:hover,
.oesbv-small-mail-btn:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.oesbv-toggle-btn:hover,
.oesbv-toggle-btn:focus-visible {
    background: var(--page-blue-dark);
    border-color: var(--page-blue-dark);
}

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

.oesbv-verband-details {
    margin-top: 20px;
    border: 1px solid rgba(0, 86, 145, 0.12);
    border-radius: 14px;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(0, 86, 145, 0.035), rgba(248, 250, 252, 0.7));
}

.oesbv-club-section {
    margin-top: 0;
}

.oesbv-club-section h3 {
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    text-transform: uppercase;
    color: var(--page-blue);
    font-size: 1.05rem;
    letter-spacing: 0.055em;
    margin: 0 0 14px;
    font-weight: 900;
}

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

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

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

.oesbv-club-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 850;
    min-width: 0;
    flex: 1;
}

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

.oesbv-club-logo,
.oesbv-club-logo-placeholder {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(0, 86, 145, 0.12);
    background: #ffffff;
    flex: 0 0 38px;
    overflow: hidden;
}

.oesbv-club-logo {
    object-fit: contain;
    padding: 4px;
    display: block;
    box-sizing: border-box;
}

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

.oesbv-club-arrow {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--page-blue);
    background: rgba(0, 86, 145, 0.08);
    font-size: 1.15rem;
    transition: transform 0.18s ease, background-color 0.18s ease;
    flex: 0 0 28px;
}

.oesbv-club-toggle[aria-expanded="true"] .oesbv-club-arrow {
    transform: rotate(45deg);
    background: rgba(227, 6, 19, 0.09);
    color: var(--page-red);
}

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

.oesbv-small-mail-btn {
    margin-top: 10px;
    padding: 9px 13px;
    font-size: 0.72rem;
}

.oesbv-club-details a:not(.oesbv-small-mail-btn) {
    color: var(--page-blue);
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.oesbv-club-details a:not(.oesbv-small-mail-btn):focus-visible {
    outline: 3px solid rgba(0, 86, 145, 0.28);
    outline-offset: 3px;
    border-radius: 3px;
}

.oesbv-muted-note,
.oesbv-ajax-empty p {
    color: var(--page-muted);
    line-height: 1.6;
}

.oesbv-ajax-empty {
    background: #ffffff;
    border: 1px solid var(--page-border);
    border-left: 5px solid var(--page-red);
    border-radius: 12px;
    padding: 22px;
    text-align: center;
}

.oesbv-page-actions {
    margin-top: 54px;
    padding-top: 28px;
    border-top: 1px solid var(--page-border);
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.oesbv-page-btn {
    min-height: 46px;
    padding: 12px 22px;
    font-size: 0.88rem;
}

.oesbv-page-btn.primary {
    background: var(--page-blue);
    color: #ffffff !important;
    border: 2px solid var(--page-blue);
}

.oesbv-page-btn.secondary {
    background: #ffffff;
    color: var(--page-blue) !important;
    border: 2px solid var(--page-border);
}

.oesbv-page-btn.primary:hover {
    background: var(--page-blue-dark);
    border-color: var(--page-blue-dark);
}

.oesbv-page-btn.secondary:hover {
    border-color: var(--page-blue);
    background: var(--page-light);
}

@media (max-width: 980px) {
    .oesbv-verband-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .oesbv-verbaende-wrap {
        padding: 52px 14px 64px;
    }

    .oesbv-verbaende-hero {
        margin-bottom: 36px;
    }

    .oesbv-verbaende-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .oesbv-verbaende-count {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .oesbv-verband-card,
    .oesbv-result-card {
        width: 100%;
        padding: 0;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
        box-sizing: border-box;
    }

    .oesbv-verband-top,
    .oesbv-result-header {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 14px;
        padding: 22px 20px 0;
    }

    .oesbv-logo-frame,
    .oesbv-result-logo-wrap {
        width: 112px;
        height: 112px;
        border-radius: 20px;
        background: #f8fafc;
    }

    .oesbv-verband-title,
    .oesbv-result-title {
        width: 100%;
    }

    .oesbv-verband-title .oesbv-kicker,
    .oesbv-result-title .oesbv-kicker {
        justify-content: center;
    }

    .oesbv-verband-meta,
    .oesbv-result-meta {
        margin: 20px 20px 0;
        padding: 18px 0 0;
        text-align: center;
    }

    .oesbv-verband-actions {
        margin: 20px;
        justify-content: center;
    }

    .oesbv-toggle-btn,
    .oesbv-contact-btn {
        flex: 1 1 140px;
    }

    .oesbv-contact-actions .oesbv-contact-btn,
    .oesbv-contact-actions .oesbv-small-mail-btn{
        flex:1 1 135px;
    }

    .oesbv-verband-details {
        margin: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0 0 18px 18px;
        padding: 20px;
        background: linear-gradient(180deg, rgba(0, 86, 145, 0.035), #f8fafc);
    }

    .oesbv-club-section h3 {
        text-align: center;
    }

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

    .oesbv-page-actions {
        flex-direction: column;
    }

    .oesbv-page-btn {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .oesbv-verbaende-wrap {
        padding: 46px 12px 58px;
    }

    .oesbv-verbaende-hero h1 {
        font-size: 2.05rem;
    }

    .oesbv-logo-frame,
    .oesbv-result-logo-wrap {
        width: 98px;
        height: 98px;
        border-radius: 18px;
    }

    .oesbv-verband-actions,
    .oesbv-toggle-btn,
    .oesbv-contact-btn {
        width: 100%;
    }

    .oesbv-toggle-btn,
    .oesbv-contact-btn {
        flex: 1 1 100%;
        min-height: 46px;
    }

    .oesbv-contact-actions .oesbv-contact-btn,
    .oesbv-contact-actions .oesbv-small-mail-btn{
        flex:1 1 100%;
        width:100%;
    }

    .oesbv-club-toggle {
        padding: 12px;
    }

    .oesbv-club-logo,
    .oesbv-club-logo-placeholder {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
}

@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:8px}

/* Kompakte Aktionsbuttons */
.oesbv-verband-card > .oesbv-contact-btn,
.oesbv-result-card > .oesbv-contact-btn,
.oesbv-club-details .oesbv-small-mail-btn{
    min-height:36px;
    padding:7px 10px;
    font-size:.68rem;
    letter-spacing:.045em;
    margin-top:8px;
    margin-right:5px;
    vertical-align:middle;
}

/* Modal darf niemals von Karten-Hover oder transformierten Eltern beeinflusst werden */
.oesbv-function-modal{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100vh !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    transform:none !important;
    transition:none !important;
    animation:none !important;
    overflow:visible !important;
}
.oesbv-function-modal-window{
    transform:none !important;
    transition:none !important;
    animation:none !important;
}

.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(--page-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(--page-border,#e2e8f0);border-left:6px solid var(--page-red,#e30613);border-radius:14px;padding:16px;background:#fff}
.oesbv-function-person h3{margin:0 0 5px;color:var(--page-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}
.oesbv-function-contact-actions{
    display:flex;
    justify-content:flex-end;
    gap:8px;
    flex-wrap:wrap;
    margin-top:12px;
}
.oesbv-function-action-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:8px 13px;
    border:2px solid var(--page-blue,#005691);
    border-radius:8px;
    background:var(--page-blue,#005691);
    color:#fff!important;
    font-family:var(--font-display,'Oswald',Arial,sans-serif);
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.045em;
    text-decoration:none!important;
    text-transform:uppercase;
}
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;
    }

    .oesbv-verbaende-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;
    }
}

/* Abschließende Barrierefreiheits- und Mobiloptimierung */
.oesbv-verband-card > .oesbv-contact-btn,
.oesbv-result-card > .oesbv-contact-btn,
.oesbv-club-details .oesbv-small-mail-btn{
    min-height:40px;
    padding:7px 11px;
    font-size:.70rem;
    line-height:1.15;
}

.oesbv-function-modal{
    height:100dvh !important;
    padding:max(14px, env(safe-area-inset-top))
            max(14px, env(safe-area-inset-right))
            max(14px, env(safe-area-inset-bottom))
            max(14px, env(safe-area-inset-left)) !important;
}

.oesbv-function-modal-window{
    display:flex;
    flex-direction:column;
    max-height:calc(100dvh - 28px);
    overscroll-behavior:contain;
}

.oesbv-function-modal-body{
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
}

.oesbv-function-modal-close{
    min-width:46px;
    min-height:46px;
}

.oesbv-function-modal-close:focus-visible,
.oesbv-function-modal a:focus-visible,
.oesbv-function-modal button:focus-visible{
    outline:4px solid #ffdf00;
    outline-offset:3px;
}

.oesbv-function-person a{
    overflow-wrap:anywhere;
    word-break:break-word;
}

@media(max-width:720px){
    .oesbv-verband-card > .oesbv-contact-btn,
    .oesbv-result-card > .oesbv-contact-btn,
    .oesbv-club-details .oesbv-small-mail-btn{
        min-height:44px;
        padding:8px 10px;
        font-size:.72rem;
    }

    .oesbv-function-modal{
        padding:0 !important;
    }

    .oesbv-function-modal-window{
        width:100%;
        max-height:100dvh;
        height:100dvh;
        border-radius:0;
    }

    .oesbv-function-modal-head{
        padding:
            calc(14px + env(safe-area-inset-top))
            calc(14px + env(safe-area-inset-right))
            14px
            calc(14px + env(safe-area-inset-left));
    }

    .oesbv-function-modal-body{
        padding:
            14px
            calc(14px + env(safe-area-inset-right))
            calc(18px + env(safe-area-inset-bottom))
            calc(14px + env(safe-area-inset-left));
    }
}

/* Neue, ruhigere Kontaktaktionen */
.oesbv-contact-actions{
    gap:9px;
}

.oesbv-contact-btn,
.oesbv-small-mail-btn{
    background:var(--page-blue);
    color:#fff!important;
    border:2px solid var(--page-blue);
    box-shadow:0 5px 14px rgba(0,86,145,.12);
}

.oesbv-contact-btn:hover,
.oesbv-contact-btn:focus-visible,
.oesbv-small-mail-btn:hover,
.oesbv-small-mail-btn:focus-visible{
    background:var(--page-blue-dark);
    border-color:var(--page-blue-dark);
    box-shadow:0 8px 18px rgba(0,86,145,.18);
}

.oesbv-contact-btn[href^="http"],
.oesbv-small-mail-btn[href^="http"]{
    background:#fff;
    color:var(--page-blue)!important;
    border-color:rgba(0,86,145,.35);
    box-shadow:none;
}

.oesbv-contact-btn[href^="mailto:"],
.oesbv-small-mail-btn[href^="mailto:"]{
    background:var(--page-red);
    color:#fff!important;
    border-color:var(--page-red);
    box-shadow:0 5px 14px rgba(227,6,19,.12);
}

.oesbv-contact-btn[href^="mailto:"]:hover,
.oesbv-contact-btn[href^="mailto:"]:focus-visible,
.oesbv-small-mail-btn[href^="mailto:"]:hover,
.oesbv-small-mail-btn[href^="mailto:"]:focus-visible{
    background:#b8050f;
    border-color:#b8050f;
    color:#fff!important;
    box-shadow:0 8px 18px rgba(227,6,19,.18);
}

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

.oesbv-function-btn{
    background:transparent!important;
    color:var(--page-blue)!important;
    border-color:transparent!important;
    box-shadow:none!important;
    padding-left:9px;
    padding-right:9px;
}

.oesbv-function-btn:hover,
.oesbv-function-btn:focus-visible{
    background:rgba(0,86,145,.07)!important;
    color:var(--page-blue-dark)!important;
    border-color:rgba(0,86,145,.14)!important;
    box-shadow:none!important;
}

/* Kompakte Kontakt-Symbole in einer ruhigen ÖSBV-Farbe */
.oesbv-contact-actions .oesbv-contact-btn,
.oesbv-contact-actions .oesbv-small-mail-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 50%;
    background: var(--page-blue) !important;
    border: 2px solid var(--page-blue) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-size: 0;
    letter-spacing: 0;
}

.oesbv-contact-actions .oesbv-contact-btn:hover,
.oesbv-contact-actions .oesbv-contact-btn:focus-visible,
.oesbv-contact-actions .oesbv-small-mail-btn:hover,
.oesbv-contact-actions .oesbv-small-mail-btn:focus-visible {
    background: var(--page-blue-dark) !important;
    border-color: var(--page-blue-dark) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.oesbv-verband-card > .oesbv-contact-actions,
.oesbv-result-card > .oesbv-contact-actions {
    margin-bottom: 22px;
    justify-content: center;
}

.oesbv-club-toggle[aria-expanded="true"] .oesbv-club-arrow {
    transform: none;
    background: rgba(0, 86, 145, 0.1);
    color: var(--page-blue);
    font-size: 0;
}

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

.oesbv-contact-actions-small .oesbv-small-mail-btn{
    min-height:38px;
    padding:7px 10px;
}

@media(max-width:720px){
    .oesbv-contact-actions{
        display:flex;
        width:100%;
    }

    .oesbv-contact-actions .oesbv-contact-btn,
    .oesbv-contact-actions .oesbv-small-mail-btn{
        width:44px;
        min-width:44px;
        height:44px;
        min-height:44px;
        flex:0 0 44px;
    }
}

@media(max-width:460px){
    .oesbv-contact-actions .oesbv-contact-btn,
    .oesbv-contact-actions .oesbv-small-mail-btn{
        width:44px;
        min-width:44px;
        height:44px;
        min-height:44px;
        flex:0 0 44px;
    }
}

/* ===== ÖSBV Redesign V1 - sichtbarer Design-Layer ===== */

.oesbv-redesign-v1 .oesbv-verband-card {
    border-radius: 24px;
    border: 1px solid rgba(0,86,145,.12);
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.oesbv-redesign-v1 .oesbv-verband-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 55px rgba(15,23,42,.14);
}

.oesbv-redesign-v1 .oesbv-verband-top {
    position: relative;
}

.oesbv-redesign-v1 .oesbv-logo-frame {
    width: 96px;
    height: 96px;
    border-radius: 24px;
}

.oesbv-redesign-v1 .oesbv-verband-title h3 {
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.oesbv-redesign-v1 .oesbv-verband-meta > div {
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px 14px;
}

.oesbv-redesign-v1 .oesbv-contact-actions {
    margin-top: 24px;
}

.oesbv-redesign-v1 .oesbv-contact-btn,
.oesbv-redesign-v1 .oesbv-small-mail-btn {
    border-radius: 999px;
    min-height: 44px;
    padding-inline: 18px;
}

.oesbv-redesign-v1 .oesbv-club-toggle {
    border-radius: 16px;
    padding: 15px 16px;
}

@media (max-width:720px){
    .oesbv-redesign-v1 .oesbv-logo-frame {
        width: 110px;
        height: 110px;
    }
}

/* ===== ÖSBV Redesign V2 - Kartenstruktur ===== */

.oesbv-card-v2 {
    position: relative;
    isolation: isolate;
}

.oesbv-card-v2::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    height:6px;
    background:linear-gradient(90deg,#e30613,#005691);
    z-index:1;
}

.oesbv-card-v2 .oesbv-verband-top {
    padding-top:10px;
}

.oesbv-card-v2 .oesbv-verband-meta {
    grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
}

.oesbv-card-v2 .oesbv-verband-meta > div {
    min-height:58px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.oesbv-card-v2 .oesbv-club-section {
    margin-top:26px;
    padding-top:22px;
    border-top:1px solid rgba(0,86,145,.12);
}

.oesbv-card-v2 .oesbv-club-toggle:hover {
    background:#f8fafc;
}

@media(max-width:720px){
    .oesbv-card-v2::before {
        height:5px;
    }
}

/* ===== ÖSBV Redesign V3 - Kontaktbereich ===== */

.oesbv-icon-actions-v3 {
    gap:12px;
}

.oesbv-icon-actions-v3 .oesbv-contact-btn,
.oesbv-icon-actions-v3 .oesbv-small-mail-btn {
    min-width:46px;
    min-height:46px;
    border-radius:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    box-shadow:0 8px 18px rgba(15,23,42,.12);
}

.oesbv-icon-actions-v3 .oesbv-contact-btn:hover,
.oesbv-icon-actions-v3 .oesbv-small-mail-btn:hover {
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(15,23,42,.16);
}

.oesbv-card-v2 .oesbv-club-list {
    margin-top:18px;
}

.oesbv-card-v2 .oesbv-club-toggle {
    border-left:4px solid rgba(0,86,145,.25);
}

.oesbv-card-v2 .oesbv-club-toggle[aria-expanded="true"] {
    border-left-color:#e30613;
    background:#f8fafc;
}

@media(max-width:720px){
    .oesbv-icon-actions-v3 .oesbv-contact-btn,
    .oesbv-icon-actions-v3 .oesbv-small-mail-btn {
        flex:1 1 45%;
        border-radius:14px;
    }
}

/* ===== ÖSBV Redesign V4 - Kartenkopf & Vereinsbereich ===== */

.oesbv-card-v4 {
    background:
        linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
}

.oesbv-card-v4 .oesbv-verband-top {
    padding-bottom:20px;
    margin-bottom:4px;
}

.oesbv-card-v4 .oesbv-logo-frame {
    border:0;
    background:#fff;
    box-shadow:
        0 10px 30px rgba(0,86,145,.14),
        inset 0 0 0 1px rgba(0,86,145,.08);
}

.oesbv-card-v4 .oesbv-verband-title .oesbv-kicker {
    color:#e30613;
    font-weight:900;
}

.oesbv-card-v4 .oesbv-verband-title p {
    display:inline-flex;
    width:max-content;
    background:rgba(0,86,145,.08);
    color:#005691;
    border-radius:999px;
    padding:6px 12px;
}

.oesbv-club-section-v4 {
    background:#ffffff;
    border-radius:20px;
    padding:20px;
}

.oesbv-club-section-v4 h3 {
    display:flex;
    align-items:center;
    gap:10px;
}

.oesbv-club-section-v4 h3::before {
    content:"";
    width:12px;
    height:12px;
    border-radius:50%;
    background:#e30613;
    display:inline-block;
}

@media(max-width:720px){
    .oesbv-club-section-v4 {
        padding:16px;
        border-radius:16px;
    }
}

/* ===== ÖSBV Redesign V5 - Logo zurück auf kompakt ===== */

/*
   Die größeren Logo-Karten aus V4 wurden zurückgenommen.
   Logos sollen wieder unterstützend wirken und nicht den Verbandsnamen dominieren.
*/

.oesbv-card-v4 .oesbv-logo-frame,
.oesbv-card-v2 .oesbv-logo-frame {
    width:82px;
    height:82px;
    border-radius:18px;
    box-shadow:inset 0 0 0 5px rgba(255,255,255,.75);
    background:linear-gradient(145deg,#ffffff 0%,#f1f5f9 100%);
}

.oesbv-card-v4 .oesbv-verband-top {
    padding-bottom:0;
}

.oesbv-card-v4 .oesbv-verband-title h3 {
    letter-spacing:.04em;
}

.oesbv-card-v4 .oesbv-verband-title p {
    background:transparent;
    padding:0;
    border-radius:0;
    width:auto;
}

.oesbv-card-v4 .oesbv-club-section {
    background:#fff;
}

/* etwas weniger "App-Karten"-Look */
.oesbv-card-v4 {
    box-shadow:0 12px 30px rgba(15,23,42,.08);
}

@media(max-width:720px){
    .oesbv-card-v4 .oesbv-logo-frame {
        width:96px;
        height:96px;
    }
}

/* ===== ÖSBV Redesign V6 - gleichmäßige Kartenhöhe ===== */

/*
   Ziel: Die Landesverbände sollen auf gleicher Höhe wirken.
   Unterschiedliche Datenmengen dürfen die Grundstruktur nicht verschieben.
*/

.oesbv-verband-grid {
    align-items: stretch;
}

.oesbv-card-v4,
.oesbv-card-v2 {
    display:flex;
    flex-direction:column;
    height:100%;
}

.oesbv-card-v4 .oesbv-verband-meta,
.oesbv-card-v2 .oesbv-verband-meta {
    min-height:120px;
}

.oesbv-card-v4 .oesbv-contact-actions,
.oesbv-card-v2 .oesbv-contact-actions {
    min-height:62px;
    align-items:center;
    justify-content:center;
}

.oesbv-card-v4 .oesbv-club-section,
.oesbv-card-v2 .oesbv-club-section {
    margin-top:auto;
}

.oesbv-card-v4 .oesbv-club-section {
    min-height:190px;
}

/* Mobile nicht erzwingen */
@media(max-width:980px){
    .oesbv-card-v4 .oesbv-verband-meta,
    .oesbv-card-v2 .oesbv-verband-meta {
        min-height:auto;
    }

    .oesbv-card-v4 .oesbv-club-section,
    .oesbv-card-v2 .oesbv-club-section {
        min-height:auto;
    }
}

/* ===== ÖSBV Redesign V7 - natürliche Kartenhöhe ===== */

/*
   Gleichmäßigkeit ohne künstliche Leerflächen.
   Der Vereinsbereich folgt wieder direkt dem Inhalt.
*/

.oesbv-card-v4 .oesbv-verband-meta,
.oesbv-card-v2 .oesbv-verband-meta {
    min-height:0;
}

.oesbv-card-v4 .oesbv-contact-actions,
.oesbv-card-v2 .oesbv-contact-actions {
    min-height:0;
    margin-top:18px;
    margin-bottom:24px;
}

.oesbv-card-v4 .oesbv-club-section,
.oesbv-card-v2 .oesbv-club-section {
    margin-top:0;
    min-height:0;
}

.oesbv-card-v4 .oesbv-verband-meta > div,
.oesbv-card-v2 .oesbv-verband-meta > div {
    padding:11px 14px;
}

.oesbv-card-v4 .oesbv-club-section h3,
.oesbv-card-v2 .oesbv-club-section h3 {
    margin-top:0;
}

.oesbv-ajax-empty {
    margin-top:12px;
}

@media(max-width:980px){
    .oesbv-card-v4 .oesbv-contact-actions,
    .oesbv-card-v2 .oesbv-contact-actions {
        margin-bottom:18px;
    }
}

/* ===== ÖSBV Redesign V8 - Vereine standardmäßig ruhiger ===== */

/*
   Vereinsbereich soll weniger Raum einnehmen.
   Der vorhandene Aufklappmechanismus bleibt erhalten.
*/

.oesbv-collapsed-clubs-v8 {
    margin-top:18px;
    padding-top:18px;
}

.oesbv-collapsed-clubs-v8 h3 {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.oesbv-collapsed-clubs-v8 .oesbv-club-toggle {
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border:1px solid rgba(0,86,145,.14);
}

.oesbv-collapsed-clubs-v8 .oesbv-club-toggle:hover {
    box-shadow:0 8px 22px rgba(15,23,42,.08);
}

.oesbv-collapsed-clubs-v8 .oesbv-club-list {
    margin-top:12px;
}

.oesbv-collapsed-clubs-v8 .oesbv-club-item {
    margin-bottom:10px;
}

/* ===== ÖSBV Redesign V9 - Feinschliff ===== */

/* Kontaktleiste ruhiger und einheitlich */
.oesbv-refine-v9 .oesbv-contact-actions {
    min-height:52px;
    gap:10px;
}

.oesbv-refine-v9 .oesbv-contact-btn,
.oesbv-refine-v9 .oesbv-small-mail-btn {
    width:44px;
    height:44px;
    padding:0;
    border-radius:50%;
}

/* Vereinsbereich kompakter */
.oesbv-refine-v9 .oesbv-club-section {
    padding-top:16px;
}

.oesbv-refine-v9 .oesbv-club-toggle {
    min-height:52px;
    box-shadow:none;
}

.oesbv-refine-v9 .oesbv-club-toggle:hover {
    box-shadow:0 5px 15px rgba(15,23,42,.08);
}

/* Logo zurückhaltend */
.oesbv-refine-v9 .oesbv-logo-frame {
    width:74px;
    height:74px;
}

.oesbv-refine-v9 .oesbv-verband-title h3 {
    margin-bottom:8px;
}

@media(max-width:720px){
    .oesbv-refine-v9 .oesbv-logo-frame {
        width:90px;
        height:90px;
    }
}

/* ===== ÖSBV Redesign V10 - optische Ordnung ===== */

.oesbv-refine-v10 .oesbv-verband-title h3 {
    line-height:1.12;
    max-width:620px;
}

.oesbv-refine-v10 .oesbv-verband-title p {
    margin-top:4px;
    font-weight:800;
}

.oesbv-refine-v10 .oesbv-verband-meta {
    gap:14px;
}

.oesbv-refine-v10 .oesbv-verband-meta > div {
    border:1px solid rgba(0,86,145,.06);
}

.oesbv-refine-v10 .oesbv-club-section h3 {
    margin-bottom:14px;
}

.oesbv-refine-v10 .oesbv-club-toggle {
    transition:.2s ease;
}

.oesbv-refine-v10 .oesbv-club-toggle .plus,
.oesbv-refine-v10 .oesbv-club-toggle .icon {
    transition:transform .2s ease;
}

.oesbv-refine-v10 .oesbv-club-toggle:hover .plus,
.oesbv-refine-v10 .oesbv-club-toggle:hover .icon {
    transform:scale(1.08);
}

@media(max-width:720px){
    .oesbv-refine-v10 .oesbv-verband-title h3 {
        font-size:1.35rem;
    }
}

/* ===== ÖSBV Redesign V11 - ruhigere Verbandsnamen ===== */

.oesbv-refine-v11 .oesbv-verband-title h3 {
    font-size:clamp(1.25rem,1.8vw,1.65rem);
    line-height:1.15;
    letter-spacing:.025em;
    max-width:520px;
}

.oesbv-refine-v11 .oesbv-logo-frame {
    flex-shrink:0;
}

.oesbv-refine-v11 .oesbv-verband-top {
    align-items:center;
}

.oesbv-refine-v11 .oesbv-verband-title p {
    font-size:.95rem;
    margin-top:8px;
}

.oesbv-refine-v11 .oesbv-contact-actions {
    min-height:58px;
    justify-content:center;
}

@media(max-width:720px){
    .oesbv-refine-v11 .oesbv-verband-title h3 {
        font-size:1.35rem;
    }
}

/* ===== ÖSBV Redesign V12 - Titel & Abstände ===== */

/* Keine unschönen Worttrennungen bei Verbandsnamen */
.oesbv-refine-v12 .oesbv-verband-title h3 {
    hyphens:none;
    word-break:normal;
    overflow-wrap:normal;
}

/* Ruhigere Kopfzone */
.oesbv-refine-v12 .oesbv-verband-top {
    padding-bottom:14px;
}

.oesbv-refine-v12 .oesbv-verband-title p {
    margin-top:6px;
}

/* Kontakt näher an Informationen */
.oesbv-refine-v12 .oesbv-contact-actions {
    margin-top:12px;
    margin-bottom:14px;
}

/* Vereinsbereich näher heranführen */
.oesbv-refine-v12 .oesbv-club-section {
    padding-top:12px;
}

/* Vereinsicons zurückhaltender */
.oesbv-refine-v12 .oesbv-club-toggle .star,
.oesbv-refine-v12 .oesbv-club-toggle .icon-star {
    transform:scale(.88);
}

@media(max-width:720px){
    .oesbv-refine-v12 .oesbv-verband-title h3 {
        overflow-wrap:anywhere;
    }
}

/* ===== ÖSBV Redesign V13 - Kopfbereich Stabilisierung ===== */

.oesbv-refine-v13 .oesbv-verband-title h3 {
    text-wrap:balance;
    letter-spacing:.015em;
}

.oesbv-refine-v13 .oesbv-verband-title {
    min-width:0;
}

.oesbv-refine-v13 .oesbv-verband-top {
    gap:20px;
}

.oesbv-refine-v13 .oesbv-contact-actions {
    padding-top:4px;
}

.oesbv-refine-v13 .oesbv-club-section h3 {
    letter-spacing:.02em;
}

.oesbv-refine-v13 .oesbv-club-toggle {
    font-size:.98rem;
}

@media(max-width:720px){
    .oesbv-refine-v13 .oesbv-verband-top {
        gap:14px;
    }
}

/* ==================================================
   ÖSBV Redesign V14 - Master Layout
   Zusammenführung der bisherigen Designrichtung
   ================================================== */

.oesbv-final-layout-v14 {
    --oesbv-blue:#005691;
    --oesbv-red:#e30613;
    --oesbv-space:18px;
}

/* ruhiger Kartenaufbau */
.oesbv-final-layout-v14 .oesbv-verband-card {
    border-radius:22px;
    overflow:hidden;
}

.oesbv-final-layout-v14 .oesbv-verband-top {
    display:flex;
    align-items:center;
    gap:20px;
}

/* Inhalt vor Dekoration */
.oesbv-final-layout-v14 .oesbv-verband-title h3 {
    font-size:clamp(1.25rem,1.7vw,1.55rem);
    font-weight:900;
    line-height:1.18;
}

/* kompakte Kontaktzone */
.oesbv-final-layout-v14 .oesbv-contact-actions {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    margin:14px 0;
}

/* Vereinsbereich als ruhiger Abschluss */
.oesbv-final-layout-v14 .oesbv-club-section {
    border-top:1px solid rgba(0,86,145,.12);
    padding-top:16px;
}

/* keine künstlichen Höhen */
.oesbv-final-layout-v14,
.oesbv-final-layout-v14 .oesbv-club-section {
    min-height:0;
}

@media(max-width:720px){
    .oesbv-final-layout-v14 .oesbv-verband-top {
        gap:14px;
    }

    .oesbv-final-layout-v14 .oesbv-contact-actions {
        justify-content:center;
    }
}

/* ===== ÖSBV Redesign V15 - Verbandsnamen 2 Zeilen ===== */

/* Titelbereich auf zwei ruhige Zeilen begrenzen */
.oesbv-final-v15 .oesbv-verband-title h3 {
    max-width: 430px;
    line-height: 1.18;
    hyphens: none;
}

/* Worttrennung vermeiden */
.oesbv-final-v15 .oesbv-verband-title {
    overflow-wrap: normal;
}

/* Lange Namen sollen sauber umbrechen */
.oesbv-final-v15 .oesbv-verband-title h3 {
    text-wrap: balance;
}

/* Kontaktzone kompakt halten */
.oesbv-final-v15 .oesbv-contact-actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ===== ÖSBV Redesign V16 - Kartenkopf Endabstimmung ===== */

.oesbv-final-v16 .oesbv-verband-title h3 {
    max-width: 390px;
    font-size: clamp(1.25rem, 1.6vw, 1.5rem);
    line-height: 1.2;
    text-align: left;
}

.oesbv-final-v16 .oesbv-verband-top {
    align-items: flex-start;
}

.oesbv-final-v16 .oesbv-logo-frame {
    margin-top: 4px;
}

.oesbv-final-v16 .oesbv-verband-title p {
    font-weight: 800;
}

.oesbv-final-v16 .oesbv-contact-actions {
    justify-content: center;
}

@media(max-width:720px){
    .oesbv-final-v16 .oesbv-verband-title h3 {
        max-width: none;
    }
}

/* ===== ÖSBV Redesign V17 - Produktionsvorbereitung ===== */

/* Einheitliche finale Kartenbasis */
.oesbv-final-v17 .oesbv-verband-card {
    border-radius:22px;
    overflow:hidden;
}

.oesbv-final-v17 .oesbv-verband-meta > div {
    min-height:72px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.oesbv-final-v17 .oesbv-contact-actions {
    gap:12px;
    min-height:54px;
}

.oesbv-final-v17 .oesbv-club-section {
    border-top:1px solid rgba(0,86,145,.12);
    margin-top:14px;
}

/* Ruhiger Abschluss der Karte */
.oesbv-final-v17 .oesbv-club-toggle {
    border-radius:14px;
}

/* ===== ÖSBV Produktion V19 - Stabilisierung ===== */

.oesbv-production-v19 {
    --card-radius:22px;
}

.oesbv-production-v19 .oesbv-verband-card {
    border-radius:var(--card-radius);
}

.oesbv-production-v19 .oesbv-club-toggle {
    cursor:pointer;
}

@media(max-width:720px){
    .oesbv-production-v19 .oesbv-verband-card {
        border-radius:18px;
    }
}

/* ===== ÖSBV V20 - Modal Redesign ===== */

.oesbv-modal-v20 {
    backdrop-filter: blur(5px);
}

.oesbv-modal-v20 .oesbv-function-modal-window {
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(15,23,42,.22);
    max-width:720px;
}

.oesbv-modal-v20 .oesbv-function-modal-head {
    padding:24px 28px;
    background:linear-gradient(135deg,#005691,#003b66);
    color:#fff;
}

.oesbv-modal-v20 .oesbv-function-modal-close {
    width:42px;
    height:42px;
    border-radius:50%;
}

.oesbv-modal-v20 .oesbv-function-modal-body {
    padding:28px;
}

.oesbv-modal-v20 .oesbv-function-person {
    border-radius:18px;
    padding:16px;
    box-shadow:0 8px 25px rgba(15,23,42,.08);
}

@media(max-width:720px){
    .oesbv-modal-v20 .oesbv-function-modal-window {
        width:calc(100% - 24px);
        border-radius:18px;
    }

    .oesbv-modal-v20 .oesbv-function-modal-body {
        padding:18px;
    }
}

/* ===== ÖSBV V21 - echtes Funktionärsmodal ===== */

.oesbv-modal-v20.oesbv-function-modal {
    position:fixed;
    inset:0;
    z-index:9999;
}

.oesbv-modal-v20 .oesbv-function-modal-backdrop {
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.55);
}

.oesbv-modal-v20 .oesbv-function-modal-window {
    position:relative;
    margin:5vh auto;
    width:min(720px, calc(100% - 32px));
    max-height:90vh;
    overflow:auto;
    background:#fff;
}

.oesbv-modal-v20 .oesbv-function-modal-head {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.oesbv-modal-v20 .oesbv-function-modal-head span {
    opacity:.85;
    font-size:.85rem;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.oesbv-modal-v20 .oesbv-function-modal-head h2 {
    margin:6px 0 0;
    font-size:1.6rem;
}

.oesbv-modal-v20 .oesbv-function-modal-body {
    display:grid;
    gap:16px;
}

.oesbv-modal-v20 .oesbv-function-person {
    background:#f8fafc;
    border:1px solid rgba(0,86,145,.10);
}

.oesbv-modal-v20 .oesbv-function-person h3 {
    color:#005691;
    margin-bottom:8px;
}

.oesbv-modal-v20 .oesbv-function-contact-actions a {
    border-radius:999px;
}

@media(max-width:720px){
    .oesbv-modal-v20 .oesbv-function-modal-window {
        margin:12px auto;
        max-height:calc(100vh - 24px);
    }
}

/* ===== ÖSBV V22 - Modal Abschluss ===== */

/* gleiche Designsprache wie Verbandskarten */
.oesbv-modal-v22 .oesbv-function-contact-actions {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.oesbv-modal-v22 .oesbv-function-contact-actions a,
.oesbv-modal-v22 .oesbv-function-contact-actions button {
    width:44px;
    height:44px;
    padding:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:0;
    box-shadow:0 6px 18px rgba(15,23,42,.12);
}

.oesbv-modal-v22 .oesbv-function-person {
    display:grid;
    gap:12px;
    border-radius:18px;
    padding:18px;
}

.oesbv-modal-v22 .oesbv-function-person h3 {
    margin:0;
}

.oesbv-modal-v22 .oesbv-function-modal-close {
    background:#fff;
    color:#005691;
    border:0;
    cursor:pointer;
}

@media(max-width:720px){
    .oesbv-modal-v22 .oesbv-function-contact-actions {
        justify-content:center;
    }
}

/* ===== ÖSBV V23 - Gesamtstabilisierung ===== */

/* gleiche Ausrichtung aller Karteninhalte */
.oesbv-final-check-v23 .oesbv-verband-card {
    height:auto;
}

.oesbv-final-check-v23 .oesbv-verband-top {
    min-height:96px;
}

/* saubere mobile Darstellung */
@media(max-width:720px){

    .oesbv-final-check-v23 .oesbv-verband-top {
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .oesbv-final-check-v23 .oesbv-verband-title h3 {
        text-align:center;
    }

    .oesbv-final-check-v23 .oesbv-contact-actions {
        width:100%;
        justify-content:center;
    }

    .oesbv-final-check-v23 .oesbv-club-toggle {
        width:100%;
    }
}

/* Modal und Karten gleiche Rundungen */
.oesbv-final-check-v23 .oesbv-function-modal-window,
.oesbv-final-check-v23 .oesbv-function-person {
    border-radius:20px;
}

/* ===== ÖSBV Final Production V24 ===== */

.oesbv-final-production-v24 .oesbv-verband-card {
    transition:transform .2s ease, box-shadow .2s ease;
}

.oesbv-final-production-v24 .oesbv-verband-card:hover {
    transform:translateY(-3px);
}

.oesbv-final-production-v24 .oesbv-function-modal-window {
    animation:oesbvModalIn .2s ease;
}

@keyframes oesbvModalIn {
    from {
        opacity:0;
        transform:translateY(12px);
    }
    to {
        opacity:1;
        transform:none;
    }
}


/* ===== ÖSBV V25 - letzte Designkorrektur ===== */

/* keine Vereine: kompakte Informationsdarstellung */
.oesbv-final-v25 .oesbv-empty-clubs {
    margin-top:12px;
    padding:16px 18px;
    border-radius:16px;
    background:#f8fafc;
    border:1px solid rgba(0,86,145,.08);
}

/* lange Verbandsnamen natürlicher */
.oesbv-final-v25 .oesbv-verband-title h3 {
    max-width:100%;
    hyphens:none;
    overflow-wrap:normal;
    text-wrap:balance;
}

.oesbv-final-v25 .oesbv-verband-title h3 {
    font-size:clamp(1.15rem,1.5vw,1.45rem);
}

/* Kontaktleiste immer ruhig ausrichten */
.oesbv-final-v25 .oesbv-contact-actions {
    min-height:54px;
    justify-content:center;
}

/* Vereinszeilen etwas neutraler */
.oesbv-final-v25 .oesbv-club-toggle {
    box-shadow:none;
}

.oesbv-final-v25 .oesbv-club-toggle:hover {
    box-shadow:0 8px 20px rgba(15,23,42,.08);
}

/* Optimized pass */


.oesbv-verbaende-page img{max-width:100%;height:auto;display:block;}

.oesbv-action-icon{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
