@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BlackItalic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-BlackItalic.woff') format('woff'),
        url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Italic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Italic.woff') format('woff'),
        url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-ExtraLightItalic.woff') format('woff'),
        url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Black.woff') format('woff'),
        url('../fonts/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff'),
        url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Light.woff') format('woff'),
        url('../fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('../fonts/SourceSansPro-ExtraLight.woff') format('woff'),
        url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-BoldItalic.woff') format('woff'),
        url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-LightItalic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-LightItalic.woff') format('woff'),
        url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-SemiBold.woff') format('woff'),
        url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSansPro-SemiBoldItalic.woff') format('woff'),
        url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.page-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.wrapperinhalt {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:20px 20px;
}
.wrapperinhaltohne {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:0px 20px;
}
#kopf {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 10px 0;
	background: #ffffff;	
}
#kopf.active {
	float:left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 10px 0;
	background: #ffffff;
	border-bottom: solid 1px #dadada;
	z-index: 9999;
}
#kopfwrapper {
	width: 100%;
	margin: 0 auto;
	padding:0 20px;
}
#logokopf {
	float: right;
	width: 65%;
	height: auto;
	margin: 0px 0 0 0;
	outline: none;
}
#logokopf img {
	width: 100%;
	height: auto;
	outline: none;
}
#logokopf img a {
	outline: none;
}
#logokopf a {
	outline: none;
}
#logokopf.active {
	float: right;
	width: 65%;
	height: auto;
	margin: 0px 0 0 0;
	outline: none;
}
#logokopf.active img a {
	outline: none;
}
@media only screen and (min-width: 400px) {
	#logokopf {
	float: right;
	width: 45%;
	height: auto;
	margin: 0px 0 0 0;
	outline: none;
}
#logokopf.active {
	float: right;
	width: 45%;
	height: auto;
	margin: 0px 0 0 0;
	outline: none;
}
}
@media only screen and (min-width: 600px) {
	#logokopf {
	float: right;
	width: 25%;
	height: auto;
	margin: 0px 0 0 0;
	outline: none;
}
#logokopf.active {
	float: right;
	width: 25%;
	height: auto;
	margin: 0px 0 0 0;
	outline: none;
}
}
#bildleiste {
	float: left;
	width: 100%;
	height: 160px;
	background: #cccccc;
	z-index:999;
	border-bottom:solid 4px #ffffff;
	overflow:hidden;
}
#bildleiste img {
	border-right:solid 3px #ffffff;
}
#bereichwrap {
	float:left;
	width:100%;
	height:auto;
	z-index:1;
}

#startbereich {
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 0px 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:100%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	font-weight:300;
	font-size:18px;
	line-height:24px;
}
#startboxright {
	float:left;
	width:100%;
	height:auto;
	z-index:50;
	text-align:center;
}
.bildwerkzeug {
	z-index:99;
	width:100%;
	height:auto;
	margin-left:0%;
	margin-bottom:0px;
}
@media only screen and (min-width: 500px) {
	.bildwerkzeug {
	z-index:99;
	width:55%;
	height:auto;
	margin-left:0%;
	margin-bottom:0px;
}
}
@media only screen and (min-width: 800px) {
	.bildwerkzeug {
	z-index:99;
	width:40%;
	height:auto;
	margin-left:0%;
	margin-bottom:0px;
}
}
#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;
}
.my-slider {
	height: 160px;
	margin: 0 auto;
	width: 100%;
}
.my-slider ul {
	height: 160px;
	overflow: hidden;
}
.my-slider li {
	float: left;
}
.my-slidera {
	height: 200px;
	margin: 0 auto;
	width: 100%;
}
.my-slidera ul {
	height: 200px;
	overflow: hidden;
}
.my-slidera li {
	float: left;
}
#makeMeScrollable {
	width:100%;
	height: 120px;
	position: relative;
}
#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-right:solid 3px #FFF;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#leistungsbereich {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0 40px 0;
	background-color:#dadada;
	background-image:url(../img/schraeg_3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	z-index:1;
}
#leistungsbereichtop {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 20px 0;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-weight:300;
	font-size:16px;
	line-height:24px;
}
#leistungsbereichtop h1 {
	font-weight:400;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	font-size:22px;
	line-height:22px;
}
#leistungsbereichbottom {
	float:left;
	width:100%;
	height:auto;
	margin:8px 0 5px 0;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	text-align:center;
}
.leistungenwrap {
	float:left;
	width:100%;
	height:auto;
}
.leistungsbox {
	float:left;
	width:100%;
	height:auto;
	background:#ffffff;
	margin:0 0 4% 0;
	padding:10px 10px 14px 10px;
	text-align:center;
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#444444;
}
.leistungsbox img {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 8px 0;
}
.leistungsbox:nth-of-type(2n+2) {margin-right:0%;}

