/*.paginaAfbeelding {
	position: relative;
	overflow: hidden;
}

.paginaAfbeelding img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 400px;
	width: 1920px;
	max-width: initial;
	max-width: inherit;
}*/

.focuspoint {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.focuspoint img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
}

nav.mainMenu {
    z-index: 999;
    position: relative;
}

/* Review */
.testimonial_group .testimonial .rr_title { font-size: 24px; }
.page-id-665 .contentBox ul > li:before { display: none; }
.testimonial_group .testimonial .rr_review_text { font-family: 'Roboto', sans-serif;}
.stars, .rr_star { font-size: 16px; }
.testimonial_group .testimonial {
	width: 31% !important;
	background-color: #fbfcfe;
	margin: 10px;
	border-radius: 3px;
	border: 1px solid #edeef4;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.01);
}

.testimonial_group .testimonial .rr_review_text .drop_cap { display: none; }

/* Forms */
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
    margin-right: 5px;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: 400 !important;
	font-size: 12px !important;
}