/* CSS Document */
body {
	overflow: hidden;
	background-color: rgb(196, 240, 254);
}


a {
	text-decoration:none;
	}
	
.input {
	display: block;
	position: absolute;
	width: 50.0%;
	height: 4%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 0.916667px;
	border-radius: 16px;
	font-family: Georgia, sans-serif;
	font-size: 1.13vw;
	padding: 0.5%;
	padding-left: 1%;
	margin: 0px;
}	
	
.button {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	height: 5%;
	width: 35%;
	z-index: 9;
	overflow: hidden;
	font-family: Georgia, sans-serif;
	font-size: 0.8vw;
	padding: 5px;
	margin: 5px;
	color: rgb(240, 240, 240);
	background-color: rgb(4, 95, 35);
	border: solid rgb(0, 0, 0) 1.83333px;
	border-radius: 15px;
	user-select: none;
}

.titel {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	left: 32.5%;
	height: 5%;
	width: 33.04%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Georgia, sans-serif;
	font-size: 1vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}

#main_titel {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;	
	top: 2.5%;
	width: 100%;
	height: 13%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Georgia, sans-serif;
	font-size: 2vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}
#main_titel1 {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;	
	top: 10%;
	width: 100%;
	height: 13%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0);
	border: solid rgb(0, 0, 0) 0px;
	font-family: Georgia, sans-serif;
	font-size: 2vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}
#cont {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 10.68%;
	left: 28.74%;
	width: 50%;
	height: 77.49%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 0.916667px;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
	font-family: Georgia, sans-serif;
	font-size: 1.13vw;
	padding: 0px;
	margin: 0px;
	user-select: none;
}

#pw_forgotten {
	top: 60.77%;
	
}

#register {
	top: 68.80%;
	
}

#ok_button {
	top: 54%;
	
	
}

#titel_mail {
	top: 25%;
	
}

#mail {
	display: block;
	position: absolute;
	top: 30%;
	height: 5%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 0.916667px;
	border-radius: 16px;
	font-family: Georgia, sans-serif;
	font-size: 1.13vw;
	padding: 0.5%;
	padding-left: 1%;
	margin: 0px;
}
#titel_password {
	top: 39%;
	
}
#passwort {
	display: block;
	position: absolute;
	top: 44.79%;
	height: 5%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border: solid rgb(0, 0, 0) 0.916667px;
	border-radius: 16px;
	font-family: Georgia, sans-serif;
	font-size: 1.13vw;
	padding: 0.5%;
	padding-left: 1%;
	margin: 0px;
