/*

Author: Kittelberger media solutions GmbH
Last updated: 2016-12-13 11:55:05

*/

.m-content_teaser {
    position: relative;
    padding: 0;
}

.m-content_teaser .stage_image {
    width: 100%;
}

#startpage .m-content_teaser .stage_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#startpage .m-content_teaser .stage_content p,
#startpage .m-content_teaser .stage_content .headline {
    color: #fff;
}
@media (min-width: 62em) {
    .m-content_teaser .stage_content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 62em) {
    .m-content_teaser .stage_content p,
    .m-content_teaser .stage_content .headline {
        color: #fff;
    }
}
