@charset "utf-8";

/* CSS Document */
body {
	background-color: #333;
	font-family: Verdana, sans-serif;
	color: #666;
	text-align: center
}

a {
	color: orange;
	text-decoration: none;
	font-size: 1.0em;
}

a:hover,
a:focus {
	color: grey;
	outline: none;
}

header {
	border-radius: 10px;
	border: 2px solid #555;
	padding: 3px;
	margin-top: 25px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

header,
footer {
	font-family: Verdana, sans-serif;
	color: #999;
	border-radius: 10px;
	border: 1px solid #444;
	background: #1F1F1F;
	margin: 5px;
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

/*Formualrschriften*/
span.pflichtfeld {
	font-size: 0.8em;
	color: Red;
}

span.infotext {
	font-size: 1em;
	color: #999;
}

.fehler {
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	color: #FFFF00;
}

.textgrau {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #999;
}

.textgelb {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #FFFF00;
}

.em08 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #999;
	margin-left: 4px;
}

p {
	text-align: justify;
	padding-left: 2.0em;
	padding-right: 2.0em;
}

input,
textarea {
	border: 1px solid #FF6600;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #999;
	font-family: verdana, helvetica, sans-serif;
	background: #333;
}

input:focus,
textarea:focus,
select:focus {
	outline-color: red;
}

textarea {
	height: 50px;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background: #333;
}

select {
	border: 1px solid #FF6600;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.0em;
	color: orange;
	line-height: 1.2em;
	background: #333;
}

input[type=zahl] {
	background: #333;
	width: 80px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=text] {
	background: black;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 240px;
}

input[type=email] {
	background: #333;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 90%;
}

input[type=tel] {
	background: #333;
}

input[type=date] {
	background: #333;
	width: 90%;
}

input[type=radio] {
	width: auto;
	padding: 0em 0em;
	line-height: 1.5em;
	border: 1px solid #c00;
	margin-right: 0.5em;
}

input[type=checkbox] {
	border: 1px solid #999;
	text-shadow: 0 0 2px #300;
	font-weight: normal;
	margin-right: 0.5em;
}

input[type=password] {
	background: #333;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 240px;
}

input[type=submit] {
	width: 150px;
	padding: 0.25em 1em;
	line-height: 1.3em;
	background: orange;
	border: 2px solid red;
	font-weight: normal;
	color: black;
	margin-right: 0.5em;
	cursor: pointer;
}

/*Schriften etc.*/
/* Glyph, by Harry Roberts */
.hr2 {
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(9, 84, 132), rgba(0, 0, 0, 0));
}

h1 {
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	color: navajowhite;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*PRüFEN WAS OK*/
h2 {
	font-size: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	color: SandyBrown;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px;*/
	border-color: orange;
	/*border-left-style : solid;*/
}

h5 {
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	color: SteelBlue;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-left-width : 13px; 
	border-color : #666; 
	border-left-style : solid;*/
}

.grauhead {
	margin-top: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: orange;
}

/* Hintergund Formular GESAMT*/