.mc-container.container {
    padding: 0;
}
.page-dynamic .mc-container.container {
    /*    max-width: 1200px;*/
}

.page-dynamic .media-container-1{
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 75vw;
}


.page-dynamic .media-container-1.video-playing{
    padding-bottom: 56.25%;
}

.page-dynamic .media-container-1.video-playing .owl-media-image img{
    padding-bottom: 56.25%;
}

.page-dynamic .video-playing .owl-stage-outer.owl-height {
    height: 56.25vw !important;
}

.page-dynamic .video-playing .owl-item.active {
    height: 56.25vw;
}


.page-dynamic .media-container-blog{
    display: block;
    position: relative;
}






.no-mc-container {
    height: 106px;
}

img.owl-thumb-item {
    width: 160px;
    height: 90px;
    cursor: pointer;
    opacity: 0.4;
}
.page-kulturschaffende .owl-media-info {
    position: absolute !important;
}

img.owl-thumb-item.active {
    opacity: 1;
}

/* Text */
.owl-media-info {
    position: absolute !important;
    z-index: 999;
    bottom: 10px;
    color: #fff;
}

.owl-media-container__text {
    padding: 0px 35px 0 0;
    margin-top: -42px;
}


.page-home .media-container__title {
    color: rgb(30,30,30);
}

.page-home .media-container__subtitle {
    color: rgb(30,30,30);
}

.media-container__title {
    font-size: 20px;
    line-height: 20px;
    font-family: 'daxmedium';
    color: #fff !important;
}

.media-container__subtitle {
    font-size: 20px;
    line-height: 20px;
    font-family: 'daxlight';
    color: #fff!important;
}

.media-container__description {
    padding: 0px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.article-edit-button-container {
    display: inline-flex;
    position: absolute;
    z-index: 99 !important;
}

.owl-media-image {
    width: unset !important;
    padding: 0 !important;
}

/* Navigation */
.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 44%;
    /* left: 10px; */
    width: 100%;
    /* transform: translate(-50%, -50%); */
    height: 0px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    outline: none;
    height: 45px;
    width: 45px;
}

.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel .owl-nav button.owl-next img {
    width: 30%;
}


.owl-dots{
    visibility: hidden;
    display: none;
}

/* Video */

.video-button:hover {
    filter: brightness(75%);
}

.video-button {
    background-image: url(../images/mc-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 124px;
    height: 124px;
    border-radius: 5px;
    cursor: pointer;
    transition: filter .3s ease-in-out;
    z-index: 1000;
    right: 0;
    top: 0;
    margin: auto;
}

.dynamic-page-testpage .gradient-layer {
    /*    display: none*/
}

.dynamic-page-testpage .owl-media-info {
    /*    background: 0!important;*/
}

.video-player-container {
    position:  absolute;
    left:  0;
    top: 0;
    width:  100%;
    height:  100%;
    display:  none;
    z-index: 1000;
}

div#vjs_video_3 {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;

}

