@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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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 {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Comfortaa', sans-serif;
}

h1 {
    font-size: 2.5em;
    text-align: center;
    margin: 0 auto;
    width: 40%;
    color: #737c42;
    font-weight: 500;
}

.container h2 {
    font-size: 1.425em;
    text-align: center;
    width: 50%;
    margin: 1em auto;
    margin-bottom: 0.5em;
    line-height: 200%;
}

p {
    font-size: 1.1em;
    width: 100%;
}

.container {
    margin-top: 150px;
}

main {
    overflow-y: hidden;
}

body .split_footer .socials-wrapper {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.socials-wrapper>span {
    width: calc(100% - 110px);
    margin-right: 10px;
    text-align: right;
    font-size: 0.8em;
    color: #fff;
    line-height: 28.8px;
}

body .split_footer .socials {
    display: flex;
    width: 100px;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.socials a,
.twitter-share-button {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 1.8em;
    border-radius: 200px;
}

.socials a:not(:last-child),
.twitter-share-button:not(:last-child) {
    margin-right: 10px;
}

.facebookshare {
    text-align: right;
    width: 100%;
    padding-top: 30px;
    font-size: 1.2em;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    z-index: 5;
    position: relative;
    cursor: pointer;
}

.facebookshare i {
    margin-right: 10px;
    cursor: pointer;
}

.logo {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 5;
    width: 200px;
}

.slagzin {
    position: absolute;
    top: 50px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    z-index: 2;
    cursor: pointer;
}

.location_info {
    position: absolute;
    top: 50px;
    left: 15px;
    color: #fff;
    font-size: 1em;
    height: 70px;
    width: 400px;
    z-index: 2;
    cursor: pointer;
}

.location-info .ico,
.location-info span {
    cursor: pointer;
}

.location-info .ico {
    opacity: 0 !important;
    transition: all 0.5s ease;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
}

.location-info.inactive .ico {
    opacity: 1;
}

.location-info span {
    position: absolute;
    left: 0;
    top: -50px;
    opacity: 0;
    transition: all 0.5s ease;
    line-height: 70px;
    z-index: 1;
    width: auto;
}

.location-info.active span {
    top: 0;
    opacity: 1;
}


/* .meerinfo_ovaal {
    width: auto;
    height: 55px;
    z-index: 5;
    border-radius: 200px;
    color: white;
    background-color: #737c42;
    position: absolute;
    right: 205px;
    top: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    font-size: .9em;
    line-height: 130%;
    padding: 20px;
    cursor: pointer;
    transition: all .3s;
} */

.meerinfo_ovaal {
    width: auto;
    height: 55px;
    z-index: 5;
    border-radius: 200px;
    color: white;
    background-color: #737c42;
    position: absolute;
    right: 90px;
    top: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    font-size: .9em;
    line-height: 130%;
    padding: 20px;
    cursor: pointer;
    transition: all .3s;
}

.meerinfo_ovaal:hover {
    background-color: white !important;
    color: #737c42;
}

.meerinfo_bol {
    width: auto;
    height: 50px;
    z-index: 5;
    border-radius: 200px;
    color: white;
    position: absolute;
    right: 135px;
    top: 25px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    font-size: .9em;
    line-height: 130%;
    padding: 20px;
    cursor: pointer;
    transition: all .3s;
}


/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}

.plenso_cookies>div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #737c42;
    color: white;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}


/* Einde cookiemelding */


/* Inschrijvings Popup */

.inschrijven_popup {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: all 1s;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    z-index: 101;
    right: -1000px;
}

.inschrijven_popup>div:first-of-type {
    padding: 20px;
}

.inschrijven_popup>i {
    font-size: 2.4rem;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.inschrijven_popup .privholder {
    max-width: 100%;
    margin: auto;
    padding-left: 5px;
}

.inschrijven_popup div h2 {
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    margin: 20px auto;
    margin-top: 0;
}

#NaamInput2 {
    width: 100%;
    margin: auto;
}

#NaamInput2 input[type=text] {
    width: 100%;
    margin: auto;
    font-family: Comfortaa, sans-serif;
    border: none;
    padding: 8px;
    font-size: .9em;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.164);
}

#NaamInput2 input[type=email] {
    width: 100%;
    margin: auto;
    font-family: Comfortaa, sans-serif;
    border: none;
    padding: 8px;
    font-size: .9em;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.164);
}

input[type=text]::placeholder,
input[type=email]::placeholder {
    color: #ffffff !important;
}

input[type=text],
input[type=email] {
    color: #ffffff !important;
}

#NaamInput2 input[type=text]::placeholder,
#NaamInput2 input[type=email]::placeholder {
    color: #a3a3a3 !important;
}

#NaamInput2 input[type=text],
#NaamInput2 input[type=email] {
    color: #a3a3a3 !important;
}

.inschrijven_popup input[type=submit] {
    border: none;
    font-weight: 700;
    color: #fff;
    background-color: #737c42;
    border: 2px solid #737c42;
    transition: all .3s;
    padding: 7px 20px;
    border-radius: 200px;
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 1em;
    transition: all 1s;
    font-size: .8em;
}

.inschrijven_popup input[type=submit]:disabled {
    opacity: 0.7;
}

.inschrijven_popup input[type=submit]:enabled:hover {
    background-color: transparent;
    color: #737c42;
}


/* Einde Inschrijvings Popup */


/* Menu Button */


/* 
.menu_button {
    position: absolute;
    right: 24px;
    top: 25px;
    z-index: 70;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
} */

.menu_button {
    position: absolute;
    right: 24px;
    top: 35px;
    z-index: 70;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.menu_button a {
    margin-right: 25px;
    font-size: 1.5em;
    color: #000;
    position: relative;
}

.menu_button a>div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    font-size: .5em;
    font-weight: 700;
    border-radius: 200px;
    background-color: #42AC6F;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    transform: translate(70%, 70%);
}

.menu_button img {
    width: 130px;
    margin-right: 30px;
}


/* 
.menu_button>div {
  width: 160px;
  height: 160px;
  transition: all .5s;
  padding: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: #737c42;
  border-radius: 200px;
  cursor: pointer;
  -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);
} */

.menu_button>div {
    width: 55px;
    height: 55px;
    transition: all .5s;
    padding: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    background-color: #737c42;
    border-radius: 200px;
    cursor: pointer;
    -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);
}

.menu_button i {
    color: #FFF;
    font-weight: 200;
}


/* nieuw */

.menu_button i {
    font-size: 30px;
}


/* Einde Menu Button */


/* Menu */

.menu {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}

.menu>img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .165;
}

