/* Additional header styling in teaser formats */
body .content .teaser-box .pict-text-teaser.fifty-fifty-pict h2,
body .content .teaser-box .pict-text-teaser.fifty-fifty-pict h3 {
    margin-top: 42px;
}
body .content .teaser-box .pict-text-teaser.fifty-fifty-pict .box-label+h2,
body .content .teaser-box .pict-text-teaser.fifty-fifty-pict .box-label+h3,
body .content .teaser-box .pict-text-teaser.fifty-fifty-pict .right-wrapper h2:first-child,
body .content .teaser-box .pict-text-teaser.fifty-fifty-pict .right-wrapper h3:first-child {
    margin-top: 0;
}

@media (min-width: 1440px) {
    body .content .teaser-box .pict-text-teaser:not('list-teaser') h3 {
        margin-bottom: 29px;
    }
}

/* Additional gallery element styles for start-page-template */
@media (max-width: 1023px) {
    .content.box-bg-solid .prototyp-box .box-header.box-inner-width-md, 
    .content.box-bg-solid .prototyp-box .box-header.box-inner-width-sm {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .content.box-bg-solid .prototyp-box .box-header.box-inner-width-md, 
    .content.box-bg-solid .prototyp-box .box-header.box-inner-width-sm {
        padding: 0 35px;
    }
}
@media (max-width: 575px) {
    .content.box-bg-solid .prototyp-box .box-header.box-inner-width-md, 
    .content.box-bg-solid .prototyp-box .box-header.box-inner-width-sm {
        padding: 0 10px;
    }
}

/* Additional video element styles */
.stage .inner-wrapper .slider-wrapper .figure.slider .carousel-control-prev,
.stage .inner-wrapper .slider-wrapper .figure.slider .carousel-control-next {
    margin-bottom: 3%;
}
.stage .inner-wrapper .video-link .video-button {
    background-image:none;
    background-color: #0094D2;
    border-radius: 50%;
    width: 195px;
    height: 195px;
    bottom: 14%;
    left: 7%;
    /*z-index: 1;*/
}
.stage .inner-wrapper .video-link .video-button span {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    background-image: url(images/icons/player_youtube_weiss.svg);
    background-repeat: no-repeat;
    top:32%;
    left:20%;
}
.stage .inner-wrapper .video-link:hover .video-button span {
    background-image: url(images/icons/player_youtube_hover.svg);
}
.stage .inner-wrapper .video-link .video-watch {
    background-color: rgba(41,41,41,0.7);
    color: #fff;
    padding:6px 10px 8px 20px;
    position: absolute;
    bottom: 0;
    left:0;
    font-size: 18px;
}
.stage .inner-wrapper .video-link .video-watch span {
    display: inline-block;
    position: relative;
    background-image: url(images/icons/youtube_schriftzug.svg);
    background-repeat: no-repeat;
    width: 110px;
    height: 22px;
    margin-left:12px;
    top: 5px;
}
@media (max-width: 1439px) {
    .stage .inner-wrapper .slider-wrapper .figure.slider .carousel-control-prev,
    .stage .inner-wrapper .slider-wrapper .figure.slider .carousel-control-next {
        margin-bottom: 25%;
        margin-top: 24%;
    }
    .stage .inner-wrapper .video-link .video-button {
        width: 125px;
        height: 125px;
        bottom: 7%;
        left: 15px;
    }
    .stage .inner-wrapper .video-link .video-button span {
        width: 55px;
        height: 55px;
        top:34%;
        left:22%;
    }
    .stage .inner-wrapper .video-link .video-watch {
        padding:4px 10px 6px 20px;
        font-size: 12px;
    }
    .stage .inner-wrapper .video-link .video-watch span {
        width: 90px;
        height: 16px;
        margin-left:10px;
        top: 4px;
    }
}
@media (max-width: 1023px) {
    .stage .inner-wrapper .video-link .video-button {
        width: 80px;
        height: 80px;
        z-index: 10;
    }
    .stage .inner-wrapper .video-link .video-button span {
        width: 35px;
        height: 35px;
        top:32%;
        left:20%;
    }
    .stage .inner-wrapper .video-link .video-watch {
        background-color: rgba(41,41,41,0.7);
        color: #fff; 
        z-index: 10;    
    }
}
@media (max-width: 767px) {
    .stage .inner-wrapper .video-link .video-button {
        width: 50px;
        height: 50px;
    }
    .stage .inner-wrapper .video-link .video-button span {
        width: 26px;
        height: 26px;
        top:24%;
        left:-4%;
    }
    .stage .inner-wrapper .video-link .video-watch {
        padding: 1px 10px 2px 20px;
        font-size: 11px;
        line-height: 12px;
    }
    .stage .inner-wrapper .video-link .video-watch span {
        width: 75px;
        height: 13px;
        top: 2px;
    }
}

.content .teaser-box .inner-wrapper .video-link .video-button {
    background-image:none;
    background-color: #0094D2;
    border-radius: 50%;
    bottom: 4%;
}
.content .teaser-box .inner-wrapper .video-link .video-button span {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    background-image: url(images/icons/player_youtube_weiss.svg);
    background-repeat: no-repeat;
    top:31%;
    left:22%;
}
.content .teaser-box .inner-wrapper .video-link:hover .video-button span {
    background-image: url(images/icons/player_youtube_hover.svg);
}
.content .teaser-box .inner-wrapper .video-link .video-watch {
    color: #000;
    padding:10px 10px 10px 20px;
    position: absolute;
    bottom: -30px;
    right: 52px;
    font-size: 16px;
}

.content .teaser-box .inner-wrapper .video-link .video-watch span {
    display: inline-block;
    position: relative;
    background-image: url(images/icons/youtube_schriftzug_dark.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    margin-left:10px;
    top: 4px;
}
@media (max-width: 1023px) {
    .content .pict-text-teaser.two-thirds-pict.round .left-wrapper .video-button {
        width: 140px;
        height: 140px;
        position: relative;
        left: 10%;
        bottom: auto;
        margin-bottom: 12%;
    }
    .content .pict-text-teaser.two-thirds-pict.round .left-wrapper .video-button span {
        width: 80px;
        height: 80px;
        top: 30%;
        left: 16%;
    }
    .content .teaser-box .inner-wrapper .video-link .video-watch {
        position: relative;
        bottom: auto;
        top: 60px;
        right: 95px;
    }
}
@media (max-width: 794px) {
    .content .pict-text-teaser.two-thirds-pict.round .left-wrapper .video-button {
        width: 100px;
        height: 100px;
    }
    .content .pict-text-teaser.two-thirds-pict.round .left-wrapper .video-button span  {
        width: 60px;
        height: 60px;
        top: 28%;
        left:12%;
    }
    .content .teaser-box .inner-wrapper .video-link .video-watch {
        top: 40px;
    }
}
@media (max-width: 767px) {
    .content .pict-text-teaser.two-thirds-pict.round .left-wrapper .video-button {
        left: -5%;
    }
    .content .teaser-box .inner-wrapper .video-link .video-watch {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 16%;
        right: 14%;
    }
}
@media (max-width: 575px) {
    .content .pict-text-teaser.two-thirds-pict.round .left-wrapper .video-button {
        position: absolute;
        width: 80px;
        height: 80px;
        left: auto;
        right: 12%;
        top: auto;
        bottom: 0;
    }
    .content .pict-text-teaser.two-thirds-pict.round .left-wrapper .video-button span {
        width: 44px;
        height: 44px;
    }
    .content .teaser-box .inner-wrapper .video-link .video-watch {
        bottom: 2px;
        right: 0;
    }
}

.content .videobox .video-link {
    display: block;
    position: relative;
}
.content .videobox .video-link .video-button {
    background-image: url(images/icons/player_youtube.svg);
    width: 14%;
    height: 14%;
}
.content .videobox .video-link:hover .video-button {
    background-image: url(images/icons/player_youtube_hover.svg);
}
.content .videobox .video-link .video-watch {
    background-color: rgba(41,41,41,0.7);
    color: #fff;
    padding:10px 10px 10px 20px;
    position: absolute;
    bottom: 0;
    left:0;
}
.content .videobox .video-link .video-watch span {
    display: inline-block;
    position: relative;
    background-image: url(images/icons/youtube_schriftzug.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 24px;
    margin-left:14px;
    top: 4px;
}
@media (max-width: 767px) {
    .content .videobox .video-link .video-watch {
        font-size: 14px;
        padding: 2px 10px 4px 20px;
    }
    .content .videobox .video-link .video-watch span {
        width: 90px;
        height: 16px;
        top: 3px;
    }
}
