* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #222831;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: big;
	color: #dddddd;
}

h1 {
	font-size: 2em;
	margin-bottom: 30px;
	margin-top: 20px;
	color: #00adb5;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 20px;
	margin-top: 80px;
}

h3 {
	font-size: 1.2em;
	margin: 40 0 20 0;
}

p {
	margin-bottom: 20px;
}

a {
	color: #00adb5;
}

#MainContent {
	/* border: 1px solid green; */
	position: relative;
	left: 2%;
	width: 96%;
	margin-bottom: 60px;
}


input[type=text], textarea {
	font-size: 1.1em;
	width: 100%;
	background-color: #dddddd;
	color: #222831;
	margin-bottom: 2%;
	padding: 8px 20px;
}
textarea {
	height: 7em;
	font-family: inherit;
	font-size: inherit;
 }

input[type=number], input[type=datetime-local], input[type=date], select, input[type=checkbox] {
	font-size: 1.1em;
	width: auto;
	background-color: #dddddd;
	color: #222831;
	margin-bottom: 2%;
	padding: 8px 20px;
}

fieldset {
	border: none;
	font-size: 1.2em;
	background-color: #00000040;
	padding: 70 30 0 30;
	margin-bottom: 30;
}

legend {
	position: relative;
	top: 40px;
	font-size: 1.2em;
	font-weight: bold;
}

label {
	font-size: 0.9em;
}

fieldset ul {
	list-style: none;
	margin: 25px 0 35px 0;
}
fieldset li {
	display: inline-block;
	margin-right: 35px;
}
fieldset li a {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 20px;
	border-radius: 1000px;
}

button {
	font-size: 0.9em;
	background-color: #001;
	color: #fff;
	border-radius: 300px;
	padding: 2%;
	margin: 0 10 30 0;
}

input[type=submit] {
	font-size: 2em;
	background-color: #00adb5;
	color: #222831;
	border-radius: 300px;
	padding: 2% 3%;
	margin-bottom: 100px;
	float: right;
}

p input[type=radio], p input[type=checkbox] {
	margin-right: 10px;
}

#ddnstz {
	position: absolute;
	width: 94%;
	left: 2%;
	background-color: #222831;
	padding: 10px;
	margin: 15px 15px 15px 0px;
}

#ddnstz h2 {
	margin-bottom: 1%;
	margin-top: 2%;
}

#ddnstz li {
	margin-left: 20px;
}

#kontakt {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 5000;
	text-align: right;
	background-color: #112;
	padding: 10px;
}

#kontaktdetails {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 700px;
	background-color: #112;
	padding: 3000px 10px 10px 3000px;
}

#InhaltLoeschen {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 5100;
	text-align: left;
	padding: 10px;
}

#InhaltLoeschenDetails {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: black;
	border: 15px solid red;
	color: red;
	padding: 50px;
	white-space: nowrap;
}

#InhaltLoeschenDetails p {
	margin-top: 20px;
	font-size: 2em;
}

#InhaltLoeschenDetails a {
	color: red;
}

.roteKlasse {
	color: red !important;
}
.grueneKlasse {
	color: greenyellow !important;
}

#ergebnis {
	background-color: #feb;
	color: black;
	text-align: center;
	font-size: 1.4em;
	padding: 50px;
	white-space: pre-line;
}