.media-container__video-close {
    position: absolute;
    z-index: 8998 !important;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 15px;
    background-image: url('../images/mc-plus.svg');
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.film-layer__video-close.icon.icon-close {
    width:  30px;
    height:  30px;
    position:  absolute;
    top: 15px;
    right:  15px;
    cursor:  pointer;
    z-index: 8;
    content: url(../images/img_close.png);
    border-radius: 50%;
    transition: filter 0.3s ease-in-out;
}

a.film-layer__video-close.icon.icon-close:hover {
    filter: brightness(75%);
}

.film-layer__inner {
    width:  100%;
    height:  100%;
}

.video-js {

    border-radius: 5px;
}

.video-js .vjs-tech {
    object-fit: cover;
}

.video-js .vjs-tech video{
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
}

.video-js.fullscreen .vjs-tech,
.video-js.vjs-fullscreen .vjs-tech {
    object-fit: contain;
}


.video-playing .owl-item.active {
    height: 56vw;
}

/* Thumbnails */

.owl-thumbs {
    position: relative;
    height: 100px;
    width: 99999px;
    margin-left: 0px;
    display: none;
}

@media screen and (min-width: 568px) {
    .media-container__title {
        line-height: 26px;
    }
    .media-container__subtitle {
        line-height: 26px;
    }
    .mc-container.container {
        padding: 0 15px;
    }
    .media-container__description {
        padding: 20px 0px;
        line-height: 20px;
    }

    .page-dynamic .media-container-1{
        padding-bottom: 44vw;
    }
}


@media screen and (min-width: 768px) {
    .mc-container.container {
        padding: 0 15px;
    }
    /* Text*/
    .owl-media-info {
        position: absolute !important;
        z-index: 999;
        bottom: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        color: #fff;
    }

    .media-container__title {
        font-size: 32px;
        line-height: 32px;
        font-family: 'daxmedium';
    }

    .media-container__subtitle {
        font-size: 32px;
        line-height: 32px;
        font-family: 'daxlight';
        padding: 10px 0;
    }

    .media-container__description {
        display: block;
        padding: 10px 0px;
    }

    .media-container-wrap {
        display: flex;
        flex-wrap: wrap-reverse;
    }
}

@media screen and (min-width: 992px) {
    .owl-carousel .owl-item img {
        /*        min-height: 520px;*/
        object-fit: cover;
        max-height: 650px;
    }
    .mc-container.container {
        padding: 0px;
    }


    .page-dynamic .media-container-1.video-playing{
        padding-bottom: 60%;
    }

    /* Text */
    .media-container-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .owl-media-info {
        position: relative !important;
        z-index: 999;
        bottom: 15px;
        display: flex;
        align-items: baseline;
        margin-bottom: 0px;
        color: #fff !important;
        margin-top: 50px;
    }

    .page-home .media-container__description {
        display: block;
        padding: 10px 0px;
        color: rgb(30,30,30);
    }
    .media-container__title {
        font-size: 20px;
        line-height: 26px;
        font-family: 'daxmedium';
        color: rgb(30,30,30) !important;
    }

    .media-container__subtitle {
        font-size: 20px;
        line-height: 26px;
        font-family: 'daxlight';
        color: rgb(30,30,30)!important;
    }

    .page-dynamic .media-container__title {
        font-size: 20px;
        line-height: 26px;
        font-family: 'daxmedium';
        color: rgb(255,255,255) !important;
    }

    .page-dynamic .media-container__subtitle {
        font-size: 20px;
        line-height: 26px;
        font-family: 'daxlight';
        color: rgb(255,255,255)!important;
    }



    /* Navigation */
    .owl-nav {
        position: absolute;
        display: flex;
        justify-content: space-around;
        top: 75%;
        left: 75px;
        width: 103px;
        transform: translate(-50%, -50%);
        /* height: 0px; */
    }


    .page-dynamic .owl-nav {
        position: absolute;
        display: flex;
        justify-content: space-between;
        top: 38%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }


    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        outline: none;
        height: 50px;
        width: 50px;
    }
}





@media screen and (min-width: 1024px) {

    /* Navigation */
    .owl-nav {
        top: 85%;
    }
}




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

    .page-dynamic .video-playing .owl-item.active {
        height: 675px;
    }

    .page-dynamic .media-container-1.video-playing{
        padding-bottom: 700px;
    }

    .page-dynamic .media-container-1.video-playing .owl-media-image img{
        padding-bottom: 675px;
    }

    .page-dynamic .video-playing .owl-stage-outer.owl-height {
        height: 675px !important;
    }

}
@media screen and (min-width: 1400px) {


    .page-home .media-container__description {
        display: block;
        padding: 0px 0px;
        color: rgb(30,30,30);
    }


    /* Text*/

    .media-container__title {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0;
    }

    .owl-media-info {
        position: relative !important;
        z-index: 999;
        bottom: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .page-kulturschaffende .owl-media-info {
        position: absolute !important;
    }


    .owl-nav {
        position: absolute;
        display: flex;
        justify-content: space-around;
        top: 79%;
        left: 76px;
        width: 127px;
        transform: translate(-50%, -50%);
        /* height: 0px; */
    }



    .owl-media-image {
        width: 100% !important;
        /*        padding: 5px !important;*/
        min-height: 520px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-dynamic .media-container-1{
        padding-bottom: 570px;
    }

    .video-player-container {
        max-width: 1300px;
        /*                left: calc((100vw - 1300px) / 2);*/
    }

}
