
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
} 

@media screen and (max-width: 640px) {
	
	html {
		font-size: 62.5%;
	}
}

@media screen and (max-width: 360px) {
	
	html {
		font-size: 54%;
	}
	
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 1.8rem/2.4rem "Comosie", helvetica, sans-serif;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}

a {
	color: #000;
}

p {
	text-align: justify;
}

p a {
	border-bottom: 2px solid;
	text-decoration: none;
}

h1 {
	font-size: 3.2rem;
	line-height: 3.4rem;
}

h2 {
	font-size: 2.4rem;
	line-height: 3.2rem;
}

h3 {
	font-size: 1.4rem;
	line-height: 2.0rem;
	text-transform: uppercase;
	font-weight: normal;
}

section {
	background-color: #FFF;
}

img {
	max-width: 100%;
}

.box {
	box-sizing: border-box;
	padding: 0 10px;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.slide-content {
	padding: 24.0rem 0;
}

#intro {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	z-index: -1;
}

body.loaded #intro {
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

body.loaded #intro .logo {
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
}

div,
img,
article,
header,
footer,
section,
svg {
	display: block;
	position: relative;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

#intro .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 75%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#intro .logo svg {
	max-width: 100%;
}

div.dash {
	display: inline-block;
	margin: 3.2rem 0 2.4rem 0;
	width: 48px;
	height: 6px;
	background-color: #000;
}

hr {
	height: 6px;
	background-color: #000;
	width: 100%;
	margin: 3.8rem 0 4.8rem 0;
	border: 0 none;
}

.letters .letter {
	transition-duration: 0.66s;
	-webkit-transition-duration: 0.66s;
}

.letters .letter-c {
	stroke-dasharray: 60;
	stroke-dashoffset: 60;
} 

.letters .letter-o {
	stroke-dasharray: 76;
	stroke-dashoffset: 76;
} 

.letters .letter-o-1 {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.letters .letter-m {
	stroke-dasharray: 165;
	stroke-dashoffset: 165;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.letters .letter-o-2 {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.letters .letter-s {
	stroke-dasharray: 70;
	stroke-dashoffset: 70;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.letters .letter-dash {
	stroke-dasharray: 32;
	stroke-dashoffset: 32;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.letters .letter-e {
	stroke-dasharray: 92;
	stroke-dashoffset: 92;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
} 

.rectangle {
	stroke-dasharray: 810;
	stroke-dashoffset: 810;
	transition-duration: 0.66s;
	-webkit-transition-duration: 0.66s;
}

.dot {
	transform-origin: 294.941px 53.767px;
	transform: scale(0);
	transition-timing-function: cubic-bezier(.87,-.41,.19,1.44);
	-webkit-transform-origin: 294.941px 53.767px;
	-webkit-transform: scale(0);
	-webkit-transition-timing-function: cubic-bezier(.87,-.41,.19,1.44);
}

body.loading #intro .logo .dot {
	transform: scale(1);
	transition-delay: 0.99s;
	transition-duration: 0.33s;
	-webkit-transform: scale(1);
	-webkit-transition-delay: 0.99s;
	-webkit-transition-duration: 0.33s;
}

body.loading #intro .logo .letters .letter,
body.loading #intro .logo .rectangle {
	stroke-dashoffset: 0;
}

.center {
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
}#hero {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	min-height: 100%;
	background-color: #FFF;
}

#hero .logo {
	width: 163.5px;
	margin: 0 auto;
	padding: 30px 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

#hero .slide-content,
#pijlers .slide-content,
#contact .slide-content {
	padding: 0;
}

#hero .slide-content,
#pijlers .slide-content,
#contact .slide-content,
#hero .center,
#pijlers .center,
#contact .center {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.slide-content .dash {
	transform: scaleX(0.125);
	transform-origin: 0 50%;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.175) 0.2s;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.175) 0.2s;
}

.slide-content .fadein {
	opacity: 0;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0.2s;
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0.2s;
}

.slide-content.active .fadein {
	opacity: 1;
}

.slide-content .delay-1 {
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}

