:root {
    --main-white: #FFFFFF;
    --main-black: #000000;
    --main-blue: red;
}


@import url(//db.onlinewebfonts.com/c/b466ebedc5bf7246a68464b10efab102?family=AustralSansBlur-Regular);
@font-face {font-family: "AustralSansBlur-Regular"; src: url("//db.onlinewebfonts.com/t/b466ebedc5bf7246a68464b10efab102.eot"); src: url("//db.onlinewebfonts.com/t/b466ebedc5bf7246a68464b10efab102.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/b466ebedc5bf7246a68464b10efab102.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/b466ebedc5bf7246a68464b10efab102.woff") format("woff"), url("//db.onlinewebfonts.com/t/b466ebedc5bf7246a68464b10efab102.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/b466ebedc5bf7246a68464b10efab102.svg#AustralSansBlur-Regular") format("svg"); }


* {
    cursor: auto;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

/* FONT & TEXT STYLING */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-size: 40px;
    line-height: 50px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

p, a, u, span, select, section, td, th, option, form, input, b, strong, ul, ol, li, textarea, label, button, input, iframe, table {
    font-family: '', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

/* GENERAL STYLING */

:focus {
    outline: none;
}

.lockScroll {
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.render-content {
    position: relative;
}

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-content-wrapper {
    width: 100%;
    position: relative;
}

.image {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 100%;

}

/* SECTION STYLING */

.section-container {
    position: relative;
    width: 100%;
}

.section-content {
    position: relative;
    z-index: 2;
}

.plate--container {
    width: 100%;
    max-width: unset;
    padding-left: 5%;
    padding-right: 5%;
}

/* DISPLAY FLEX STYLING */

.fl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 404 MESSAGE  */

.error-message {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 3;
}

/* NAVIGATION STYLING */

.navigation {
    position: relative;
    width: 100%;
}

.navbar {
    position: relative;
    height: 100%;
    padding: 27px 0;
}

.navbar-inner {
    position: relative;
}

.navbar-brand {
    position: relative;
    margin-right: 30px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
}

.navbar-brand img {
    max-height: 100%;
    width: 260px;
}

.navbar-collapse {
    position: relative;
    width: 100%;
}

.navbar-nav {
    position: relative;
    width: 100%;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .nav-item {
    padding-right: 20px;
}

.navbar-nav .nav-item.last {
    padding-right: 0;
}

/* DROPDOWN STYLING */

.dropdown-menu.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 100px;
    padding: 10px 0;
    margin: 0 0 0 0;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
}

/* DOUBLE SLIDER HOME HEADER STYLING */

.swiper-container {
    margin-left: 0px;
    width: 70%;
    height: 100%;
}

.swiper-wrapper {
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 0);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.t1 {
    background-color: white;
    position: relative;
    height: 100vh;
    width: 100%;
}

.swiper-slide.color {
    background-color: #fff;
}

.t2 {
    background-color: red;
    height: 30%;
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.titel {
    color: white;
    font-size: 30px
}




/* NAVBAR TOGGLER STYLING */

.navbar-toggler {
    display: none;
    padding-right: 0;
    z-index: 100;
}

.navbar-toggler:focus {
    outline: none;
}

.bars {
    position: relative;
    height: auto;
    width: 35px;
}

.bar {
    width: 100%;
    height: 3px;
    background: black;
    margin-bottom: 5px;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.bar.bar-3 {
    margin-bottom: 0;
}

.menu-open .bars {
    margin: 0;
}

.menu-open .bar-1 {
    transform: rotate(45deg);
}

.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}

.menu-open .bar-2 {
    opacity: 0;
}

/* BUTTONS */

.button {
    position: relative;
    min-width: 170px;
    height: 64px;
    display: inline-block;
    cursor: pointer;
    background-color: black;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.button input {
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: white;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 10px 15px;
}

.button a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    min-width: 170px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
}

/* HOME HEADER */

.home-header-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.home-header-inner {
    position: relative;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
}

/* POST HEADER */

.post-header-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.post-header-inner {
    position: relative;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
}

/* POST ITEM */

.items-container {
    position: relative;
}

.items-container .item-wrapper:nth-child(4n) {
    margin-right: 0;
}

.item-wrapper {
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 0;
}

.item-wrapper .item-inner {
    position: relative;
}

.item-wrapper .item-content {
    padding: 15px;
    color: #000000;
}

.item-wrapper .item-inner p {
    margin-bottom: 0;
}

.item-wrapper .item-image {
    position: relative;
    height: 250px;
}

.item-wrapper .item-image .image-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
/* nieuwsheader STYLING */
.title-container.green {
    color: #1d6426;
}
/* nieuwscontainer STYLING */


.nieuws-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap row;
}

.nieuws-item-wrapper {
    margin-bottom: 100px;
    position: relative;
    padding: 45px;
    width: 49.5%;
    margin-right: 1%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.nieuws-item-wrapper:nth-child(2n) {
    margin-right: 0;
}

.nieuwstitel {
    font-family: 'AustralSansBlur-Regular';
    margin-top: 450px;
    text-align: center;
    color: white;
    font-weight: bold;
}

/* nieuwscontainer STYLING */
.swiper-button-next.nieuwsknop {
    border-radius: 0;
    background: #00a9c1;
    color: white;
    cursor: pointer;
    height: 60px;
    width: 60px;
    opacity: 1;
    padding: 0;
    transition: 0.5s;


}
.swiper-button-next.nieuwsknop:hover {
    box-shadow: inset 70px 0 0 0px #046876;
}


.swiper-container.nieuwsartikelen {
    background-color: white;
    width: 100%;
}
.swiper-slide.nieuwsartikel{
    position: relative;
    display: flex;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}
.swiper-slide.nieuwsartikel:hover{
    box-shadow: inset 0 -83px 95px -67px rgba(0,0,0,0.75);

}
.nieuwsatikel-detail-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nieuwsartikelentitel {
    font-size: 25px;
    position: relative;
    align-self: flex-end;
    font-family:'AustralSansBlur-Regular';
    color: white;
}
.swiper-button-next .nieuwsartikelen{
}

/* showplate nieuws STYLING */

.nieuwsafbeelding{
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    height: 60vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nieuws-content{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
}
/* CONTACTFORM STYLING */

.form-field {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
}

.form-field--is-active .form-field__control::after {
    color: #000;
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field--is-active .form-field__label {
    color: #000;
    opacity: .8;
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field--is-filled .form-field__label {
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field-container .form-field--is-active .form-field__control::after {
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field-container .form-field--is-active .form-field__label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.form-field-container .form-field--is-filled .form-field__label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.form-field__label {
    position: absolute;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 0;
    opacity: .5;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.form-field_check_label {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-field_check_label span {
    margin-left: 10px;
}

.form-field__control {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.form-field__control::after {
    border-bottom: 2px solid rgba(69, 87, 96, 0.48);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 1%;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333333;
    color: #333333;
    display: block;
    margin-top: 24px;
    outline: 0;
    width: 100%;
    z-index: 5;
}

.form-field-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 24px;
    width: 100%;
}

.form-field-container label {
    position: relative;
    margin-bottom: 10px;
}

.form-field-container input {
    margin-top: 0;
}

.form-field.first label {
    display: block;
}

.form-field.select select {
    padding: 5px;
    border: 1px solid black;
}

textarea,
input[type="text"],
input[type="file"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-field input[type="file"] {
    padding-left: 0;
    -webkit-appearance: none;
}

.form-field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.form-field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.form-field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid black;
}

.form-field input[type="checkbox"]:checked {
    color: black;
}

.form-field input[type="checkbox"]:after,
.form-field input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: -1px;
    left: -1px;
    background-color: transparent;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="radio"]:after {
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.form-field input[type="checkbox"]:checked:after {
    background-color: black;
}

.form-field input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    padding: 10px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid black;
}

.form-field input[type="radio"]:checked {
    color: black;
}

.form-field input[type="radio"]:checked:after {
    background-color: black;
}

textarea {
    min-height: 150px;
    max-height: 350px;
}

/* FOOTER */

.footer {
    position: relative;
    padding: 100px 0;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1024px) {

}

.greyline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #333333;
}

@media screen and (max-width: 767px) {

    .greyline {
        background-color: #FFFFFF;
    }
}


.review {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.reviewimage {
    position: relative;
    height: 400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;

}

.reviewimagesize {
    -webkit-background-size: cover;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.teamlidimage {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;

}

.teamlidimagesize {
    -webkit-background-size: cover;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.komma {
    font-family: "Baskerville Old Face";
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 40px;
    height: 40px;
    color: white;
    background: black;
    border-radius: 100%;
}

/* CURSOR
.ct-widget--active,
.ct-tool,
.ct-tool-group,
.ct-tool-groups,
.ct-tags {
    cursor: auto !important;
}

.cursor {
    pointer-events: none;
    position: absolute;
    z-index: 999999999999999999;
    mix-blend-mode: difference;
    height: 40px;
    width: 40px;
}

.cursor svg {
    width: 40px;
    height: 40px;
    transform: scale(5);
}

.cursor__ball {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
}

.cursor__ball circle {
    fill: #181717;
}

.cursor-change {
    opacity: 0;

    position: absolute;
    left: -33px;
    top: -26px;
    height: 80px;
    width: 80px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    color: var(--main-black);
}

.no-mix-blend-mode .cursor__ball circle {
    fill: var(--main-blue);
}

.no-mix-blend-mode .cursor-change {
    color: var(--main-white);
}

.cursor.drag .cursor-drag {
    opacity: 1;
}

.cursor.scroll .cursor-scroll {
    opacity: 1;
}

.cursor.click .cursor-click {
    opacity: 1;
}

.cursor.ball .cursor-ball {
    opacity: 1;
}
*/
/* SLIDER */

/* OEFENEN */
.o1 {
    height: 100vh;
    width: 100%;
}

.o2 {
    float: left;
    height: 100vh;
    width: 50%;

}

.o3 {
    float: right;
    height: 100vh;
    width: 50%;
}

.o3image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.o4 {
    height: 70%;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}

.o4image {
    border-radius: 3px;
    height: 90%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1.5s;
    position: relative;
}

.o4image:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);

}

.o4download {
    float: right;
    text-align: center;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    color: black;
    cursor: pointer;
    font-size: 20px;
    transition: 10s;
    position: absolute;
    bottom: 0;
    right: 0;
}

.o4download:hover {
    transition: 0s;
    color: blue;
}

.o4titel {
    font-family: "Franklin Gothic Book";
    font-size: 20px;
    font-weight: bold;
    height: 10%;
    width: 100%;
    text-align: center;
    transition: 10s;
}

.o4titel:hover {
    transition: 0s;
    color: blue;
}

svg path {
    fill: white;
}

.o4image:hover .animation {
    animation: download 1s ease-in-out infinite;
}

.o5 {
    position: absolute;
    margin-left: 10%;
    margin-top: 10%;
    width: 300px;
    height: 300px;
}

.o5titel {
    font-weight: bold;
    font-size: 50px;
    transition: 10s;
    position: relative;
    z-index: 3;
}

.o5titel:hover {
    transition: 0s;
    color: blue;
}

@keyframes download {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

/* Nieuwslider*/
.nieuwsslider-container {
    width: 100%;
    height: 100%;
}

.nieuwsslider-slide {
    background-color: red;
    height: 200px;
    width: 200px;
    margin-right: 10px;

    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
