

/* ++++++++++++ AUDIO ++++++++++++++ */

li{
	margin: 0;
	list-style: none;
}

li a{
	color:#eeeedd;
	background-color: rgba(0,0,0,.8);
	padding: 3px 5px 3px 8px;
	line-height: 40px;
	text-decoration:none;
    pointer-events: auto;
}

li a:hover{
	text-decoration:none;
}

li:first-child {
  visibility : hidden; /* das ist der erste platzhalter/dummy */
}

.active a{
	color: #2ECCFA;
	text-decoration:none;
	}

.active{
	margin: 0; /* darstellung für Playlist (vertikale Verschiebung) */
}


audio {
	visibility : hidden;
}

#playlist {
	margin: 0;
	margin-top: -40px; /* ggf. anpassen bei Typoänderung */
    padding:0;
    white-space:nowrap;
}

#soundnav {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: -300px; /*-300px; ######################### für startani wieder rein */
	/*right: 0;*/
	/*width: 300px; /*später mal dynamisch breite errechnen ##############################*/
	/*background: #eeeeee;*/
	display: block;

	text-align: left;
    pointer-events: none;
}

#audiostatuslabelwrapper {
	display: none;
	position: absolute;
	z-index:3;
	top: 300px; /* ggf. anpassen bei Typoänderung */
	left: 0px;
	margin-top: 5px; /* ggf. anpassen bei Typoänderung +++ das hier ist der Ausgleich für den Zeienabstand */
    cursor: ns-resize;
    user-select: none; 
    pointer-events: auto;
}

#audiostatuslabel {
	color: #2ECCFA;
	padding: 3px 5px 3px 8px;
	margin-right: -30px; /* Augleich wegen kommischem Abstand durch Drehung des Time-Labels */
	background-color: rgba(0,0,0,.8);
	float: left;
	white-space:nowrap;
	overflow:hidden;
}

#audiostatustime {
	width: 32px;
	font-weight: 300;
	color: #000000;
    text-align: center;
    padding:0;
	font-size: 0.8em;
	white-space:nowrap;
	overflow:hidden;
	transform-origin: 100% 0;
	transform: rotate(270deg);
    float: left;
    margin-right: -15px;
}

.audiostatusloader {
  margin-left: 36px;
  margin-top: 4px;
  height: 12px;
  width: 12px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  display: inline-block;
  border: 5px solid;
  border-radius: 50%;
  border-right-color: rgba(255, 255, 255, 0.5);
  animation: rotate 0.5s linear infinite; }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

#audiocontent {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	left: -300px; /* wird dynamisch eingestellt*/
	width: 300px; /* wird dynamisch eingestellt*/
	background-color: rgba(0,0,0,.8);
	display: block;
	overflow: hidden;
	z-index: 30;
}

#audiocontentframe {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 100%;

/*	background-color: yellow;*/
	display: block;
	overflow: auto;
	color: #cccccc;



}

#buttonaudiocontentclose {
	position: absolute;
	width: 30px;
	top: 10px;
	right: 10px;
}

.audiocontentimage {
	width: 100px;
	border-radius: 100%;
	margin: 40px 0 20px 0;
	padding: 0;
}

.audiocontenth1 {
	font-size: 1.5em;
	margin: 0px 5% 0px 5%;
	padding: 0;
	color: #ffffff;
}

.audiocontentp {
	color: #cccccc;
	font-size: 1.2em;
	margin: 0px 5% 0px 5%;
	padding: 0;
}






