.ardplayer-swrinfo {
    left: 5%;
	top: 5%;
    position: absolute;
    width: 90%;
    height: 60%;
	background-color: white;
	border-radius: 6px;
	opacity: .8;
    z-index: 9;

	/* CSS3 Mausereignisse fuer UT deaktivieren */
	/* pointer-events : none; */
}

.ardplayer-swrinfo {
    font-family: Thesis, verdana, sans-serif;
	/*    padding-top: 5% !important;
		padding-bottom: 3% !important; */
}

.ardplayer-swrinfo span{
    padding: 0.2%;
}

.ardplayer-swrinfo p{
    line-height: normal;
}

.ardplayer-swrinfo br {
    line-height: 150%;
}

/* von grafik gewünscht: Überschreiben des generischen schriftwertes */
/*
.ardplayer-untertitel > p{
    font-size: 10% !important;
}
*/


.ardplayer-btn-swrinfo:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 46px;
	background: url("swrinfo.svg");
	background-size: contain; }

.ardplayer .ardplayer-viewport .ardplayer-controlbar .ardplayer-controlbar-controls .ardplayer-player-funktion .ardplayer-btn-swrinfo.toggle {
	background-color: #bbbbbb;
	/* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #cccccc, #999999);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #cccccc, #999999);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #cccccc, #999999);
	/* IE10 */
	background-image: -o-linear-gradient(top, #cccccc, #999999);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #cccccc, #999999);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#cccccc', EndColorStr='#999999');
}

div.swrInfo_wrapper {
	margin: 5%;
	overflow: auto;
	width:90%;
	height:75%;
	position: relative;
}
h2.swrInfo_title {
	font-size: 1.1875em;
	line-height:  1.3157em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 11px;
	color:black;
}
p.swrInfo_desc {
	font-size: 1em;
	line-height: 1.1em;
	text-align: left;
	margin-bottom: 8px;
	color:black;
}
p.swrInfo_series {
	fontSize: 1em;
	text-align: left;
	color:black;
}

