/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');*/
@import url('daef_fonts.css');
body {
	font-family: 'Open Sans', sans-serif;
}
.daef_wrapper {
	text-align: center;
}
.blue_header {
	color: #006bb3;
	font-size: 1.5em;
	line-height: 1.1em;
}
p.blue_header {
	margin-top:0.5em;
	margin-bottom: 0.25em;
}
.daef_iframe {
	width: 90%;
}
@media only screen and (max-width: 599px) { 
	/* Breite beträgt höchstens 599px */
	 p.blue_header {
	 	margin-top:0.5em;
		 margin-bottom: 1em;
	}
}
@media only screen and (min-width: 900px) {
	.daef_iframe {
		width: 900px;
	}
}