.kundenstimmen-block {
    overflow-x: hidden;
}

.kundenstimmen  .headline{
    margin-bottom: 3rem;
}

.kundenstimmen-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;
}

.kundenstimmen-featured *{
    color: var(--brand-primary-color);
}
.kundenstimmen-featured blockquote p{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.kundenstimmen-featured .kundenstimmen-person-text {
    display: block;
}
.kundenstimmen-featured .kundenstimmen-person-text strong {
    display: block;
    width: 100%;
}

.kundenstimmen-featured-media {
    position: relative;
    background: rgba(255,255,255,.04);
}

.kundenstimmen-featured-media img,
.kundenstimmen-featured-video {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: var(--br);
}

.kundenstimmen-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.kundenstimmen-card-quote p{
    min-height: 130px;
}

.ohneHeadstimme .kundenstimmen-card-quote p{
    min-height: 175px;
}


.kundenstimmen-featured-quote {
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: clamp(1.6rem, 3vw, 3rem);
}

.kundenstimmen-card-quote {
    margin-top: 1rem;
    color: #243548;
    font-size: 1.2rem;
}

.kundenstimmen-person {
    display: flex;
    gap: .25rem;
    margin-top: 1rem;
    justify-content: space-between;
    border-top: 1px solid var(--brand-primary-color-30);
    padding-top: 2rem;
}

.kundenstimmen-person-name {
    font-size: 1rem;
    font-weight: 600;
}

.kundenstimmen-person-info {
    color: inherit;
    opacity: .7;
    font-size: .9rem;
}

.kundenstimmen-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;
}

.kundenstimmen-stars {
    display: inline-flex;
    gap: .15rem;
    color: var(--brand-primary-color);
    font-size: 1rem;
    line-height: 1;
}

.kundenstimmen-stars span{
    color: #f59e0b;
}

.kundenstimmen-stars .is-inactive {
    color: var(--brand-primary-color-30);
}

.kundenstimmen-slider-wrap {
    position: relative;
    overflow: hidden;
}

.kundenstimmen-slider {
    overflow: visible;
}

.kundenstimmen-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); */
}

.kundenstimmen-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    background-color: #20394d;
    background-position: center;
    background-size: cover;
}

.kundenstimmen-card-content {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 1.5rem;
    background-color: var(--brand-primary-color-10);
}

.kundenstimmen-card-content .kundenstimmen-label {
    margin-top: 0;
    margin-bottom: 1rem;
}

.kundenstimmen-card-content .kundenstimmen-person {
    margin-top: auto;
    padding-top: 1.5rem;
}

.kundenstimmen-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;
}

.kundenstimmen .swiper-slide{
    height: 100%;
    padding: 25px 0;
}

.kundenstimmen-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.75rem;
}

.kundenstimmen-slider-prev,
.kundenstimmen-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;
}

.kundenstimmen-slider-prev:hover,
.kundenstimmen-slider-next:hover {
    background: #142433;
    color: #fff;
}

.kundenstimmen-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

.kundenstimmen-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: .2;
    background: #142433;
}

.kundenstimmen-slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.kundenstimmen-person {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 1.5rem;
}

.kundenstimmen-featured .kundenstimmen-person{
    justify-content: start;
}

.kundenstimmen-person-initialen,
.kundenstimmen-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;
}

.kundenstimmen-person-initialen {
    width: 44px;
    height: 44px;
    font-size: .9rem;
}

.kundenstimmen-image-placeholder {
    width: 92px;
    height: 92px;
    font-size: 2rem;
}

.kundenstimmen-person-text {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.google-bewertung-image{
    width: 200px;
    border-radius: var(--br);
    box-shadow: 0 2px 11px var(--brand-primary-color-30);
    float: right;
}

.kundenstimmen .row{
    align-items: last baseline;
}

.kundenstimmen .row.sample{
    align-items:unset;
}

.sample .kundenstimmen-featured{display:block;padding:0;margin:0;height:80%;position:relative;}
.sample .image.onlymobile{display:none;}
.sample .kundenstimmen-featured-media{height:100%;}
.sample .kundenstimmen-featured-media img, .sample .kundenstimmen-featured-video{min-height:100%;}
.sample .kundenstimmen-featured-content{position:absolute;bottom:25px;left:15px;right:15px;background:#fff;border-radius:14px;}
.sample .kundenstimmen-featured-quote{font-size:95%;margin:0;}
.sample .kundenstimmen-featured blockquote p{font-size:95%;}
.sample .kundenstimmen-person{margin-top:0px;padding-top:0px;border:none;}
.sample .kundenstimmen-header .situation .item{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:15px;}
.sample .kundenstimmen-header .situation .item .count{position:relative;display:block;width:30px;height:30px;background-color:var(--brand-accent-color);border-radius:50%;text-align:center;align-content:center;margin-right:15px;}
.sample .kundenstimmen-header .situation .item .count:before{content:'';display:block;width:1px;height:70px;background:var(--brand-accent-color);position:absolute;top:90%;left:50%;transform:translateX(-50%);}
.sample .kundenstimmen-header .situation .item:last-child .count:before{display:none;}
.sample .kundenstimmen-header .situation .item .content{width:calc(100% - 50px);}
.sample .kundenstimmen-header .situation .item .content .stepdescription{text-transform:uppercase;opacity:0.6;display:block;font-size:90%;}
.sample .kundenstimmen-header .situation .item .content .headline{font-weight:700;display:block;margin:0;}
.sample .kundenstimmen-header .situation .item .content .subline{opacity:0.7;}

.sample .kundenstimmen-header .zahlenwrapper .story-result{background:rgba(164,198,20,.08);border:1px solid rgba(164,198,20,.2);border-radius:12px;padding:16px 20px;margin-top:50px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.sample .kundenstimmen-header .zahlenwrapper .story-result .srb{text-align:center;}
.sample .kundenstimmen-header .zahlenwrapper .story-result .srb-n{font-size:150%;font-weight:700;color:var(--brand-accent-color);line-height:1;}
.sample .kundenstimmen-header .zahlenwrapper .story-result .srb-l{font-size:100%;opacity:0.7;color:#fff;margin-top:2px;}

.sample .btn{margin-top:35px!important;}

@media (max-width: 991px) {
    .kundenstimmen-featured{
        padding:1.5rem;
    }
    .kundenstimmen-featured .kundenstimmen-person{
        display:block;
    }
    .kundenstimmen-featured .kundenstimmen-person-initialen{
        display:none;
    }
    .kundenstimmen-featured .kundenstimmen-label{
        margin-top:1rem;
    }

    .sample .content{order:1;margin-bottom:1.5rem;}
    .sample .image{display:none;}
    .sample .image.onlymobile{
        display:block;
    }
    .sample .kundenstimmen-header .situation{
        margin-top:35px;
    }
    .sample .kundenstimmen-header .situation .item .count::before{display:none;}
}

@media (max-width: 767px) {
    .google-bewertung-image{float:unset;margin-bottom:1.5rem;}

    .kundenstimmen-featured{display:block;}
}

@media(max-width: 575px){
    .kundenstimmen-featured{
        padding:1rem;
    }
    /* .kundenstimmen-featured-content{
        padding:20px 0;
    } */
    .sample .kundenstimmen-header .zahlenwrapper .story-result{
        justify-content:center;
        gap:25px;
    }
    .kundenstimmen-card-content .kundenstimmen-person{
        display:block;
    }
    .kundenstimmen-person-initialen{
        display:none;
    }
    .kundenstimmen-card-content .kundenstimmen-label{
        margin-top:15px;
    }
}