body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
html {
    height:100%;
    background: linear-gradient(90deg, #ffd397, #ffffff);
	
}
body {
  font-size:12px;
  font-family: "Arial", "Helvetica", "sans-serif";
}

#wrapper {
    width:820px;
    left:50%;
    margin-left:-410px;
    /* zentrieren des #Wrapper */
    position: absolute;
}
#logo {
	height:130px;
	right:60px;
	top:20px;
	position:absolute;
}

#logo img {
	border:0px;
	height:120px;
	width:auto;
}

#banner {
    height:150px;
	left:0px;
	top:30px;
	position:absolute;
	float:left;
}
#banner span{
	position:relative;
	font-size: 38px;
    font-weight: bold;
    color: #f2ae4d;
	top:40px;
}

#content, #navigation  {
	position: absolute;
	top: 160px;
}

#navigation {
    left: 0px;
    width: 150px;
    /* height: 300px; */
    font-size: 1.35em;
    float: left;
	z-index:3;
	color: #bc3850;
}

#navigation  ul {
    padding: 0;

}

#navigation  ul li {   
    list-style: none;
	padding:0 0 8px 0;
}

#navigation ul li a {
	color: #bc3850;
    text-decoration: none;
}

#navigation ul li a:hover {
    text-decoration: underline;
}

#navigation ul li span.active {
	color: #bc3850;
    text-decoration: underline;
}
#menuToggle {
	position:relative;
	display:none;
	z-index:2;
	margin:10px;
	top:10px;
	opacity: 0.5;
}

#content {
    width:580px;
    left:150px;
}

#content div.inside{
	padding:0 10px 50px 10px;
}

#content h1 {
	color: #bc3850;
	font-size:2em;
	font-weight: bold;
}

#content figure.image_container img {
	border: 0;
    width: 100%;
    height: auto;
}

#totop {
 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
 }
 #totop {
	position: fixed;
	left:10px;
	bottom:10px;
	z-index:2;
	display:none;
	z-index:5;
}
#totop img, #xMenu img{
  	width:60px;
	height:60px;
}
.invisible {
    display:none;
}

@media only screen and (max-width:860px) {
	#wrapper {
		width:100%;
		left:0px;
		margin-left:0px;
		/* zentrieren des #Wrapper */
		position: absolute;
	}
	#logo {
		right:0;
	}

	#logo img {
		height:80px;
	}

	#banner {
		height:150px;
		left:10px;
		top:30px;
		position:absolute;
		float:left;
	}
	#banner span{
		font-size: 22px;
		top:20px;
	}

	#content, #navigation  {
		top: 110px;
	}

	#navigation {	
		display:none;
		width: 250px;
		min-height: 1000px;
		color: #ffffff;
		background-color: #bc3850;
		padding: 0 0 0 30px;
		opacity: 0.8;
		-webkit-box-shadow: 3px -3px 18px 0px rgba(173,173,173,0.73);
		-moz-box-shadow: 3px -3px 18px 0px rgba(173,173,173,0.73);
		box-shadow: 3px -3px 18px 0px rgba(173,173,173,0.73);
	}
	#navigation ul li  {
		padding: 0 0 20px 0;
	}
	#navigation ul li a {
		color: #ffffff;
	}
	#navigation ul li span.active {
		color: #ffffff;
	}
	#menuToggle {
		display:inline;
	}
	#content {
		width:100%;
		left:0px;
	}
	#content img {
		width:100%;
		height:auto;
	}

}
