
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'paarden';
	src:url('../fonts/paarden.eot?-z1c5t8');
	src:url('../fonts/paarden.eot?#iefix-z1c5t8') format('embedded-opentype'),
		url('../fonts/paarden.woff?-z1c5t8') format('woff'),
		url('../fonts/paarden.ttf?-z1c5t8') format('truetype'),
		url('../fonts/paarden.svg?-z1c5t8#paarden') format('svg');
	font-weight: normal;
	font-style: normal;
}



body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
    background: #333;
    font-size: 1.1em;
    font-weight: 300;
}
.oldbrowsermessage{
	margin: 10px;
	padding: 10px;
	background: #f00;
	color: #fff;
	border: 2px solid #fff;
	width: 310px;
	position: relative;
	top: 30px;
	margin: 0 auto;
	z-index: 9999;
}
.oldbrowsermessage a{
	color: #fff;
	text-decoration: underline;
}

#logo{
	width: 370px;
	position: relative;
	top: 10px;
	margin: 0 auto;
	z-index: 9990;
}
#logo img{
	width: 100%;
	height: auto;
}
a {
	color: #000 !important;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 80%;
}

a:hover {
	color: #fff;
}
.lijst {
	font-size: 1.1rem;
}
.lijst li{
	display: block;
	width: 100% !important;
}
.container { height: 100%; }

.bl-main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bl-main > section {
	position: absolute;
	width: 50%;
	height: 50%;
}

.bl-main > section:first-child {
	top: 0;
	left: 0;
	background: #fff url(../images/stalboshuis-1-.jpg) no-repeat;
	background-size: cover;
}

.bl-main > section:nth-child(2) {
	top: 0;
	left: 50%;
	background: #fff url(../images/stalboshuis-2-.jpg) no-repeat;
	background-size: cover;
}

.bl-main > section:nth-child(3) {
	top: 50%;
	left: 0;
	background: #fff url(../images/stalboshuis-3-.jpg) no-repeat;
	background-size: cover;
}

.bl-main > section:nth-child(4) {
	top: 50%;
	left: 50%;
	background: #fff url(../images/stalboshuis-4-.jpg) no-repeat;
	background-size: cover;
}

