/*Normale Formatierung*/
body {
	font-family:Verdana,sans-serif;
	text-align: center;
}
#impressum {
	position: absolute; 
	top: 5px; 
	left: 10px; 
	font-size: smaller;
}
#vidContainer {
	float:left;
	text-align:left;
	cursor:pointer;
	margin-left:10px;
}
#videos>div {
	float:left;
}
#videos {
	max-width:880px;
	width:70%;
	margin: 0 auto;
	display:table;
}
dd>img {
	width: 211px;
	height: 131px;
}
.clear {
	clear:both;
}
#dplogo {
	border: 0px solid; 
	width: 625px; 
	height: 102px;
}
/*Mobile Formatierungen*/
body.mobile {
	margin:0;
}
.mobile dl {
	margin:0;
}
.mobile dd {
	margin:0;
}
.mobile dd>img {
	width:100%;
	height:auto;
}
.mobile #impressum {
	position:static;
	height:30px;
	width:100%;
	line-height:30px;
	left:unset;
	bottom:unset;
	top:unset;
	background-color:blue;
	color:white;
}
.mobile img, .mobile #dplogo {
	max-width:100%;
	height:auto;
}
/* unvisited link */
.mobile #impressum a:link {
    color: white;
}
/* visited link */
.mobile #impressum a:visited {
    color: white;
}
/* mouse over link */
.mobile #impressum a:hover {
    color: white;
}
/* selected link */
.mobile #impressum a:active {
    color: white;
}
.mobile #videos {
	width:100%;
}
.mobile #videos>div {
	float:unset;
}
.mobile #vidContainer {
	float:unset;
	margin:0;
}
.mobile #videos iframe {
	width:100%;
	/*height:auto;*/
}
.mobile #vidContainer img {
	width: 100%;
}