/*
 Theme Name:   Gameday Child
 Theme URI:    http://preview.themeforest.net/item/gameday-wordpress-sports-media-theme/full_screen_preview/3777874?_ga=1.49115045.248057737.1483978289
 Description:  Gameday Child Theme
 Author:       Nguyen Hai Long
 Author URI:   
 Template:     gameday
 Version:      1.0.0
 License:      Regular License
 License URI:  https://themeforest.net/licenses/terms/regular/2.2%20(Copy)
*/

@font-face {
    font-family: titilium;
    src: url(font/titilium/Titillium-Regular.otf) format('opentype'),url(font/titilium/titillium-regular-webfont.woff) format('woff');}

@font-face {
    font-family: titilium-bold;
    src: url(font/titilium/Titillium-Bold.otf) format('opentype'), url(font/titilium/titillium-bold-webfont.woff) format('woff');}

@font-face {
    font-family: titilium-semibold;
    src:  url(font/titilium/Titillium-Semibold.otf) format('opentype'), url(font/titilium/titillium-semibold-webfont.woff) format('woff');}

/*------ font ------*/
body,
.breadcrumb,
h4.home-title1, 
h4.home-title1 a,
#post-area{font-family: titilium;}
body #site p{line-height: 1.3;}
body h2,#main h1, #content-area h1, #post-area h1{
	font-family: titilium-bold;
	font-size: 2em;
	font-weight: normal;
	margin: 40px 0 10px;}


/*------ body ------*/

body a, body a:visited{color:#ec6608 }


#site{position: relative;}

/*---------Player Control-------------*/
/*-------Progressbar------------*/

#progressbar{
	cursor: pointer;
    background: #fff;
    width: 98%;
    margin: 4px 1% 10px;
    display: inline-block;vertical-align: middle;}

#progressbar .ui-slider-range {  
	cursor: pointer; 
	height: 0px;
    background: rgb(0, 0, 0);}

#progressbar .ui-slider-handle{ 
	cursor: pointer;
	width: 6px !important;
	height: 6px !important;
	margin-left: -3px !important;
	top: -9px !important;
	position: relative;
	border: 2px solid;
	background: #000;}

#progressbar{
	border: none;
	border-top: 2px solid;
	height: 5px;}
	
#progressbar .ui-slider-range{height: 5px;}

#progressbar .ui-slider-handle{display: none;}

/*-------volume--------*/

#volume_wrap{
	overflow: hidden;
	text-align: left;
	width: 35px;position: absolute;
	left: 0;}

#volume_wrap:hover{overflow: visible;width: 145px;padding-right: 10px;}

#volume{
	border:1px solid; 
	height:0px;}

#volume_wrap #volume{visibility: hidden}
#volume_wrap:hover #volume{visibility: visible}

#volume{
	min-width: 100px;
	width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin: 12px 0px 0px 1%;
	float: right;
	position: relative;
	height: 5px;
	border: 2px solid;
	border-top: none;
	border-right: none;}

#volume .ui-slider-range {   
	border: none;
	height: 6px;
	cursor: pointer;
	background: black;}

#volume .ui-slider-handle{
	cursor: pointer;
	border-radius: 50%;
	top: -15px !important;
	background: #121110;
	width: 6px !important;
	height: 6px !important;
	margin-left: -5px !important;
	position: relative;
	border: 1px solid #000;
	display: none;}

.ui-slider-handle{
	cursor: pointer;
  	border-radius:50%;
  	top: -5px !important;
  	width: 11px !important;
  	height: 11px !important;
  	margin-left:-5px !important;
	position: relative;
	border: 1px solid #d3d3d3;
	display: inline-block;}

.mute{	
	cursor: pointer;
    vertical-align: middle;
    border-color: #fff;
	background: url(icon/icon-lautsprecher.svg);
	background-size: cover;
	background-position: center;
    border: none;
    height: 30px;
	width: 30px;
	margin: 0 5px;
	color: transparent;}

.mute.active{background: url(icon/icon-lautsprecher-aus.svg);background-size: cover;
	background-position: center;}

@-moz-document url-prefix() { 
	#volume .ui-slider-handle {
		top: -11px !important;}
}

/*------Play, stop, etc .......*/

#play,#pause,#speed,#stop,#skipback,#skipforward {
	padding: 0;
	width: 28px;
	height: 28px;
 	cursor: pointer;
	display: inline-block;
	border: none;
	vertical-align: middle;}

.btn_wrap_center{display: inline-block;width:85px;}

#speed{background: none;position: relative}
#speed:after{
	content:"";position: absolute;
	height: 10px;width: 20px;
	background: url(icon/speed.png);
	bottom: 0px;
    left: 4px;
    font-size: 0.7em;}

#play {  background: url(icon/Play.png);background-size: cover;background-position: center;}

