.paginablokken section.hoofdkleur2 {    background-color: var(--hoofdkleur-2) !important;}
.paginablokken section.hoofdkleur1 {    background-color: var(--hoofdkleur-1) !important;}
.paginablokken section.achtergrondkleur1 {    background-color: var(--achtergrondkleur-1) !important;}
.paginablokken section.achtergrondkleur2 {    background-color: var(--achtergrondkleur-2) !important;}

.content-section.standaard {height: 60vh;    min-height: 650px; display: flex;    align-items: flex-end;}
.page .hero-image {min-height: 650px;}
.content-section.standaard .section-inner-wrap {height: fit-content; background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);z-index: 1;     padding: 0px;}
.content-section.standaard .rounded.content {background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); box-shadow: var(--box-shadow);     border-radius: 0px; box-shadow: none;}
.hero-image + section > .section-inner-wrap {    max-width: none;}

footer, footer a {color: rgb(114, 114, 114);}

@media (min-width: 992px) { 
    header .site-logo {margin-top: -5px;}
    .header-container {position: static;}
    #hoofdmenu-container {position: absolute;    bottom: -58px;    left: 0px;    width: 100%;    background: #ffffff; height: 58px;}
    .menu-hoofdmenu-container {display: flex; justify-content: center;}
	header.header-scroll {position: relative;}
	header.header-scroll #hoofdmenu-container {position: fixed; top: 0px;}
	.admin-bar header.header-scroll #hoofdmenu-container {position: fixed; top: 32px;}

    #hoofdmenu-list.menu-list li.menu-item.menu-item-has-children:hover:after  {
        content: "";
        width: 0px;
        height: 0px;
        border-top: solid 25px white;
        border-right: solid 25px transparent;
        border-bottom: solid 25px transparent;
        border-left: solid 25px transparent;
        left: 20px;
        bottom: -47px;
        position: absolute;
    }
    header.vertikaal_submenu #hoofdmenu-list.menu-list .menu-item .sub-menu {
        position: fixed;
        bottom: 0px;
        padding-top: 100px !important;
        left: calc(50% - 500px);
        width: 1000px !important;
        height: calc(100vh - 118px);
        z-index: -1;
        font-weight: bold;
        background-color: #a2b936;
        border-radius: 0px;
        justify-items: center;
        align-content: start;
    }
    .admin-bar header.vertikaal_submenu #hoofdmenu-list.menu-list .menu-item .sub-menu {
        height: calc(100vh - 118px - 32px);
    }
    header.header-scroll #hoofdmenu-list.menu-list .menu-item .sub-menu {
        height: calc(100vh - 58px ) !important;
    }
    .admin-bar header.header-scroll #hoofdmenu-list.menu-list .menu-item .sub-menu {
        height: calc(100vh - 58px - 32px) !important;
    }
    header.vertikaal_submenu #hoofdmenu-list .sub-menu .menu-item  {
        height: fit-content;
        
    }
    header.vertikaal_submenu #hoofdmenu-list .sub-menu .menu-item a {
        color: #ffffff;
        text-align: center;
        font-size: 22px !important;
    }
    header.vertikaal_submenu #hoofdmenu-list .sub-menu .menu-item a:hover {
        color: var(--hoofdkleur-2);
    } 
    body.home #hoofdmenu-list > .menu-item > a:hover, body.home #hoofdmenu-list > .current-menu-item > a {
        color: var(--koptekstkleur) !important;
    }
    header.vertikaal_submenu #hoofdmenu-list .sub-menu .menu-item a span:after {
        width: 150px;
        content: "";
        height: 1px;
        background: #fff;
        position: absolute;
        z-index: 99999999999999;
        left: calc(50% - 75px);
        top: 40px;
    }
}
