.teaser-horizontal .section-teaser-bild__item.teaser-margin {
    margin-bottom: 4rem;
}
.teaser-horizontal .section-teaser-bild__item.teaser-margin:last-child {
    margin-bottom: 0;
}
.teaser-horizontal .section-teaser-bild__item .section-teaser-bild__image {
    padding-bottom: 2rem;
}
@media (min-width: 576px) {
    .teaser-horizontal .section-teaser-bild__item .section-teaser-bild__image {
        padding-bottom: 0;
        margin-right: 2rem;
        height: 100%;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .teaser-horizontal .section-teaser-bild__item > .flex-sm-row .section-teaser-bild__text {
        margin-right: 2rem;
    }
}

@media (min-width: 992px) {
    .teaser-horizontal .section-teaser-bild__item.teaser-margin {
        margin-bottom: auto;
    }
}


.section-teaser-bild__item > .flex-column .section-teaser-bild__text {
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: block !important;
}

.teaser-horizontal .section-teaser-bild__item > .flex-column .section-teaser-bild__text {
    margin-bottom: auto;
    margin-top: auto;
}

.section-teaser-bild__item:last-child > .flex-column .section-teaser-bild__text {
    margin-bottom: 0;
}

.section-teaser-bild__item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 576px) {
    .section-teaser-bild__item:last-child > .flex-column .section-teaser-bild__text {
        margin-bottom: auto;
    }
}

.section-teaser-bild__text h4 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none !important;
}

.section-teaser-bild__image {
    overflow: hidden;
    width: 100%;

}

.section-teaser-bild__image img {
    width: 100%;
    transition: 1s;
    transform: scale(1);

}

.section-teaser-bild__image:hover img {
    transform: scale(1.1);
}

.section-teaser-bild__text a p {
    color: initial;
}