.km-bild-signet {
    position: relative;
}
.km-bild-signet__media {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
}
.km-bild-signet__media--parallax {
    min-height: 480px;
}
.km-bild-signet__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.km-bild-signet__media:not(.km-bild-signet__media--parallax) .km-bild-signet__img {
    height: auto;
}
.km-bild-signet__signet {
    position: absolute;
    top: 0vw;
    right: -4vw;
    width: 34vw;
    height: auto;
    z-index: 2;
    transform: rotate(90deg);
}
.km-bild-signet__content {
    position: absolute;
    z-index: 1;
    left: 48.96%;
    right: 0;
    bottom: 3rem;
}
.km-bild-signet__overlay {
    color: #fff;
    padding-right: 5%;
}
.km-bild-signet__headline {
    margin: 0 0 0.25rem;
    font-size: 2rem;
    font-weight: 700;
    text-transform: none;
    max-width: 54ch;
    color: #fff;
}
.km-bild-signet__sub {
    margin: 0 0 1rem;
    font-size: 1.75rem;
    font-weight: 700;
    max-width: 54ch;
    color: #ec6608;
}
.km-bild-signet__text {
    line-height: 1.2;
    max-width: 54ch;
}
.km-bild-signet__box {
    position: relative;
    z-index: 3;
    background: #fff;
    margin-top: 2rem;
    margin-right: -2rem;
    padding: 2rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 -10px 30px rgba(33, 42, 85, 0.08);
    transform: translateX(-2rem);
}
.km-bild-signet__box-text {
    color: #212a55;
    line-height: 1.2;
    max-width: 51ch;
    width: fit-content;
}
@media screen and (min-width: 1260px) {
    .km-bild-signet__media--parallax {
        min-height: 1015px;
    }
    .km-bild-signet__signet {
        top: -6vw;
        right: -9vw;
        width: 31vw;
    }
    .km-bild-signet__content {
        bottom: unset;
        top: 13vw;
    }
    .km-bild-signet__headline,
    .km-bild-signet__sub {
        line-height: 1;
    }
}
@media (max-width: 900px) {
    .km-bild-signet__content {
        position: static;
        left: auto;
        right: auto;
        padding: 2rem 6% 0;
    }
    .km-bild-signet__overlay {
        color: #fff;
        padding-right: 0;
    }
    .km-bild-signet__box {
        margin-top: 2rem;
        margin-right: 0;
        border-radius: 0;
        padding: 2rem 6%;
        transform: none;
    }
    .km-bild-signet__media--parallax {
        min-height: 320px;
    }
}
