﻿@import url("fonts.css");
@import url("hover-min.css");

body, html, form {
    margin: 0;
    padding: 0;
    color: rgb(0,59,69);
    font-family: 'Museo Sans 300', Arial;
    font-size: 18px;
}
a{
    color: rgb(49,181,210);
}
    body.posts {
        background: rgb(226,244,249);
    }

.overlayMobielActief {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    display: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

#header, #slider, #content, #footer {
    position: relative;
    width: 100%;
}

#header,
#footer {
    background: #FFF;
}

.wrapper {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.wrapperTekstVolg {
    position: relative;
    width: 840px;
    margin: 0 auto;
    background: #FFF;
    padding: 50px 90px 100px;
    box-sizing: border-box;
}

    .wrapperTekstVolg.buttons {
        background: none;
        padding: 0;
        text-align: center;
        margin: 0 auto 50px;
    }

.tekstWrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto 0;
    padding: 100px 0 70px;
    line-height: 26px;
}

    .tekstWrapper.center, .wrapper.center {
        text-align: center;
    }

h1, h2, h4 {
    font-family: 'Museo Sans 900', Arial;
    font-size: 20px;
    margin: 0 0 40px;
    padding: 0;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 30px;
}

h4 {
    margin: 0;
    font-size: 14px;
}

h3 {
    font-family: 'Museo Sans 900', Arial;
    font-size: 18px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: uppercase;
}

.sticky + #slider {
    margin-top: 120px;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #FFF;
}

    #header.sticky .logoBar, .logoBar.small {
        height: 20px;
        transition: height 0.5s ease-out;
    }

        #header.sticky .logoBar img {
            display: none;
        }

        #header.sticky .btnWit, .overlayNieuwsbrief .btnWit, .logoBar.small .btnWit, .wrapperTekstVolg .btnWit, .btnBlauw.helpmee, .contactElement .btnBlauw {
            height: 35px;
            line-height: 35px;
            font-size: 16px;
        }

.btnBlauw.helpmee, .btnBlauw.right {
    float: right;
}

.nieuwsbriefBar .btnBlauw {
    background: #FFF;
}

.logo {
    position: relative;
    float: left;
    width: 165px;
    height: 60px;
    background: rgb(32,158,178);
}

nav {
    position: relative;
    float: left;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        nav ul li {
            display: block;
            float: left;
            height: 60px;
            padding: 0 30px;
            border-left: 1px solid rgb(32,158,178);
        }

            nav ul li a {
                height: 60px;
                font-family: "Museo Sans 700", Arial;
                line-height: 60px;
                text-transform: uppercase;
                font-size: 14px;
                color: rgb(32,158,178);
                text-decoration: none;
                position: relative;
                display: block;
            }

                nav ul li a:hover:before, nav ul li a:hover:after, nav ul li a.active:after, nav ul li a.active:before {
                    position: absolute;
                    left: 0px;
                    top: 10px;
                    width: 100%;
                    text-align: center;
                    font-size: 5px;
                    color: rgba(32,158,178, 0.5);
                    content: "\e91a";
                    font-family: 'icomoon' !important;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    /* Better Font Rendering =========== */
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                nav ul li a.active:after, nav ul li a:hover:after {
                    top: auto;
                    bottom: 13px;
                    left: 0;
                }

                nav ul li a.active:after, nav ul li a.active:before {
                    color: rgba(32,158,178, 1) !important;
                }

.informatie {
    position: relative;
    float: right;
    height: 60px;
    padding: 0 50px 0 0;
}

    .informatie img {
        float: left;
    }

        .informatie img.cfb {
            margin: 16px 10px 0;
        }

        .informatie img.anbi {
            margin: 18px 10px 0;
        }

        .informatie img:hover {
            opacity: 0.7;
        }

address {
    position: relative;
    float: left;
    font-family: 'Museo Sans 700', Arial;
    font-size: 12px;
    font-style: normal;
}

    address a {
        text-decoration: none;
        color: rgb(32,158,178);
        line-height: 60px;
        margin: 0 20px 0 0;
    }

        address a span.icon-i_locatie, address a span.icon-i_telefoon {
            font-size: 18px;
            margin: 0px 5px;
            display: inline-block;
            position: relative;
            top: 2px;
        }

        address a:hover {
            opacity: 0.7;
        }

        address a span.icon-i_telefoon {
            top: 5px;
        }

.logoBar {
    position: relative;
    height: 110px;
    background: rgb(58,183,212);
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-family: 'Museo Sans 900', Arial;
    text-transform: uppercase;
    color: #FFF;
}

    .logoBar .btnWit {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 50px;
    }

.btnWit {
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-family: 'Museo Sans 700', Arial;
    font-size: 28px;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 5px;
    text-transform: uppercase;
}

.btnBlauw {
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-family: 'Museo Sans 700', Arial;
    font-size: 28px;
    color: rgb(32,158,178);
    text-decoration: none;
    border: 1px solid rgb(32,158,178);
    border-radius: 5px;
    text-transform: uppercase;
}

#slider {
    height: 800px;
}

    #slider.small {
        height: 750px;
    }

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/header.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

    .slide .tekstOverlay, .quoteHome .quote {
        position: absolute;
        left: 50%;
        font-family: 'Museo Sans 900', Arial;
        font-size: 50px;
        line-height: 48px;
        color: #FFF;
        text-transform: uppercase;
        top: 350px;
    }