@media only screen and (min-width: 600px) {
	.leistungsbox {
	float:left;
	width:49%;
	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:0%;}
}

.leistungsbox:hover {
	cursor: pointer;
	text-decoration: none;
	font-weight: 400;
	color: #ffffff;
	background:#8eb72c;
	letter-spacing:1px;
}
.leistungsbox:hover a {
	cursor: pointer;
	text-decoration: none;
	font-weight: 400;
	color: #ffffff;
	letter-spacing:1px;
}
.leistungsbox a {
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#444444;
	text-decoration:none;
}
.leistungsbox a:hover {
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	color: #ffffff;
	text-decoration:none;
}

#referenzenbereich {
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 45px 0;
	background-color:#8eb72c;
	background-image:url(../img/schraeg_5.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	z-index:1;
}
#referenzenbereichtop {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 20px 0;
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	font-weight:300;
	font-size:16px;
	line-height:24px;
}
#referenzenbereichtop h1 {
	font-weight:300;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	font-size:22px;
	line-height:22px;
}
.referenzenbox {
	float:left;
	width:100%;
	height:auto;
	background:#ffffff;
	padding:8px;
	margin:0 0% 3% 0;
	text-align: left;
	font-family:'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #444444;
	line-height: 18px;
}
.referenzenbereicheinzeln {
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 45px 0;
	background-color:#dadada;
	background-image:url(../img/schraeg_3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	z-index:1;
}
.referenzenbereicheinzelna {
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 45px 0;
	background-color:#8eb72c;
	background-image:url(../img/schraeg_1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	z-index:1;
}

.referenzenbox img {
	width: 100%;
	height: auto;
}
.referenzenbox:hover {
	cursor:pointer;
	background:#dadada;
	color: #000000;
}
.referenzenbox a {
	text-decoration:none;
	color: #444444;
}
@media only screen and (min-width: 600px) {
	.referenzenbox {
	float:left;
	width:49%;
	height:auto;
	background:#ffffff;
	padding:8px;
	margin-right:2%;
	margin-bottom:2%;
	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:0%;}
.referenzenbox:nth-of-type(3n+3) {margin-right:2%;}
.referenzenbox:nth-of-type(4n+4) {margin-right:0%;}
}
#nav {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 20px 0;
}
#nav.active {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 20px 0;
}
#nav ul {
	list-style: none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height:44px;
	text-transform: uppercase;
	text-align:center;
}
#nav.active ul {
	list-style: none;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height:44px;
}
#nav ul li {
	float: none;
	display:block;
	margin: 10px 0px 10px 0px;
	
}
#nav.active ul li {
	float: none;
	display:block;
	margin: 10px 0px 10px 0px;
	
}
#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;
}
#partnerbereich {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0 50px 0;
	background-color:#ffffff;
	background-image:url(../img/schraeg_4.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	z-index:1;
}
#partnerbereichtop {
	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;
}
#partnerbereichtop h1 {
	font-weight:400;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	font-size:22px;
	line-height:22px;
}
#partnerslider {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
}
#partnerslidermobile {
	float: left;
	width: 100%;
	height: auto;
	margin:20px 0 20px 0;
}
#kontaktbereich {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0 20px 0;
	background-color:#dadada;
	z-index:1;
}
#kontaktbereichtop {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0 0px 0;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-weight:300;
	font-size:20px;
	line-height:28px;
	text-align:center;
}
#kontaktbereichtop h1 {
	font-weight:400;
	margin:0;
	padding:10px 0 0 0;
	font-size:26px;
	line-height:28px;
	text-align:center;
}
#kontaktleft {
	float:left;
	width:100%;
	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:center;
}
#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:100%;
	margin:10px 0 20px 0;
	text-align:center;
}
#kontaktright img {
	width:50%;
	height:auto;
	margin:0 auto;
}
#map {
	float:left;
	width:100%;
	height:404px;
	border:solid 2px #8eb72c;
	margin:20px 0;
}
.map_nocookie {
	float:left;
	width:100%;
	height:404px;
	text-align:center;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:20px 0;
	background:#cccccc;
	padding:190px 0 0 0;
}
#pfeiltop {
	position: fixed;
	right: 17px;
	bottom: -60px;
	width: 50px;
	height: 50px;
	background-color: #444444;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius: 25px;
	background-image: url(../img/pfeil_top.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	-webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#pfeiltop:hover {
	background-size: 22px;
	cursor:pointer;
}
#pfeiltop.active {
	position: fixed;
	right: 17px;
	bottom: 12px;
	width: 50px;
	height: 50px;
	background-color: #444444;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius: 25px;
	background-image: url(../img/pfeil_top.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index: 9998;
}
#pfeiltop.active:hover {
	background-size: 22px;
	cursor:pointer;
}
#navpunkta {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navpunktb {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navpunktc {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navpunktd {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#fuss {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 30px 0;
	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;
	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%;
	margin: 0 auto;
	padding:0 20px;
}
#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:center;
	margin:20px 0 0 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;
}
#blogbereich {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0 20px 0;
	background-color:#ffffff;
	z-index:1;
}
#blogabstand {
	float:left;
	width:100%;
	height:0px;
	padding:0px 0 0px 0;
	background-color:#ffffff;
	z-index:1;
}
#impressumabstand {
	float:left;
	width:100%;
	height:10px;
	padding:0px 0 0px 0;
	background-color:#dadada;
	z-index:1;
}
.impressumbereich {
	float:left;
	width:100%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
}
.impressumbereich p {
	color:#000000;
	font-size:15px;
	line-height:24px;
	margin-bottom:30px;
}
.impressumbereich a:link, .impressumbereich a:visited {
	color:#000000;
	font-size:15px;
	line-height:24px;
	text-decoration:underline;
}
.impressumbereich a:hover, .impressumbereich a:active {
	color:#555555;
	text-decoration:underline;
	cursor:pointer;
}
.impressumbereich h4 {
	color:#000000;
	font-size:18px;
	line-height:26px;
	margin-bottom:2px;
	margin-top:42px;
	font-weight:700;
}
.blog_wrapper {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 20px 0;
	border-bottom:solid 2px #dadada;
}
.blog_wrapper_voll {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 20px 0;
}
.blog_datum {
	float:left;
	width:100%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 12px;
	margin:0 0 6px 0;
}
.blog_headline {
	float:left;
	width:100%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:700;
	font-size: 20px;
	line-height:28px;
	margin:0 0 5px 0;
}
.blog_text {
	float:left;
	width:100%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:400;
	font-size: 16px;
	line-height:24px;
	margin:0 0 10px 0;
}
.blog_datum_bild {
	float:left;
	width:70%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 12px;
	margin:0 0 6px 0;
}
.blog_headline_bild {
	float:left;
	width:70%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:700;
	font-size: 20px;
	line-height:28px;
	margin:0 0 5px 0;
}
.blog_text_bild {
	float:left;
	width:70%;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:400;
	font-size: 16px;
	line-height:24px;
	margin:0 0 10px 0;
}
.blog_img {
	float:right;
	width:25%;
	height:auto;
	margin:0 0 20px 5%;
}
.blog_beitrag {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.blog_beitrag p {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:400;
	font-size: 18px;
	line-height:26px;
	margin:0 0 10px 0;
}
.blog_beitrag h1 {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:700;
	font-size: 24px;
	line-height:32px;
	margin:0 0 5px 0;
}
.blog_beitrag h2 {
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 14px;
	margin:0 0 6px 0;
}
.blog_beitrag img {
	float:right;
	width:100%;
	height:auto;
	margin:10px 0 20px 0;
}
.blog_artikel_link:link, .blog_artikel_link:visited {
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	background:#8eb72c;
	font-size: 16px;
	padding:8px 12px;
	margin:10px 0 15px 0;
	text-decoration:none;
}
.blog_artikel_link:hover, .blog_artikel_link:active {
	background:#444444;
	text-decoration:none;
	cursor:pointer;
}
@media only screen and (min-width: 600px) {
	.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_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_beitrag img {
	float:right;
	width:45%;
	height:auto;
	margin:0px 0 20px 5%;
}
}
#blogseiten_wrapper {
	float:left;
	width:100%;
	height:auto;
	margin:15px 0 20px 0;
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 15px;
	text-align:center;
}
.blog_artikel_back:link, .blog_artikel_back:visited {
	font-family:'Source Sans Pro', sans-serif;
	color:#ffffff;
	background:#444444;
	font-size: 14px;
	padding:6px 8px;
	margin:10px 0 10px 0;
	text-decoration:none;
}
.blog_artikel_back:hover, .blog_artikel_back:active {
	background:#8eb72c;
	text-decoration:none;
	cursor:pointer;
}
.blog_beitrag_voll {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.blog_beitrag_voll p {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:400;
	font-size: 18px;
	line-height:28px;
	margin:0 0 20px 0;
}
.blog_beitrag_voll ul {
	list-style: outside disc;
	padding-left:20px;
	margin:0 0 30px 0;
}
.blog_beitrag_voll ul li {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:400;
	font-size: 18px;
	line-height:26px;
	margin:0 0 16px 0;
}
.blog_beitrag_voll h1 {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:700;
	font-size: 28px;
	line-height:38px;
	margin:0 0 10px 0;
}
.blog_beitrag_voll h2 {
	font-family:'Source Sans Pro', sans-serif;
	color:#444444;
	font-size: 14px;
	margin:0 0 8px 0;
}
.blog_beitrag_voll p a:link, .blog_beitrag_voll p a:visited {
	font-family:'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:400;
	font-size: 18px;
	line-height:28px;
	text-decoration:none;
	border-bottom:dashed 1px #8eb72c;
}
.blog_beitrag_voll p a:hover, .blog_beitrag_voll p a:active {
	color:#8eb72c;
	text-decoration:none;
	border-bottom:solid 1px #444444;
	cursor:pointer;
}

.blog_beitrag_voll_bildbereich {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 40px 0;
	text-align:center;
}
.blog_beitrag_voll_bildbereich img {
	width:60%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.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:100%;
	height:auto;
	margin:0 auto 20px auto;
	text-align:center;
}
@media only screen and (min-width: 550px) {
	.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;
}
}
.blog_beitrag_voll_bildbereich_drei {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 40px 0;
	text-align:center;
}
.blog_beitrag_voll_bildbereich_drei img {
	float:left;
	width:33.33333333333333%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.backbtnbereich {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
}
.backbtnbereichbottom {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 40px 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:390px;
}
#refnavbereich {
	float:left;
	width:100%;
	height:auto;
	background:#000000;
	margin:0px 0 0px 0;
	z-index:999;
	padding:10px 20px 10px 20px;
	text-align:center;
}
#refnavwrapper {
	width: 100%;
	margin: 0 auto;
}
#refnavbereich a:link, #refnavbereich a:visited {
	display:block;
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:20px;
	line-height:34px;
	font-weight:400;
	outline:none;
	margin:5px 0;
}
#refnavbereich a:hover, #refnavbereich a:active {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:20px;
	font-weight:400;
	outline:none;
}
#refnavbereich trenner {
	display:none;
	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;
}
#refnavpunktf:link, #refnavpunktf:visited, #refnavpunktf:active, #refnavpunktf:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktf.active:link, #refnavpunktf.active:visited, #refnavpunktf.active:active, #refnavpunktf.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktg:link, #refnavpunktg:visited, #refnavpunktg:active, #refnavpunktg:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktg.active:link, #refnavpunktg.active:visited, #refnavpunktg.active:active, #refnavpunktg.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkth:link, #refnavpunkth:visited, #refnavpunkth:active, #refnavpunkth:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkth.active:link, #refnavpunkth.active:visited, #refnavpunkth.active:active, #refnavpunkth.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkti:link, #refnavpunkti:visited, #refnavpunkti:active, #refnavpunkti:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunkti.active:link, #refnavpunkti.active:visited, #refnavpunkti.active:active, #refnavpunkti.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktj:link, #refnavpunktj:visited, #refnavpunktj:active, #refnavpunktj:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktj.active:link, #refnavpunktj.active:visited, #refnavpunktj.active:active, #refnavpunktj.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktk:link, #refnavpunktk:visited, #refnavpunktk:active, #refnavpunktk:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktk.active:link, #refnavpunktk.active:visited, #refnavpunktk.active:active, #refnavpunktk.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktl:link, #refnavpunktl:visited, #refnavpunktl:active, #refnavpunktl:hover {
	color:#ffffff;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
