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


#player.toggleoff {
    min-height: 0;
}

#player.toggleoff .player_controls{

    display: none;
}
#player{
    position: sticky;
	right: 0;
	left:0px;
	top: 0;transition: all 500ms;
	width: 100%;
    color: #fff;
    background: #242424;z-index: 9999;
    /*box-shadow:0px 0px 7px 4px #000*/
    border-bottom: 1px solid #000;
    min-height: 123px;height: auto;
   
}

.player_expand{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    margin: auto;
    display: inline-block;
    width: 35px;
    cursor: pointer}

.player_expand span{
    width: 5px;
    height: 5px;
    margin: 2px;
    background-color: #fff;
    border-radius: 100%;display: inline-block;}

.player_expand_2{
    text-align: center;
    position: absolute;
    right: 0px;
    margin: auto;
    display: none;
    cursor: pointer;
    top: 6px;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    }

.player_expand_2 span{
    width: 17px;
    background-color: #fff;
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.player_expand_2 span:first-child{transform: rotateZ(45deg);}
.player_expand_2 span:nth-child(2){transform: rotateZ(-45deg);}

.player_center_wrap{
    width: 100%;
    /*position: relative;*/
    margin-left: 30px}

.player_center{
    margin: 15px 00px 0px;
}

.player_controls{display: flex;position: relative;}

#player_btn_wrap{display: flex;margin: auto 0;}

.player_cover {margin-left: 0px;height: 120px;min-width: 120px;}
.player_cover img{width: 120px;height: 120px;}
#npTitle a{color: #fff}
#npTitle span{display: block;}

.player_content.toggledOff{height: 0;overflow: hidden;margin-bottom: 0;}
.player_content{
    height: 400px;
    overflow: hidden;
    transition: all 500ms;
    margin-top: 23px;margin: 0 150px 0}

.player_content_wrap{display: flex;}

.player_content_wrap .player_kapitel{width: 30%;margin:0 auto 0 0;max-height: 360px;
overflow: auto;}

.player_content_wrap .player_info{width: 30%;margin:0 auto;max-height: 360px;
overflow: auto;}

.player_content_wrap .player_empfehlung{width: 30%;
    margin:0 0 0 auto;}

.player_content_wrap .player_info h3{/*display: none;*/}
.player_content_wrap .player_kapitel h3,
.player_content_wrap .player_info h3,
.player_content_wrap .player_empfehlung h3{margin-top: 0;}

.player_kapitel li, 
.player_kapitel_btn_mini li,
#kapitel_ct li{
    cursor: pointer;}

.kapitelshare{
    margin: 0 0 0 auto;
    width: 20px;
    height: 21px;
    background-image: url("../icon/icon-kapitelshare.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;}

.ts_list_wrap li{display: flex;margin-bottom: 10px;}
.ts_list_wrap li .ts_time_wrap{margin-right: 30px;vertical-align: top;min-width: 61px;}
.ts_list_wrap li .ts_name_wrap{margin: 0;}

#related-posts ul{}

#related-posts ul li{
    margin: 0 0 20px  0;
    width: 100%;
    display: flex;
    vertical-align: top;}

#related-posts ul li a{margin: 0;color: #fff;}
#related-posts ul li p{margin: auto 0 auto 20px;
    color: #fff;}

#related-posts ul li .blog-inner{width: 80px;height: 80px;background-size: contain;background-position: center;}
#related-posts ul li .blog-inner .songinfo{
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 0;
    background-size: 30px;
    background-position: center;}

#related-posts ul li .blog-inner:hover .songinfo{width: 80px;height: 80px;opacity: 1;}

.playtitle_wrap{
    max-width: 33%;	
    overflow: hidden;
    text-overflow: ellipsis;display: flex;}

.playtitle{
	white-space: nowrap;

    font-size: 20px;margin: 5px 0;}

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

.btn_wrap_center{
	/*display: inline-flex;
	height: 50px;
    width: 200px;*/
	text-align: center;
	width: 300px;
    margin: 0 10px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
}

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

#play {  background: url(../icon/play-icon-white-25px.svg);background-size: cover;background-position: center;font-size: 0;margin:0 36px}

#pause {  background: url(../icon/pause-icon-white.svg);background-size: cover;background-position: center;font-size: 0;}

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

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

#skipforward{ background: url("../icon/skipforward-white.svg");background-size: cover;background-position: center;padding: 2px 6px 3px 5px;}

#skipback { background: url("../icon/skipbackward-white.svg");background-size: cover;background-position: center;padding: 2px 5px 3px 6px;}

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

#playlast,#playnext{
	font-size: 0;
	height: 25px;
	width: 25px;
	background-image: url(../icon/skip_icon-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

#playnext{margin-right: 0;}

#playlast{transform: rotate(180deg); }

.time{
	display: flex;
	margin: auto 10px auto 0; }
.timeintervall{cursor: pointer;display: block}
.timeintervall:hover{color: #fdb12b;}

#currenttime,
#duration{
	margin: auto;
    cursor: default;
    display: inline-block;
	vertical-align: middle;}


.player_kapitel_btn{
    width: 20px;
    height: 25px;
    background-image: url("../icon/Merken.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    margin: auto 0 auto 3px;

}


/*-------Progressbar------------*/
.player_progress{
    display: flex;
   /* position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;*/
}

#progressbar{
	cursor: pointer;
	position: relative;
    background: #fff;
    width: 98%;
    margin:auto 1%;
    display: inline-block;vertical-align: middle;}


#progressbar{
	border: none;
	border-top: 2px solid;
	height: 2px;}


