/*================ BOX LANDSCAPE ================ */

.res-testimonial-box.landscape {
    position: relative;
}
.res-testimonial-box.landscape .testimonial-image {

}
.res-testimonial-box.landscape .testimonial-image img {
    max-width: 100%;
}
.res-testimonial-box.landscape .quote-icon {
    position: absolute;
    color: #0F9BFF;
    top: 10%;
    right: 0;
    font-size: 9rem;
}
.res-testimonial-box.landscape .zitat {
    position: absolute;
    font-size: 200%;
    font-family: 'Volte Semibold';
    left: -30%;
    top: 15%;
    max-width: 430px;
}
.res-testimonial-box.landscape .autor-info {
    margin-top: auto;
    font-size: 80%;
    line-height: 1.2;
    width: 100%;
    text-align: right;
    padding-bottom: 10%;
    padding-right: 10%;
}
.res-testimonial-box.landscape .autor {
    text-transform: uppercase;
    font-family: 'Volte Semibold';
}
.res-testimonial-box.landscape .autor-beschreibung {
    color: #333;
}