

.m-hero-box {
    background-color: var(--color-primary, #6c1f7f);
}

@media (min-width: 1025px) {
    .m-hero-vorschau {
        top: auto;
        bottom: 0;
        transform: none;

        right: calc(50% - min(50vw, 960px) + min(6.98vw, 134px));
        width: auto;
        max-width: none;
        height: 100%;
        max-height: 100%;
    }
    .m-hero-vorschau img {
        width: auto;
        height: 100%;
        max-height: 100%;
    }
}

.m-hero-text {
    top: 8.444rem;
}

.m-hero-text .quote {
    margin-left: 1.667rem;
}

.m-hero-text .m-hero-box {
    margin-top: 2.167rem;

    margin-left: .333rem;

    font-size: 2.172rem;

    padding-inline: 1.222rem 1.889rem;
}

.m-hero-dot.is-active,
.m-hero-dot.is-active:hover {
    background-color: #6c1f7f;
}
