
/* CSS Document */

html,body{
	margin: 0px;
	width: 100%;
	color: rgba(60,60,60,1);
  font-size: 1em;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
	background: rgba(62,62,62,1);
}


strong{font-weight:700;}

a{color:#292929;
text-decoration:none;
outline: none;}

.scrolldown{
	display:block;
	width:90%;
	padding:10px;
	text-align:center;
	opacity:0.5;
	margin-left:auto;
	margin-right:auto;
	
	
	
		 -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;}

/* IMAGE HOVER */


figure{
  overflow: hidden;
  position: relative;
  vertical-align: top;

}

figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
}

figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #2c3e50;
  text-transform: uppercase;
}

figcaption div:after{
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 40%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 2px;
  background: #2c3e50;
}

figure img{
	
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{

}

figcaption:hover div{
  opacity: 1;
  top: 0;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.hover_text{
	
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	padding-bottom:5px;}

/* IMAGE HOVER */



div.clear { clear: both; }




				.flex_space{
	width: 100%;
	height: auto;
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:space-around ;
  	-webkit-justify-content: space-around;
  	justify-content:space-around; 
	-ms-flex-pack:space-around;
  	flex-direction: row;
	flex-wrap:wrap;
	}
.box_downloads{
		margin-bottom:10px;
		width:100%;
		text-align:left;
		font-size:1.1em;
		font-weight: bold;
	color: rgba(100,100,100,1);
		background:#FFF;
		box-sizing:border-box;
		padding:10px;
		
		 -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;}
		
	.box_downloads:hover{
	
	background: rgba(255,255,255,0.7);
		}
		

	.box_downloads_1{
		text-align:left;
		width:90%;
		
		font-size:1.1em;
		font-weight: bold;
		color: rgba(100,100,100,1);}
		
		
	.box_downloads_2{
		text-align:center;
		width:10%;
	
		font-size:0.9em;
		font-weight: 300;
		}
		
		
	.box_downloads_3{
		text-align:center;
		width:100%;
	
	}

.button_grey{
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	border:3px solid rgba(100,100,100,1);
	padding:8px;
	color: rgba(100,100,100,1);
	font-weight:700;
	letter-spacing:1px;
	width:250px;
	text-align:center;
	margin-top:15px;}
	
	
	.button_grey_start{
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	border:3px solid rgba(100,100,100,1);
	padding:8px;
	color: rgba(100,100,100,1);
	font-weight:700;
	letter-spacing:1px;
	width:70%;
	text-align:center;
	margin-top:10px;}
	
	.button_grey_show{
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	border:3px solid rgba(100,100,100,1);
	padding:8px;
	color: rgba(100,100,100,1);
	font-weight:700;
	letter-spacing:1px;
	width:70%;
	text-align:center;
	}

.linie{
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:20px;
	background: rgba(255,255,255,0.5);
	box-sizing:border-box;
	}

 p { margin-top: 0px; }
 img{ vertical-align: middle;}
 
 

h1{
	font-size:1.5em;
	font-weight:700;
		margin:0;
		padding:0;

	}
h2{
font-weight:700;		

	font-size: 1.4em;
		margin:0;
		padding:0;

	}	
h3{
font-weight:700;		

	font-size: 1.2em;
	margin:0px;}	

	
	
		.effect{
 -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

		}
	
	
	.flex{
-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow:wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;

  
  }
	

		.flex_left{
			width:100%;
		display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:strech ;
  	-webkit-justify-content: strech;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	}

	
	
			.flex_center{

	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: center;
  	justify-content:center; 
	-ms-flex-pack:center;
  	flex-direction: row;
	flex-wrap:wrap;
	}
	
			.flex_right{

	  display: -webkit-flex;
  display:flex;
  display:ms-flexbox;
-ms-flex-pack:center;
  display: flexbox;
  flex-direction: row;

	
	}
	
	
			.flex_strech{
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:space-between ;
  	-webkit-justify-content: space-between;
  	justify-content:space-between; 
	-ms-flex-pack:space-between;
  	flex-direction: row;
	flex-wrap:wrap;
	flex-grow: 1;
	}
	
		

.box_bg{width:100%;
		box-sizing: border-box;
		height:100vh;
		z-index:1;
		position:fixed;
		top:0px;
		left:0px;
		background:url(../bilder/bg1.jpg) center top no-repeat ;
		background-size: auto;}

.wrapper_max{
	position:relative;
		width:100%;
		box-sizing: border-box;
		margin-left:auto;
		margin-right:auto;
		z-index:3;
		}
		
		.wrapper_content_abstand{
		box-sizing: border-box;
		display:block;
		width:100%;
		height:70vh;
		z-index:3;
		margin-bottom:30px;
			}
			
				.wrapper_content_abstand_sub{
		box-sizing: border-box;
		display:block;
		width:100%;
		height:30vh;
		z-index:3;
		margin-bottom:30px;
			}
	
.wrapper_content{
	min-height:500px;
			width:100%;
			max-width:1500px;
			margin-left:auto;
	margin-right:auto;
			box-sizing: border-box;
			z-index:500;
			background: rgba(255,255,255,0.8);
		position:relative;	
}


.wrapper_content_start{
	min-height:500px;
			width:100%;
			max-width:1500px;
			margin-left:auto;
	margin-right:auto;
			box-sizing: border-box;
			z-index:500;
			background: rgba(255,255,255,0.1);
		position:relative;	
}


.box_content{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:20px;
	}
	
	.box_content_start{
			width:100%;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:20px;
		color:#CCC;}
			
.wrapper_footer{
	height:auto;
	width:100%;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	z-index:900;

}

.footer_box_right{
	display:block;}
	
	.footer_box_left{
	display:block;}
	
	
	.footer_box_right_mobile{
	display:none;
	}
	
	.footer_box_left_mobile{
	display:none};
	
	.footer_box_right img{
		vertical-align:middle;
		opacity:0.8;
		margin-left:10px;
		}
		
.box_33{
	width:31.333333%;
	box-sizing:border-box;
	padding:10px;
	background:rgba(200,200,200,0.5);
	margin:5px;
	
	
	
	}
	
	
	
.box_33:hover{
	background:rgba(255,255,255,0.5);	
	box-shadow: 0px 0px 5px # 000;}	
	
	
	.box_33_start{
	width:31.333333%;
	box-sizing:border-box;
	padding:10px;
	background:rgba(60,60,60,0.5);
	margin:5px;
	
	
	
	}
	
	
	.box_33_start:hover{
background:rgba(60,60,60,0.2);

	box-shadow: 0px 0px 5px # 000;}	
	
	.projekte_auswahl{
		width:100%;
		box-sizing:border-box;
		padding:6px;
		margin-bottom:10px;
		text-align:left;}
	
	.box_25{
	width:23%;
	box-sizing:border-box;
	padding:20px;
	background:rgba(255,255,255,0.2);
	margin:5px;
	text-align:center;
	
	 -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	}
	
	.box_25 img{
		vertical-align:middle;
		
	}
	
	
.box_25:hover{
	background:rgba(255,255,255,0.5);
	}
	.team_name{
		font-weight:700;}
	
	.box_team_img{
		width:70%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:13px;
		
		
		}
	
.box_referenzen_img{
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	}
	
	
	.ref_thumbs{
		width:19%;
		box-sizing:border-box;
		
		margin-right:5px;
		margin-bottom:5px;}
		
.box_referenzen_img_show{
	width:30%;
	box-sizing:border-box;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	border:4px solid rgba(255,255,255,0.3);
	}				
	
.box_left{
			width:60%;
			box-sizing:border-box;
			padding:10px;
			float:left;
		}
			.box_right{
				
			width:40%;
			box-sizing:border-box;
			padding:10px;
			padding-left:20px;
			float:left;
		}
		

	
/* Forms */

		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
	display: block;
	width: 90%;
	padding: 0.75em;
	background: none;
	border: solid 2px rgba(185,186,187,0.25);
	color: #000;
	border-radius: 0.5em;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	margin-right: 13px;
	background-color: #fff;
	margin-bottom:5px;
			}

				form input[type="text"]:hover,
				form input[type="password"]:hover,
				form select:hover,
				form textarea:hover {
				}

				form input[type="text"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
	border-color: #ec6707;
	text-align: left;
margin-bottom:5px;
				}

			form input[type="text"],
			form input[type="password"],
			form select {
				line-height: 1em;
			}
				
			form textarea {
				min-height: 8em;
			}

			form .formerize-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
input[type=submit] {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #090;
	color: #fff;
	font-weight: bold;
}

input[type=reset] {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F90;
	color: #fff;
	font-weight: bold;


}


select {
    border: 0 none;
    color:rgba(102,102,102,1);
    background: transparent;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px;
    width: auto;

	border: 1px solid rgba(102,102,102,1);
}

	
@media screen and (max-width : 1300px){
	
	
	.box_content{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:10px;
	}	
			
	
			.box_downloads{

		width:48%;
		}		

}



@media screen and (max-width : 800px){
.box_25{
	width:48%;
	
	}
				.wrapper_content{
	min-height:500px;
			width:100%;
			max-width:1500px;
			margin-left:auto;
	margin-right:auto;
			box-sizing: border-box;
			z-index:500;
			background: rgba(255,255,255,0.9);
		position:relative;	
}	

.box_bg{width:100%;
		box-sizing: border-box;
		height:350px;
		z-index:1;
		position:fixed;
		top:0px;
		left:0px;
		background:url(../bilder/bg1.jpg) center top no-repeat;
		background-size:cover;
		}
		
		
			.box_downloads{

		width:98%;
		}
}

@media screen and (max-width : 650px){
	
	.scrolldown{
	display:none;
}
	
	.wrapper_content_abstand{
	
		height:320px;
	
			}	
			

	
.box_left{
			width:100%;
		
		}
			.box_right{
				
			width:100%;
		
		}
	
.box_33{
	width:44%;

	}
	
	.box_33_start{
	width:44%;

	}
	
	.button_grey{

	margin-top:0%;
	width:250px;}
	
	.box_25{
	width:48%;
	
	}	
		
.wrapper_footer{
	height:auto;
	width:100%;
	box-sizing: border-box;
	background: rgba(255,255,255,1);

}	

.footer_box_right{
	display:none;}
	
	.footer_box_left{
	display:none;}
	
	
	.footer_box_right_mobile{
	display:block;
	width:100%;
	padding-bottom:10px;
	margin-bottom:2px;
	border-bottom:1px solid #999;}
	
	.footer_box_left_mobile{
		margin-top:15px;
	display:block;
	width:100%;}
	
	
	.mobile{
		display:block;}
	

			
	
}
		
@media screen and (max-width : 550px){
				
.box_33{
	width:100% !important;
	margin-left:auto;
	margin-right:auto;

	}
	
	.box_33_start{
	width:100%;
	margin-left:auto;
	margin-right:auto;

	}

	
		.box_25{
	width:100%;
	
	}		
	
	.button_grey{

	margin-top:0%;}	
			
}