@-webkit-keyframes up_and_down {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    45% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
@keyframes up_and_down {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    45% {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
html, body {
    display: block;
    position: relative;
    min-height: 100vh;
    height: 100vh;
}
body {
    color: #444;
    /*background: #d2d5d6;*/
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    transition: 0.3s;
}
h1, h2, h3, h4 {
    color: inherit;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.3em;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
.wrapper {
    padding: 65px 0;
}
.wrapper.minimal {
    padding: 40px 0 25px;
    padding: 32px 0 17px;
}
.wrapper.green {
    color: #fff;
    background: #A4CF62;
}
.wrapper.darkgreen {
    color: #fff;
    background: #7BC267;
}
.wrapper.mantis {
    color: #fff;
    background: #6BCB9D;
}
.wrapper.light {
    background: #ececeb;
}
.wrapper.light .article h1:first-child,
.wrapper.light .article h2:first-child {
    color: #9C7251;
    margin-bottom: 15px;
}
body.page-home .wrapper.light .article h1:first-child {
    text-transform: uppercase;
}
body.page-english .article:not(.boxed) strong {
    color: #44b86d;
}
.wrapper.no-top {
    padding-top: 0 !important;
}
.wrapper.no-bottom {
    padding-bottom: 0 !important;
}
.wrapper.semi-bottom {
    padding-bottom: 45px !important;
}
.wrapper.small-bottom {
    padding-bottom: 15px !important;
}
.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
}
article a:not(.button),
article a:not(.button):hover {
    text-decoration: underline;
}
.nowrap {
    white-space: nowrap;
}
.iframe-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.iframe-wrap > iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
}
.row.small {
    margin: 0 -6px;
}
.row.small > div {
    padding: 0 6px;
}
.clabel {
    display: inline-block;
    padding: 4px 7px;
    vertical-align: middle;
    margin: 2px 0;
    min-width: 26px;
    text-align: center;
    line-height: 1em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    background: #aaa;
}
.clabel.red {
    background: #AA0000;
}
.clabel.orange {
    background: #ef8f02;
}
.clabel.green {
    background: #00A000;
}


/* Buttons */
.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    padding: 9px 20px 9px;
    line-height: 1.3em;
    outline: none;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #A6A9AA;
    border: 1px solid #A6A9AA;
    transition: 0.3s;
}
.button:hover,
.button:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #D2D5D6;
    border: 1px solid #D2D5D6;
}
.button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.4;
}
.button.large {
    font-size: 17px;
    padding: 14px 35px;
}
.button.small {
    font-size: 13px;
    padding: 8px 12px;
}
.button.green {
    color: #ffffff;
    border: 2px solid #7BC267;
    background: #7BC267;
}
.button.green:hover,
.button.green:focus {
    color: #ffffff;
    border: 2px solid #44b86d;
    background: #44b86d;
}
.button.light {
    color: #afafaf;
    background: #fbfbfb;
    border: 2px solid #dadada;
}
.button.light:hover,
.button.light:focus,
.button.white:hover,
.button.white:focus{
    color: #fff;
    background: #4c3c45;
    border: 2px solid #4c3c45;
}
.button.dark {
    color: #ffffff;
    border: 2px solid #ffffff;
    background: rgba(25, 17, 25, 0.85);
}
.button.dark:hover,
.button.dark:focus {
    color: #ffffff;
    border: 2px solid #ffffff;
    background: rgba(51, 39, 51, 0.85);
}

.button.arrow.left {
    padding-left: 50px;
}
.button.arrow.right {
    padding-right: 50px;
}
.button.arrow.left::before,
.button.arrow.right::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 11px;
    width: 28px;
    height: 28px;
    background-image: url('/images/icon-laquo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0.5;
    transition: 0.2s;
}
.button.arrow.right::before {
    left: auto;
    right: 11px;
    background-image: url('/images/icon-raquo.png');
}
.button.arrow.left.white::before {
    background-image: url('/images/icon-laquo-white.png');
}
.button.arrow.right.white::before {
    background-image: url('/images/icon-raquo-white.png');
}
.button.arrow.left:hover::before {
    left: 5px;
}
.button.arrow.right:hover::before {
    right: 5px;
}
.button.arrow.left:hover::before,
.button.arrow.right:hover::before {
    opacity: 1;
}



