@charset "ISO-8859-1";
@media screen and (max-width:1019px) {
/* Begin of Document */
body {
	padding: 0;
	margin: 0;
	overflow:auto;
}
#headline {
	background-image: url(../img/style/headline_trans.png);
	background-position: top;
	width: 100%;
	height: 40px;
	margin: 0;
	text-align: center;
	font-size: 24pt;
}
#head {
	display:none;
}
#nav {
	display:none;
}
#content {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
#foot {
	display:none;
}
#changes {
	display:none;
}
#anchors {
	display:none;
}
#main {
	background-color: #DDD;
	width: 100%;
	height: auto;
	text-align: justify;
	position: absolute;
	top: 72px;
	font-size: 18pt;
}
#hinweis {
	display:none;
}
#footer {
	background-color: #CDD;
	display:flex;
	width: 100%;
	height: 72px;
	align-items: center;
	justify-content: center;
	text-align: center;
	position:absolute;
	top: 40px;
	margin:0;
	font-size: 20pt;
	border-bottom: 1px solid #BBB;
}
#footer span {
	margin: 0;
}
.text {
	padding: 5px;
}
/* End of Primary Blocktypes */

/* End of Document */
}