/* Cookiebot */
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
    list-style: none;
}

#CybotCookiebotDialogBodyButtonsWrapper button {
    height: auto;
    line-height: normal;
}
/* END Cookiebot */
/* Top bar */
.bim-top-bar > div {
    background-color: #ffb90f;
    color: #ffffff;
    padding: 5px 110px;
}

.bim-top-bar {
    position: relative;
    z-index: 99;
}

.mainHeader .website-white-block .innerWrapper:before {
    top: -35px;
}

.mainHeader .website-white-block .innerWrapper:after {
    top: -35px;
}

.bim-top-bar > div a {
    color: #ffffff;
}

@media (max-width: 768px) {
    .bim-top-bar > div {
        padding: 5px 25px;
    }
}

/* END Top bar */
/* Menu */
@media (min-width: 768px) {
    .bim-menu-highlight a {
        line-height: 1;
        padding: 16px 32px;
        margin-top: 65px;
        background-color: #ffb90f;
        color: #ffffff!important;
        border-radius: 3px;
    }

    .fixed-header .bim-menu-highlight a {
        margin-top: 15px;
    }

    .bim-menu-highlight {
        position: static!important;
    }

    .bim-menu-highlight a:hover {
        background-color: #fbcd7a;
    }
}

/* END Menu */
/* Landingspagina */
.page-template-tpl-pseudo .website-white-block {
    padding: 0!important;
}

.bim-content:first-child {
    margin-top: 180px;
}
/* END Landingspagina */

.mainMenu>ul>li>ul {
	z-index: 22;
}
/* Footer */
.onw-footer-block .textwidget {
    margin-top: 43px;
}

.onw-footer-block h3 + .textwidget {
    margin-top: 0;
}
/* END Footer */
/* Blog */
.onw-blog-overview {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.onw-blog-overview article {
    width: calc((100% / 3) - 30px);
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: solid 2px #f2f2f2;
    border-radius: 3px;
}

.onw-blog-overview article h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.onw-blog-overview article .entry-content {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    margin-top: 15px;
}

.onw-blog-overview article .entry-content .button {
    margin: auto 0 0;
}

.onw-blog-overview article .entry-content > :nth-last-child(2) {
    margin-bottom: 15px;
}

.onw-blog-overview article .entry-meta {
    font-size: 0.8em;
    line-height: normal;
}

.onw-blog-overview + .navigation .nav-links a {
    display: inline-block;
    padding: 10px 25px;
    border: solid 2px #f9b233;
    border-radius: 3px;
    color: #f9b233;
    font-weight: 600;
    transition: all 200ms ease-in-out;
}

.onw-blog-overview + .navigation .nav-links a:hover {
    background-color: #f9b233;
    color: #ffffff;
}

@media (max-width: 767px) {
    .onw-blog-overview article {
        width: 100%;
        margin: 0 0 30px;
    }
}
/* END Blog */