
@media only screen and (max-width: 1024px) {

	* {
	margin:0;
	padding:0;
	color:black; /*Schrift Farbe*/
	}
html {
	background:#80c9e3;
	}
	
#header {
	width:100%;
	background:#80c9e3;
	margin-bottom: 2%;
	height:40px;
	}
body {
	font-size:12pt;  /* Schrift Größe    */
	background-color: #00B754;
	}
	
#content {
	width:100%;
	margin-right:0;
	margin-bottom:2%;
	background-color: #00B754;
	font-size:12pt;  /* Schrift Größe    */
}

#sidebar1 {
	width:100%;
	height:200px;
	margin-right:0;
	margin-bottom:2%;
}

#sidebar2 {
	width:100%;
	height:200px;
	margin-top:2%;
}

	input{
	font-size:12pt;  /* Schrift Größe    */
	background-color: #FFFFcc;
}
h1 {
    color: black;
    background-color: #FFFFcc;
}	
	#zentriert {
	display: flex;
	align-items: center;
	justify-content: center;
}
}

