/* EDITABLE THROUGH BACKEND */
.customBannerPerPage{
	background-attachment: fixed !important;
    float: left;
    margin: 0;
    width: 100%;
}

#header #fullNavigation {
    float: left;
    width: 100%;
}

.fullBanner {
	padding:60px;
}

#blocksOne, #blocksTwo, #blocksThree, #blocksFour {
	background: #fafafa;
	padding: 60px 0;
}

.blockThree .shortText .text {
    float: left;
    width: 100%;
    color: #444;
    overflow: hidden;
}

.blockThree .image {
    overflow: hidden;
}

.lees-meer-button {
	float:left;
	margin-top:15px;
    padding: 5px 10px;
	text-decoration: none;
	background: #005CA9;
	color: #fff;
	transition: 0.3s;
}

.lees-meer-button:hover {
	background: #1F78C1;
}

.blockThree .shortText .title {
    color: #1F78C1;
    font-size: 1.3em;
    float: left;
    width: 100%;
    margin: 0 0 10px 0; 
	font-family: Roboto Slab, sans-serif;
}

#footer, #footer a {
    background: #fff;
    color: #797979;
}

@media screen and (max-width: 1100px) {
	
	.fullBanner {
		margin: 0;
	}
}