img.owl-thumb-item {
    width: 160px;
    height: 90px;
    cursor: pointer;
    opacity: 0.4;
}

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

a.media-container__title_link {
    color: #fff;
}

.page-home .container.media-container {
    max-width: 1400px;
    z-index: 2;
    position: relative;
}

.media-container {
    width: 100%;
    max-width: 922px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.slider-counter {
    position: absolute;
    right: 90px;
    bottom: 5vw;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans';
    font-weight: 600;
}

.page-konzertkalender .slider-counter {
    right:120px;
    bottom: 32px;
}

.page-dynamic .slider-counter {
    display: none;
}

.page-dynamic .slider-counter.dynamic-counter {
    display: block; 
}

.owl-thumbs {
    display: none !important;
}

body:not(.page-home) .owl-media-container__text {
    display: none !important;
}

.page-home .owl-media-container__text {
    /*    margin-top: -8.2em;*/
    position: absolute;
    z-index: 99999 !important;
    color: #fff;
    padding-left: 20px;
    bottom: 46px;    
    padding-right: 20px;
}

.owl-dots {
    float: right;
    right: 10%;
    margin-top: -40px;
    position: absolute;
    z-index: 99999 !important;
    display: none;
}

.page-spielstaetten .owl-dots {
    float: right;
    right: 4%;
    margin-top: -27px;
    position: absolute;
    z-index: 99999 !important;
    display: none; 
}

.dynamic-page-geschichte .owl-dots {
    right: 3%;
    margin-top: -23px;
}

button.owl-dot.active {
    background-color: white !important;
}

.page-home .owl-dots {
    float: right;
    right: 1%;
    margin-top: -84px;
    position: absolute;
    z-index: 99999 !important;
    display: none;
}

button.owl-dot {
    width: 0.8em;
    height: 0.8em;
    margin: 0 5px;
    outline:0;
    background: #212121 !important;
    border: solid 0.3em #ea5368 !important;
}

button.owl-dot {
    widthund: #fff !important;
    border: solid 0.3em #ea5368 !important;
}

/** 
*   VIDEO PLAYER
*/

.owl-nav {
    height: auto;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 5vw;
    left: auto;
    width: 52px;
    /*    transform: translate(-50%, -50%);*/
    right: 15px;
}

.page-konzertkalender .owl-nav, .page-dynamic .owl-nav, .page-spielstaetten .owl-nav {
    left: auto;
    right: 20px;
    bottom: 32px;
    width: 63px;
    z-index: 2;
}

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

.owl-carousel .owl-nav button.owl-prev img, 
.owl-carousel .owl-nav button.owl-next img {
    width: 28%;
    min-width: 15px;
}

.video-button {
    background-image: url(../images/mc-play.svg);
    /*    background-image: url(../images/play_icon.png);*/
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 25px);
    bottom: calc(50% - 25px);
    width: 80px;
    height: 80px;
    border-radius: 0px;
    cursor: pointer;
    transition: filter .3s ease-in-out;
    border: 4px solid #fff;
    border-radius: 50%;
    background-size: 82px;
    border: 5px solid #fff;
    z-index: 11;
}

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

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

div#vjs_video_3 {
    width:  100%;
    height:  100%;
}

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 {
    width:  100% !important;
    height:  100% !important;
    border-radius: 5px;
}

.video-js .vjs-tech {
    /*object-fit: fill;*/
}

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

.video-playing .owl-dots,
.video-playing .owl-media-container__text {
    display:  none;
}

.video-playing .owl-stage-outer {
    max-height: 56vw;
}

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

.media-container__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'NotoSerif-BoldItalic';
    margin-top: 20px;
}
.media-container__subtitle {
    color: rgb(128,0,0);
    background: #ffff;
    padding: 2px 5px;
    /* font-family: 'Noto Sans', sans-serif; */
    font-family: 'Noto Serif';
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}
.media-container__description p {
    line-height: 23px;
    color: #fff;
    font-size: 14px;
}

a.media-container__title_link .media-container__title:hover {
    opacity: 0.75;
}

.media-container__description {

}


@media screen and (min-width: 568px) {
    .page-spielstaetten .owl-dots {
        float: right;
        right: 3%;
        margin-top: -38px;
        position: absolute;
        z-index: 99999 !important;
    }
}

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

    .media-container__title {
        font-size: 24px;
        line-height: 1em;
    }

    .page-konzertkalender .owl-nav, .page-dynamic .owl-nav, .page-spielstaetten .owl-nav {
        bottom: 60px;
    }

    .slider-counter {
        right: 27px;
        bottom: 1vw;
    }
    .page-konzertkalender .slider-counter {
        right: 89px;
        bottom: 32px;
    }
    .page-home .owl-media-container__text {
        padding-left: 11%;
        bottom: 54px;
        max-width: 95%;
    }
    .owl-carousel .owl-nav button.owl-prev img, .owl-carousel .owl-nav button.owl-next img {
        width: 48%;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
    .media-container__title {
        font-size: 40px;
        line-height: 45px;

    }
    .page-home .owl-media-container__text {
        padding-left: 11%;
        bottom: 54px;
    }

    .owl-nav {
        position: absolute;
        display: flex !important;
        justify-content: space-between;
        top: auto;
        left: 3%;
        width: 96%;
        /* transform: translate(-50%, -50%); */
        right: auto;
        bottom: 21%;
        height: 0;
    }

    /*    .dynamic-page-geschichte .owl-dots {
        right: 1%;
        margin-top: -77px;
    }*/


    .blog-content .owl-nav {
        width: 106%;
    }

}


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

    .page-dynamic  .owl-carousel, .page-dynamic  .owl-carousel.owl-loaded {
        display: block;
        max-width: 920px;
        margin: auto;
    }
    .page-konzertkalender .owl-nav,
    .page-dynamic .owl-nav,
    .page-spielstaetten .owl-nav{
        right: 4px;
    }

    .video-playing .owl-item.active {
        height: calc((100vw - (100vw - 874px)) * 0.56);
        max-height: 56vw;
    }

    .page-spielstaetten .owl-dots {
        float: right;
        right: 2%;
        margin-top: -40px;
        position: absolute;
        z-index: 99999 !important;
    }

}

@media screen and (min-width: 1025px) {
    .page-home .owl-media-container__text {
        padding-left: 10.5%;
        bottom: 73px;
    }

    .owl-nav {
        /*        position: absolute;
                display: flex;
                justify-content: space-between;
                top: 85%;
                left: auto;
                width: 6%;
                transform: translate(-50%, -50%);
                right: 0;*/
        left: 5%;
        width: 90%;
    }

    .blog-content .owl-nav {
        width: 106%;
    }

}

@media screen and (max-width:1300px) and (min-width: 1025px) {
    .dynamic-page-geschichte .owl-nav {
        top: 36%;
    }

    .page-dynamic .owl-dots {
        margin-top: -31px;
    }

    #side-bar .link {
        font-size: 21px;
        padding-bottom: 5px;
    }

}


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

    .page-home header.site-header,
    .page-home .navbar {
        height: 45px;
    }

    .slider-counter {
        font-size: 36px;
        bottom: 3.5vw;
    }

    .page-home .owl-dots {
        float: right;
        right: 1%;
        margin-top: -84px;
        position: absolute;
        z-index: 99999 !important;
    }

    .page-dynamic .owl-dots {
        right: 1%;
        margin-top: -35px;
    }

    .video-player-container {
        height: 660px;
    }


}
