/* General Style */ 
body {
	background:#DCDCDC;
	font-size:100%;
	margin:0em;
	padding:0em;
}

h1 {
	font-size:2.5em;
	line-height:3.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#E2DBDB;
	margin:0em;
}

h2 {
	font-size: 1.563em;
	line-height: 1.8em;
	font-family: Helvetica;
	font-weight: 100;
	color: #2F2D2C;
	margin: 0em;
	padding-top: 1px;
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 1px;
	text-align: left;
}

p {
	line-height:1.25em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.25em;
	text-align:justify;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:square;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

img {
	width: 80%;
	height: auto;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 10px 0px #4c4948;
	
}

a {
	text-decoration: none;
	color:#15971e;
}
divfarbig {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-width: thin;
    border-color: #0BC0F8;
    border-radius: 7px;
}
/* On Top Bar */
#menubar {
	display:block;
	background:#FFFFFF;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	display: block;
	background-color: #000000;
	text-align: center;
}
header img {
	width: 67%;
	
}
/* Navigation */ 
nav {
	display:block;
	height:2.5em;
	background:#FFFFFF;
	text-align:center;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#454040;
	font-size: 1.125em;
	line-height:2.5em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	background:#DBD9D8;
	border-bottom: 0.188em solid #E7590B;
}
nav ul li a.active {
	border-bottom: 0.188em solid #E7590B;
}
/* Content Area */ 
#main {
	display: block;
	width: 96%;
	max-width: 980px;
	margin: 1.25em auto;
	padding: 0em;
}

#main article {
    display: inline-block;
    width: 65.3%;
    background: #FFFFFF;
    vertical-align: top;
    margin: 0em;
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 1em;
    padding-bottom: 0em;
    text-align: center;
}

#main article img {
	max-width: 560px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 2px #4c4948;
}

#main aside {
	display:inline-block;
	width:30.6%;
	margin-left:3%; 
	padding:0em;
	vertical-align:top;
}

#main aside section {
    margin-bottom: 1.563em;
    background: #FFFFFF;
    border-bottom: 0.188em solid #E7590B;
    padding-left: 10px;
    margin-left: 10px;
}

#main article h2 {
	padding:1em 1.8em 1em 1.8em;
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}
/* Footer */ 
footer {
	display:block;
	background:#2F2C2C;
	text-align:center;
}

footer ul {
	display: block;
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: 0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#E2DBDB;
	padding:0em 0.625em 0em 0.625em;
}
footer ul li a {
	color:#E2DBDB;
}
/*Style Kontaktformular*/
 table {
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-spacing: 1px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
 }
 th, td {
	padding: 10px;
 }
 label {
	cursor: Pointer;
	width: auto;
 }
 img, input[type='image'] {
  vertical-align: Middle;
 }
 .pflichtfeld {
  color: #FF0000;
  border: 0px;
 }
 .hintergrund {
	color: #000000;
	background-color: #fff;
 }
 .danke, .danke a {
  color: #000000;
  padding: 10px;
  width: 90%;
  margin: Auto;
  margin-top: 100px;
 }

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.schrift-name-blau {
    color: #1062EF;
    font-size: 2em;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    text-shadow: 3px 2px #565656;
}




/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
table {
	width: 80%; }

}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
table {
	width: auto;
}

}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
table {
	width: auto; }
td label { display: block; }

}
@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
table {
	width: auto; }
td label { display: block; }
	
}
