@charset "UTF-8";

body {
	font-family: ff-meta-web-pro, helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
	color: #02152C;
  line-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #EFEFEF;
}
footer {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	margin: 50px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	/*padding-bottom: 20px;*/
	background-color: #02152C;
	font-family: ff-meta-web-pro, helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
	color: #c9bfb2;
}
footer a {
	color: #c9bfb2;
}
nav {
	position: relative;
	float: left;
	margin: 0px auto 0px auto;
	width: 600px;
	text-align: center;
	line-height: 18px;
}
nav ul {
	list-style: none; 				/* Entfernt die Aufzählungszeichen */
  display: flex; 						/* Flexbox für einfache horizontale Ausrichtung */
	padding: 0px;
	margin: 5px 0px 0px 0px;	/* Abstand zwischen den Menüpunkten */
}
nav li {
	margin: 0px 30px 0px 0px;
}
nav a {
	display: block; 					/* Macht den ganzen Bereich klickbar */
	padding: 2px 0px 5px 0px;

}
nav a:hover {
    background-color: #efefef;
    color: #e0000b;
}


button {
	position: absolute;
	top: 10px;
	right: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* padding: 10px 20px 10px 20px; */
	background-color: #02152C;
	color: #c9bfb2;
	border: none;
}

button a {
	padding: 5px 10px 5px 10px;
	display: block; 					/* Macht den ganzen Bereich klickbar */
	color: #c9bfb2;
}
button a:hover {
	color: #c9bfb2;
	background-color: #e0000B
}

.header {
	position: relative;
	float: left;
	width: 100%;
	height: 52px;
	padding: 32px 0px 0px 0px;
	background-color: #02152C;
}
.logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 360px;
	/* background-color: #606060; */
	
	/*background-image: url("../pics/Logo_865.png");*/
}
.logo img {
	width: 100%;
}
.main {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	/*max-width: 500px;*/
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper {
	position: relative;
	margin: 50px auto 0px auto;
	width: 600px;
}
.sparte {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #02152C;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
.sparte-links {
	position: relative;
	float: left;
	width: 8%;
	height: auto;
	padding: 16px 30px 0px 0px;
}
.sparte-rechts {
	position: relative;
	float: left;
	width: 82%;
	heigth: auto;
}
.login {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 20px;
	min-height: 20px;
	padding: 5px 10px 5px 10px;
}

.formular {
    /* background-color: #E4E4E4; */
    width: 470px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.formular .row {
    width: 460px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: none;
    padding-right: none;
    float: left;
}
/*
.formular .row .fieldName {
    font-size: 0.9em;
    line-height: 1.0em;
    font-weight: 300;
    text-align: right;
    width: 120px;
    height: auto;
    padding-top: 0.2em;
    padding-right: 5px;
    float: left;
}
.formular .row .field {
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 300;
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 30px;
    float: left;
}
.formular .row .field input, select, textarea {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #148895;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.radioButton {
    width: auto;
    height: auto;
    padding-right: 10px;
    float: left;
}
*/


h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 20px;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	font-style: italic;
	margin-top: 0.4em;
	margin-bottom: 0px;
}
h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 0.3em;
	margin-bottom: 0px;
}
p {
	font-size: 18px;
	line-height: 25px;
	margin: 12px 0px 13px 0px;
}
a {
	color: #E07C00;
	font-weight: 500;
	text-decoration: none;
}
a:hover {
	color: #e0000B;
}
.bold {
	font-weight: 600;
}
.small {
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0px 11px 0px;
}
