﻿@import url('/App_themes/mobielMenu.css');
@import url('/App_themes/animate.css');
@import url('/App_themes/default/fonts/fonts.css');

html {
    min-height: 101%;
}

* {
    outline: 0 !important;
}

.hottopicsMobiel, .hoofdHamburgerMenu .hidden, .mobielOnly {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    background: rgba(215,245,244,1) url(/images/background_body.jpg) no-repeat top 150px center;
    font-family: 'malvalight';
    font-size: 17px;
}

    body.banner {
        background: rgba(215,245,244,1) url(/images/background_body_banner.jpg) no-repeat top 150px center;
    }

    body.noBackgroundPhoto {
        background: rgba(215,245,244,1);
    }

a {
    color: rgba(0,166,171,1);
    text-decoration: none;
}

    a.leesMeerOverTopic {
        color: rgba(30,30,30,1);
        text-decoration: underline;
        text-decoration: none;
    }

.appBanner {
    position: relative;
    width: calc(100% - 40px);
    color: #FFF;
    background: rgba(0,188,185,1);
    padding: 20px;
    box-sizing: border-box;
    margin-top: 80px;
    text-align: center;
}

    .appBanner span {
        font-family: 'malvaregular',arial;
        font-size: 20px;
        line-height: normal;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
    }

    .appBanner a {
        text-decoration: underline;
        color: #FFF;
    }

.tekst a {
    color: rgba(0,166,171,1);
    text-decoration: none;
}

    .tekst a:hover {
        color: rgba(0,166,171,1);
        text-decoration: underline;
    }

a:hover {
    color: rgba(0,205,203,1);
    text-decoration: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.clear50 {
    clear: both;
    height: 50px;
}

.clear10 {
    clear: both;
    height: 10px;
}

h2 {
    font-family: 'malvaregular';
    font-weight: 400;
    font-size: 34px;
    margin: 0;
    padding: 0;
    color: rgba(30,30,30,1);
}

h4 {
    margin: 0;
    padding: 0;
}

#header {
    position: relative;
    height: 200px;
    width: 100%;
    background: rgba(0,188,185,1);
}

#top {
    position: relative;
    height: 150px;
    width: 100%;
}

.topFoto {
    position: relative;
    float: left;
    height: 150px;
    width: calc(((100vw - 1180px) / 2) + 314px);
    background: url(/images/top-foto.jpg) no-repeat top right;
}

.topBar {
    position: relative;
    float: left;
    width: calc(100vw - ((100vw - 517px) / 2) + 0px);
    height: 150px;
}

.topMenu {
    position: absolute;
    right: 0;
    height: 50px;
    width: calc(((100vw - 1180px) / 2) + 284px);
    background: rgba(30,30,30,1);
    color: #FFF;
    z-index: 10;
}

.topSocialIcons {
    position: absolute;
    right: calc(((100vw - 1180px) / 2) + 284px);
    margin-right: 10px;
}

.logo {
    position: absolute;
    margin: 23px 0 0 -49px;
    pointer-events: none;
}

    .logo h1, .logo .slogan {
        font-family: 'assemblagelight';
        font-weight: 400;
        margin: 0;
        padding: 0;
        padding-top: 40px;
        margin-left: 270px;
        font-size: 17px;
        color: rgba(30,30,30,1);
        display: block;
    }

    .logo img {
        float: left;
    }

#menu {
    position: relative;
    height: 50px;
    background: rgba(0,205,203,1);
    background: -moz-linear-gradient(left,rgba(0,205,203,1) 0%,rgba(0,205,203,1) 50%,rgba(0,166,171,1) 51%,rgba(0,166,171,1) 100%);
    background: -webkit-linear-gradient(left,rgba(0,205,203,1) 0%,rgba(0,205,203,1) 50%,rgba(0,166,171,1) 51%,rgba(0,166,171,1) 100%);
    background: linear-gradient(to right,rgba(0,205,203,1) 0%,rgba(0,205,203,1) 50%,rgba(0,166,171,1) 51%,rgba(0,166,171,1) 100%);
}

.mobileMenu, .zoekenMobiel, .mobileMenuContainer {
    display: none;
}

.mobileMenuContainer {
    position: relative;
    background: rgba(0,205,203,1);
    z-index: 9999;
}

    .mobileMenuContainer a {
        font-family: 'assemblagelight',arial;
        line-height: 50px;
        padding: 0 20px;
        background: rgba(0,166,171,1);
        display: block;
        text-decoration: none;
        color: #FFF;
        font-size: 20px;
    }

        .mobileMenuContainer a:hover {
            background: rgba(0,188,185,1);
            color: #FFF;
        }

nav ul {
    list-style-type: none;
    margin: 0 0 0 44px;
    padding: 0;
}

    nav ul li {
        float: left;
    }

        nav ul li a {
            font-family: 'assemblagelight',arial;
            line-height: 50px;
            padding: 0 20px;
            background: rgba(0,166,171,1);
            display: block;
            text-decoration: none;
            color: #FFF;
            font-size: 20px;
        }

            nav ul li a:hover {
                background: rgba(0,188,185,1);
                color: #FFF;
            }

            nav ul li a.active {
                background: rgba(0,205,203,1);
            }

            nav ul li a.blogMenuItem {
                border-right: 1px solid rgba(0,205,203,1);
                box-sizing: border-box;
            }

