
/**
* Details
*/
.featured-video .video .details-video-banner {
    width: 100%;
    height: auto;
}

.featured-video .video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -54px;
    margin-left: -47px;
    padding: 0;
    opacity: 0.8;
}

.video:hover .play-btn {
    opacity: 1;
}
/* ==========================================================================
Featured Video Capture
========================================================================== */
.featured-video-caption .video-length-banner {
    font-size: 28px;
    font-weight: 100;
    line-height: 36px;
}

/* ==========================================================================
Details Video Post
========================================================================== */
.details-video .details-container header {
    padding-top:40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.details-video .details-container header h1,
.details-video .details-container header h2{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.details-video .details-container header p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color:#333;
}
.details-video .details-container header .category{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.details-video .details-container header .category a{
    color:#333!important;
}
.details-video .details-container h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color:#333;
    margin-bottom:5px;
    margin-top:10px;
}
.details-video .details-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.wp-caption {
    margin-bottom: 10px;
}

.wp-caption-text{
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.details-video .details-container p a{
    color: #bc151f;
    font-weight: 800;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    width: 100%;
}

.gallery .gallery-item a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery .gallery-item img {
    max-width: 100%;
    height: auto;
    border-width: 0 !important;
}

.gallery .gallery-item a:before {
    content: "\e986";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    right: 18px;
    color: #fff;
    font-size: 20px;
}

.wp-caption p {
    max-width: 100%;
    margin: 0 auto;
}

.wp-caption-text {
    font-style: italic;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0px;
    max-width: 100%; 
}

.tags {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}
.tags span{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}
.tags a::before {
    content: '#';
} 

.tags a {
    color: #bc151f;
}

hr {
    margin-top: 30px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
Related Video Post
========================================================================== */
.related-posts {
    padding-top: 30px;
}
.related-posts h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 24px;
}
.related-posts img {
    width: 100%;
    height: auto;
}
.related-post-container .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -57px;
    margin-left: -35px;
    opacity: 0.8;
}
.related-post-container:hover .play-btn {
    opacity: 1;
}
.related-posts h4{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 5px;
}
.related-posts .related-post-description .category{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;   
}

.related-posts .related-post-description .category a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.related-posts .related-post-description .category a:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}


/* *******************************
*** MEDIATHEK LOAD MORE BUTTON ***
******************************* */

#load-more-btn {
    display: none;
}

#load-more-btn.shown {
    display: inline-flex;
}
@media (max-width: 576px) {
    .gallery .gallery-item a {
        padding-left: 3px!important;
        padding-right: 3px!important;
    }
    
    .details-container img {
        width:100%;
        height:auto;
    }
    .alignright {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .alignleft {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
}
@media (max-width: 988px){
    .wp-caption {
        /* Force the box to be 100% */
        width: 100% !important;
    }
    .wp-caption a img {
        /* Scale down if too big */
        max-width: 99.03225806%; /* 614/620 */
        height: auto;
    }
}




/* Archive Template Mediathek*/
/*************************************************************
********************* MEDIATHEK TEMPLATE STYLES ***************
**************************************************************/

/* ==========================================================================
Latest Show
========================================================================== */

.catchup-teaser {
    background-color: #333;
    padding-top: 30px;
    padding-bottom: 10px;
}

.catchup-teaser .catchup-teaser-image{
    position: relative;
}

.catchup-teaser a.catchup-teaser-item {
    border: 3px solid transparent;
    display: block;
    margin-bottom: 20px;
}

.catchup-teaser .catchup-teaser-item.active{
    border: 3px solid #fff;
}

.catchup-teaser a.catchup-teaser-item:hover,
.catchup-teaser a.catchup-teaser-item:active {
    border: 3px solid #fff;
    cursor: pointer;
}

.catchup-teaser .catchup-teaser-image .show-image {
    width: 100%;
    height: auto;
}

.catchup-teaser .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -50px;
    z-index: 1;
}

.catchup-teaser-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba($color: #383838, $alpha: 0.65);
}


/* ==========================================================================
Latest Show
========================================================================== */
.video-teaser .container{
    text-align: center;
    padding-top: 50px;
    padding-bottom:50px;
}

/* Button Filter Category */
.video-teaser .dropdown.loading .icon-filter {
    display: inline-block;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}

.video-teaser .dropdown.loading .icon-filter:before {
    content: "\e90a";
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.video-teaser .dropdown-toggle {
    max-width: 520px;
    width: 100%;
    border-radius: 3px;
}

.video-teaser .btn-secondary span.icon-filter{
    font-size: 22px;
    padding-left: 5px;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}

.video-teaser .btn-secondary:not(:disabled):not(.disabled):active, 
.video-teaser .btn-secondary:not(:disabled):not(.disabled).active, 
.video-teaser .show > .btn-secondary.dropdown-toggle {
    color: #cc0000;
    background-color: transparent;
    border-color: #ba151f;
}
.video-teaser .dropdown-toggle::after {
    display: none;
}

.video-teaser .categories-dropdown-menu {
    left: 0;
    min-width: 10rem;
    max-width: 520px;
    width: 100%;
    padding: 25px 25px 20px;
    margin: 0px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: rgba(26, 26, 26, 0.8);
    background-clip: padding-box;
    border: 3px solid #ba151f;
    border-top: 0;
}


.video-teaser .category-checkbox-item {
    width: 50%;
    float: left;
}

.categories-dropdown-menu[x-placement^="top"] {
    border-top: 3px solid #ba151f;
    border-bottom: 0;
}

.video-teaser .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

/* custom input checkbox*/
.checkbox-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label{
    position: relative;
}

.checkbox-custom-label:hover,
.checkbox-custom-label:active{
    border:none;
}

.checkbox-custom + .checkbox-custom-label:before{
    content: '';
    background: #fff;
    border: 3px solid #ba151f;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border-radius: 3px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "x";
    font-weight:900;
    font-size:12px;
    background: #fff;
    color: #000;
    line-height: 15px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

/* All videos  */
.video-teaser .all-videos {
    margin-top:30px; 
}
.video-teaser .related-post-description{
    background-color: #000;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    
}
.video-teaser h4{
    text-transform: uppercase;
    font-size: 12px;
    color:#fff;
    margin-bottom: 2px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-teaser h3{
    text-transform: uppercase;
    font-size: 16px;
    color:#fff;
    margin-bottom: 5px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-teaser .tag a{
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #4d4d4d;
    border-radius: 5px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    margin: 0 3px 3px 0;
    display: block;
    float: left;
}

.video-teaser .video-length-banner{
    color:#fff;
    font-size:22px;
    font-weight: 100;
}

.video-teaser img{
    width: 100%;
    height:auto;
}

.similar-media-mediathek .related-posts {
    margin-left:20px;
    margin-right: 20px;
}

.video-teaser .related-post-container .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -91px;
    margin-left: -35px;
    opacity: 0.8;
    font-size: 50px;
}

.video-teaser .related-post-container:hover .play-btn {
    opacity: 1;
}

.video-teaser button.load-more{
    max-width: 310px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.video-teaser .plus{
    font-size:30px;
    line-height: normal;
    margin-left: 10px;
}

/*Archive Mediathek RESPONSIVE*/

@media only screen and (max-width: 761px) {
    .video-teaser .category-checkbox-item {
        width: 100%;
        
    }
}


/*************************************************************
********************* RADIO TEMPLATE STYLES ***************
**************************************************************/
.radio .post-title h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000000;
}
.radio .post-title p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

@include media-breakpoint-down(sm) {
    .category-checkbox-item {
        width: 100%;
        float: none;
    }
}

.related-posts {	
    position: relative;	
    padding-left: 20px;	
    padding-right: 20px;	
}	

.related-posts #nextButton,	
.related-posts #prevButton {	
    position: absolute;	
    top: 50%;	
    margin-top: -56px;	
    color: #ba151f;	
    font-size: 40px;	
    background-color: transparent;	
    border-color: none;	
    padding: 0px;	
}	
.related-posts #nextButton:focus,	
.related-posts #prevButton:focus {	
    box-shadow: none;	
    background-color: transparent;	
    border-color: none;	
    outline: none;	
}	

.related-posts #prevButton {	
    left: -25px;	
}	

.related-posts #nextButton {	
    right: -25px;	
}	