.slide-content .delay-2 {
	transition-delay: 0.30s;
	-webkit-transition-delay: 0.30s;
}

.slide-content .delay-3 {
	transition-delay: 0.35s;
	-webkit-transition-delay: 0.35s;
}

.slide-content .delay-4 {
	transition-delay: 0.40s;
	-webkit-transition-delay: 0.40s;
}

.slide-content .delay-5 {
	transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
}

.slide-content .delay-6 {
	transition-delay: 0.50s;
	-webkit-transition-delay: 0.50s;
}

.slide-content .delay-7 {
	transition-delay: 0.55s;
	-webkit-transition-delay: 0.55s;
}

.slide-content .delay-8 {
	transition-delay: 0.60s;
	-webkit-transition-delay: 0.60s;
}

.slide-content .delay-9 {
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
}

.slide-content.active .dash {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.slide-content hr {
	transform: scaleX(0.005);
	transform-origin: 0 50%;
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.slide-content.active hr {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

#hero article {
	position: relative;
	width: 66.66%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
}

body.loaded #hero .logo {
	transform: translateY(0%);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
	-webkit-transform: translateY(0%);
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

body.loaded #hero {
	transform: translateY(0);
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
	-webkit-transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

#hero h1 {
	/*
	font-size: 4.8rem;
	line-height: 5.8rem;
	*/
	font-size: 3.8rem;
	line-height: 4.8rem;
}

#hero p {
	/*
	font-size: 3.2rem;
	line-height: 3.8rem;
	*/
	font-size: 2.4rem;
	line-height: 3.4rem;
}

#scroll-down {
	display: block;
	background-image: url("/img/down.svg");
	background-position: center center;
	text-indent: -10300px;
	width: 26px;
	height: 42px;
	margin-left: -13px;
	position: absolute;
	bottom: 7.5%;
	left: 50%;
	cursor: pointer;
}

#pijlers {
	min-height: 100%;
	background-color: #F7F7F7;
}

#pijlers article {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}

#projecten {
	min-height: 100%;
}

#projecten .projects {
	padding-bottom: 640px;
}

#projecten .projects a {
	text-decoration: none;
}

#projecten .projects a:hover .image img {
	opacity: 0.75;
}

#projecten article {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 2.8rem;
}

#projecten article .image {
	background-color: #F7F7F7;
	margin-bottom: 1.4rem;
	padding-bottom: 66.66%;
}

#projecten article .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#projecten article h3 {
	/*
	font-size: 2.4rem;
	line-height: 3.2rem;
	text-transform: none;
	*/
}

#about {
	min-height: 100%;
	background-color: #F7F7F7;
	padding-bottom: 38.4rem;
}

#about .about-text {
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

#about .about-text p {
	text-align: center;
}

#about article {
	margin: 12.8rem 0;
}

#about article .description {
	cursor: pointer;
	float: right;
	width: 66.66%;
	padding: 0 10px;
	box-sizing: border-box;	
	overflow: hidden;
}

#about article .description .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	padding: 0 12.5%;
	box-sizing: border-box;
	background-color: #FFF;
	transform: translateY(100%);
	transition: all 0.4s ease-in-out;
	-webkit-transform: translateY(100%);
	-webkit-transition: all 0.4s ease-in-out;
}

#about article .description .image {
	transform: translateY(0);
	transition: all 0.4s ease-in-out;
	-webkit-transform: translateY(0);
	-webkit-transition: all 0.4s ease-in-out;
}

#about article.active .description .text {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

#about article.active .description .image {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

#about article .title {
	position: absolute;
	width: 33.33%;
	padding: 0px 10px;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#about article.right .title {
	left: 66.66%;
	text-align: right;
}

#about article.right .description {
	float: left;
}

div.social a {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	font: 18px/24px FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: -10300px;
	margin-left: 1px;
	transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	opacity: 0;
	transform: translateY(-12px);
	-webkit-transform: translateY(-12px);
}

#about article.right div.social a {
	text-indent: 10300px;
	text-align: right;
}

#about article .title h2,
#about article .title h3 {
	transform: translateY(12px);
	transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-webkit-transform: translateY(12px);
	-webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#about article .title:hover h2,