.wrapper {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.timelineStarterTop {
    position: relative;
    height: 35px;
    width: 289px;
    margin-left: 32px;
    border-right: 1px solid rgba(0,205,203,1);
    border-bottom: 1px solid rgba(0,205,203,1);
}

.timelineYear {
    position: relative;
    width: 66px;
    text-align: center;
    padding: 5px 0 0;
    font-family: 'malvalight',arial;
    font-size: 12px;
    color: rgba(0,205,203,1);
}

.timeline80 {
    position: relative;
    height: 80px;
    width: 66px;
    text-align: center;
}

.timeline {
    position: relative;
    height: 35px;
    width: 66px;
    text-align: center;
}

    .timeline::before, .timeline80::before {
        left: 50%;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

.colLeft {
    position: relative;
    float: left;
    width: 900px;
}

.colRight {
    position: relative;
    float: left;
    width: 280px;
}

.homeTimeline .colRight {
    margin-top: 19px;
}

.col100 {
    position: relative;
    float: left;
    width: 1180px;
}

.col25 {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    padding-right: 20px;
}

    .col25.kalender img {
        padding: 0 0 3px;
    }

    .col25.bijdrage img {
        padding: 0 0 9px;
    }

    .col25.locatie img {
        padding: 0 0 5px;
    }

    .col25.wereld img {
        padding: 0 0 3px;
    }

.auteurInfoBlok {
    width: calc(100% - 120px) !important;
    box-sizing: border-box !important;
}

    .auteurInfoBlok a.socialIcon {
        position: relative;
        margin: 10px 5px 0 0;
        display: block;
        float: left;
        height: 35px;
        width: 35px;
        background-repeat: no-repeat;
    }

article {
    position: relative;
    margin: 0 0 0 120px;
    width: calc(100% - 120px);
    background: #FFF;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 25px;
}

    article:first-of-type h2 {
        margin: 20px 40px 50px 5px;
    }

    article h2 {
        margin: 20px 0 50px 5px;
        line-height: normal;
    }

    article:first-of-type p {
        padding: 0 40px 0 5px;
    }

    article p {
        padding: 0 0 0 5px;
    }

    article h1 {
        font-family: 'malvaregular',arial;
        font-size: 40px;
        line-height: normal;
        font-weight: 400;
        margin: 20px 0 20px 5px;
    }

    article p.intro {
        padding: 0 0 0 5px;
        color: rgba(128,128,128,1);
        font-family: 'malvalight_italic',arial;
        font-size: 17px;
    }

    article img.itemFoto {
        float: right;
        margin: 20px 40px 50px 20px;
        width: 240px;
    }

.itemFoto.mobileShow {
    display: none;
}

.firstItemFoto, .itemFoto {
    width: 100%;
}

article content {
    position: relative;
    display: block;
    float: left;
    width: calc(100% - 300px);
}

    article content p {
        font-family: 'malvalight';
        font-size: 17px;
        color: rgba(30,30,30,1);
    }

.overzichtVolgpagina article content, .detailPagina article content {
    width: 100%;
}

.homeTimeline article:first-of-type content {
    width: 100%;
}

header {
    position: relative;
    height: 75px;
    width: 100%;
    border-bottom: 1px solid rgba(0,205,203,1);
}

.auteur {
    position: relative;
    float: left;
    font-family: 'assemblagelight',arial;
    font-size: 18px;
    color: rgba(0,188,185,1);
    box-sizing: border-box;
    padding: 22px 0 0 90px;
    height: 100%;
    line-height: normal;
}

.overzichtVolgpagina .auteur, .detailPagina .auteur {
    padding: 22px 0 0 5px;
}

.auteur span {
    font-family: 'malvaitalic',arial;
    font-size: 14px;
    color: rgba(30,30,30,1);
}

footer {
    position: relative;
    width: 100%;
    height: 75px;
    border-top: 1px solid rgba(0,205,203,1);
}

.leesLater {
    position: relative;
    float: left;
    font-family: 'assemblagelight',arial;
    font-size: 18px;
    color: rgba(0,188,185,1);
    width: 75%;
    border-right: 1px solid rgba(0,205,203,1);
    box-sizing: border-box;
    padding: 22px 0 0 5px;
    height: 100%;
    line-height: normal;
}

.deelArtikel {
    position: relative;
    float: left;
    font-family: 'assemblagelight',arial;
    font-size: 18px;
    color: rgba(0,0,0,1);
    width: 75%;
    border-right: 1px solid rgba(0,205,203,1);
    box-sizing: border-box;
    padding: 22px 0 0 5px;
    height: 100%;
    line-height: normal;
}

    .deelArtikel span {
        display: inline-block;
        line-height: 35px;
        margin-right: 20px;
    }

    .deelArtikel img {
        vertical-align: bottom;
    }

    .deelArtikel .gedeeld {
        margin-left: 40px;
        font-family: 'malvalight',Arial;
        font-size: 14px;
        display: inline-block;
    }

.gedeeld img {
    height: 35px;
    vertical-align: bottom;
}

.leesLater a {
    text-decoration: none;
    color: rgba(0,188,185,1);
}

    .leesLater a:after {
        position: absolute;
        top: 18px;
        margin-left: 10px;
        height: 25px;
        width: 20px;
        content: '';
        background-image: url(/images/icons/i_bewaard.svg);
        background-repeat: no-repeat;
        background-position: center right;
    }

    .leesLater a:hover::after, .leesLater a.active:after {
        background-image: url(/images/icons/i_bewaard_top.svg);
    }

    .leesLater a.active:after {
        background-image: url(/images/icons/i_bewaard_active.svg);
    }

.leesNu {
    position: relative;
    float: left;
    display: block;
    font-family: 'assemblageblack',arial;
    text-decoration: none;
    font-size: 18px;
    color: rgba(0,188,185,1);
    line-height: 75px;
    height: 75px;
    width: 25%;
    text-align: center;
}

    .leesNu:hover {
        background-color: rgba(229,229,229,1);
    }

    .leesNu img {
        vertical-align: middle;
        margin-top: -8px;
        margin-left: 5px;
    }

.reageer:hover {
    background-color: rgba(229,229,229,1);
}

.reageer {
    position: relative;
    float: left;
    display: block;
    font-family: 'assemblageblack',arial;
    text-decoration: none;
    font-size: 18px;
    color: rgba(0,188,185,1);
    line-height: 75px;
    height: 75px;
    width: 25%;
    text-align: center;
}

    .reageer.document {
        height: 60px;
        width: 25%;
        text-align: center;
        padding: 15px 0 0 0;
        line-height: normal;
    }

    .reageer img {
        vertical-align: middle;
        margin-left: 10px;
    }

article::before {
    left: -87px;
    margin-left: -1px;
    content: '';
    position: absolute;
    top: 76px;
    height: calc(100% - 76px);
    width: 1px;
    background: rgba(0,205,203,1);
}

.detailPagina article.vacature::before, .detailPagina article.evenement::before {
    background: none;
}

.articleSep {
    position: relative;
    margin: 0 0 0 120px;
    width: 780px;
    height: 20px;
}

    .articleSep::before {
        left: -87px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

.auteurInfoBlok {
    position: relative;
    margin: 0 0 0 120px;
    width: calc(100% - 160px);
    background: #FFF;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 25px;
    font-family: 'malvalight_italic',arial;
    color: rgba(0,0,0,1);
    font-size: 17px;
}

    .auteurInfoBlok::before {
        left: -87px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

.emptyDateTemplate {
    position: relative;
    margin: 0 0 0 120px;
    width: calc(100% - 120px);
    padding: 30px;
    background: #FFF;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 25px;
    font-family: 'malvalight_italic',arial;
    color: rgba(0,0,0,1);
    font-size: 17px;
}

    .emptyDateTemplate.home {
        margin: 0 0 0 120px;
        width: calc(100% - 150px);
    }

    .emptyDateTemplate::before {
        left: -87px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

.auteurFoto {
    float: left;
    margin: 40px 40px 40px 0;
}

    .auteurFoto.bedrijf {
        width: 250px;
        padding: 75px 0;
    }

.auteurInfoBlok h2 {
    padding: 40px 0;
    color: rgba(0,188,185,1);
    font-family: 'malvaregular',arial;
    line-height: normal;
}

.auteurInfoBlok p {
    margin: 0 40px 20px 0;
}

.auteurInfoBlok a.linkAllBlogs {
    float: right;
    margin: 0 40px 20px 0;
    display: block;
    text-decoration: none;
    font-family: 'assemblageblack',arial;
    color: rgba(0,188,185,1);
    font-size: 18px;
}

.flagContainer {
    position: absolute;
    top: 5px;
    left: -120px;
}

.flagPaddingTop {
    position: relative;
    height: 5px;
    width: 60px;
    background: rgba(215,245,244,1);
}

.flagPaddingBottom {
    position: relative;
    margin-top: 8px;
    height: 5px;
    width: 60px;
    background: rgba(215,245,244,1);
}

.flag {
    font-family: 'assemblagelight',arial;
    line-height: 48px;
    font-size: 18px;
    color: #FFF;
    text-align: right;
    padding-right: 30px;
    display: inline-block;
    height: 50px;
    margin-left: 0;
    margin-top: 8px;
    position: relative;
    width: 210px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.overzichtVolgpagina .flag, .detailPagina .flag {
    background: none !important;
}

.flag:after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #FFF;
    content: "";
    height: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.blog .flag {
    background: rgba(0,205,203,1);
}

.blog .flagDate {
    background: rgba(0,166,171,1);
}

.video .flag {
    background: rgba(104,242,225,1);
}

.video .flagDate {
    background: rgba(0,188,185,1);
}

.nieuws .flag {
    background: rgba(68,184,211,1);
}

.nieuws .flagDate {
    background: rgba(51,147,163,1);
}

.vacature .flag {
    background: rgba(255,126,135,1);
}

.vacature .flagDate {
    background: rgba(255,91,102,1);
}

.evenement .flag {
    background: rgba(0,180,203,1);
}

.evenement .flagDate {
    background: rgba(70,246,203,1);
}

.blog .flagDate:before {
    border-color: rgba(0,166,171,1) transparent transparent !important;
}

.video .flagDate:before {
    border-color: rgba(0,188,185,1) transparent transparent !important;
}

.nieuws .flagDate:before {
    border-color: rgba(51,147,163,1) transparent transparent !important;
}

.vacature .flagDate:before {
    border-color: rgba(255,91,102,1) transparent transparent !important;
}

.evenement .flagDate:before {
    border-color: rgba(70,246,203,1) transparent transparent !important;
}

.flagDate {
    position: absolute;
    font-family: 'assemblagelight',arial;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    top: -8px;
    left: 0;
    padding-top: 12px;
    height: 54px;
    width: 66px;
    border-radius: 33px;
    background: rgba(0,166,171,1);
}

.socialIcon {
    position: relative;
    margin: 10px 5px 0 0;
    display: block;
    float: left;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
}

    .socialIcon.mail {
        background-image: url(/images/icons/i_mail.svg);
    }

        .socialIcon.mail:hover {
            background-image: url(/images/icons/i_mail_hover.svg);
        }

    .socialIcon.linkedin {
        background-image: url(/images/icons/i_linkedin.svg);
    }

        .socialIcon.linkedin:hover {
            background-image: url(/images/icons/i_linkedin_hover.svg);
        }

    .socialIcon.facebook {
        background-image: url(/images/icons/i_facebook.svg);
    }

        .socialIcon.facebook:hover {
            background-image: url(/images/icons/i_facebook_hover.svg);
        }

    .socialIcon.twitter {
        background-image: url(/images/icons/i_twitter.svg);
    }

        .socialIcon.twitter:hover {
            background-image: url(/images/icons/i_twitter_hover.svg);
        }

    .socialIcon.googleplus {
        background-image: url(/images/icons/i_googleplus.svg);
    }

        .socialIcon.googleplus:hover {
            background-image: url(/images/icons/i_googleplus_hover.svg);
        }

    .socialIcon.instagram {
        background-image: url(/images/icons/i_instagram.svg);
    }

        .socialIcon.instagram:hover {
            background-image: url(/images/icons/i_instagram_hover.svg);
        }

.zoeken {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(106,106,106,1);
    background-image: url(/images/icons/i_zoeken.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

    .zoeken:hover {
        background-image: url(/images/icons/i_zoeken_hover.svg);
    }

    .zoeken.active {
        width: 360px;
        background-image: none;
    }

.zoekBox {
    margin-left: 0;
    height: 50px;
    width: calc(100% - 50px);
    font-family: 'malvalight_italic',arial;
    font-size: 14px !important;
    color: #FFF;
    float: left;
    padding-left: 10px;
}

.boxZoeken {
    max-width: calc(100% - 20px);
}

.documentZoeken {
    margin: 0 !important;
    padding: 0 !important;
}

.boxZoeken input, .boxZoeken textarea {
    color: rgba(255,255,255,1) !important;
    background: rgba(0,205,203,1) !important;
}

.boxZoeken textarea {
    box-sizing: border-box;
    padding: 15px;
}

.zoekBtn {
    float: left;
    background-image: url(/images/icons/i_zoeken.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 50px !important;
    width: 50px !important;
}

.activeZoeken .bewaard {
    margin-left: 360px;
}

.bewaard {
    position: relative;
    float: left;
    margin-left: 50px;
    padding: 0 15px 0 40px;
    color: #FFF;
    line-height: 52px;
    height: 50px;
    font-size: 12px;
    background-position: left 15px center;
    background-image: url(/images/icons/i_bewaard_top.svg);
    background-repeat: no-repeat;
    border-right: 1px solid rgba(106,106,106,1);
}

    .bewaard.active {
        background-position: left 10px center;
        background-image: url(/images/icons/i_bewaard_top_active.svg);
    }

.mijnokvisie {
    position: relative;
    float: left;
    padding: 0 0 0 50px;
    color: #FFF;
    line-height: 52px;
    height: 50px;
    font-size: 12px;
    background-position: left 15px center;
    background-image: url(/images/icons/i_arts.svg);
    background-repeat: no-repeat;
}

.downloadApp {
    position: relative;
    float: left;
    padding: 0 0 0 50px;
    color: #FFF;
    line-height: 52px;
    height: 50px;
    font-size: 12px;
    background-position: left 15px center;
    background-image: url(/images/icons/i_mobile_app.svg);
    background-repeat: no-repeat;
}

.plaatsContent {
    position: relative;
    float: left;
    padding: 0 0 0 50px;
    color: #FFF;
    line-height: 52px;
    height: 50px;
    font-size: 12px;
    background-position: left 15px center;
    background-size: 25px auto;
    background-image: url(/images/icons/i_content_plaatsen.svg);
    background-repeat: no-repeat;
}
.btn.plaatsContent {
    background-image: url(/images/icons/i_content_plaatsen.svg) !important;
    background-size:35px auto;
    padding: 5px 10px 5px 65px;
    line-height: normal;
    text-align: left;
}
.statsIconsContainer {
    position: relative;
    float: right;
    height: 100%;
    padding: 0 13px;
    border-left: 1px solid rgba(0,205,203,1);
    box-sizing: border-box;
}

.vacature .statsIconsContainer, .evenement .statsIconsContainer {
    border-left: 0;
}

.stat {
    position: relative;
    float: left;
    font: 14px assemblagelight,arial;
    width: 53px;
    text-align: center;
    padding-top: 17px;
    height: 100%;
    box-sizing: border-box;
    line-height: 17px !important;
    color: rgba(30,30,30,1);
}

    .stat img {
        display: block;
        margin: 0 auto;
        height: 20px;
        padding-bottom: 3px;
    }

    .stat.locatie, .stat.werktijden, .stat.sluitingsdatum, .stat.bijdrage {
        position: relative;
        float: right;
        width: 115px;
        padding: 17px 15px 0;
        box-sizing: border-box;
        border-left: 1px solid rgba(0,205,203,1);
        display: none;
        text-align: left;
    }

    .stat.locatie {
        width: 175px;
    }

    .stat.werktijden {
        padding: 13px 15px 0;
    }

    .stat.sluitingsdatum {
        padding: 20px 15px 0;
    }

    .stat.locatie {
        border: 0;
    }

        .stat.locatie img {
            margin: -3px 0 0;
        }

    .stat.werktijden img {
        margin: 0 0 1px;
    }

    .stat.sluitingsdatum img {
        margin: -6px 0 0;
    }

    .stat.bijdrage img {
        margin: 0;
    }

.vacature .stat.locatie, .vacature .stat.werktijden, .vacature .stat.sluitingsdatum, .evenement .stat.bijdrage, .evenement .stat.locatie {
    display: block;
}

.vacature .stat.gelezen, .vacature .stat.gedeeld, .vacature .stat.reacties, .vacature .stat.bijdrage, .evenement .stat.gelezen, .evenement .stat.gedeeld, .evenement .stat.reacties {
    display: none;
}

.wordLid, .okMagazine {
    position: relative;
    margin: 30px 0 0 30px;
    width: calc(100% - 30px);
    background-color: /* rgba(0,166,171,1)*/ #FFC100;
    background-repeat: no-repeat;
    background-position: left 91px top 41px;
    box-sizing: border-box;
    padding: 40px 15px;
    text-align: center;
    color: #FFF;
    line-height: 19px;
}

.okMagazine {
    text-align: left;
    background-color: /* rgba(0,166,171,1)*/ #00A6AB;
}
    .okMagazine.contentPlaatsenBanner{
        padding-bottom:0;
    }
    .okMagazine.contentPlaatsenBanner img {
        margin: -50px 0 0 -15px;
        width: calc(100% + 30px);
    }
    .wordLid:hover {
        background-image: url(/images/bg_wordLid.png);
    }

.wordLid.bewaardPagina {
    margin: 0 0 0 30px;
}

.wordLid span, .wordLidFooter span, .okMagazine span {
    font-family: 'assemblageblack';
    font-size: 50px;
    line-height: 40px;
    color: #FFF;
}

.okMagazine span {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
}

.wordLid a, .wordLidFooter a, .okMagazine a {
    font-family: 'assemblageblack';
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    background-position: left 15px center;
    background-image: url(/images/icons/i_arts.svg);
    background-repeat: no-repeat;
    background-color: rgba(30,30,30,1);
    display: block;
    color: rgba(0,188,185,1);
    text-decoration: none;
    text-align: left;
    padding-left: 50px;
    margin: 30px 15px;
}

.okMagazine a {
    background-image: none;
    padding: 0;
    text-align: center;
}

    .wordLid a:hover, .wordLidFooter a:hover, .okMagazine a:hover {
        background-color: rgba(230,230,230,1);
        color: rgba(0,188,185,1);
    }

.okMagazine svg {
    position: absolute;
    width: 260px;
    height: 100%;
    z-index: 10;
}

.okMagazine .mockup {
    position: relative;
    height: 260px;
    width: 260px;
    margin: 0 0 0 -40px;
}

    .okMagazine .mockup img {
        position: absolute;
        left: -5px;
        top: 100px;
        width: 300px;
        z-index: 1;
    }

.laatsteItems {
    position: relative;
    margin: 30px 0 0 30px;
    background: #FFF;
    padding: 40px 30px;
    box-sizing: border-box;
    width: calc(100% - 30px);
}

    .laatsteItems h3, .topVacatures h3 {
        font-family: 'assemblagesemibold',arial;
        font-size: 18px;
        margin: 0 0 30px;
        padding: 0;
    }

.topVacatures h3 {
    color: rgba(255,91,102,1);
    margin: 0 0 40px;
}

.laatsteItems.blogs h3 {
    color: rgba(0,166,171,1);
}

.laatsteItems.vacatures h3 {
    color: rgba(255,91,102,1);
}

.laatsteItems.nieuws h3 {
    color: rgba(51,147,163,1);
}

.laatsteItems.evenementen h3 {
    color: rgba(70,246,203,1);
}

.laatsteItems a {
    font-family: 'malvalight',arial;
    font-size: 15px;
    display: block;
    margin: 10px 0;
    color: rgba(30,30,30,1);
    text-decoration: none;
}

    .laatsteItems a:hover {
        color: rgba(44,124,137,1);
    }

.laatsteItems .seperator {
    border-bottom: 1px solid rgba(0,205,203,1);
}

#footer, #articleFooter {
    position: relative;
    width: 100%;
    background: rgba(0,166,171,1);
}

#payoff {
    position: relative;
    width: 100%;
    background: rgba(30,30,30,1);
    height: 50px;
    text-align: center;
}

#realisatie {
    position: relative;
    width: 100%;
    background: rgba(70,70,70,1);
    min-height: 50px;
    text-align: center;
}

#payoff a {
    color: #FFF;
    text-decoration: none;
    font-family: 'assemblagelight',arial;
    line-height: 50px;
}

#realisatie a {
    color: #FFF;
    text-decoration: none;
    font-family: 'malvalight', arial;
    font-size: 12px;
    line-height: 50px;
}

.payoffMenu {
    position: relative;
    float: right;
    height: 50px;
    background: rgba(30,30,30,1);
    color: #FFF;
}

.laadExtra, .dxdvPagerShowMoreItemsContainer {
    position: relative;
    width: 780px;
    margin-left: 120px;
    padding: 69px 0 80px;
    text-align: center;
}

    .laadExtra::before, .dxdvPagerShowMoreItemsContainer::before {
        left: -87px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100px;
        width: 50%;
        border-left: 1px solid rgba(0,205,203,1);
        border-bottom: 1px solid rgba(0,205,203,1);
    }

    .laadExtra img {
        vertical-align: middle;
        margin-right: 15px;
        width: 64px;
        height: 64px;
    }

    .laadExtra a, .dxdvPagerShowMoreItemsContainer a {
        position: relative;
        display: inline-block !important;
        font-family: 'assemblageblack';
        font-size: 18px;
        line-height: 65px;
        height: 75px;
        color: rgba(0,205,203,1) !important;
        text-decoration: none;
        background: url(/images/icons/i_laadExtra.svg) transparent no-repeat;
        padding: 0 0 0 80px !important;
    }

.dxlpLoadingPanel td.dx, .dxlpLoadingPanelWithContent td.dx {
    padding: 0;
}

    .dxlpLoadingPanel td.dx img, .dxlpLoadingPanelWithContent td.dx img {
        display: none;
    }

    .dxlpLoadingPanel td.dx span, .dxlpLoadingPanelWithContent td.dx span {
        position: relative;
        display: inline-block !important;
        font-family: 'assemblageblack';
        font-size: 18px;
        line-height: 65px;
        height: 75px;
        color: rgba(0,205,203,1) !important;
        text-decoration: none;
        background: url(/images/icons/i_laadExtra.svg) transparent no-repeat;
        padding: 0 0 0 70px !important;
    }

.dxlpLoadingPanel, .dxlpLoadingPanelWithContent {
    background-color: transparent;
    border: 0;
}
.dienstenOverzicht .dxlpLoadingPanel, .dienstenOverzicht .dxlpLoadingPanelWithContent, .dienstenOverzicht .dx-ft {
    background-color: #FFF !important;
}
.dx-ft {
    background-color: rgba(215,245,244,1);
    opacity: 1;
}

.redacteurs {
    position: relative;
    margin-top: 40px;
    width: 100%;
    padding: 50px 0 50px 40px;
    background: rgba(0,188,185,1);
    box-sizing: border-box;
    float: left;
}

    .redacteurs a {
        color: #FFF;
    }

    .redacteurs .col25 {
        position: relative;
        width: calc(25% - 40px);
        float: left;
        margin-right: 40px;
        color: #FFF;
        font-family: 'malvalight_italic',arial;
        font-size: 14px;
        padding-right: 0;
    }

        .redacteurs .col25 img {
            width: 100%;
            margin: 0 0 10px;
        }

    .redacteurs h4, .nieuwsbriefAanmeldContainer h4 {
        font-size: 34px;
        font-family: 'malvaregular';
        font-weight: 400;
        color: #FFF;
        margin: 0 0 50px;
    }

    .redacteurs span {
        font-family: 'assemblagelight',arial;
        font-size: 18px;
    }

.nieuwsbriefAanmeldContainer {
    position: relative;
    float: left;
    width: 100%;
    margin: 80px 0 0;
    padding: 50px 40px;
    background: rgba(0,188,185,1);
    box-sizing: border-box;
}

.wordLidFooter {
    position: relative;
    display: none;
    float: left;
    margin: 80px 0 0 30px;
    width: 250px;
    background: rgba(0,188,185,1) no-repeat;
    box-sizing: border-box;
    padding: 44px 15px;
    text-align: center;
    color: #FFF;
    line-height: 19px;
}

.box {
    height: 50px;
    background: rgba(215,245,244,1);
    font-family: 'malvalight_italic',arial;
    font-size: 14px !important;
    color: rgba(0,166,171,1);
}

.boxZoeken {
    height: 40px;
    background: rgba(0,205,203,1);
    font-family: 'malvalight_italic',arial;
    font-size: 14px !important;
    color: rgba(255,255,255,1);
    width: 594px;
}

.dxucTextBox {
    border: 1px solid #FFF;
}

.dxucControl, .dxucEditArea, input[type="text"].dxucEditArea {
    font-family: 'malvalight_italic',arial;
}

.dxucNullText .dxucEditArea {
    color: #FFF !important;
    padding-left: 15px !important;
}

.dxucBrowseButton {
    background: rgb(0,205,203);
    color: #FFF !important;
    border: 1px solid #FFF;
}

.dxucControl .dxucBrowseButton a {
    background: rgb(0,205,203) !important;
    color: #FFF !important;
}

.dxucTextBox {
    height: 40px;
    background: rgba(0,205,203,1);
    font-family: 'malvalight_italic',arial;
    font-size: 14px !important;
    color: rgba(255,255,255,1);
}

.dxucInputs {
    border: 0;
}

.formCol {
    position: relative;
    width: 60%;
    margin-bottom: 20px;
}

.boxForm {
    height: 50px;
    background: rgba(215,245,244,1);
    font-family: 'malvalight_italic',arial;
    font-size: 14px !important;
    color: rgba(0,166,171,1);
    width: 100%;
    box-sizing: border-box;
}

    .boxForm .dxeEditArea {
        background: rgba(215,245,244,1);
    }

.dxeErrorFrame .dxeEditArea {
    background: #FF9F88;
    color: #FFF !important;
}

.boxForm textarea {
    padding: 18px;
}

.dxeNullText .dxeEditArea, .dxeNullText .dxeMemoEditArea {
    color: rgba(0,166,171,1);
}

.checkboxForm {
    font-family: 'malvalight_italic',arial;
    font-size: 14px !important;
    padding: 20px !important;
    box-sizing: border-box;
    width: 100%;
}

    .checkboxForm td {
        vertical-align: top;
        padding: 20px 0;
    }

    .checkboxForm .dxichTextCellSys {
        padding-left: 20px;
    }

        .checkboxForm .dxichTextCellSys ul {
            padding: 0 0 0 20px;
            margin: 5px 0 0 0;
        }

.btn {
    position: relative;
    font-family: 'assemblageblack',arial;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    height: 50px;
    border: 0;
    background: none;
    margin-left: 10px;
    cursor: pointer;
}

    .btn:hover {
        color: rgba(44,124,137,1) !important;
    }

.btnSolliciteer, .btnContactForm {
    position: relative !important;
    font-family: 'assemblageblack',arial !important;
    font-size: 18px !important;
    color: #FFF !important;
    display: inline-block !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 20px !important;
    border: 0 !important;
    cursor: pointer !important;
    background: rgba(0,188,185,1) !important;
    margin-top: 40px !important;
    text-decoration: none !important;
}

    .btnSolliciteer:hover, .btnContactForm:hover {
        color: rgba(44,124,137,1) !important;
    }

.checkbox {
    font-family: 'assemblagelight',arial !important;
    font-size: 18px;
    color: #FFF;
    padding: 0 !important;
    margin-top: 10px;
}

.checkboxProfiel {
    font-family: 'assemblagelight',arial !important;
    font-size: 18px;
    color: rgba(30,30,30,1);
    padding: 0 !important;
    margin-top: 10px;
}

.dxeIRadioButton, span.dxichCellSys label {
    font-family: 'assemblagelight',arial !important;
    font-size: 18px !important;
    width: 150px;
}

.logoFooter {
    position: relative;
    float: left;
    margin: 80px 0;
}

    .logoFooter img {
        height: 75px;
    }

.socialFooter {
    position: relative;
    margin: 80px 0;
    float: right;
    font-family: 'assemblagelight',arial;
    color: #FFF;
}

    .socialFooter .stuurBericht, .socialFooter .volgOns {
        position: relative;
        float: left;
        margin-top: 10px;
    }

    .socialFooter .volgOns {
        position: relative;
        float: left;
        margin-top: 10px;
        height: 50px;
        line-height: 50px;
        margin-left: 40px;
    }

        .socialFooter .volgOns div {
            position: relative;
            float: left;
            margin-top: 11px;
            padding-right: 15px;
        }

    .socialFooter .stuurBericht .socialIcon {
        display: inline-block;
        float: none;
        width: 175px;
        background-position: center right;
        height: 50px;
        line-height: 50px;
        color: #FFF;
        text-decoration: none;
        padding-right: 10px;
    }

    .socialFooter .volgOns .socialIcon {
        display: inline-block;
        float: none;
        width: 35px;
        background-position: center right;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: #FFF;
    }

.hotTopicContainer {
    position: relative;
    width: 100%;
    font-family: 'malvaitalic',arial;
    font-size: 14px;
    padding-bottom: 40px;
}

.zoekresultaten {
    font-family: 'malvaitalic',arial;
    font-size: 14px;
}

.hotTopicContainer::before {
    left: 33px;
    margin-left: -1px;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(0,205,203,1);
}

.hotTopicContainer .topics {
    position: relative;
    margin-left: 120px;
    width: calc(100% - 120px);
    background: rgba(0,166,171,1);
    padding: 30px 45px;
    box-sizing: border-box;
}

.hotTopicContainer a {
    margin: 5px 5px 0 0;
    display: inline-block;
    background: rgba(0,188,185,1);
    padding: 5px 10px;
    text-decoration: none;
    color: #FFF;
    font-family: 'assemblagelight',arial;
    font-size: 18px;
}

    .hotTopicContainer a:hover {
        background: rgba(0,205,203,1);
    }

    .hotTopicContainer a.actief {
        color: rgba(0,205,203,1);
        background: rgba(215,245,244,1);
    }

.topicContainer {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: rgba(30,30,30,1);
    font-family: 'malvaitalic',arial;
    font-size: 14px;
}

    .topicContainer a {
        margin: 5px 5px 0 0;
        display: inline-block;
        background: rgba(51,147,163,1);
        padding: 5px 10px;
        text-decoration: none;
        color: #FFF;
        font-family: 'assemblagelight',arial;
        font-size: 18px;
    }

        .topicContainer a:hover {
            background: rgba(44,124,137,1);
        }

.ookInteressant {
    position: relative;
    width: 100%;
    font-family: 'malvaregular',arial;
    color: #FFF;
    font-size: 34px;
}

    .ookInteressant::before {
        left: 33px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

    .ookInteressant .items {
        position: relative;
        margin-left: 120px;
        background: rgba(0,166,171,1);
        padding: 30px 80px;
    }

    .ookInteressant .laatsteItems {
        float: left;
        margin: 30px 30px 0 0;
        width: calc(30% - 30px);
        height: 300px;
        font-size: 15px;
        color: rgba(30,30,30,1);
    }

.aantalReacties span {
    font: 17px malvalight,arial !important;
    font-weight: 700 !important;
    color: rgba(30,30,30,1) !important;
}

.reactieContainer {
    position: relative;
}

.reactieBox {
    position: relative;
}

.reactieContainer.new .reactieBox {
    display: none;
}

.reactie {
    position: relative;
    margin: 0 0 0 120px;
    width: calc(100% - 120px);
    background: #FFF;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 25px;
    min-height: 100px;
}

    .reactie.sub {
        position: relative;
        margin: 0 0 0 160px;
        width: calc(100% - 160px);
        background: #FFF;
        box-sizing: border-box;
        padding-left: 40px;
        line-height: 25px;
        min-height: 100px;
    }

        .reactie.sub::before {
            left: -127px;
        }

        .reactie.sub .flagContainer {
            left: -160px;
        }

    .reactie::before {
        left: -87px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 76px;
        height: calc(100% - 76px);
        width: 1px;
        background: rgba(0,205,203,1);
    }

    .reactie .flag:after {
        display: none;
    }

    .reactie .naamReactie {
        font-family: 'assemblagelight',arial;
        color: rgba(0,188,185,1);
        text-transform: uppercase;
        line-height: 50px;
        border-bottom: 1px solid rgba(0,205,203,1);
        padding-left: 5px;
    }

    .reactie p {
        font-family: 'malvalight',arial;
        font-size: 17px;
        color: rgba(30,30,30,1);
        padding-left: 5px;
        margin: 20px 40px 20px 0;
    }

    .reactie a {
        font-family: 'assemblageblack',arial;
        font-size: 18px;
        color: rgba(0,188,185,1);
        text-transform: uppercase;
        text-decoration: none;
        float: right;
        margin: 0 40px 20px 0;
    }

.reactieForm {
    position: relative;
    margin: 0 0 0 120px;
    width: calc(100% - 120px);
    background: #FFF;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 20px;
    line-height: 25px;
    min-height: 100px;
}

    .reactieForm .bezigMetPlaatsen {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: 'Reactie plaatsen...';
        background: rgba(255,255,255,0.7);
        z-index: 9999;
        display: none;
    }

    .reactieForm .box {
        width: calc(100% - 40px) !important;
    }

    .reactieForm .checkbox {
        color: #000;
        font-family: 'malvalight',arial;
        font-size: 17px;
        margin-top: 0;
    }

        .reactieForm .checkbox label {
            padding: 1px 0 2px 20px !important;
        }

    .reactieForm .flag:after {
        display: none;
    }

    .reactieForm .flagDate:before {
        position: absolute;
        bottom: -12px;
        left: 0;
        content: ' ';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 10px 0;
        border-color: rgba(0,166,171,1) transparent transparent;
        -ms-transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }

    .reactieForm .flagDate {
        font-size: 35px;
        padding-top: 2px;
        height: 64px;
        font-family: 'assemblageblack',arial;
    }

    .reactieForm .naamReactie {
        font-family: 'assemblagelight',arial;
        color: rgba(0,188,185,1);
        text-transform: uppercase;
        line-height: 50px;
        border-bottom: 1px solid rgba(0,205,203,1);
        padding-left: 5px;
    }

    .reactieForm p {
        font-family: 'malvalight',arial;
        font-size: 17px;
        color: rgba(0,0,0,1);
        padding-left: 0;
        margin: 0 0 20px;
    }

    .reactieForm i {
        font-family: 'malvaitalic',arial;
        font-size: 14px;
    }

    .reactieForm a {
        font-family: 'assemblageblack',arial;
        font-size: 18px;
        color: rgba(0,188,185,1);
        text-transform: uppercase;
        text-decoration: none;
        float: right;
        margin: 30px 40px 20px 0;
    }

    .reactieForm .dxeErrorFrameWithoutError {
        border: 0 !important;
    }

.advertentieRectangle {
    position: relative;
    background: #EEE;
    width: 250px;
    margin: 30px 0 30px 30px;
}

.advertentieBanner {
    position: relative;
    background: #EEE;
    width: 640px;
    margin: 0 40px 0 190px;
    min-height: 100px;
}

    .advertentieBanner::before {
        left: -157px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

    .advertentieBanner .header, .advertentieRectangle .header {
        font-family: 'assemblagelight';
        font-size: 14px;
        text-align: center;
        color: #CECECE;
    }

.bannerOKVisieContainer {
    position: relative;
    width: 100%;
    min-height: 80px;
    padding: 25px 0;
    box-sizing: border-box;
}

.bannerOkVisie {
    position: relative;
    width: calc(100% - 120px);
    margin: 0 0 0 120px;
    background: rgba(0,205,203,1);
    padding: 40px 0;
}

.noBanner {
    display: none;
}

.bannerOKVisieContainer::before {
    left: 33px;
    margin-left: -1px;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0,205,203,1);
}

.bannerUitroepteken {
    position: absolute;
    left: -64px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 128px;
}

.oudeNaam {
    position: relative;
    width: 100%;
    text-align: center;
    color: #FFF;
}

    .oudeNaam img {
        height: 40px;
        margin-right: 20px;
    }

    .oudeNaam span {
        display: inline-block;
        color: #FFF;
        font-size: 21px;
    }

.nieuweNaam {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    height: 100px;
    width: 254px;
}

    .nieuweNaam .logoUit {
        position: absolute;
        height: 100px;
    }

    .nieuweNaam .logoAan {
        position: absolute;
        height: 100px;
        -webkit-animation: flicker 5s linear;
        -webkit-animation-play-state: running;
        animation: flicker 5s linear;
        animation-play-state: running;
    }

.youTubeThumb, .youTubeThumbNewHome {
    padding: 0 40px 0 5px;
    width: 100%;
    box-sizing: border-box;
}

.youTubeThumbNewHome {
    padding: 0;
    margin: 0 0 15px;
    height: 248px;
    object-fit: cover;
    background-color: #CECECE;
}

.tekstContainer {
    position: relative;
    width: 100%;
    font-family: 'malvalight_italic',arial;
    font-size: 17px;
    padding-bottom: 40px;
}

    .tekstContainer.noBefore::before {
        display: none;
    }

    .tekstContainer::before {
        left: 33px;
        margin-left: -1px;
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

    .tekstContainer .tekst {
        position: relative;
        margin-left: 120px;
        width: calc(100% - 120px);
        background: rgba(0,205,203,1);
        padding: 30px 45px;
        box-sizing: border-box;
        color: #FFF;
    }

.tekst h1 {
    font-family: 'malvaregular',arial;
    font-weight: 400;
    font-size: 34px;
    margin: 0;
    padding: 0;
}

.embedInThePicture {
    margin: 0 auto;
    display: block;
    height: 315px;
    width: 560px;
    max-width: 100%;
}

.datumTitel {
    margin-right: 10px;
    height: 25px;
}

.redacteurs .wordBlogger span {
    font-family: 'assemblageblack',arial;
    text-decoration: none;
    font-size: 18px;
    font-size: 60px;
}

.redacteurs .wordBlogger {
    border: 1px solid #FFF;
    height: 243px;
    text-align: center;
    font-family: 'assemblageblack',arial;
    text-decoration: none;
    font-size: 18px;
    margin-right: 0;
}

.wordLid span.show750 {
    display: none;
}

.reactieForm .checkbox label {
    width: auto;
}

.advertentieBanner img, .advertentieRectangle img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.fotoIngrid {
    float: right;
    height: 300px;
    height: 361px;
    margin: -77px 0 0 62px;
}

.fotoDocumenten {
    float: right;
    height: 200px;
    margin: -77px 0 0 62px;
}

.sponsorContainer {
    position: relative;
    width: 100%;
    padding: 30px;
    background: #FFF;
    box-sizing: border-box;
    margin: 40px 0 0;
    height: 180px;
    overflow: hidden;
}

    .sponsorContainer .sponsorSlide {
        position: relative;
        float: left;
    }

.sponsorLink {
    height: 60px;
}

#bedrijvenSliderContainer {
    position: relative;
    height: 260px;
    margin-left: 120px;
    width: calc(1180px - 120px);
    background: #FFF;
    box-sizing: border-box;
    padding: 40px 40px 0 40px;
}

    #bedrijvenSliderContainer:before {
        left: -87px;
        margin-left: -1px;
        content: '';
        position: absolute;
        height: calc(100% + 50px);
        width: 1px;
        background: rgba(0,205,203,1);
        top: -50px;
    }

.bedrijvenSlider {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.bedrijfSlide {
    float: left;
    position: relative;
}

    .bedrijfSlide img {
        height: 50px;
        padding: 40px 10px;
    }

img.sponsorLogo {
    height: 60px;
    margin: 20px 20px 0 0;
    border: 10px solid #FFF;
}

.googleAdd {
    position: relative;
    width: 640px !important;
    margin: 0 auto;
}

#mobilePromotie {
    display: none !important;
}

.embedPDF {
    width: calc(100% - 40px);
    height: 970px;
    background: url('/images/loading.gif') center 20px no-repeat;
}

#outerContainer #mainContainer div.toolbar {
    display: none !important; /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
    top: 0 !important; /* move doc up into empty bar space */
}

.categorieFilter {
    height: 41px;
    width: 297px;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px !important;
    display: inline-block;
    background: rgba(0,205,203,1);
    padding: 0;
    text-decoration: none;
    color: #FFF;
    font-family: 'malvalight_italic',arial;
    font-size: 14px !important;
}

    .categorieFilter.uploadDocument {
        margin: 0px 0 0 0;
    }

    .categorieFilter .dxeEditArea {
        color: #FFF;
        background: transparent;
    }

    .categorieFilter .dxeButtonEditButton {
        padding: 0;
        border: 0;
    }

.nieuwezoekopdrachtContainer {
    position: relative;
    width: 100%;
}

    .nieuwezoekopdrachtContainer article {
        background: none;
        text-align: center;
        width: 100%;
        margin: 0;
        padding-left: 120px;
    }

        .nieuwezoekopdrachtContainer article:before {
            display: none;
        }

    .nieuwezoekopdrachtContainer:before {
        left: 33px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

.btn.upload {
    margin-left: 0;
    padding: 0;
}

.homePaginaPadding50 {
    position: relative;
    height: 20px;
}

    .homePaginaPadding50::before {
        left: 33px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

.homePaginaOnderdeelTitel {
    position: relative;
    padding: 20px 0 40px 50px;
    font-family: 'assemblagelight',arial;
    font-size: 18px;
    color: rgba(0,188,185,1);
    line-height: 20px;
}

    .homePaginaOnderdeelTitel::before {
        left: 33px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

.homePaginaOnderdeelTitel {
    position: relative;
    padding: 30px 0 40px 50px;
    font-family: 'assemblagelight',arial;
    font-size: 18px;
    color: rgba(0,188,185,1);
    line-height: 20px;
}

    .homePaginaOnderdeelTitel::before {
        left: 33px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

    .homePaginaOnderdeelTitel::after {
        left: 23px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 30px;
        height: 20px;
        width: 20px;
        background: rgba(0,188,185,1);
        border-radius: 100%;
    }

.homePaginaOnderdeelContainer {
    position: relative;
    width: calc(100% + 10px);
    padding: 0 0 60px;
}

    .homePaginaOnderdeelContainer:after {
        content: "";
        display: table;
        clear: both;
    }

    .homePaginaOnderdeelContainer::before {
        left: 33px;
        margin-left: -1px;
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgba(0,205,203,1);
    }

    .homePaginaOnderdeelContainer .col25, .homePaginaOnderdeelContainer .col50 {
        position: relative;
        width: calc(25% - 10px);
        margin: 0 5px 10px;
        background: rgba(255,255,255,1);
        box-sizing: border-box;
        padding: 20px;
        float: left;
        -moz-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0);
        -webkit-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0);
        box-shadow: 0px 0px 10px rgba(44, 124, 136, 0);
        transition: box-shadow 0.3s ease-in-out;
        cursor: pointer;
    }

        .homePaginaOnderdeelContainer .col50.hidden, .homePaginaOnderdeelContainer .col25.hidden {
            display: none;
        }

    .homePaginaOnderdeelContainer .col50 {
        width: calc(50% - 10px);
    }

        .homePaginaOnderdeelContainer .col25:hover, .homePaginaOnderdeelContainer .col50:hover {
            -moz-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0.3);
            -webkit-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0.3);
            box-shadow: 0px 0px 10px rgba(44, 124, 136, 0.3);
        }

        .homePaginaOnderdeelContainer .col25 .item, .homePaginaOnderdeelContainer .col50 .item {
            position: relative;
            width: 100%;
            height: 340px;
        }

        .homePaginaOnderdeelContainer .col50 .item {
            height: calc((340px * 2) + 10px + 20px + 20px + 20px);
        }

            .homePaginaOnderdeelContainer .col25 .item .flag, .homePaginaOnderdeelContainer .col50 .item .flag {
                position: absolute;
                top: 40px;
                left: -20px;
                padding: 0 10px 0 20px;
                height: 40px;
                display: flex;
                align-content: center;
                font-size: 22px;
                border-radius: 0;
                color: #FFFFFF;
                width: auto;
                margin-top: 0;
                line-height: 40px;
                text-align: left;
            }

    .homePaginaOnderdeelContainer.uitgelicht .col25 .item.video .flag, .homePaginaOnderdeelContainer.uitgelicht .col25 .item .imageOverlay, .homePaginaOnderdeelContainer.uitgelicht .col25 .item.video .tekstOverlay {
        display: none;
    }

    .homePaginaOnderdeelContainer.uitgelicht .col25 .item.video .imageOverlay {
        display: block;
        height: 100%;
    }

    .homePaginaOnderdeelContainer.hottopics .col25 .item .flag, .homePaginaOnderdeelContainer.hottopics .col50 .item .flag {
        top: 10px;
        left: 10px;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
        font-size: 18px;
        z-index: 999;
    }

    .homePaginaOnderdeelContainer .col25 .item .imageOverlay, .homePaginaOnderdeelContainer .col50 .item .imageOverlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 248px;
        background: rgba(27,187,233,0.7);
    }

    .homePaginaOnderdeelContainer .col50 .item .imageOverlay {
        width: 248px;
        top: auto;
        right: 0;
        left: auto;
    }

        .homePaginaOnderdeelContainer .col25 .item .imageOverlay img, .homePaginaOnderdeelContainer .col50 .item .imageOverlay img {
            position: absolute;
            top: 20px;
            right: 15px;
        }

    .homePaginaOnderdeelContainer.hottopics .col50 .item .flag {
        top: 110px;
        left: 310px;
    }

        .homePaginaOnderdeelContainer.hottopics .col25 .item .flag:after, .homePaginaOnderdeelContainer.hottopics .col50 .item .flag:after {
            display: none;
        }

    .homePaginaOnderdeelContainer .col25 .item .flag:after, .homePaginaOnderdeelContainer .col50 .item .flag:after {
        border-top: 20px solid;
        border-bottom: 20px solid;
        border-right: 20px solid transparent;
        content: "";
        height: 0;
        right: -20px;
        position: absolute;
        top: 0;
        width: 0;
    }

    .homePaginaOnderdeelContainer .item.blog .flag:after {
        border-top-color: rgba(0,205,203,1);
        border-bottom-color: rgba(0,205,203,1);
    }

    .homePaginaOnderdeelContainer .item.evenement .flag:after {
        border-top-color: rgba(0,180,203,1);
        border-bottom-color: rgba(0,180,203,1);
    }

    .homePaginaOnderdeelContainer .item.nieuws .flag:after {
        border-top-color: rgba(68,184,211,1);
        border-bottom-color: rgba(68,184,211,1);
    }

    .homePaginaOnderdeelContainer .item.vacature .flag:after {
        border-top-color: rgba(255,126,135,1);
        border-bottom-color: rgba(255,126,135,1);
    }

    .homePaginaOnderdeelContainer .item.video .flag:after {
        border-top-color: rgba(104,242,225,1);
        border-bottom-color: rgba(104,242,225,1);
    }

    .homePaginaOnderdeelContainer .col25 .item img.itemFoto, .homePaginaOnderdeelContainer .col50 .item img.itemFoto {
        width: 100%;
        height: 248px;
        margin: 0 0 15px;
    }

    .homePaginaOnderdeelContainer .col50 .item img.itemFoto {
        width: 248px;
        float: right;
        margin: 0 0 20px 20px
    }

    .homePaginaOnderdeelContainer .col50 .item p {
        line-height: 25px;
    }

    .homePaginaOnderdeelContainer .col25 .item h5, .homePaginaOnderdeelContainer .col50 .item h5, .extraItems .extraItem .item h5 {
        font-family: 'assemblageblack', arial;
        font-size: 12px;
        margin: 0 0 5px;
    }

    .homePaginaOnderdeelContainer .item.blog h5, .extraItems .extraItem .item.blog h5 {
        color: rgba(0,205,203,1);
    }

    .homePaginaOnderdeelContainer .item.nieuws h5, .extraItems .extraItem .item.nieuws h5 {
        color: rgba(68,184,211,1);
    }

    .homePaginaOnderdeelContainer .item.video h5, .extraItems .extraItem .item.video h5 {
        color: rgba(104,242,225,1);
    }

    .homePaginaOnderdeelContainer .item.vacature h5, .extraItems .extraItem .item.vacature h5 {
        color: rgba(255,126,135,1);
    }

    .homePaginaOnderdeelContainer.uitgelicht .col25 .item img.itemFoto {
        height: 100%;
        margin: 0;
    }

    .homePaginaOnderdeelContainer .col25 .item .tekstOverlay {
        position: absolute;
        bottom: 0px;
        padding: 100px 20px 0;
        color: #FFF;
        line-height: 23px;
        height: 200px;
        width: 100%;
        box-sizing: border-box;
        background: -moz-linear-gradient(50% 162.86% 90deg,rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 92.27%);
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 92.27%);
        background: -webkit-gradient(linear,50% 162.86%,50% 14.94%,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(0.9227,rgba(0, 0, 0, 0) ));
        background: -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 92.27%);
        background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 92.27%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 92.27%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000', GradientType=0);
    }

        .homePaginaOnderdeelContainer .col25 .item .tekstOverlay p {
            margin: 0;
        }

    .homePaginaOnderdeelContainer .col50 .item .itemHeader {
        position: relative;
        width: calc(100% + 20px);
        margin-top: -20px;
        height: 75px;
        border-bottom: 1px solid rgba(0,205,203,1);
        margin-bottom: 20px;
    }

        .homePaginaOnderdeelContainer .col50 .item .itemHeader .auteur {
            padding: 22px 0 0 0;
        }

        .homePaginaOnderdeelContainer .col50 .item .itemHeader .stat.gelezen, .homePaginaOnderdeelContainer .col50 .item .itemHeader .stat.gedeeld, .homePaginaOnderdeelContainer .col50 .item .itemHeader .stat.reacties {
            display: block;
        }

    .homePaginaOnderdeelContainer .statsIconsContainer {
        border-left: 1px solid rgba(0,205,203,1);
    }

    .homePaginaOnderdeelContainer .col50 .item .itemFooter {
        position: absolute;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 75px;
        border-top: 1px solid rgba(0,205,203,1);
    }