#refnavpunktl.active:link, #refnavpunktl.active:visited, #refnavpunktl.active:active, #refnavpunktl.active:hover {
	color:#8eb72c;
	font-family:'Source Sans Pro', sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	outline:none;
}
.refbereich {
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 20px 0;
	margin:10px 0 20px 0;
	text-align:center;
}
.refbereich h1 {
	position:relative;
	font-family:'Source Sans Pro', sans-serif;
	font-size:28px;
	font-weight:700;
	color:#000000;
	line-height:34px;
}
.refbereich h1 span {
	position:absolute;
	top:-20px;
}
.refimages {
	float:left;
	width:100%;
	height:auto;
	background:#ffffff;
	padding:5px;
	margin-right:0%;
	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:0%;}

@media only screen and (min-width: 550px) {
	.refimages {
	float:left;
	width:49%;
	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:nth-of-type(2n+2) {margin-right:0%;}
.refimages:nth-of-type(3n+3) {margin-right:2%;}
.refimages:nth-of-type(4n+4) {margin-right:0%;}
}

@media only screen and (min-width: 750px) {
	.refimages {
	float:left;
	width:32%;
	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:nth-of-type(2n+2) {margin-right:2%;}
.refimages:nth-of-type(3n+3) {margin-right:0%;}
.refimages:nth-of-type(4n+4) {margin-right:2%;}
}

.refsprungmarke {
	float:left;
	width:100%;
	height:20px;
	margin:20px 0 20px 0;
	background:#ffcc22;
}
#refabstandtop {
	float:left;
	width:100%;
	height:0px;
	background:#ffffff;
}
#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:50px;
}
#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:50px;
}
#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:50px;
}
#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:50px;
}
.refbereicha {
	float:left;
	width:100%;
	height:auto;
	padding:10px 0 20px 0;
	margin:10px 0 20px 0;
	text-align:center;
}
.refbereicha h1 {
	position:relative;
	font-family:'Source Sans Pro', sans-serif;
	font-size:28px;
	font-weight:700;
	color:#000000;
	line-height:34px;
	padding:15px 0 0 0;
}
.refbereicha h1 span {
	position:absolute;
	top:-10px;
}
#leistungenbereichdetail {
	float:left;
	width:100%;
	height:auto;
	padding:20px 0 75px 0;
	margin-top:0px;
	background-color:#8eb72c;
	background-image:url(../img/schraeg_5.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
}
#leistungenbereichdetail span {
	position:absolute;
	top:-145px;
}
#leistungenbereichdetail h1 {
	font-family:'Source Sans Pro', sans-serif;
	font-size:30px;
	font-weight:400;
	color:#ffffff;
	line-height:38px;
	margin:0 0 20px 0;
	padding:0;
}
#leistungenbereichdetail p {
	font-family:'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000000;
	line-height:24px;
	margin:0 0 10px 0;
	padding:0;
}
#bildleisteleistungen {
	float: left;
	width: 100%;
	height: 200px;
	background: #cccccc;
	z-index:998;
	border-bottom:solid 4px #ffffff;
	overflow:hidden;
	margin-top:0px;
}
#bildleisteleistungen img {
	border-right:solid 3px #ffffff;
	height:200px;
}
#makeMeScrollablea {
	width:100%;
	height: 200px;
	position: relative;
}
#makeMeScrollablea div.scrollableAreaa img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 200px;
	width: auto;
	border-right:solid 3px #FFF;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#leistungentext {
	float:left;
	width:100%;
	height:auto;
}
#leistungentext ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family:'Source Sans Pro', sans-serif;
  font-weight:400;
  color:#ffffff;
  line-height:28px;
  margin-bottom:20px;
}

