@media only screen and (min-width: 1024px) {

.wrapper {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
.wrapperinhalt {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:20px 0;
}
.wrapperinhaltohne {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding:0px 0;
}
#kopf {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 30px 0;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#kopf.active {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	background: #ffffff;
	border-bottom: solid 1px #dadada;
	z-index: 9999;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#kopfwrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:0;
}
#logokopf {
	float: right;
	width: 18%;
	height: auto;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	outline: none;
}
#logokopf a {
	outline: none;
}
#logokopf img {
	width: 100%;
	height: auto;
	outline: none;
}
#logokopf img a {
	outline: none;
}
#logokopf.active {
	float: right;
	width: 12%;
	height: auto;
	margin: 5px 0 5px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	outline: none;
}
#logokopf.active img a {
	outline: none;
}
#nav {
	float: left;
	width: 80%;
	height: auto;
	margin: 70px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav.active {
	float: left;
	width: 80%;
	height: auto;
	margin: 38px 0 0 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nav ul {
	list-style: none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav.active ul {
	list-style: none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 17px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nav ul li {
	float: left;
	margin: 0 70px 0 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav.active ul li {
	float: left;
	margin: 0 80px 0 0px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #444444;
	outline: none;
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: none;
	color: #8eb72c;
}
#startbereich {
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 35px 0;
	background-color:#8eb72c;
	background-image:url(../img/schraeg_1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
}
#startboxleft {
	float:left;
	width:50%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	font-weight:300;
	font-size:16px;
	line-height:24px;
}
#startboxright {
	float:left;
	width:50%;
	height:auto;
	z-index:50;
	text-align:left;
}
.bildwerkzeug {
	position:relative;
	left:0;
	top:0;
	z-index:99;
	width:104%;
	height:auto;
	margin-left:-4%;
	margin-bottom:-90px;
}
#startboxleft h1 {
	display:block;
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	font-size:28px;
	line-height:32px;
	padding:0;
	margin:0 0 22px 0;
}
.leistungenwrap {
	float:left;
	width:100%;
	height:auto;
}
.leistungsbox {
	float:left;
	width:32%;
	height:auto;
	background:#ffffff;
	margin-right:2%;
	margin-bottom:2%;
	padding:10px 10px 14px 10px;
	text-align:center;
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#444444;
}
.leistungsbox:nth-of-type(2n+2) {margin-right:2%;}
.leistungsbox:nth-of-type(3n+3) {margin-right:0%;}
.leistungsbox:nth-of-type(4n+4) {margin-right:2%;}

.referenzenbox {
	float:left;
	width:24.25%;
	height:auto;
	background:#ffffff;
	padding:8px;
	margin-right:1%;
	margin-bottom:1%;
	text-align: left;
	font-family:'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #444444;
	line-height: 18px;
}
.referenzenbox:nth-of-type(2n+2) {margin-right:1%;}
.referenzenbox:nth-of-type(3n+3) {margin-right:1%;}
.referenzenbox:nth-of-type(4n+4) {margin-right:0%;}

.referenzenbox img {
	width: 100%;
	height: auto;
}
.referenzenbox:hover {
	cursor:pointer;
	background:#dadada;
	color: #000000;
}

.nomobile {
	display:block;
}
.onlymobile {
	display:none;
}	

#kontaktbereichtop {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 0px 0;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-weight:300;
	font-size:16px;
	line-height:24px;
	text-align:left;
}
#kontaktbereichtop h1 {
	font-weight:400;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	font-size:22px;
	line-height:22px;
}
#kontaktleft {
	float:left;
	width:35%;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-weight:300;
	font-size:18px;
	line-height:26px;
	margin:40px 0 20px 0;
	text-align:left;
}
#kontaktleft fett {
	font-weight:700;
}
#kontaktleft a:link, #kontaktleft a:visited {
	font-weight:300;
	color:#444444;
	text-decoration:underline;
}
#kontaktleft a:hover, #kontaktleft a:active {
	font-weight:300;
	color:#8eb72c;
	text-decoration:none;
	cursor:pointer;
}
#kontaktright {
	float:left;
	width:55%;
	margin:0px 0 10px 10%;
	text-align:left;
}
#kontaktright img {
	width:100%;
	height:auto;
	margin:-20px 0 0 0;
}
#fuss {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 30px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background-image: url(../img/footer_streifen_75.png);
	background-repeat: repeat-x;
	background-position: left 20px;
	background-color: #dadada;
}
#fussunter {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 30px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background-image: url(../img/footer_streifen_75.png);
	background-repeat: repeat-x;
	background-position: left 20px;
	background-color: #ffffff;
}
.footerstreifen {
	width: 100%;
	position: relative;
}

#fusswrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:0;
}
#fusstext {
	float: left;
	width: 100%;
	height: auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0 10px 0;
	text-align: left;
}
.fusstextbox {
	float: left;
	width: 60%;
	height: auto;
}
.fussimpressumbox {
	float: left;
	width: 100%;
	height: auto;
	text-align:right;
	margin:0;
}
.fussimpressumbox a:link, .fussimpressumbox a:visited {
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 15px;
	text-decoration:none;
}
.fussimpressumbox a:hover, .fussimpressumbox a:active {
	color:#000000;
	text-decoration:underline;
}
#fusslogo {
	float:left;
	width: 189px;
	height:75px;
	background: #dadada;
	padding: 0 10px 0 10px;
	margin-left: -10px;
}
#fusslogo img {
	width:100%;
	height:auto;
}
#fusslogounter {
	float:left;
	width: 189px;
	height:75px;
	background: #ffffff;
	padding: 0 10px 0 10px;
	margin-left: -10px;
}
#fusslogounter img {
	width:100%;
	height:auto;
}

#nav {
	float: left;
	width: 82%;
	height: auto;
	margin: 72px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav.active {
	float: left;
	width: 88%;
	height: auto;
	margin: 26px 0 0 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nav ul {
	list-style: none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height:20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav.active ul {
	list-style: none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 17px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nav ul li {
	float: left;
	display:inline-block;
	margin: 0 70px 0 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav.active ul li {
	float: left;
	margin: 0 80px 0 0px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #444444;
	outline: none;
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: none;
	color: #8eb72c;
}

#leistungennav:link, #leistungennav:visited, #leistungennav:active, #leistungennav:hover {
	color: #444444;
	text-decoration: none;
}
#leistungennav.active:link, #leistungennav.active:visited, #leistungennav.active:active, #leistungennav.active:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 2px #8eb72c;
}
#referenzennav:link, #referenzennav:visited, #referenzennav:active, #referenzennav:hover {
	color: #444444;
	text-decoration: none;
}
#referenzennav.active:link, #referenzennav.active:visited, #referenzennav.active:active, #referenzennav.active:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 2px #8eb72c;
}
#partnernav:link, #partnernav:visited, #partnernav:active, #partnernav:hover {
	color: #444444;
	text-decoration: none;
}
#partnernav.active:link, #partnernav.active:visited, #partnernav.active:active, #partnernav.active:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 2px #8eb72c;
}
#kontaktnav:link, #kontaktnav:visited, #kontaktnav:active, #kontaktnav:hover {
	color: #444444;
	text-decoration: none;
}
#kontaktnav.active:link, #kontaktnav.active:visited, #kontaktnav.active:active, #kontaktnav.active:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 2px #8eb72c;
}
#blognav:link, #blognav:visited, #blognav:active, #blognav:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 2px #8eb72c;
}
	
.navpunkt {
	float: left;
	width: 1px;
	height: 1px;
	padding-top: 20px;
}
#impressumabstand {
	float:left;
	width:100%;
	height:100px;
	padding:0px 0 0px 0;
	background-color:#dadada;
	z-index:1;
}
#bildleisteleistungen {
	float: left;
	width: 100%;
	height: 200px;
	background: #cccccc;
	z-index:998;
	border-bottom:solid 4px #ffffff;
	overflow:hidden;
	margin-top:85px;
}
#bildleisteleistungen img {
	border-right:solid 3px #ffffff;
	height:200px;
}
.weitereleistungenboxwrap {
	float:left;
	width:18.4%;
	height:auto;
	margin-right:2%;
	margin-bottom:0%;
}
.weitereleistungenboxwrap:nth-of-type(2n+2) {margin-right:2%;}
.weitereleistungenboxwrap:nth-of-type(3n+3) {margin-right:2%;}
.weitereleistungenboxwrap:nth-of-type(4n+4) {margin-right:2%;}
.weitereleistungenboxwrap:nth-of-type(5n+5) {margin-right:0%;}

