@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	}
body{
	font-family: "Karla";
	font-weight: 400;
	height: 100%;
	width: 100%;
	font-size: 20px;
	margin-top: 100px;
	color: #4d4d4d;
	}
/*STYLES*/
a{
	color: #4d4d4d;
	text-decoration: none;
}
a:hover{
	color: #4d4d4d;
	text-decoration: none;
}
p{
	position: relative;
	color: #4d4d4d;
	font-size: 20px;
	line-height: 30px;
}
p span{
	color: #808080;
}
p span.home{
	border-bottom: solid 1px #8bc53f;
	color: #4d4d4d;
}
p span.werk{
	border-bottom: solid 1px #be212f;
	color: #4d4d4d;
}
p span.over{
	border-bottom: solid 1px #a54399;
	color: #4d4d4d;
}
p span.contact{
	border-bottom: solid 1px #f78f1e;
	color: #4d4d4d;
}
p span.honderd{
	border-bottom: solid 1px #00aeef;
	color: #4d4d4d;
}
p span.cv{
	border-bottom: solid 1px #00aeef;
	color: #4d4d4d;
}
p span:hover{
	border-bottom-width: 2px;
}


h2{
	position: relative;
	margin: 0px;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	font-family: "Karla";
	font-weight: 700;
	z-index: 2;
}
h2 span.line{
	position: absolute;
    bottom: 2px;
    left: -16px;
    background: #8bc53f;
    height: 8px;
    width: 120px;
    z-index: -1;

}
h2 span.line-home{
	background: #8bc53f;
}
h2 span.line-werk{
	background: #be212f;
}
h2 span.line-over{
	background: #a54399;
}
h2 span.line-contact{
	background: #f78f1e;
}
h2 span.line-honderd{
	background: #00aeef;
}
h2 span.line-cv{
	background: #00aeef;
}

