/* Aus ueberuns/praesidium.php zentral ausgelagerte Gestaltung */
.oesbv-presidium-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(--pres-border);
    margin-bottom:42px;
}

.oesbv-presidium-action .oesbv-action-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.oesbv-presidium-page-hero-inner{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:clamp(54px,7vw,88px) 20px;
    box-sizing:border-box;
}
.oesbv-presidium-page-hero-kicker{
    display:block;
    color:var(--pres-red);
    font-family:var(--font-display,'Oswald',Arial,sans-serif);
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:900;
    margin-bottom:12px;
}
.oesbv-presidium-page-hero h1{
    font-family:var(--font-display,'Oswald',Arial,sans-serif);
    font-size:clamp(2.4rem,5.6vw,4.8rem);
    color:var(--pres-blue);
    text-transform:uppercase;
    margin:0 0 18px;
    line-height:.98;
}
.oesbv-presidium-page-hero-divider{
    width:78px;
    height:5px;
    background:var(--pres-red);
    border-radius:999px;
    margin:0 0 20px;
}
.oesbv-presidium-page-hero p{
    max-width:650px;
    font-weight:700;
    line-height:1.65;
    color:var(--pres-blue-dark);
    margin:0;
}


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

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

.oesbv-presidium-container {
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}

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

.oesbv-presidium-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pres-red);
    background: rgba(227, 6, 19, 0.08);
    border: 1px solid rgba(227, 6, 19, 0.16);
    border-radius: 999px;
    padding: 7px 15px;
    margin-bottom: 15px;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

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

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

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

.oesbv-presidium-section {
    margin-top: 42px;
}

.oesbv-presidium-section-head {
    display: block;
    max-width: 840px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--pres-border);
}

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

.oesbv-presidium-section-head p {
    color: var(--pres-muted);
    line-height: 1.65;
    margin: 9px 0 0;
    font-size: 0.98rem;
    max-width: 760px;
}

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

.oesbv-presidium-card {
    background: var(--pres-white);
    border: 1px solid var(--pres-border);
    border-radius: var(--pres-radius);
    box-shadow: var(--pres-shadow-soft);
    overflow: hidden;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 230px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

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

.oesbv-presidium-photo {
    display: grid;
    place-items: center;
    background: #eef2f7;
    border-right: 1px solid var(--pres-border);
    min-height: 230px;
}

.oesbv-presidium-photo-placeholder {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--pres-blue);
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.oesbv-presidium-photo img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.oesbv-presidium-info {
    padding: 25px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.oesbv-presidium-role {
    color: var(--pres-blue);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin: 0 0 18px;
}

.oesbv-presidium-name {
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    color: var(--pres-text);
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    margin: 0 0 7px;
}

.oesbv-presidium-phone {
    display: none;
}

.oesbv-presidium-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.oesbv-presidium-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 7px;
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-decoration: none !important;
    font-weight: 900;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.oesbv-presidium-action.call {
    background: var(--pres-blue);
    color: #ffffff !important;
    border: 2px solid var(--pres-blue);
}

.oesbv-presidium-action.mail {
    background: var(--pres-red);
    color: #ffffff !important;
    border: 2px solid var(--pres-red);
}

.oesbv-presidium-action:hover,
.oesbv-presidium-action:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.oesbv-presidium-action.call:hover {
    background: var(--pres-blue-dark);
    border-color: var(--pres-blue-dark);
}

.oesbv-presidium-action.mail:hover {
    background: #b8050f;
    border-color: #b8050f;
}

/* Kompakte, einheitliche Kontakt-Symbole */
.oesbv-presidium-action.call,
.oesbv-presidium-action.mail {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background: var(--pres-blue);
    border-color: var(--pres-blue);
    color: #ffffff !important;
    font-size: 0;
    letter-spacing: 0;
}

.oesbv-presidium-action.call:hover,
.oesbv-presidium-action.call:focus-visible,
.oesbv-presidium-action.mail:hover,
.oesbv-presidium-action.mail:focus-visible {
    background: var(--pres-blue-dark);
    border-color: var(--pres-blue-dark);
}

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

.oesbv-presidium-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 7px;
    font-family: var(--font-display, 'Oswald', Arial, sans-serif);
    font-size: 0.88rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-decoration: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

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

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

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

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

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

    .oesbv-presidium-card {
        grid-template-columns: 190px minmax(0, 1fr);
    }
}











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

    .oesbv-presidium-section {
        margin-top: 34px;
    }

    .oesbv-presidium-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .oesbv-presidium-card {
        grid-template-columns: 1fr;
        width: 100%;
        min-height: 0;
        border-radius: 18px;
        background: #ffffff;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    }

    .oesbv-presidium-photo {
        width: 100%;
        min-height: 0;
        height: auto;
        padding: 18px 18px 0;
        border-right: none;
        border-bottom: none;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .oesbv-presidium-photo img {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: 420px;
        object-fit: contain;
        object-position: center center;
        display: block;
        border-radius: 14px;
        background: #f8fafc;
        box-shadow: none;
    }

    .oesbv-presidium-info {
        padding: 22px 20px 24px;
        text-align: center;
        align-items: center;
    }

    .oesbv-presidium-role {
        margin-bottom: 18px;
    }

    .oesbv-presidium-name {
        font-size: 1.35rem;
    }

    .oesbv-presidium-contact {
        width: 100%;
        justify-content: center;
    }

    .oesbv-presidium-action {
        flex: 0 0 44px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }
}

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

    .oesbv-presidium-hero {
        margin-bottom: 34px;
    }

    .oesbv-presidium-card {
        border-radius: 17px;
    }

    .oesbv-presidium-photo {
        padding: 16px 16px 0;
    }

    .oesbv-presidium-photo img {
        max-height: 380px;
        border-radius: 13px;
    }

    .oesbv-presidium-info {
        padding: 20px 18px 22px;
    }

    .oesbv-presidium-contact {
        gap: 9px;
    }

    .oesbv-presidium-action {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        flex: 0 0 44px;
    }

    .oesbv-presidium-footer-nav {
        flex-direction: column;
    }

    .oesbv-presidium-nav-btn {
        width: 100%;
    }
}


@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;
    }
}


@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-presidium-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;
    }
}