#slider.small .slide .tekstOverlay {
    top: 300px;
}

.slide .tekstOverlay .btnWit, .quote .btnWit {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin: 0 15px 0 0;
}

    .slide .tekstOverlay .btnWit.hvr-sweep-to-right:hover {
        color: rgb(0,59,69);
    }

.btnBlauw.helpmee.hvr-sweep-to-right:hover, .btnBlauw.btnPostsLeesmeer.hvr-sweep-to-right:hover, .contactElement .hvr-sweep-to-right:hover {
    color: rgb(0,59,69);
}

.btnBlauw.helpmee.hvr-sweep-to-right:before, .btnBlauw.btnPostsLeesmeer.hvr-sweep-to-right:before, .contactElement .hvr-sweep-to-right:before {
    background: rgb(226,244,249);
}

.nieuwsbriefBar .hvr-sweep-to-right:hover {
    color: #FFF;
}

.nieuwsbriefBar .hvr-sweep-to-right:before {
    background: rgb(58,183,212);
}

.slide .tekstOverlay a.normalLink {
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    color: #FFF;
    text-decoration: none;
    font-family: 'Museo Sans 700', Arial;
    text-transform: none;
}

.activiteiten {
    position: relative;
    width: 1060px;
    margin: 0 auto 100px;
    overflow: hidden;
    max-height: 290px;
}

#activiteitenContainer {
    position: relative;
    width: 100%;
    padding: 50px 0 80px;
    background: rgb(177,207,134);
    margin: 0 0 50px;
}

    #activiteitenContainer .activiteiten {
        margin: 0 auto;
        max-height: none;
    }

        #activiteitenContainer .activiteiten:after {
            display: none;
        }

.activiteiten:after, .post:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 50px 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.activiteiten.hiddenAfter:after, .post.hiddenAfter:after {
    display: none;
}

.col25 {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 25px;
}

.activiteiten [class^="icon-"], .activiteiten [class*=" icon-"] {
    font-size: 100px;
    display: inline-block;
    margin: 0 0 70px;
}

.sidebar-box {
    max-height: 120px;
    position: relative;
}

.btnBlauw.btnactiviteiten, .btnBlauw.btnPostsLeesmeer {
    z-index: 10;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    position: relative;
    top: -80px;
    margin: 0 auto;
    width: 78px;
    display: block;
}

.btnBlauw.btnPostsLeesmeer {
    top: 20px;
}

.quoteHome {
    position: relative;
    width: 100%;
    height: 540px;
    background-image: url('/images/foto_home_aandacht.jpg');
}

    .quoteHome .wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .quoteHome .quote {
        position: relative;
        top: auto !important;
        left: auto;
    }

.extraInfo {
    position: relative;
    width: 100%;
    background: rgb(177,207,134);
}

.tellers {
    position: relative;
    padding: 100px 0;
}

    .tellers h2 {
        margin: 0 0 60px;
    }

    .tellers .col14 {
        position: relative;
        float: left;
        width: 14%;
        box-sizing: border-box;
        padding: 0;
        font-size: 32px;
        line-height: 25px;
        font-family: 'Museo Sans 100', Arial;
    }

        .tellers .col14 [class^="icon-"], .tellers .col14 [class*=" icon-"] {
            font-size: 50px;
            line-height: 1;
            margin: 0 0 20px;
            display: block;
        }

        .tellers .col14 .omschrijving {
            font-family: 'Museo Sans 300', Arial;
            font-size: 14px;
            line-height: normal;
        }

#map {
    position: absolute;
    width: calc(100% + 145px);
    height: 100%;
    margin: 0 0 100px -145px;
}

.mapContainer {
    position: relative;
    width: 100%;
    height: 545px;
}

.mapOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .mapOverlay .adres {
        position: absolute;
        height: 40px;
        line-height: 40px;
        top: -41px;
        bottom: 0;
        right: calc(50% + 65px);
        margin: auto 0;
        color: #FFF;
        font-family: 'Museo Sans 700', Arial;
        font-size: 14px;
    }

        .mapOverlay .adres span.icon-i_locatie {
            color: #FFF;
            font-size: 30px;
            line-height: 40px;
            display: inline-block;
            top: 6px;
            position: relative;
            margin: 0 0 0 10px;
        }

