body {
    background-color: #fff;
    margin: 0 !important;
}
h1 {
    font:
        1.7em "Source Sans 3";
    font-weight: 400;
}
h2 {
    font:
        1.5em "Source Sans 3",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
h3 {
    font:
        1.4em "Source Sans 3",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 400;
}
h4 {
    font:
        1.4em "Source Sans 3",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a {
    font-weight: inherit;
    text-decoration: none;
}
a {
    position: relative;
    z-index: +20000;
}
.footer {
    color: #ddd;
    font-size: 0.9em;
    background-color: #494840;
    box-sizing: border-box;
    padding: 40px 0 40px 0;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: -14px;
}
.footer a {
    color: #ddd;
    text-decoration: none;
}
.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: none;
}
.cycle-slideshow img.first {
    display: block;
}
ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.nieuwslijst {
    padding: 0;
    margin: 0;
}
.nieuwsoverzicht img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nieuwsoverzicht img:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nieuwsoverzicht {
    position: relative;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
    margin-bottom: 20px;
}
.nieuwstitel {
    position: absolute;
    bottom: 10%;
    left: 0;
    background-color: rgba(11, 94, 164, 0.7);
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.nieuwsoverzicht a {
    text-decoration: none;
}
.socialmediabuttons {
    box-sizing: border-box;
    padding: 20px 0 20px 0;
}
.socialmediabuttons img {
    margin-right: 20px;
    width: 32px;
    height: auto;
}
.socialmediabuttons img:nth-of-type(5) {
    float: none !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .nieuwsplaatje {
        float: none !important;
        box-sizing: border-box;
        padding: 0 0 20px 0;
    }
}
@media only screen and (max-width: 479px) {
    .nieuwsplaatje {
        float: none !important;
        box-sizing: border-box;
        padding: 0 0 20px 0;
    }
}
.slicknav_menu {
    display: none;
}
@media screen and (max-width: 759px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
}
.cookiebalk {
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 7px;
    box-sizing: border-box;
    background-color: #666;
    color: #fff;
    border-bottom: 1px solid #333;
    font-size: 1em;
    z-index: 99999;
}
.cookiebalktekstblok {
    padding: 7px 20px;
    box-sizing: border-box;
}
.cookiebalkknopblok {
    float: right;
    padding: 7px 20px;
    box-sizing: border-box;
    width: 50%;
    max-width: 402px;
}
.cookieknopja {
    border-radius: 0;
    font-size: 0.9em;
    width: 48%;
    max-width: 200px;
    font-weight: 700;
    border: 1px solid #333;
    padding: 8px;
    background: #fff;
    color: #8cc63e;
    cursor: pointer;
    text-align: center;
}
.cookieknopnee {
    border-radius: 0;
    font-size: 0.9em;
    width: 48%;
    max-width: 200px;
    font-weight: 700;
    border: 1px solid #333;
    padding: 8px;
    background: #fff;
    color: #00a3e4;
    cursor: pointer;
    text-align: center;
}
@media screen and (max-width: 1920px) {
    .cookiebalk {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 767px) {
    .cookiebalkknopblok {
        width: 70%;
        max-width: 402px;
    }
}
