html, body {
	position: relativ;
	display: table;
	width: 100%;
	height: 100%;
}

body {
	line-height: 20pt;
	font-size: 12pt;
	font-family: Raleway, verdana, sans-serif;
	margin: 0;
	padding: 0;
}
.hg {
	position: fixed;
	width: 100%;
	height: auto;
	display: none;
}
.navbar-default {
	background-color: #7acc29;
	background-image: linear-gradient( #7acc29 0%, #33802d 100%);
	border-color: #f00;
	margin-bottom: 0px;
	border: 0;
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a
{
	font-family: 'Varela Round', sans-serif;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	transition-property: color, background-color;
	transition-duration: 0.5s, 0.5s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover
{
	background-color: #33802d;	
	color: #7acc29;
	transition-property: color, background-color;
	transition-duration: 0.5s, 0.5s;
}
h1,h2,h3,h4,h5,h6 {

	margin: 0;
	padding: 0;
	font-family: 'Varela Round', sans-serif;
	color: #33802d;
	font-weight: 400;
	text-transform: uppercase;	
}
.ueberschrift {
	line-height: 32pt;
	margin-top: 15px;
	color: #008;
	font-weight: 800;
	border-bottom: 3px solid #008;
}
.hinweis {
	padding-top: 15px;
	font-family: 'Varela Round', sans-serif;
	font-weight: 800;
	color: #008;
}
.sub_ueberschrift {
	line-height: 32pt;
	margin-bottom: 30px;
}
.sub_ueberschrift strong {
	font-weight: 700;
	background-color: #eee;
	padding: 0 0.5em;
}
.schatten {
	box-shadow: 0 0 30px #999;
}
header {
	position: fixed;
	width: 100%;
	background-color: rgb(255,255,255);
	//background-color: rgba(255,255,255,0.6);
	z-index: 100;
}
header > .weiss {
	background-color: #fff;
	padding: 15px;
}
hr
{
	border: 1px solid #33802d;
}
header > .grau {
	background-color: #eee;
	padding: 15px;
}
#helper {
	background-color: #7acc29;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif; 
	color: #fff;
	font-weight: 400;
}
#top
{
	position: fixed;
	display: block;
	background-color: #33802d;
	color: #fff;
	bottom:20px;
	right:20px;
	padding:0.2em;
	border-radius: 0.3em;
	z-index: 200;
}
#top:hover
{
	background-color: #7acc29;
}
#hauptnavigation ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
#hauptnavigation ul li {
	display: inline-block;
}
#hauptnavigation ul li a{
	color: #33802d;
}
ul.www {
	list-style-type: none;
	padding-left: 1em;
}
ul.www > li > span {
	display: inline-block;
	margin-left: -1em;
	width: 1em;
}
ul.liste {
	list-style-type: none;
	padding-left: 2em;
}
ul.liste > li > span {
	display: inline-block;
	margin-left: -2em;
	width: 2em;
	color: #008;
}
ul.sitemap {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.sitemap a {
	color: #fff;
	text-decoration: underline;
}
ul.sitemap a:hover {
	text-decoration: none;
}
.abstand {
	height: 224px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);	
}
#main {
	position: relative;
	z-index: 5;
}
#main .container{
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}
#main .inhalt{
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}
#main .transparent{
	padding-top: 15px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}
#map-border {
	margin-top: 25px;
	border: 1px solid #bbb;
	background-color: #fff;
	color: #33802d;
}
#map {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 400px;
}
footer {
	position: relative;
	z-index: 150;
	color: #fff;	
}
#footer1 {
	background-color: #7acc29;
	padding: 15px 0;
}
#footer2 {
	background-color: #33802d;
	padding: 15px 0;
}
a.mail {
	color: #33802d;
	text-decoration: underline;
}
footer a.mail {
	color: #fff;
	text-decoration: underline;
}
.btn-success {
	background-color: #7acc29;
	background-image: linear-gradient( #7acc29 0%, #33802d 100%);
	font-weight: bold;
	color: #fff;
	border: 0;
	transition-property: color;
	transition-duration: 0.3s;
}
.btn-success:hover {
	background-image: linear-gradient( #33802d 0%, #33802d 100%);
}
.feld {
	display: none;
}
ul.impressum {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.impressum li {
	text-align: right;
}
ul.impressum a {
	font-size: 10pt;
	color: #33802d;
	text-decoration: underline;
}
ul.impressum a:hover {
	text-decoration: none;
}
table.table {
	font-size: 80%;
}
#kundenlogos img {
	margin-bottom: 15px;
}