/*Allgemein Anfang*/
body {
	background: #00bfff;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin: 0 auto;
  max-width: 80em;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
/*Allgemein Ende*/

header, nav, nav a, aside, article {
	border-radius: 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

/*Kopfbereich Anfang*/
header{
	background: #F1F3F4;
	border-color: #d5d5d5;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap;
}
header * {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}
header img {
	-webkit-flex: 0 0 150px;
	flex: 0 0 150px;
	margin-right: 50px;
}
/*Kopfbereich Ende*/

/*Navigationsbereich Anfang*/
header nav {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
}
nav, nav ul, nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
nav ul {
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}

nav li {
	float: left;
	position: relative;
	width: 10em;
	margin: 0 10px;
}
nav a {
	display: inline-block;
	width: 90%;
	background: #fffbf0;
	border: 1px solid #dfac20;
	margin: 0;
	text-align: center;
	text-decoration: none;
}
nav li ul{
	display: none;
	position: absolute;
	top: 5em;
	left:0;
}

nav li > ul{
	top:auto;
	left:auto;
}

nav li:hover ul {display:block;}

nav a:hover {
	background-color: #dfac20;
}
/*Navigationsbereich Ende*/

/*Seitenfenster Anfang*/
aside {
	background: #ebf5d7;
	border-color: #8db243;
  max-width: 120px;
	-webkit-flex: 1 1 0%;
	flex: 1 auto;
}
/*Seitenfenster Ende*/
 
/*Hauptbereich Anfang*/
article {
	background: #ffede0;
	border-color: #df6c20;
	-webkit-flex: 3 1 0%;
	flex: 3 1 0%;
}
/*Hauptbereich Ende*/

.anmeldung {
	font-family: "Times New Roman", Times, serif;
}

/*Fußzeile*/
footer {
	border-radius: 0.5em 0.5em 0.5em;
	border: 0.5px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

footer {
	background: #e4ebf2;
	border-color: #8a9da8;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	display: flex;
	flex-flow: row wrap;
}

footer * {
	-webkit-flex: 1 1 0%;
	-webkit-justify-content: space-between;
	flex: 1 1 0%;
	justify-content: space-between;
}

footer p {
	flex-grow: 4;
	text-align: right;
}
footer h5 {
	flex-grow: 1;
	text-align: left;
}
footer a {
	display: inline-block;
	width: 50%;
	background: #fffbf0;
	padding: 0.25em;
	border: 1px solid #dfac20;
	margin: 0;
	text-align: center;
	text-decoration: none;
}
footer a:hover {
	background-color: #dfac20;
}
/*Fußzeile Ende*/

/*Anmeldefenster Anfang*/
/*Hintergrundfenster*/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
/*Anmeldedialog*/
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
/*Button für Schließen*/
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
/*Button für Anmeldung*/

.wrapper
{
        width:800px;
        margin:0 auto;
}
h1
{
        font-size:24px;
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight:bold;
        color:#000;
}
h1 a
{
        color:#000;
}

label {
				min-width: 25em;
				display: inline-block;
				text-align: left;
        font-family: Calibri, Verdana, Arial;
        font-size: 20px;
        font-weight: bold;
}
.input
{
        padding:5px;
        font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
        font-size:18px;
}

button
{
        padding:5px;
        font-family:Calibri, Verdana, Arial;
        font-size:18px;
        font-weight:normal;
        background:#999;
        border:2px solid black;
        color:#FFF;				
}

input[type=submit]
{
        padding:5px;
        font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
        font-size:18px;
        font-weight:bold;
        background:#999;
        border:2px solid black;
        color:#FFF;
}
.error
{
        color:red;
        font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
        font-size:16px;
}	
	
/* Anmeldefenster Ende*/

/*Cookie-Hinweis Anfang*/
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}
/*Cookie-Hinweis Ende */

.navbar2 {
	border-radius: 0em;
	border: 2px solid;
	padding: 10px;
	margin: 10px;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}














