.frame-type-autodudes_testimonial,
.frame-type-autodudes_testimonial .frame-group-container,
.frame-type-autodudes_testimonial .frame-group-inner,
.frame-type-autodudes_testimonial .frame-container,
.frame-type-autodudes_testimonial .frame-inner {
    height: 100%;
}
.frame-type-autodudes_testimonial .frame-inner {
    display: flex;
    flex-direction: column;
}

.cb-testimonial {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid transparent;
    background:
        var(--ad-grain-soft, none) left top / 146px auto padding-box,
        linear-gradient(var(--ad-surface-2, #141416), var(--ad-surface-2, #141416)) padding-box,
        var(--ad-border-glare, linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04))) border-box;
    box-shadow: var(--ad-inset-highlight, inset 0 1px 0 rgba(255, 255, 255, .06));
    margin: 1rem 0;
    transition: box-shadow .25s ease;
}

.cb-testimonial:hover {
    box-shadow: var(--ad-inset-highlight, inset 0 1px 0 rgba(255, 255, 255, .06)), 0 0 0 1px rgba(255, 255, 255, .1);
}

.cb-testimonial::before {
    content: '\201C';
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    height: .55em;
    background: var(--bs-bg-gradient, linear-gradient(45deg, #EE4524 0%, #FCA844 100%));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .75rem;
}

.testimonial-logo {
    order: -1;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: min(100%, 12rem);
    margin-bottom: 1.35rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
}

.testimonial-logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 2.75rem;
    object-fit: contain;
    filter: grayscale(1) invert(1) contrast(1.18) brightness(1.08);
    mix-blend-mode: screen;
    opacity: .94;
}

.testimonial-bodytext {
    color: var(--bs-body-color, #c2c3c5);
    font-size: 1.0625rem;
    line-height: 1.6;
}
.testimonial-bodytext p:last-child {
    margin-bottom: 0;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 1.5rem;
}

.testimonial-credentials > * {
    margin: 0;
}
.testimonial-credentials h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: .2rem;
}
.testimonial-credentials {
    color: var(--ad-text-muted, #6a6b6c);
    font-size: .875rem;
    line-height: 1.45;
}
.testimonial-credentials p {
    max-width: 28rem;
    margin: 0;
    color: #fff;
}

/* Testimonials bis 1200px einspaltig: Container-Spalten, die Testimonials enthalten,
   bis 1199.98px untereinander stapeln (ab 1200px wieder das Container-Layout). */
@media (max-width: 1199.98px) {
    .contentcontainer[data-container-identifier]:has(.cb-testimonial) {
        grid-template-columns: minmax(0, 1fr);
    }
}
