.content-slideshow__slide .content-teaser-2 {
    /* width required for IE 11 - @see #73714 */
    width: 100%;
    height: 100%;
}
.content-teaser-2__ccm-placeholder-wrap {
    position: relative;
}

.content-teaser-2__loader-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.content-teaser-2__target-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

.content-teaser-2__target-video-wrap {
    position: relative;
    height: 0;
    padding-bottom: calc(56.25%); /* 16:9 */
}
.content-teaser-2--has-consent-gate .content-teaser-2__target-video-wrap {
    padding-bottom: 0;
    height: auto;
}
.content-teaser-2--type-3 .content-teaser-2__img-wrap {
    width: 100%;
}

.content-teaser-2__body {
    padding: 20px 5px 20px 0;
}
.content-teaser-2--vcenter-text .content-teaser-2__body {
    justify-content: center;
}
.content-teaser-2--type-2 .content-teaser-2__body {
    padding: 1.6em 2em;
}
.content-teaser-2--type-3 .content-teaser-2__body {
    position: relative;
    padding: 2em 2em 1.5em;
}
.content-teaser-2--type-3 .content-teaser-2__body:before {
    content: '';
    position: absolute;
    left: 2.1em;
    top: -20px;
    width: 2px;
    height: 40px;
    background-color: #f96915;
    transform: skewX(-25deg);
    transform-origin: bottom left;
}
.content-teaser-2--type-4 .content-teaser-2__body {
    padding: 20px 20px 30px;
    border-bottom: 2px solid #cbc9c8;
}

.content-teaser-2__belly-headline {
    background-color: #f96915;
    color: #fff;
}
/*
.content-teaser-2__belly-caption {
    color: #545454;
}
*/
.content-teaser-2__body-headline {
    font-size: 1.1rem;
    color: #302e2c;
}
.content-teaser-2--type-2 .content-teaser-2__body-headline {
    margin-bottom: .8em;
    font-size: 1.4em;
}
.content-teaser-2--type-4 .content-teaser-2__body-headline {
    margin-bottom: .5em;
}
.content-teaser-2--type-2 .content-teaser-2__body-text,
.content-teaser-2--type-3 .content-teaser-2__body-text {
    font-size: .9em;
    line-height: 1.5;
}
.content-teaser-2--type-4 .content-teaser-2__body-text {
    font-size: .9em;
    color: #969492;
}
.content-teaser-2__body-text > *:last-child {
    margin-bottom: 0;
}
.content-teaser-2--type-2 .content-teaser-2__btn-wrap,
.content-teaser-2--type-3 .content-teaser-2__btn-wrap {
    margin-top: 1em;
}
.content-teaser-2--type-4 .content-teaser-2__btn-wrap {
    margin-top: 1.2rem;
}
.content-teaser-2--type-2 .content-teaser-2__btn {
    position: relative;
    font-weight: bold;
    padding-right: 1em;
}
.content-teaser-2--type-4 .content-teaser-2__btn {
    font-size: .9em;
    font-weight: bold;
}
.content-teaser-2--type-2 .content-teaser-2__btn:after {
    content: ' →';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.content-teaser-2--type-5 .content-teaser-2__body .content-teaser-2__btn-wrap .svg-icon {
    margin-right: 10px;
}
.no-touchevents .content-teaser-2--type-5 .content-teaser-2__body .content-teaser-2__btn-wrap a:hover,
.no-touchevents .content-teaser-2--type-5 .content-teaser-2__body .content-teaser-2__btn-wrap a:focus {
    text-decoration: none;
}

.content-teaser-2--type-5 .content-teaser-2__logo {
    max-width: 150px;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
}

@media ( min-width: 768px ) {
    .content-teaser-2--text-left .content-teaser-2__body {
        padding: 20px 20px 20px 0;
    }
    .content-teaser-2--text-right .content-teaser-2__body {
        padding: 20px 0 20px 20px;
    }
    .content-teaser-2--type-2.content-teaser-2--text-left .content-teaser-2__body {
        width: 40%;
        padding: 1.2em 2em 1.2em 0;
    }
    .content-teaser-2--type-2.content-teaser-2--text-right .content-teaser-2__body {
        width: 40%;
        padding: 1.2em 0 1.2em 2em;
    }
    .content-teaser-2__body--no-padding.content-teaser-2__body--no-padding {
        padding-top: 0;
    }
    .content-teaser-2--type-2.content-teaser-2--text-left .content-teaser-2__img-wrap,
    .content-teaser-2--type-2.content-teaser-2--text-right .content-teaser-2__img-wrap {
        width: 60%;
    }
    .content-teaser-2--type-5 .content-teaser-2__logo {
        padding: 40px 0 20px 0;
        height: 150px;
        width: 150px;
    }
}
@media ( min-width: 992px ) {
    /* we want to avoid an additional setup option */
    .content-columns__col + .content-columns__col > .content-teaser-2--type-3 {
        align-items: flex-end;
    }
    .content-teaser-2--type-2.content-teaser-2--text-bottom .content-teaser-2__body {
        padding: 2.2em 2.8em;
    }
    .content-teaser-2--type-3 .content-teaser-2__body {
        max-width: 450px;
        padding: 2.2em 2.5em 1.5em;
    }
    .content-teaser-2--type-3 .content-teaser-2__body:before {
        top: -30px;
        left: 2.6em;
        height: 60px;
    }
    .content-teaser-2--type-3 .content-teaser-2__body-text {
        font-size: .85em;
    }
}
@media ( min-width: 1200px ) {
    .content-teaser-2--text-left .content-teaser-2__body {
        padding: 40px 40px 40px 0;
    }
    .content-teaser-2--text-right .content-teaser-2__body {
        padding: 40px 0 40px 40px;
    }
    .content-teaser-2__body--no-padding.content-teaser-2__body--no-padding {
        padding-top: 0;
    }
    .content-teaser-2--type-3 .content-teaser-2__body-text {
        font-size: .75em;
    }
}
