html {font-family: 'Muli', sans-serif;}

#player {
	border: 6px solid #666;
	border-radius: 0.3em;
	width: 100%;
	background: rgba(30,30,30,0.7);
}


audio {width: 100%; height: 40px;  margin: 25px 0 0 0;} /* 25px fuer Android */
ul_audio {margin:0;padding:0}
li_audio {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	list-style-type:none;
	padding:6px; 
	border-top: 2px solid #666;
	width: 100%;
}
li_audio, li_audio a {color:white;text-decoration:none; font-size: .9rem;display:block;}
.star {font-size: 1.5rem; line-height: .1rem; vertical-align: -.5rem;}
.bem {
	font-size: .8rem; 
	-webkit-text-size-adjust: none; /* was es alles gibt! */
}

#player {margin: left;}


/* Smartphones and iPad (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px) {
	#gemafrei:before {content:'iOS und Android mögen leider kein Autostart.'; display:block;}
}
