@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    padding: 0;
    height: 100%;
    max-width: 2000px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}


/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 35px;
    color: #353535;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #353535;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #353535;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #353535;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    background-color: #214978;
    font-weight: 200;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #214978;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #214978;
}


/* Einde Bevestiging*/


/* SLIDER */

.slider {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}

.slider article {
    position: relative;
}

.slider article img {
    width: 100%;
}

.slider_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, .1);
}

.slider_content {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider_content h2 {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: white;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.73);
    letter-spacing: 2px;
}

.slider_content div {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 150%;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    font-weight: 400;
}


/* EINDE SLIDER */

.contact_content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.contact_form {
    width: 95%;
    max-width: 1000px;
    padding: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.showBig {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 70px;
    top: 70px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    font-size: 3em;
    align-items: center;
    opacity: 0;
    transition: all .5s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}

.contactimgs:hover .showBig {
    opacity: 1;
}

.contact_form input {
    padding: 10px;
    color: #353535;
    background-color: #F4F4F4;
    border: none;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

.contact_form input[type=submit] {
    background-color: #214978;
    color: #fff;
    border-radius: 200px;
    padding: 14px 35px;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    -moz-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    font-family: Montserrat, sans-serif;
}

.contact_form input[type=submit]:disabled {
    opacity: .2;
}

#NaamInput {
    width: 49%;
}

#EmailInput {
    width: 49%;
}

#Bericht {
    width: 100%;
    border: none;
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
    color: #353535;
    background-color: #F4F4F4;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    min-height: 250px;
    margin-bottom: 20px;
}

#Submit {
    position: relative;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
}

