* {
	padding: 0;
	margin: 0;
}

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

h1 {
	margin-bottom: 30px;
	color: #00adb5;
}

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

p {
	margin-bottom: 20px;
}

a {
	color: #00adb5;
}

#Standardtextfeld {
	font-size: 2em;
	position: relative;
	top: 13%;
	text-align: center;
}

#Standardtextfeld input[type=text] {
	font-size: 1.5em;
	width: 85%;
	background-color: #dddddd;
	color: #222831;
	margin-bottom: 2%;
	padding: 8px 20px;
}

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

#Hauptseiteninhalt {
	font-size: 2em;
	position: relative;
	top: 30px;
	text-align: center;
}

#Hauptseiteninhalt p {
//	color: red;
	font-size: 0.7em;
//	font-size: 0.8em;
}

#Hauptseiteninhalt input[type=text] {
	font-size: 1.5em;
	width: 60%;
	background-color: #dddddd;
	color: #222831;
	margin-bottom: 40px;
	padding: 8px 20px;
}

#Hauptseiteninhalt input[type=submit] {
	font-size: 1.5em;
	background-color: #00adb5;
	color: #222831;
	border-radius: 300px;
	padding: 1%;
//	margin-bottom: 50px;
}

#Hauptseiteninhalt2 {
	font-size: 2em;
	position: relative;
	top: 30px;
	text-align: center;
}

#Hauptseiteninhalt2 input[type=submit] {
	display: inline;
	background-color: transparent;
	text-decoration: none;
	border: none;
	border: 0;
	cursor: pointer;
	font-family:inherit;
	font-size: 1.5em;
	color: #fff;
	padding: 0;
}

#Hauptseiteninhalt2 form {
	display: inline;
}

#suggestions {
	font-size: 1.8em;
}
.suggestion {
	background-color: #fff2;
	border-radius: 1000px;
	max-width: fit-content;
	padding: 10px 28px;
	margin: 15px auto;
}

#EinzelEintrag {
	position: relative;
	width: 75%;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px 10px;
	margin: 20px auto;
	text-align: left;
}

.neCheckbox {
	vertical-align: sub
}

.iconRechts {
	position: absolute;
	right: 20px;
}

.dieZeile {      //	kann weg
	font-size: 1.4em !important;
	font-weight: bold;
	white-space: pre-wrap;
	margin: 35px 0px 15px 0px;
}

#zurueckflaeche {
	position: fixed;
	z-index: 5000;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 15px;
}

#zurueckflaeche a {
	color: #222831;
	text-decoration: none;
	background-color: #00adb5;
	font-size: 3em;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#vorflaeche {
	position: fixed;
	z-index: 5000;
	top: 0px;
	right: 0px;
	text-align: center;
	padding: 15px;
}

#vorflaeche a {
	color: #222831;
	text-decoration: none;
	background-color: #00adb5;
	font-size: 3em;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#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;
	z-index: 5000;
	text-align: right;
//	background-color: #222831;
	padding: 10px;
}

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

#InhaltLoeschen {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 4000;
	text-align: left;
//	background-color: #222831;
//	border-top: 1px solid black;
//	background-color: #222;
//	background-color: rgba(0, 0, 0, 0.2);
	background-color: rgb(27, 33, 39);
	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;
}

#AnzahlEintraege {
	position: fixed;
	text-align: center;
	bottom: 0px;
	left: 40%;
	width: 20%;
	z-index: 4100;
	padding-bottom: 10px;
//	border: 1px solid red;
}

.grueneKlasse {
	color: greenyellow !important;
}

.nichtunterstrichen {
	text-decoration: none;
}

.versteckterlink {
	text-decoration: none;
	color: #dddddd;
}
