#body {
	background-color: #EEEEEE;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #525252;
	font-size: 15px;
	line-height: 120%;
}

#body .maxwidth {
	width: 1500px;
	margin: 0px auto;
}
#body a {
	color: #D91B11;
}

.iframefix {
    position: relative;
    padding-bottom: 52%; /* speziell; 56.25% wäre 16:9 */
    padding-top: 25px;
    height: 0;
}

.iframefix iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}@media all and (min-width: 1251px) and (max-width: 1550px) {
	#body .maxwidth { width: 1200px; }
}

@media all and (min-width: 1000px) and (max-width: 1250px) {
	#body .maxwidth { width: 950px; }
}

@media all and (min-width: 768px) and (max-width: 999px) {
	#body { -webkit-text-size-adjust: 100%; }

	#body .maxwidth { width: 100%; }

}

@media all and (max-width: 767px) {
	#body { -webkit-text-size-adjust: 100%; }

	#body .maxwidth { width: 100%; }




}