@charset "utf-8";
/* CSS Document */
body {
	background-color: #333;
	font-family: Verdana, sans-serif;
	color: #666;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
}
.container {
width: 100%;
height: auto;
align-items: center;
}
a {
	text-align: center;
	color: orange;
	text-decoration: none;
	font-size: 1.0em;
}

a:hover,
a:focus {
	color: grey;
	outline: none;
}

header,
footer {
	font-family: Verdana, sans-serif;
	color: #999;
	/*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, Arial, sans-serif;

	font-weight: normal;
	text-align: center;
	font-size: 12px;
	color: #FFFF00;
}

.textgrau {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #999;
}

.textgelb {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #FFFF00;
}

.em08 {
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
	font-size: 0.8em;
	color: #999;
	margin-left: 4px;
}

p {
	margin: 0 0 1em;
	font-size: 16px;
}

form {
	align-items: center;
    margin-left:auto;
    margin-right:auto;
    width: 965px;
    height: 100%;
}

input,
textarea {
	border: 1px solid #FF6600;
	padding: 0.5em;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #999;
	font-family: Verdana, Helvetica, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(0.60, #222));

}

input:focus,
textarea:focus,
select:focus {
	outline-color: red;
}

textarea {
	height: 80px;
	width: 90%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #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: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 80%;
}

input[type=zahl] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 50px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=text] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 90%;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=email] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 90%;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=tel] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
}

input[type=date] {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.60, #333));
	width: 50%;
}

input[type=radio] {
	width: auto;
	padding: 0em 0em;
	line-height: 1.5em;
	border: 3px solid red;
	margin-right: 0.5em;
}

input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background: green;
	border: 2px solid #c00;
	font-weight: normal;
	margin-right: 0.5em;
}

input[type=submit] {
	width: auto;
	padding: 0.25em 1em;
	line-height: 1.0em;
	background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600));
	border: 2px solid #c00;
	text-shadow: 0 0 2px #300;
	font-weight: normal;
	margin-right: 0.5em;
}
/* 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));
  }
/*Schriften TESTEN*/
h1 {
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	color: OliveDrab;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	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;*/
}

/*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;
}

/* Formular GESAMT*/
@media only screen and ( max-width: 517px ) {
	form { width: 295px !important; }
	  }

@media only screen and ( max-width: 804px ) {
	form { width: 400px !important; }
	} 

@media only screen and ( min-width: 805px ) and ( max-width: 1035px ) {
	form { width: 500px !important; }
	}

@media only screen and (min-width: 1036px) {	
	form { width: 650px !important; }
	}