.testimonials {
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: radial-gradient(61% 40% at 50% 50%, #FFFFFFFF 0%, #ECECEC 100%);
    padding: 50px 0;
}

.testimonials__headlines {
    position: relative;
    padding-right: 80px;
}

.testimonials__headlines::after {
    content: '\e90b';
    font-family: 'Holt-AG' !important;
    position: absolute;
    color: #3C3C3C;
    opacity: 0.35;
    font-size: 66px;
    line-height: 1em;
    right: 0;
    top: 0;
}

.testimonials__headlines h2 {
    padding-bottom: 3px;
}

.testimonials__headlines .btn-tertiary {
    line-height: 1.2em;
    padding: 0 0 0 0;
    border: none;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 4px;
    transition: background-size .0s;    
}

.testimonials__headlines .btn-tertiary::before {
    content: '\e90c';
    right: -20px;
    color: #000000;
    font-size: 17px;
}

.testimonial  {
    margin-top: 27px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(35,31,32,0.15);
}

.testimonials.only--mobile .testimonial {
    box-shadow: none;
}

.js-testimonial-homepage--slider {
    padding-bottom: 70px;
}

.testimonial__star {
    color: #FEC20E;
    font-size: 25px;
    line-height: 1em;
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.testimonial__description {
    margin-bottom: 10px;
}

.testimonial__author {
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
}

.testimonials--inner .testimonials__headlines::after {
    top: 0;
    transform: unset;
}

.testimonials--inner {
    background: #F5F5F5;
}

.testimonials.only--mobile {
    display: block;
}

@media (min-width: 768px) {
    .testimonials {
        padding: 60px 0 56px 0;
        display: block;
    }
    
    .testimonials__headlines::after {
        font-size: 76px;
    }
    
    .testimonials__headlines {
        margin-bottom: 6px;
    }

    .testimonials.only--mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .testimonials {
        padding: 90px 0 78px 0;
    }
    
    .testimonials__headlines::after {
        font-size: 76px;
    }
    
    .testimonials__headlines {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .testimonials__top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .testimonials__bottom {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-top: -54px;
        align-items: flex-start;
    }

    .testimonial {
        margin-top: 0;
        position: relative;
    }

    .testimonial--first {
        width: calc(100% - 543px);
        margin-top: 32px;
    }

    .testimonial--second {
        width: 400px;
    }

    .testimonial--third {
        width: 524px;
        margin-top: 86px;
    }

    .testimonials__headlines::after {
        display: none;
    }

    .testimonial--first::after {
        content: '\e90b';
        font-family: 'Holt-AG' !important;
        position: absolute;
        color: #000;
        opacity: 0.35;
        font-size: 66px;
        line-height: 1em;
        left: -108px;
        bottom: -14px;
    }

    .testimonial__description {
        font-size: 20px;
        line-height: 1.4em;
    }

    .testimonials__headlines .btn-tertiary:hover {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
        background-repeat: repeat-x;
        background-size: 2px 30px;
        background-position: 0 100%;
        color: #000;
        transition: background-size .3s;  
    }

    .testimonials--inner .testimonials__headlines {
        margin-top: 33px;
    }

    .testimonials--inner .testimonial--first {
        margin-top: 0;
    }

    
    .testimonials__headlines {
        padding-right: 0;
    }
}


@media (min-width: 1367px) {
    .testimonial--first {
        width: 724px;
    }

    .testimonial--third {
        width: 724px;
    }
}



.testimonials--slider-block {
    padding: 50px 0;
    background: #F5F5F5;
}

.js-testimonial {
    margin: 0 -16px;
}

.testimonial-item {
    padding: 16px;
}

.js-testimonial .testimonial {
    margin-top: 0;
    box-shadow: 0 5px 16px rgba(35,31,32,0.15);
}

.js-testimonial .slick-track {
    display: flex !important;
}

.js-testimonial .slick-slide {
    height: inherit !important;
}

.js-testimonial .slick-slide div {
    height: 100%;
}

.js-testimonial .slick-slide .testimonial div {
    height: auto;
}

.js-testimonial .slick-arrow {
    top: -45px;
}

.js-testimonial .slick-next {
    right: 16px;
    margin: 0;
}

.js-testimonial .slick-prev {
    left: auto;
    right: 94px;
    margin: 0;
}

@media (min-width: 768px) {
    
    .testimonials--slider-block {
        padding: 60px 0;
    }

    .js-testimonial .fx-slide {
        display: block;
    }
}

@media (min-width: 1200px) {
    
    .testimonials--slider-block {
        padding: 90px 0 64px;
    }
    
    .js-testimonial {
        padding-top: 10px;
    }

    .testimonial--first::after {
        bottom: -14px;
        font-size: 76px;
        left: -108px;
    }
}
