<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'fira_sanslight';
    src: url('firasans-light-webfont.eot');
    src: url('firasans-light-webfont.eot?#iefix') format('embedded-opentype'), url('firasans-light-webfont.woff') format('woff'), url('firasans-light-webfont.ttf') format('truetype'), url('firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'journalregular';
    src: url('journal-webfont.eot');
    src: url('journal-webfont.eot?#iefix') format('embedded-opentype'), url('journal-webfont.woff') format('woff'), url('journal-webfont.ttf') format('truetype'), url('journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: transparent;
}

.italic * {
    font-style: italic;
}

.center {
    text-align: center;
}

.border-box * {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.border-box {
    overflow: hidden;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset, img, hr {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #646363;
    font-size: 16px;
    font-family: 'fira_sanslight';
}

h1, h2 {
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 27px;
    font-weight: 600;
    display: block;
    width: 100%;
    max-width: 280px;
}

.max-width-340 h1, max-width-340 h2 {
    max-width: 340px;
}

h2.article-title {
    font-size: 18px;
    color: #E94934;
    max-width: none;
}

    h2.article-title.no-margin {
        margin-bottom: 0;
    }

h2 .day {
    display: inline-block;
    vertical-align: top;
    font-size: 49px;
    color: #626261;
    margin-top: -10px;
}

h2 .month {
    /*margin-top: -10px;
        display: block;*/
    vertical-align: top;
    font-size: 16px;
    color: #626261;
    margin-top: 0;
    display: inline-block;
}

h2 .title {
    display: block;
}

.no-decoration {
    text-decoration: none;
}

.organisator {
    display: block;
    color: #626261;
    text-decoration: none;
    font-weight: 600;
    font-family: "Exo",sans-serif;
}

h1.center, h2.center {
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 320px;
    text-align: center;
}

h1 .triangle.right, h2 .triangle.right {
    right: -20px;
}

h1 .triangle.top, h2 .triangle.top {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 20px 0 20px;
    border-color: #e94934 transparent transparent transparent;
}

h1 .triangle.left, h2 .triangle.left {
    left: -20px;
}

h1 .triangle.bottom, h2 .triangle.bottom {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 28px 20px;
    border-color: transparent transparent #e94934 transparent;
}

h1 .title-text, h2 .title-text {
    position: relative;
    z-index: 2;
    display: block;
    background: #E94934;
    display: block;
    width: 100%;
    height: 56px;
    padding-top: 12px;
    padding-left: 20px;
}

h1.center .title-text, h2.center .title-text {
    padding-left: 0;
}

h3 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}

a {
    color: #E94934;
}

.clear {
    clear: both;
}

input {
    line-height: 1;
    overflow: visible;
}

.wrapper {
    margin: 0 20px;
    position: relative;
}

    .wrapper .wrapper {
        margin: 0;
        overflow: hidden;
    }

footer {
    background: #646363;
    padding: 50px 0;
}

    footer ul {
        list-style-type: none;
        width: 100%;
    }

    footer li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }

    footer a {
        color: #69B651;
        font-size: 20px;
        font-family: 'Exo', sans-serif;
        text-decoration: none;
        font-weight: 600;
    }

.cartoon {
    display: none;
}

header {
    margin-bottom: 40px;
}

.header-bg {
    width: 100%;
    /*height: 335px;*/
    background: url(../pictures/header.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

    .header-bg .wrapper {
        height: 100%;
    }

.header-description {
    width: 100%;
    color: #ffffff;
    font-family: 'Exo', sans-serif;
    font-size: 25px;
    padding: 30px 0;
}

nav {
    display: none;
}

.nav-wrapper {
    margin-bottom: 20px;
}

.search-content {
    display: none;
}

.logo-wrapper {
    padding-top: 20px;
    display: inline-block;
}

.breadcrumb-container {
    display: none;
}

.paragraphs {
    line-height: 24px;
}

    .paragraphs ol, .paragraphs ul {
        margin-left: 20px;
    }

    .paragraphs p, .paragraphs ol, .paragraphs ul {
        margin-bottom: 10px;
    }

.text-item {
    margin-bottom: 25px;
}

    .paragraphs p:last-child, .paragraphs ol:last-child, .paragraphs ul:last-child, .text-item:last-child {
        margin-bottom: 0;
    }

.paragraphs.padding-right .button-link {
    position: absolute;
    right: 0;
    top: 50px;
}

.title-padding .button-link {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.button-link-bg-rotate {
    background: url(../pictures/submit.png) no-repeat center center #646363;
    position: absolute;
    width: 14px;
    height: 17px;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: 6px 11px;
}

.gemeente {
    color: #646363;
    text-decoration: none;
    display: block;
    line-height: 24px;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 40px;
}

    .gemeente img {
        display: block;
        border: 1px solid #e8e8e8;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 15px;
        -webkit-filter: grayscale(1); /* Older webkit versions */
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale (100%); /* Gecko-Based Browsers, Mozilla Firefox */
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%); /* Opera */
        filter: grayscale(100%);
        filter: gray; /* IE 6-9 */
        /* This is for Firefox 3.5+, Firefox mobile */
        filter: url ("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'gs\'&gt;&lt;feColorMatrixtype=\'matrix\'values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#gs");
    }

    .gemeente:hover img, .gemeente:focus img {
        -webkit-filter: grayscale(0); /* Older webkit versions */
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale (0); /* Gecko-Based Browsers, Mozilla Firefox */
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0); /* Opera */
        filter: grayscale(0);
        filter: initial; /* IE 6-9 */
    }

    .gemeente .visit {
        padding-top: 10px;
        display: block;
        color: #5094B3;
        /*background: url(../pictures/sprite.png) no-repeat left 0 top 15px;*/
        padding-left: 15px;
        position: relative;
    }

.visit-arrow {
    position: absolute;
    background: url(../pictures/sprite.png) no-repeat center center;
    width: 13px;
    height: 6px;
    left: 0;
    top: 19px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.button-link {
    display: inline-block;
    min-width: 190px;
    height: 40px;
    background: url(../pictures/submit.png) no-repeat left 13px center #646363;
    background-size: 6px 11px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 30px;
    padding-top: 8px;
}

    .button-link.float-link {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    .button-link:hover, .button-link:focus {
        background: url(../pictures/submit.png) no-repeat left 13px center #b1b1b1;
        background-size: 6px 11px;
    }

        .button-link:hover .button-link-bg-rotate, .button-link:focus .button-link-bg-rotate {
            background: url(../pictures/submit.png) no-repeat center center #b1b1b1;
            background-size: 6px 11px;
        }

.only-mobile.button-link {
    margin-top: 10px;
}

.digicreate {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    color: #b1b1b1;
    font-weight: 400;
}

    .digicreate span {
        font-weight: 600;
    }

.activity {
    margin-bottom: 40px;
}

.article-img {
    display: none;
}

    .article-img.bigger {
        width: 300px;
    }

    .article-img img, .content-img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.block-img, .cycle {
    display: block;
    width: 100%;
}

.cycle {
    max-height: 250px;
    overflow: hidden;
}

.cycle-nav {
    position: absolute;
    top: -50px;
    left: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
}

.cycle-buttons {
    /*padding: 30px 0 0;*/
    position: relative;
    z-index: 1000;
}

.next {
    /*float: right;*/
    left: auto;
    right: 10px;
}

.book {
    background: #F8F8F8;
    border-left: 6px solid #E9E8E3;
    border-right: 6px solid #E9E8E3;
    padding: 0 25px;
    /*overflow:hidden;*/
}

    .book .splitter-padding {
        padding: 30px 0 10px;
    }

.all {
    font-family: 'journalregular';
    font-size: 45px;
    text-decoration: none;
    color: #646363;
    position: absolute;
    right: 60px;
    bottom: 140px;
    line-height: 36px;
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    z-index: 1;
}

.activiteitensub {
    list-style-type: none;
    /*padding-left: 15px;*/
}

    .activiteitensub li {
        display: inline-block;
        width: 33.3%;
        /*max-width: 115px;*/
        margin-right: -5px;
    }

    .activiteitensub a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: #FFD500;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-family: 'Exo', sans-serif;
        font-weight: 600;
        text-align: center;
    }

    .activiteitensub li:nth-child(2n+2) a {
        background: #E84934;
    }

    .activiteitensub li:nth-child(3n+3) a {
        background: #5094B3;
    }

    .activiteitensub a:hover, .activiteitensub a :focus, .activiteitensub a.current {
        text-decoration: underline;
    }

.animating .page {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
}

.animating.leftslide .page {
    transform: translate3d( -80%, 0, 0 );
    -webkit-transform: translate3d( -80%, 0, 0 );
}

.animating.rightslide .page {
    transform: translate3d( 80%, 0, 0 );
    -webkit-transform: translate3d( 80%, 0, 0 );
}

.menu-visible .page {
    right: 80%;
    background: #fff;
}

.menu-visible .menumobilebutton {
    /*right: 85%;*/
}

.page {
    position: relative; /* Set the position property so z-index will apply */
    z-index: 20; /* Make sure this is higher than #menu */
    width: 100%;
    background: #ffffff;
    /*height: 100%;*/
    transform: translate3d( 0px, 0, 0 ); /* X, Y, Z */
    -webkit-transform: translate3d( 0px, 0, 0 );
}

.menumobilebutton {
    position: absolute;
    right: 20px;
    top: 20px;
    text-decoration: none;
    z-index: 100;
}

.menu-label {
    display: inline-block;
    vertical-align: middle;
}

.menu-icon {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    background: #E84934;
    padding: 5px 5px 0 5px;
}

.menu-stripe {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin-bottom: 5px;
}

.menumobile {
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 20px;
    width: 80%;
    margin: 0;
    min-height: 100%;
    list-style: none;
    background: #F8F8F8;
    z-index: 10; /* Make sure the z-index is lower than the #page */
    -webkit-box-shadow: inset 13px 0px 10px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 13px 0px 10px -6px rgba(0,0,0,0.25);
    box-shadow: inset 13px 0px 10px -6px rgba(0,0,0,0.25);
}

    .menumobile a {
        display: block;
        color: #E94934;
        text-decoration: none;
        font-size: 17px;
        padding: 5px 20px;
    }

        .menumobile a.niv-2, .menumobile a.niv-2:link, .menumobile a.niv-2:visited, .menumobile a.current.niv-2 {
            padding-left: 30px;
            font-size: 15px;
        }

        .menumobile a.niv-3, .menumobile a.niv-3:link, .menumobile a.niv-3:visited, .menumobile a.current.niv-3 {
            padding-left: 40px;
            font-size: 13px;
        }

        .menumobile a:hover, .menumobile a.current {
            background: #E84934;
            color: #ffffff;
            -webkit-box-shadow: inset 13px 0px 10px -6px rgba(0,0,0,0.25);
            -moz-box-shadow: inset 13px 0px 10px -6px rgba(0,0,0,0.25);
            box-shadow: inset 13px 0px 10px -6px rgba(0,0,0,0.25);
        }

.animating .menumobile, .menu-visible .menumobile {
    display: block;
}

.menumobile ul {
    list-style-type: none;
}

.content-img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 280px;
}

.title-margin {
    margin: 0 25px;
}

.bottom-margin {
    margin-bottom: 40px;
}

.no-height {
    height: initial !important;
    z-index: 100;
}

.loader {
    display: inline-block;
    vertical-align: middle;
    width: 126px;
    height: 22px;
    background: url(../pictures/ajax-loader.gif) no-repeat center center;
    opacity: 0;
}

.loading .loader {
    opacity: 1;
}

.line-spacer {
    background: #E8E8E8;
    height: 1px;
}

.spacer-10 {
    height: 10px;
}

.spacer-20 {
    height: 20px;
}

.spacer-25 {
    height: 25px;
}

.spacer-40 {
    height: 40px;
}

.spacer-100 {
    height: 100px;
}

/*svg*/
.svg-logo {
    display: block;
    width: 288px;
    height: 92px;
}

.svg-home {
    display: block;
    width: 40px;
    height: 53px;
    margin: 0 auto;
}

.svg-over-ons {
    display: block;
    width: 43px;
    height: 54px;
    margin: 0 auto;
}

.svg-activiteiten {
    display: block;
    width: 40px;
    height: 42px;
    margin: 0 auto;
}

.svg-contact {
    display: block;
    width: 55px;
    height: 67px;
    margin: 0 auto;
}

.paragraphs.bottom .svg-contact {
    width: 145px;
    height: 167px;
    float: left;
    margin-right: 20px;
}

.faq-wrapper .paragraphs {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.faq-wrapper.toggled .paragraphs {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.faq-wrapper h2 a {
    position: relative;
    padding-right: 20px;
}

.faq-wrapper .triangle {
    position: absolute;
    right: 5px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #e94934 transparent transparent transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.faq-wrapper.toggled .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #e94934 transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.svg-login {
    display: block;
    width: 25px;
    height: 54px;
    margin: 0 auto;
}

.svg-search {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 95px;
    height: 63px;
}

.svg-location, .svg-lees-meer-over-ons {
    position: absolute;
    left: 50%;
    top: -90px;
    height: 119px;
    width: 160px;
    margin-left: -80px;
    z-index: -1;
}

.svg-lees-meer-over-ons {
    top: -133px;
    width: 180px;
    margin-left: -90px;
    height: 139px;
}

.svg-pro {
    float: left;
    width: 145px;
    height: 162px;
    margin-right: 20px;
}

.svg-activiteiten-title {
    position: absolute;
    left: 50%;
    margin-left: -85px;
    top: -88px;
    width: 170px;
    height: 88px;
}

.svg-next, .svg-prev {
    display: block;
    width: 40px;
    height: 40px;
}

.svg-bird {
    display: block;
    width: 150px;
    height: 235px;
}

/*svg end*/

.form label {
    font-size: 16px;
    font-family: 'fira_sanslight';
    font-weight: 400;
    color: #646363;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 10px;
    min-width: 100px;
}

.form .label-cell {
    width: 150px;
}

    .form .label-cell .label {
        width: 100%;
        display: block;
    }

.form input[type=text], input[type=password], .form textarea, .form select, #forumwrapper input[type=text], #forumwrapper textarea, select {
    border: 0px;
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    background: none;
    font-size: 16px;
    font-family: 'fira_sanslight';
    font-weight: 400;
    color: #646363;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

#forumwrapper input[type=text], #forumwrapper input[type=password], #forumwrapper textarea, select {
    background: #ffffff;
    border: 1px solid #E9E8E3;
}

.form textarea {
    height: 120px;
    resize: none;
}

.form .table-cell input[type=text], .form .table-cell select {
    display: block;
    width: 100%;
}

.form input[type=submit], #forumwrapper input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #73BA5D;
    color: #ffffff;
    font-size: 16px;
    font-family: 'fira_sanslight';
    font-weight: 400;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 15px;
    height: 41px;
    line-height: 41px;
}

.form {
    max-width: 600px;
}

.full {
    border: 3px solid #DADADA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .full.ontbreekt {
        border-color: #E94934;
    }

.fieldwrap.ontbreekt {
    border: 3px solid #E94934;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*FORUM**********************************/
.errorfield {
    border: 1px solid #e94934 !important;
    background-color: rgba(233, 73, 52, 0.15) !important;
}

#forumwrapper {
    max-width: 990px;
    margin: 0 auto;
}

    #forumwrapper .wrapper {
        background: #f8f8f8 none repeat scroll 0 0;
        border-left: 6px solid #e9e8e3;
        border-right: 6px solid #e9e8e3;
        padding: 25px;
    }

.forumgroup {
    margin-bottom: 20px;
}

.forumheader {
    padding: 8px 10px;
    color: #fff;
    background: #BCBCBC;
    text-transform: uppercase;
}

.forum-cat {
    background: #fff;
    padding: 4px 10px;
    border-bottom: 1px solid #878787;
    text-transform: uppercase;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

    .forum-cat &gt; span {
        display: table-cell;
        vertical-align: middle;
    }

    .forum-cat:last-child {
        border-bottom: none;
    }

.forum-catbeschr {
    text-transform: none;
    padding-right: 20px;
    font-size: 12px;
}

.forum-cattitel {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.forum-catmsg {
    width: 120px;
}

.forum-catdatum {
    width: 200px;
    text-transform: none;
    text-align: right;
}

.topicsheader {
    margin-top: 40px;
}

.new-topic {
    float: right;
}

.create-topic {
    padding-bottom: 40px;
}

#forumwrapper label {
    width: 100%;
    margin: 10px 0;
    display: block;
}


.create-topic .voordelenlink {
    background-position: right center;
}

.topic-status {
    width: 35px;
}

.topic-titel {
    text-transform: none;
}

.topic-status-marker {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.new-marker {
    background: #89D2F6;
}

.hot-marker {
    background: #57A14D !important;
}

.topic-body {
    display: table;
    width: 100%;
    background: #d6d6d6;
}

.topic-user {
    float: left;
    padding: 20px 15px;
    width: 245px;
    box-sizing: border-box;
    background: #d6d6d6;
}

.topic-content {
    padding: 20px 15px 5px 15px;
    margin-left: 245px;
    background: #fff;
}

.topic-user-name {
    text-transform: uppercase;
    text-align: center;
}

.topic-user-type {
    text-align: center;
}

.topic-user-pic {
    width: 55px;
    height: 55px;
    margin: 10px auto;
}

    .topic-user-pic img, .profile-pic img {
        width: 100%;
        max-width: 100px;
        display: block;
        box-sizing: border-box;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.topic-user-label {
    float: left;
    font-weight: 700;
    width: 50%;
}

.topic-user-info {
    float: left;
    width: 50%;
}

.topic-footer {
    background: #e3e3e3;
    border: 1px solid #c6c6c6;
    padding: 0 8px 0 15px;
    line-height: 30px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.forumheader a {
    color: #fff;
}

.quotetopic {
    margin-bottom: 30px;
}

.topic-content-titel {
    text-transform: uppercase;
    margin-bottom: 25px;
}

blockquote {
    border-left: 5px solid #E3E3E3;
    padding: 1em;
    margin-left: 1em;
    font-style: italic;
}

.topic-content-deleted {
    border: 1px solid #E31A82;
}

.topic-deleted {
    font-style: italic;
    color: #BCBCBC;
}

.topic-content-sig {
    border-top: 1px solid #E3E3E3;
    color: #BCBCBC;
    clear: both;
    padding-top: 5px;
}

.profielblok {
    margin-bottom: 40px;
    padding-bottom: 12px;
}

.profiel-content {
    padding: 20px 0;
}

/*.profile-pic {
    width: 90px;
    float: left;
    text-align: center;
}*/

.profile-pic img {
    margin-top: 10px;
}

.profielblok .citaat-link {
    margin-right: 10px;
    cursor: pointer;
}

.citaat-link {
    margin-left: 20px;
    float: right;
}

.legende {
    text-transform: uppercase;
    border-top: 1px solid #929292;
    padding-top: 35px;
    margin-top: 12px;
    padding-bottom: 15px;
}

    .legende span {
        margin-right: 5px;
    }

.pageing {
    line-height: 24px;
    float: left;
}

    .pageing a {
        margin-right: 4px;
    }


.catnav {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    height: 25px;
    line-height: 25px;
    position: relative;
    color: #000;
    cursor: pointer;
}

    .catnav .selectedvalue {
        padding: 0 40px 0 20px;
        box-sizing: border-box;
        text-align: left;
    }

    .catnav .isactive {
        display: none;
    }

    .catnav ul {
        position: absolute;
        margin: 0;
        display: none;
        z-index: 999;
    }

    .catnav li {
        display: block;
        line-height: 27px;
        height: 25px;
        white-space: nowrap;
    }

        .catnav li a {
            display: block;
            line-height: 27px;
            background: #F9B000;
            padding: 0 20px;
            height: 25px;
            text-align: left;
        }

            .catnav li a:hover {
                color: #fff;
            }

    .catnav:hover ul {
        display: block;
    }

/*************UPLOAD****************/

.fileinput-button input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
    width: 100%;
}


.fileinput-button {
    display: inline-block;
    position: relative;
    vertical-align: top;
    border: 1px solid #E3E3E3;
    color: #878787;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin-top: 45px;
}


#fileupload-showsize, .fileupload-showsize {
    float: right;
    text-align: right;
    margin: 5px 0 0 0;
}

.full .table {
    display: table;
    width: 100%;
    height: 100%;
}

.full .table-cell {
    display: table-cell;
    vertical-align: top;
}

.webkit .styled-select {
    padding-right: 20px;
    background: url(../pictures/sprite.png) no-repeat right 10px center;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.partner-img {
    padding-top: 10px;
}

.forum-root-cat-beschrijving {
    font-size: 11px;
    padding-right: 100px;
}

@media screen and (min-width: 500px) {
    .partner-item {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin-right: 2%;
    }
}


@media screen and (min-width: 830px) {
    .partner-item {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-right: 2%;
    }

    .only-mobile {
        display: none;
    }

    .title-padding .button-link {
        display: block;
    }

    .bottom-margin {
        margin: 0;
    }

    .svg-bird {
        position: absolute;
        right: 180px;
        bottom: -5px;
    }

    body .header-border {
        height: 5px;
        background: #6AB651;
    }

    body.has-children .header-border {
        height: 50px;
        background: #73BA5D;
    }

    .cartoon {
        display: block;
        /*max-width: 51%;*/
        position: absolute;
        left: -20px;
        bottom: -120px;
    }

    body.home .cartoon {
        bottom: 0;
    }

    .table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .table-cell {
        display: table-cell;
        vertical-align: top;
    }

        .table-cell.spacer, .table-cell.spacer div {
            width: 20px;
        }

            .table-cell.spacer div {
                height: 1px;
            }

        .table-cell.middle {
            vertical-align: middle;
        }

    .menumobilebutton {
        display: none;
    }

    nav {
        display: block;
        float: right;
    }

    .nav-wrapper {
        height: 135px;
        margin-bottom: 0;
    }

    .menu {
        list-style-type: none;
    }

        .menu li.top-menu {
            float: left;
            display: inline-block;
            border-right: 1px solid #DADADA;
            height: 135px;
        }

        .menu li:last-child {
            border-right: 0;
        }

            .menu li:last-child a {
                padding-right: 0;
            }

        .menu li a.top-menu {
            display: block;
            height: 100%;
            padding: 0 12px;
            color: #656464;
            font-family: 'Exo', sans-serif;
            font-weight: 400;
            font-size: 18px;
            text-decoration: none;
            position: relative;
        }

        .menu li a .svg-height {
            display: block;
            width: 100%;
            height: 90px;
        }

        .menu li a.current .triangle, .menu li a:hover .triangle, .menu li a:focus .triangle {
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -7.5px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 7.5px 8px 7.5px;
            border-color: transparent transparent #6ab651 transparent;
        }

    body.has-children .menu li a.current .triangle, body.has-children .menu li a:hover .triangle, body.has-children .menu li a:focus .triangle {
        border-color: transparent transparent #E2E2E2 transparent;
    }

    body .menu ul {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    body.has-children .menu ul.visible {
        list-style-type: none;
        position: absolute;
        left: 0;
        bottom: -36px;
        width: auto;
        height: auto;
        overflow: auto;
    }

    .menu ul li.sub-menu {
        display: inline-block;
        margin-right: 15px;
    }

        .menu ul li.sub-menu a.sub-menu {
            color: #ffffff;
            text-decoration: none;
        }

    .menu li li.sub-menu a.sub-menu.current {
        font-weight: 600;
    }

    .half {
        float: left;
        width: 50%;
    }

        .half.offset-right {
            padding-right: 40px;
        }

        .half.offset-left {
            padding-left: 40px;
        }

    .book .half.offset-right {
        padding-right: 60px;
    }

    .book .half.offset-left {
        padding-left: 60px;
    }

    .paragraphs.bottom {
        padding-right: 50px;
    }

    .activity {
        margin-bottom: 0;
    }

    .article-img {
        width: 45%;
    }

    .article-row {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        .article-row:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .articles-splitter {
        position: absolute;
        left: 50%;
        height: 100%;
        width: 1px;
        background: #E8E8E8;
    }

    .book .articles-splitter {
        margin-left: -4px;
        width: 8px;
        background: #ffffff;
    }

    .book .article-row {
        border: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .book .center-wrapper {
        width: 74px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -37px;
        margin-top: -300px;
        height: 600px;
    }

    .book .center-part {
        position: relative;
        height: 25px;
        margin-bottom: 25px;
    }

    .book .circle {
        display: block;
        width: 25px;
        height: 25px;
        background: #E9E9E9;
        -webkit-border-radius: 12.5px;
        -moz-border-radius: 12.5px;
        border-radius: 12.5px;
    }

        .book .circle.right {
            position: absolute;
            right: 0;
            top: 0;
        }

    .book .oval {
        position: absolute;
        top: 6px;
        left: 13px;
        width: 47px;
        height: 13px;
        border: 4px solid #203128;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .book .book-mark {
        position: absolute;
        right: 0;
        top: 20px;
        width: 90px;
        height: 25px;
        background: #626261;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .gemeente {
        float: left;
        width: 30%;
        margin-right: 5%;
        max-width: none;
    }

        .gemeente:nth-child(3n+3) {
            margin-right: 0;
        }

    body.home .header-description {
        top: 110px;
    }

    .header-bg {
        height: 335px;
    }

    body.home .header-bg {
        height: 500px;
    }

    .header-description {
        top: 25px;
        width: 50%;
    }

    .button-link.float-link {
        float: right;
        margin-top: 50px;
        margin-left: 20px;
        margin-bottom: 0;
    }

    footer ul {
        max-width: 550px;
    }

    footer li {
        width: 33%;
    }

    .digicreate {
        position: absolute;
        right: 0;
        bottom: 12px;
    }

    .search-content {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 300px;
        background: #646363;
        padding: 25px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .search-box {
        padding-right: 30px;
        position: relative;
    }

    .txt-search {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-family: 'Exo', sans-serif;
        font-size: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 0;
        padding: 0 10px;
    }

    .btn-search {
        width: 14px;
        height: 27px;
        position: absolute;
        right: 0;
        top: 7px;
        font-size: 0;
        border: 0;
        cursor: pointer;
        background: url(../pictures/submit.png) no-repeat center center;
    }

    .header-description {
        position: absolute;
        right: 0;
        top: 50px;
        padding: 0;
    }

    .breadcrumb-container {
        display: block;
        padding: 25px 0 35px;
        font-family: 'Exo', sans-serif;
        color: #B1B1B1;
    }

    .breadcrumb li a {
        color: #B1B1B1;
    }

    .breadcrumb-label {
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
    }

    .breadcrumb, .breadcrumb li {
        vertical-align: top;
        display: inline-block;
        list-style-type: none;
    }

    header {
        margin-bottom: 0;
    }

    .paragraphs.padding-right, .title-padding {
        padding-right: 220px;
    }

    .activiteitensub {
        padding-left: 15px;
    }

        .activiteitensub li {
            max-width: 115px;
        }

    .menumobile {
        display: none;
    }
}

@media screen and (min-width: 1020px) {
    .wrapper {
        width: 100%;
        max-width: 990px;
        margin: 0 auto;
    }

    .menumobile {
        display: none !important;
    }
}

#cboxCurrent {
    display: none !important;
}


.gdpr-form-text, .upload-info, .post-message {
    margin-bottom: 20px;
}

    .post-message ul {
        margin-left: 20px;
    }

.upload-info {
    font-size: 10px;
}


.gdpr-form .row {
    margin-bottom: 10px;
}

    .gdpr-form .row label, .gdpr-form .row input[type=text], .gdpr-form .row input[type=email], .gdpr-form .row textarea {
        display: block;
        width: 100%;
    }

    .gdpr-form .row input[type=text], .gdpr-form .row input[type=email], .gdpr-form .row textarea {
        padding: 10px;
    }

    .gdpr-form .row textarea {
        height: 100px;
    }

    .gdpr-form .row label {
        margin-bottom: 5px;
    }

.gdpr-form input[type=submit] {
    position: relative;
    width: auto;
    height: auto;
    color: #ffffff;
    padding: 10px;
}

.gdpr-form fieldset legend {
    margin-bottom: 10px;
    font-size: 22px;
}

.gdpr-form fieldset .row {
    position: relative;
    padding-left: 30px;
}

    .gdpr-form fieldset .row input {
        position: absolute;
        left: 0;
        top: 5px;
    }



.cookiebannerpopup {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 99999;
    transition: all ease 0.5s;
    width: 100%;
    padding: 10px 60px 10px 10px;
    background: #000000;
    color: #ffffff;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 17px;
}


    .cookiebannerpopup a {
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid;
    }

    .cookiebannerpopup.open {
        bottom: 0px;
    }

    .cookiebannerpopup a.close {
        display: block;
        position: absolute;
        right: 10px;
        top: 8px;
        font-weight: 600;
        font-size: 0px;
        width: 26px;
        height: 26px;
        border: 0;
    }

        .cookiebannerpopup a.close:before, .cookiebannerpopup a.close:after {
            position: absolute;
            left: 12px;
            top: 2px;
            content: ' ';
            height: 22px;
            width: 2px;
            background-color: #ffffff;
            transition: background-color .2s;
        }

        .cookiebannerpopup a.close::before {
            transform: rotate(45deg);
        }

        .cookiebannerpopup a.close::after {
            transform: rotate(-45deg);
        }
</pre></body></html>