.block-2-freier-text.greyBackground {
    background-color: var(--grey2);
}

.block-2-freier-text.greenBackground {
    background-color: var(--green1);
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.block-2-freier-text.greenBackground h1,
.block-2-freier-text.greenBackground h2,
.block-2-freier-text.greenBackground h3,
.block-2-freier-text.greenBackground h4,
.block-2-freier-text.greenBackground p{
    color: var(--white);
}