
/**************************************************************************************
**
** COMMON
**
***************************************************************************************/


html, body {
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	/*overflow-x: hidden;*/
}



body, td, input[type=text], textarea {
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
	max-width: 100%; 
}

ul.Inputfields{
	list-style:none;
	padding:0;
	margin:0px;
}



.blackbutton{
	background-color:rgba(255, 255, 255, 0.85);
	color:#000000;
	display:inline-block;
	padding:10px 10px 10px 10px;
}



.facebook-button{
	display:block;
	text-align:center;
	background-color:#3B5998;
	width:100%;
	color:#FFFFFF;
	padding:30px 15px 30px 15px;
}

.facebook-button:hover{
	color:#FFFFFF;
	background-color:#8B9DC3;
}

.instagram-button{
	display:block;
	text-align:center;
	background-color:#bc2a8d;
	width:100%;
	color:#FFFFFF;
	padding:30px 15px 30px 15px;
}

.instagram-button:hover{
	color:#FFFFFF;
	background-color:#cd486b;
}

/*.langbutton{
	border-left: #CCCCCC 1px solid;
	padding-left: 15px;
}*/

.langbutton small{
	color: #C80A0D;
}


/**************************************************************************************
**
** FRONTPAGE BG PHOTO
**
***************************************************************************************/

.fullpicture{
	position:relative;
	width:100%;
	height: 100svh;
	overflow:hidden;
	
}

