/* CSS Document */

body,html,#website_wrapper{
	width:100%;
	height:100%;
	font-size:12pt;
    font-family: 'Nunito', sans-serif;
	overflow:hidden;
	line-height: 1.4em;
}

#about_us{
	
	background:#333;
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	bottom:18px;
	line-height:1.1em;
	text-align:center;
	color:#eee;
	font-size:1em;
	overflow:hidden !important;
}

.responsive-nav-icon,.responsive-nav-close{
	display:none;
}




#pageInner{
}

#pageInner a{
	
}

h1{
	 font-size: 3em;
	 color:#bb0000;
	 font-wieght:300;
	 line-height:1em;
	 margin: 3em 0 2em 0;

}

.screen_hidden{
	display:none;
}

#about_us .content_wrapper{
	margin:40px;
	margin-bottom:120px;
}

#logo{
	margin-top:40px;
	clear:both;
}
#logo img{
	width:55%;
	max-width:350px;
}

#main_content{
	
	position:absolute;
	z-index:10;
	right:0px;
	top:0px;
	bottom:18px;
	overflow:auto;
		animation: zoomin 2s;

	font-size:1.2em;
}

#main_content p{
	font-weight:300;
	margin-top:5px;
	margin-bottom:10px;
}


@keyframes zoomin {
  from { opacity: 0}
  to   { opacity: 1}
}




#footer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:25%;
	padding-bottom:20px;
	z-index:15;
	
	text-align:center;
	color:#fff;
}

#site_credits{
	 position:absolute;
	 right:0px;
	 bottom:0px;
	 left:0px;
	 z-index:10;
     height:14px;
	 text-align:center;
	 font-size:10px;
	 background-color:#333;
	 padding:2px;
	 color:#CCC;
	
}


/*********** teasers ********/

.bhind_teasers_list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.bhind_teaser_item {
	font-size:0.9 em;
	width:48%;
	float: left;
    margin-right: 2%;
	box-sizing: border-box;
	clear:none;
	padding-bottom:20px;
		
	transition: 0.7s ease;
	color: #666;
}

.teaser_icon{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:30%;
}

.indekijker_content{
	margin-left:30%;
}

.bhind_teaser_item:hover {
	background:#efefef;
}

.bhind_teaser_item a{
	text-decoration:none ;
	
}

.bhind_teaser_item .button{
		
		display: inline-block;
		padding: 5px;
		color:#333333;
	background-color:#eee;
        font-size:1em;
		font-weight:bold;
	transition: background-color 0.5s ease;
	    
		
}

.bhind_teaser_item .button:hover {
	background-color:#eee;
}

.moreicon{
	display:inline-block;
	background: url("../images/arrow_16x16.png");
	width:16px;
		height:16px;
	margin: 0px 2px -2px 5px;
	transition: margin-left 0.5s ease;
	
}



.bhind_teaser_item .button:hover .moreicon{
	margin-left:10px;
	background-color:#eee;
}

.bigBtn{
	
	    border: solid 1px #eee;
		display: block;
	font-size: 20pt;
		padding: 15px 25px;
		color:#ccc;
        text-align:center;
		text-decoration: none;
		
}

.bigBtn{
	
	    border: solid 1px #999;
		display: block;
	font-size: 20pt;
		padding: 25px 25px;
	
		color:#999;
        text-align:center;
		text-decoration: none;
	transition: 0.7s;
}

.bigBtn:hover {
  /* Toggle our animation play state to running when we are hovering over our sticker */
 color:#ffffff;
	background-color: #9E0305;
	 border: solid 1px #fff;
}



.price{
	float:right;
	display:block;
	padding:15px;
	font-size:14pt;
	border: solid 1px #990000;
	color: #990000;
}

h2 a, a h2{
	text-decoration:none ;
	font-size:1.2em;
	color:#333;
	font-weight:700;
}



.bhind_news_list .bhind_item{
	
	margin-bottom:25px;
	border-bottom:1px solid #ccc;
	padding-bottom:25px;
}

.bhind_teaser_item  .bhind_description{
	color:#000;
}

.bhind_news_content img{
	
	width:100%;
	height:auto !important;
}

.bhind_news_content img.3inarow{
	width:33.33%;
	height:auto !important;
}


.datum{
	
display:block;
	margin-bottom:5px;
	margin-top:-5px;
	
}