#leistungentext li {
  text-indent: -20px;
  list-style-type: none;
    padding-left: 38px;
    background-image:url('../img/listenicon1.png');
    background-repeat:no-repeat;
    background-position:left center;
	background-size:10px;
}


#leistungentext li::before {
   padding-right:4px;
}
#leistungenbereichweitere {
	float:left;
	width:100%;
	height:auto;
	padding:0px 0 50px 0;
	margin-top:0px;
	background-color:#ffffff;
}
#leistungenbereichweitere h1 {
	font-family:'Source Sans Pro', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#444444;
	line-height:30px;
	margin:0 0 26px 0;
	padding: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;
}
.weitereleistungenboxwrap {
	float:left;
	width:100%;
	height:auto;
	margin-right:0%;
	margin-bottom:4%;
}
.weitereleistungenboxwrap:nth-of-type(2n+2) {margin-right:0%;}

@media only screen and (min-width: 500px) {
.weitereleistungenboxwrap {
	float:left;
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:2%;
}
.weitereleistungenboxwrap:nth-of-type(2n+2) {margin-right:2%;}
.weitereleistungenboxwrap:nth-of-type(3n+3) {margin-right:0%;}
}
.partnerboxen {
	float:left;
	width:100%;
	height:auto;
	padding:10px;
	border:solid 1px #dadada;
	margin-right:0%;
	margin-bottom:5%;
	text-align:center;
}
.partnerboxen img {
	width:100%;
	height:auto;
}
.partnerboxen:nth-of-type(2n+2) {margin-right:0%;}


