.teaser_wrapper_bg {
    margin-left: -15px;
    margin-right: -15px;
}

.teaser_wrapper_bg .teaser_bg_img  {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.teaser_wrapper_bg .bg_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.teaser_wrapper_bg .teaser_bg_img.with_more .more {
    position: absolute;
    height: 100%;
    background: #5cac3299;
    width: calc(100% - 30px);
    left: 15px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}

.teaser_wrapper_bg .teaser_bg_img.with_more:hover .more {
    opacity: 1;
}
.teaser_wrapper_bg .teaser_bg_img.with_more h3, .teaser_wrapper_bg .teaser_bg_img.with_more p, 
.teaser_wrapper_bg .teaser_bg_img.with_more .small_title {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.teaser_wrapper_bg .teaser_bg_img.with_more:hover h3, .teaser_wrapper_bg .teaser_bg_img.with_more:hover p,
.teaser_wrapper_bg .teaser_bg_img.with_more:hover .small_title {
    opacity: 0;
}

.teaser_wrapper_bg .teaser_bg_img a {
    background: #2F2F2F80 0% 0% no-repeat padding-box;
    display: flex;
    color: #fff;
    padding: 30px;
    height: 350px;
    flex-direction: column;
    justify-content: flex-end;
}

.teaser_wrapper_bg .small_title {
    font-size: 14px;
    text-transform: uppercase;
}

.teaser_wrapper_bg h3{
    font-size: 1.75em;
    color: #fff;
    margin-top: 0;
}

.teaser_wrapper_bg p {
    margin: 10px 0 0 0;
    font-size: 1.1em;
    line-height: 25px;
}


/* Slider Teaser */

.dce.news-image-and-text-box-slider {
    color: white;
    margin-top: 64px;
    margin-bottom: 64px;
    margin-left: calc((1014px - 100vw) / 2);
    margin-right: calc((1014px - 100vw) / 2);
    
}
.newsstart {
    padding-bottom: 0px !important;
    margin-top: 64px;
    margin-bottom: 64px;
}

.newsstart .dce.news-image-and-text-box-slider {
    margin-top:0;
    margin-bottom:0;
}


.dce.news-image-and-text-box-slider .box {
    display: flex;
    align-items: stretch;
    height: 600px;
}

.dce.news-image-and-text-box-slider .box .image {
    flex: 1 0 50%;
    background-size: cover;
    background-position: center;
}
.dce.news-image-and-text-box-slider .box .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.dce.news-image-and-text-box-slider .box .image a {
    display: block;
    height: 100%;
    width: 100%;
}

.dce.news-image-and-text-box-slider .box .text {
    padding:32px 14% 32px 6%;
    color: #ffffff;
    display: flex;
    align-items: center;
}


.dce.news-image-and-text-box-slider .box .text p {
    line-height: 40px;
    font-size: 32px;
    color:#fff;
    font-weight: 200;
    margin: 20px 0;
}

.dce.news-image-and-text-box-slider .box .text a.morelink {
    color: white;
    text-decoration: none;
    background: url(/fileadmin/templates/img/right_white.svg) no-repeat right top 14px;
    background-size:10px 16px;
    padding-right: 24px;
    font-size: 22px;
    font-weight: 600;
}

.dce.news-image-and-text-box-slider .box .text span {
    font-size: 16px;
    padding: 0 13px;
    display: inline-block;
    background:#fff;
    color:#0069b4 !important;
}
.dce.news-image-and-text-box-slider .box .text h3{
    font-size: 34px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
}

.dce.news-image-and-text-box-slider .slick-prev {
    left: 9%;
    top: calc(50% - 12.5px);
    height: 25px;
}

.dce.news-image-and-text-box-slider .slick-prev:before {
    background: url(/fileadmin/templates/img/left_white.svg) no-repeat;
    opacity: 1;
    height: 25px;
    width: 20px;
    background-size: contain;
}

.dce.news-image-and-text-box-slider .slick-next {
    right: 9%;
    top: calc(50% - 12.5px);
    height: 25px;
}

.dce.news-image-and-text-box-slider .slick-next:before {
    background: url(/fileadmin/templates/img/right_slider_white.svg) no-repeat;
    opacity: 1;
    height: 25px;
    width: 20px;
    background-size: contain;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .dce.news-image-and-text-box-slider  {
        margin-left: calc((940px - 100vw) / 2);
        margin-right: calc((940px - 100vw) / 2);
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .dce.news-image-and-text-box-slider  {
        margin-left: calc((720px - 100vw) / 2);
        margin-right: calc((720px - 100vw) / 2);
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .dce.news-image-and-text-box-slider .box .text p {
        line-height: 34px;
        font-size: 26px;
    }
    .dce.news-image-and-text-box-slider .box .text h3 {
        font-size: 29px;
        line-height: 40px;
    }
    .dce.news-image-and-text-box-slider .slick-next {
        right: 5%;
    }
    .dce.news-image-and-text-box-slider .slick-prev {
        left:5%;
    }
    .dce.news-image-and-text-box-slider .box .text {
        padding: 32px 9% 32px 6%;
    }
}

@media (max-width: 768px) {
    .newsstart .container {
        padding: 0;
    }
    .dce.news-image-and-text-box-slider .box .text p {
    display: block;
    }
    .dce.news-image-and-text-box-slider {
        margin-left: 0;
        margin-right: 0;
    }
    .dce.news-image-and-text-box-slider .box {
        display: flex;
        align-items: flex-start;
        height: auto;
        flex-direction: column;
    }
    .dce.news-image-and-text-box-slider .box .image {
        flex: none;
        background-size: cover;
        height: 400px;
        background-position: center;
        width: 100%;
    }

    .dce.news-image-and-text-box-slider .slick-next {
        right: 9%;
        top: 399px;
    }

    .dce.news-image-and-text-box-slider .slick-prev {
        left: 9%;
        top: 399px;
    }
}