* {
	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;
	text-decoration: none;
}
a:hover {
	color: #00e3ed;
	text-decoration: underline;
}

summary { list-style: none; }

#LeftBar {
	position: fixed;
	left: 0%;
	width: 17%;
	top: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	overflow-x: hidden;
	white-space: nowrap;
}

#LeftBar p {
	margin: 20px 10px;
}

.leftBarDate {
	font-size: 0.7em;
	color: #888;
	font-style: italic;
}

#MainContent {
	/* border: 1px solid green; */
	position: relative;
	left: 2%;
	width: 96%;
	margin-bottom: 60px;
}
#MainContent ol {
	padding-left: 25px;
}
#MainContent ol li {
	padding: 6px;
}
#MainContent code {
	font-size: 1.2em;
	background-color: #fff2;
	padding: 4px;
	border-radius: 6px;
	line-height: 2em;
	overflow-wrap: break-word;
}
.strukturBox {
	background-color: #fff1;
	padding: 30px 30px 8px 30px;
	margin: 30px 0;
	border-radius: 24px;
}
.strukturBox h2 {
	margin-top: 0;
}

#Kalenderverwaltungsspalte {
	/* border: 1px solid green; */
	position: relative;
	left: 19%;
	width: 78%;
	margin-bottom: 60px;
}

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

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;
}

.platzNachRechts {
	margin-right: 100px;
}

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

#einzelTerminLoeschen {
	position: absolute;
	right: 0px;
	margin: -40px 20px;
}

#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;
}

.grueneKlasse {
	color: greenyellow !important;
}
.roteKlasse {
	color: #f00 !important;
}
.mintKlasse {
	color: #55ffb3 !important;
}