.menu>nav {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.menu>nav ul {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.menu>nav ul li {
    padding: 20px;
}

.menu>nav ul a {
    font-size: 68px;
    font-weight: lighter;
    color: #273343;
    position: relative;
}

.menu>nav ul a small {
    display: none;
}

.menu>nav ul a,
.menu>nav ul a:after,
.menu>nav ul a:before {
    transition: all .5s;
}

.menu>nav ul a:hover {
    color: #273343;
}

.menu>nav ul a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #273343;
    height: 1px;
}

.menu>nav ul a:hover:after {
    width: 100%;
}


/* Einde Menu */


/* Home Slider */

.full_screen_slider {
    width: 100%;
}

.full_screen_slider .slick-dots {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.full_screen_slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}

.full_screen_slider .slick-dots li div {
    width: 4px;
    height: 4px;
    border: none;
    transition: all .3s;
    border-radius: 200px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.85);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.85);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.85);
}

.full_screen_slider .slick-dots li:not(.slick-active):hover div {
    width: 12px;
    height: 12px;
}

.slick-vertical .slick-slide {
    border: none !important;
}

.full_screen_slider .slick-dots .slick-active div {
    width: 12px;
    height: 12px;
}

.full_screen_slider .slick-dots button {
    display: none;
}

.full_screen_slider article {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.enlarge-pic {
    color: rgb(255, 255, 255);
    font-size: 45px;
    opacity: 0.6;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: none !important;
}

.enlarge-pic:hover {
    opacity: 1;
}

.full_screen_slider .slick-slide:first-child h2 {
    opacity: 0;
    transition: all .8s;
}

.full_screen_slider article>div {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(58, 58, 58, .17);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.prijsbol {
    color: #fff;
    font-weight: 800;
    width: 180px;
    height: 180px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    position: absolute;
    bottom: 50px;
    left: 50px;
    margin-right: 10px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    font-size: .9em;
    padding: 20px;
    cursor: pointer;
    transition: all .3s;
    background-color: #737c42;
    padding-top: 30px;
}

.prijsbol p {
    text-align: center !important;
    font-size: 2.2em;
    line-height: 100%;
}

.prijsbol em {
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
}

.textcontent {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1600px;
    height: 100vh;
    padding: 150px 30px;
    padding-top: 100px;
    transition: all 1.5s;
    width: 98%;
}

.textcontent h2 {
    color: #fff;
    font-weight: 700;
    line-height: 130%;
    font-size: 2.7em;
    margin-bottom: 0px;
    max-width: 640px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24)
}

.textcontent h3 {
    color: #fff;
    line-height: 180%;
    font-size: 1.5em;
    font-weight: 200;
    max-width: 800px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
}

.textcontent h3 ul {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    list-style-type: disc;
    padding-left: 10px;
}

.contentlink {
    width: 100%;
    max-width: 640px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.textcontent a {
    display: inline-block;
    background-color: transparent;
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.1em;
    transition: all .3s;
    border: 2px solid #fff;
    cursor: pointer;
}

.textcontent a:hover {
    color: #353535;
    background-color: #fff;
}


/* uitlijningen */

.topcontent {
    justify-content: flex-start;
}

.centcontent {
    justify-content: center;
}

.bottomcontent {
    justify-content: flex-end;
}

.centercontent {
    -ms-align-items: center;
    align-items: center;
    transform: translateY(200px);
    opacity: 0;
}

.centercontent h2,
.centercontent h3 {
    text-align: center;
}

.rightcontent {
    -ms-align-items: flex-end;
    align-items: flex-end;
    transform: translateX(200px);
    opacity: 0;
}

.rightcontent h2,
.rightcontent h3 {
    text-align: right;
}

.leftcontent {
    -ms-align-items: flex-start;
    align-items: flex-start;
    transform: translateX(-200px);
    opacity: 0;
}

.leftcontent .contentlink {
    justify-content: flex-start;
}

.centercontent .contentlink {
    justify-content: center;
}

.rightcontent .contentlink {
    justify-content: flex-end;
}

.leftcontent h2,
.leftcontent h3 {
    text-align: left;
}


/* einde uitlijningen */


/* transitions */

.slick-active .centercontent {
    transition-delay: .5s;
    transform: translateY(0);
    opacity: 1;
}

.slick-active .rightcontent {
    transition-delay: .5s;
    transform: translateX(0);
    opacity: 1;
}

.slick-active .leftcontent {
    transition-delay: .5s;
    transform: translateX(0);
    opacity: 1;
}


/* einde transitions */

.kleiner_scherm {
    display: none;
}

.home_slider {
    width: 100%;
    position: relative;
}

.medimage,
.smaimage {
    display: none !important;
}

.home_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 1.4em;
    color: #fff;
    display: flex;
    background-color: transparent;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
}

.home_slider .slick-next {
    right: 10px;
    left: initial;
}

.home_slider article {
    position: relative;
}

.home_slider article img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.home_slider article>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    max-width: 1600px;
    padding: 10px;
    padding-bottom: 50px;
}

.home_slider article h2 {
    color: white;
    font-weight: 700;
    font-size: 3.7em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    max-width: 1000px;
    line-height: 140%;
    margin-bottom: 20px;
}

.home_slider article h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    line-height: 140%;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid white;
    width: 100%;
    max-width: 800px;
}

.home_slider article a {
    background-color: #E94E1B;
    border: 3px solid #E94E1B;
    color: white;
    font-weight: 700;
    padding: 15px 30px;
    transition: all .3s;
}

.home_slider article a i {
    margin-left: 10px;
}

.home_slider article a:hover {
    color: #E94E1B;
    background-color: transparent;
}


/* Einde Home Slider */

.gototop {
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 2.5em;
    opacity: .8;
    cursor: pointer;
    z-index: 100;
    transition: all .3s;
}


/* Footer */

footer>div {
    padding: 100px 10px;
    padding-bottom: 80px;
}

footer>div>h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 100%;
}

footer>div>h3 {
    text-align: center;
    width: 100%;
    color: white;
    margin-top: 10px;
}

.footer_steps {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.15);
}

.footer_step {
    border: 1px solid transparent;
    padding: 30px;
    width: 25%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.footer_step:hover {
    background-color: rgba(255, 255, 255, .07);
}

.active_step {
    border: 1px solid white;
}

.active_step:after {
    width: 1px;
    height: 50px;
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 80%);
    content: '';
}

.footer_step i {
    font-size: 2.5em;
    margin-right: 20px;
    color: white;
}

.footer_step p {
    color: white;
    font-size: .95em;
    line-height: 150%;
}

.split_footer {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.split_footer>div {
    width: 400px;
    margin-right: 80px;
}

.split_footer>div h2 {
    color: white;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.split_footer>div div {
    color: white;
    line-height: 170%;
    font-weight: 200;
}

.split_footer form,
#lastenboek-popup form,
#inschrijven-popup form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.split_footer form #NaamInput,
#lastenboek-popup form #NaamInput,
#inschrijven-popup form #NaamInput {
    width: 49%;
    margin-bottom: 30px;
}

.split_footer #EmailInput,
#lastenboek-popup form #EmailInput,
#inschrijven-popup form #EmailInput {
    width: 100%;
}

