@charset "UTF-8";
body{
	background-color: #FFFFFF;
}
nav {
	margin-left: -550px;
	width: 1050px;
	height: 60px;
	position: absolute;
	left: 50%;
	text-align:center;
}
#cntr {
	position: absolute;
	left:50%;
	top:62px;
	margin-left: -550px;
	width: 1050px;
	height:700px;
	
	
}

#cntr2 {
	position: absolute;
	left: 50%;
	top: 62px;
	width: 70%;
	margin-left: -35%;
	text-align: left;
	border-radius: 40px;
	padding: 80px;

	background-color: rgba(241,235,235,1.00);
	box-sizing: border-box;
}

#cntr3 {
	position: absolute;
	left: 50%;
	top: 62px;
	width: 70%;
	margin-left: -35%;
	text-align: left;
	border-radius: 40px;
	padding: 80px;
	background-color: rgba(241,235,235,1.00);
	box-sizing: border-box;

}
p {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: rgba(168,66,0,1.00);
}

h1 {
	
}
.hinweis {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	color: rgba(52,42,42,1.00);
}

a:link {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	color: rgba(217,0,64,1.00);
}
a:visited {
	font-family: verdana, sans-serif;
	
	color: rgba(217,0,64,1.00);
}
a:hover {
	color: rgba(201,0,113,1.00);
}
a:active{
	
	color: rgba(201,0,113,1.00);
}
.frage {
	font-family: verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: rgba(81,68,69,1.00);
}
.warning {
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height:11px !important;
	color: rgba(231,5,68,1.00);
}

h2 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}
h4 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 10px;
}


nav li {
	display:inline;	
}
nav a:link {
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
	text-decoration: none;
	color: rgba(93,93,95,1.00);
}
nav a:visited {
	color: rgba(93,93,95,1.00);
}
nav a:hover {
	text-decoration:none;
	color: rgba(191,3,48,1.00);
}
nav a:active {
	text-decoration:none;
	color: rgba(191,3,48,1.00);

}
@media screen and (max-width: 950px) {
	#cntr2 {
	position: absolute;
	left: 50%;
	top: 62px;
	width: 90%;
	margin-left: -45%;
	text-align: left;
	border-radius: 40px;
	padding: 80px;

	background-color: rgba(241,235,235,1.00);
	box-sizing: border-box;
}

#cntr3 {
	position: absolute;
	left: 50%;
	top: 62px;
	width: 90%;
	margin-left: -45%;
	text-align: left;
	border-radius: 40px;
	padding: 80px;
	background-color: rgba(241,235,235,1.00);
	box-sizing: border-box;

}
}