@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Asap', sans-serif;
}
#main {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 40px;
	padding-right: 40px;
}
header {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#logo {
	width: 23%;
	float: right;
	height: auto;
}
#toggleNavMain {display:none;}

nav {
	width: 100%;
}
#navMain li {
	width: auto;
	padding-right: 15px;
	margin-left: 15px;
	display: block;
	height: 20px;
	float: left;
	color: #e2033b;
	font-size: 1.0em;
	text-align: left;
	border-right: 1px dotted #AEB1B1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
}
#navMain li:first-child { margin-left: 0px; }
#navMain li:last-child { border-right: 0px dotted #AEB1B1; }

#navMain li a{
	color: #666C6C;
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 100%;
	margin-top: 4%;
}

.kreis {
	width: 20%;
	float: left;
	margin-left: 10%;
	margin-bottom: 40px;
}
#punkt {
	width: 10%;
	margin-left: 45%;
	margin-right: 45%;
	margin-bottom: 2%;
	height: auto;
}
.weiter {
	float: left;
	width: 100%;
	height: 73px;
	background-image: url(images/weiter.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	text-align: center;
	color: #5B6868;
	font-size: 2em;
	font-weight: 700;
	padding-top: 15px;
	margin-top: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
img {
	width: 100%;
	height: auto;
}
h1 {
	font-size: 1.63em;
	color: #e2033b;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	color: #e2033b;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2px;

}
h4 {
	color: #5B6868;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	background-color: #fff;
	height: 30px;
	width: auto;
	padding-top: 7px;
}
h5 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #5B6868;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}
p {
	font-size: 0.92em;
	line-height: 1.4em;
	color: #5B6868;
	margin-top: 0px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #5B6868;
	font-weight: bold;
}
a:hover {
	color: #e2033b;
}

.gross {
	font-size: 1.5em;
}
.klein {
	font-size: 0.75em;
	line-height: 1.3em;
}
.mobile {
	display: none;
}

.abschicken {
	background-color: #e2033b;
	font-size: 1.8em;
	color: #FFF;
	height: 40px;
	width: 100%;
	margin-top: 8px;
}
.feld {
	width: 100%;
	height: 25px;
	border: 1px dotted #e2033b;
}
.feldbeschriftung {
	color: #666666;
	margin-bottom: 15px;
	line-height: 1.8em;
	text-align: left;
}
.halb {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0px;
}
.links {
	width: 60%;
	float: left;
	margin-left: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
.rechts {
	width: 60%;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

hr {
	border: none;
	border-top: 1px dotted #586363;
	color: #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#formular {
	width:100%;
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#formular_links {
	width: 50%;
	height: 300px;
	float: left;
	border: 1px dotted #586363;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 15px;
}
#formular_rechts {
	width: 50%;
	height: 300px;
	float: left;
	border-top: 1px dotted #586363;
	border-right: 1px dotted #586363;
	border-bottom: 1px dotted #586363;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 15px;
	color: #666666;
	margin-bottom: 15px;
	font-size: 0.92em;
	line-height: 2.0em;
}

footer {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#foot {
	width: 100%;
	height: 40px;
	padding-top: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.8em;
	color: #e2033b;
	border-top: 1px dotted #586363;
}
#foot a {
	color: #424F4F;
	font-weight: normal;
}
.standorte {
	float: left;
	width: 76%;
	height: auto;
	margin-left: 12%;
	margin-right: 12%;
	margin-bottom: 15px;
}
.left {
	line-height: 1.4em;
	color: #5B6868;
	margin-top: 0px;
	text-align: left;
}
@media screen and (max-width:735px) {
#formular_rechts {
	font-size: 0.8em;
	line-height: 1.5em;
}
}

@media screen and (max-width:620px) {
#main {
	padding-left: 15px;
	padding-right: 15px;
}
#logo {
	width: 32%;
}
header {
	height: 40px;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #B5193A;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.0em;
	color: #e2033b;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2px;

}
h5 {
	font-size: 1.6em;
	margin-bottom: 25px;
	margin-top: 0px;
}
h4 {
	font-size: 0.94em;
	padding-top: 13px;
	padding-bottom: 13px;
}
.hideIfMobile {
	display: none;
}
.mobile {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}
.weiter {
	height: 100px;
	background-image: url(images/weiter_xx.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	padding-top: 25px;
}
.halb {
	width: 100%;
	padding: 0px;
}
.links {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e2033b;
}
.links p{
	color: #fff;
}
.links h5{
	color: #fff;
}
.rechts {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #e2033b;
}
.rechts p{
	color: #fff;
}
.rechts h5{
	color: #fff;
}
#toggleNavMain {
	display:block;
	width: 50px;
	height: 48px;
	float: left;
}
.js #navMain {display:none;}

#navMain li {
	width: 50%;
	height: 45px;
	padding-right: 0px;
	padding-top: 8px;
	margin-left: 0px;
	background-color: #C9D1D1;
	color: #e2033b;
	font-size: 1.3em;
	text-align: center;
	border-right: 0px dotted #AEB1B1;
}

#navMain li:nth-of-type(1) {
		border-right: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
}
#navMain li:nth-of-type(2) {
		border-bottom: 1px dotted #fff;
}
#navMain li:nth-of-type(3) {
		border-right: 1px dotted #fff;
}
#navMain li a{
	color: #5B6868;
}

#content {
	margin-top: 20px;
}
#formular_links {
	width: 100%;
	height: 280px;
	padding: 0px;
	border: 0px dotted #B61E3F;

}
#formular_rechts {
	width: 100%;
	height: 285px;
	border: 0px dotted #B61E3F;
	padding-top: 20px;
	padding-left: 0px;
	font-size: 0.84em;
	line-height: 2.3em;
}
.kreis {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 40px;
}
#foot {
	height: auto;
	font-size: 0.78em;
	line-height: 1.7em;
}
.standorte {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

@media screen and (max-width:320px) {
#logo {
	width: 40%;
}
.feld {
	width: 270px;
}
.abschicken {
	margin-top: 7px;
	
}
h3 {
	font-size: 0.9em;
}
}