#pause {  background: url(icon/Pause.png);background-size: cover;background-position: center;}

#stop {  background: url(icon/stopinverticon.png);background-size: cover;background-position: center;}

#skipforward,#skipback{
	width: 26px;
    height: 25px;
   	border-radius: 30px;}

#skipforward{ background: url(icon/skipforward.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2px 6px 3px 5px;}

#skipback { background: url(icon/skipbackward.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2px 5px 3px 6px;}

#speed:hover,#pause:hover,#play:hover,#stop:hover,#skipforward:hover,#skipback:hover{opacity: 0.5; }

.time{
	display: inline-block;
	text-align: right;margin: 5px 1% 0 0;width: 145px;position: absolute;right: 0;}

.timeintervall{cursor: pointer;display: flex;}
.timeintervall:hover{color: #ff6000;}
.tt_time{white-space: nowrap;margin-right:3px;}
#currenttime,
#duration{
	margin: 0px 6px;
    cursor: default;
    display: inline-block;
	vertical-align: middle;}


.featuredrss-item.deactive span,
.listrss-item span,
.featuredrss-item.deactive span{opacity: 0;transition: opacity 100ms}
	
.featuredrss-item span,
.listrss-item span{
	opacity: 1;transition: opacity 400ms 1000ms;
	color: #fff;
	margin: 5px 0px;
	display: block;
	font-size: 1;}

.back_featuredrss_item,.back_catrss_item{
	background: url(icon/Abo-Pfeil.png);
	background-position: center;
	background-size: cover;
	width: 0px;
	height: 25px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	margin: 45px 0px 0px;}


.link_list_wrap,.link_cur_wrap{
    display: inline-grid;
    grid-template-columns: auto auto auto auto;grid-gap: 10px 0}

.rechts_featured_wrap,
.rechts_list_wrap,.rechts_cur_wrap
	{width:0;background: #666;overflow: hidden;display: flex}

.rechts_featured_wrap_wrap,
.rechts_list_wrap_wrap,
.rechts_cur_wrap_wrap{
	min-width: 200px;margin: auto;}



.featuredrss-item,.listrss-item{
	width: 80px;
	height: 125px;
	vertical-align: middle;
	background: none;
	border: none;
	margin: 15px 5px 0px;
	color: #2b2b2b;
	transition: height 1s;
	display: inline-block;
	overflow: hidden;
	font-size: 0.75em;
	padding: 0 5px;
	cursor: pointer;}

/*-----content wrap------------*/


#main{width: 980px;float: none;display: inline-block;}



/*----Player------*/
#player{box-shadow: 0px 21px 41px -44px #555;
margin: 10px 0 40px;width: 100%;display: inline-block;}

.player-left, .player-right{
	display: inline-block;
	vertical-align: top}

.player-left{max-width: 300px;margin-right: 45px;display: inline-grid;max-height: 927px;overflow: hidden;}
.search .player-left{max-height: none;}
.player-left img{max-height: 300px;}
.player-left p{margin: 0 0 0.8em 0;}

.player-right{max-width: 630px;float: right;}

:focus{outline: none;}

#audio1{width: 455px;
    margin: 0 10px; display: none;}

.player_controls{text-align: center;margin-bottom: 10px;}

.player_btn{
	text-align: center;
	width: 200px;
	display: inline-block;
	margin: 2px 0;}

#nowPlay{padding-top: 2px;}

/*--- Player left ---*/
.player-left-content-wrap{overflow: hidden;}

.cat_desc_wrap{transition: all 500ms;opacity: 1;max-height: 530px;overflow-y: auto}

.cat_desc_wrap.hide{opacity: 0;}

.cat_desc_wrap h3{margin: 1em 0;}

/*--- PLayer left social --*/

.socialpage_wrap{display: inline-flex;float: right;margin: 3px 0px 0;}
.facebookpage,
.twitterpage,.instagrampage,.pinterestpage,.youtubepage,.linkedinpage{
	width: 25px;
	height:25px;
	margin: 0 5px;
	display: inline-block;
	background-size: contain;}

.facebookpage{background-image: url(../icon/F_icon.svg);}
.twitterpage{background-image: url(../icon/twitter.png)}
.instagrampage{background-image: url(../icon/instagram_icon.png)}
.pinterestpage{background-image: url("../icon/pinterest.png")}
.youtubepage{background-image: url("../icon/youtube.png")}
.linkedinpage{background-image: url("../icon/LinkedIn_logo_25px.png")}
/*---------rechts----------*/
.playerCurrent,.playerDescription{
	display: inline-block;
    width: 100%;
    padding: 0;
    margin: 1px -1px 1px 1px;
    list-style: none;
  	color:#2b2b2b;
    overflow: auto;vertical-align: top;}

