.teaser_headline {
    font-size: 20px;
    line-height: 26px;
    color: #49701d
}

.teaser_text {
    font-size: 14px;
    line-height: 22px;
    color: #4f514f;
}
.teaser_text a,
.teaser_text a:hover {
    color: #4f514f;
}
.teaser-caption {
    position: absolute;
    top: 110px;
    width: 80%;
    z-index: 0;
    padding: 1rem 2rem;
}

.teaser-caption:before {
content: "";
    background: #006666;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(15px) translateY(17px) rotate(-3deg);
    z-index: -1;
}
    
.teaser-caption:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(-1deg);
    z-index: -1;
}
.teaser_left {
    left: 10%;
}

.teaser_right {
    right: 10%;
}
.carousel-item .img_copyright {
    display: block;
}
.img_copyright {
    position: absolute;
    top: 0;
    padding: .1rem 1rem;
    background: rgb(0 0 0 / 35%);
    z-index: 30;
    color: #fff;
    font-size: 12px;
    display: none;
}
.img_copyright a{
    color: #fff;
}
.bottom_right {
    right: 0;
}

.bottom_left {
    left: 0;
}
@media only screen and (max-width: 575.98px) {
    .slider-plus.widget-proportional {
        height: 400px !important;
        position: relative;
    }
    .slider-plus img.img-cover {
        height: 200px;
        width: 100%;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        min-height: initial !important;
        min-width: initial !important;
    }
}

@media only screen and (min-width: 768px) {
    .teaser_headline {
        font-size: 30px;
        line-height: 36px;
    }
    .teaser-caption {
        top: 50%;
        transform: translateY(-50%);
        padding: 2rem;
        background: transparent;
        width: 50%;
    }

    .img_copyright {
        top: auto;
        bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .teaser-caption {
        width: 45%;
    }
}