.plannenpost_holder {
    display: none;
}

.plannenpost {
    width: 100%;
    max-width: 575px;
    padding: 30px;
    background-color: rgba(255, 255, 255, .1);
}

.plannenpost input[type=text] {
    background-color: rgba(255, 255, 255, .3) !important;
}

.plannenpost h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: white;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.plannenpost h4 {
    color: white;
    text-align: center;
    line-height: 150%;
    margin-bottom: 30px;
}

#inschrijven-popup {
    color: black !important;
}

.split_footer form #PostInput,
#lastenboek-popup form #PostInput,
#inschrijven-popup form #PostInput {
    width: 49%;
    margin-bottom: 30px;
}

.split_footer form input[type=text],
.split_footer form input[type=email],
.split_footer select,
#lastenboek-popup form input[type=text],
#lastenboek-popup form input[type=email],
#lastenboek-popup select,
#inschrijven-popup form input[type=text],
#inschrijven-popup form input[type=email],
#inschrijven-popup select {
    width: 100%;
    font-family: Comfortaa, sans-serif;
    border: none;
    padding: 8px;
    font-size: .9em;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    border-bottom: 2px solid #D4D2C6;
}

#lastenboek-popup form input[type=text],
#lastenboek-popup form input[type=email],
#lastenboek-popup select,
#inschrijven-popup form input[type=text],
#inschrijven-popup form input[type=email],
#inschrijven-popup select {
    color: black !important;
}

.split_footer select,
#lastenboek-popup select,
#inschrijven-popup select {
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/select.png);
}

.split_footer select option,
#lastenboek-popup select option,
#inschrijven-popup select option {
    color: #000;
}

.split_footer form input[type=submit] {
    padding: 7px 20px;
    color: #353535;
    font-family: Comfortaa, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
    background-color: #fff;
}

#lastenboek-popup form input[type=submit],
#inschrijven-popup form input[type=submit] {
    padding: 7px 20px;
    color: white;
    background-color: #737c42;
    border-radius: 200px;
    font-family: Comfortaa, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
}

#lastenboek-popup form input[type=submit]:disabled,
#inschrijven-popup form input[type=submit]:disabled {
    opacity: 0.7;
}

.split_footer form textarea,
#lastenboek-popup form textarea,
#inschrijven-popup form textarea {
    width: 100%;
    border: none;
    font-family: Comfortaa, sans-serif;
    color: #fff;
    padding: 5px;
    background-color: rgba(255, 255, 255, .05);
    border-bottom: 2px solid #D4D2C6;
    min-height: 100px;
}

.full_split {
    width: 100% !important;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.plans {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.plan {
    width: 46%;
    margin: 2%;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    cursor: pointer;
}

.plan h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
}

.plan h4 {
    font-size: 1.2em;
}

.plan p {
    font-size: 1.1em;
    margin-top: 20px;
    text-align: center;
}

.plan p i {
    margin-left: 10px;
    font-size: 1.1em;
}

.split_footer .privholder {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.split_footer .labelform {
    color: #fff;
    font-size: .9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.footer_gegevens {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    border-top: 2px dotted rgba(255, 255, 255, 0.15);
    padding: 30px 0;
}

.footer_gegevens>div {
    max-width: 28%;
    font-weight: 200;
    color: white;
    line-height: 180%;
    display: flex;
    flex-direction: column;
}

.footer_gegevens>div a {
    color: white;
}

.footer_gegevens>div h2 {
    font-weight: 700;
    color: white;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.footer_gegevens img {
    max-width: 300px;
    width: 100%;
}


/* Einde Footer */


/* 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%;
    border-radius: 5px;
    -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;
}

.bevestigingbrochure {
    width: 100%;
    border-radius: 5px;
    -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: 1400px;
    padding: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.bevestigingbrochure a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #737c42;
    font-weight: 200;
    color: white;
    margin-top: 20px;
}

.bevestiging i {
    font-size: 2em;
    color: #737c42;
}

.bevestiging h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #737c42;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    color: #737c42;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #737c42;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #737c42;
    font-weight: 200;
    color: white;
    margin-top: 20px;
}


/* Einde Bevestiging*/

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
}

#content-container h2 {
    color: #737c42;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background: #737c42;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    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;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #737c42;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #737c42;
    color: #fff;
}

#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;
}


/* Curtaindrop */

.curtain-click {
    position: absolute;
    right: 35px;
    top: 105px;
    z-index: 70;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.curtain-click>a {
    width: 50px;
    height: 50px;
    transition: all .5s;
    padding: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    background-color: #737c42;
    border-radius: 200px;
    font-size: 1em;
    cursor: pointer;
    -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);
}

.curtain-click>a i {
    color: white;
}

.curtaindrop {
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
}

.curtaindrop>video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: rgba(58, 58, 58, .67);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 95%;
    max-width: 1000px;
    color: #fff;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
    display: inline-block;
    background: #737c42;
    color: #fff;
    border: 2px solid #737c42;
    border-radius: 200px !important;
    font-weight: 700;
    font-size: 1.1em;
    padding: 15px 30px;
    transition: all .2s;
}

.curtaindrop .button:hover {
    background: transparent;
    color: #737c42;
}

.curtaindrop p {
    font-size: 1.2em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: bold;
    font-family: 'Playfair Display', sans-serif;
    font-size: 2em;
    margin: 1em 0;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #92C020;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #92c020;
    width: 300px;
    overflow: hidden;
    top: -34px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.curtaindrop>span:before {
    position: absolute;
    top: -38px;
    cursor: pointer;
    left: -17px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 36px;
    display: block;
    text-align: center;
    content: '!';
}

.curtain-close {
    position: absolute;
    right: 40px !important;
    top: 30px !important;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 5;
}


/* Einde Curtaindrop */


/* ligging */

#dasmap {
    width: 100%;
    height: 585px;
    margin: 0;
}

.ligging {
    width: 100%;
    background-color: #fff;
    opacity: .9;
}

.ligging .content {
    padding: 80px 20px 40px 140px;
    outline: 1px solid #737c42bb;
    outline-offset: -6px;
    position: relative;
    z-index: 0;
    opacity: .9;
}

.ligging .c {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 2em;
}

.ligging .c blockquote {
    border-left: 5px solid #c5cf88;
}

.ligging .content-text {
    flex: 1 1 40%;
}

.ligging h2 {
    font-size: 3rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    color: #737c42;
}

.ligging .content p {
    text-align: left;
    width: 80%;
    margin-left: 0;
    font-style: italic;
    line-height: 120%;
    font-size: 1.3em;
}

.ligging .content-text blockquote p {
    width: 80%;
    margin-top: 0;
    font-style: normal;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    padding-left: 0.5em;
}