.fullpictureimg-home{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	background-image: url(../gfx/frontpage.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.fullpictureimg-services{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	background-image: url(../gfx/services.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.fullpictureimg-references{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	background-image: url(../gfx/references.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.fullpictureimg-immo{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	background-image: url(../gfx/immo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.fullpictureimg-contact{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	background-image: url(../gfx/contact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/**************************************************************************************
**
** FRONTPAGE BG VIDEO
**
***************************************************************************************/

#frontpagevideo{
	position:relative;
	width:100%;
	height: 100svh;
	overflow:hidden;
	/*background-color:#FAFAFA;*/
}

video#bgvid { 
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	/*top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background-size: cover;*/
}

#filmcurtain{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	min-width:100%;
	min-height:100%;
	/*background-image: url(../gfx/rasterbg.png);
	background-repeat: repeat;*/
	background-color:rgba(0, 0, 0, 0.2);
	/*background-color:rgba(238, 44, 36, 0.5);*/
}



#filmtext{
	position:absolute;
	bottom:45%;
	left:0px;
	width:100%;
	text-align: center;
}




.smallslogan{
	background-color:#C80A0D;
	color:#FFFFFF;
	padding: 20px 25px 20px 25px;
}

.smallslogan h1{
	color:#FFFFFF;
}

.smallslogan h2{
	color:#FFFFFF;
}


/**************************************************************************************
**
** MENU
**
***************************************************************************************/

#offcanvasmenu{
	position: fixed;
	width: 200px;
	height: 100%;
	top: 0px;
	left: -201px;
	background-color: #F0F0F0;
	z-index:9999 !important;
	overflow: hidden;
}

.closecanvasmenu{
	cursor: pointer;
	color: #444444;
	/*font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;*/
	font-size: 2em;
	/*line-height: 1;
	text-transform: none;*/
	text-align: right;
	padding: 7px 15px 7px 25px;
	border-bottom: #FFFFFF 1px solid;
}

.canvasmenu{
	color:#FFFFFF;
}

.canvasmenu a{
	display: block;
	padding: 15px 5px 15px 15px;
	color:#777777;
}

.canvasmenu a:hover{
	color:#C80A0D;
}

.canvasmenu a.current{
	color:#000000;
}

.logo{
	padding: 15px 0px 15px 0px;
}

.bullet{
	padding: 15px 0px 10px 0px;
}

.hamstack{
	border-left: #F0F0F0 1px solid;
	padding: 18px 15px 20px 25px;
	cursor: pointer;
}

/*.logo strong{
	color: #C80A0D;
}*/

.top-wrapper{
	background-color:#FFFFFF;
	color: #000000;
	border-bottom: #F0F0F0 1px solid;
}

.stickymenu{
	display:none;
	position:fixed;
	top:0px;
	z-index:9998 !important;
	width:100%;
	background-color:rgba(255, 255, 255, 0.87);
}

.topmenu{
	padding: 21px 0px 15px 0px;
}

.topmenu a{
	color: #777777;
	transition: all 0.5s ease;
	margin-left: 20px;
}

.topmenu a.current{
	color: #000000;
}

.topmenu a:hover{
	color: #C80A0D;
}


/*#footerparentmenu{
	padding-bottom:30px;
}

#footerparentmenu a{
	display: inline-block;
	padding: 15px 5px 15px 15px;
	color:#777777;
}*/

/**************************************************************************************
**
** FOOTER
**
***************************************************************************************/

/*
#footer{
	background-color:#FFFFFF;
	color: #000;
	padding: 40px 0px 40px 0px;
}

#footscrubber{
	color:#999;
}
*/

/**************************************************************************************
**
** WOW
**
***************************************************************************************/

/* make keyframes that tell the start state and the end state of our object */
 
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.f1 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.fade-in.f2 {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.fade-in.f3 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.fade-in.f4 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.fade-in.f5 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.fade-in.f6 {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.fade-in.f7 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.fade-in.f8 {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.fade-in.f9 {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.fade-in.f10 {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.fade-in.f11 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.fade-in.f12 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.fade-in.f13 {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.fade-in.f14 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.fade-in.f15 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

/**************************************************************************************
**
** GOOGLE MAPS
**
***************************************************************************************/


@media only screen and (min-width: 320px) {
	#map-canvas{ height:240px; }
}

@media only screen and (min-width: 480px) {
	#map-canvas{ height:320px; }
}

@media only screen and (min-width: 600px) {
	#map-canvas{ height:480px; }
}

@media only screen and (min-width: 768px) {
	#map-canvas{ height:600px; }
}

@media only screen and (min-width: 1024px) {
	#map-canvas{ height:680px; }
}



/**************************************************************************************
**
** GALLERIA
**
***************************************************************************************/

/*@media all and (orientation:portrait) {
	#galleria{
		height:50%;
	}
}*/
@media only screen {
	#galleria{
		height:50%;
	}
}

@media only screen and (min-width: 320px) {
	#galleria{
		height:240px;
	}
}

@media only screen and (min-width: 480px) {
	#galleria{
		height:320px;
	}
}

@media only screen and (min-width: 600px) {
	#galleria{
		height:480px;
	}
}

@media only screen and (min-width: 768px) {
	#galleria{
		height:600px;
	}
}

@media only screen and (min-width: 1024px) {
	#galleria{
		height:800px;
	}
}


/**************************************************************************************
**
** SOCIAL MEDIA
**
***************************************************************************************/

#social{
	margin-top:30px;
	margin-bottom:30px;
	display:block;
}
.MarkupSocialShareButtons{
    list-style-type: none;
    padding: 0;
	margin:0px;
}
.MarkupSocialShareButtons li{
    list-style-type: none;
    float: left;
    margin: 0px 20px 0px 0px;
}
.MarkupSocialShareButtons li a{
    display: inline-block;
    text-decoration: none;
    border: none;
    width: 26px;
    height: 26px;
    opacity: 0.8;
}
.MarkupSocialShareButtons li a:hover{
    opacity: 1;
}

.MarkupSocialShareButtons img{
    width: 100%;
    height: auto;
}






/**************************************************************************************
**
** Contact Form
**
***************************************************************************************/

#wrap_tegenvervelendeventjes{
	display: none;
}

p.InputfieldError{
	color:#CC0000;
}


.projectline{
	border-bottom: #ee2c24 1px solid;
}

.g-recaptcha{
	float: right;
	max-width: 400px;
}