.innerfooter {
    width: 100%;
    max-width: 1280px;
    padding-top: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.innerfooter article {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
}

.innerfooter article i {
    color: #214978;
    margin-right: 15px;
    font-size: 18px;
}

.innerfooter article a,
.innerfooter article p {
    color: #214978;
    line-height: 130%;
}

.innerfooter article .content {
    display: flex;
    flex-direction: row;
    min-height: 50px;
}


/* HOME */

.text {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 20px;
}

.text h2,
.text h1 {
    color: #43423f;
    letter-spacing: 3px;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.text h2 {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}

.text div {
    font-size: 1.2em;
    line-height: 150%;
    color: #919191;
    text-align: center;
    font-weight: 200;
}


/* EINDE HOME */

.header {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #F5C452;
}

.header img {
    height: 100px;
}

.privcnt {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: .8em !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 20px;
    color: #a3a3a3 !important;
}

.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.privcnt a {
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: black;
    font-weight: 700;
    color: #353535;
    position: relative;
    z-index: 10;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
}

.checkmark.white-start {
    background-color: #fff;
}

.privcnt:hover input~.checkmark,
.privcnt:hover input~.checkmark.white-start {
    background-color: #ccc;
}

.privcnt input:checked~.checkmark,
.privcnt input:checked~.checkmark.white-start {
    background-color: #353535;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.privcnt input:checked~.checkmark:after {
    display: block;
}

.privcnt .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.privandsub {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}


/* REALISATIES */

.realisaties {
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    padding-bottom: 30px;
}

.realisaties article {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.realisaties article:hover img {
    transform: scale(1.05);
}

.realisaties article div {
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
}

.realisaties article img {
    width: 100%;
    transition: all 1s;
}

.realisaties article h2 {
    padding: 10px;
    background-color: white;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 1.2em;
    color: #4E4E4E;
    min-height: 80px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 150%;
    letter-spacing: 1px;
}


/* EINDE REALISATIES */


/* BLOKKEN */

.blokken_content {
    width: 100%;
    padding: 20px 0;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.blokken_row {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 10px;
}

.blokken_img_left {
    width: 44%;
    position: relative;
}

.blokken_text_right {
    width: 50%;
    padding: 20px;
    position: relative;
    z-index: 3;
}

.imageholder {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blokken_img_left img {
    width: 100%;
}

.slick-slider {
    margin-top: 10px;
}

.slider article {
    overflow: hidden;
    max-height: 70vh;
}

.blokken_img_left_bg {
    display: none;
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 1;
    top: -60px;
    right: -25%;
    transform: skewX(-4deg);
    background-color: rgba(244, 129, 31, .1);
    z-index: 0;
}

.blokken_text_right h2 {
    letter-spacing: 1px;
    font-size: 1.7em;
    font-weight: 700;
    color: #43423f;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.blokken_text_right>a {
    background-color: #214978;
    color: #fff;
    border-radius: 200px;
    padding: 14px 35px;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    -moz-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
}

.blokken_txt a {
    font-weight: 700;
    color: #353535;
}

.blokken_text_right>a:hover {
    color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
    box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
}

.blokken_txt {
    line-height: 170%;
    font-size: 1.1em;
    color: #919191;
}

.blokken_row:nth-child(2n) .blokken_img_left {
    order: 2;
}

.blokken_row:nth-child(2n) .blokken_text_right {
    order: 1;
}

.blokken_row:nth-child(2n) .blokken_img_left_bg2 {
    left: inherit;
    right: -30px;
}

.blokken_row:nth-child(2n) .imgholder {
    padding-right: 10px;
}

.blokken_row:nth-child(2n) .blokken_img_left_bg {
    left: -25%;
    right: inherit;
}


/* EINDE BLOKKEN */


/* BANNER */

.banner {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F2F6FA;
}

.banner>div {
    width: 50%;
}

.banner>div:first-child {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner>div:first-child div {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F2F6FA;
    width: 170px;
    z-index: 1;
    transform: skewX(-20deg) translateX(50%);
}

.banner>div:last-child {
    padding: 70px 0;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.banner>div:last-child h2 {
    color: #383838;
    letter-spacing: 2px;
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 150%;
    text-transform: uppercase;
}

.banner>div:last-child div {
    max-width: 700px;
    line-height: 150%;
    color: #A3A3A3;
    font-size: 1.1em;
}

.banner>div:last-child a {
    background-color: #214978;
    color: #fff;
    border-radius: 200px;
    padding: 14px 35px;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    -moz-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
}

.banner>div:last-child a:hover {
    color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
    box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
}


/* EINDE BANNER */


/* INSTAGRAM */

.instagram {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 0 10px 0;
}

.instagram h2 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}

.instagram h2 span {
    background-color: white;
    padding: 10px;
    position: relative;
    z-index: 1;
    color: #383838;
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.instagram h2 div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    z-index: 0;
    background-color: #383838;
    transform: translateY(-50%);
}

.instagram_imgs {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.instagram_imgs article {
    width: 23%;
    margin: 1%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.instagram_imgs article:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


/* EINDE INSTAGRAM */

.personen {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.personen img {
    width: 100%;
}

footer {
    background-color: #F2F6FA;
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.footerdiv a {
    background-color: #214978;
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    -moz-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, .31);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
    color: #fff;
    border-radius: 200px;
    margin: 0 10px;
    transition: all .3s;
}

.footerdiv a:hover {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
    box-shadow: 0px 0px 22px 0px rgba(33, 73, 120, 1);
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }
    .come-in-left:nth-child(odd) {
        animation-duration: 1s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }
    .come-in-right:nth-child(odd) {
        animation-duration: 1s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}

#bannerBg {
    padding-bottom: 60px;
    background: url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
}

#containingDiv {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#bottomText {
    width: 100%;
    font: 18px 'Lato', sans-serif;
    color: #333333;
    border-top: 1px solid #cccccc;
    padding: 10px 0 0 0;
    margin-top: 100px;
    text-align: center;
}

@media screen and (min-width:1200px) {
    #bannerBg {
        background: url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
    }
    #containingDiv {
        width: 960px;
        margin: 0 auto;
        padding: 0px 0 0 0;
    }
    #bottomText {
        width: 100%;
        font: 18px 'Lato', sans-serif;
        color: #333333;
        border-top: 1px solid #cccccc;
        padding: 10px 0 0 0;
        margin-top: 100px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    #bannerBg {
        background: url(preview_images/responsive/opportuneResponsive767.jpg) center top no-repeat;
    }
    #containingDiv {
        width: 100%;
        margin: 0 auto;
        padding: 60px 0 0 0;
    }
    #bottomText {
        width: 100%;
        font: 14px 'Lato', sans-serif;
        color: #333333;
        border-top: 1px solid #cccccc;
        padding: 10px 0 0 0;
        margin-top: 50px;
        text-align: center;
    }
}

.mycanvas {
    display: none !important;
}

.thistho {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.17);
    border-radius: 500px;
    overflow: 0;
}

#dd {
    position: relative;
}

#dd h2 {
    position: absolute;
    left: 50%;
    bottom: 10%;
    background-color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    padding: 10px;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3a3a3a;
    font-size: 1em;
    text-align: center;
}

#dd h2 span {
    color: #7d7d7d;
    font-weight: 400;
    font-size: .9em;
    padding-top: 10px;
}