.content-bullets {
    flex: 1 1 60%;
}

.content-bullets ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.content-bullets ul li {
    list-style-type: disc;
    flex: 1 1 50%;
    line-height: 120%;
    padding-bottom: 1.2em;
    font-size: 1.2em;
    width: 100%;
}

.content-bullets ul li:nth-of-type(odd) {
    padding-right: 3.5em;
}

.content-bullets ul li:nth-of-type(even) {
    padding-right: 5em;
}


/* Ligging Slider */

.bigimage {
    max-width: 100%;
}

.medimage,
.smaimage {
    display: none !important;
}

.ligging_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 1.4em;
    color: #fff;
    display: flex;
    background-color: transparent;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
}

.ligging_slider .slick-next {
    right: 10px;
    left: initial;
}

.ligging_slider article {
    position: relative;
}

.ligging_slider article img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.ligging_slider article>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    max-width: 1600px;
    padding: 10px;
}

.ligging_slider article h2 {
    color: white;
    font-weight: 700;
    font-size: 3.7em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    max-width: 1000px;
    line-height: 140%;
    margin-bottom: 20px;
}

.ligging_slider article h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    line-height: 140%;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid white;
    width: 100%;
    max-width: 800px;
}

.ligging_slider article a {
    background-color: #0757a3;
    border: 3px solid #0757a3;
    color: white;
    font-weight: 700;
    padding: 15px 30px;
    transition: all .3s;
}

.ligging_slider article a i {
    margin-left: 10px;
}

.ligging_slider article a:hover {
    color: #0757a3;
    background-color: transparent;
}


/* einde ligging */


/* project blog */

.blog-img img {
    width: 100%;
    transition: all 1s;
}

.blog-content {
    width: 100%;
    margin: 0 auto;
    margin-top: 200px !important;
}

.blog-main .blog-content {
    margin-top: 70px !important;
    padding-bottom: 2em !important;
}

.blog-item {
    overflow: hidden;
    position: relative;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-main .blog-item {
    width: 100%;
}

.blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 1;
    color: #fff;
}

.blog-inhoud h2 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-inhoud h2 {
    font-size: 1.2em;
}


/** Blog detail **/

.blog-main {
    width: 70%;
    margin: 0 auto;
}

.blog-main .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
    margin-left: 0;
    text-align: left;
}

.blog-item .c {
    color: #a4a4a4;
    text-align: left;
    padding: 0 15px;
    line-height: 180%;
    font-size: 0.85em;
}

.blog-main .blog-img {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 1em auto;
}

.blog-main .blog-img h1 {
    position: relative;
    text-align: left;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    font-size: 2.1em;
    width: 100%;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 3em;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    background-color: white;
    border: 2px solid #737c42;
    color: #737c42;
    transition: all 0.5s ease;
}

.blog-overzicht h2 {
    width: 80%;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0;
    line-height: 150%;
    min-height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #3C3C3B;
}

.blog-overzicht .blog-item {
    width: 31.33%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 50px;
    color: #3C3C3B;
    border-top: 3px solid #f5efdb;
    font-size: 1.5em;
    font-weight: bold;
}


/* einde project blog */


/* Content */

.main_content {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.main_content>article {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.main_content>article>h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: #000;
    width: 100%;
}

.main_content_tekst {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 180%;
    color: #828282;
    font-size: 1.2em;
}

.main_content_tekst p {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.main_content_tekst ul {
    padding-left: 20px;
    list-style-type: disc;
}

.main_content_tekst ul ul {
    list-style-type: circle;
}

.main_content_split h2,
.main_content_tekst h2 {
    font-size: 1.2em;
    font-weight: 700;
    color: #737c42;
    text-align: left;
    width: 100%;
}

.main_content_split {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.main_content_split img {
    width: 50%;
}

.main_content_split div {
    width: 50%;
    padding: 20px;
    line-height: 180%;
    color: #828282;
    font-size: 1.2em;
}

.main_content_afbeelding {
    width: 100%;
}

.main_content_tweeafbeelding {
    width: 48%;
    margin: 1%;
}

.main_content_drieafbeelding {
    width: 31.33%;
    margin: 1%;
}

.main_content_stappen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
    margin: 30px auto;
}

.main_content_stappen article {
    width: 45%;
    margin: 25px 0;
}

.main_content_stappen article h2 {
    width: 100%;
    text-align: left;
    font-size: 1.8em;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.main_content_stappen article div {
    line-height: 200%;
    font-size: 1.1em;
    color: #949494;
}


/* Einde Content */


/* lastenboek */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.lastenboek-btn {
    text-align: center;
}

.lastenboek-btn button {
    border: none;
    font-weight: 700;
    color: #737c42;
    background-color: transparent;
    border: 2px solid #737c42;
    transition: all .3s;
    padding: 10px 25px;
    border-radius: 200px;
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 3em;
}

.lastenboek-btn button:hover {
    background-color: #737c42;
    color: #fff;
    border: none;
}

#lastenboek-popup,
#inschrijven-popup {
    position: fixed;
    top: 15%;
    left: 22.5%;
    width: 55%;
    z-index: 9999;
    padding: 30px;
    background-color: #fefefe;
    margin: auto;
}

#inschrijven-popup {
    width: 80% !important;
    max-width: 100%;
    left: 10%;
}

.lastenboek-confirm {
    display: none;
    text-align: center;
    margin: 5em auto;
    line-height: 180%;
    font-size: 1.5em;
}

.lastenboek-confirm hr {
    width: 20%;
    margin: 1em auto;
}

.popup-intro h2,
.popup-intro p {
    text-align: left;
    margin-left: 0;
    font-family: 'Comfortaa', sans-serif !important;
}

.popup-intro h2 {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
}

.popup-intro p {
    width: 100%;
    margin-bottom: 2em;
    line-height: 120%;
}

.lastenboek-form input {
    border: none;
    padding: 10px;
    color: #353535;
    font-size: 1em;
    font-weight: 200;
    margin-bottom: 20px;
    border-bottom: 1px solid #aaaaaa;
}

.lastenboek-form input[type=text],
.lastenboek-form input[type=email] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 48%;
    margin: 1%;
}

.lastenboek-form input[type=submit] {
    padding: 15px 30px;
    background-color: #737c42;
    color: white;
    margin-top: 15px;
    border-radius: 200px;
    border: none;
    font-size: 0.9em;
}

.lastenboek-form input[type=submit]:disabled {
    opacity: 0.7;
}

.form-item {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-top: 2em;
    margin-bottom: 8em;
}

.form-item input {
    float: left;
    width: 5%;
}

.form-item label {
    float: right;
    width: 95%;
    font-size: 0.9rem;
    line-height: 120%;
}

.form-actions {
    margin-top: 1em;
}

