@charset "utf-8";

/* CSS Document */
body {
	background-color: #666666;
	cursor: Default;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

header,
footer {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	text-align: center;
	background-color: #3B3B3B;
	border-radius: 0.9em 0.9em 0px 0px;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}


aside {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #555;
	border-radius: 0px;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 2 100%;
	flex: 2 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

article {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #555;
	border-radius: 0px;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 4 100%;
	flex: 4 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8), 0 15px 30px -10px rgba(0, 0, 0, 0.6);
}

article {
	border-color: #d5d5d5;
}

aside {
	border-color: black;
}

footer {
	border-radius: 0px 0px 0.9em 0.9em;
	background: #4D4D4D;
	border-color: #d5d5d5;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap;
}

footer * {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

/* AB 520 PIXEL */
/* KLEINER als 560 PIXEL = Smartphones */
a:link,
a:visited {
	color: orange;
	font-style: normal;
	text-decoration: None;
}

span#zeichen {
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	font-style: normal;
	display: Inline-Block;
	margin-left: 50px;
}

p {
	font-family: Arial, Sans-Serif;
	color: #999;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
}

#center {
	font-family: Arial, Sans-Serif;
	color: #999;
	font-size: 1.2em;
	text-align: center;
}

p.info {
	font-family: Arial, Sans-Serif;
	color: yellow;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
}

p.ok {
	color: red;
	padding: 30px;
	font-style: normal;
}

p.ok2 {
	font-family: "Courier New", Courier, monospace;
	color: orange;
	font-size: 1.2em;
}

p.ko {
	color: white;
	font-style: normal;
}

ol {
	list-style-type: square;
	font-style: normal;
	padding: 10px;
}

li {
	padding: 5px;
}

table#tabelle {
	width: 360px;
}

table#tabelle th,
table#tabelle td {
	padding: 0.20em;
	font-weight: Normal;
}

table#tabelle tr:nth-child(even) {
	background-color: #111;
	white-space: Nowrap;
}

table#tabelle tr:nth-child(odd) {
	background-color: #222;
	white-space: Nowrap;
}

table#tabelle tr:hover {
	background-color: #EEF7FD;
	box-shadow: Inset 0px 0px 10px 100px #E5F1FB;
}

table#tabelle td:hover {
	background-color: black;
}

input[type=radio]:checked+label {
	color: orange;
}

input[type=radio]:checked+label#delete {
	color: #FF0000;
}

input,
textarea {
	width: 90%;
	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;
}

textarea {
	height: 300px;
}

input:focus,
textarea:focus,
select:focus {
	outline-color: red;
}

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;
	width: 80%;
}

input[type=zahl] {
	background: #333;
	width: 10px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=tel] {
	background: #333;
	width: 300px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=password] {
	background: #333;
	font-size: 1.0em;
	line-height: 1.2em;
	width: 240px;
}

input[type=text] {
	background: #333;
	width: 240px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=email] {
	background: #333;
	width: 200px;
	font-size: 1.0em;
	line-height: 1.2em;
}

input[type=search] {
	width: 250px;
	background: #333;
}

input[type=date] {
	background: #333;
	width: 80px;
}

input[type=radio] {
	width: auto;
	padding: 0em 0em;
	line-height: 1.5em;
	border: 1px solid #c00;
	margin-right: 0.5em;
}

input[type=checkbox] {
	background: #333;
	width: 50px;
	line-height: 1.0em;
	border: 1px solid red;
	text-shadow: 0 0 2px #300;
	font-weight: normal;
	margin-right: 0.5em;
}

input[type=submit] {
	width: auto;
	padding: 0.15em 0.15em;
	line-height: 1.0em;
	background: #600;
	border: 2px solid #c00;
	font-weight: normal;
	margin-right: 0.5em;
}

input[type=button] {
	width: auto;
	padding: 0.15em 0.15em;
	line-height: 1.0em;
	background: #600;
	border: 2px solid #c00;
	font-weight: normal;
	margin-right: 0.5em;
}

@media all and (min-width: 32.5em) {
	nav ul {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	nav li {
		margin: 0 10px;
		-webkit-flex: 1 1 0%;
		flex: 1 1 0%;
	}

	aside {
		-webkit-flex: 2 1 100%;
		-webkit-order: 2;
		flex: 2 1 100%;
		order: 2;
	}

	article {
		order: 3;
	}



	footer {
		order: 4;
	}
}

/* AB 800 Pixel  */

@media all and (min-width: 70em) {


	aside {
		-webkit-flex: 2 1 0%;
		-webkit-order: 4;
		flex: 2 1 100%;
		order: 2;
	}

	article {
		-webkit-flex: 3 1 100%;
		-webkit-order: 3;
		flex: 3 1 100%;
		order: 3;
	}
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Vorlage für Schrift */
h1 {
	font-size: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	color: orangered;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: red;
	padding-left: 3px;
}

h2 {
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	color: #CDC1C5;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 1px;
	padding-left: 3px;
}

.em07 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #999;
	margin-left: 4px;
}

.em07y {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	/*in den entsprechenden Dateien noch aktualisieren*/
	color: yellow;
	margin-left: 4px;
}

.em08 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	margin-left: 4px;
}

.em10 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	margin-left: 4px;
}

.em12 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.25em;
	margin-left: 4px;
}

.em15 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	margin-left: 4px;
}

.em18 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	margin-left: 4px;
}

.em20 {
	font-family: Verdana, Arial, sans-serif;
	color: white;
	font-size: 2.0em;
	margin-left: 4px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ENDE Vorlage für Schrift */