.bl-box {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl-box h2 {
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bl-icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
.bl-icon2 {
	font-family: 'paarden';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.bl-icon:before {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
	color: #fff;
}
.bl-icon2:before {
	display: block;
	font-size: 2.2em;
	margin-bottom: 10px;
	color: #fff;
}

.bl-icon-paard2:before {
	content: "\e600";
}
.bl-icon-paard1:before {
	content: "\e601";
}
.bl-icon-about:before {
	content: "\e000";
}

.bl-icon-works:before {
	content: "\e001";
}

.bl-icon-blog:before {
	content: "\e000";
}

.bl-icon-contact:before {
	content: "\e003";
}

.bl-main > section .bl-icon-close {
	position: absolute;
	top: 55px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	
}

.bl-icon-close:before {
	content: "\e005";
	color: #f00 ;
}

.bl-content {
	opacity: 0;
	background-color: rgba(255,255,255,0.85);
	pointer-events: none;
	position: absolute;
	width: 80%;
	min-width: 300px;
	max-width: 800px;
	top: 72px;
	right: 30px;
	padding: 12px 20px;
	overflow: hidden;
	overflow-y: auto;
	height: 80%;
}
div.bl-panel-items > div > div {
	opacity: 0;
	background-color: rgba(255,255,255,0.85);
	pointer-events: none;
	position: absolute;
	/* width:90%; */
	right:6%;
	left:6%;
	top: 72px;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
}

/* Custom content */

.bl-content p {
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.8;
}

.bl-content h2 {
	font-size: 3em;
	font-weight: 300;
	margin: 60px 0 20px 0;
}

.bl-content article {
	padding: 20px 40px 20px 0px;
}

.bl-content article h3 {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}

.bl-content article a {
	color: rgba(0,0,0,0.2);
}

.bl-content > ul {
	list-style-type: square !important;
	padding: 0;
	margin: 0;
} 

.bl-content > ul li {
	display: inline-block;
	width: 20%;
	margin: 1%;
}

.bl-content > ul li a {
	display: block;
	padding: 0;
	border: 8px solid rgba(0,0,0,0.1);
}

.bl-content > ul li a img {
	display: block;
	max-width: 100%;
}

/* Panel Items */

div.bl-panel-items,
div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

div.bl-panel-items > div > div {
	/* width: 60%; */
	/* margin: 0 auto; */
	opacity: 1;
	/* bottom: 90px; */
	/* top: 122px; */
	pointer-events: auto;
}

div.bl-panel-items > div > div h3 {
	font-size: 2.4em;
	font-weight: 300;
	padding: 4px 20px 5px 12px;
	color: #000;
	position: absolute;
	top:20px;
	background: rgba(255,255,255,0.85);
}

div.bl-panel-items > div > div p {
	font-size: 1.3em;
}

div.bl-panel-items > div > div img {
	float: left; 
	margin: 20px 20px 20px 0;
	width: 100%;
	height: auto;
}

div.bl-panel-items {
	top: 100%;
	z-index: 9999;
}

div.bl-panel-items > div {
	background: url(../images/stalboshuis-13.jpg);
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0s linear 0.3s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.3s ease-in-out, opacity 0s linear 0.3s;
	transform: translateY(0);
	transition: transform 0.3s ease-in-out, opacity 0s linear 0.3s;
	-ms-transform: translateY(0);
}

div.bl-panel-items nav {
	position: absolute;
	z-index: 9999;
	width: 300px;
	left: 50%;
	top: 0px;
	margin-left: -108px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0.3s;
	-moz-transition: opacity 0.2s ease-in-out 0.3s;
	transition: opacity 0.2s ease-in-out 0.3s;
}

div.bl-panel-items.bl-panel-items-show nav span {
	float: left;
	margin: 12px 8px 0px 12px;
}

div.bl-panel-items nav span.bl-next-work {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	line-height: 2em;
	cursor: pointer;
	margin-right: 2em;
}

div.bl-panel-items.bl-panel-items-show nav {
	opacity: 1;
	background: rgba(255,255,255,0.8);
	top: -70px;
}

div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bl-main > section.bl-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bl-main > section.bl-expand-top {
	z-index: 100;
}

.bl-main > section:first-child.bl-expand {
	/* background: #EE4444; */
	background: #fff url(../images/stalboshuis-1.jpg) no-repeat;
	background-size: cover;
}
.bl-main > section:nth-child(2).bl-expand {
	/* background: #F98262; */
	background: #fff url(../images/stalboshuis-2.jpg) no-repeat;
	background-size: cover;
}
.bl-main > section:nth-child(3).bl-expand {
	/* background: #4BBE8E; */
	background: #fff url(../images/stalboshuis-3.jpg) no-repeat;
	background-size: cover;
}
.bl-main > section:nth-child(4).bl-expand {
	/* background: #0D8278; */
	background: #fff url(../images/stalboshuis-4.jpg) no-repeat;
	background-size: cover;
}

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-box {
	-webkit-transition: opacity 0.2s linear 0.3s;
	-moz-transition: opacity 0.2s linear 0.3s;
	transition: opacity 0.2s linear 0.3s;
}

section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}



.no-touch section:not(.bl-expand) .bl-box:hover h2 {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.bl-content,
.bl-icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.3s;
	-moz-transition: opacity 0.3s linear 0.3s;
	transition: opacity 0.3s linear 0.3s;
}

@media screen and (max-width: 46.5em) {
	.bl-content,
	.bl-box {
		font-size: 75%;
	}

	.bl-expand .bl-box {
		height: 130px;
	}

	.bl-content > ul li {
		width: 40%;
	}
}

@media screen and (max-width: 800px){
	div.bl-panel-items > div > div h3 {
		font-size: 1.2em;
		top:26px;
	}
	#logo{
		width: 280px;
		top: 0px;
	}

}