.weitereleistungenbox {
	float:left;
	width:100%;
	height:auto;
	background:#d4d4d4;
	margin-right:0%;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#000000;
	text-align:center;
	padding:0 0 10px 0;
	
}
.weitereleistungenbox img {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 7px 0;
}
.weitereleistungenbox:hover {
	background:#8eb72c;
	cursor:pointer;
	color:#ffffff;
}
#refnavbereich {
	position:fixed;
	width:100%;
	height:auto;
	background:#000000;
	margin:88px 0 0px 0;
	z-index:999;
	padding:5px 0 9px 0;
	text-align:left;
}
#refnavwrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#refnavbereich a:link, #refnavbereich a:visited {
	display:inline-block;
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	line-height:22px;
	font-weight:400;
	outline:none;
	margin:0;
	border-bottom:solid 1px #000000;
	padding:10px 0 2px 0;
}
#refnavbereich a:hover, #refnavbereich a:active {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
	border-bottom:solid 1px #8eb72c;
}
#refnavbereich trenner {
	display:inline-block;
	color:#8eb72c;
	margin:0 10px;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
}
#refnavbereich a#hier:link, #refnavbereich a#hier:visited, #refnavbereich a#hier:hover, #refnavbereich a#hier:active {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkta:link, #refnavpunkta:visited, #refnavpunkta:active, #refnavpunkta:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkta.active:link, #refnavpunkta.active:visited, #refnavpunkta.active:active, #refnavpunkta.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktb:link, #refnavpunktb:visited, #refnavpunktb:active, #refnavpunktb:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktb.active:link, #refnavpunktb.active:visited, #refnavpunktb.active:active, #refnavpunktb.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktc:link, #refnavpunktc:visited, #refnavpunktc:active, #refnavpunktc:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktc.active:link, #refnavpunktc.active:visited, #refnavpunktc.active:active, #refnavpunktc.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktd:link, #refnavpunktd:visited, #refnavpunktd:active, #refnavpunktd:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktd.active:link, #refnavpunktd.active:visited, #refnavpunktd.active:active, #refnavpunktd.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkte:link, #refnavpunkte:visited, #refnavpunkte:active, #refnavpunkte:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkte.active:link, #refnavpunkte.active:visited, #refnavpunkte.active:active, #refnavpunkte.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refabstandtop {
	float:left;
	width:100%;
	height:129px;
	background:#ffffff;
}
.refbereich {
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 20px 0;
	margin:10px 0 20px 0;
	text-align:left;
}
.refbereich h1 {
	position:relative;
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#000000;
	line-height:24px;
}
.refbereich h1 span {
	position:absolute;
	top:-185px;
}
.refimages {
	float:left;
	width:23.5%;
	height:auto;
	background:#ffffff;
	padding:5px;
	margin-right:2%;
	margin-bottom:20px;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#444444;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.refimages img {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 5px 0;
}
.refimages:hover {
	background:#444444;
	color:#ffffff;
}
.refimages:nth-of-type(2n+2) {margin-right:2%;}
.refimages:nth-of-type(3n+3) {margin-right:2%;}
.refimages:nth-of-type(4n+4) {margin-right:0%;}

#referenzenbereicha {
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 45px 0;
	margin-top:0px;
	background-color:#dadada;
	background-image:url(../img/schraeg_3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
}
#referenzenbereicha span {
	position:absolute;
	top:-145px;
}
#referenzenbereichb {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 35px 0;
	margin-top:0px;
	background-color:#8eb72c;
	background-image:url(../img/schraeg_1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
}
#referenzenbereichb span {
	position:absolute;
	top:-120px;
}
#referenzenbereichc {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 35px 0;
	margin-top:0px;
	background-color:#dadada;
	background-image:url(../img/schraeg_3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
}
#referenzenbereichc span {
	position:absolute;
	top:-120px;
}
#referenzenbereichd {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 35px 0;
	margin-top:0px;
	background-color:#8eb72c;
	background-image:url(../img/schraeg_1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
}
#referenzenbereichd span {
	position:absolute;
	top:-120px;
}
#referenzenbereiche {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 35px 0;
	margin-top:0px;
	background-color:#dadada;
}
#referenzenbereiche span {
	position:absolute;
	top:-120px;
}
.refbereicha {
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 20px 0;
	margin:10px 0 20px 0;
	text-align:left;
}
.refbereicha h1 {
	position:relative;
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#000000;
	line-height:24px;
	padding:15px 0 0 0;
}
.refbereicha h1 span {
	position:absolute;
	top:-179px;
}
#blogabstand {
	float:left;
	width:100%;
	height:100px;
	padding:0px 0 0px 0;
	background-color:#ffffff;
	z-index:1;
}
.blog_img {
	float:right;
	width:25%;
	height:auto;
	margin:0 0 20px 5%;
}
.blog_beitrag {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.blog_beitrag p {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:400;
	font-size: 16px;
	line-height:24px;
	margin:0 0 10px 0;
}
.blog_beitrag h1 {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:700;
	font-size: 20px;
	line-height:28px;
	margin:0 0 5px 0;
}
.blog_beitrag h2 {
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 12px;
	margin:0 0 6px 0;
}
.blog_beitrag img {
	float:right;
	width:30%;
	height:auto;
	margin:0px 0 20px 5%;
}
.blog_artikel_link:link, .blog_artikel_link:visited {
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	background:#8eb72c;
	font-size: 14px;
	padding:6px 10px;
	margin:5px 0 2px 0;
	text-decoration:none;
}
.blog_artikel_link:hover, .blog_artikel_link:active {
	background:#444444;
	text-decoration:none;
	cursor:pointer;
}
.blog_artikel_back:link, .blog_artikel_back:visited {
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	background:#444444;
	font-size: 12px;
	padding:4px 6px;
	margin:0px 0 10px 0;
	text-decoration:none;
}
.blog_artikel_back:hover, .blog_artikel_back:active {
	background:#8eb72c;
	text-decoration:none;
	cursor:pointer;
}
.backbtnbereich {
	float:left;
	width:100%;
	height:auto;
	margin:0;
}
.blog_beitrag_voll_bildbereich_zwei {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 40px 0;
	text-align:center;
}
.blog_beitrag_voll_bildbereich_zwei img {
	float:left;
	width:50%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
}