#about_us .contactdata{
 margin-top:20px;
	}
	
	
	#footer .contactdata{
		display:none;
	}
	
	
	.bhind_projects_col{
	width:60%;
	float:left;
}






.bhind_menu{
	list-style:none;
	padding:0px;
	margin:0px 0px  35px 0px;
}



.bhind_menu li{
	padding:0px;
	margin:0px;
	
}



.bhind_menu li a {
	display:block;
	color:#eee;
	text-decoration:none;
	font-size:0.8em;
	line-height:1em;
	text-transform:uppercase;
	padding:6px;
	border: solid 1px transparent;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	width:50%;
	 -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

.bhind_menu li.active a {
border: solid 1px transparent;
	background-color:#bb0000;
}

.bhind_menu li a:hover {
	color:#fff;
border: solid 1px #FFFFFF;
}



a.contact_btn{
	color:#fff;
	background-color:#bb0000;
	padding:15px;
	text-size:1.1em;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
	
}

.social_btns ul, .social_btns li{
	display:inline;
	margin:0px;
	padding:0px;
}

.social_btns a{
	display:inline-block;
	margin:3px;
	font-size:1.5em;
	color:#eee;
	text-decoration:none;
	content:"";
	width:30px;
}

.social_btns a
{
    visibility: hidden;
}
.social_btns a:before
{
    visibility: visible;
}


.address{
font-size:10px;
}

.address a {
	
	color:#eee;
	text-decoration:none;
}

.bhind_project img {
	width:100%;
}

#portfolio_bhind .bhind_gallery{
	display: flex; /* or inline-flex */
	flex-direction: row ;
	flex-wrap: wrap ;
}

#portfolio_bhind .bhind_gallery img{
	width:100%;
	margin:0px;
	padding:0px;
}

#portfolio_bhind .bhind_gallery a.gallink{
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:-3px;
}

#portfolio_bhind .bhind_ec_header{
	top:25px;
}




.bhind_project .info, .bhind_companies_item .info{
 position:absolute;
 bottom:0px;
 color:#000;
 padding:15px;
 left:0px;
 right:0px;
 display:none;
 font-size:0.8em;
 background-color: rgba(255,255,255, 0.9); /* Old browsers */
 top:0px;
 vertical-align:middle;
 text-align:center;
}

.bhind_project .info .info_content,.bhind_companies_item .info h2{
	  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-weight:300;
	font-size:1.5em;
}

.bhind_project .info .info_content h2{
	/*font-size:2em;*/
	text-transform:uppercase;
}


.bhind_project:hover .info, .bhind_companies_item:hover .info{

 display:block;
}

.bhind_projects_item h1{
	font-size: 2.2em;
	font-weight:300;
	margin:30px 0px 10px 0px;
	
}

.bhind_projects_short_description{
	font-weight:300;
	margin: 0px 0px 20px 0px;
	border-bottom : solid 1px #eee;
	padding-bottom:20px;
	line-height:1.5em;
}


.bhind_projects_item h2{
	font-size: 1.6em;
	font-weight:300;
	margin-bottom:10px;
}

.bhind_projects_content{
	margin:0px 20px 40px 20px;
	
}

.bhind_projects_item .image{
	width:100%  !important;
	position:relative;
	
}



.bhind_projects_content, .text_content{
	max-width:920px !important;
	width:60%;
	font-weight: 300;
    margin: 5px auto 30px auto;
    line-height: 1.5em;

	}
	




.bhind_projects_scope{
	padding-left:5%;
	width:35%;
}



#site_credits a{
	color:#fff;
	text-decoration:none;
}

.projects_footer{
	padding:50px;
	color:#fff;
	background-color:#666666;
	text-align:center;
	
}


.projects_footer h2{
	font-weight:300;
	font-size:2.4em;
	text-transform:uppercase;
	text-align:center;
}

/******************* fotos ******/
.lod_photos_gallery .lod_photos_gallery_item img {
	width:100%;
}

.lod_photos_gallery{
	display: block;
}

.lod_photos_gallery .lod_photos_gallery_item{
    display: inline-block;
    width:31%;
	margin-right:1%;
	margin-bottom:8px;
	position:relative;
	
	border: solid 1px #eee;

}

.lod_photos_gallery img{
	width:100%;
	margin:0px;
	padding:0px;
	transition: opacity 0.5s ease;
}

