/**
* Block Name: text_bild
*/



section.text_bild .text_wrapper p {
    color: var(--rot-4);
    word-break: auto-phrase;
    margin-bottom: 20px;
}

section.text_bild .btn-primary {
    color: var(--grun-4);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.text_bild .btn-primary {
    color: var(--grun-4);
}


section.text_bild img {
    min-height: 540px;
    aspect-ratio: 1/1;
}

section.text_bild .wrapper-l:not(:has(img)),
section.text_bild .wrapper-r:not(:has(img)) {
    padding-top: 30px;
}

section.text_bild .wrapper-r:has(.text_wrapper),
section.text_bild .wrapper-l:has(.text_wrapper) {
    justify-content: center;
}



@media (max-width: 992px) {

    section.text_bild.text-bild .wrapper-l {
        order: 2;
    }

    section.text_bild.text-bild .wrapper-r {
        order: 1;
    }

    section.text_bild .wrapper-l img {

        min-height: 400px;
    }

    section.text_bild .wrapper-r img {

        min-height: 400px;
    }
}