.stimmen-block {
    overflow-x: hidden;
}

.stimmen-header .topline{
    margin:0 auto;
}
.stimmen-header .headline{
    margin-bottom: 3rem;
    text-align:center;
}

.stimmen-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 28px;
    background: var(--brand-primary-color-10);
    color: #fff;
    padding: 3rem;
}

.stimmen-featured *{
    color: var(--brand-primary-color);
}
.stimmen-featured blockquote p{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.stimmen-featured .stimmen-person-text {
    display: block;
}
.stimmen-featured .stimmen-person-text strong {
    display: block;
    width: 100%;
}

.stimmen-featured-media {
    position: relative;
    background: rgba(255,255,255,.04);
}

.stimmen-featured-media img,
.stimmen-featured-video {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: var(--br);
}

.stimmen-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.stimmen-card-quote p{
    min-height: 130px;
}

.ohneHeadstimme .stimmen-card-quote p{
    min-height: 175px;
}


.stimmen-featured-quote {
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: clamp(1.6rem, 3vw, 3rem);
}

.stimmen-card-quote {
    margin-top: 1rem;
    color: #243548;
    font-size: 1.2rem;
}

.stimmen-person {
    display: flex;
    gap: .25rem;
    margin-top: 1rem;
    justify-content: space-between;
    border-top: 1px solid var(--brand-primary-color-30);
    padding-top: 2rem;
}

.stimmen-person-name {
    font-size: 125%;
    font-weight: 700;
    line-height:1;
    color:var(--brand-primary-color);
}

.stimmen-person-info {
    color: var(--brand-accent-color);
    font-size: 85%;
}

.stimmen-label {
    display: inline-flex;
    align-self: flex-start;
    width: fit-content;
    padding: .4rem;
    margin-top: 1.5rem;
    border-radius: 999px;
    background: var(--brand-accent-color-30);
    color: var(--brand-accent-color-darker);
    font-size: .75rem;
    font-weight: 700;
}

.stimmen-stars {
    display: inline-flex;
    gap: .15rem;
    color: var(--brand-primary-color);
    font-size: 1rem;
    line-height: 1;
}

.stimmen-stars span{
    color: #f59e0b;
}

.stimmen-stars .is-inactive {
    color: var(--brand-primary-color-30);
}

.stimmen-slider-wrap {
    position: relative;
    overflow: hidden;
}

.stimmen-slider {
    overflow: visible;
}

.stimmen-card {
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(20, 36, 51, .08);
    border-radius: 22px;
    background: #fff;
    /* box-shadow: 0 5px 20px rgba(20, 36, 51, .08); */
}

.stimmen-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: #20394d;
    background-position: center;
    background-size: cover;
}

.stimmen-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.stimmen-card-content {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 1.5rem;
    background-color: var(--brand-primary-color-10);
}

.stimmen-card-content .stimmen-label {
    margin-top: 0;
    margin-bottom: 1rem;
}

.stimmen-card-content .stimmen-person {
    margin-top: auto;
    padding-top: 1.5rem;
}

.stimmen-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: var(--brand-primary-color);
    color: var(--brand-accent-color)!important;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

.stimmen-slider .swiper-slide{
    height: 100%;
    padding: 25px 0;
}

.stimmen-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.75rem;
}

.stimmen-slider-prev,
.stimmen-slider-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(20, 36, 51, .14);
    border-radius: 999px;
    background: #fff;
    color: #142433;
    cursor: pointer;
    font-size: 150%;
    padding-bottom: 5px;
}

.stimmen-slider-prev:hover,
.stimmen-slider-next:hover {
    background: #142433;
    color: #fff;
}

.stimmen-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

.stimmen-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: .2;
    background: #142433;
}

.stimmen-slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.stimmen-person {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 1.5rem;
}

.stimmen-featured .stimmen-person{
    justify-content: start;
}

.stimmen-person-initialen,
.stimmen-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--brand-primary-color);
    color: var(--brand-accent-color);
    font-weight: 600;
    text-transform: uppercase;
}

.stimmen-person-initialen {
    width: 44px;
    height: 44px;
    font-size: .9rem;
}

.stimmen-person-text {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}


.stimmen .row{
    align-items: last baseline;
}

.mitarbeiterstimmen .btn{margin:0 auto;display:block;}


@media (max-width: 991.98px) {
    /* .stimmen-featured {
        grid-template-columns: 1fr;
    }

    .stimmen-featured-media,
    .stimmen-featured-media img,
    .stimmen-featured-video {
        min-height: 320px;
    } */
}

@media (max-width: 575.98px) {
    .stimmen-header .headline{
        margin-bottom:0;
    }
}