.insta-preview {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instaholder h2 {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 1.7em;
    color: #A8CE3A;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.insta-preview a {
    width: 23%;
    margin: 1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.insta-preview a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.instaholder {
    padding: 25px 0;
    background-color: #efefef;
    margin-top: 20px;
}

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
    margin-top: 10em;
}

#content-container h2 {
    color: #353535;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

#content-container h3 {
    background: #F7C55D;
    color: #43423F;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.1em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    background: #F7C55D;
    color: #43423F;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background: #F7C55D;
    color: #43423F;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}

.siteby {
    background-color: #cacaca;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    color: #515151;
    position: relative;
    z-index: 2;
}

.siteby>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    -ms-align-items: center;
}

.siteby span {
    margin: 0 10px;
    color: #515151;
    font-size: 13px;
    padding: 0;
}

.siteby a,
.siteby p {
    color: #515151;
    font-size: 13px;
}

.siteby .pulse {
    font-size: 12px;
    animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        color: #515151;
    }
    5% {
        color: #214978;
    }
    10% {
        color: #515151;
    }
    20% {
        color: #214978;
    }
    25% {
        color: #515151;
    }
    50% {
        color: #515151;
    }
    100% {
        color: #515151;
    }
}

@media screen and (max-width: 1100px) {
    .blokken_txt {
        font-size: 1.2em;
    }
    .blokken_text_right h2 {
        font-size: 1.8em;
    }
    .text div {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 1000px) {
    .blokken_text_right {
        width: 100%;
    }
    .blokken_row:nth-child(2n) .blokken_img_left {
        order: 2;
    }
    .blokken_img_left {
        order: 2;
        width: 100%;
    }
    .imageholder,
    .blokken_img_left img {
        transform: initial;
    }
    .blokken_img_left_bg2,
    .blokken_img_left_bg {
        display: none;
    }
    .blokken_content {
        padding: 10px 0;
    }
    .blokken_row {
        padding: 30px 20px;
        padding-top: 0;
    }
    .blokken_txt {
        padding: 0 10px;
    }
    .blokken_img_left img {
        margin-left: 0;
    }
    .blokken_text_right {
        padding: 20px 0;
        text-align: center;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 950px) {
    .slider_content {
        width: 90%;
    }
    .slider_content div {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 900px) {
    .innerfooter {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -ms-align-items: center;
        width: 95%;
        margin: auto;
    }
    .innerfooter article {
        width: 100%;
        align-items: center;
        -ms-align-items: center;
        text-align: center;
    }
    .innerfooter .content:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .banner>div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .banner {
        flex-wrap: wrap;
    }
    .banner>div:last-child {
        padding: 50px 20px;
    }
    .banner>div:last-child div {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .slider_content {
        width: 80%;
    }
    .slider_content h2 {
        font-size: 1.8em;
    }
    .instagram_imgs article {
        width: 31.33%
    }
    #dd h2 {
        display: none;
    }
    .instagram_imgs article:last-child {
        display: none;
    }
    .contact_form {
        padding: 70px 10px;
    }
    #NaamInput,
    #EmailInput {
        width: 100%;
    }
    #NaamInput {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .text h2,
    .text h1 {
        font-size: 1.8em;
    }
    .text div {
        font-size: 1.1em;
    }
    .instagram h2 span {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 650px) {
    .slick-prev,
    .slick-next {
        width: 50px !important;
        height: 50px !important;
    }
    .text h2 {
        font-size: 14px !important;
        font-weight: 200;
        line-height: 130%;
    }
    .text h1,
    .blokken_text_right h2 {
        font-size: 1.4em !important;
    }
    .blokken_txt {
        font-size: 1.1em !important;
    }
    .blokken_text_right>a,
    .banner>div:last-child a,
    .contact_form input[type=submit] {
        font-size: 13px;
        padding: 10px 20px;
        font-weight: 200;
        height: unset;
    }
    .privandsub {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        -ms-align-items: flex-start;
    }
    #Submit {
        display: flex;
        margin-top: 30px;
        width: 100%;
        justify-content: flex-end;
    }
    .contact_form input[type=submit] {
        width: fit-content;
    }
    .contact_form input,
    #Bericht {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .slider_content div {
        display: none;
    }
    .slider_content h2 {
        font-size: 1.2em;
    }
    .header img {
        height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .instagram_imgs article {
        width: 48%
    }
    .instagram_imgs {
        flex-wrap: wrap;
    }
    .instagram_imgs article:last-child {
        display: block;
    }
    .innerfooter article p,
    .innerfooter article a {
        font-size: 14px;
    }
    .innerfooter article i {
        font-size: 14px;
    }
    .innerfooter .content {
        min-height: unset;
    }
    footer {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 430px) {
    .siteby p,
    .siteby a {
        font-size: 11px;
    }
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}