/**
 * STYLES: Beitrag Modelle - Hero Bereich
*/

.block-client-001 {
    height: calc(100vh - 95px);
    display: flex;
    align-items: flex-start;
    padding: var(--section-padding-top-bottom);
}

.block-client-001 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}

.block-client-001 .bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(282deg, rgba(42, 37, 37, 0) 30%, rgba(42, 37, 37, 0.4) 95%);
}

.block-client-001 .hero-slide {
    width: 100%;
    height: auto;
}

.block-client-001 h1 {
    color: var(--color-white);
    max-width: 50%;
}

.block-client-001 h2 {
    color: var(--color-white);
    max-width: 50%;
    font-size: 2.2rem;
    font-weight: 500;
}

.block-client-001 .lead {
    color: var(--color-white);
    font-size: 1.35rem;
    max-width: 50%;
}

.block-client-001 .cta-button-wrapper {
    margin-top: 4rem;
}

.block-client-001 .cta-button-wrapper a:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 1.5rem;
}

.block-client-001 .row {
    position: relative;
} 

.block-client-001 .preisvorteil-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    left: 75%;
    bottom: 10rem;
    padding: 1.5rem 2rem;
    border-radius: 5rem;
    transform: rotate(348deg);
}

.block-client-001 .preisvorteil-wrapper img {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.block-client-001 .preisvorteil-label {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: .5rem;
}

.block-client-001 .preisvorteil-value {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}