/* General Style */ 
body {
	background:#DCDCDC;
	font-size:100%;
	margin:0em;
	padding:0em;
	overflow-y: scroll;
	/*border-bottom: 0.188em solid #E7590B; erzeugt eine rote Linie unter der ganzen Seite*/
}

h1 {
	font-size:1.563em;
	line-height:1.8em;
	/*font-size:2.5em;
	line-height:3.8em;*/
	font-family:Helvetica;
	font-weight:100;
	color: #336;
	margin:0em;
	padding-left:0.80em;
}

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.25em;
	text-align:left;
}

h6 {
	font-size:3.0em;
	line-height:0.6em;
	font-family:Helvetica;
	font-weight:100;
	margin:0em;
	padding:1.25em;
	text-align:left;
}

/*h6 {
	font-size:3.0em;
	line-height:0.6em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.25em;
	text-align:left;
}*/

p {
	line-height:1.5em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.25em;
	text-align:justify; 
}

ul {
	margin:0px;
	padding:0,0,0,25px;
	text-align:left;
}

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:94%; 
	height:auto;
	max-width:100%;
	margin-top:-20px;
	margin-left:4%;
	/*margin: 4%; rückt die Bilder und das Hamburgermenü vom Rand*/
/*	padding-left:1.400em; rückt die Bilder links am Rand*/
}

a {
	text-decoration: none;
}

/* On Top Bar */
#menubar {
	display:block;
	background:#FFFFFF;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em 0;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	display:block;
	background-color: #CCC;
	/*background-image: url(images/hi-kopf.gif);*/ 
	background-image: url(images/Hermes-Konzept-Logo-gr.gif); 		 background-repeat:no-repeat;
	text-align:center;
}
/* Hauptnavigation */ 
/* Gibt die Höhe des Menüs an */
nav {
	display:block;
	height:3.1em;
	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:1.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:0em;
	border-bottom: 0.188em solid #E7590B;
}

#main article img {
	max-width:560px;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}

#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;
}

#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: #0F6;
	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:#E2DBDB;
	padding:0em 0.625em 0em 0.625em;
}
footer ul li a {
	color: #E2DBDB;
}
/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
}
@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;
	}
}