.playerCurrent{ 
	overflow: visible;
	min-height: 300px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0px 21px 41px -44px #555;}

/*-------------------------Currently Playing-------------------------------*/

#npCategorie,.PodCategorie{    
	font-size: 0.62em;
    margin: 5px 6px 0;
	color: #888;}

#npCategorie span,.PodCategorie span{padding: 0 2px}

#npCategorie a:first-child,.PodCategorie a:first-child{
	font-size: 1.1em;
	color: #444;
	font-family: titilium-semibold;}

#npCategorie a,#npCategorie a:visited{color: #888;}

#npCategorie span:last-child,.PodCategorie span:last-child{display: none;}

#npTitle{ margin: 9px 6px;
    font-weight: 700;
	font-family: titilium;
    font-size: 1.2em;
    text-transform: uppercase;
    width: 100%;
    max-width: 470px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
	vertical-align: middle;
	line-height: 1.25em; }

#npDescription p {margin-bottom: 10px}
/*-------- extra-content --------*/

#np_extra_btn_wrap,#cat_btn_wrap{display: inline-block;margin: 9px 2px;}

#np_extra_btn_wrap{text-align: right;width: 140px;}

#cat_content_wrap{margin: 5px 0;}

#cat_btn_wrap{float: none;margin: 25px 0 14px;display: block;}

#cat_content_wrap,
#extra_content_wrap{
	overflow: hidden;
	height: 0; 
	position:relative;background:#888888; }

#extra_content_wrap{position: absolute;}

#cat_content_wrap h3,
#extra_content_wrap h3{color: #fff; white-space: nowrap; cursor: pointer;text-transform: uppercase;}

#cat_content_wrap h3.active:before,	
#extra_content_wrap h3.active:before{content: "< ";}

.extra_content_wrap{display: flex;height: 252px;}

.cat_content_wrap{display: flex;}

#extra_content_wrap{width: 100%;}