.lod_photos_gallery img.hoverthumb{
	position:absolute;
	opacity:0;
	top:0px;
	left:0px;
}

.lod_photos_gallery .lod_photos_gallery_item:hover img.hoverthumb{
	opacity:1;
}

.lod_photos_gallery a.gallink{
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:-3px;
}

.lod_photos_gallery .bhind_ec_header{
	top:25px;
}


.lod_photos_gallery .paginator{
	border: none;
}

.lod_photos_gallery .paginator a, .simpleBtn{
	display: inline-block;
	border : solid 1px #eee;
	padding : 0px 6px;
	color: #666;
		transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	text-decoration:none;
	font-weight:bold;

}

.lod_photos_gallery .paginator a.active ,a.active.simpleBtn{
	background:#eee;
	
}

.lod_photos_gallery .paginator a:hover,a.simpleBtn:hover{
	background-color:#BB0000;
	color:#eee;
}


/****************************** FormBuilder *******/
.FormBuilder{ 
     width:70%;
	float:right;
	position:relative;

}

.FormBuilder label{
	display:block;
	float:none;
	margin-bottom:5px;
	
}

.FormBuilder input[type=text]{
	font-weight:300;
	 border: 1px solid #BB0000;
	  padding: 15px;
	  width: 100%;
    outline: none;
	color:#333;
	box-sizing: border-box;
}

.FormBuilder .row,.FormBuilder .buttonrow{
	margin-bottom:15px;
	width:100%;
}
.FormBuilder textarea{
	    padding: 15px;
    line-height: 1.4em;
	font-weight:300;
    resize: none;
    height: auto;
	width: 100%;
    outline: none;
    min-height: 70px;
	color:#333;
    border: 1px solid #BB0000;
	box-sizing: border-box;
}

.FormBuilder button{
	color:#fff;
	background-color:#BB0000;
	
	padding:15px;
	text-size:1.1em;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	font-weight:700;
	margin-top:15px;
	float:right;
	margin-right:0px;
	border:none;
	transition: transform  0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);;

}

.FormBuilder  button:hover {
	-webkit-transform: scale(1.2);
		transform: scale(1.2);
}

.btn{
		transition: transform  0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);;

}

.btn:hover{
		-webkit-transform: scale(1.2);
		transform: scale(1.2);

}


.form-group{
	position:relative;
}


blockquote {
  margin: 30px;
  margin-top:0px;
  width:300px;
  float:right;
  quotes: "\201C""\201D""\2018""\2019";
  text-align:center;
}

blockquote:before {
  color: #ccc;
  font-weight:700;

  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-left:-40px;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #ccc;
  font-weight:500;
  content: close-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-right:-45px;
  vertical-align: -0.6em;
}

blockquote p {
  display: inline;
  font-size:1.5em !important;
  font-style:italic;
  font-weight:bold  !important;
  color:#666;
 }
 
 
 
 
 
 /***** klanten ******/
 .bhind_companies_item{
	 display: inline-block;
	 width:17%;
	 margin:1%;
	 padding:0px;
	 position:relative;
  }
  
  .bhind_companies_item img{
	  width:100%
	 }
	 
	 
/*************************** schermafhankelijk            ***********************/


@media screen and (min-width: 1025px){
	
	
	#description{
		margin:10px;
		margin-bottom:30px;
		line-height:1.2em;
		font-size:0.9em;
	}
	
	#description a{
		color:#eee;
	}
	
	#main_content{
		width:75%;
	}
	
	#about_us{
		width:25%;
	}
	
	.bhind_project{
	
		position: relative;
		/*display:inline-block;*/
		overflow: hidden;
		width: 33.33333334%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
		height:auto;
		margin:0px;
		padding:0px;
	}
	
	
}

