/* Basis aanpassingen */
html {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Roboto Slab', 'Open Sans', sans-serif!important;
}

select, input:not([type="submit"]), textarea {
    border: 1px solid #9bc43d!important;
    background: #ededed;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600!important;
    margin-bottom: 25px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.15em;
}

h6 {
    font-size: 1.1em;
}

#theme-attribution {
    display: none;
}

#colophon #theme-attribution, #colophon #site-info, #secondary .widget, #footer-widgets .widget, #masthead-widgets .widget {
    font-size: 18px;
}

#footer-widgets .widget .widget-title {
    font-size: 1.5em;
}

.layout-full #colophon {
    padding: 75px 0;
}

.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a {
    color: #ffffff;
}

.bim-content.bim-colour-yellow, .bim-column.bim-colour-yellow {
    background-color: #f3f8e5;
}

.bim-content.bim-colour-green, .bim-column.bim-colour-green {
    background-color: #8db600;
		color: #ffffff;
}

#custom_html-2 svg {
    fill: #8db600;
    position: absolute;
    right: -50px;
    top: -110px;
}

.layout-full #page-wrapper .full-container {
    max-width: 1200px!important;
}

.page-template-tpl-pseudo #main {
    padding: 0;
}

.page-template-tpl-pseudo #main .full-container {
    max-width: 100%!important;
}

.bim-content.bim-colour-grey, .bim-column.bim-colour-grey, .main-navigation {
    background-color: #e5ecf3!important;
}

.button {
    font-size: 1em!important;
    display: inline-block;
    padding: 16px 32px!important;
}

/* END Basis aanpassingen */

/* Landingspagina */
.bim-heading .bim-text {
    padding: 0!important;
}

.bim-heading {
    transform: translateY(-50%);
    border: solid 3px #ffffff;
    margin-bottom: -50px;
}
/* END Landingspagina */