.form-actions button {
    border: none;
    padding: 10px 18px;
    background-color: #737c42;
    color: white;
}


/* einde lastenboek */


/* investeren */

.invest h2 {
    margin-bottom: 0;
    padding-bottom: 0.5em;
}

.invest p {
    width: 60% !important;
    margin: auto;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 180%;
}

.invest-blokken {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    position: relative;
    margin-bottom: 9em;
    line-height: 160%;
}

.invest-blokken div {
    flex: 1 1 0;
    margin: 1em;
    font-size: 0.9em;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 10px 10px 14px 3px rgba(177, 147, 63, 0.253);
    -moz-box-shadow: 10px 10px 14px 3px rgba(177, 147, 63, 0.253);
    box-shadow: 10px 10px 14px 3px rgba(177, 147, 63, 0.253);
}

.invest-blokken div h1,
.invest-blokken div h2 {
    width: 100%;
}

.invest-blokken div h1 {
    font-size: 45px;
    font-weight: 700;
}

.invest-blokken div h2 {
    font-size: 1.7em;
    font-weight: 600;
}


/* einde investeren */


/* hellohelp */

.hellohelp-img .groter-scherm {
    display: block;
}

.hellohelp-img .kleiner-scherm {
    display: none;
}

.hellohelp-header {
    background-color: #f4f9fa;
    outline: 1px solid white;
    outline-offset: -5px;
    position: relative;
    margin-top: 2em;
    z-index: 0;
}

.hellohelp-img img {
    max-width: 100%;
    width: 65%;
    position: relative;
}

.hellohelp-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    text-align: left;
    padding: 30px 20px 15px 30px;
}

.hellohelp-text h2 {
    font-size: 2.4rem;
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.hellohelp-text p {
    text-align: left;
    width: 90%;
    margin-left: 0;
    font-style: italic;
    line-height: 120%;
}

.hellohelp-text blockquote {
    border-left: 5px solid #dddddd;
    quotes: none;
}

.hellohelp-text blockquote p {
    margin-top: 2em;
    margin-bottom: 3em;
    font-style: normal;
    font-size: 1.3rem;
    font-family: 'Playfair Display', serif;
    padding-left: 0.5em;
}

.hellohelp-header .arrow img {
    max-width: 100%;
    width: 15%;
    float: right;
    transform: rotate(75deg);
}

.hellohelp-text a {
    text-transform: uppercase;
    background-color: #FBBE00;
    color: white;
    padding: 20px 25px;
    font-weight: 700;
    border-radius: 50px;
    font-family: 'Alata', sans-serif;
    float: right;
    margin-top: 5em;
    ;
}

.hellohelp-text a:hover {
    background-color: white;
    color: #FBBE00;
    border: 1px solid #FBBE00;
}

.hellohelp-body {
    background-color: #dddddd;
    padding: 6em 6em;
    position: relative;
    z-index: 5;
}

.hellohelp-body:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -6.5em;
    left: 0;
    background-color: #dddddd;
    transform-origin: top left;
    transform: skewY(3deg);
    z-index: 1;
}

.body-content {
    position: relative;
    z-index: 7;
    margin: auto;
    text-align: center;
}

.body-content h2 {
    margin-top: 3em;
    float: right;
    width: 100%;
    text-align: right;
}

.body-content h2 a {
    color: #737c42;
}

.hellohelp-body .row {
    margin: auto;
    display: flex;
    flex-flow: row wrap;
}

.hellohelp-body .row .col-4 {
    flex: 1 0 33%;
}


/* ihover */

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 50%;
}

