* {
	margin: 0px;
	padding: 0px;
	box-sizing: content-box;
}
body {
	font: 14px/1.5 Roboto, Arial, sans-serif;
	background: #fff url(images/footer.jpg) no-repeat bottom center; 
	background-size: contain;
	color: #333;	
}
h1,
p,
ul {
	margin-bottom: 20px;
}
ul {
	list-style-position: outside;
	padding: 0px 0px 0px 18px;
	margin-left: 4px;
}
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-in;
}
a.links:hover {
	color: #aec342;
}
.mail {
	font-size: 17px;
	background: #aec342;
	color: #fff;
	margin: 20px;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 5px;
	border: 1px solid #aec342;
}
.mail:hover {
	background: rgba(174,195,66,0.7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, Arial, sans-serif;
	color: rgba(174,195,66,1);
	line-height: 1.3;
	font-weight: 300;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 23px;	
	margin-bottom: 45px;
	padding-top: 50px;
}
h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 400;
}
h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 25px;
}
h5 {
	font-size: 80px;
	font-weight: 500;
	color: #fff;
}
.small {
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: baseline;
}
.scrolltop {
	background: rgba(174,195,66,1); /*rgba(255,255,255,0.6);*/
	padding: 10px;
	position: fixed;
	right: 7%;
	bottom: 10%;
	transition: all 200ms;
	cursor: pointer;
	opacity: 0;
}
font#start {
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.pagewrapper {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	text-align: center;
	/*background: url(images/bg_body.jpg) no-repeat bottom center;
	background-attachment: fixed;
	background-size: cover;*/
}
	.header {
		position: relative;
		background: #aec342 /*url(images/bg_body.jpg) no-repeat bottom center*/;
		max-height: 500px;
		overflow: hidden;
	}
		.header .w3-content.w3-section, 
		.header .w3-content.w3-code {
			margin-top: 0px !important;
			margin-bottom: 0px !important;
		}
		.welcome_text {
			margin-left: -150px;
			position: absolute;
			top: 90px;
			left: 50%;
			width: 300px;
		}
		.titelbild img {
			display: flex;
			display: -webkit-flex;	
			margin: auto;
			width: 100%;
		}
/* ---------- NAVIGATION ---------- */
		.navigation {
			font-family: Roboto, Arial, sans-serif;
			font-size: 17px;
			font-weight: 500;
			background: rgba(174,195,66,0.85);
			text-align: center;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			color: #fff;
		}

		input#responsive-nav, label.responsive-nav-label {
			display: none;
		}
			ul.topmenu {
				display: flex;
				display: -webkit-flex;
				list-style-type: none;
				max-width: 1000px;
				margin: auto;
				padding: 0px;
			}
				ul.topmenu li {				
					width: 100%;
				}
				ul.topmenu li:hover {
					background: rgba(91,105,31,0.75);
				}
				ul.topmenu li a {
					padding: 10px 25px;
					display: block;
				}
/* ---------- ENDE NAVIGATION ---------- */
			ul.topmenu {
				display: flex;
				display: -webkit-flex;
				list-style-type: none;
				width: 1280px;
				margin: auto;
			}
				ul.topmenu li {				
					width: 100%;
				}
				ul.topmenu li:hover {
					background: rgba(91,105,31,0.75);
				}
				ul.topmenu li a {
					padding: 10px 25px;
					display: block;
				}
	.content {
		padding: 30px;
		width: 890px;
		margin: auto auto 300px auto;
		/*background: rgba(255,255,255,0.85);*/
	}
	.unserteam {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		margin: 45px 0px;
	}
		.mitarbeiter{
			width: 30%;
		}
		.mitarbeiter .bild {
			width: 250px;
			height: 250px;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			border: 3px solid #aec342;
			background: #f1f1f1;
			margin: auto auto 35px auto;
			-webkit-box-shadow: 2px 5px 10px 0px rgba(199,199,199,1);
			-moz-box-shadow: 2px 5px 10px 0px rgba(199,199,199,1);
			box-shadow: 2px 5px 10px 0px rgba(199,199,199,1);			
			overflow: hidden;
		}
section {
	margin: 100px 0px;
	position: relative;
}
section:first-of-type {
	margin-top: 50px;
}	
article {	
	justify-content: space-between;
}
	.offer {
		display: flex;
		display: -webkit-flex;
	}
		.offer .box_left,
		.offer .box_right {			
			text-align: left;	
			width: 50%;
		}
		.offer .box_right {
			margin-left: 100px;
		}
		.offer ul {
			list-style-image: url(images/li.png);
		}
	.kontakt {
		background: rgba(255,255,255,0.5);
	}
	.imprint{
		max-width: 800px;
		margin: auto;
	}	
