/*
Theme Name: Louis van Haverbeke 	
Author: atelier Arthur Haegeman
*/
@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
	font-family: 'HelveticaNeueLTCom-Roman';
	src: url('font/HelveticaNeueLTCom-Roman.eot?#iefix') format('embedded-opentype'),  url('font/HelveticaNeueLTCom-Roman.woff') format('woff'), url('font/HelveticaNeueLTCom-Roman.ttf')  format('truetype'), url('font/HelveticaNeueLTCom-Roman.svg#HelveticaNeueLTCom-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTCom-Md';
	src: url('font/HelveticaNeueLTCom-Md.eot?#iefix') format('embedded-opentype'),  url('font/HelveticaNeueLTCom-Md.woff') format('woff'), url('font/HelveticaNeueLTCom-Md.ttf')  format('truetype'), url('font/HelveticaNeueLTCom-Md.svg#HelveticaNeueLTCom-Md') format('svg');
	font-weight: normal;
	font-style: normal;
}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
body {
	font-family: 'HelveticaNeueLTCom-Roman';
	font-size: 46px;
	overflow-x: hidden;
	background-color: rgb(248, 248, 248);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 20px;
	padding-right: 50px;
	line-height: 110%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
a:hover {
	color: blue;
}
em {
	font-style: italic;
}
.title-page {
padding-right: 100px;	
}
#initial-content,
#content {
	padding-bottom: 100px;	
}
.line {
	margin-bottom: 20px;
	display: block;
	-webkit-transition: margin-bottom 500ms 500ms;
	-moz-transition: margin-bottom 500ms 500ms;
	-o-transition: margin-bottom 500ms 500ms;
	transition: margin-bottom 500ms 500ms;

}
.line.open {
	margin-bottom: 0px;
	-webkit-transition: margin-bottom 500ms;
	-moz-transition: margin-bottom 500ms;
	-o-transition: margin-bottom 500ms;
	transition: margin-bottom 500ms;

}
.link {
	cursor: pointer;
	-webkit-transition: color 500ms;
	-moz-transition: color 250ms;
	-o-transition: color 250ms;
	transition: color 250ms;
}
.link:hover {
	color: blue;
	-webkit-transition: color 500ms;
	-moz-transition: color 250ms;
	-o-transition: color 250ms;
	transition: color 250ms;
}
.link:hover:after {
	content: '…';
	position: absolute;
}

.loaded-wrapper {
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: ease-in max-height 500ms;
	-moz-transition: ease-in max-height 500ms;
	-o-transition: ease-in max-height 500ms;
	transition: ease-in max-height 500ms;


}
.loaded-wrapper.open {
	max-height: 10000px;
	margin-bottom: 20px;
	-webkit-transition: ease-in max-height 500ms;
	-moz-transition: ease-in max-height 500ms;
	-o-transition: ease-in max-height 500ms;
	transition: ease-in max-height 500ms;

}
#initial-content {
	display: none;
}
.slideshow-wrap {
	max-height: 70%;
	max-height: calc(75vh - 125px);
	margin-bottom: 30px;
	cursor: e-resize;
}
.slideshow-wrap.single-img {
	cursor: default!important;
	margin-bottom: 10px
}

.cycle-overlay {
	position: absolute;
	bottom: -25px;
	line-height: 110%;
	display: block;
	font-size: 16px;
}
h1 {
	margin-bottom: 20px;
	margin-bottom: 5px;
}
.single-content {
	font-size: 24px;
	line-height: 118%;
	padding-bottom: 100px;
}
iframe {
	max-width: 100%;
	
}
.single-content p {
	margin-bottom: 20px;
	max-width: 1000px;
}
.single-content img {
	max-width: 100%;
	max-height: 90vh;
	max-height: 100%;
	display: block;
	margin-bottom: 20px;
}
.gif-stamp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 200px;
	z-index: 99999;
}
.cursor {
	position: fixed;
	pointer-events: none;
	z-index: 9999;
	max-width: 150px;
	max-height: 200px;
	display: none;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
	cursor: none!important;
}
.meer-bio,
.lang-btn,
.blog-link,
.project-link {
	cursor: none;
}
.meer-bio:hover .cursor,
.lang-btn:hover .cursor,
.blog-link:hover .cursor,
.project-link:hover .cursor {
	display: block;
}
.lang-btn .cursor {
	height: 40px;
}
.binnenkort-item {
	padding-left: 35px;
	text-indent: -35px;
}
.footer {
	width: 100%;
	position: fixed;
	bottom: 5px;
	left: 0px;
	padding-left: 20px;
	padding-top: 10px;
	/*	background-color: rgba(248,248,248,1);*/
	z-index: 9999;
	/*
	background: -moz-linear-gradient(top, rgba(248,248,248,0) 0%, rgba(248,248,248,0.5) 12%, rgba(248,248,248,1) 31%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(top, rgba(248,248,248,0) 0%,rgba(248,248,248,0.5) 12%,rgba(248,248,248,1) 31%,rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom, rgba(248,248,248,0) 0%,rgba(248,248,248,0.5) 12%,rgba(248,248,248,1) 31%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f8', endColorstr='#f8f8f8',GradientType=0 );
	*/
}
.skip {
	color: rgb(160, 160, 160);
	cursor: pointer;
	display: block;
	-webkit-transition: color 250ms;
	-moz-transition: color 250ms;
	-o-transition: color 250ms;
	transition: color 250ms;

}
.meer-info,
.close-btn {
	color: rgb(160, 160, 160);
	cursor: pointer;
	-webkit-transition: color 250ms;
	-moz-transition: color 250ms;
	-o-transition: color 250ms;
	transition: color 250ms;
	display: inline-block;
}
/*
.typer-container .close-btn {
opacity: 0;
}
.typer-container:hover .close-btn {
opacity: 1;
-webkit-transition: opacity 250ms;
-moz-transition: opacity 250ms;
-o-transition: opacity 250ms;
transition: opacity 250ms;
}
*/
.typer-container {
	position: relative;
	display: block	
}

.language-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	color: rgb(160, 160, 160);
}
a.project-link:hover .date,
a.blog-link:hover,
a.project-link:hover {
	color: black!important;
}
.blog-wrap:hover,
.projects-wrap:hover {
	color: rgb(160, 160, 160);
}
.language-btn .active {
	color: black;
}
.meer-info:hover,
.close-btn:hover,
.skip:hover {
	color: black;
}
.info {
	font-size: 15px;
	line-height: 120%;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	width: 50%;
	position: absolute;
	right: 10px;
	top: 17px;
	min-width: 470px;
}
@media only screen and (min-width: 1300px) and (max-width: 1550px) {
	body {
		font-size: 52px;
	}

}
@media only screen and (min-width: 1550px) {
	body {
		font-size: 60px;
	}

}
@media only screen and (max-width: 600px) {
	body {
		padding: 10px;
		font-size: 36px;

	}
	.single-content {
		font-size: 18px;
		line-height: 118%;
		padding-bottom: 100px;
	}
	.footer{
		height: 50px;
	}
	.language-btn {
		top: 10px;
		right: 10px;
	}
	.skip {
		left: 10px;
	}
	.line {
		margin-bottom: 10px;
	}
	.footer {
		background-color: transparent;
		padding-left: 10px;
	}
	.gif-stamp {
		position: fixed;
		bottom: 10px;
		right: 10px;
		max-width: 150px;
		z-index: 99999;
	}

}