main.site-content .mask_text_mit_banner_volle_breite .maskElement {
    position: relative;
    background-color: var(--color-sherpa-blue-80);
    max-width: unset;
}
main.site-content .mask_text_mit_banner_volle_breite .maskElement.fullWidth {
    max-width: calc(var(--max-page-width) - 40px);
}
.mask_text_mit_banner_volle_breite .textwrap {
    max-width: var(--max-page-width);
    padding: var(--content-padding);
    margin: auto;
}

.mask_text_mit_banner_volle_breite .textwrap,
.mask_text_mit_banner_volle_breite .textwrap h2,
.mask_text_mit_banner_volle_breite .textwrap h3,
.mask_text_mit_banner_volle_breite .textwrap h4,
.mask_text_mit_banner_volle_breite .textwrap h5,
.mask_text_mit_banner_volle_breite .textwrap h6 {
    color: white;
}

.mask_text_mit_banner_volle_breite .text {
    width: 40%;
    font-size: 20px;
    font-family: var(--myriad-pro-semicn);
    padding: 100px 0;
}
.mask_text_mit_banner_volle_breite .text p {
    line-height: 30px;
}
.mask_text_mit_banner_volle_breite .text .whiteButton {
    color: white;
    background:none;
}
.mask_text_mit_banner_volle_breite .text .whiteButton:after {
    background-color: white;
}
.mask_text_mit_banner_volle_breite .text .whiteButton:hover:after {
    background-color: var(--color-orange);
}
.mask_text_mit_banner_volle_breite .maskElement .backgroundImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top:0;
}

.mask_text_mit_banner_volle_breite .textwrap.right .text {
    position: relative;
    left: calc(50% + 70px);
}
.mask_text_mit_banner_volle_breite .textwrap.right + .backgroundImage {
    left: 0;
}

.mask_text_mit_banner_volle_breite .maskElement{
    padding-inline: 0;
}
@media screen and (max-width: 1280px) {
    .mask_text_mit_banner_volle_breite .textwrap {
        padding: 0;
    }
}
@media screen and (max-width: 950px) {

    .mask_text_mit_banner_volle_breite .textwrap.right .text {
        left:0;
    }
    .mask_text_mit_banner_volle_breite .maskElement .backgroundImage {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 500px;
        position: static;
        left: 0;
        top:0;
    }
    .mask_text_mit_banner_volle_breite .text {
        width: 100%;
        padding: 25px 25px 50px 25px;
    }

    main.site-content .mask_text_mit_banner_volle_breite .maskElement {
        padding: 25px 0 0 0;
    }
}

@media screen and (max-width: 834px) {
    .mask_text_mit_banner_volle_breite .textwrap {
        padding: 0px;
    }
}