.overlayNieuwsbrief {
    position: absolute;
    left: 50%;
    top: 210px;
    font-family: 'Museo Sans 900', Arial;
    font-size: 50px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 48px;
}

.adresFooter {
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.col50 {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Museo Sans 700', Arial;
    color: rgb(32,158,178);
    line-height: 20px;
}

    .col50.right {
        text-align: right;
        padding: 0 50px;
    }

#contentContainer {
    position: relative;
    margin: -150px 0 0;
    width: 100%;
    z-index: 10;
}

    #contentContainer.helpmee {
        margin: -235px 0 0;
    }

.quoteHelpmee {
    position: relative;
    width: 100%;
    background-image: url('/images/foto_quote_helpmee.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 540px;
    margin: 0 0 100px;
}

    .quoteHelpmee .wrapper {
        padding: 0 0 0 130px;
        box-sizing: border-box;
        height: 100%;
        display: flex;
        align-items: center;
    }

.persoon {
    position: relative;
    float: left;
    text-align: center;
    color: #FFF;
    font-family: 'Museo Sans 700', Arial;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
}

.quote {
    position: relative;
    float: left;
    padding: 0 0 0 50px;
    font-family: 'Museo Sans 900', Arial;
    font-size: 50px;
    line-height: 48px;
    color: #FFF;
    text-transform: uppercase;
}

.doneren {
    position: relative;
    width: 100%;
    padding: 75px 0;
    text-align: center;
    background: rgb(58,183,212);
    color: #FFF;
    margin: 50px 0;
}

    .doneren span {
        font-size: 85px;
    }

    .doneren h2 {
        margin: 80px 0 30px;
    }

    .doneren .wrapperTekstVolg {
        background: none;
        padding: 0 90px 0;
    }

.nieuwsbriefBar .wrapperTekstVolg {
    background: none;
    padding: 0 90px;
}

.datum {
    color: rgb(32,158,178);
    font-size: 14px;
    display: inline-block;
    margin: 0 0 10px;
}

.postContainer {
    margin: 0 auto 30px;
    padding: 50px 90px;
}

.post {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.tekstCompleet {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0 0;
}

.contactRow {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.contactLabel {
    position: relative;
    float: left;
    width: 100px;
    color: rgb(0,59,69);
    font-size: 14px;
    line-height: 50px;
    min-height: 50px;
}

.contactElement {
    position: relative;
    float: left;
    width: calc(100% - 100px);
}

.box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: 'Museo Sans 300', Arial !important;
    font-size: 18px !important;
    color: rgb(0,59,69) !important;
    border-radius: 5px;
    padding: 0 10px;
}

    .box input {
        font-family: 'Museo Sans 300', Arial !important;
        font-size: 18px !important;
        color: rgb(0,59,69) !important;
    }

.dxeMemoSys textarea {
    box-sizing: border-box;
    padding: 10px;
}

.nieuwsbriefBar {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: rgb(226,244,249);
    color: rgb(0,59,69);
}

.mobileOnly {
    display: none;
}
.dxpc-shadow{
box-shadow:none;
}
.dxeListBoxItem {
    border: 1px solid rgb(200,213,215);
    border-radius:5px;
        font-family: 'Museo Sans 300', Arial;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background:#FFF;
}
.dxeButtonEdit .dxeEditArea {
    background-color: transparent;
}
.dxeListBoxItemSelected, .dxeListBoxItemHover{
    background-color: rgb(226,244,249);
    color:rgb(0,59,69);
    border-color: rgb(200,213,215) !important;
}
.dxEditors_edtDropDown {
    display:none !important;
}
.dxeFocused .dxeButton{
        background-image:url(/images/arrow_up.png) !important;
}

.dxeListBox{
    border:0;
    background-color:transparent !important;
}
@media screen and (max-width: 1400px) {
    .locatieLink {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    .telefoonNummer {
        display: none;
    }

    address a span.icon-i_telefoon {
        top: 3px;
        font-size: 24px;
    }

    .wrapper, .activiteiten {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .informatie {
        padding: 0 20px 0 0;
    }

    .logoBar .btnWit {
        right: 20px;
    }
}

@media screen and (max-width: 1020px) {
    .logo {
        height: 50px;
    }

        .logo img {
            height: 100%;
        }

    nav {
        display: none;
    }

    .informatie {
        height: 50px;
        padding: 0;
    }

        .informatie img.cfb {
            margin: 11px 10px 0;
        }

        .informatie img.anbi {
            margin: 17px 10px 0;
        }

    #slider, #slider.small {
        height: 500px;
    }

        #slider.small .slide .tekstOverlay {
            top: 175px;
        }

    .slide .tekstOverlay, .quoteHome .quote {
        top: 250px;
    }

    .wrapperTekstVolg {
        padding: 50px 40px 100px;
        width: 640px;
    }

    .tekstWrapper {
        width: 100%;
        padding: 100px 20px 70px;
        box-sizing: border-box;
    }

    .quoteHome {
        height: 400px;
    }

    .mapContainer {
        height: 400px;
    }

    #header {
        position: fixed;
        z-index: 100;
    }

    #slider {
        padding: 50px 0 0;
    }

    nav {
        position: absolute;
        width: 320px;
        z-index: 9999;
        background: #FFF;
        top: 50px;
        right: 0;
    }

        nav ul li {
            display: block;
            float: none;
            height: 60px;
            padding: 0;
            border-left: 0;
            border-top: 1px solid rgb(32,158,178);
            width: 100%;
            text-align: center;
        }

            nav ul li.btnDoneer {
                background: rgb(32,158,178);
            }

                nav ul li.btnDoneer a {
                    color: #FFF;
                }

    .logoBar {
        display: none;
    }

        .logoBar img {
            display: none;
        }

    #header .logoBar {
        height: 20px;
        transition: height 0.5s ease-out;
    }

    #header .btnWit {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }

    .col25 {
        width: 50%;
        margin: 0 0 40px;
    }

    .activiteiten [class^="icon-"], .activiteiten [class*=" icon-"] {
        font-size: 60px;
        display: inline-block;
        margin: 0 0 30px;
    }

    .tellers .col14 {
        width: 25%;
        margin: 0 0 70px;
        float: none;
        display: inline-block;
    }

    .tellerContainer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .tellers .col14 [class^="icon-"], .tellers .col14 [class*=" icon-"] {
        margin: 0;
    }

    .tellers {
        padding: 100px 0 30px;
    }

    .mobileOnly {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    #slider, #slider.small {
        height: 300px;
    }

    #contentContainer {
        margin: 0;
    }

    .slide {
        background-size: cover;
    }

        .slide .tekstOverlay, .quoteHome .quote, .overlayNieuwsbrief {
            font-size: 30px;
            line-height: 1;
            top: 120px;
        }

    .overlayNieuwsbrief {
        width: calc(100% - 20px);
        left: 20px;
        bottom: 30px;
        top: auto;
    }

    .adresTekst {
        display: none !important;
    }

    .mapContainer {
        height: 300px;
    }

    #slider.small .slide .tekstOverlay {
        top: 200px;
    }
}