.extra_moderator,.extra_rss,.extra_share{background:  #888888;}

.extra_moderator,.extra_rss, .extra_share,.extra_info{
	width: 0%;
	overflow: hidden;
	transition: width 500ms 0s;
	text-align: center;}

.ModImageWrap{
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-size: cover;
	background-position-x: center;}

.extra_info{
	text-align: left;
	background:  #888888;
	color: #fff;}

.extra_mobile_info{margin:10px}

.extra_moderator.active,.extra_rss.active,.extra_share.active,.extra_info.active {
	width: 100%;padding-bottom: 30px;}

.extra_rss.active{max-height: 520px;overflow-y: auto;}

.extra_close,.extra_list_close{
	margin: auto;
	text-align: center;
	background: transparent;
	color: #2b2b2b;
	font-size: 0.8em;}

.extra_close{position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;}

.extra_close svg,.extra_list_close svg{margin-top: -20px;
    width: 120px;
    height: 40px;
    cursor: pointer;}

.extra_list_wrap{ overflow: hidden;height: 0;  width: 98%;margin: 0 1%;}

.extra_list_wrap_wrap{display: flex;}

.extra_list_moderator,
.extra_list_rss,
.extra_list_info, 
.extra_list_share{
	width: 0%;
	overflow: hidden;
	transition: width 500ms 0s;
	background: #888888;
	text-align: center;
	color: #fff;
	margin-top: 5px;}

#podcast_list .extra_list_share a{color: transparent !important;}

.extra_list_moderator.active,
.extra_list_rss.active,
.extra_list_info.active,
.extra_list_share.active{width: 100%;min-height: 201px;}

#extra_content_wrap h4,.extra_list_wrap_wrap h4,#cat_content_wrap h4{
	margin: 30px 0 10px;
	color: #fff;}

.list_description_wrap{min-width: 538px;
	padding: 0px 3%;padding: 0px;
	font-size: 0.9em;
	text-align: justify;margin-bottom: 40px;max-height: 290px;
	overflow: hidden;}

.search .list_description_wrap{
	padding: 0px 10px;}

.list_description_content_wrap{

	max-height: 225px;
	overflow: auto;
	padding: 0 3%;}
#podcast_list li.plSel .list_description_content_wrap a,
.list_description_content_wrap a{
	color: #fff;text-decoration: underline;
}

/*-----------social--------------*/
#featured_main .share_btn_wrap{max-width: 220px;margin: auto;}

.extra_list_share .share_btn_wrap{ min-width: 350px;
margin: auto;}
 
.facebookshare,.facebookshare_cur,
.twittershare,.twittershare_cur,
.emailshare,.emailshare_cur,.embed_list_btn,.link_copy_btn{
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
	border-radius: 5px;
    display: inline-block;
    color: transparent;
	vertical-align: middle;
	margin: 20px 10px;}

.share_tt_wrap{margin-bottom: 10px;width: 100%;}

.share_tt{
	border: none;
	border-bottom: 1px solid;
	background:transparent;
	color:#fff;
	font-family: titilium;
	font-size: 16px;
}

input[type=time]::-webkit-clear-button,input[type=time]::-ms-clear{display: none;}

.share_tt.deactive{opacity: 0.1;pointer-events: none;}

.share_btn_wrap .linktocopy{
	width: 98%;
	height: 20px;
	position: relative;
	bottom: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	background:#fff;
	line-height: 1.5em;}

#featured_main  .facebookshare,
#featured_main  .twittershare,
#featured_main  .emailshare,
#featured_main  .embed_list_btn,
#featured_main  .link_copy_btn{margin: 10px;}

.facebookshare,.facebookshare_cur{
	background-image: url(icon/F_icon.svg);}

.twittershare,.twittershare_cur{
	background-image: url(icon/twitter.png);}

.emailshare,.emailshare_cur{    
	background-image: url(icon/Icon-Email.png);
	background-size: 30px;
	background-position: center;
	background-color: #000;
	background-repeat: no-repeat;
	filter: invert(100%);}

.extra_share .sharewrap p,.extra_share .sharewrap label{color: #fff;}

.embed_html_code,.linktocopy{
	width: 10px;
	height: 10px;
	overflow: hidden;
	border: 0;
	background: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: -10px;
	left: 0;}

.embed_list_btn{
	background-image: url(icon/Icon-Embed-Schwarz.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	background-color: #d5d5d5;
	border: none;cursor: pointer;
}
.link_copy_btn{
	background-image: url(icon/LinkChain.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	background-color: #515151;
	border: none;cursor: pointer;}

/*-------------extra buttons-----------*/
.moderator{background: url(icon/Icon-Hostmobile.png);
	background-size: cover;}	
.moderator:hover,.plSel .moderator,.moderator.active{background: url(icon/Icon-Hostmobile-hover.png);
	background-size: cover;}	

.rss_btn,.rss_list_btn{background: url(icon/RSSmobile.png);
	background-size: cover;}

.rss_btn:hover,.rss_btn.active,.rss_list_btn:hover,.rss_list_btn.active,.plSel .rss_list_btn{
	background-image: url(icon/RSSmobile-hover.png);}

.share,.rss_share_btn{
	background: url(icon/Sharemobile.png);
	background-size: cover;}

.share:hover,.share.active,.rss_share_btn:hover,.rss_share_btn.active,.plSel .rss_share_btn{
	background-image: url(icon/Sharemobile-hover.png);}

.info,.rss_info_btn{
	background: url(icon/info-mobile.png);
	background-size: cover;}

.info:hover,.info.active, .rss_info_btn:hover,.rss_info_btn.active,.plSel .rss_info_btn{
	background-image: url(icon/info-mobile-hover.png);}
	
.downloadicon{
	background: url(icon/Downloadmobile.png);
	background-size: cover;}

.downloadicon:hover,.plSel .downloadicon{
	background-image: url(icon/Downloadmobile-hover.png);}
	
.rss_btn,.share,
.info,.downloadicon,
.moderator{width: 25px;height: 25px;margin: 0 5px;overflow: hidden;}

/*-------Moderator------------*/

.extra_moderator h3{margin: 15px;}
.extra_moderator ul{min-width: 250px;margin-bottom: 10px} 
.moderator{
    border: none;
    cursor: pointer;
    color: transparent;
    margin: 0 10px 0 0;}

.moderator:hover{
	opacity: 0.4;}

.extra_list_moderator a,
.extra_moderator li ,
.extra_content_wrap .extra_moderator a{
	display: inline-block;
	width: 100px;
	height:140px; 
	margin: 0 5px 10px;
	padding: 0 5px;
	font-size: 0.85em;
	color: #f1f1f1 ;
	vertical-align: top;transition: all 1s 1s;}

.extra_list_moderator.active a,
.extra_moderator.active li ,
.extra_content_wrap .extra_moderator.active a{display: inline-block;}

.moderator_wrap{display: inline-flex;margin-bottom: 40px;}

.sharewrap{margin-bottom: 40px;}

.moderator_wrap p,.extra_moderator a, .extra_moderator a p{color:#f1f1f1;margin: 3px 0}

.moderator_img_wrap{
	height: 100px;
	overflow: hidden;
	background-position-x: center;
	background-size: cover;} 

/*--------Description-----*/

#npDatum{  float: right;
    display: inline-block;
    margin: 10px 6px 0 0;
    font-size: 0.8em;}

#npDescription{margin: 6px 1% 10px;
    display: inline-block;
	line-height: 1.2em;width: 100%;}

#npDescription ul{
	list-style: inside;
	margin-bottom: 10px;line-height: 1.3;
	padding: 10px;}
#npDescription h1{  font-size: 1.3em;
  line-height: initial;}
#npDescription h2{font-size: 1em;}
.description_more_wrap{text-align: center;display: none;margin: 3px 0 18px;}

.description_more_wrap.active{display: block;}

.description_more{
	background: transparent;
	padding: 5px 25px;
	border: 1px solid;
	border-radius: 7px;
	cursor: pointer;
	text-decoration: none;
	color: #7b7b7b;}

/*-----cat_filter-------*/
.cat_filter{cursor: pointer;margin: 5px 0;}

.cat_filter.active,.cat_filter:hover{color: #ec6608;}

/*---------List--------*/

#podcast_list{
	display: inline-block;
    width: 100%;
    padding: 0;
	margin: 7px 0 20px 1px ;
    list-style: none;
    overflow: auto;max-height: 510px;}

.podcast_list{padding: 0;margin: 0;}

.podcast_list li{
	margin: 0 0 10px;
}

#podcast_list > li{  
	border-bottom:2px solid rgba(255,255,255,0.33);
	border-radius:2px ; 
	margin-bottom:1px;cursor: pointer;}

#podcast_list li.plSel,#podcast_list li.plSel a{  color: #ff6000;}

#podcast_list li .PodTitle {
	font-family: titilium;
	font-size: 1.1em;
    max-width: 100%;
    margin: 4px 6px;
    display: block;
  /*  white-space: nowrap;*/
   	width: 96%;overflow: hidden;line-height: 1.26em;}

#podcast_list li .PodDatum {display: block;margin: 1px 6px 0; font-size:0.8em;}

#podcast_list li .PodLink,
#podcast_list li .PodDescription,
#podcast_list li .PodEnclosure ,
.podcast_list li.filterd{display:none;}

#podcast_list li .PodDuration {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 70px;padding-top: 8px;}

.infoWrap{width: 430px;
    display: inline-block;cursor: pointer;}

.infoleftwrap{width: 354px;
	display: inline-block;
	vertical-align: middle;
	min-height: 50px;}

.PodCategorie{margin: 6px 6px 0;width: 410px;float:left;}
.PodCategorie a,.PodCategorie a:visited {color:rgba(85,85,85,0.60);}

#npDate{ 
    font-size: 0.8em;
    margin: 15px 1% 4px; }

