.km-parallax-textkachel {
    background: #212a55;
    position: relative;
    padding-bottom: 3rem;
}
.km-parallax-textkachel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 31px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 0;
}
@media screen and (min-width: 1260px) {
    .km-parallax-textkachel::before {
        height: 55px;
    }
}
.km-parallax-textkachel__frame {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
    background: #212a55;
}
@media screen and (min-width: 1260px) {
    .km-parallax-textkachel__frame {
        height: 910px;
        min-height: unset;
    }
}
.km-parallax-textkachel__media {
    position: absolute;
    inset: -10% 0;
    z-index: 0;
}
.km-parallax-textkachel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.km-parallax-textkachel__content {
    position: absolute;
    z-index: 1;
    left: 33.33%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 900px;
    color: #fff;
}
.km-parallax-textkachel__headline {
    font-size: clamp(1.1rem, 0.95rem + 0.65vw, 1.6rem);
    font-weight: 700;
    text-transform: none;
    margin: 0;
    color: #fff;
}
.km-parallax-textkachel__sub {
    font-size: 2rem;
    font-weight: 700;
    color: #ec6608;
    margin: 0 0 1rem;
}
.km-parallax-textkachel__text {
    line-height: 1.6;
}
.km-parallax-textkachel__kachel {
    position: relative;
    z-index: 2;
    background: #212a55;
    color: #fff;
    width: auto;
    max-width: 550px;
    margin: -9rem 0 0 43%;
    padding: 2.5rem 3rem;
    border-radius: 0.75rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.km-parallax-textkachel__kachel h3 {
    margin: 0 0 0.75rem;
    color: #ec6608;
    font-weight: 900;
    font-size: 1.4rem;
}
.km-parallax-textkachel__kachel-text p {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.3;
}
@media (max-width: 900px) {
    .km-parallax-textkachel__content {
        position: static;
        transform: none;
        left: auto;
        right: auto;
        padding: 4rem 6%;
        max-width: 100%;
    }
    .km-parallax-textkachel__kachel {
        margin: -4rem 0 0 5%;
        width: 92%;
        padding: 2rem;
    }
}