@media only screen and (min-width: 500px) {
.partnerboxen img {
	width:50%;
	height:auto;
}

}
@media only screen and (min-width: 700px) {
	.partnerboxen {
	float:left;
	width:31%;
	height:auto;
	padding:10px;
	border:solid 1px #dadada;
	margin-right:3.5%;
	margin-bottom:3.5%;
}
.partnerboxen img {
	width:100%;
	height:auto;
}
.partnerboxen:nth-of-type(2n+2) {margin-right:3.5%;}
.partnerboxen:nth-of-type(3n+3) {margin-right:0%;}
}
.nomobile {
	display:none;
}
.onlymobile {
	display:block;
}	

/* ----------------------------------------------------------------------------- *
 *                                  Navigation                                   *
 * ----------------------------------------------------------------------------- */
nav ul {
    margin: 0;
}

nav ul > li {
    margin: 0;
    border-bottom: none;
}

nav ul > li > a, nav ul > li > strong {
    padding: 0.5em 0px;
    display: block;
	margin:0;
}

nav ul a:link {
    text-decoration: none;
}

nav {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
	background:#005fbf;
	text-align:center;
}

nav ul li {
    list-style: none;
}

nav a:link, nav a:visited {
    color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

nav a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
nav a#hier:link, nav a#hier:visited, nav a#hier:hover, nav a#hier:active {
	height:2.8em;
    background-color: #ffde00;
	color:#005fbf;
	border-bottom:none;
}