.durationWrap{    
	float: right;
    font-size: 0.62em;
    margin: 2px 6px 0 0;}

#downloadicon:hover{text-decoration:none;}
.downloadicon{
	color: transparent;
	border: none;
	cursor: pointer;
	margin: 0 5px;
	display: inline-block;
	vertical-align: bottom;
}

#cat_btn_wrap .rss_btn,#cat_btn_wrap .share{margin: 3px 10px 0 0;}

.buttonWrap{display: inline-block;
	float: right;
	height: 25px;
	margin: 5px 5px 0 0;}

.podcast_list .buttonWrap{display: inline-flex;}

.buttonWrap button{width: 25px;height: 25px;overflow: hidden;margin: 0 5px;}

.buttonWrap button:hover,
#np_extra_btn_wrap button:hover,
#cat_btn_wrap button:hover{opacity: 0.4;}

.buttonWrap a:hover{text-decoration: none;}

.rss_list_btn,.rss_btn,
.rss_share_btn,.share,
.rss_info_btn,#cat_btn_wrap .info{
	border: none;cursor: pointer;color: transparent;}

.loadmore{
	display: table;
	margin: 20px auto;
	cursor: pointer;
	padding: 5px 20px;
	border-radius: 9px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	background: #fff;}

/*---------rss buttons --------------*/

.listrss-item {width: 100px;height: 130px;margin: 0 5px 0;}

.listrss-item img{width: 100px;}

.extra_list_rss_wrap,.extra_cur_rss_wrap{display: grid;
	width: auto;
	margin: 15px 2% 40px;;
	grid-template-columns: auto auto auto;}

.extra_cur_rss_wrap.active,.extra_list_rss_wrap.active{grid-template-columns: 10% auto 50%;}

.extra_list_rss.active .listrss-item.active{height: auto;
	top: 0;
	bottom: 0;
	margin: auto;}

.extra_list_rss_wrap{margin: 0 2% 30px;}

.back_catrss_item,.link_list_wrap,.rechts_list_wrap,.link_cur_wrap{left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;}

.listrss-item span{opacity: 1; transition: all 400ms 1500ms;}
.listrss-item.deactive span{opacity: 0; transition:all 100ms;}

.rechts_list_wrap_wrap {
    min-width: 200px;
    margin: 34px 0;}

.Item-itunes,.Item-direct,.Item-spotify,.Item-googlepodcast,.Item-audionow,.Item-deezer,.Item-fbwmfl,.Item-amazon{
	width: 35px;height: 35px;
	display: inline-block;
	margin: 5px 10px;}

.back_catrss_item{
	background: url(icon/Abo-Pfeil.png);
    background-position: center;
	background-size: cover;
	width: 0px;
	height: 25px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	margin: auto;
	top: 0;
	bottom: 0;}

.cat_content_wrap .back_catrss_item{
	position: absolute;
	top: 4em;
	left: -3em;
    bottom: unset;
	right: unset;}

.cat_content_wrap .back_catrss_item.active {width: 35px;}

.cat_content_wrap .back_catrss_item.active{display: none;}

.extra_rss .catrss-item,.extra_list_rss .listrss-item,.extra_rss .listrss-item{
	width: 100px;height: 140px;
	vertical-align: middle;
	background: none;
	border: none;
	margin: 10px 5px 0px;
	color: #fff;
	transition: height 1s;
	display: inline-block;
	overflow: visible;
	padding: 0 5px;
	cursor: pointer;
	font-size: 0.77em;}

.extra_list_rss .listrss-item,.extra_rss .listrss-item{font-size: 0.77em;}
.extra_rss .listrss-item{margin: 0 5px;	}

.extra_list_rss .listrss-item{margin: 0px 5px 0px;display: none;}

.extra_list_rss.active .listrss-item{display: inline-block;}

.extra_rss h3,.extra_list_rss h3,
.extra_list_moderator  h3,.extra_list_share  h3,
#cat_content_wrap h3, #extra_content_wrap h3{
	margin: 15px 0 10px;; white-space: nowrap;text-transform: uppercase;}