.topPosts {
    position: relative;
    width: calc(75% + 10px);
    float: left;
}

    .topPosts .homePaginaOnderdeelContainer {
        width: 100%;
    }

    .topPosts .col25 {
        width: calc((100% / 3) - 10px);
    }

.sideBar {
    position: relative;
    float: right;
    width: calc(25% - 10px);
    box-sizing: border-box;
    padding: 60px 0 0 10px;
}

.vacatureLogo {
    width: 55px;
    height: 55px;
    float: left;
    margin: 0 20px 15px 0;
    object-fit: contain;
}

.topVacature {
    font-size: 15px;
    font-family: 'malvaregular';
    border-bottom: 1px solid rgb(0,205,203);
    padding: 10px 0 10px;
}

    .topVacature:last-of-type {
        border-bottom: 0;
    }

.vacatureLocatie {
    position: relative;
    display: block;
    margin: 5px 0 0;
    font-family: 'malvalight_italic',arial;
}

.topVacature:hover {
    color: rgb(44,124,136);
}

.hoofdHamburger {
    position: absolute;
    right: -5px;
    top: 0;
    padding: 14px 13px 12px;
}

    .hoofdHamburger:hover, .hoofdHamburger.is-active {
        background-color: rgb(0,205,203);
        color: #FFF;
    }

