header {
	background:#f1f1f1;
	border-bottom:1px solid #999;
}

section h1 {
	color:#fff;
	text-align: center;
	margin-top:0px;
	margin-bottom:40px;
}

section#content{
	padding:80px 60px;
	background-image:url('images/bg.jpg');
	height:100%;
	position: relative;
	z-index:0;
}
section#content div.container{
	position:relative;
	z-index:20;
}
section#content div.container h1{
	color:#fff;
	font-size:52px;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
}
section#content div.container h2{
	color:#fff;
	font-size:42px;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
}

section#content div.overlay {
	background-image:url('images/pattern.png');
	background-repeat:repeat;
	position:absolute;
	z-index:10;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
}

section#content div.jumbotron {
	margin-top:20px;
	background:rgba(255,255,255,0.7);
}

section#leistungen{
	padding:40px 30px;
	background-color:#3c763d;
	height:100%;
	position: relative;
	z-index:0;
}
section#leistungen div.container h1{
	color:#fff;
	font-size:32px;
	font-weight:bold;	
	margin-bottom:20px;
}
section#leistungen ol li
 {
	color:#fff;
	text-align:left;
	margin-left:0px;
}
section#leistungen h4 {
	color:#fff;
	text-align: left;
	margin-top:0px;
	margin-bottom:40px;
}

section#about {
	padding-top:20px;
	padding-bottom:40px;
}
section#about h1 {
	color:#333;
	text-align: center;
	margin-top:60px;
	margin-bottom:80px;
}