

section.beratung {
    1background: rgb(255, 255, 255);
    1background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(47, 82, 160, 1) 50%);
}

.blue-square {
    position: relative;
    padding-left: 18px;
}

.blue-square:before {
    content: url(/wp-content/themes/schmohl-schmitz/assets/img/blue-square.svg);
    position: absolute;
    top: 4px;
    left: 0;
}

.beratung img {
    max-width: 100%;
    width: 100%;
}

.stb-squares {
        display: none;
    }

@media (min-width:992px) {
    img.beratung-foto {
    height: 100%;
    object-fit: cover;
}
}
@media (min-width:1200px) {
    
    .stb-squares.show_background {
        display: block !important;
        position: absolute;
        left: -12%;
        bottom: 2%;
        z-index: -1;
        opacity: 0.75;
    }

    .blue-square:before {
        top: 4px;
    }
}