.hamburger.hoofdHamburger:hover .hamburger-inner, .hamburger.hoofdHamburger:hover .hamburger-inner:after, .hamburger.hoofdHamburger:hover .hamburger-inner:before, .hamburger.hoofdHamburger.is-active .hamburger-inner, .hamburger.hoofdHamburger.is-active .hamburger-inner:after, .hamburger.hoofdHamburger.is-active .hamburger-inner:before {
    background-color: #FFF;
}

.hoofdHamburgerMenu {
    position: absolute;
    display: none;
    top: 50px;
    right: -5px;
    width: 280px;
    box-sizing: border-box;
    background-color: rgb(0,205,203);
    z-index: 1000;
}

    .hoofdHamburgerMenu a {
        display: block;
        padding: 0 0 0 25px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #FFF;
        box-sizing: border-box;
        font-family: 'assemblagelight',arial;
        font-size: 20px;
    }

        .hoofdHamburgerMenu a:hover {
            color: #FFF;
            background: rgb(0,166,171);
        }

.auteurInfoBlok.extra {
    background: none;
    padding-left: 0;
}

.extraItems {
    position: relative;
    width: 100%;
    height: 350px;
}

    .extraItems .extraItem {
        position: relative;
        width: calc(25% - 10px);
        margin: 0 5px 10px;
        background: rgba(255,255,255,1);
        box-sizing: border-box;
        padding: 20px;
        float: left;
        -moz-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0);
        -webkit-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0);
        box-shadow: 0px 0px 10px rgba(44, 124, 136, 0);
        transition: box-shadow 0.3s ease-in-out;
        cursor: pointer;
    }

        .extraItems .extraItem:hover {
            -moz-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0.3);
            -webkit-box-shadow: 0px 0px 10px rgba(44, 124, 136, 0.3);
            box-shadow: 0px 0px 10px rgba(44, 124, 136, 0.3);
        }

        .extraItems .extraItem .item {
            position: relative;
            width: 100%;
            height: 300px;
        }

            .extraItems .extraItem .item img {
                width: 100%;
                height: 192px;
                margin: 0 0 15px;
            }

