/* General Syle */
@font-face {
  font-family:"Rock Salt";
  src: url("/Rock_Salt/RockSalt-regular.ttf") format("truetype");
}

body {
	background:#c2c2c2;
	font-size:100%;
	margin:0em;
	padding:0em;
}

body ul {
   padding-left: 2.2em;
}

h1 {
	font-size:2.5em;
	line-height:3.8em;
	font-family:Rock Salt, Helvetica;
	font-weight:200;
	color:#FFF5EE;
	margin:0em;
}

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family:Rock Salt, Helvetica;
	font-weight:bold;
	color:#50575e;
	margin:0em;
	padding:1.25em;
	text-align:left;
}

h3 {
	font-size:1.4em;
	line-height:1.8em;
	font-family:Helvetica;
	font-weight:bold;
	color:#434343;
	margin:0em;
	padding:0.85em;
	text-align:left;
}

h4 {
	font-size:1.0em;
	line-height:1.8em;
	font-family:Helvetica;
	font-weight:bold;
	color:#434343;
	margin:0em;
	margin-bottom: -50px;
	padding:1.0em;
	text-align:left;
}

h6 {
	font-size:1.0em;
	line-height:1.8em;
	font-family:Helvetica;
	font-weight:bold;
	color:#434343;
	margin:0em;
	margin-bottom: -0px;
	margin-top: -45px;
	padding:1.0em;
	text-align:left;
}

h5 {
	font-size:1.0em;
	font-family:Helvetica;
	text-align:left;
	padding:1.0em;
	font-weight:normal;
	color:#646970;
}
h6 {
	font-size:1.0em;
	font-family:Helvetica;
	text-align:center;
	font-weight:normal;
	color:#646970;
	padding:2.5em;
}


h5red {
	font-size:1.0em;
	font-family:Helvetica;
	text-align:left;
	padding:1.0em;
	font-weight:normal;
	color:#ff0000;
}

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:normal;
	color:#646970;
	margin:0em;
	padding:1.25em;
	margin:0.313em 0em 0.313em 0em;
	text-align:left;
}

img {
	width:90%;
	height:auto;
	max-width:100%;
}
img2 {
	width:90%;
	height:auto;
	max-width:100%;
}

td {
	color:#646970;
}

a {
	text-decoration: none;
}

/* On Top Bar */
#menubar {
	display:block;
	background:#8D9C71;
}

#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:#c2c2c2;
	text-align:center;
}

header img {
	max-width:500px;
}

/* Navigation */
nav {
	display:block;
	height:2.5em;
	background:#8D9C71;
	text-align:center;
}

nav ul {
	display:block;
}

nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em
}

nav ul li a {
	color:#c2c2c2;
	font-size:1.125em;
	line-height:2.5em;
	padding:0.563em 0.939em 0.375em 0.983em;
	transition:background: 0.2s;
	-webkit-transition:background: 0.2s;
}

nav ul li a:hover {
	background:#8D9C71;
	border-bottom: 0.188em solid #646970
}

nav ul li a.active {
	border-bottom: 0.188em solid #D8D8D8
}

/* Content Area */
#main {
	display:block;
	width:120%;
	max-width:1700px;
	margin:1.30em auto;
	text-align: center;
	padding:0em;
}

#main article {
	display:inline-block;
	width:65.3%;
	background:#D8D8D8;
	vertical-align:top;
	margin:0em;
	padding:0em;
	text-align:center;
}

#main .titelbild {
	max-width:560px;
	box-shadow: 0px 0px 10px -5px #4C4948;
	border-radius:5px;
}

#main .schriftlogo {
	width:4em;
	margin-bottom:-0.2em;
}

#main aside {
	display:inline-block;
	width:30.6%;
	margin-left:0%;
	padding:0em;
	vertical-align:top;
}

#main aside section {
	margin-bottom:1.563em;
	background:#FFF5EE;
	border-bottom: 0.188em solid :#FFF5EE;
}

#main aside section2 {
	margin-bottom:1.563em;
	background:#FFF5EE;
	border-bottom: 0.188em solid :#FFF5EE;
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}

#main aside section2 ul {
	padding:0em 1.875em 1.25em 2.5em;
}

#main ul li {
	font-family:Helvetica;
	color:#646970;
}

#main article a {
	font-family:Helvetica;
	font-weight:bold;
	color:#646970;
}



/* Footer */
footer {
	display:block;
	background:#8D9C71;
	text-align:center;
}

footer ul {
	display: block;
	width: 100%;
	max-width:980px;
	text-align:left;
	margin: 0px auto;
}

footer ul li {
	display:inline;
	font-size: 0.8em;
	line-height:2.8em;
	color:#FFF5EE;
	padding: 0em 0.625em 0em 0.625em;
}

footer ul li a {
	color:#FFF5EE;
}

/* Mobile Style */
@media screen and (max-width:600px) {
	body {
		font-size:86%;
	}
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.25em 0em 0.625em 0em;
	}

	#main aside section2 {
		display:none;
	}

	img2{
		display:none;
	}
}

@media screen and (min-width:950px) {
	nav.nav {
		display:block !important;
	}
}
@media screen and (min-width:600px) {
	#main aside section2{ 
		display:block !important;
	}
}

@media screen and (max-width:950px) {
	body {
		font-size:90%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}

/* Kontakt */
	textarea {
		-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;

    		width: 100%;
	}
	textareaa {
		-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;

    		width: 100%;
	}
