@font-face { 				
	font-family:			'Antonio';
	src: 					url('../fonts/Antonio/Antonio-Regular.ttf') format('truetype'); 
}
@font-face { 				
	font-family: 			'Antonio';
	src: 					url('../fonts/Antonio/Antonio-Bold.ttf') format('truetype');
	font-weight: 			bold;
}
@font-face { 				
	font-family: 			'Antonio';
	src: 					url('../fonts/Antonio/Antonio-Light.ttf') format('truetype');
	font-weight: 			300;
}
@font-face { 				
	font-family:			'FiraSans';
	src:					url('../fonts/Fira_Sans/FiraSans-Regular.ttf') format('truetype'); 
}
@font-face { 				
	font-family: 			'FiraSans';
	src: 					url('../fonts/Fira_Sans/FiraSans-Bold.ttf') format('truetype'); 
	font-weight: 			bold;
}

* {
	margin:					0;
	padding:				0;
	color:					black;
	font-family:			FiraSans, arial, sans-serif;
}

.clear{
	clear:					both;
}

h1{
	font-family:			Antonio;
	color:					#FD5C03;
	font-weight:			300;
	line-height:			1.4em;
}
h2{
	font-family:			Antonio;
	color:					#FD5C03;
	font-weight:			300;
}

a{
	text-decoration:		none;
}
a:hover{
	color:					#FD5C03;
}
a.foot{
	color:					#FFF;
}
a.foot:hover{
	color:					#FD5C03;
}
a.foot_active{
	color:					#FD5C03;
}
a.foot_active:hover{
	color:					#FD5C03;
}



#head{
	position:				relative;
	width:					1200px;
	margin:					auto;
	background:				white;
}

#head_wrapper{
	position:				relative;
	margin:					auto;
	width:					1200px;
	display: 				-webkit-flex;
	display: 				flex;
	-webkit-align-items: 	baseline;
	align-items: 			baseline;
}
.item-video{
	margin-bottom:			24px;
}

#nav{
	width:					80%;
	position:				relative;
	float:					left;
}
.nav_entree, .nav_entree_active{
	float:					left;
	margin-right:			30px;
	padding:				6px 0 5px 0;
	cursor:					pointer;
}
.nav_entree:hover, .nav_entree_active{
	border-top:				#FD5C03 solid 1px;
	color:					#FD5C03;
	padding:				5px 0 5px 0;
}

#nav_mobile{
	display:				none;
	width:					80%;
}

.nav_mobile_element{
	float:					left;
	margin-right:			20px;
	height:					40px;
	display: 				-webkit-flex;
	display: 				-webkit-box;
	display: 				-ms-flexbox;
	display: 				flex;
	-webkit-align-items: 	center;
	-webkit-box-align: 		center;
	-ms-flex-align: 		center;
	align-items: 			center;
}
#mobile_pic{
	width:					40px;
}
#mobile_div{
	display:				none;
	position:				absolute;
	height:					435px;
	width:					100%;
	background:				#FFF;
	padding-top:			20px;
	border-bottom:			solid 1px #FD5C03;
}
.nav_entree_mobile, .nav_entree_mobile_active{
	width:					100%;
	font-size:				1.5em;
	text-align:				center;
	padding:				12px 0 12px 0;
	color:					#000;
}
.nav_entree_mobile_active{
	color:					#FD5C03;
}

#logo_div{
	position:				relative;
	width:					20%;
	float:					right;
	text-align:				right;
}

#logo{
	height:					60px;
	margin:					10px 0 7px 0;
}