.dienstenTable {
    position: relative;
    width: calc(100% - 80px);
    margin-bottom: 100px;
}

.dienstenTableRow {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content:center;
    align-items:center;
    height:30px;
    cursor:pointer;
}
    .dienstenTableRow:hover {
        background: #D7F5F4;
    }
    .dienstenTableRow.kop:hover {
        background: none !important;
        cursor:auto !important;
    }
        .dienstenTableCol {
    position: relative;
    display: flex;
    font-family: 'malvalight';
    font-size: 15px;
}
    .dienstenTableCol.col175{
        width:350px;
    }
    .dienstenTableCol.col125 {
        width: 175px;
    }
    .dienstenTableCol.col75 {
        width: 120px;
        justify-content:flex-end;
    }
            .dienstenTableCol.col75 span{
                display:none;
            }
                .filterContainer {
    position: relative;
    background: #00A6AB;
    padding: 20px;
    box-sizing: border-box;
    width: calc(100% - 80px);
    margin-bottom: 50px;
    font-family: 'malvaitalic',arial;
    font-size: 14px;
}
.filterContainer .filterRow{
    margin-bottom:10px;
    width:50%;
}
    @media screen and (max-width: 1200px) {
        .topFoto {
            width: 314px;
        }

        .topMenu {
            width: 284px;
        }

        .topBar {
            width: calc(100% - 314px);
        }

        .topSocialIcons {
            right: 284px;
        }

        .wrapper {
            width: 960px;
        }

        .colLeft {
            width: 710px;
        }

        .laadExtra, .dxdvPagerShowMoreItemsContainer {
            position: relative;
            width: 550px;
            margin-left: 120px;
            padding: 69px 0 80px;
            text-align: center;
        }

        .dxdvControl, .dxdvControl table {
            table-layout: fixed;
        }

        .colRight {
            width: 250px;
        }

        .advertentieRectangle {
            position: relative;
            background: #EEE;
            width: 220px;
            margin: 30px 0 30px 30px;
            height: 220px;
            display: none;
        }

        .advertentieBanner {
            position: relative;
            background: #EEE;
            width: 590px;
            margin: 0 40px 0 120px;
            min-height: 100px;
        }

            .advertentieBanner::before {
                left: -87px;
                margin-left: -1px;
                content: '';
                position: absolute;
                top: 0;
                height: 100%;
                width: 1px;
                background: rgba(0,205,203,1);
            }

        .ookInteressant .laatsteItems {
            height: 350px;
        }

        .nieuwsbriefAanmeldContainer {
            width: calc(100% - 250px);
        }

            .nieuwsbriefAanmeldContainer h4 {
                margin-top: 3px;
                font-size: 30px;
            }

        .wordLidFooter {
            width: 220px;
        }

        .ookInteressant .items {
            padding: 30px 0 30px 80px;
        }

        .col100 {
            position: relative;
            float: left;
            width: 960px;
        }

        #bedrijvenSliderContainer {
            position: relative;
            float: left;
            width: calc(960px - 120px);
        }

        article img.itemFoto {
            float: right;
            margin: 20px 30px 30px 20px;
            width: 180px;
        }

        #menu {
            position: relative;
            height: 50px;
            background: rgba(0,166,171,1);
        }

        .timelineStarterTop {
            border-left: 1px solid rgba(0,205,203,1);
            border-right: 0;
            border-bottom: 0;
        }

        nav ul li a.blogMenuItem {
            border-right: 0;
            box-sizing: border-box;
        }

        nav ul li a {
            padding: 0 15px;
            font-size: 17px;
        }

        /*nieuwe homepagina*/
        .homePaginaOnderdeelContainer .col25 .item img.itemFoto, .homePaginaOnderdeelContainer .col50 .item img.itemFoto, .youTubeThumbNewHome {
            width: 100%;
            height: 192px;
            margin: 0 0 15px;
        }

        .homePaginaOnderdeelContainer .col25 .item .imageOverlay {
            height: 192px;
        }

        .homePaginaOnderdeelContainer .col25 .item, .homePaginaOnderdeelContainer .col50 .item {
            position: relative;
            width: 100%;
            height: 300px;
        }

        .homePaginaOnderdeelContainer .col50 .item {
            height: calc((300px * 2) + 10px + 20px + 20px + 20px);
        }

            .homePaginaOnderdeelContainer .col50 .item img.itemFoto {
                width: 192px;
                float: none;
                margin: 0 0 20px 0;
            }

        .homePaginaOnderdeelContainer.hottopics .col50 .item .flag {
            top: 110px;
            left: 10px;
        }

        .homePaginaOnderdeelContainer .col50 .item p {
            line-height: 25px;
            max-height: 100px;
            overflow: hidden;
        }

        .vacatureLogo {
            display: none;
        }

        .homePaginaOnderdeelContainer .col25 .item .tekstOverlay p {
            width: calc(100% - 40px);
            left: 20px;
            position: absolute;
            bottom: 20px;
            margin: 0;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .okMagazine .mockup img {
            top: 110px;
            width: 240px;
        }

        .okMagazine svg {
            width: 200px;
        }

        .extraItems .extraItem {
            width: 250px;
        }
        .dienstenTableCol.col175 {
            width: 320px;
        }

        .dienstenTableCol.col125 {
            width: 100px;
        }

        .dienstenTableCol.col75 {
            width: 100px;
        }
    }

    @media screen and (max-width: 1000px) {

        .topFoto {
            width: 25%;
        }

        .topMenu {
            width: 284px;
        }

        .topBar {
            width: 75%;
        }

        .wrapper {
            width: calc(100% - 20px);
            padding: 0 10px;
        }

        #menu .wrapper {
            width: 100%;
            padding: 0;
        }

        .colLeft {
            width: 100%;
            float: none;
        }

        .col100 {
            position: relative;
            float: none;
            width: 100%;
        }

        #bedrijvenSliderContainer {
            position: relative;
            float: left;
            width: calc(100% - 120px);
        }

        .itemFoto.mobileShow {
            display: block;
        }

        .overzichtVolgpagina .colRight {
            display: none;
        }

        .colRight {
            width: calc(100% - 30px);
            margin: 0 30px 0 0 !important;
        }

        nav ul {
            margin: 0;
        }

        .advertentieBanner {
            position: relative;
            background: #EEE;
            width: calc(100% - 120px);
            margin: 0 40px 0 120px;
            min-height: 100px;
        }

        .articleSep {
            width: calc(100% - 120px);
        }

        .firstItemFoto {
            display: none;
        }

        .wordLid span.hide750 {
            display: none;
        }

        .wordLid span.show750 {
            display: inline-block;
        }

        .wordLid a {
            max-width: 300px;
            display: block;
            margin: 30px auto;
        }

        .wordLid:hover {
            background-image: none;
        }

        .advertentieRectangle {
            position: relative;
            background: #EEE;
            width: 100%;
            margin: 30px 0 0 0;
            height: auto;
        }

        .laadExtra, .dxdvPagerShowMoreItemsContainer {
            width: calc(100% - 120px);
            padding: 30px 0;
        }

            .laadExtra::before, .dxdvPagerShowMoreItemsContainer::before {
                height: 63px;
            }

        .nieuwsbriefAanmeldContainer {
            width: 100%;
            margin: 40px 0 0;
        }

        .wordLidFooter {
            display: none;
        }

        .colRight .laatsteItems, .ookInteressant .laatsteItems {
            width: calc(50% - 30px);
            float: left;
            height: 300px;
        }

        .ookInteressant .items {
            padding: 30px 0 30px 40px;
        }

        .itemFoto {
            display: block !important;
        }

        /*Homepagina nieuw*/
        .homePaginaOnderdeelContainer .col25 {
            width: 250px;
        }

            .homePaginaOnderdeelContainer .col25.topVacatures {
                width: 350px;
            }

        .topVacatures h3 {
            margin: 0 0 0 10px;
        }

        .homePaginaOnderdeelContainer.hottopics {
            display: none;
        }

            .homePaginaOnderdeelContainer.hottopics.hottopicsMobiel {
                display: block;
            }

            .homePaginaOnderdeelContainer.hottopics .col50 {
                display: none;
            }


            .homePaginaOnderdeelContainer.hottopics .col25 .item img.itemFoto {
            }

            .homePaginaOnderdeelContainer.hottopics .col25:last-of-type {
                display: none !important;
            }

        .sideBar {
            display: none;
        }

        .topPosts {
            width: calc(100% + 10px);
        }

        .hoofdHamburger {
            right: 0;
        }

        nav ul > li:nth-last-of-type(-n+2) {
            display: none;
        }

        .hoofdHamburgerMenu .hidden {
            display: block;
        }

        .homePaginaOnderdeelContainer .col25.hidden {
            display: block;
        }

        .wordLid a, .wordLidFooter a, .okMagazine a {
            margin: 30px 0px;
        }

        .wordLid, .okMagazine {
            margin: 30px 0 0 15px;
            width: calc(100% - 15px);
        }
        .filterContainer, .dienstenTable {
            width: calc(100% - 40px);
        }
        .dienstenTableCol.col175 {
            width: 50%;
        }

        .dienstenTableCol.col125 {
            width: 50%;
        }

        .dienstenTableCol.col75 {
            width: auto;
        }
        .kop .dienstenTableCol.col175 {
            width: 50%;
        }

        .kop .dienstenTableCol.col125 {
            width: 50%;
        }

        .kop .dienstenTableCol.col75 {
            display:none;
        }
        .dienstenTableCol.col75 span {
            display: inline-block;
            font-weight: bold;
        }
        .dienstenTableCol.col75 {
            width: auto;
            padding: 2px 5px 5px 0;
            font-style: italic;
            font-size:11px;
            color: #999;
        }
        .dienstenTableRow {
            height: auto;
            padding: 5px;
            border-bottom: 1px solid #D7F5F4;
            box-sizing: border-box;
        }
    }

    @media screen and (max-width: 900px) {
        .deelArtikel span {
            margin-right: 0;
        }

            .deelArtikel span img {
                display: none;
            }

        article.evenement .deelArtikel, article.vacature .deelArtikel {
            max-width: calc(100% - 200px);
        }

        article.evenement .reageer, article.vacature .reageer {
            min-width: 200px;
        }
    }

    @media screen and (max-width: 830px) {
        .logoFooter {
            display: none;
        }

        .socialFooter {
            margin: 40px auto;
            float: left;
        }

        .categorieFilter {
            width: 100%;
            margin: 0 10px 10px 0;
        }
    }

    @media screen and (max-width: 780px) {
        .redacteurs {
            margin-left: 30px;
            margin-right: 30px;
            width: calc(100% - 60px);
        }

        .nieuwsbriefAanmeldContainer {
            width: calc(100% - 60px);
            margin: 40px 30px 0;
        }

        .redacteurs .col25 {
            width: calc(50% - 40px);
            margin-bottom: 20px;
        }

        .socialFooter {
            padding: 0 30px;
        }

        .nieuwsbriefAanmeldContainer h4 {
            margin-top: 3px;
            font-size: 25px;
        }

        .deelArtikel .gedeeld {
            display: none;
        }
    }

    @media screen and (max-width: 760px) {
        #menu {
            display: none;
        }

        #top {
            height: 100px;
        }

            #top.hideForApp {
                display: none;
            }

        .topBar {
            width: 100%;
            height: auto;
        }

        #header {
            height: 150px;
        }

            #header.hideForApp {
                height: 50px;
            }

        .hamburger.hideForApp {
            display: none !important;
        }

        .topFoto {
            display: none;
        }

        .topMenu {
            display: none;
        }

        .topSocialIcons {
            right: 0;
        }

        .logo {
            position: absolute;
            margin: 10px 0 0 10px;
        }

            .logo img {
                float: none;
                height: 50px;
            }

            .logo h1, .logo .slogan {
                margin: 0;
                padding: 0;
                padding-top: 5px;
                margin-left: 0;
                font-size: 15px;
            }

        .mobileMenu {
            position: relative;
            width: 100%;
            height: 50px;
            display: block;
            background: rgba(30,30,30,1);
        }

            .mobileMenu.fixedMenu, .mobileMenu.hideForApp {
                position: fixed;
                top: 0;
                z-index: 9999;
            }

        .iconBar {
            float: right;
            max-width: calc(100% - 50px);
        }

            .iconBar .bewaard {
                margin-left: 0;
                float: left;
                background-position: center center;
            }

            .iconBar .mijnokvisie {
                float: left;
                background-position: center center;
            }

            .iconBar .zoeken {
                position: relative;
                float: left;
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(106,106,106,1);
                background-image: url(/images/icons/i_zoeken.svg);
                background-repeat: no-repeat;
                background-position: center center;
            }

        .zoekenMobiel {
            z-index: 9999;
            height: 50px;
            position: relative;
            background: rgba(0,188,185,1);
            margin-bottom: 10px;
        }

            .zoekenMobiel.hideForApp {
                position: absolute;
                top: 50px;
                width: 100%;
            }

            .zoekenMobiel a {
                text-decoration: none !important;
            }

        .detailPagina article.evenement footer, .detailPagina article.vacature footer {
            height: 120px;
        }

        article.evenement footer .deelArtikel span, article.vacature footer .deelArtikel span {
            display: block;
        }

        article.evenement footer .deelArtikel, article.vacature footer .deelArtikel {
            text-align: center;
            width: calc(100% - 200px);
        }

        article.evenement footer .reageer, article.vacature footer .reageer {
            line-height: 120px;
            height: 120px;
        }
    }

    @media screen and (max-width: 700px) {
        .oudeNaam span {
            display: block;
            margin-top: 20px;
        }

        article {
            margin: 0;
            width: 100%;
            padding-left: 0;
        }

        #bedrijvenSliderContainer {
            margin: 0;
            width: 100%;
        }

            .reactie::before, .tekstContainer::before, .emptyDateTemplate::before, .auteurInfoBlok::before, .bannerOKVisieContainer::before, article::before, .advertentieBanner::before, .articleSep::before, .laadExtra::before, .dxdvPagerShowMoreItemsContainer::before, .hotTopicContainer::before, .ookInteressant::before, #bedrijvenSliderContainer::before {
                display: none;
            }

        .tekstContainer .tekst, .emptyDateTemplate {
            margin: 0;
            padding: 30px;
            width: 100%;
        }

        .ookInteressant .items {
            margin-left: 0;
        }

        .advertentieBanner {
            width: 100%;
            margin: 0;
        }

        .auteur, .overzichtVolgpagina .auteur, .detailPagina .auteur {
            position: relative;
            float: left;
            font-family: 'assemblagelight',arial;
            font-size: 18px;
            color: rgba(0,188,185,1);
            box-sizing: border-box;
            padding: 22px 0 0 30px;
            height: 100%;
            line-height: normal;
        }

        article content, .homeTimeline article:first-of-type content {
            width: calc(100% - 60px);
            padding: 0 30px;
            box-sizing:border-box;
        }

        .itemFoto {
            margin: 20px 0 30px 20px;
        }

        .leesLater {
            padding: 22px 0 0 30px;
        }

        .timelineStarterTop {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
            display: none;
        }

        .timelineYear {
            display: none;
        }

        article:first-of-type h2 {
            margin: 20px 0;
            font-size: 25px;
            word-wrap: break-word;
        }

        article h1 {
            margin: 20px 0;
            font-size: 25px;
        }

        article:first-of-type p {
            padding: 0 40px 0 0;
        }

        article img.itemFoto {
            float: right;
            margin: 20px 0 10px 20px;
            width: 180px;
        }

        .laadExtra, .dxdvPagerShowMoreItemsContainer {
            width: 100%;
            padding: 30px 0;
            margin-left: 0;
        }

        .flagContainer {
            position: relative;
            width: 100%;
            margin-left: 0;
            left: 0;
            top: 0;
            background: rgba(215,245,244,1);
        }

        .flag:after {
            display: none;
        }

        .flag {
            width: calc(100% - 30px);
        }

        .flagDate {
            position: absolute;
            font-family: 'assemblagelight',arial;
            line-height: normal;
            font-size: 18px;
            text-align: center;
            color: #FFF;
            top: -8px;
            left: 0;
            padding-top: 12px;
            height: 54px;
            width: 66px;
            border-radius: 0;
            background: rgba(0,166,171,1);
        }

        body {
            background: rgba(215,245,244,1);
        }

        .hotTopicContainer .topics {
            width: 100%;
            margin-left: 0;
        }

        .leesLater {
            padding: 22px 0 0 20px;
            width: 50%;
        }

        .leesNu {
            width: 50%;
        }

        .deelArtikel {
            padding-left: 30px;
        }

        .auteurInfoBlok {
            width: 100% !important;
            box-sizing: border-box !important;
            margin: 0;
            padding-left: 30px;
        }

        .reactie {
            width: 100%;
            padding-left: 30px;
            margin: 0;
        }

            .reactie .flagContainer {
                width: calc(100% + 30px);
                margin-left: -30px;
            }

            .reactie.sub {
                margin: 0;
                width: 100%;
                padding-left: 30px;
            }

                .reactie.sub .flagContainer {
                    left: 0;
                }

        .articleSep.aantalReacties {
            margin-left: 0;
            width: 100%;
        }

        .auteurFoto {
            margin: 40px 20px 20px 0;
            width: 200px;
        }

        .reactieForm {
            margin: 0;
            width: 100%;
            padding-left: 30px;
        }

            .reactieForm .flagContainer {
                margin-left: -30px;
                margin-top: -20px;
                width: calc(100% + 30px);
            }

            .reactieForm p {
                padding: 30px 30px 0 0;
            }

        article.evenement header {
            display: none;
        }

        /*Nieuwe homepagina*/
        /*.homePaginaOnderdeelContainer.hottopics .col25 {
        display: block !important;
        width: calc(50% - 10px);
        height: calc(50vw + 100px);
    }
        .homePaginaOnderdeelContainer.hottopics .col25 .item img.itemFoto {
            height: calc((50vw - 10px) - 40px);
        }*/
        .filterContainer, .dienstenTable, .filterContainer .filterRow {
            width: 100%;
        }
        .dienstenTableCol.col175, .kop .dienstenTableCol.col175 {
            width: calc(100% - 100px);
        }
        .dienstenTableCol.col125, .kop .dienstenTableCol.col125 {
            width: 100px;
        }
        .dienstenTableCol {
            font-size: 13px;
        }
        }

    @media screen and (max-width: 500px) {
        .auteurInfoBlok {
            padding: 30px;
        }

            .auteurInfoBlok.extra {
                padding: 0;
            }

        .mobielOnly {
            display: inline;
        }

        .auteurFoto {
            margin: 0 auto;
            max-width: 100%;
            width: auto;
            display: block;
            float: none;
        }

        .deelArtikel {
            width: 100%;
            border-right: 0;
            padding: 22px 0 10px 5px;
            text-align: center;
            height: auto;
        }

            .deelArtikel span {
                display: block;
            }

        .reageer {
            width: 100%;
            border-right: 0;
            text-align: center;
            background: #FFF;
        }

        .detailPagina footer {
            height: 120px;
        }

        article img.itemFoto {
            float: none;
            margin: 30px auto;
            width: 100%;
            max-width: 250px;
        }

        .overzichtVolgpagina article content, .detailPagina article content, article content, .homeTimeline article:first-of-type content {
            width: calc(100% - 20px);
            padding: 0 10px;
        }

        .auteur {
            padding: 22px 0 0 10px !important;
        }

        .stat {
            padding-top: 20px;
        }

            .stat.locatie, .stat.werktijden, .stat.sluitingsdatum, .stat.bijdrage {
                padding: 20px 15px 0;
            }

        article:first-of-type p {
            padding: 0;
        }

        .bannerOKVisieContainer {
            display: none !important;
        }

        .statsIconsContainer {
            display: none;
        }

        .nieuwsbriefAanmeldContainer .box {
            width: calc(100% - 30px) !important;
        }

        .nieuwsbriefAanmeldContainer .btn {
            margin-left: 0;
        }

        .socialFooter .volgOns {
            margin-left: 5px;
        }

        .volgOns div {
            display: none;
        }

        .redacteurs .col25 {
            width: calc(100% - 40px);
        }

        .colRight .laatsteItems {
            width: 100%;
            float: left;
            height: auto;
            margin: 30px 0 0;
        }

        .colRight .laatsteItems, .ookInteressant .laatsteItems {
            width: 100%;
            float: left;
            height: auto;
            margin: 30px 0 0;
        }

        .ookInteressant .items {
            padding: 30px 10px;
        }

        content .col25 {
            width: calc(50% - 20px);
            height: 75px;
        }

        .detailPagina article.evenement footer, .detailPagina article.vacature footer {
            height: 120px;
        }

        article.evenement footer .deelArtikel span, article.vacature footer .deelArtikel span {
            display: block;
        }

        article.evenement footer .deelArtikel, article.vacature footer .deelArtikel {
            text-align: center;
            width: 100%;
            max-width: 100%;
        }

        article.evenement footer .reageer, article.vacature footer .reageer {
            line-height: 75px;
            height: 75px;
        }

        .embedPDF {
            display: none;
        }
    }

    @media screen and (max-width: 400px) {
        content .col25 {
            width: calc(100% - 20px);
            height: auto;
            margin-bottom: 20px;
        }

        .reactieForm .checkbox {
            height: auto !important;
        }

            .reactieForm .checkbox label {
                width: 200px;
            }

        .logo img {
            float: none;
            width: 100px;
            height: auto;
        }

        #payoff {
            height: auto;
        }

            #payoff a {
                display: block;
            }

        .socialFooter {
            display: none;
        }

        .nieuwsbriefAanmeldContainer {
            width: 100%;
            margin: 40px 0 0;
            padding: 20px;
        }

        .redacteurs {
            width: 100%;
            margin: 40px 0 0;
            padding: 20px;
        }

            .redacteurs .col25 {
                width: 100%;
            }

        #footer .wrapper {
            padding: 0;
            width: 100%;
        }

        .colRight {
            width: 100%;
            margin: 0 !important;
        }

        .timelineStarterTop {
            width: 1px;
        }

        .wordLid {
            position: relative;
            margin: 30px 0 0;
            width: 100%;
            background-color: rgba(0,166,171,1);
            background-repeat: no-repeat;
            background-position: left 91px top 41px;
            box-sizing: border-box;
            padding: 40px 15px;
            text-align: center;
            color: #FFF;
            line-height: 19px;
        }

        article:first-of-type h2 {
            margin: 20px 0;
            font-size: 20px;
        }

        .leesNu {
            width: 100%;
            background: #FFF;
            border-top: 1px solid rgba(0,188,185,1);
        }

        .leesLater {
            padding: 22px 20px 0 0;
            width: 100%;
            border-right: 0;
        }

            .leesLater a {
                text-decoration: none;
                color: rgba(0,188,185,1);
                display: block;
                width: 100%;
                text-align: center;
            }

        .dxdvControl, .dxdvControl table {
            table-layout: fixed;
            margin-top: 10px;
        }

        article content p, article content p {
            font-size: 15px !important;
        }

        article content img {
            max-width: 100%;
            height: auto !important;
        }

        .auteurInfoBlok {
            padding: 5px;
        }

        .tekstContainer .tekst, .emptyDateTemplate {
            margin: 0;
            padding: 20px;
            width: 100%;
        }

        .formCol {
            position: relative;
            width: calc(100% - 30px);
            margin-bottom: 20px;
        }

        .documentenBank .leesLater {
            display: none;
        }

        .homePaginaOnderdeelContainer {
            padding: 0 0 30px;
        }
    }

    @media screen and (max-width: 890px) {
        .googleAdd {
            position: relative;
            width: 250px !important;
            margin: 0 auto;
        }

        #mobilePromotie {
            display: block !important;
        }

            #mobilePromotie .googleAdd {
                width: 150px !important;
            }

        #desktopPromotie, .mobilePromotiePadding {
            display: none !important;
        }

        .appBanner {
            width: calc(100% - 40px);
            text-align: left;
        }
    }

    @media screen and (max-width: 740px) {
        .fotoIngrid, .fotoDocumenten {
            display: none;
        }

        .appBanner {
            width: calc(100% - 40px);
            text-align: left;
        }
    }

    @media screen and (max-width: 400px) {
        img.sponsorLogo {
            height: 40px;
            max-width: 100%;
        }

        .appBanner {
            width: 100%;
            text-align: left;
        }

        .reageer.document {
            width: 100%;
            padding: 0;
            line-height: 60px;
        }
    }
