.background_teaser_section .block_text {
    position: relative;
    padding-top: var(--typo-section-gap);
    padding-right: var(--typo-section-gap);
    padding-bottom: var(--typo-section-gap);
    max-width: 80%;
    color: #FFFFFF;
}
.background_teaser_section .block_text:before {
    content: ''; position: absolute;
    top: 0; left: -50svw; right: 0; bottom: 0;
    height: auto; width: auto;
    background-image: linear-gradient(90deg,var(--typo-color-black), var(--typo-color-dark-grey));
    transform: skewX(-10deg);
    transform-origin: 0 100%;
    opacity: 0.6;
}
.background_teaser_section .block_text > * {
    position: relative;
    z-index: 10;
}