/* Forms */
.alert {
    display: block;
    padding: 13px 20px 15px;
    border-width: 1px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.alert.alert-inline {
    display: inline-block;
}
.alert.alert-danger {
    color: #721c24;
    background-color: #f3cdd1;
    border-color: #ce9195;
}
.alert.alert-success {
    color: #155724;
    background-color: #cbecd3;
    border-color: #9cc3a5;
}
.alert ul {
    padding-left: 15px;
}
.preview-alert .alert {
    display: block;
    position: relative;
    min-height: 85px;
    padding-right: 200px;
    overflow: hidden;
}
.preview-alert .alert p {
    margin: 5px 0;
}
.preview-alert .alert .input-preview {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 155px;
    overflow: hidden;
    text-align: right;
}
.preview-alert .alert .input-preview > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
form.form {
    position: relative;
}
form.form .field {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
form.form .actions {
    margin-top: 25px;
}
form.form .preview-alert {
    margin: 10px 0 20px;
}
form.form .field.clear {
    margin: 0;
}
form.form .field label.label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1em;
}
form.form .field label.error {
    display: block;
    font-size: 12px;
    color: #b90000;
    line-height: 1.3em;
    margin: 5px 0 16px;
}
form.form .field small.info,
form.form .field small.help {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
}
form.form .field.field-inline {
    padding-left: 130px;
}
form.form .field.field-inline label {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120px;
    max-width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
form.form .file-input,
form.form .field input[type="text"],
form.form .field input[type="email"],
form.form .field input[type="password"],
form.form .field select,
form.form .field textarea {
    display: block;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: 0.2s;
    outline: none;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
}
form.form .field input[type="text"]:focus,
form.form .field input[type="email"]:focus,
form.form .field input[type="password"]:focus,
form.form .field select:focus,
form.form .field textarea:focus {
    outline: none;
    border-color: #44b86d;
}
form.form .field textarea {
    height: 170px;
}
form.form .field.selectbox {
    display: block;
    position: relative;
}
form.form .field.selectbox::after {
    content: ' ';
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    background-image: url(/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    top: 12px;
    right: 14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
form.form .field.selectbox > select,
form.form .field.selectbox > select:hover,
form.form .field.selectbox > select:focus {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    background: #8f9192;
    outline: none;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    outline: none;
    border: none;
}
form.form .anchor {
    display: block;
    transform: translateY(-145px);
    -webkit-transform: translateY(-145px);
}
form.form .field textarea::placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field textarea::-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field input::placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field input::-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field-recaptcha {
    display: block;
    position: relative;
    margin: 0;
}
form.form-posted .field-recaptcha {
    display: block;
}
form.form .field-recaptcha .g-recaptcha {
    display: inline-block;
    width: 302px;
    height: 78px;
    transform: scale(0.78);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
form.form .file-input {
    min-height: 35px;
    overflow: hidden;
}
form.form .file-input input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    cursor: pointer !important;
}
form.form .file-input .file-name {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 11px;
    z-index: 5;
    white-space: nowrap;
}
form.form .field .form-article {
    display: block;
    color: #44b86d;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 24px;
}
form.form .field .form-article.req-article {
    border-top: 2px solid #a4d061;
    padding-top: 14px;
}
form.form .field-additional {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1em;
}


form.form-1 {

    .field[data-field-id="84"] {

        .set {
            display: none;
        }

    }

}






/* Pagination */
ul.pagination > li.item {
    margin-right: 4px;
    margin-bottom: 5px;
}
ul.pagination > li.item > * {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 15px;
    background: #ffffff;
    border: 1px solid #ebebeb;
}
ul.pagination > li.item > *:hover {
    border: 1px solid #dcd7da;
    background: #fff;
}
ul.pagination > li.item.active > * {
    color: #fff;
    background: #42353c;
    border: 1px solid #42353c;
    font-weight: 500;
}



/* Content */
.article {
    line-height: 1.5em;
}
body.font-enlarged .article {
    font-size: 19px;
}
.article p {
    margin: 0 0 15px;
}
.article a:not(.button),
.article a:not(.button) > strong {
    text-decoration: underline;
}
.article p:last-child {
    margin-bottom: 0px;
}
.article p > a.button {
    margin: 10px 5px 0 0;
}
.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
}
.article em {
    font-weight: 400;
}
.article strong {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2px;
}
.article ul,
.article ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article table {
    width: 100%;
    margin-bottom: 0px;
}
.article table tr td {
    line-height: 1.4em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article table.artable {
    width: 100%;
    margin: 20px 0;
}
.article table.artable th,
.article table.artable td {
    text-align: left;
    line-height: 1.3em;
    padding: 8px 10px 7px;
    border: 1px solid #ececeb;
    border: 1px solid #e8e8e8;
}
.article table.artable th {
    background: #f9f9f9;
}
.article table.artable tr p,
.article table.artable tr p strong {
    display: inline-block;
    margin: 0;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article.bottom {
    margin-bottom: 20px;
}
.article.boxed {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #A4CF62;
    margin: 20px 0 30px;
    padding: 20px 25px;
}
.article.boxed.filled {
    color: #000;
    font-weight: 600;
    background: #A4CF62;
    border: 2px solid #A4CF62;
}
.article.boxed strong {
    font-weight: 700;
}
.article.boxed ul:last-child {
    margin-bottom: 0;
}
.article.boxed table th,
.article.boxed table td {
    padding: 0;
}
.article-readmore {
    display: block;
    position: relative;
}
.article-readmore > .more {
    display: block;
    text-align: right;
    margin-top: 8px;
}
.article-readmore > .more > a {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    padding: 5px;
    color: #111;
}
.article-readmore > .more > a::after {
    content: ' ';
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    background-image: url(/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    margin-left: 8px;
}
.article-wrap > .title {
    display: block;
    position: relative;
    margin: 0 0 15px;
}
.article-wrap > .title > .icon {
    display: inline-block;
    vertical-align: sub;
    max-width: 64px;
    height: 64px;
    margin-right: 12px;
}
.article-wrap > .title > .icon > img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.article-wrap > .title > h1,
.article-wrap > .title > h2 {
    display: inline-block;
    vertical-align: text-top;
    color: #44b86d;
    margin: 0;
}
.main-wrapper {
    background: #fff;
}


/*
A4CF62  =  Green
7BC267  =  Darkgreen
6BCB9D  =  Mantis

9C7251  =  Brown
A6A9AA  =  Darkgrey
D2D5D6  =  Grey
*/




/* Logo */
.logo-wrapper {
    display: inline-block;
    position: absolute;
    top: -65px;
    left: -10px;
    z-index: 5;
}
.logo-wrapper > .logo {
    display: block;
    width: 360px;
    max-width: 100%;
}
.logo-wrapper > .logo > img {
    display: block;
    width: 100%;
}



/* Menu */
.menu-wrapper {
    display: block;
    position: relative;
    background: #D2D5D6;
    border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -webkit-border-radius: 8px 8px 0 8px;
    min-height: 60px;
    z-index: 30;
}
.menu-wrapper .menu-wrap {
    display: block;
    position: relative;
    text-align: right;
}
.menu-wrapper .menu-wrap ul.menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrapper .menu-wrap ul.menu.first {
    padding-right: 12px;
}
.menu-wrapper .menu-wrap ul.menu.second {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    /*overflow: hidden;*/
}
.menu-wrapper .menu-wrap ul.menu.second > li:first-child {
    border-radius: 0 0 0 6px;
}
.menu-wrapper .menu-wrap ul.menu.second > li:last-child {
    border-radius: 0 0 6px 0;
}

.menu-wrapper .menu-wrap ul.menu > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.menu-wrapper .menu-wrap ul.menu > li.item-zoeken > a {
    position: relative;
}
.menu-wrapper .menu-wrap ul.menu > li.item-zoeken > a::after {
    content: ' ';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/icon-magnifier.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    position: absolute;
    top: 2px;
    right: 0;
}
.menu-wrapper .menu-wrap ul.menu > li.item-zoeken > a > span {
    display: block;
    margin-right: 22px;
}
.menu-colours ul > li:nth-child(1n) {
    background: #A4CF62;
}
.menu-colours ul > li:nth-child(2n) {
    background: #7BC267;
}
.menu-colours ul > li:nth-child(3n) {
    background: #44b86d;
}
.menu-colours ul > li:nth-child(4n) {
    background: #9C7251;
}
.menu-colours ul > li:nth-child(5n) {
    background: #A6A9AA;
}
.menu-wrapper .menu-wrap ul.menu.first > li.active::before,
.menu-wrapper .menu-wrap ul.menu.first > li.active::after {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #43b86d;
    border-radius: 999px;
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: 0.3s;
}
.menu-wrapper .menu-wrap ul.menu.first > li.active::after {
    width: 2px;
    height: 6px;
    margin-top: 10px;
}
.menu-wrapper .menu-wrap ul.menu > li > a {
    display: block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    padding: 19px 11px;
    color: #444;
}
.menu-wrapper .menu-wrap ul.menu > li.item-spoed > a {
    font-weight: 700;
}
.menu-wrapper .menu-wrap ul.menu.first > li:not(.active):hover > a {
    color: #111;
}
.menu-wrapper .menu-wrap ul.menu.first > li.active > a {
    color: #fff;
}
.menu-wrapper .menu-wrap ul.menu.first > li.item-home > a {
    min-width: 52px;
    min-height: 60px;
    padding: 0;
}
.menu-wrapper .menu-wrap ul.menu.first > li.item-home > a > span {
    display: none;
}
.menu-wrapper .menu-wrap ul.menu.first > li.item-home > a::before {
    content: ' ';
    display: inline-block;
    background-image: url('/images/icon-home.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.menu-wrapper .menu-wrap ul.menu.first > li.active.item-home > a::before {
    background-image: url('/images/icon-home-white.png');
}
.menu-wrapper .menu-wrap ul.menu.second > li > a {
    color: #fff;
    padding: 11px 15px 11px;
}
.menu-wrapper .menu-wrap ul.menu.second > li.item-a > a {
    font-size: 18px;
}
.menu-wrapper .menu-wrap ul.menu.second > li.item-a > a::before,
.menu-wrapper .menu-wrap ul.menu.second > li.item-a > a::after {
    content: 'A';
    display: inline-block;
    vertical-align: baseline;
    line-height: 15px;
    margin: 0 2px;
    font-size: 14px;
}
.menu-wrapper .menu-wrap ul.menu.second > li.item-a > a::after {
    margin: 0 1px;
    font-size: 22px;
}
.menu-wrapper .home-button {
    display: none;
}
.menu-wrapper .language {
    display: inline-block;
    color: #e0e4e4;
    background: #8f9192;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    padding: 1px 10px;
    top: 18px;
    left: 18px;
    z-index: 10;
}
.menu-wrapper .language > span {
    font-weight: 600;
}
.menu-wrapper .language > span.active {
    color: #abda63;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
}




/* Menu Special */
@media all and (min-width: 768px) {

    .menu-wrapper .menu-wrap ul.menu > li.item-app {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 258px;
        text-align: left;
        transform: translateY(100%);
        border-radius: 0 0 6px 6px !important;
    }
    .menu-wrapper .menu-wrap ul.menu > li.item-app::after {
        content: ' ';
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 15px;
        z-index: 5;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        background-image: url(/images/icon-next.png);
    }

}





/* Header */
.header-wrapper {
    display: block;
    position: relative;
    padding-top: 65px;
    padding-bottom: 90px;
    background: #fff;
}
.header-wrapper .header {
    display: block;
    position: relative;
    padding-left: 125px;
}



/* Footer */
.footer-wrapper {
    display: block;
    position: relative;
    background: #D2D5D6;
    padding: 50px 0 50px;
}
.footer-wrapper .footer {
    display: block;
    position: relative;
    min-height: 250px;
    z-index: 10;
}
.footer-wrapper .menu-wrap > ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.footer-wrapper .menu-wrap > ul > li {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}
.footer-wrapper .menu-wrap.menu-copyright > ul > li {
    width: 25%;
}
.footer-wrapper .menu-wrap > ul > li > a {
    display: block;
    padding: 10px 7px;
    line-height: 1.2em;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.footer-wrapper .menu-wrap ul.menu > li.item-zoeken > a > span {
    display: inline-block;
    position: relative;
}
.footer-wrapper .menu-wrap ul.menu > li.item-zoeken > a > span::after {
    content: ' ';
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(/images/icon-magnifier.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    position: absolute;
    top: -10px;
    right: -38px;
}
.footer-wrapper .menu-copyright {
    margin-top: 10px;
}
.footer-wrapper .menu-copyright > ul > li > a {
    color: #111;
    font-size: 14px;
}

.footer-wrapper .footer-content {
    display: block;
    position: relative;
    padding-left: 20%;
}
.footer-wrapper .footer-content .left-content {
    position: absolute;
    top: 0;
    left: 0;
}
.footer-wrapper .footer .footer-widget {
    display: inline-block;
    margin-top: 10px;
}
.footer-wrapper .partners {
    display: block;
    text-align: right;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 55px;
    font-size: 0;
}
.footer-wrapper .partners > .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: right;
}
.footer-wrapper .partners > .item > img {
    display: block;
}
.footer-wrapper .partners > .item.nhg {
    width: 42px;
    max-width: 100%;
    margin-bottom: 25px;
}
.footer-wrapper .partners > .item.praktijk {
    width: 195px;
    max-width: 100%;
}
.footer-wrapper .copyright {
    color: #111;
    font-size: 14px;
    padding: 137px 0 0 77px;
}
.footer-wrapper .copyright .bullet {
    display: inline-block;
    margin: 0 4px;
}








/* Blocks */
.blocks-wrapper {
    display: block;
    position: relative;
}
.blocks-wrapper .article h1,
.blocks-wrapper .article h2 {
    color: #44b86d;
}
.blocks-wrap.space {
    margin-top: 40px;
}
.blocks-wrap.spacing {
    margin-top: 10px;
}
.blocks-wrap .block-item {
    display: block;
    position: relative;
    background: #fff;
    border: 4px solid #D2D5D6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.blocks-wrap .row.row-eq-height .block-item {
    height: 100%;
}
.blocks-wrap .row.row-eq-height > div,
.blocks-wrap .row:not(.row-eq-height) .block-item {
    margin: 30px 0 0 0;
}
.blocks-wrap .block-item.minimal {
    min-height: 100px;
    padding-bottom: 12px;
    overflow: hidden;
}
.blocks-wrap .block-item.minimal::after {
    content: ' ';
    display: block;
    position: absolute;
    height: 12px;
    bottom: 0;
    right: 0;
    left: 0;
}
.blocks-wrap .block-item.minimal.green::after {
    background: #A4CF62;
}
.blocks-wrap .block-item.minimal.darkgreen::after {
    background: #7BC267;
}
.blocks-wrap .block-item.minimal.brown::after {
    background: #9C7251;
}
.blocks-wrap .block-item.minimal.mantis::after {
    background: #6BCB9D;
}
.blocks-wrap .block-item:not(.minimal) {
    height: 220px;
}
.blocks-wrap .block-item.minimal > .name {
    display: block;
    position: relative;
    text-align: center;
    color: #44b86d;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.blocks-wrap .block-item .image {
    display: block;
    width: 180px;
    height: 180px;
    max-width: 100%;
    max-height: 100%;
    min-height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.blocks-wrap .block-item.has-label .image {
    margin-top: -22px;
    min-height: 90px;
    width: 110px;
    height: 110px;
}
.blocks-wrap .block-item.block-uw-afspraak .image {
    width: 100px;
    height: 100px;
}
.blocks-wrap .block-item.block-route .image {
    width: 120px;
    height: 120px;
}
.blocks-wrap .block-item.has-label > .label {
    display: block;
    position: absolute;
    text-align: center;
    color: #44b86d;
    font-size: 21px;
    line-height: 1.1em;
    bottom: 20px;
    left: 5px;
    right: 5px;
    height: 45px;
}
.blocks-wrap .block-item.has-label > .label span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}







/* Maps */
.openmaps {
    display: block;
    position: relative;
    height: 330px;
    overflow: hidden;
}
.openmaps > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.maps-wrapper .route-wrap {
    display: block;
    position: relative;
    padding: 40px 0 45px;
    background: #D2D5D6;
}
.maps-wrapper .route-wrap h2 {
    color: #44b86d;
    font-weight: 600;
    margin-bottom: 20px;
}
.maps-wrapper .route-wrap .field {
    margin-bottom: 15px;
}
.maps-wrapper .route-wrap form.form .field input[type="text"] {
    display: inline-block;
    width: 400px;
    max-width: 100%;
}



/* Search */
.search-wrap {
    margin-top: 20px;
}
.search-wrap .links-wrap {
    margin-top: 40px;
}


/* Accordion */
.accordion-wrapper {
    display: block;
    position: relative;
    padding-bottom: 60px;
}
.accordion-wrapper.minimal {
    padding-bottom: 0;
}
.accordion-wrapper .accordion-item .title {
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #A4CF62;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 18px 0 16px;
    text-transform: uppercase;
}
.accordion-wrapper .accordion-item .title .container {
    display: block;
    position: relative;
}
.accordion-wrapper .accordion-item:nth-child(1n) .title {
    background: #A4CF62;
}
.accordion-wrapper .accordion-item:nth-child(2n) .title {
    background: #7BC267;
}
.accordion-wrapper .accordion-item:nth-child(3n) .title {
    background: #44b86d;
}
.accordion-wrapper .accordion-item:nth-child(4n) .title {
    background: #D2D5D6;
    background: #A6A9AA;
}
.accordion-wrapper .accordion-item .title .container::after {
    content: ' ';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    position: absolute;
    top: -1px;
    right: 10px;
    transform-origin: 45% 45%;
    -webkit-transform-origin: 45% 45%;
    transition: 0.3s;
}
.accordion-wrapper .accordion-item.active .title .container::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.accordion-wrapper .accordion-item .content {
    display: none;
}
.accordion-wrapper .accordion-item .content .article:not(.boxed) strong {
    color: #44b86d;
}
.accordion-wrapper .accordion-item .content:not(.minimal) {
    padding: 30px 0 45px;
}
.accordion-wrapper .accordion-item .content table {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #A4CF62;
    margin: 20px 0 30px;
    padding: 20px 25px;

}
.accordion-wrapper .accordion-item .content table strong {
    color: #666 !important;
}
.accordion-wrapper .accordion-item .content table tbody,
.accordion-wrapper .accordion-item .content table thead,
.accordion-wrapper .accordion-item .content table th,
.accordion-wrapper .accordion-item .content table td {
    display: block;
    color: #666;
}
.accordion-wrapper .accordion-item .content .form-wrap {
    margin: 15px 0;
}



/* Employees */
.employees-wrap {
    display: block;
    position: relative;
    padding: 15px 0;
}
.employees-wrap.highlight {
    background: #ececeb;
}
.employees-wrap .employee-item {
    display: block;
    position: relative;
    padding-left: 120px;
    margin: 16px 0;
    min-height: 100px;
    overflow: hidden;
}
.employees-wrap .employee-item .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.employees-wrap .employee-item .image > img {
    display: block;
    width: 100%;
    height: auto;
    top: 64%;
}
.employees-wrap .employee-item .image > img.img-horizontal {
    top: 50%;
}
.employees-wrap .employee-item .article strong {
    color: #9C7251 !important;
}
.employees-wrap .employee-item .article em,
.employees-wrap .employee-item .article strong em {
    color: #44b86d !important;
    font-style: normal;
}





[data-minddclass="widget"] {
    font-family: 'Nunito', 'Montserrat', sans-serif;
}
[data-minddclass="basebutton"] {

}
[data-minddclass="bubbletitle"] {
    color: #444;
}
.widget-wrap [data-minddclass="widget"] {
    padding: 0 !important;
}
.widget-wrap [data-minddclass="activity"] {
    margin-bottom: 0 !important;
}
[data-minddclass="activitybubble"] {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #A4CF62;
}
[data-texttype="markdown"] strong {
    color: #9C7251;
    font-weight: 400 !important;
}







/* Responsive medium desktop */
@media all and (max-width: 1200px) {


    /* Blocks */
    .blocks-wrap .row {
        margin: 0 -10px;
    }
    .blocks-wrap .row > div {
        padding: 0 10px;
    }
    .blocks-wrap .row.row-eq-height > div,
    .blocks-wrap .row:not(.row-eq-height) .block-item {
        margin: 20px 0 0 0;
    }
    .blocks-wrap .block-item:not(.minimal) {
        height: 205px;
    }
    .blocks-wrap .block-item.minimal > .name {
        font-size: 17px;
    }
    .blocks-wrap .block-item.has-label .image {
        width: 95px;
        height: 95px;
    }
    .blocks-wrap .block-item.block-uw-afspraak .image {
        width: 85px;
        height: 85px;
    }
    .blocks-wrap .block-item.block-route .image {
        width: 105px;
        height: 105px;
    }



    /* Footer */
    .footer-wrapper .copyright {
        padding: 125px 260px 0 57px;
    }
    .footer-wrapper .partners br {
        display: none;
    }
    .footer-wrapper .partners .item.praktijk {
        float: left;
        margin-top: 15px;
        margin-right: 20px;
    }
    .footer-wrapper .partners {
        top: 140px;
    }



}



/* Responsive small tablet */
@media all and (max-width: 992px) {


    /* Blocks */
    .blocks-wrap .block-item:not(.minimal) {
        height: 155px;
    }
    .blocks-wrap .block-item.has-label .image {
        width: 72px;
        height: 72px;
        min-height: 72px;
        margin-top: -20px;
    }
    .blocks-wrap .block-item.block-uw-afspraak .image {
        width: 65px;
        height: 65px;
    }
    .blocks-wrap .block-item.block-route .image {
        width: 80px;
        height: 80px;
    }
    .blocks-wrap .block-item.has-label > .label {
        bottom: 10px;
    }


    /* Logo */
    .logo-wrapper {
        top: 0;
        left: -20px;
    }
    .logo-wrapper > .logo {
        width: 240px;
    }


    /* Menu  */
    .menu-wrapper .menu-wrap ul.menu {
        white-space: nowrap;
    }
    .menu-wrapper .menu-wrap ul.menu > li.item-home {
        /*display: none;*/
    }
    .menu-wrapper .menu-wrap ul.menu > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
    .menu-wrapper .menu-wrap ul.menu.first > li.item-home > a {
        min-width: 42px;
    }
    .menu-wrapper .language {
        top: 60px;
        left: auto;
        right: 448px;
        border-radius: 0 0 0 6px;
    }


    /* Header */
    .header-wrapper {
        padding-top: 35px;
        padding-bottom: 90px;
    }
    .header-wrapper .header {
        padding-left: 85px;
        padding-left: 60px;
    }


    /* Footer */
    .footer-wrapper .menu-copyright {
        margin-bottom: 25px;
    }
    .footer-wrapper .menu-copyright > ul > li {
        width: 25%;
    }
    .footer-wrapper .menu-wrap.menu-copyright > ul > li {
        width: 33.33%;
    }
    .footer-wrapper .partners {
        top: 135px;
    }
    .footer-wrapper .partners > .item {
        display: inline-block;
        vertical-align: middle;
    }
    .footer-wrapper .partners > .item.praktijk > img {
        margin-top: 0px;
        margin-left: 12px;
    }
    .footer-wrapper .copyright {
        padding: 5px 0 0 46px;
    }
    .footer-wrapper .copyright .bullet {
        display: block;
        opacity: 0;
        height: 0;
    }
    .footer-wrapper .footer-content {
        display: block;
        position: relative;
        padding-left: 200px;
    }



}



/* Responsive extra small mobile */
@media all and (max-width: 768px) {


    /* General */
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    .wrapper {
        padding: 40px 0;
    }
    .wrapper.minimal {
        padding: 35px 0 15px;
    }


    /* Logo */
    .logo-wrapper {
        top: -25px;
        left: -10px;
    }
    .logo-wrapper > .logo {
        width: 240px;
    }


    /* Header */
    .header-wrapper {
        padding-top: 20px;
        padding-bottom: 65px;
        transition: 0.5s;
    }
    body.menu-open .header-wrapper {
        padding-bottom: 0;
    }
    .header-wrapper .header {
        padding-left: 75px;
    }


    /* Menu */
    .menu-wrapper {
        padding-top: 42px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .menu-wrapper .menu-main {
        display: none;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
    }
    body.menu-open .menu-wrapper .menu-main {
        opacity: 1;
    }
    .menu-wrapper .menu-main ul.menu.first {
        text-align: left;
        padding: 15px 20px 10px;
    }
    .menu-wrapper .menu-main ul.menu.first > li {
        display: block;
    }
    .menu-wrapper .menu-main ul.menu.first > li.item-home {
        display: none;
    }
    .menu-wrapper .menu-main ul.menu.first > li > a {
        display: inline-block;
        padding: 3px 0;
    }
    .menu-wrapper .menu-wrap ul.menu.second {
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        text-align: left;
        background: #43b86d;
        border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        -webkit-transform: none;
        transform: none;
        overflow: hidden;
    }
    .menu-wrapper .menu-wrap ul.menu.second > li.item-a {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 25;
    }
    .menu-wrapper .menu-wrap ul.menu.second > li.item-a > a {
        font-size: 15px;
        padding: 13px 9px 13px 11px;
    }
    .menu-wrapper .menu-wrap ul.menu.second > li.item-a > a::before {
        display: none;
    }
    .menu-wrapper .menu-wrap ul.menu.first > li.active > a {
        padding-left: 10px;
    }
    .menu-wrapper .menu-wrap ul.menu.first > li.active::before,
    .menu-wrapper .menu-wrap ul.menu.first > li.active::after {
        left: -13px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .menu-wrapper .menu-wrap ul.menu.first > li.active::after {
        width: 10px;
        height: 2px;
        margin-top: 0;
        margin-left: -7px;
    }
    .menu-wrapper .home-button {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 13px;
    }
    .menu-wrapper .language {
        top: 18px;
        left: 54px;
        right: auto;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }


    /* Hamburger menu */
    .hamburger {
        display: block;
        width: 35px;
        position: absolute;
        right: 18px;
        top: 13px;
        transition: 0.3s;
        z-index: 50;
    }
    .hamburger div {
        position: relative;
        z-index: 10;
        height: 3px;
        margin: 7px 0;
        background: #8f9192;
        border-radius: 999px;
        transform-origin: 50% 50%;
        transition: 0.25s;
    }
    .hamburger.cross-pre div:nth-child(1) {
        transform: translateY(10px);
    }
    .hamburger.cross-pre div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross-pre div:nth-child(3) {
        transform: translateY(-10px);
    }
    .hamburger.cross div:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .hamburger.cross div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross div:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
    }


    /* Footer */
    .footer-wrapper .menu-wrap ul.menu > li.item-zoeken > a > span::after {
        display: none;
    }
    .footer-wrapper .copyright {
        margin: 20px 0 0 0;
        padding: 0;
    }
    .footer-wrapper .menu-copyright {
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .footer-wrapper .menu-wrap.menu-copyright > ul {
        display: block;
        text-align: left;
    }
    .footer-wrapper .menu-wrap.menu-copyright > ul > li {
        display: block;
        width: 100%;
    }
    .footer-wrapper .menu-wrap.menu-copyright > ul > li > a {
        padding: 3px 0;
        text-align: left;
    }
    .footer-wrapper .footer-content {
        margin-top: 20px;
    }
    .footer-wrapper .footer-content .right-content {
        padding-left: 30px;
    }
    .footer-wrapper .partners {
        top: 155px;
    }




    /* Blocks */
    .blocks-wrap.space {
        margin-top: 12px;
    }
    .blocks-wrap .block-item:not(.minimal) {
        height: 145px;
        min-height: 145px;
    }
    .blocks-wrap .block-item.has-label .image {
        margin-top: -23px;
    }
    .blocks-wrap .block-item.has-label > .label {
        font-size: 17px;
        line-height: 1em;
        bottom: 9px;
    }


}



/* Repsonsive - Mobile (0px- 575px) */
@media all and (max-width: 575px) {


    /* General */
    form.form .field.field-inline {
        padding-left: 0px;
    }
    form.form .field.field-inline label {
        display: block !important;
        position: static;
        transform: none;
        -webkit-transform: none;
        width: auto;
    }


    /* Logo */
    .logo-wrapper {
        top: -22px;
        transition: 0.5s;
    }
    body.menu-open .logo-wrapper {
        opacity: 0.2;
    }


    /* Header */
    .header-wrapper .header {
        transition: 0.5s;
    }
    body.menu-open .header-wrapper .header {
        padding-left: 0px;
    }


    /* Menu */
    .menu-wrapper {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .menu-wrapper .menu-main ul.menu.second > li {
        display: block;
    }
    .menu-wrapper .menu-main ul.menu.second > li > a {
        display: block;
        padding: 8px 20px;
        text-align: left;
    }
    .menu-wrapper .menu-wrap ul.menu.second > li.item-a > a {
        font-size: 15px;
        padding: 10px 11px 5px 12px;
        height: 38px;
    }


    /* Footer */
    .footer-wrapper {
        padding: 40px 0 25px;
    }
    .footer-wrapper .menu-set {
        display: block;
        position: relative;
        z-index: 50;
    }
    .footer-wrapper .menu-wrap > ul {
        display: block;
        position: relative;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        overflow: hidden;
        font-size: 0;
    }
    .footer-wrapper .menu-wrap > ul > li {
        display: inline-block;
        font-size: 15px;
        width: 100%;
    }
    .footer-wrapper .menu-wrap > ul > li.item-links,
    .footer-wrapper .menu-wrap > ul > li.item-sitemap {
        width: 50%;
    }
    .footer-wrapper .menu-wrap ul.menu > li.item-zoeken > a > span::after {
        display: inline-block;
    }
    .footer-wrapper .menu-copyright {
        margin: 25px 0 0;
    }
    .footer-wrapper .menu-copyright > ul > li {
        display: block;
    }
    .footer-wrapper .menu-copyright > ul > li > a {
        display: inline-block;
        text-align: left;
        padding: 2px 0;
    }
    .footer-wrapper .row > div {
        position: relative;
    }
    .footer-wrapper .partners {
        right: 15px;
    }

    .footer-wrapper .footer-content {
        padding: 0;
    }
    .footer-wrapper .footer-content .left-content {
        position: static;
    }
    .footer-wrapper .footer-content .right-content {
        padding-left: 0;
    }



    /* Blocks */
    .blocks-wrap .row {
        margin: 0 -6px;
    }
    .blocks-wrap .row > div {
        padding: 0 6px;
    }
    .blocks-wrap .row.row-eq-height > div,
    .blocks-wrap .row:not(.row-eq-height) .block-item {
        margin: 13px 0 0 0;
    }
    .blocks-wrap .block-item {
        border: 3px solid #D2D5D6;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
    .blocks-wrap .block-item.minimal {
        min-height: 0;
        padding-bottom: 9px;
    }
    .blocks-wrap .block-item.minimal > .name {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 1.2em;
        font-size: 15px;
    }
    .blocks-wrap .block-item.minimal::after {
        height: 9px;
    }



    /* Employees */
    .employees-wrap .employee-item {
        padding-left: 0;
    }
    .employees-wrap .employee-item .image {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 14px;
    }



    /* Maps */
    .openmaps {
        height: 320px;
    }




}



/* Repsonsive - Mobile (0px- 560) */
@media all and (max-width: 560px) {


    .footer-wrapper .partners {
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
    }
    .footer-wrapper .footer .footer-widget {
        display: block;
        margin: 20px auto 15px;
    }
    .footer-wrapper .partners > .item.nhg {
        margin-left: 10px;
    }
    .footer-wrapper .copyright {
        margin-top: 20px;
        padding-bottom: 35px;
    }
    .footer-wrapper .partners br {
        display: block;
    }
    .footer-wrapper .partners > .item.nhg {
        width: 40px;
        margin-bottom: 15px;
    }
    .footer-wrapper .partners > .item.praktijk {
        width: 180px;
        margin-right: 0;
    }
    .footer-wrapper .partners > .item.praktijk > img {
        margin: 0;
    }


    .article.boxed table,
    .article.boxed table tbody,
    .article.boxed table tr,
    .article.boxed table td {
        display: block;
    }
    .article.boxed table tr:not(:last-child) {
        margin-bottom: 15px;
    }




}