#about article .title:hover h3,
#about article .title:hover div.social a {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

div.social a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
}

#about article.right a:after {
	text-align: right;
	left: auto;
	right: 0;
}

div.social a.facebook:after {
	content: "\f09a";
}

div.social a.email:after {
	content: "\f0e0";
}

div.social a.twitter:after {
	content: "\f099";
}

div.social a.instagram:after {
	content: "\f16d";
}

div.social a.linkedin:after {
	content: "\f0e1";
}

#contact {
	min-height: 100%;
	text-align: center;
}

#contact p {
	text-align: center;
}

#contact .dash {

}

#contact div.social {
	margin: 2.4rem 0;
}

#contact div.social a {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	text-align: center;
}

#contact div.social a:after {
	width: 100%;
}

#contact .active div.social a {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

#contact a.disclaimer,
#contact div.credits {
	margin-top: 6.4rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	
	
	#about article .description,
	#about article .title {
		width: 100%;
		float: none;
	}
	
	#about article.right .title {
		left: 0;
	}
	
	#about article.right .title {
		text-align: left;
	}
	
	#about article .title {
		position: relative;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		margin-bottom: 18px;
	}
	
	#about article .title h2, 
	#about article .title h3, 
	#about article .title div.social a {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	#about article .description .text {
		position: relative;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		left: 0;
		right: 0;
		padding: 20px 0;
		background-color: transparent;
	}
	
	#about .about-text {
		width: 100%;
	}
	
	#about article.right div.social a {
		text-indent: -10300px;
		text-align: left;
	}
	
}

@media screen and (max-width: 640px) {
	
	#scroll-down {
		bottom: -120px;
	}
	
	#hero article {
		width: 100%;
	}
	
	.slide-content,	
	#hero .slide-content,
	#pijlers .slide-content {
		padding: 4.0rem 0px;
		transform: translateY(0) !important;
		-webkit-transform: translateY(0) !important;
	}

	#hero .slide-content,
	#hero .center,
	#pijlers .slide-content,
	#pijlers .center {
		position: relative;
	}
	
	#hero h1 {
		font-size: 3.2rem;
		line-height: 3.4rem;
	}
	
	#hero p {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	#pijlers article {
		width: 100%;
		margin-bottom: 6.4rem;
	}
	
	#projecten article {
		width: 100%;
		margin-bottom: 6.4rem;
	}
		
}/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */

@font-face {
	font-family:'Comosie';
	src: url('../fonts/NeutrafaceText-BookAlt_gdi.eot');
	src: url('../fonts/NeutrafaceText-BookAlt_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NeutrafaceText-BookAlt_gdi.woff') format('woff'),
		url('../fonts/NeutrafaceText-BookAlt_gdi.ttf') format('truetype'),
		url('../fonts/NeutrafaceText-BookAlt_gdi.svg#NeutrafaceText-BookAlt') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Comosie';
	src: url('../fonts/NeutrafaceText-DemiAlt_gdi.eot');
	src: url('../fonts/NeutrafaceText-DemiAlt_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NeutrafaceText-DemiAlt_gdi.woff') format('woff'),
		url('../fonts/NeutrafaceText-DemiAlt_gdi.ttf') format('truetype'),
		url('../fonts/NeutrafaceText-DemiAlt_gdi.svg#NeutrafaceText-DemiAlt') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 8.0rem;
	z-index: 103;
}

#menu-button {
	position: absolute;
	right: 32px;
	top: 32px;
	cursor: default;
}

#menu {
	border-bottom: 6px solid #F7F7F7;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	line-height: 7.7rem;
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
	transform: translateY(-100%);
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transform: translateY(-100%);
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

#header.visible #menu {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

#menu nav a {
	border: 0 none;
	text-decoration: none;
	margin: 0 10px;
}

#menu nav a.active {
	opacity: 0.15;
}

#menu nav {
	transform: translateY(-25%);
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
	-webkit-transform: translateY(-25%);
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
}

#header.visible #menu nav {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

@media screen and (max-width: 640px) {
	
	#menu nav a {
		display: block;
	}
	
}