.container-rider a, strong {
    color: #f00 !important;
}

.banner-riders .ribbon {
    margin-left: 8%;
}

.cup-info {
    margin-top: 45px;
    float: left;
}

.cup-info p {
    float: right;
    margin-left: 10px;
}

.cup-info img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.banner-full {
    background-position: top;
}

.quotation {
    position: absolute;
    display: inline;
    font-size: 100px;
    opacity: 0.2;
    line-height: 0;
    color: #b9b9b9;
}

.quotation:first-child {
    margin-top: -5px;
    margin-left: -40px;
}

.quotation:last-child {
    margin-top: 17px;
    margin-left: -5px;
}

.rider-excerpt {
    padding: 35px 70px;
    background: #f3f3f3;
    font-style: italic
}

.page .rider-excerpt > p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
    color:#000;
}

.rider-excerpt > p:before, .rider-excerpt > p:after{
    position: absolute;
    font-size: 100px;
    opacity: 0.2;
    line-height: 1;
    color: #b9b9b9;
}
.rider-excerpt > p:before{
    content:"„";
    bottom: -20px;
    left: 0;
    transform: translateX(-90%);
}
.rider-excerpt > p:after{
    content:"“";
    top: -30px;
    right: 0;
    transform: translateX(90%);
}

.about-psi-content h3 {
    font-size: 28px !important;
    font-weight: bold;
}

.about-psi-content {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border: 3px solid rgb(121 42 60);
}

@media only screen and (max-width: 1024px) {
    .banner-riders .ribbon {
        margin-top: -103.5px;
    }
}

@media only screen and (max-width: 680px) {
    .container-rider {
        padding: 0;
    }

    .quotation:first-child {
        margin-top: -15px;
        margin-left: -15px;
    }

    .quotation:last-child {
        margin-top: 27px;
        margin-left: -29px;
    }

    .rider-detail {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 524px) {
    .banner-riders .ribbon {
        top: 50% !important;
        width: 100vw !important;
        margin-left: 0;
        padding-left: 50px !important;
    }

    .home-page .sliding-ribbons .ribbon .wrapper .image img {
        width: 100%;
        max-height: fit-content;
    }
}