.extra_list_rss h3,.extra_list_moderator  h3,.extra_list_info h3{margin: 25px 0;text-transform: uppercase;text-align: center;}

.extra_list_share  h3{margin: 25px 0 15px;}

.extra_rss .catrss-item > img{width: 100%;float: none;}

.catrss-item span{color: #f1f1f1;margin: 5px 0;display: block;}

.rss_wrap{display: flex;overflow: hidden;}

.link_wrap,.rechts_wrap{margin:0 0 15px;}

.link_wrap{display: inline-flex;margin-left: 30px;}

.extra_rss.active .link_wrap{display: inline-grid;
	position: relative;
	grid-template-columns: auto auto;
	margin: 0 auto 15px;}

.rechts_wrap{
	height: 0;
	overflow: hidden;
	width: 0;}

.rechts_wrap{opacity: 0;}

.extra_rss.active .rechts_wrap.active{
	padding: 10px 00px 10px;
	height: auto;
	background: #777777;
	width: auto;}

.rechts_wrap.active{margin: 0px 10px;}

.listrss-item_image{
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	transition: all 0ms 500ms;}

.deactive .listrss-item_image{width: 0;}

.Item-audionow{background: url("icon/logo-rtlplus.png");background-position: center;background-size: contain;background-repeat: no-repeat; }
.Item-spotify{background: url(icon/Spotify.png);background-position: center;background-size: cover; }
.Item-googlepodcast{background: url(icon/googlepodcast.png);background-position: center;background-size: cover; }
.Item-amazon{background-image: url("https://images-eu.ssl-images-amazon.com/images/I/610LDzZhsUL.png");background-size: cover;}

.Item-itunes{background: url("icon/icon-apple-podcast-35px.png");background-position: center;background-size: cover; }
.Item-deezer{background: url("icon/deezer-farbe-48.png");background-position: center;background-size: cover; }
.Item-fbwmfl{background: url("icon/fbwmfl-logo-white.png");background-position: center;background-size: cover; }

.Item-direct{background: url(icon/LinkChain.png);background-position: center;background-size: cover;} 

.listrss-spotify,.catrss-spotify,.currss-spotify,.featuredrss-spotify  {/*display: none !important;*/}

/*----app box size--*/
.Item-podcastaddict,
.Item-podkicker,
.Item-playerfm,
.Item-overcast,
.Item-castro,
.Item-pktc,
.Item-rssradio,
.Item-icatcher{
	width: 35px;height: 35px;display: inline-block;margin: 5px 10px;background-position: center;
	background-size: cover;vertical-align: top;}

/*-----------podcatchers Android-----------*/
.Item-podcastaddict{
	background-image: url(icon/podcastaddict.png);}

.Item-podkicker{
	background-image: url(icon/podkicker.png);}

.Item-playerfm{
	background-image: url(icon/Player-FM.png);}

/*-----------podcatchers ios-----------*/
.Item-overcast{
	background-image: url(icon/overcast.svg);}

.Item-castro{
	background-image: url(icon/castro.svg);}

.Item-pktc{
	background-image: url(icon/pocketcast.jpg);
	border-radius: 50px;}

.Item-rssradio{
	background-image: url(icon/rssradio.jpg);
	border-radius: 50px;}

.Item-icatcher{
	background-image: url(icon/icatcher.jpg);
	border-radius: 50px;}

.rechts_featured_wrap a p,
.extra_rss.active .rechts_wrap a p,
.rechts_list_wrap_wrap a p,
.rechts_cur_wrap_wrap a p{margin: 0 5px 5px;font-size: 12px;color: #fff;}

.extra_rss.active .rechts_wrap a,
.rechts_list_wrap_wrap a,
.rechts_cur_wrap_wrap a{
	width: auto;height: auto;color: #fff;display: inline-block;}

.rechts_list_wrap_wrap a:hover,.rechts_wrap a:hover,
.rechts_cur_wrap_wrap a:hover,.rechts_featured_wrap a:hover{text-decoration: none;}

::-webkit-scrollbar {
    -webkit-appearance: none;}

::-webkit-scrollbar:vertical {
    width: 10px;}

::-webkit-scrollbar:horizontal {
    height:10px;}

::-webkit-scrollbar-thumb {
    background: #1c1b1b;
    border-radius: 5px;}

::-webkit-scrollbar-track { 
    background: #eaeaea;
    border-radius: 0px;
	border-bottom:2px solid rgba(255,255,255,0.33);} 

/*-----------IE-------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.featured_slides{flex-direction: row;}
	
	.featured_slides li{
		margin: 0 25px;
		min-width: 700px;
		width:auto;}

	.active.extra_rss .link_wrap{display: inline-table;min-width: 260px;}

	#footer{display: table;}
	
	.featured_extra_rss_wrap {
		display: -ms-grid;
  		-ms-grid-rows: 150px;}
	
	.featured_extra_rss_wrap.active{
	   	-ms-grid-columns: 35px 110px 150px;}
	
	.featured_extra_rss_wrap button:nth-child(1),
	.extra_list_rss_wrap > :nth-child(1), 
	.extra_cur_rss_wrap > :nth-child(1){	
	-ms-grid-column:1;}	
	
	.featured_extra_rss_wrap div:nth-child(2),
	.extra_list_rss_wrap > :nth-child(2), 
	.extra_cur_rss_wrap > :nth-child(2){	
	-ms-grid-column:2;}
	
	.featured_extra_rss_wrap div:nth-child(3),
	.extra_list_rss_wrap > :nth-child(3), 
	.extra_cur_rss_wrap > :nth-child(3){	
	-ms-grid-column:3;}

	.fav_podcast ul li a img{width: 200px;}
	.fav_podcast ul li{display: inline-table}
	
	.home .nav-sport ul li{display: inline-table;}
	
	.nav_sport_prev, .nav_sport_next, 
	.nav_serie_next, .nav_serie_prev, 
	.fav_podcast_prev, .fav_podcast_next, 
	.featured_prev, .aktuelle-Podcast_prev, 
	.featured_next, .aktuelle-Podcast_next{display: inline-block !important;}
	
	
	#aktuelle-Podcast-wrapper #aktuelle-Podcast-scroll{max-width: 100%;}
	.home #nav-sport, #aktuelle-wrapper, #fav_podcast{display: -ms-grid;-ms-grid-columns: 100%;}
	#aktuelle-Podcast-wrapper,.fav_podcast{-ms-grid-row:2;}
	
	.code-block-3{height: 250px;}
	
	/*--- alle podcast ----*/
	.filter_wrap{overflow: inherit;}
	
	/*--- team ----*/
	.team_profile_index ul{
		display: -ms-grid;-ms-grid-columns: 50% 50%;}
	
	.team_profile_index ul li:nth-child(1){
		-ms-grid-column:1;
		-ms-grid-row:1;}
	
	.team_profile_index ul li:nth-child(2){
		-ms-grid-column:2;-ms-grid-row:1;}
	
	.team_profile_index ul li:nth-child(3){
		-ms-grid-column:1;
		-ms-grid-row:2;}	
	.team_profile_index ul li:nth-child(4){
		-ms-grid-column:2;-ms-grid-row:2;}
	
	.team_profile_index ul li:nth-child(5){
		-ms-grid-column:1;
		-ms-grid-row:3;
		-ms-grid-column-span:2;}
	
	/*player*/
	.cat_content_wrap .back_catrss_item{top: -1em;left: -14em;}
	.extra_list_rss_wrap, .extra_cur_rss_wrap{display: -ms-grid;-ms-grid-columns: 0 100% 0;}
	.extra_list_rss_wrap.active, .extra_cur_rss_wrap.active{-ms-grid-columns: 10% 40% 50%;}
	.link_list_wrap.active{height: 140px;overflow: hidden;}
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body.noslide{max-height: 725px;overflow: auto;}
body.noslide #player {
  margin: 0px 0;
}
body{background-color: rgb(0, 0, 0);}

body,
.playerCurrent, .playerDescription,#npCategorie, .PodCategorie,.description_more{color: #fff;}

#npCategorie span:first-child, .PodCategorie span:first-child{color: rgb(128, 128, 133);}
.PodCategorie span, .PodCategorie span:visited{color: #5a5a5d;}
#site{
max-width: 980px;width: 100%;
display: block;
	
margin: auto;
float: none;
}
.nav_sport_prev, .nav_sport_next {
  height: 100%;
}
.player-right{width: 100%;max-width: 100%;}

#podcast_list{max-height: 390px;}
.nav-sport ul.sport1_slide_list li{height: 130px;
width: 130px;}

#player,.playerCurrent {
	box-shadow: none;
}
#player{margin: 0px 0 24px;}
.playerCurrent{margin-bottom: 24px;}
#podcast_list{margin-bottom: 0px;}
body a,body a:visited,
#podcast_list li.plSel, #podcast_list li.plSel a {
  color: #f6a800;
}