.archive-radio-ad-container{
    background-color: #fff;
}

/* Responsive */

@media only screen and (max-width: 761px) {
    
    /** Responsive details video	    
    */	
    .related-posts #nextButton,  	
    .related-posts #prevButton {	
        font-size: 25px!important;	
        position: absolute;	
        top: 50%;	
        margin-top: -66px;	
        color: #ba151f;	
        font-size: 40px;	
    }	
    
    .related-posts #prevButton {	
        left: -8px;	
    }	
    .related-posts #nextButton {	
        right: -7px;	
    }	
    
}


/* AdTags Styles */ 
.all-videos .ax-loaded {
    margin-bottom:20px;
    margin-top:0px
}


/* ==========================================================================
Carousel Our Radios
========================================================================== */
.radio-carousel  {
    background-color: #fff;
 }

.radio-carousel h2 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase; 
}

.radio-carousel .gradient-bg {
    padding: 20px 110px 70px;
    height: 175px;
}

.radio-carousel .gradient-bg .image {
    border: none;
}

.radio-carousel .details h3 {
    font-size: 22px; 
}

.radio-carousel .details .tags {
    border-top: 0px;
    border-bottom: 0px; 
}

.radio-carousel .tns-item {
    margin-top: 3px; 
}

.radio-carousel .featured-carousel-wrapper {
position: relative; }

.radio-carousel .btn{
    padding: 0.5px;
}
    
.radio-carousel .featured-carousel-wrapper #nextButtonRadio,
.radio-carousel .featured-carousel-wrapper #prevButtonRadio {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    font-size: 30px; 
}
    
.radio-carousel .featured-carousel-wrapper #nextButtonRadio {
    right: -12px ; 
}
    
.radio-carousel .featured-carousel-wrapper #prevButtonRadio {
    left: -12px ; 
}

.ax-skin-layout .radio-carousel .btn{
    padding: 10px;
}

.ax-skin-layout .radio-carousel .featured-carousel-wrapper #nextButtonRadio,
.ax-skin-layout .radio-carousel .featured-carousel-wrapper #prevButtonRadio {
    margin-top: -60px;
}

.ax-skin-layout .radio-carousel .featured-carousel-wrapper #nextButtonRadio {
    right:0px; 
}

.ax-skin-layout .radio-carousel .featured-carousel-wrapper #prevButtonRadio {
    left: 0px; 
}

@media (max-width: 767.98px) {
    .radio-carousel .specials {
        min-height: 350px; 
    }
    .radio-carousel .special-post-item {
        color: #fff;
        margin-bottom: 20px; 
    }
    .radio-carousel .featured-carousel-wrapper {
        padding: 30px;
    }
    .radio-carousel .featured-carousel-wrapper #nextButtonRadio {
        right: 8px;
    }
    .radio-carousel .featured-carousel-wrapper #prevButtonRadio {
        left: 8px;
    }
    .radio-carousel .featured-carousel-wrapper #nextButtonRadio, 
    .radio-carousel .featured-carousel-wrapper #prevButtonRadio {
        font-size: 25px;
    }
    .radio-carousel .gradient-bg {
        padding: 20px 130px 70px;
        
    }
}