/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html{
	width: 100%;
	background-color: #b5cc2e;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
	color:#fff;
	font-weight: normal;
	line-height:1.7;
	font-size:25px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #587823;
	font-size: 50px;
	line-height:1.2;
	letter-spacing: 2px;
	margin: 0 auto 30px;
	font-weight: bold;
}

div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #6F963F;
	text-decoration: none;
}
a:active, a:hover {
	color: #DBDFE2;
}
.textcenter{
	text-align:center;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 120px;
}
.margin_unten{
	margin-bottom: 120px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.h600{
	height: 900px;
}

/* //////////////////////////////////// 404 //////////////////////////////////// */
.fehler{
	text-align:center;
	font-size:300px;
	padding-top:150px;
	line-height:0.5;
	color:#ccc;
}
.fehler span{
	font-size:150px;
}
.fehlermeldung{
	text-align:center;
	padding-top:30px;
}


/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}