* {
	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 {
	color: #00adb5;
	font-size: 1.2em;
	margin: 0 0 20 0;
}

p {
	margin-bottom: 20px;
}

a {
	/* color: #fff; */
	color: #00adb5;
	text-decoration: none;
	margin: 3px;
}

a:hover {
	color: #00adb5;
	text-decoration: underline;
}

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

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lengthselect {
    display: flex;
    justify-content: space-between;
}
li.active {
	background-color: #004548;
	font-size: 1.6em;
}
#AnzahlZeichen {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 21 21 1 21;
}
#AnzahlZeichen a {
	color: #fff;
}
#AnzahlZeichen a:hover {
	color: #00adb5;
}

#Passwoerter {
	margin: 30 0;
	background-color: rgba(203,253,255,0.1);
	padding: 21 21 1 21;
	overflow: hidden;
}
#PasswoerterCode {
	font-size: 2em;
	font-weight: bold;
	font-family: monospace;
}
#PasswoerterCode p {
	margin: 12 0;
}
#PasswoerterCode p.copybox {
	background-color: rgba(0, 0, 0, 0.1);
	position: relative;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.5em;
	text-align: right;
	top: -15px;
}

#tastenkuerzeldetails {
	position: absolute;
	z-index: 6500;
	text-align: left;
	bottom: 0px;
	right: 0px;
	background-color: #202020;
	padding: 50px 190px 10px 50px;
}

.keycap {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background-color: #aaa;
	color: black;
	padding: 8 5 0 5;
	border-radius: 5px;
	/* margin-right: 25px; */
	margin: 0 25px 0 0;
	width: 25px;
	height: 25px;
}

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

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

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


#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;
//	background-color: #222831;
	padding: 10px;
}

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

#InhaltLoeschen {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 5100;
	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;
}

.grueneKlasse {
	color: greenyellow !important;
}

.nichtunterstrichen {
	text-decoration: none;
}

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