.bgRed {
    padding-top: 150px;
    background-color: #ae0f0a !important;
}
/* Text 2-spaltig */
@media screen and (min-width: 768px) {
    .gplusTxt2col .txt2col {
        column-count: 2;
        column-gap: 30px;
    }
}