nav ul ul li a:link, nav ul ul li a:visited {
    color: #005fbf;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
nav ul ul li a:hover, nav ul ul li a:active {
   background-color: #005fbf;
   color:#ffffff;
}



/* ----------------------------------------------------------------------------- *
 *                          Styles für kleine Desktops                           *
 *                           1024px / 16px/em = 64em                             *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 64em) {
	
	nav {
        /* clearing für die floatenden LIs */
        overflow: hidden;
        font-size: 18px;
		font-weight:normal;
    }

    nav ul {
        margin: 0 0px;
    }

    nav ul li {
        float: left;
        border: none;
        width: auto;
		margin:0;
    }

    nav ul > li > a {
        padding: 0.7em 0px 0.7em 0px;
        display: inline-block;
		margin:0;
    }

	
}

/* ----------------------------------------------------------------------------- * 
 *                          Styles für Multi-Toggle-Nav                          *
 * ----------------------------------------------------------------------------- */



/* Menü-Link im Header zum Ein-und Ausblenden des Menüs */
a.toggle-nav {
    display: inline-block;
    position: absolute;
    left: 3%;
    top: 20px;
    text-decoration: none;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    cursor: pointer;
    padding: 10px;
    color: #ffffff;
    background: #222222;
    border: 1px solid #222222;
}