.ih-item.circle .img {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect2 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect2.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect2 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect2 .info h3 {
    width: 80%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 20px;
    margin: auto;
    padding: 145px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect2 .info p {
    width: 80%;
    color: #bbb;
    text-align: center;
    padding: 15px 10px;
    font-style: italic;
    margin: 0 auto;
    ;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect2.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ih-item.circle.effect2.left_to_right a:hover .img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ih-item.circle.effect2.left_to_right a:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.circle.effect2.right_to_left .info {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ih-item.circle.effect2.right_to_left a:hover .img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ih-item.circle.effect2.right_to_left a:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.circle.effect2.top_to_bottom .info {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.circle.effect2.top_to_bottom a:hover .img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ih-item.circle.effect2.top_to_bottom a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.circle.effect2.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.circle.effect2.bottom_to_top a:hover .img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ih-item.circle.effect2.bottom_to_top a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect2 {
    overflow: hidden;
}

.ih-item.square.effect2.colored .info {
    background: #1a4a72;
}

.ih-item.square.effect2.colored .info h3 {
    background: rgba(12, 34, 52, 0.6);
}

.ih-item.square.effect2 .img {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.ih-item.square.effect2 .info {
    background: #333333;
    visibility: hidden;
    -webkit-transition: all 0.35s 0.3s ease-in-out;
    -moz-transition: all 0.35s 0.3s ease-in-out;
    transition: all 0.35s 0.3s ease-in-out;
}

.ih-item.square.effect2 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111111;
    margin: 30px 0 0 0;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.35s 0.6s ease-in-out;
    -moz-transition: all 0.35s 0.6s ease-in-out;
    transition: all 0.35s 0.6s ease-in-out;
}

.ih-item.square.effect2 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.35s 0.5s linear;
    -moz-transition: all 0.35s 0.5s linear;
    transition: all 0.35s 0.5s linear;
}

.ih-item.square.effect2 a:hover .img {
    -webkit-transform: rotate(720deg) scale(0);
    -moz-transform: rotate(720deg) scale(0);
    -ms-transform: rotate(720deg) scale(0);
    -o-transform: rotate(720deg) scale(0);
    transform: rotate(720deg) scale(0);
    opacity: 0;
}

.ih-item.square.effect2 a:hover .info {
    visibility: visible;
}

.ih-item.square.effect2 a:hover .info h3,
.ih-item.square.effect2 a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* einde hellohelp */


/* Blog*/

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.80);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    border: 2px solid #737c42;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    color: #737c42;
    transition: all 0.8s ease;
}

.button-hold a:hover {
    background-color: #737c42;
    color: #fff;
    border: none;
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    border: 2px solid #f3f3f3;
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
}

.blog-item .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #737c42;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #737c42;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #737c42;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #737c42;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: bold;
    color: #737c42;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent;
    font-weight: 700;
    border: 2px solid #737c42;
    color: #737c42;
    transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
    background-color: #737c42;
    color: #fff;
    border: none;
}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #626572;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    line-height: 150%;
    color: #626572;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row a {
    color: #737c42;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde Blog */


/* Media Query's */

@media screen and (max-width: 1785px) {
    .hellohelp-text h2 {
        font-size: 2rem;
    }
    .hellohelp-text p {
        font-size: 0.9rem;
    }
    .hellohelp-text blockquote p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1650px) {
    .hellohelp-text h2 {
        font-size: 2rem;
    }
    .hellohelp-text p {
        font-size: 0.9rem;
    }
    .hellohelp-text blockquote p {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .hellohelp-header .arrow img {
        width: 7%;
    }
    .hellohelp-text a {
        margin-top: 2em;
        padding: 15px 20px;
        font-weight: 700;
    }
}

@media screen and (max-width: 1400px) {
    /* ligging */
    .ligging .content {
        padding: 50px 20px 0 80px;
    }
    .ligging h2 {
        font-size: 2rem;
    }
    .ligging .content-text p {
        width: 85%;
    }
    .ligging .content-text blockquote p {
        font-size: 1.1rem;
        width: 90%;
    }
    .content-bullets {
        margin-left: 3em;
        padding: 0;
    }
    .content-bullets ul li:nth-of-type(odd) {
        padding-right: 5em;
    }
    /* Ligging Slider */
    /* Einde Ligging Slider */
    /* einde ligging */
    .blog-content h2 {
        font-size: 1.25rem;
    }
    .blog-main .blog-img {
        width: 90%;
    }
    /* hello help */
    .hellohelp-text h2 {
        margin: 0;
        font-size: 1.7rem;
    }
    .hellohelp-text p {
        font-size: 0.85rem;
    }
    .hellohelp-text blockquote p {
        font-size: 0.95rem;
    }
    .hellohelp-header .arrow img {
        width: 7%;
        top: -4%;
        right: 32%;
    }
    .ih-item.circle {
        width: 290px;
        height: 290px;
    }
    .ih-item.circle .img {
        width: 290px;
        height: 290px;
    }
    /* einde hello help */
}

@media screen and (max-width: 1300px) {
    .blog-overzicht .blog-item {
        width: 98%;
    }
    .invest p {
        width: 70% !important;
    }
}

@media screen and (max-width: 1210px) {
    .enlarge-pic {
        display: block !important;
    }
    .content-bullets ul li {
        font-size: 1.1em !important;
    }
    .logo,
    .meerinfo_ovaal {
        z-index: 10;
    }
    .hellohelp-body {
        display: none;
    }
    /* lastenboek */
    .logo,
    .meerinfo_ovaal {
        z-index: 10;
    }
    #lastenboek-popup,
    #inschrijven-popup {
        width: 75%;
        top: 15%;
        left: 15px;
        right: 15px;
        z-index: 50;
    }
    .popup-intro h2 {
        padding-right: 15px;
        font-size: 1.8em;
    }
    .form-item {
        margin-top: 2em;
        margin-bottom: 10em;
    }
    .form-item input {
        float: left;
        width: 10%;
    }
    .form-item label {
        width: 90%;
        font-size: 0.9rem;
    }
    /* einde lastenboek */
    .blog-content h1 {
        font-size: 2.1rem;
    }
    .blog-content h2 {
        font-size: 1.15rem;
        width: 70%;
    }
    .blog-main .blog-img {
        width: 100%;
    }
    /* hellohelp */
    .hellohelp-img .groter-scherm {
        display: none;
    }
    .hellohelp-img .kleiner-scherm {
        display: block;
    }
    .hellohelp-img img {
        width: 100%;
    }
    .hellohelp-text {
        position: relative;
        width: 100%;
        padding-bottom: 10em;
    }
    .hellohelp-text h2 {
        margin: 0;
        font-size: 2rem;
    }
    .hellohelp-text p {
        width: 100%;
        font-size: 0.92rem;
    }
    .hellohelp-text blockquote p {
        margin-top: 2em;
        font-style: normal;
        font-size: 1.19rem;
        font-family: 'Playfair Display', serif;
    }
    .hellohelp-header .arrow img {
        width: 5%;
    }
    .hellohelp-text a {
        margin-top: 3em;
    }
    .hellohelp-body {
        padding: 2em;
    }
    .hellohelp-body:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -5em;
        left: 0;
        background-color: #dddddd;
        transform-origin: top left;
        transform: skewY(3deg);
        z-index: 1;
    }
    /* einde hellohelp */
}

@media screen and (max-width: 1200px) {
    .enlarge-pic {
        display: block !important;
    }
    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6em;
    }
    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }
    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }
    .invest p {
        width: 80% !important;
    }
}

@media screen and (max-width: 1050px) {
    /* .menu_button>div {
        width: 115px;
        height: 115px;
    }
    .menu_button i {
        font-size: 3em !important;
    }
    .meerinfo_ovaal {
        right: 160px;
    } */
}