#bauvorhaben{
	display:				none;
	position:				absolute;
	width:					700px;
	top:					82px;
	background:				#FD5C03;
	padding:				10px 0 14px 9px;
}
#bauvorhaben_window{
	float:					left;
	text-align:				center;
	cursor:					pointer;
}
#bauvorhaben_window:hover{
	color:					#FFF;
}
.bauvorhaben_crop{
	width:					200px; 
	height:					134px; 
	overflow:				hidden; 
	margin:					15px;
}
.bauvorhaben_pic{
	width:					200px;
	-webkit-transition: 	all 200ms ease-in;
    -webkit-transform: 		scale(1); 
    -ms-transition: 		all 200ms ease-in;
    -ms-transform: 			scale(1); 
    -moz-transition: 		all 200ms ease-in;
    -moz-transform: 		scale(1);
    transition: 			all 200ms ease-in;
    transform: 				scale(1); 
}
.bauvorhaben_pic:hover{
	-webkit-transition: 	all 200ms ease-in;
	-webkit-transform: 		scale(1.1); 
	-ms-transition: 		all 200ms ease-in;
	-ms-transform: 			scale(1.1); 
	-moz-transition: 		all 200ms ease-in;
	-moz-transform: 		scale(1.1);
	transition: 			all 200ms ease-in;
	transform: 				scale(1.1); 
}
#content{
	margin:					auto;
	width:					1200px;
	padding-bottom:			100px;
}
#position{
	position:				relative;
	font-size:				0.8em;
	margin:					6px 0 30px 0;
}

.orange_line{
	border-bottom: 			solid 3px #FD5C03;
	width:					100%;
	margin:					35px 0 35px 0;
}
.handwerker_head{
	margin-top:				70px;
}
.handwerker_imageWrapper{
	float:					left;
	width:					50%;
	margin-top:				30px;
}
.handwerker_image{
	width:					70%;
}
.handwerker_text{
	float:					left;
	width:					50%;
	margin-top:				20px;
}

.firmenlogoDiv{
	box-sizing:border-box;
	width:100%;
	padding-left:50%;
	background-size:30%;
	background-repeat:no-repeat;
	background-position:center left;
	margin:2rem 0rem 1rem 0rem
}
.handwerker_infos{
	display:				inline-block;
}




#foot{
	width:					100%;
	margin:					auto;
	padding:				30px 0 20px 0;
	border-top:				#FD5C03 solid 8px;
	background:				#58585A;
}
#foot_wrapper{
	margin:					auto;
	width:					1200px;
}

#foot_left, #foot_center, #foot_right{
	color:					white;
	float:					left;
	width:					40%;
}

#foot_center{
	width:					50%;
}

#foot_right{
	width:					10%;
	line-height:			200%;
	margin-top:				115px;
}

.foot_head{
	font-size:				1.2em;
	margin-bottom:			15px;
	color:					white;
}

.asp_wrapper{
	float: 					left;
	width:					50%;
	margin-bottom:			20px;
}
.asp{
	font-weight:			bold;
	font-size:				1.1em;
}
.orange{
	color:					#FD5C03;
}

textarea{
	width:					calc(80% - 35px);
	height:					150px;
	border:					solid 1px #888;
	padding:				10px;
	margin:					0px 20px 25px 0px;
}
input[type=text], input[type=email]{
	width:					calc(40% - 40px);
	border:					solid 1px #888;
	padding:				10px;
	margin:					0px 20px 25px 0px;
}
input[type=submit], input[type=button]{
	border:					none;
	color:					#FFF;
	background:				#58585A;
	padding:				10px 35px;
	margin:					0px 0px 25px 0px;
	float:					left;
}

input[type=submit]:hover, input[type=button]:hover{
	background:				#FD5C03;
}

#checkbox_div{
	position:				relative;
	left:					4px;
}