a.toggle-nav:hover {
    border: 1px solid #8eb72c;
    background: #8eb72c;
    color: #ffffff;
}



/* NEU */
/* ----------------------------------------------------------------------------- *
 *                      Beispiel Multi-Level-Menü im Basis-Layout                *
 * ----------------------------------------------------------------------------- */
/* Clearing von nav, nav.ul, .main mit .clearfix statt mit overflow:hidden;
 * sonst wird die zweite menüebene abgeschnitten! */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* ----------------------------------------------------------------------------- *
 *                          Multi-Level-Menü im Basis-Layout                     *
 * ----------------------------------------------------------------------------- */
/* Positionierung der Navigation "auf" dem Hauptinhalt, damit die zweite Menüebenen nicht verdeckt wird. */
nav {
    overflow: inherit;
    position: relative;
    z-index: 10;
    width: 100%;
}

.main {
    z-index: 5;
}

/* Layout und Positionierung der 2. Menüebene */
nav ul ul {
    background-color: rgba(255, 255, 255, 1);
    z-index: 20;
    display: none;
	padding:0;
	border-left:solid 1px #005fbf;
	border-bottom:solid 1px #005fbf;
	border-right:solid 1px #005fbf;
}

nav ul .openmenu ul {
    display: block;
}

nav ul li {
    position: relative;
}

nav ul li li {
    font-size: 16px;
	color:#000000;
    float: none;
}


nav ul li:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #000000;
}

nav li.act {
    background-color: #eeeeee;
}

nav ul > li > a, nav ul > li > b, nav ul > li > strong {
    padding: 0.8em 0px;
    display: block;
    font-weight: 400;
}

nav ul > li > b, nav ul > li > strong {
    color: #000000;
}

#navMain {
    display: none;
	margin:0;
	padding:0;
}

/* Einblenden des Untermenüs onHover für alle Ebenen */
nav ul li:hover ul {
    display: block;
}

/* ----------------------------------------------------------------------------- *
 *                      Styles für Menü ab Tabletversion                         *
 *                          750px / 16px/em = 46.875em                           *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 46.875em) {
    
}


/* ----------------------------------------------------------------------------- *
 *                      Styles für Menü ab Desktopversion                         *
 *                          1024px / 16px/em = 64em                           *
 * ----------------------------------------------------------------------------- */
  

@media only screen and (min-width: 64em) {
    
    nav > ul > li {
        height: 2.79em;
        width: 16.66666666666667%;
    }

    /* Layout und Positionierung der 2. Menüebene */
    nav ul ul {
        top: 2.8em;
        position: absolute;
        width: auto;
        margin: 0;
        min-width: 100%;
		-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    }

    nav ul > li > a, nav ul > li > strong {
        padding: 0.8em 0em;
        display: block;
    }

    #navMain {
        display: block;
		margin:0px;
		padding:0;
    }

    /* Menü-Link verstecken in großen Viewports */
    a.toggle-nav {
        display: none;
    }
}