.player_right_wrap{
    display: inline-block;
    margin: auto;
    margin-right: 10px;
    margin-top: 65px;position: relative;}

.player_list_mini_vis{text-align: center;}

.player_list_mini_vis strong{
    margin: 5px 0;
    display: block;}
    
.player_list_mini_vis ul{padding: 0;margin: 0;width: 108px;height: 90px;overflow: hidden;}

.player_list_mini_vis ul li{
    display: inline-block;
    float: left;
    width: 36px;
    height: 36px;
    background-color: white;
    opacity: 0.5;
    cursor: pointer;
}
.player_list_mini_vis ul li:hover,.player_list_mini_vis ul li.active{
    opacity: 1;
}

.player_list_mini_vis ul li img{width: 100%;}



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


#volume_wrap{
	overflow: hidden;
	text-align: left;
	width: 30px;
	position: relative;
    height: 30px;
    margin: auto 0 auto 3px;
}

#volume_wrap:hover{overflow: visible;}

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

.volume_wrap{
	background: #242424;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	padding: 10px 10px;}

#volume{	
    border:1px solid #fff; 
    width: 5px;
    display: inline-block;
    height: 100px;
    position: relative;border-radius: 0;
    background: transparent;cursor: pointer;}

#volume .ui-slider-range {   
	border: none;
	height: 6px;
	cursor: pointer;
	background: #fff;
	bottom: 0;
	position: absolute;
	left: 0;
    border-radius: 0;
	right: 0;}


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


.ui-slider-handle{
	cursor: pointer;
  	border-radius:50%;
	position: relative;
	border: 1px solid #d3d3d3;
	display: inline-block;}


#volume .ui-slider-handle{
	top: -15px;
	background: #121110;
	width: 6px;
	height: 6px;
	margin-left: -5px;
	border: 1px solid #000;
	display: none;}


#progressbar .ui-slider-handle{ 
	width: 9px ;
	height: 9px ;
	margin-left: -5px;
	top: -4px;
	border: none;
	position: absolute;
	background: #fff;}


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

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



.open_playlist{cursor: pointer;}
/*icon dot Menu*/

.IconDotMenu{
	width: 20px;
	height: 30px;
	display: inline-block;
	margin: auto 5px;
	position: relative;
    cursor: pointer;}

.IconDotMenu span{
	border-radius: 100%;
	width: 4px;
	height: 4px;
	background-color: #fff;
    display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;}

.IconDotMenu span:first-child{top: 6px;}
.IconDotMenu span:nth-child(2){bottom: 0;top: 0;}

.IconDotMenu span:nth-child(3){bottom: 6px;}



.featured_slides .IconDotMenu{position: absolute;top: 5px;right: 0;}



.mini_tb{
    display: none;
    position: absolute;
    top: 59px;
    right: 5px;
    width: 300px;  
    background: #00122C;
    background: #171717;
    padding: 20px;
    max-height: 450px;overflow-y: auto;overflow-x: hidden;
}

.mini_tb h3{margin-top: 0;}

.mini_tb.toggledOn{
    display: inline-block;}

.player_btn_menu_wrap{
    position: absolute;
    width: 150px;
    background-color: #171717;
    top: 59px;
    right: 5px;
    display: none;
}

.player_btn_menu_wrap.toggledOn{
    display: inline-block;z-index: 10;
}

.player_btn_menu_wrap a, 
.player_btn_menu_wrap button{
    display: block;
    border: none;background-color: transparent;
   /* border-bottom: 1px solid #fff;*/
    color: #fff;
    width: 100%;
    text-align: left;
    margin: 5px 0 0;
    background-image: none;
    font-size: 14px;
    padding: 5px 10px 10px;
    height: auto;
    cursor: pointer;}

.player_btn_menu_wrap a{
   width:  calc(100% - 20px);
}
.player_btn_menu_wrap .download{margin: auto;}

.player_btn_menu_wrap a:last-child,.player_btn_menu_wrap button:last-child{
    border-bottom: none;}

/*loading*/
.audio_loading {
  display: none;
  position: relative;
  width: 28px;
  height: 28px;
  margin: auto;
  vertical-align: middle;
}
.audio_loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 7px;
  background: #fff;
  animation: audio_loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
 
  border-radius: 10px;
}
.audio_loading div:nth-child(1) {
  left: 0px;
  animation-delay: -0.24s;
}
.audio_loading div:nth-child(2) {
   left: 10px;
  animation-delay: -0.12s;
}
.audio_loading div:nth-child(3) {
  left: 20px;
  animation-delay: 0;
}
@keyframes audio_loading {
  0% {
   top: 0px;
  height: 25px;
  }
  50%, 100% {
    top: 11px;
  height: 7px;
  }
}
@-moz-document url-prefix() { 
	#volume .ui-slider-handle {
		top: -11px !important;}
}