h3{
	position: relative;
	margin: 0px;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	font-family: "Karla";
	font-weight: 700;
	z-index: 2;
}
h3 span.line_gray{
	position: absolute;
    top: 38px;
    left: -16px;
    background: #ececec;
    height: 6px;
    width: 120px;
    z-index: -1;
    animation-duration: 500ms;
    animation-delay: 800ms;
    animation-name: grey-flash;
    animation-fill-mode: forwards;
    transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
h4{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: "Karla";
	font-weight: 700;
}
p.footertext{
	font-size: 15px;
	color: #4d4d4d;
}
p.footertext span{
	font-size: 20px;
	color: #4d4d4d;
}


.btn-default{
	background: #4d4d4d;
	color: #fff;
	border: none;
	font-size: 20px;
	line-height: 30px;
	border-radius: 0px;
	transition: 1s;
	padding: 5px 10px;
}
.btn-default:hover{
	background: #be212f;
	color: #fff;
}
.btn-download{
	background: #4d4d4d;
	color: #fff;
	border: none;
	font-size: 20px;
	line-height: 30px;
	border-radius: 0px;
	transition: 1s;
	padding: 5px 10px;
}
.btn-download:hover{
	background: #00aeef;
	color: #fff;
}



@media screen and (max-width: 769px){
	h2{
		font-size: 40px;
		line-height: 40px;
	}
	h3{
		font-size: 30px;
		line-height: 30px;
	}
	h4{
		font-size: 24px;
		line-height: 24px;
	}
	.btn-default{
		font-size: 26px;
		line-height: 36px;
	}
}

.logoMobile{
	display: none;
}
.logo a, .logoMobile a{
	line-height: 100px;
	box-sizing: border-box;
	font-size: 20px;
	color: #4d4d4d;
	-webkit-transition: color 1s ease-out;
  	-moz-transition: color 1s ease-out;
  	-o-transition: color 1s ease-out;
  	transition: color 1s ease-out;
}
.logo a span {
	font-size: 20px;
	line-height: 100px;
	color: #808080;
	font-weight: 400;
	-webkit-transition: color 1s ease-out;
  	-moz-transition: color 1s ease-out;
  	-o-transition: color 1s ease-out;
  	transition: color 1s ease-out;
}
.logo a:hover, .logoMobile a:hover{
	color: #808080;
}
.logo a span:hover{
	color: #4d4d4d;
}
.wrapper{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	box-sizing: border-box;

}
@media screen and (max-width: 769px){
	.wrapper{
		position: relative;
		width: 100%;
		min-height: 100%;
		background: #fff;
		padding: 0px 30px;
	}
	.wrapper:after{
		clear: both;
		content:" ";
		display: table;
	}
	span.extra{
		display: none;
	}
}
.wrapper_pages{
	position: relative;
	width: 100%;
	padding-top: 50px;
	min-height: 100%;
	background: #fff;
	padding-bottom: 100px;
}
.menu-fixed-top{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	right: 0px;
	height: 100px;
	z-index: 9999999;
	background: #fff;
}
.menuthumb{
	float: left; margin-right: 15px; margin-top: 25px;
}
.navbar-toggle{
	background: #4d4d4d;
	margin-top: 25px;
}
.navbar-home{
	background: #8bc53f;
}
.navbar-over{
	background: #a54399;
}
.navbar-werk{
	background: #be212f;
}
.navbar-contact{
	background: #f78f1e;
}
.navbar-honderd{
	background: #00aeef;
}
.nav>li{
	margin-left: 0px;
}
.icon-bar{
	background: #fff;
}
.navbar-nav{
	float: right;
}


@media (min-width: 769px){
	.navbar-nav>li>a {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
}

.navbar-nav>li>a{
	font-weight: 400;
	line-height: 100px;
	color: #808080;
	font-size: 20px;
}
.navbar-nav>li>a:hover{
	background: none;
}
.navbar-nav>li.werk>a:hover{
	color: #be212f;
}
.navbar-nav>li.over>a:hover{
	color: #a54399;
}
.navbar-nav>li.contact>a:hover{
	color: #f78f1e;
}
.navbar-nav>li.cv>a:hover{
	color: #00aeef;
}
.navbar-nav>li.honderd>a:hover{
	color: #00aeef;
}
.navbar-nav>li.werk>a.active{
	border-bottom: solid 3px #be212f;
}
.navbar-nav>li.over>a.active{
	border-bottom: solid 3px #a54399;
}
.navbar-nav>li.contact>a.active{
	border-bottom: solid 3px #f78f1e;
}
.navbar-nav>li.cv>a.active{
	border-bottom: solid 3px #00aeef;
}

.navbar-nav>li.honderd>a.active{
	border-bottom: solid 3px #00aeef;
}

.no-padding{
	padding: 0px !important;
}
.homepage_group{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    padding: 0px;
}
.homepage_group_mobile{
	position: relative;
	padding: 10px 0px 50px 0px;
	display: none;
}
.carousel{
	position: relative;
	height: 600px;
	width: 100%;
	background: #fff;
	padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 769px){
	.logo{
		display: none;
	}
	.logoMobile{
		display: block;
	}
	.homepage_group{
		display: none;
	}
	.homepage_group_mobile{
		display: block;
	}
	.navbar-nav{
		top: 90px;
		left: 0px;
		right: 0px;
		width: 100%;
		margin: 0px !important;
		bottom: 0px;
		background: #fff;
		z-index: 999999999999999999999999999999999999999999;
	}
	.navbar-nav:after{
		clear: both;
		content: ' ';
		display: table-cell;
	}
	.navbar-nav>li>a{
		font-weight: 400;
		line-height: 100px;
		color: #808080;
		font-size: 30px;
		text-align: center;
	}
}
.hideMobile{
	display: block !important;
}
@media screen and (max-width: 500px){
	.carousel{
		height: 300px;
	}
	.hideMobile{
		display: none !important;
	}
}
.carousel-cell {
  width: 100%;
  height: 100%;
  margin-right: 100px;
  border-radius: 0px;
  counter-increment: gallery-cell;
}
.textgrootinbox{
	font-size: 60px;
	position: absolute;
	bottom: 20px;
	right: -200px;
	left: 30px;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #ececec;
}
.welkomwoord{
	position:absolute;
	top: 0px;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.welkomwoord .paddingbox{
	padding: 50px;
	height: 100%;
}
.welkomwoord p{
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 30px;
}
.welkomwoord p span.icoontje{
	display:inline-block;
	width: 45px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
}

.mobile_voorwoord p{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.mobile_voorwoord p span.icoontje{
	display:inline-block;
	width: 45px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
}

.home-banner{
	height: 100%;
}
.image-mask {
	position: absolute;
	z-index: 10;
	background: #8bc53f;
}
.image-mask-home {
	background: #8bc53f;
}
.image-mask-werk {
	background: #be212f;
}
.image-mask-over {
	background: #a54399;
}
.image-mask-contact {
	background: #f78f1e;
}
.image-mask-cv {
	background: #00aeef;
}
.image-mask-honderd {
	background: #00aeef;
}

.lt {
	left: 0;
	top: 0;
	width: 25%;
	height: 50.5%;
	opacity: 0;
}
.home-banner:hover .lt, .welcome-effect .lt, .lt-active {
	animation-duration: 320ms;
	animation-name: lt-active;
	animation-fill-mode: forwards;
	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
@keyframes lt-active {
	70% { width: 51%; } 
	100% { width: 50.5%; opacity: 1; }
}
.rt {
	right: 0;
	top: 0;
	width: 50.5%;
	height: 25%;
	opacity: 0;
}
.home-banner:hover .rt, .welcome-effect .rt, .rt-active {
	animation-duration: 300ms;
	animation-delay: 110ms;
	animation-name: rt-active;
	animation-fill-mode: forwards;
	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
@keyframes rt-active {
	70% { height: 51%; }
	100% { height: 50.5%; opacity: 1; }
}
.lb {
	left: 0;
	bottom: 0;
	width: 50.5%;
	height: 25%;
	opacity: 0;
}
.home-banner:hover .lb, .welcome-effect .lb, .lb-active {
	animation-duration: 200ms;
	animation-delay: 200ms;
	animation-name: lb-active;
	animation-fill-mode: forwards;
	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
@keyframes lb-active {
	70% { height: 51%; }
	100% { height: 50.5%; opacity: 1; }
}
.rb {
	right: 0;
	bottom: 0;
	width: 25%;
	height: 50.5%;
	opacity: 0;
}
.home-banner:hover .rb, .welcome-effect .rb, .rb-active {
	animation-duration: 200ms;
	animation-delay: 170ms;
	animation-name: rb-active;
	animation-fill-mode: forwards;
	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
@keyframes rb-active {
	70% { width: 51%; }
	100% { width: 50.5%; opacity: 1; }
}

.home-banner .title{
	position: absolute;
	font-size: 2.25em;
	color: #fff;
	padding: 50px;
	z-index: 999;
	left: 0;
	opacity: 0;
	font-weight: 700;
	letter-spacing: -1.4px;
}
.home-banner:hover .title{
	animation-duration: 200ms;
	animation-delay: 350ms;
	animation-name: title-active;
	animation-fill-mode: forwards;
	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.home-banner .title h3{
	padding-bottom: 50px;
}
.home-banner .title p{
	font-size: 20px;
	line-height: 30px;
}
@keyframes title-active {
	0% { top: 96px; opacity: 0; }
	30% { top: 66px; opacity: 0.3; }
	100% { top: 56px; opacity: 1; }
}

.bgbox_left{
	background: #ececec;
	height: 100%;
}
.bgbox_left_center{
	height: 100%;
}

@media screen and (max-height: 600px){
	.carousel{
		height: 400px;
	}
	.welkomwoord .paddingbox{
		padding: 10px;
	}
	.welkomwoord p{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.welkomwoord p span.icoontje{
		display:inline-block;
		width: 30px;
		height: 25px;
		text-align: center;
		margin-right: 5px;
	}
	h2{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	h2 span.line{
	    top: 28px;
	    left: -5px;
	    height: 3px;
	    width: 80px;
	}

}

footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	padding:25px 0px;
	background: #fff;
}
.sm_icons_footer{
	line-height: 50px;
	margin-left: 30px; 
	font-size: 20px;
	color: #808080;
}
.mobilefooter{
	display: none;
}

@media screen and (max-width: 769px){
	footer{
		display: none;
	}
	.mobilefooter{
		height: 120px;
		display: block;
		position: fixed;
		bottom: 10px;
		right: 0px;
		width: 50px;
		padding: 0px;
		left: auto;
	}
	.mobilefooter a{
		float: left;
		width: 50px;
		height: 50px;
		background: #4d4d4d;
		line-height: 50px;
		text-align: center;
		font-size: 26px;
		color: #fff;
		margin-bottom: 10px;
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
	}
	.mobilefooter a.home{
		background: #8bc53f;
	}
	.mobilefooter a.work{
		background: #be212f;
	}
	.mobilefooter a.over{
		background: #a54399;
	}
	.mobilefooter a.contact{
		background: #f78f1e;
	}
	.mobilefooter a.honderd{
		background: #00aeef;
	}
	.mobilefooter a.cv{
		background: #00aeef;
	}
	.mobile_voorwoord{
		margin-top: 30px;
		padding: 15px;
	}
	.home-banner .title{
		padding: 20px;
	}	
}

@media screen and (max-width: 500px){
	.mobile_voorwoord p{
		font-size: 20px;
		line-height: 30px;
	}
	.btn-default{
		font-size: 20px;
		line-height: 30px;
	}
	.home-banner .title h3{
		padding-bottom: 20px;
	}	
	.tekstcontainer{
		height: auto !important;
		margin-bottom: 50px;
	}
}


.contact_footer{
	font-size: 20px;
	color: #808080;
}
a.home:hover{
	color: #8bc53f;
	text-decoration: none;
}
a.work:hover{
	color: #be212f;
	text-decoration: none;
}
a.over:hover{
	color: #a54399;
	text-decoration: none;
}
a.contact:hover{
	color: #f78f1e;
	text-decoration: none;
}
a.honderd:hover{
	color: #00aeef;
	text-decoration: none;
}
a.cv:hover{
	color: #00aeef;
	text-decoration: none;
}


.margintop30{
	margin-top: 30px;
}
@media screen and (max-width: 500px){
	.margintop30mobile{
		margin-top: 30px;
	}
}
.paddingtop15{
	padding-top: 15px;
}

/* welkom */
.welcome-effect{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #ffffff;
	z-index: 9999999999999999;
}

.welcome-effect .welcome-effect-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	z-index: 999999999999999999999;
}
.welcome-effect-icon{
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(50%);
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	z-index: 999999999999999999999;
}

#word i{
	font-size: 25px;
	line-height: 30px;
}

.imagecontainer{
	height: 300px;
}
.imagecontainergroot{
	height: 500px;
}
.tekstcontainer{
	height: 600px;
}
.tekstcontainer h3{
	font-size: 22px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.tekstcontainer h3 span{
	font-size: 15px;
	line-height:15px;
}
.tekstcontainer p{
	margin-top: 0px;
	margin-bottom: 5px;
}
.tekstcontainer:hover h3{
	color: #be212f;
}

.tekstcontainer100{
	height: 400px;
}
.tekstcontainer100 h3{
	font-size: 22px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.tekstcontainer100 h3 span{
	font-size: 15px;
	line-height:15px;
}
.tekstcontainer100 p{
	margin-top: 0px;
	margin-bottom: 5px;
}
.tekstcontainer100:hover h3{
	color: #00aeef;
}

.form-control{
	border-radius: 0px;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}


.cookies{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background: #8bc53f;
}

.cookietext{
	line-height: 50px;
	color: #fff;
	padding-left: 15px;
}
.cookietext a{
	color: #fff;
}
@media screen and (max-width: 1200px){
	.cookietext{
		margin-top: 7px;
		line-height: 16px;
		font-size: 16px;
		color: #fff;
		padding-left: 5px;
	}
}