.site-header .site-testimonial {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
    font-size: var(--font-size-testimonial);
    color: white;
    visibility: var(--testimonial-visible);
    top: 100px;
    z-index: 5;
    text-shadow: 6px 5px 7px #777 ;
}

.site-header .site-testimonial.testimonial-right {
    right: 0;
    float: right;
}

.site-header .site-testimonial .spruch {
    position: relative;
    line-height: var(--font-lh-testimonial);
    margin-left: 40px;
    width: 400px;
    height: 300px;
    display: flex;
    flex-direction: column;
}

.site-header .site-testimonial .spruch .spruch-author {
    font-size: var(--font-size-testimonial-author);
    font-weight: var(--font-weight-h2);
    font-family: var(--font-family);
    line-height: var(--font-lh-h2-fix);
}