@media screen and (max-width: 1000px) {
    .footer_gegevens {
        flex-wrap: wrap;
    }
    .footer_gegevens>div:first-child {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footer_gegevens>div {
        max-width: 48%;
    }
    .content-bullets ul {
        width: 100%;
        display: block;
    }
    .container h1 {
        font-size: 2.2rem;
    }
    .container h2 {
        width: 70%;
        font-size: 1.3rem;
    }
    .ligging h2 {
        margin-left: 0;
        font-size: 1.5em !important;
    }
    .ligging .content p {
        font-size: 1em !important;
    }
    .hellohelp-text h2 {
        margin: 0;
        font-size: 2rem;
    }
    .ih-item.circle {
        width: 250px;
        height: 250px;
    }
    .ih-item.circle .img {
        width: 250px;
        height: 250px;
    }
    .blog-content h1 {
        width: 100%;
        font-size: 1.9rem;
    }
    .blog-content h2 {
        font-size: 1.15rem;
    }
    .blog-main .blog-img {
        width: 100%;
    }
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-main .title-hold {
        display: none;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: none;
    }
    .blog-recent .blog-item {
        width: 45%;
    }
    .blog-aside {
        width: 100%;
        margin-right: 0;
    }
    .blog-nav {
        order: 1;
    }
    .blog-main {
        width: 100%;
        padding: 10px;
        order: 2 !important;
    }
    .invest p {
        width: 90% !important;
    }
    .ligging .content p {
        text-align: left;
        width: 80%;
        margin-left: 0;
        font-style: italic;
        line-height: 120%;
        font-size: 1.3em;
    }
    .content-bullets ul li {
        font-size: 1em;
    }
}

@media screen and (max-width: 900px) {
    .blog-main .c {
        font-size: 1em;
    }
    .invest-blokken div h1 {
        font-size: 35px;
        font-weight: 700;
    }
    .invest-blokken div h2 {
        font-size: 1.5em;
        font-weight: 600;
    }
}

@media screen and (max-width: 850px) {
    .footer_steps {
        flex-wrap: wrap;
    }
    .footer_step {
        width: 50%;
        padding: 15px;
        justify-content: flex-start;
    }
    .footer_step:after {
        display: none;
    }
    .full_screen_slider article>div {
        background-color: rgba(0, 0, 0, .3);
    }
    .full_screen_slider .slick-dots {
        right: 5px;
    }
    .location-info {
        left: 200px;
    }
    .location-info .ico {
        font-size: 20px;
    }
    .logo {
        width: 150px;
    }
    .meerinfo_bol {
        width: 90px;
        height: 90px;
        font-size: .8em;
    }
    .full_screen_slider article>div {
        background-color: rgba(0, 0, 0, .3);
    }
    .full_screen_slider .slick-dots {
        right: 5px;
    }
    .location-info {
        left: 200px;
    }
    .location-info .ico {
        font-size: 20px;
    }
    .logo {
        width: 150px;
    }
    .meerinfo_bol {
        width: 90px;
        height: 90px;
        font-size: .8em;
    }
    .ligging .c {
        display: block;
        width: 100%;
    }
    .ligging .content {
        padding: 15px;
        width: 100%;
    }
    .ligging h2 {
        font-weight: bold;
        width: 100%;
        text-align: left;
        margin-top: 0;
        margin-left: 1em;
    }
    .ligging .content p {
        margin-left: 1.5em;
    }
    .ligging .content-text p {
        font-size: 0.8rem;
        width: 100%;
    }
    .ligging .content-text blockquote p {
        font-size: 1.1rem;
        width: 90%;
        margin-left: 1em;
    }
    .content-bullets {
        padding: 30px 10px 50px 30px;
        width: 100%;
        margin: 0;
    }
    .content-bullets ul {
        width: 100%;
        display: block;
    }
    .content-bullets ul li {
        padding-bottom: 1.3em;
    }
    .content-bullets ul li:nth-of-type(even),
    .content-bullets ul li:nth-of-type(odd) {
        padding-right: 0;
    }
    .container h1 {
        font-size: 2rem;
    }
    .container h2 {
        width: 80%;
        font-size: 1.1rem;
    }
    .hellohelp-text h2 {
        font-size: 1.8rem;
    }
    .hellohelp-text a {
        font-size: 0.9em;
    }
    /* Ligging Slider */
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .ligging_slider article h3 {
        display: none;
    }
    /* einde ligging */
    .ih-item.circle {
        width: 200px;
        height: 200px;
    }
    .ih-item.circle .img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 800px) {
    .prijsbol {
        width: 160px;
        height: 160px;
    }
    .prijsbol p {
        font-size: 1.8em;
        line-height: 120%;
    }
    .prijsbol p:first-of-type {
        margin-bottom: 0;
    }
    .prijsbol em {
        font-size: 14px;
    }
    .location-info {
        height: 40px;
    }
    .location-info span {
        line-height: 40px;
    }
    .textcontent h2 {
        font-size: 1.8em;
    }
    .textcontent h3 {
        font-size: 1em;
    }
    .textcontent a {
        font-size: 1em;
    }
    .textcontent {
        justify-content: center !important;
        padding: 20px;
        padding-right: 45px;
        width: 100%;
    }
    .split_footer {
        flex-wrap: wrap;
    }
    .split_footer>div {
        width: 100%;
        padding-top: 30px;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .split_footer>div h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .slagzin {
        top: 50px;
        left: 15px;
    }
    .location_info {
        top: 50px;
        left: 15px;
        display: flex;
        flex-direction: column;
        line-height: 130%;
    }
    .curtaindrop h2 {
        font-size: 1.5em;
    }
    .curtaindrop p {
        font-size: 1em;
    }
    .curtaindrop .button {
        padding: 10px 20px;
        font-size: 1em;
        border-radius: 0;
    }
    .lastenboek-form input[type=text],
    .lastenboek-form input[type=email] {
        float: none;
        width: 100%;
        margin: 2% 0;
    }
    .popup-intro h2 {
        font-size: 1.6rem;
    }
    .form-item label {
        font-size: 0.8rem;
    }
    .hellohelp-text {
        padding-bottom: 12em;
    }
    .ih-item.circle {
        width: 170px;
        height: 170px;
    }
    .ih-item.circle .img {
        width: 170px;
        height: 170px;
    }
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }
    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }
    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }
    .invest p {
        font-size: 0.95em;
    }
    .invest-blokken {
        display: block;
        max-width: 1150px;
        margin: auto;
        justify-content: space-between;
        position: relative;
        margin-bottom: 9em;
    }
    .invest-blokken div {
        width: 95%;
        margin: 2em auto;
        font-size: 0.9em;
        -webkit-box-shadow: 10px 10px 14px 3px rgba(177, 147, 63, 0.253);
        -moz-box-shadow: 10px 10px 14px 3px rgba(177, 147, 63, 0.253);
        box-shadow: 10px 10px 14px 3px rgba(177, 147, 63, 0.253);
    }
    .invest-blokken div h1,
    .invest-blokken div h2 {
        width: 100%;
    }
    .invest-blokken div h1 {
        font-size: 45px;
        font-weight: 700;
    }
    .invest-blokken div h2 {
        font-size: 1.7em;
        font-weight: 600;
    }
}

@media screen and (max-width: 750px) {
    .blog-recent .blog-item {
        width: 100%;
    }
    #lastenboek-popup form #NaamInput,
    #lastenboek-popup form #PostInput,
    #inschrijven-popup form #NaamInput,
    #inschrijven-popup form #PostInput {
        width: 100%;
    }
    .main_content>article>h2 {
        width: 90%;
        margin: 1em auto;
    }
    .main_content_tekst {
        font-size: 1em;
        margin-top: 0;
    }
    .main_content_tekst {
        padding-top: 0;
    }
    .main_content_split h2 {
        font-size: 1.2em !important;
        margin-left: 0;
        margin-top: 0;
    }
    .main_content_split p {
        font-size: 0.8em !important;
    }
}

@media screen and (max-width: 700px) {
    footer>h2 {
        font-size: 30px;
    }
    .split_footer {
        padding: 30px 0;
        padding-top: 0;
    }
    .split_footer>div h2 {
        text-align: center;
    }
    .split_footer>div div {
        text-align: center;
    }
    .footer_gegevens {
        flex-wrap: wrap;
    }
    .footer_gegevens img {
        margin: 0 auto;
    }
    .footer_gegevens>div,
    .footer_gegevens>div:first-of-type {
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        text-align: center;
    }
    .plan {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .hellohelp-text {
        padding-bottom: 8em;
    }
    .hellohelp-body {
        display: none;
    }
    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }
    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }
    .blog-row {
        margin-bottom: 0;
    }
    /* .menu_button>div {
        width: 100px;
        height: 100px;
    }
    .menu_button i {
        font-size: 2.5em !important;
    }
    .meerinfo_ovaal {
        right: 140px;
    } */
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
}

