/* Allgemeines  */

body {
	background: #2F2C2C;
	font-size: 100%;
	margin:0em;
	padding:0em;
	background-image: url("../images/hintergrund.jpg");
	background-repeat: no-repeat;
}

.menubutton img {
	width: 1.25em;
	height: 1.25em;
}

li {
	list-style:none;
	font-family: Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin: 0.313em 0em 0.313em 0em;
	padding:0em;
	line-height:1.25em;
	text-align: left;	
}

ul {
	margin:0em;
	padding:0em;
}

a {
	text-decoration:none;	
}

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

h1 {
	font-size:2.5em;
	line-height:3.5em;
	font-family: Helvetica;
	font-weight:100;
	color:#E2DBDB;
	margin: 0em;
}

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

img {
	width:90%;
	height: auto;
	max-width: 100%;
}
	
/* Top-Bar */
#menubar {
	display:block;
	background:#FFF;
}

#menubar ul {
	display:block;
	width:2em;
	padding:0.875em;
}

#menubar ul li {
	display:inline;	
}

/*#menubar ul li a.menubutton {
	display:none;
}*/

/* HEADER */
header {
	display:block;
	background:#2F2C2C;
	text-align:center;
	border-bottom: 0.188em solid #E7590B;
}

/* Navigation */
nav {
	display:block;
	height:40px;
	background: #FFF;
	text-align:center;
}

nav ul {
	display:block;
}

nav ul li {
	display: inline;
	margin 0px 0.188em 0.188em 0.188em;
}
	
nav ul li a {
	color:#454040;
	font-size: 1.125em;
	line-height: 2.500em;
	padding: 0.563em 0.938em 0.375em 0.938em;
	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.active a {
	border-bottom: 0.188em solid #E7590B;
}

/* Inhaltsbereich */

#inhalt {
	display:block;
	-moz-transform: rotate(-2.5deg);
	-webkit-transform: rotate(-2.5deg);
	-o-transform: rotate(-2.5deg);
	-ms-transform: rotate(-2.5deg);
	transform: rotate(-2.5deg);
	width:100%;
	text-align:center;
}

#main {
	width:96%;
	max-width:980px;
	margin: 1.250em auto;
	padding:1.250em;
}

#main a {
	color:#E7590B;
}


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

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

img.bildklein {
	width:12.500em;
	margin-top: 5em;
}

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

#main aside section {
	margin-bottom:1.563em;
	background:#FFF;
	opacity: 0.9;
	border-bottom: 0.188em solid #E7590B;
}

#main article h2 {
	padding: 1em 1.813em 1em 1em;
}

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

#logo {
	width:49%;
}

#teamviewer {
	width:30%;
	margin-left:2em;
}

/* footer */

footer {
	display:block;
	background:#2F2C2C;
	text-align:center;
}

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

footer ul li {
	display:inline;
	font-size:13px;
	line-height:45px;
	color:#E2DBDB;
	padding: 0px 10px 0em 10px;
}

footer ul li a {
	color:#E2DBDB;
}

/* Mobile Style */
@media screen and (max-width:1080px) {
	nav {
		height: 5em;
	}
}

@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.25em 0em 0.625em 0em;
	}
	
	#inhalt {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
}

@media screen and (max-width:550px) {
	/*#menubar ul li a.menubutton {
		display:block;
	}*/
	body {
		font-size:86%
	}
	nav {
		display:block;
		height:auto;
	}
	nav ul li {
		display:block;
		margin: 0.3em 0em 0.3em 0em;
	}
	#inhalt {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}



	

	
	
	
	