#play {  background-image: url("assets/play-icon-white.svg");}

#pause {  background-image: url("assets/pause-icon-white.svg");}


#skipforward{ background-image: url("assets/skipforward-white.svg");color: #fff;
	}

#skipback { background-image: url("assets/skipbackward-white.svg");color: #fff;
	}
.loadmore{border: 1px solid;
background: none;
color: #fff;}

.extra_close, .extra_list_close{background: #fff;}

.extra_list_moderator, .extra_list_rss, .extra_list_info, .extra_list_share {
  background: rgb(128, 128, 133);

}
.rechts_list_wrap_wrap {
 	margin-left: auto;
	margin-right: auto;
}

/*-------------extra buttons-----------*/
.moderator, .moderator:hover,.plSel .moderator,.moderator.active{background-image: url(assets/Icon-Hostmobile-white.png);
	}	
.moderator:hover,.plSel .moderator,.moderator.active{
	 opacity: 0.7;
	}	

.rss_btn,.rss_list_btn,.rss_btn:hover,.rss_btn.active,.rss_list_btn:hover,.rss_list_btn.active,.plSel .rss_list_btn{background-image: url(assets/RSSmobile-white.png);
}

.rss_btn:hover,.rss_btn.active,.rss_list_btn:hover,.rss_list_btn.active,.plSel .rss_list_btn{
	 opacity: 0.7;
	}

.share,.rss_share_btn,.share:hover,.share.active,.rss_share_btn:hover,.rss_share_btn.active,.plSel .rss_share_btn{
	background-image: url(assets/Sharemobile-white.png);
	}

.share:hover,.share.active,.rss_share_btn:hover,.rss_share_btn.active,.plSel .rss_share_btn{
	opacity: 0.7; 
	}

.info,.rss_info_btn,.info:hover,.info.active, .rss_info_btn:hover,.rss_info_btn.active,.plSel .rss_info_btn{
	background-image: url(assets/info-mobile-white.png);
	}

.info:hover,.info.active, .rss_info_btn:hover,.rss_info_btn.active,.plSel .rss_info_btn{
	  opacity: 0.7; 
}
	
.mute{background-image: url("assets/icon-lautsprecher-white.svg");}
.mute.active {
  background-image: url("assets/icon-lautsprecher-aus-white.svg");
}
#volume .ui-slider-range{background: #fff;}

#speed::after {
  background-image: url("assets/speed-white.svg");
	background-size: 18px;
background-position: center;
background-repeat: no-repeat;
}

.downloadicon,
.downloadicon:hover,.plSel .downloadicon{
	background-image: url(assets/Downloadmobile-white.png);
	}

.downloadicon:hover,.plSel .downloadicon{
	  opacity: 0.7;
	}
#progressbar{border:none;}
#progressbar .ui-slider-range {
  background: rgb(128, 128, 133);
}

#npCategorie span:first-child, .PodCategorie span:first-child {
  font-size: 1.3em;
  font-family: titilium;
}

.alle_serie_kachel{width: 130px;
height: 130px;
display: grid !important;
opacity: 1 !important;
vertical-align: middle;
align-content: center;
background: #fff;
text-align: center;
text-transform: uppercase;
margin: 0 !important;}
@media screen and (min-width: 600px) {
	#npTitle {
		max-width: calc(100% - 165px);}
	.infoWrap,
	.PodCategorie {
		width: calc(100% - 200px);}
	.infoWrap{display: inline-flex;}
	.infoleftwrap{width: calc(100% - 70px); margin-right: auto;}
}


@media screen and (max-width: 1002px) {
	
	
	#content-inner,#wrap-wrapper,#main{max-width: 625px;margin: auto;display: block;}
}
@media screen and (max-width: 835px) {
	#podcast_list li.plSel .PodDatum,
	#podcast_list li.plSel .PodDuration{color: #f6a800; }
	#podcast_list{overflow: auto;}
}