@media screen and (min-width:720px)  and (max-width: 1024px){
	
	.bhind_menu li a {
		text-size:1em;
	}
	
	#description{
		margin:10px;
		margin-bottom:30px;
		
		font-size:0.7em;
	}
	
	#main_content{
		width:70%;
	}
	
	#about_us{
		width:30%;
	}
	
	
	blockquote{
		
		clear:both !important;
		floatt:none !important;
	}
	
		.bhind_project{
	
		position: relative;
		/*display:inline-block;*/
		overflow: hidden;
		width: 50%; /* Fallback */
	
		height:auto;
		margin:0px;
		padding:0px;
	}
	
	/*** Kleine hoogte ***/
	@media(max-height:630px){
	#description{
		display:none;
	}
	
	#about_us .contactdata{
		margin-top:10px;
	}
	
	#about_us{
		width:20%;
	}
	
	#main_content{
		width:80%;
	}
	

	
	#about_us .social_btns{
				display:none;
		
	}
	
	.bhind_project{
	
		position: relative;
		/*display:inline-block;*/
		overflow: hidden;
		width: 33.33333334%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
		height:auto;
		margin:0px;
		padding:0px;
	}
	
	
	.bhind_menu {
		margin-bottom:0px !important;
		font-size: 0.8em;
	}
	
	.contact_btn {
		padding:5px !important;
		font-size: 0.7em !important;
	}
	
	}
	
	
}

@media(max-width:719px){
	
	body{

	overflow-y:auto;
}


	#about_us .contactdata{
		bottom:0px;
		display:none;
		
	}
	
	#description{
		margin-bottom:25px;
	}
	
	#about_us #description a{
		color:#ffffff;
		
	}
	
	#footer .contactdata{
		display:block;
	}
	
	.bhind_menu {
		margin-bottom:0px !important;
		font-size: 1.1em;
	}
	
	
	
	
	#pageInner {
	   
		width: 100% !important;
	}
	
	.textpage #pageInner {
	   
		width: 86% !important;
	}
	
	#website_wrapper{
		width:100%;
		height:auto;
		font-size:12pt;
		font-family: 'Nunito', sans-serif;
		
	}

	blockquote{
		display:none;
	}
	
	#about_us{
	
		background:#333;
		position:relative;
		text-align:center;
		color:#eee;
		font-size:0.8em;
	    clear:both;
		overflow:auto;
		padding-bottom:0px;
	}
	
	#logo img{
		width:50% !important;
		
	}
	
	#about_us .content_wrapper{
		margin-bottom:30pt;
	}
	
	
	.page #about_us .content_wrapper{
		display:none;
	}
	.responsive-nav-icon,.responsive-nav-close{
		
		margin-top:3px;
    color: #fff;
	font-size: 26px;
    position: relative;
	height:26px;
	width:26px;
	float:right;
	margin:10px;
	 font-family: FontAwesome;

	}
	.responsive-nav-icon{
	display:block;
	}
	.responsive-nav-icon::before{
	   content: "\f0c9";

	}
	.responsive-nav-close::before{
		 content: "\f00d";
	
	}

	#main_content{
		position:relative;
		right:0px;
		top:0px;
		margin-bottom:20px;
	}

	.bhind_project{
	
		position: inherit;
		/*display:inline-block;*/
		overflow: hidden;
		width: 100%; /* Fallback */
	
		height:auto;
		margin:0px;
		padding:0px;
	}
	
	#footer{
		position:relative;
	
		width:100%;
		padding-top:20px;
		padding-bottom:20px;
		background-color:#333;
		text-align:center;
		color:#fff;
		font-size:1.2em;
	}
	
	#site_credits{
		 display:none;
	}
	
	h1{
		 margin: 35pt 0 25pt 0;
		 font-size:2.5em;
		
	}
	
	.bhind_teaser_item{
		width:100%;
        margin-right: 0%;
	    box-sizing: border-box;
		clear:none;
		border: solid 1px #eee;
	
	}
	
	
	
	.bhind_projects_col{
		width:100%;
		float:left;
	}
	
	.bhind_project:hover .info, .bhind_companies_item:hover .info{
	
	 display:none ;
	}
	
	.FormBuilder{
		display:block;
		width:100%;
	}
	
	.bhind_projects_content, .text_content{
		width:86%;
	}
	
	.lod_photos_gallery .lod_photos_gallery_item{
		width:100%;
	}
	
	.cc-window{
		padding:15px !important;
		bottom:0px;
		top:inherit !important;
	}
}


#tawkchat-iframe-container{
	right:150px !important;
}



.nyroModalCloseButton{
	background:url(../images/close-button.png)  !important;
	width:26px;
	height:26px;
	right:0px;
	top:0px;
	
}

.nyroModalImage{
	overflow:inherit;
	
}


.bhind_teaser_description p{
	font-size:0.9em;
	
}


.img-fluid{
	max-width: 100%; 
	height: auto;
}





  
