.pageheader-slides {
    width: calc(80% - 120px);
}

.pageheader-title {
    background-color: #BEAC83;
    margin-right: -58px;
}

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

.mogelijkheden-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;
}

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

.verhuur-brochure li {
	
}







#cases-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case {
	width: calc(33.332% - 25px);
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 25px;
    background-color: #eee;
}



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

.case.placeholder {
    visibility: hidden;
    margin: 0;
}
.case.placeholder:after {
    display: none;
}

.case-content:nth-of-type(3n+1) {
	background-color: rgba(190, 172, 131, 0.8);
}
.case:nth-of-type(3n+2) .case-content {
	background-color: rgba(125, 201, 222, 0.8);
}

.case:nth-of-type(3n+3) .case-content {
	background-color: rgba(0, 0, 0, 0.8);
}

.case:nth-of-type(3n+3) .case-content p,
.case:nth-of-type(3n+3) .case-content h2 {
	color: #fff;
}

.case:hover .case-content {
	visibility: visible;
	opacity: 1;
}

.case-content {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(190, 172, 131, 0.8);*/
	visibility: hidden;
	opacity: 0;
	padding: 0 15px;
	transition: all 200ms ease-in-out;
}

.case-content h2 {
	padding: 15px;
	margin: 0;
	color: #fff;
	text-align: left;
	margin-top: 20px;
}

.case-the-content {
	max-height: 200px;
	overflow: hidden;
}

.case-the-content p {
	color: #fff;
}

.case-the-content ul {
	color: #fff;
	text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.4em;
}

.case-the-content p:first-of-type {
	margin-top: 0;
}

.case-content i {
	/*background-color: #000;*/
    color: #fff;
    padding: 12px;
    border-radius: 100%;
    font-size: 25px;
    margin-top: 5px;
}

.case a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	
	.case:before {
		width: static;
		height: 100%;
		content: '';
		display: block;
		background: inherit;
	}
	.case:after {
		display: none;
	}
	
	#cases-container {
		flex-wrap: wrap;
	}
	
	.case-content {
		position: relative;
		opacity: 1;
		visibility: visible;
		min-width: 350px;
	}
	
	.case {
		/*width: calc(33.3332% - 10px);*/
		width: 100%;
		display: flex;
	}
	
	.case-content i {
		margin-bottom: 30px;
	}
	
}

@media screen and (max-width: 768px) {
	
	#mogelijkheden-content-container {
	    padding: 80px 0 60px;
	}
	/*.case {
		width: 33.3332%;
	}*/
	
}

@media screen and (max-width: 640px) {
	
	#mogelijkheden-content-container {
	    padding: 30px 0;
	}
	
	.wrap-faciliteiten {
		padding: 30px 0;
	}
	
	#faciliteiten {
		padding: 30px;
	}
	
	#mogelijkheden-content-container {
		flex-wrap: wrap;
	}
	
	.mogelijkheden-content {
		border: none;
		width: 100%;
	}
	
	.verhuur-brochure {
		padding: 0;
	}
	
	
	#cases-container {
		flex-wrap: wrap;
	}
		
	/*.case {
		width: 50%;
	}
	
	#cases-container {
		padding: 0;
	}*/
}
