.has-unterseiten-block .wp-block-lazyblock-sektion {
    padding-bottom: 5rem;
}
.has-unterseiten-block .unterseite-wrapper {
    margin-top: -20rem;
}
.unterseite-wrapper .unterseite:nth-child(2n),
.unterseite-wrapper .unterseite.bildlinks {
    flex-direction: row-reverse;
}
.unterseite {
    display: flex;
    margin-bottom: 7.5rem;
}

.unterseite .uLinks {
    position: relative;
    color: #fff;
    background: #5d6571;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 80px;
    padding: 4.5rem;
    max-width: calc(50%);
    flex: 0 0 calc(50%);
}
.wp-block-lazyblock-einzelblock .unterseite .uLinks {
    max-width: calc(40%);
    flex: 0 0 calc(40%);
}
.unterseite .uLinks.hell {
    color: var(--contrast-2);
    background: none;
    justify-content: center;
    gap: 3rem;
    margin-top: 0;
    padding-right: 9.5rem;
}
.unterseite.bildlinks .uLinks.hell {
    padding-left: 9.5rem;
    padding-right: initial;
}
.unterseite .uLinks.hell::before,
.unterseite .uLinks.hell::after {
    content: " ";
    position: absolute;
    right: -135px;
    width: 250px;
    height: 2px;
    background: #5c6571;
    z-index: 1;
    top: 50%;
}
.unterseite.bildlinks .uLinks.hell::before {
    left: -135px;
}
.unterseite .uLinks.hell::after {
    right: -145px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: calc(50% + -7px);
}
.unterseite.bildlinks .uLinks.hell::after {
    left: -145px;
    right: auto;
}
.unterseite .uLinks a {
    position: relative;
    display: block;
    padding-left: 108px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.unterseite .uLinks h3,
.unterseite .uLinks a {
    color: #fff;
}
.unterseite .uLinks h3 {
    text-transform: uppercase;
    line-height: 1.8rem;
}
.unterseite .uLinks.hell h3 {
    font-size: 1.8rem;
}
.unterseite .uLinks.hell h3,
.unterseite .uLinks.hell a {
    color: var(--contrast-2);
}
.unterseite .uLinks.hell h3 a {
    color: var(--accent);
    padding-left: 0;
}
.unterseite .uLinks h3 a {
    padding-left: 0;
    font-weight: 500;
}
.unterseite .uLinks.hell a:hover {
    color: var(--accent);
}
.unterseite .uLinks a::before {
    content: url(/wp-content/uploads/bc-bogen-white.svg);
    position: absolute;
    left: 0;
    width: 85px;
    top: -5px;
}
.unterseite .uLinks.hell a::before {
    content: url(/wp-content/uploads/bc-bogen-grey.svg);
}
.unterseite .uLinks.hell a:hover:before {
    content: url(/wp-content/uploads/bc-bogen-blue.svg);
}
.unterseite .uLinks h3 a::before {
    content: '' !important;
}
.unterseite .uLinks h3 span {
    display: block;
    text-transform: none;
    font-size: 18px;
}

.unterseite .uRechts {
    position: relative;
    display: block;
    padding: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.wp-block-lazyblock-einzelblock .unterseite .uRechts {
    max-width: calc(60%);
    flex: 0 0 calc(60%);
}
.unterseite .uRechts img {
    display: block;
}
.unterseite .uRechts .uRechts-layer {
    display: none;
    position: absolute;
}
.unterseite .uRechts .uRechts-layer-active {
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/smiley.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    background-color: rgba(93,101,113,.3);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .3s ease-in-out;
}
.unterseite-wrapper .unterseite:nth-child(2n) .uRechts .uRechts-layer-active,
.unterseite.bildlinks .uRechts .uRechts-layer-active {
    transform: scaleX(-1);
    transition: none;
}


@media (max-width: 1000px) {
    .has-unterseiten-block .unterseite-wrapper {
        margin-top: 3rem;
    }
    .has-unterseiten-block .wp-block-lazyblock-sektion {
        padding-bottom: 0;
    }
    .unterseite,
    .unterseite-wrapper .unterseite:nth-child(2n),
    .unterseite-wrapper .unterseite.bildlinks {
        flex-direction: column-reverse;
        margin-bottom: 3.5rem;
    }
    .wp-block-lazyblock-einzelblock .unterseite,
    .unterseite-wrapper .unterseite.bildlinks {
        flex-direction: column-reverse;
    }
    .unterseite-wrapper .unterseite .uLinks,
    .unterseite-wrapper .unterseite .uRechts,
    .wp-block-lazyblock-einzelblock .unterseite .uLinks,
    .wp-block-lazyblock-einzelblock .unterseite .uRechts,
    .wp-block-lazyblock-einzelblock .unterseite.bildlinks .uLinks,
    .wp-block-lazyblock-einzelblock .unterseite.bildlinks .uRechts {
        max-width: calc(100%);
        flex: 0 0 calc(100%);
    }
    .unterseite .uLinks {
        margin-top: 0;
    }
    .unterseite .uLinks,
    .unterseite .uLinks.hell,
    .unterseite.bildlinks .uLinks,
    .unterseite.bildlinks .uLinks.hell {
        gap: 0.5rem;
        padding: 2rem;
    }
    .unterseite .uLinks.hell,
    .unterseite.bildlinks .uLinks.hell {
        padding: 30px 0 0;
    }
    .unterseite .uLinks.hell::before,
    .unterseite .uLinks.hell::after {
        content: none;
    }
    .unterseite .uLinks a {
        padding-left: 60px;
    }
    .unterseite .uLinks a::before {
        width: 45px;
        top: 5px;
    }
}