html,
body {
    width: 100%;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    color: #5c666f;
    line-height: 1.8em;
}
body {
    background-color: #FFF;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
section,
footer {
    padding-bottom: 100px;
}
@media only screen and (max-width: 992px) {
    section,
    footer {
        padding-right: 50px !important;
        padding-bottom: 45px;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #2a3a1c;
    text-transform: uppercase;
}
h1, h2 {
    font-size: 25px;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h1, h2, p {
    margin-bottom: 30px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active h6 a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited h6 a:visited,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus h6 a:focus {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    h1, h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
}
a,
a:focus,
a:active,
a:visited,
a:hover {
    color: #2a3a1c;
    text-decoration: underline;
}
hr {
    margin: 30px 0;
}
nav.main {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.7);
    text-align: center;
    z-index: 9999;
    width: 240px;
    transition: width 0.5s;
}
nav.main.folded {
    width: 36px;
}
nav.main * {
    color: #3F605C;
    font-weight: bold;
}
nav.main span.far,
nav.main span.fas {
    font-size: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
}
nav.main div.navlinks {
    display: table;
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding: 36px 0;
    height: 100%;
    z-index: -2;
}
nav.main div.navlinks div.links {
    display: table-cell;
    width: 240px;
    vertical-align: middle;
    text-align: left;
}
nav.main div.navlinks div.links a {
    display: block;
    width: 240px;
    text-decoration: none;
    margin: 0.5em 0;
}
nav.main div.navicon,
nav.main div.upicon {
    margin-top: 8px;
    width: 36px;
    height: 36px;
    z-index: 9998;
    cursor: pointer;
}
nav.main div.upicon {
    position: absolute;
    bottom: 0;
}
nav.main div.navlinks div.links span.menuicon {
    width: 36px;
    height: 36px;
    font-size: 20px;
    opacity: 0.5;
    display: inline-block;
    text-align: center;
}
nav.main div.navlinks div.links span.menuicon img {
    width: 24px;
    margin-bottom: 0px;
    vertical-align: baseline;
}
span.logoicon {
    margin-bottom: 7px;
    display: inline-block;
}
nav.main div.navlinks div.links a:hover span.menuicon,
nav.main div.navlinks div.links a span.menuicon.current {
    opacity: 1;
}

div.section1,
div.section2,
div.section3,
div.section4 {
    width: 100%;
}
div.section1 {
    background-image: url('/images/section1-background.png');
    background-size: cover;
    background-position: center top;
}
/* div.section4, */
div.nieuws {
    padding-top: 60px;
}
div.section2 {
    padding-top: 100px;
}
div.section2,
div.nieuws {
    /*
    background-color: rgba(239,240,227,0.3);
    */
}
div.section4 {
    padding-top: 100px;
}
div.section1 {
    z-index: -1;
    padding-top: 30px;
}
@media only screen and (max-width: 1280px) {
    div.section1 {
        background-size: 100% auto;
    }
}
div.lift {
    margin-top: -50px;
}
div.nieuws {
    /* background-image: url('/images/achtergrond-illustratie-2.svg'); */
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

header {
}
a.social,
a.social:hover,
a.social:focus,
a.social:active,
a.social:visited {
    color: #D8D8D8;
    margin: 14px 14px 0 0;
    font-size: 24px;
    display: inline-block;
    text-align: center;
}
a.social.share {
    font-size: 18px;
    margin: 14px 6px 0 0;
}
a.social.share:first-of-type {
    margin-left: 30px;
}
div.logo {
    text-align: center;
}
div.logo img {
    max-width: 90%;
    max-height: 400px;
    margin-bottom: 0px;
    margin-top: 0px;
}
div.logo.small img {
    margin-bottom: 0px;
    max-width: 200px;
}
section.intrograd {
    /*
    background: -moz-linear-gradient(top, rgba(234,234,244,0) 0%, rgba(234,234,244,0) 86%, rgba(234,234,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(234,234,244,0) 0%,rgba(234,234,244,0) 86%,rgba(234,234,244,1) 100%);
    background: linear-gradient(to bottom, rgba(234,234,244,0) 0%,rgba(234,234,244,0) 86%,rgba(234,234,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaf4', endColorstr='#eaeaf4',GradientType=0 );
    border-bottom: 1px solid #dce0dc;
    */
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
    section.intrograd {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 600px) {
    section.intrograd {
        padding-bottom: 60px;
    }
}
div.intro {
    background-size: cover;
    background-position: left center;
    padding-top: 68px;
}
div.intro div.content {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.4em;
}
div.intro div.content.rechts {
    /* margin-bottom: 100px */
}
div.intro div.content {
    color: #3F605C;
}
div.intro .pushdown {
    margin-top: 200px;
    margin-bottom: -200px;
}
.project div.content img,
div.intro div.content img {
    max-width: 100%;
    height: auto !important;
}
section.container.newspage,
section.container.faq {
    padding-top: 68px;
}
@media only screen and (max-width: 992px) {
    section.container.intro {
        background-image: initial !important;
    }
}

section.contact .content,
section.project .content {
    margin-bottom: 30px;
}

a.button,
input[type=submit],
button {
    background: #C1640A;
    border-radius: 4px;
    line-height: 30px;
    height: 50px;
    min-width: 200px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    text-decoration: none;
    padding: 10px 50px;
    border: 0;
}
a.button.inverted,
input[type=submit].inverted,
button.inverted {
    background: #FFF;
    color: #3F605C;
    border: 2px solid #3F605C;
}
input[type=submit],
button {
    padding-top: 8px;
    cursor: pointer;
}
div.calendar {
    width: 90px;
    border-radius: 4px;
    height: 90px;
    margin: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    background: #FFF;
}
div.calendar div.month {
    height: 26px;
    text-align: center;
    width: 100%;
    color: #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 4x 4px 6px rgba(0,0,0,0.3);
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 26px;
}
div.calendar div.day {
    height: 64px;
    width: 100%;
    color: #d9d9d9;
    text-align: center;
    font-size: 3em;
    line-height: 64px;
}
div.calendaritem.future div.calendar {
    background: #C1640A; /*
    background: -moz-linear-gradient(top, #3eaf70 0%, #007165 100%);
    background: -webkit-linear-gradient(top, #3eaf70 0%,#007165 100%);
    background: linear-gradient(to bottom, #3eaf70 0%,#007165 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eaf70', endColorstr='#007165',GradientType=0 ); */
}
div.calendaritem.future div.calendar div.month {
    color: #2A3A1B;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
div.calendaritem.future div.calendar div.day {
    color: #2A3A1B;
}
div.cta {
    font-weight: normal;
    text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
    div.cta {
        text-align: center !important;
    }
}
div.squarecontainer {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
.squarecontent {
    position: absolute;
    display: flex;
    background-size: cover;
    height: 100%;
    width: 100%;
    flex-direction: column;
    background-blend-mode: soft-light;
}
.videoitem {
    padding-bottom: 30px;
}
.videoitem span.content {
    display: block;
    background-color: #FFF;
    padding: 15px;
    height: 43.75%;
}
.videoitem h3 {
    color: #3F605C;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sidebar .previewimg img {
    margin-bottom: 5px;
}
.sidebar .previewimg {
    margin-bottom: 30px;
}
.previewimg img {
    width: 100%;
}
.previewimg a,
.previewimg a:hover,
.previewimg a:focus,
.previewimg a:visited,
.previewimg a:active,
.videoitem a,
.videoitem a:hover,
.videoitem a:focus,
.videoitem a:visited,
.videoitem a:active {
    text-decoration: none;
}
.videoitem .cta,
.videoitem .cta .content {
    height: 100%;
    background-color: #3F605C;
    color: #FFF;
}
.videoitem .cta .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.videoitem .cta * {
    color: #FFF;
}
.video {
    background-color: #FFF;
    height: 100%;
}

/* owl */
.owl-left,
.owl-right {
    color: #3F605C;
    font-size: 2em;
    line-height: 120px;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.events {
    margin: 1em 0 2em 0;
}
.events .event {
    padding: 1em 0;
    border-bottom: 1px solid #dce0dc;
}
.events .event .eventdate {
    text-transform: uppercase;
    padding-right: 2em;
    width: 30%;
    display: inline-block;
    color: #abaeaa;
}
.events .event .eventname {
    width: 65%;
    display: inline-block;
    color: #abaeaa;
    font-family: 'Montserrat', verdana, sans-serif;
}
.events .event .expand {
    width: 5%;
    display: inline-block;
    color: #abaeaa;
    text-align: right;
    cursor: pointer;
}
.events .event.future .expand {
    color: #3F605C;
}
.events .event .calendarcontent {
    background-color: rgba(239,240,227,0.3);
    padding: 10px;
    margin-top: 1em;
    margin-bottom: -1em;
}
@media only screen and (max-width: 576px) {
    .events .event .eventdate {
        width: 35%;
    }
    .events .event .eventname {
        width: 60%;
    }
    .events .event .expand {
        width: 5%;
    }
}
.events .event.future .eventname,
.events .event.future .eventdate {
    color: #3F605C;
    vertical-align: text-top;
    font-weight: bold;
}

.usp {
    padding-bottom: 30px;
}
.usp h3 {
    color: #3F605C;
}
.uspintro,
.videointro {
    padding: 2em 25%;
}
@media only screen and (max-width: 992px) {
    .uspintro,
    .videointro {
        padding: 2em;
    }
}
.usp .icon {
    display: inline-block;
    width: 20%;
    float: left;
    color: #C1640A;
    font-size: 50px;
    text-align: center;
}
.usp .icon img {
    max-width: 80%;
}
.usp .content {
    display: inline-block;
    width: 80%;
    float: left;
}

section.news {
    padding-top: 60px;
}
.newsitem {
    background-color: #FFF;
    /* box-shadow: 0 0 4px rgba(0,0,0,0.3); */
    padding: 0px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.newsimage img {
    max-width: 100%;
    margin-bottom: 15px;
}
.newsitem .newscontent {
    padding: 0 15px;
}
.newsitem h3 a {
    color: #3F605C;
    text-decoration: none;
}
.newslistitem p,
.newsitem p {
    margin-bottom: 0;
}
p.date {
    color: #7f7f7f;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.morenews {
    padding: 15px;
}
.newslist{
    margin-top: 2em;
    border-top: 1px solid #dce0dc;
}
.newslistitem {
    padding: 1em 0;
    border-bottom: 1px solid #dce0dc;
}
.newslistitem h3 {
    margin-bottom: 0;
    font-family: 'Montserrat', verdana, sans-serif;
    text-transform: initial;
    font-size: 1.1em;
}
.newslistitem h3.current a {
    color: #7f7f7f;
    font-family: 'Montserrat', verdana, sans-serif;
    text-transform: initial;
    font-size: 1.1em;
}

input[type=email],
input[type=text],
textarea {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #3F605C;
    padding: 1em;
    margin-bottom: 1em;
}
.approve {
    display: none;
}

section.mailchimp {
}

section.contact span.phone a {
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
}
span.phone {
    display: inline-block;
    margin-bottom: 45px;
}
section.contact span.phone span.icon {
    width: 48px;
    height: 48px;
    background-color: #5c79ba;
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-size: 1.2em;
    margin-right: 15px;
}

footer {
    background-color: #FFF;
    background-size: 100%;
    background-position: center top;
    border-bottom: 60px solid #94BFAA;
    background-repeat: no-repeat;
}
footer.nopadding {
    padding: 0;
}
.container.slider .slider a {
    text-decoration: none;
}
.container.slider .slider img {
    margin: 0 30px 0 0;
    max-width: 300px;
}

.floatingbox {
    background-color: #FFF;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.floatingbox.wide {
    padding: 30px;
}

.newspage div.featured img {
    width: 100%;
    margin-bottom: 30px;
}
.faqcontent {
    display: flex;
    width: 100%;
    margin-top: 45px;
}
.planning .pldate {
    width: 20%;
    display: inline-block;
}
.planning .plsubject {
    width: 75%;
    display: inline-block;
}
.planning .pldate .day,
.planning .pldate .month,
.planning .pldate .year {
    display: inline-block;
}
.planning .plset,
.faqcontent .faq {
    clear: both;
}
.faqcontent .faqcat {
    width: 30%;
    float: left;
    padding-right: 20px;
}
.faqcontent .faqset {
    width: 70%;
    float: left;
}
@media only screen and (max-width: 992px) {
    .planning .pldate {
        width: 100%;
        display: inline-block;
    }
    .planning .plsubject {
        width: 100%;
        display: inline-block;
        font-weight: normal;
        line-height: 1.2em;
    }
    .faqcontent {
        display: inline-block;
    }
    .faqcontent .faqcat {
        width: 100%;
    }
    .faqcontent .faqset {
        width: 100%;
    }
}
.planning .plset .plinfo,
.faqcontent .faqset .question {
    width: 100%;
    padding: 0.6em 1.6em 0.6em 0.6em;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    font-weight: bold;
}
.planning .plset .plitem .fas,
.faqcontent .faqset .question .fas {
    float: right;
    margin: 0.5em -1em;
    color: #2a3a1c;
    top: 0;
}
.planning .plset .plitem:first-of-type .plinfo,
.faqcontent .faqset .faq:first-of-type .question {
    border-top: 1px solid rgba(0,0,0,.1);
}
.planning .plset .plcontent,
.faqcontent .faqset .answer {
    height: 0px;
    width: 100%;
    overflow: hidden;
    background-color: rgba(239,240,227,0.3);
}
.planning .plset .plcontent .content,
.faqcontent .faqset .answer .content {
    margin: 1em 0.6em;
}

.language img {
    max-width: 24px;
}
.language > img {
    opacity: 0.3;
}

@media (max-width: 650px) {
    .language {
        padding-right: 50px;
    }
}

.team .member {
    cursor: pointer;
    margin-bottom: 30px;
}
.team .mimg {
    padding-bottom: 100%;
    background-size: cover;
    background-color: #dfe6e4;
}
.team .mcontent {
    position: relative;
}
.team .mcontent:before {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    width: 32px;
    height: 32px;
    color: #2a3a1c;
}
.team .mcontent.active:before {
    content: "\f068";
}
.team .mcontent .name {
    display: inline-block;
    padding: 6px 10px 2px 10px;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: #2a3a1c;
}
.team .mcontent .role {
    display: inline-block;
    padding: 0px 10px 6px 10px;
    font-size: 0.9em;
    text-transform: uppercase;
}
.team .mcontent .desc {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    padding: 0px 10px;
    position: absolute;
    z-index: 999;
    background-color: #FFF;
}
.team .mcontent.active .desc {
    height: auto;
}