@media screen and (max-width: 700px) {
    .tellers .col14 {
        width: 33%;
        font-size: 25px;
        margin: 0 0 35px;
    }

    .col50, .col50.right {
        width: 100%;
        margin: 0 0 40px;
        text-align: center;
    }

    .adresFooter {
        padding: 50px 0 0;
    }

    .wrapperTekstVolg {
        padding: 50px 20px 50px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #slider.small {
        height: 250px;
    }

        #slider.small .slide .tekstOverlay {
            top: auto;
            bottom: 20px;
            left: 0;
            width: 100%;
        }

    .col25 {
        width: 100%;
        margin: 0 0 40px;
    }

    .slide .tekstOverlay .btnWit, .slide .tekstOverlay .normalLink {
        margin: 15px 15px 0 0;
    }

    .tellers .col14 {
        width: 50%;
    }

    .cfb, .anbi {
        display: none;
    }

    address a {
        margin: 0;
    }

    .quote {
        padding: 0;
        width: 100%;
    }

        .slide .tekstOverlay .btnWit, .quote .btnWit {
            font-size: 12px;
            height: 35px;
            line-height: 35px;
        }

        .quote .btnWit {
            margin: 0;
        }

    .slide .tekstOverlay {
        top: auto;
        width: calc(100% - 20px);
        left: 20px;
        bottom: 20px;
        text-align: center;
    }

    #header.sticky .btnWit, .overlayNieuwsbrief .btnWit, .logoBar.small .btnWit, .wrapperTekstVolg .btnWit, .btnBlauw.helpmee, .contactElement .btnBlauw {
        font-size: 14px;
    }

    .post img {
        width: 100px;
    }

    .contactLabel, .contactElement {
        width: 100%;
    }

    .nieuwsbriefBar .wrapperTekstVolg {
        background: none;
        padding: 0 20px;
    }
}

@media screen and (max-width: 400px) {
    .tellers .col14 {
        width: 100%;
    }

    .tekstWrapper {
        padding: 50px 20px 30px;
    }

    .tellers {
        padding: 50px 0 30px;
    }

    .post img {
        width: 150px;
        padding: 0;
        margin: 0 auto 30px;
        float: none;
    }
}