.teaser {
	margin-bottom: 70px;
}
.teaser ul {
	padding-left: 9px;
	margin-top: 10px;
}
		.teaser .bild {
			position: relative;
		}
			.teaser .bild img{
				display: flex;
			}
.teaser .bild h3 {
	position: absolute;
	bottom: 20px;
	background: rgba(255,255,255,0.7);
	color: #333;
	display: inline-block;
	padding: 10px 30px 10px 20px;
	margin-bottom: 0px;
	max-width: 210px;
}
.line {
	margin: 100px -150px 50px -150px;
	height: 1px;
	background: #ccc;
}



/* PROJEKTGALERIE */
.slider-nav {
	background: #e9e9e9;
}
.slider-for div {
	margin: auto;
	text-align: center;
}
.slider-for .slick-slide img{
	margin: auto;
}
.slider-nav .slick-slide div div {
	border: 10px solid #e9e9e9;
	/*max-width: 200px !important;*/
}
.slider-nav div {
	margin: 0px 5px;
}
.slick-next::before {
	content: url(images/next.png) !important;
}
.slick-prev::before {
	content: url(images/prev.png) !important;
}
section.slider-for,
section.slider-nav {
	margin: 30px 0px;
}
.projekt_bu {
	margin: 5px 25px 0px 25px;
	color: #777;
}
.slick-dots li button::before {
	content: url(images/bullet_default.png) !important;
}
.slick-dots li.slick-active button::before {
	content: url(images/bullet_target.png) !important;
}


@media only screen and (max-width:1350px) {
	
	h1 {
		font-size: 30px;
	}
	.pagewrapper {
		width: 100%;
	}
	.header {
		background: none;
		overflow: visible;
	}
	.titelbild {
		display: none;
	}

	.content {
		width: 80%;
		margin-bottom: 20%;
	}	
	.unserteam {
		flex-direction: column;		
	}
		.mitarbeiter {
			width: 100%;
			margin-bottom: 25px;
		}
		.mitarbeiter .bild {
			width: 200px;
			height: 200px;
		}
	.line {
		width: 100%;
		margin: 50px auto 0px;
	}
	.projekt_bu {
		margin: 5px 30px 0px 30px;
	}
	section {
		margin: 100px auto;
	}
	section:first-of-type {
		margin-top: 20px;
	}
	.offer {
		flex-direction: column;
		margin: 0px;
		width: 100%;
	}
		.offer .box_left,
		.offer .box_right {
			width: 100%;
			margin: 0px;
		}
	.teaser .bild h3 {
		position: static;
		background: #aec342;
		display: block;
		max-width: 700px;
	}
	.scrolltop {
		bottom: 20%;
	}
	.abspann {
		padding: 20% 0px;
	}
	.imprint {
		margin-bottom: 20%;
	}
	.footer {
		width: 80%;
		margin-bottom: 20%;
	}
	.welcome_text {
		top: 25%;
	}
	.w3-content {
		margin-top: 70px;
	}
}

@media only screen and (max-width:1050px) {
	
	/* ---------- NAVIGATION ---------- */	
	.navigation {
		position: static;
		background: #aec342;
	}
	ul.topmenu {
		opacity: 0;	
		display: none;
	}
	label.responsive-nav-label {
		position: fixed;
		top: 0px;
		left: 0px;
		display: block;
		cursor: pointer;
		margin: 0px;
		width: 36px;
		height: 20px;
		padding: 15px 7px;
		text-align: center;
		color: #333;
		background: #aec342;
		z-index: 99;
	}                                                       
    input#responsive-nav[type=checkbox]:checked ~ ul.topmenu {
      	opacity: 1;
		display: block;
		flex-direction: column;      	
		width: 200px;
		text-align: left;
		right: 0px;
		left: 0px;
		top: 50px;
		z-index: 2;	
		position: fixed;
		background: #aec342;
		margin: 0px;
    }
	input#responsive-nav[type=checkbox]:checked ~ label.responsive-nav-label {
		background: rgba(91,105,31,1);
		color: #fff;
	}
/* ---------- ENDE NAVIGATION ---------- */	
	
	.w3-content {
		display: none;
	}
	.welcome_text {
		position: static;
		max-width: 100%;
		margin: 70px auto 0px auto;
	}
}