@media screen and (max-width: 650px) {
    .meerinfo_ovaal {
        height: 45px;
        right: 110px;
        top: 25px;
    }
    /* .menu_button>div {
        width: 70px;
        height: 70px;
    }
    .menu_button i {
        font-size: 2em !important;
    } */
    .menu_button {
        top: 25px;
    }
    .menu_button>div {
        width: 45px;
        height: 45px;
    }
    .menu_button i {
        font-size: 20px;
    }
    .meerinfo_ovaal {
        right: 80px;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
    .curtain-close {
        z-index: 300;
        right: 80px !important;
        font-size: 35px !important;
    }
    .inner_footer {
        flex-wrap: wrap;
        margin-top: 20px;
        border-top: 1px solid #324b5c;
        padding-top: 30px;
    }
    .inner_footer>div {
        width: 50%;
    }
    .inner_footer>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .inner_footer>div:last-child {
        display: none;
    }
    .location-info {
        left: 170px;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
    .form-item {
        margin-top: 2em;
        margin-bottom: 10em;
    }
    .form-item input {
        float: left;
        width: 10%;
    }
    .form-item label {
        width: 90%;
        font-size: 0.8rem;
    }
    .container h1 {
        width: 100%;
        font-size: 2rem;
    }
    .container h2 {
        width: 90%;
        font-size: 1.1rem;
    }
    .hellohelp-text h2 {
        font-size: 1.6rem;
    }
    .blog-content h1 {
        width: 100%;
        font-size: 1.8rem;
    }
    .blog-content h2 {
        font-size: 0.9rem;
    }
    .blog-main .blog-img {
        width: 100%;
    }
    .title-hold h3 {
        width: 100%;
        font-size: 1.3rem;
    }
    .lastenboek p {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 1.5em;
    }
    .lastenboek h2 {
        width: 100%;
    }
    .main_content_split {
        display: block;
    }
    .main_content_split img {
        width: 100%;
    }
    .main_content_split div {
        width: 100%;
        text-align: center;
    }
    .main_content_split div h2 {
        text-align: center;
    }
    .curtain-click {
        right: 24px;
        top: 75px;
    }
    .curtain-close {
        z-index: 300;
        right: 80px;
        top: 27px;
        font-size: 35px;
    }
}

@media screen and (max-width: 630px) {
    .location-info {
        display: none;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
}

@media screen and (max-width: 600px) {
    .prijsbol {
        width: 140px;
        height: 140px;
        bottom: 8em;
    }
    .prijsbol p {
        font-size: 1.5em;
    }
    .prijsbol p:first-of-type {
        margin-bottom: 5px;
    }
    .prijsbol em {
        font-size: 12px;
        line-height: 110%;
    }
    .menu>nav ul a {
        font-size: 40px;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.2em;
    }
    p {
        font-size: 1em;
        line-height: 150%;
    }
    footer>div {
        padding-top: 140px;
    }
    #footer h2 {
        width: 100%;
        font-size: 25px;
    }
    .split_footer>div {
        width: 100%;
    }
    .split_footer>div h2 {
        font-size: 15px;
        width: 100%;
    }
    /* ligging */
    #dasmap {
        height: 305px;
    }
    .content-bullets ul li {
        font-size: 0.9em !important;
    }
    /* project */
    .project {
        width: 100%;
        padding: 15px;
        margin: 0;
    }
    .project h1 {
        font-size: 2rem;
    }
    .blog-overzicht .blog-item {
        width: 100%;
        margin-bottom: 1em;
    }
    /* einde project */
    /* lastenboek */
    .lastenboek {
        width: 100%;
    }
    #lastenboek-popup,
    #inschrijven-popup {
        width: 90%;
        top: 10%;
        position: absolute !important;
        z-index: 10;
    }
    .popup-intro h2 {
        font-size: 1.6rem;
        width: 100%;
    }
    .popup-intro p {
        margin-bottom: 2em;
    }
    /* einde lastenboek */
    .blog-more-nav-btn {
        display: block;
    }
    .location_info {
        font-size: .9em;
    }
}

@media screen and (max-width: 550px) {
    .split_contact form #NaamInput,
    .split_footer form #PostInput,
    .woontype_det>aside form #PostInput {
        width: 100%;
    }
    .split_contact form #PostInput,
    .split_footer form #NaamInput,
    .woontype_det>aside form #NaamInput {
        width: 100%;
    }
    .footer_step {
        width: 100%;
    }
    .slagzin {
        display: none;
        font-size: 1em;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
    .meerinfo_ovaal,
    .menu_button {
        top: 15px;
    }
    .curtain-click {
        top: 65px;
    }
    .curtain-close {
        top: 17px;
    }
}

@media screen and (max-width: 500px) {
    .inschrijven_popup {
        right: 10px !important;
        left: 10px;
        display: block;
    }
    .inschrijven_popup img {
        display: none;
    }
    .inschrijven_popup>i {
        font-size: 2rem;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
    /* Curtaindrop */
    .curtaindrop {
        height: 100%;
        overflow: scroll;
    }
    .curtaindrop .button {
        font-size: 1em;
        padding: 10px 20px;
    }
    .curtaindrop p {
        font-size: 1em;
    }
    .curtaindrop h2 {
        font-size: 1.7em;
    }
    .curtain-close {
        right: 63px !important;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
}

@media screen and (max-width: 450px) {
    .plenso_cookies {
        right: 10px;
    }
    .bevestiging h1 {
        font-size: 1.4em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .bevestiging p {
        font-size: 15px;
    }
    .bevestiging a {
        font-size: 14px;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
}

@media screen and (max-width: 450px) {
    .location_info {
        font-size: .8em;
    }
    .groter_scherm {
        display: none;
    }
    .kleiner_scherm {
        display: flex;
    }
    footer>div {
        padding: 140px 20px;
    }
    .hellohelp-header .arrow img {
        margin-top: 1em;
    }
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */

.cf {
    *zoom: 1;
}

@media screen and (max-width: 470px) {
    .menu_button {
        right: 10px;
    }
    /* .menu_button>div {
        width: 60px;
        height: 60px;
    }
    .menu_button i {
        font-size: 1.8em !important;
    } */
    .curtain-click {
        right: 10px;
    }
    /* .meerinfo_ovaal {
        right: 80px;
    } */
    .meerinfo_ovaal {
        right: 60px;
    }
}

@media screen and (max-width: 400px) {
    .row-block.extra {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
    .menu_button>div {
        width: 40px;
        height: 40px;
        font-size: 1.1em;
    }
    .meerinfo_ovaal {
        height: 45px;
        font-size: 0.8em;
        padding: 15px;
        top: 15px;
        right: 60px;
    }
    .menu_button>div,
    .curtain-click>a {
        width: 45px;
        height: 45px;
    }
    .menu_button i {
        font-size: 1.4em !important;
    }
    .curtain-click {
        top: 60px;
    }
    .curtain-close {
        font-size: 28px;
        right: 48px !important;
        top: 18px;
    }
}
@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;
	}
}