.vorstandsuite-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:24px 16px 48px
}
.vorstandsuite-header{
    margin-bottom:28px
}
.vorstandsuite-header h1{
    font-size:clamp(34px,4vw,52px);
    line-height:1.05;
    margin:0 0 8px;
    color:#1f2a44
}
.vorstandsuite-header p{
    margin:0;
    font-size:18px;
    color:#5d6472
}
.vorstandsuite-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
    align-items:stretch
}
.vorstandsuite-card{
    position:relative;
    height:100%
}
.vorstandsuite-card-inner{
    display:grid;
    grid-template-columns:220px 1fr;
    align-items:center;
    gap:22px;
    background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
    border:1px solid #e8edf4;
    border-radius:28px;
    padding:22px;
    box-shadow:0 16px 38px rgba(18,34,68,.08);
    height:100%;
    min-height:320px
}
.vorstandsuite-content{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%
}
.vorstandsuite-photo{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center
}
.vorstandsuite-photo img,
.vorstandsuite-photo-placeholder{
    width:220px;
    height:220px;
    border-radius:50%;
    object-fit:cover;
    display:block;
    background:#eef3f8;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
    flex:0 0 220px
}
.vorstandsuite-photo-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:72px;
    font-weight:800;
    color:#c40000
}
.vorstandsuite-badge{
    display:inline-flex;
    align-items:center;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#b32020;
    background:#ffe8e8;
    margin-bottom:12px
}
.vorstandsuite-content h2{
    margin:0 0 6px;
    font-size:clamp(26px,2vw,34px);
    line-height:1.1;
    color:#1f2a44
}
.vorstandsuite-role{
    font-size:19px;
    font-weight:700;
    color:#d21d1d;
    margin-bottom:8px
}
.vorstandsuite-subtitle{
    font-size:16px;
    color:#606b7a;
    margin-bottom:12px
}
.vorstandsuite-text{
    font-size:16px;
    line-height:1.65;
    color:#434d5c
}
.vorstandsuite-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:12px;
    padding-top:0;
}
.vorstandsuite-chip{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:10px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e6ebf1;
    color:#324055;
    text-decoration:none;
    font-size:14px
}
.vorstandsuite-chip:hover{
    border-color:#c40000;
    color:#c40000
}
.vorstandsuite-empty{
    padding:24px;
    border:1px solid #e8edf4;
    border-radius:24px;
    background:#fff;
    color:#5d6472
}
.vorstandsuite-card.is-offset{
    transform:none
}
@media (max-width:991px){
    .vorstandsuite-grid{
        grid-template-columns:1fr
    }
    .vorstandsuite-card.is-offset{
        transform:none
    }
}
@media (max-width:640px){
    .vorstandsuite-card-inner{
        grid-template-columns:1fr;
        text-align:center
    }
    .vorstandsuite-photo{
        justify-self:center
    }
    .vorstandsuite-meta{
        justify-content:center
    }
}