.ce-bild-text-cta {
    position: relative;
    min-height: 20cqw;
    container-type: inline-size;
    overflow: hidden;
    display: flex;
    align-items: stretch;

    @media (max-width: 991px) {
        flex-direction: column;
        min-height: auto;
    }

    .ce-btc__content {
        position: relative;
        z-index: 2;
        width: 40%;
        flex-shrink: 0;
        padding: 10cqw;
        padding-right: 5cqw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 48px;

        @media (max-width: 991px) {
            width: 100%;
            padding: 48px 5%;
            order: 2;
        }
    }

    .ce-btc__img-wrap {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 62%;
        z-index: 1;

        picture {
            display: block;
            height: 100%;
        }

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 50%;
            background: linear-gradient(to right, #fff 20%, transparent);
            z-index: 2;
            pointer-events: none;
        }

        @media (max-width: 991px) {
            position: relative;
            width: 100%;
            height: 300px;
            order: 1;

            &::before { display: none; }
        }
    }

    .ce-btc__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .ce-btc__headline {
        margin: 0;
        text-transform: uppercase;
        max-width: 50ch;
    }

    .ce-btc__headline-thin {
        display: block;
        font-size: clamp(1.4rem, 4.5vw, 4rem);
        font-weight: 200;
        line-height: 0.85;
        color: #162637;
        margin-bottom: 0;
    }

    .ce-btc__headline-bold {
        display: block;
        font-size: clamp(1.4rem, 4.5vw, 4rem);
        font-weight: 900;
        line-height: 0.85;
        color: #162637;
    }

    .ce-btc__text {
        font-size: 0.85rem;
        line-height: 1.5;
        color: #162637;

        p { margin: 0 0 0.5em; &:last-child { margin-bottom: 0; } }
    }

    .ce-inline-pill-link,
    .ce-inline-pill {
        align-self: flex-end;
    }

    &.ce-btc--bild-links {
        .ce-btc__content {
            margin-left: auto;
            padding: 10cqw;
            padding-left: 5cqw;

            @media (max-width: 991px) {
                margin-left: 0;
                padding: 48px 5%;
            }
        }

        .ce-btc__img-wrap {
            left: 0;
            right: auto;

            &::before {
                left: auto;
                right: 0;
                background: linear-gradient(to left, #fff 20%, transparent);
            }

            @media (max-width: 991px) {
                left: 0;
            }
        }
    }
}
