/*.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: 820px;
}

.pageImage {
    min-height: 345px;
}

.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;
}

.widget {
	background: white;
	padding: 16px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
}


body.sidebarNo .leftContent {
	width: 100% !important;
}

nav.mainMenu {
    z-index: 999;
    position: relative;
}

.dn {
    display: none !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .parallax{
        background-attachment: inherit;
    }
}

.testimonials {
    display: none;
}

.multicolored {
    padding-bottom: 0px;
}

.blue-bar {
    display: none;
}