.pageheader-title {
    margin-right: -110px;
}

#lasloods-content-container {
	display: flex;
	justify-content: space-between;
    padding: 80px 0 0;
}

.lasloods-content {
	border-right: 1px solid grey;
	padding-right: 60px;
}

.verhuur-brochure {
	padding-left: 60px;
	font-size: 1.4em;
    line-height: 1.4em;
}

.verhuur-brochure address a {
	color: #000;
	display: inline-block;
}

.verhuur-brochure ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrap-faciliteiten {
	padding: 50px 0 80px 0;
}

#faciliteiten {
	background-color: #7DC9DE;
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    padding: 30px 60px 30px 40px;
}

#faciliteiten ul {
	/*list-style-type: none;*/
	/*margin: 0;
	padding: 0;*/
	/*width: 33.3332%;*/
}

/*#faciliteiten ul > li:before {
  content: "-";
  text-indent: -5px;
}*/

#faciliteiten li {
	margin-bottom: 15px;
}

/*#faciliteiten li:last-of-type {
	margin-bottom: 0;
}*/


#inspiraties-container {
    margin: -20px;
    overflow: hidden;
}

.inspiratie {
    width: calc(33.33% - 40px);
    /*height: 300px;*/
    margin: 20px;
    float: left;
    position: relative;
}

.inspiratie:after {
	content: '';
    display: block;
    padding-bottom: 100%;
    }

.inspiratie:nth-of-type(4) {
    width: calc(66.665% - 40px);
    /*height: 640px;*/
}

#inspiraties-container:after {
	content: "";
	clear: both;
	display: block;
}

.inspiratie-iframe iframe {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.inspiratie-iframe {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inspiratie-afbeelding {    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
}

.inspiratie a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.inspiratie:nth-child(n+7) {
   display: none; 
}

@media screen and (max-width: 768px) {
	
	#info-container {
		padding-top: 0;
	}
	#info-container {
		flex-wrap: wrap;
	}
	
	#lasloods-info-img, #lasloods-info {
		margin: 0;
		width: 100%;
	}
	
	#lasloods-info h1 {
	    font-size: 3em;
	}
	
	#lasloods-content-container {
		flex-wrap: wrap;
		padding: 30px 0;
	}
	
	.lasloods-content {
		border: none;
		width: 100%;
		padding: 0;
	}
	
	.verhuur-brochure {
		padding: 0;
	}
	
	#inspiraties-container {
		margin: 0;
	}
	
	.inspiratie {
		margin: 0;
	    width: 33.332%;
	}
	
	.inspiratie:nth-of-type(4) {
		width: 66.6632%;
	}
		
}

@media screen and (max-width: 640px) {
	
	
	#lasloods-info-img {
		height: 300px;
	}
	
	.inspiratie {
	    width: 50%;
	}
	
	.inspiratie:nth-of-type(4) {
		width: 100%;
	}
	
	.inspiratie:nth-of-type(3) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	
	.inspiratie {
	    width: 100%;
	}
	
	.inspiratie:nth-child(n+3) {
	   display: none; 
	}
	/*.case {
		width: 100%;
	}*/
}