html,
body {
	margin: 0 auto;
	padding: 0;
	background-color: #FECD01;
    width:100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 25px;
	margin: 0;
	padding: 0;
	line-height: 32px;
}
#clear {
	clear: both;
}

A {
	height: 80px;
	display: block;
	text-decoration: none;
	color: #7a1427;
}
A:Visited {
	height: 80px;
	display: block;
	text-decoration: none;
	color: #7a1427;
}
A:Active {
	height: 80px;
	display: block;
	text-decoration: none;
	color: #7a1427;
}
A:Hover {
	height: 80px;
	display: block;
	text-decoration: none;
	color: #7a1427;
	background-color: #fbf29f;
}
.menuepunkt_aktiv {
	height: 80px;
	display: block;
	text-decoration: none;
	color: #7a1427;
	background-color: #fbf29f;
}

.forminput {
	background: #ccffcc;
	border: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	padding: 5px 0px;
	width: 100%;

	-webkit-appearance: none;


}
.forminput2 {
	background: #ffcfcf;
	border: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	padding: 5px 0px;
	width: 100%;
	-webkit-appearance: none;
}
.forminputzahl {
	background: #ccffcc;
	border: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	padding: 5px 0px;
	width: 50px;
}
.formbutton {
	-webkit-appearance: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 50px;
	margin: 0;
	padding: 0;
	line-height: 55px;
	padding: 5px 0px;
	
}

.seite{
	padding: 30px;

}
.kopf {
	width:100%;
	padding: 20px;
	text-align: center;
}
.clear {
	clear: bouth;
}
.checkboxtext {
	font-size: 30px;
	width:400px;
}
#logo{
	width:100%;
	display: flex; 
    justify-content: center; 
	align-items: center;
	background:#ffcc0c;
}
.logo{
	max-width:480px;
	
}
checkbox {
	display: inline-block;
	cursor: pointer;
	font-size: 30px;
	margin-right: 10px;
	line-height: 25px;
	border: 0px;
}
input[type=checkbox] {
	display: none;
}
.checkbox:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	background-color: #dddddd;
	color: #ffffff;
	
	text-align: center;
}
h2{
	font-family: Verdana, Helvetica, sans-serif;
	
}
input[type=checkbox]:checked + .checkbox:before {
	font-family: Verdana, Helvetica, sans-serif;
	content: "X";
	
	font-size: 30px;
	background:#008800;
}



@media (max-width: 999px) {
	.divlinks {
		width: 100%;
	}
	.divrechts {
		width: 100%;
	}
	.abfragehoehe{
		padding:5px 0px;
		
	}
	.flexbox {
		width: 100%;
		
	}
}
@media (min-width: 1000px) {
	.divlinks {
		padding:0px 10px 0px 0px;
		width: 35%;
		backgound:#aaaaff;
	}
	.divrechts {
		padding:0px 0px 0px 10px;
		width: 65%;
	}
	.flexbox {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		float: left;
	}
	.abfragehoehe{
		padding:10px 0px;
	}
}

.
.abfragehoehe{
	
	
	text-align:left;
}

.flexboxdatum {
	display: -webkit-flex;
		display: -ms-flexbox;
		float: left;
	flex-wrap : wrap;
	width:170px;
	background:#eeeeee;
	margin:2px;
	padding:2px 0px 4px 2px;
}


.slidecontainer {
	width: 100%; /* Width of the outside container */
min-width:300px;
}

.slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 20px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
.slider:hover {
	opacity: 1;
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 35px;
	height: 35px;
	background: #4caf50;
	cursor: pointer;
	-moz-border-radius: 10px;
     border-radius: 10px; 
     -webkit-border-radius:10px;    
}
.slider::-moz-range-thumb {
	width: 35px;
	height: 35px;
	background: #4caf50;
	cursor: pointer;
	-moz-border-radius: 10px;
     border-radius: 10px; 
     -webkit-border-radius:10px;    
}
