/*.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;
}


body.sidebarNo .leftContent {
	width: 100% !important;
}

nav.mainMenu {
    z-index: 999;
    position: relative;
}
@media(max-width:780px) {
  .mainFooter .upperFooter .centerDiv .widgetFooter {
    min-height: 237px; margin-bottom: 0;
  }
}
@media(max-width:600px) {
.mainFooter .upperFooter .centerDiv .widgetFooter {
    margin-bottom: 0;
    margin-top: 0;
    min-height: auto;
}
}