.content-teaser-2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.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__headline {
    margin-bottom: 15px;
}

.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__img-wrap {
    position: relative;
    overflow: hidden;
}
.content-teaser-2--type-3 .content-teaser-2__img-wrap {
    width: 100%;
}
.content-teaser-2__img-link {
    display: flex;
    width: 100%;
    outline: none;
}
.content-teaser-2__img-figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.content-teaser-2__target-img {
    display: block;
    width: 100%;
}

.content-teaser-2__body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    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 {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 12px 15px;
    background-color: #f96915;
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0 20px 0 0;
}
.content-teaser-2__body-headline {
    margin-bottom: 1em;
    font-size: 1.1rem;
    font-weight: bold;
    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__body-text {
    margin-bottom: 0;
}
.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__btn-wrap {
    margin-top: 1.7rem;
}
.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 {
        flex-direction: row-reverse;
    }
    .content-teaser-2--text-right {
        flex-direction: row;
    }
    .content-teaser-2--text-left .content-teaser-2__body {
        width: 50%;
        padding: 20px 20px 20px 0;
    }
    .content-teaser-2--text-right .content-teaser-2__body {
        width: 50%;
        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--text-left .content-teaser-2__img-wrap,
    .content-teaser-2--text-right .content-teaser-2__img-wrap {
        /* IE 10-11 use content box model in flex-basis, even if box-sizing: border-box is applied.
        Workaround: Use auto and width instead of flex-basis.
        https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box */
        flex: 1 0 auto;
        /* Pro tip: work with calc() if you need to align with the grid */
        /*width: calc(50% - 30px);*/
        width: 50%;
    }
    .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;
    }

    .content-teaser-2__belly-headline {
        left: 20px;
        top: 20px;
    }
}
@media ( min-width: 1200px ) {
    .content-teaser-2__body {
        padding: 40px 5px 40px 0;
    }
    .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;
    }
}