input[type=checkbox] { 
	opacity: 				0; 
}
input[type=checkbox] + label:before {
	width:					17px;
	height:					17px;
	display:				inline-block;
	position:				absolute;
	left:					0;
	top:					3px;
	margin-left:			-20px;
	content:				"";
	border:					1px solid #888;
	border-radius:			3px;
	background-color:		#fff;
}
input[type=checkbox]:focus + label:before { 
	outline:				thin dotted; 
	outline:				5px auto -webkit-focus-ring-color; /* for WebKit */
}
@font-face{
	font-family:			'Glyphicons Halflings';
	src:					url(../bootstrap/fonts/glyphicons-halflings-regular.eot);
	src:					url(../bootstrap/fonts/glyphicons-halflings-regular.svg)	format('svg'),
							url(../bootstrap/fonts/glyphicons-halflings-regular.woff)	format('woff'),
							url(../bootstrap/fonts/glyphicons-halflings-regular.ttf)	format('ttf')
}
input[type=checkbox] + label:after {
	width:					16px;
	height:					16px;
	display:				inline-block;
	position:				absolute;
	left:					0;
	top:					0;
	padding-left:			3px;
	padding-top:			1px;
	margin-left:			-20px;
	font-size:				11px;
	color:					#555;
}
input[type=checkbox]:checked + label:before {
	background-color:		#888;
	border-color:			#888;
}
input[type=checkbox]:checked + label:after {
	font-family:			"Glyphicons Halflings";
	content:				'\e013';
	color:					#FD5C03;
	top:					-3px;
	font-size:				18px;
}
input[type=checkbox] + label {
	display:				inline-block;
	position:				relative; 
	padding-left:			15px; 
	margin-right:			30px;
}



#content_60{
	width:					60%;
	line-height:			150%;
}
#content_80{
	width:					80%;
	line-height:			150%;
}


.objekt{
	float:					left;
	margin:					40px 30px 0 0;
}
.objekt_thumb{
	cursor:					pointer;
	width:					250px;
	-webkit-transition: 	all 200ms ease-in;
    -webkit-transform: 		scale(1); 
    -ms-transition: 		all 200ms ease-in;
    -ms-transform: 			scale(1); 
    -moz-transition: 		all 200ms ease-in;
    -moz-transform: 		scale(1);
    transition: 			all 200ms ease-in;
    transform: 				scale(1); 
}
.objekt_thumb:hover{
	-webkit-transition: 	all 200ms ease-in;
	-webkit-transform: 		scale(1.1); 
	-ms-transition: 		all 200ms ease-in;
	-ms-transform: 			scale(1.1); 
	-moz-transition: 		all 200ms ease-in;
	-moz-transform: 		scale(1.1);
	transition: 			all 200ms ease-in;
	transform: 				scale(1.1); 
}
.objekt_crop{
	width:					250px; 
	height:					167px; 
	overflow:				hidden; 
}


	



@media only screen and (max-width: 1224px) {
	#content, #head{
		width:				100%;
	}
	
	#head_wrapper, #foot_wrapper{
		width:				94%;
	}
	#position, #content_60{
		margin-left:		3%;
	}
	
}

@media only screen and (max-width: 1200px) {
	#content_60{
		width:				80%;
	}

}

@media only screen and (max-width: 800px) {
	
	#logo{
		float:				right;
	}
	
	#nav, #foot_right{
		display:			none ;
	}
	#nav_mobile{
		display:			block ;
	}
	
	#foot_left, #foot_center{
		width:				50%;
	}
	
	#content_60, #content_80{
		width:				100%;
	}

	input[type=checkbox] + label:before, input[type=checkbox] + label:after {
		margin-left:			0px;
	}
	
	input[type=checkbox] + label {
		padding-left:			35px; 
		margin-right:			30px;
	}
	
	textarea, input[type=text], input[type=email], input[type=submit]{
		width:				90%;
		padding:			10px;
		margin:				0 0 20px 0;
	}
	input[type=submit]{
		width:				95%;
	}
}

@media only screen and (max-width: 600px) {
	
	#foot_left, #foot_center{
		width:				100%;
		text-align:			center;
		padding-bottom:		25px;
		margin-bottom:		25px;
	}
	#foot_left{
		border-bottom:		solid 1px #FD5C03;
	}

}