@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],
input[type=password],
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%;
    font-family: 'Poppins', sans-serif;
}


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    font-family: 'Poppins', sans-serif;
    color: #A08B56;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    font-family: 'Poppins', sans-serif;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    background-color: #A08B56;
    border: 2px solid #A08B56;
    color: #fff;
    width: 48%;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #A08B56;
    border: 2px solid #A08B56;
}


/* Einde Cookie Melding */

.quote {
    font-size: 3.5em;
    font-weight: 700;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
    padding-bottom: 50px;
    line-height: 180%;
    color: #bdbdbd;
}

.quote strong {
    color: #353535;
}


/* Instagram Banner */

.instaholder {
    padding: 25px 0;
    background-color: #efefef;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.insta-preview {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: center;
    margin-bottom: 2rem;
}

.insta-preview .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.insta-preview .slick-dots li {
    border-radius: 200px;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
    background-color: white;
}

.insta-preview .slick-dots li button {
    display: none;
}

.insta-preview .slick-dots .slick-active {
    background-color: #353535;
    display: none;
}

.insta-preview a {
    width: 23%;
    margin: 1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.insta-preview a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.insta-preview a>div {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    height: 40px;
    color: white;
    z-index: 2;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: .9em;
}

.insta-preview a>div i {
    font-size: 1.3em;
    margin-right: 10px;
}

.cta_instagramLink {
    background-color: #333333;
    color: white;
    padding: 0.5rem;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: all 200ms;
    border: 2px solid transparent;
}

.cta_instagramLink:hover {
    cursor: pointer;
    background-color: #EFEFEF;
    border-color: #333333;
    color: #333333;
}

.cta_instagramLink i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.insta-preview+p {
    text-align: center;
}


/* Einde Instagram Banner*/


/* Algemeen */

.navigation {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 10px;
    width: 100%;
    z-index: 2;
    border-bottom: 2px solid #f8f8f8;
}

.navigation .logo {
    width: 300px;
}

.logo2 {
    display: none;
}

.navigation nav {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.navigation nav a {
    margin: 0 30px;
    font-weight: 700;
    font-size: 1.1em;
    color: #353535;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    padding: 10px 0;
    transition: all .3s;
    border-bottom: 2px solid rgba(255, 255, 255, .0);
}

.navigation nav a:last-child {
    margin-right: 0;
}

.navigation nav a:hover {
    color: #A08B56 !important;
    border-bottom: 2px solid #A08B56 !important;
}

.navigation nav .active {
    color: #A08B56 !important;
    border-bottom: 2px solid #A08B56 !important;
}

#specialbutton {
    background-color: transparent;
    color: #A08B56;
    border: 2px solid #A08B56 !important;
    padding: 10px 30px !important;
}

#specialbutton:hover {
    color: #fff !important;
    background-color: #A08B56;
}

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    -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);
    background-color: #fff;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.top_res_nav {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    /*padding: 20px;*/
    background-color: #A08B56;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.extraNavigationElements {
    position: absolute;
    bottom: 16px;
}

.extraNavigationElements .navitem {
    padding-bottom: 0.5rem;
}

.extraNavigationElements .navitem a {
    color: #BDBDBD;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-mobileNav {
    height: 3rem;
    margin: 0.5rem;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 100px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
}

.navitem #specialbutton {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(-450deg);
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem a {
    color: #353535;
    font-weight: 700;
    font-size: 1.3em;
}

.openNavItem {
    max-height: 350px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    list-style-type: disc;
    padding-left: 10px;
    color: white;
    overflow: hidden;
    transition: all .5s;
    max-height: 0;
}

.navitem ul li {
    display: inline-block;
    padding: 10px;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    padding: 10px 0;
    color: #c8c8c8;
}

.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

main {
    position: relative;
    z-index: 1;
}

.page_header {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 10px;
}

.page_header h1 {
    font-size: 1.8em;
    color: #A08B56;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 150%;
}

.page_header h2 {
    font-size: 1.1em;
    line-height: 150%;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 10px;
}

.page_header div {
    color: #AEAEAE;
    font-size: 1.1em;
    line-height: 190%;
}

.innerfooter {
    margin: 0 auto;
    background-color: transparent;
    box-sizing: border-box;
    padding: 0 0;
    padding-top: 50px;
    border-top: 2px solid #f4f4f4;
}

.innerfooter ul {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}

.innerfooter img {
    width: 200px;
    margin-top: 10px;
}

.footer-item {
    padding: 20px;
    display: flex;
    color: #353535;
    font-weight: 700;
    font-size: 1em;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-item>div {
    position: relative;
    padding-left: 50px;
    margin: auto;
}

.footer-item>div>div:first-child {
    position: absolute;
    left: 0;
    width: 50px;
}

.footer-item>div>div:nth-child(2) {
    width: auto;
}

.footer-item i {
    display: block;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.footer-item p {
    margin-bottom: 21px;
    font-family: 'Playfair Display', serif;
}

.footer-item a {
    color: #353535;
}

footer {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 2px solid #f4f4f4;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

footer a {
    background-color: #A6925F;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    color: #fff;
    border-radius: 200px;
    margin: 0 10px;
    transition: all .3s;
}

.disclaimer {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 150%;
    padding: 15px;
    font-size: .8em;
    color: #fff;
    background-color: #A6925F;
}

.disclaimer a {
    padding: 0 5px;
    color: #fff;
}


/* Einde Algemeen */


/* 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;
}

.bevestiging i {
    font-size: 3em;
    color: #A08B56;
}

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

.bevestiging h1 {
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    color: #A08B56;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.bevestiging p {
    line-height: 150%;
    color: #a8a8a8;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #A08B56;
    font-weight: 200;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    margin-top: 20px;
}


/* Einde Bevestiging*/


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1600px;
    padding: 30px 10px;
    margin: 0 auto;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    width: 100%;
}

.blokken article>img {
    width: 55%;
    order: 1;
}

.blokken_content {
    width: 45%;
    padding: 30px;
    order: 2;
}

.blokken_titel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    min-height: 130px;
    margin-bottom: 10px;
}

.blokken_titel h3 {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 8em;
    color: #f7f7f7;
    font-weight: 600;
    letter-spacing: 9.7px;
    z-index: 0;
    transform: translateY(-50%);
}

.blokken_titel h2 {
    color: #A6925F;
    line-height: 150%;
    font-family: 'Playfair Display', serif;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1.7em;
}

.blokken_tekst {
    color: #AEAEAE;
    line-height: 190%;
}

.blokken_tekst a {
    color: #A6925F;
    font-weight: 600;
}

.blokken_content>a {
    color: #A6925F;
    margin-top: 20px;
    font-weight: 600;
    display: inline-block;
}

.blokken article a i {
    margin-left: 5px;
    transition: all .5s;
}

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

.blokken article:nth-child(even) img {
    order: 3;
}


/* Einde Blokken */


/* Photobanner */

.photobanner {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.photobanner article {
    width: 16.6666%;
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.photobanner article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.photobanner article img {
    width: 100%;
}

.photobanner article h2 {
    text-align: center;
    line-height: 150%;
    font-weight: 700;
    font-size: 1.5em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 0;
    padding: 15px;
    transition: all .3s;
    font-family: 'Playfair Display', sans-serif;
}

.photobanner article:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.photobanner article h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    line-height: 150%;
    font-size: 1.3em;
}

.fotobanner_titel {
    font-size: 4em;
    font-weight: 700;
    color: #E9E9E9;
    line-height: 130%;
}

.fotobanner_titel strong {
    font-weight: 700;
    color: #262626;
}

.fotobanner_titel ins {
    color: #969696;
    font-size: 700;
    text-decoration: underline;
}


/* Einde Photobanner */


/* Profiling */

.profiling {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.profiling article {
    background-color: transparent;
    padding: 10px;
}

.profiling article img {
    width: 100%;
}

.profiling article h2 {
    font-weight: 700;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    background-color: white;
    padding: 15px;
}

.profiling .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.profiling .slick-dots li {
    border-radius: 200px;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #eeeeee;
}

.profiling .slick-dots li button {
    display: none;
}

.profiling .slick-dots .slick-active {
    background-color: #353535;
}


/* Einde Profiling */


/* Home Slider */

.home_banner {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

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

.banm,
.bans {
    display: none !important;
}

.home_banner_content {
    max-width: 1600px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    margin-top: 50px;
}

.home_banner h2 {
    font-size: 3.5em;
    font-family: 'Playfair Display', serif;
    color: white;
    line-height: 150%;
    max-width: 1000px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34);
}

.home_banner_content a {
    font-weight: 700;
    color: #fff;
    padding: 15px 40px;
    -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);
    border-radius: 30px;
    background-color: #A08B56;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

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

.home_banner_overlay {
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: rgba(58, 58, 58, .57);
}

.home_slider article {
    position: relative;
}

.home_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, .8);
    width: 40px;
    z-index: 1;
    color: white;
    height: 40px;
}

.bow {
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

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

.scrolldown {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    font-size: .8em;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 100%;
    color: #949494;
    cursor: pointer;
    transform: translateX(-50%);
}

.scrolldown:hover div {
    font-size: 1.8em;
}

.scrolldown div {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    display: flex;
    transition: all .3s;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.5em;
    color: white;
    border-radius: 200px;
    background-color: #A08B56;
}


/* Einde Home Slider */


/* Contact */

#dasmap {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

#dasmap video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.team article {
    width: 18%;
    margin: 1%;
    padding: 10px;
    background-color: white;
}

.team article img {
    width: 100%;
    margin-bottom: 10px;
}

.team article h2 {
    width: 100%;
    font-size: .9em;
    text-align: center;
    background-color: white;
    padding: 5px;
}

.radio_container {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
}

.radio_container input {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
    background-color: #94C11E;
    color: white;
}

.radio_container input:checked+.radio_checker i {
    display: block;
}

.radio_checker:hover {
    background-color: #94C11E;
    color: white;
}

.radio_checker {
    cursor: pointer;
    transition: all .3s;
    padding: 15px 30px;
    border-radius: 200px;
    font-size: .8em;
    font-weight: 700;
    background-color: #e4e4e4;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.form_changer {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.radio_checker i {
    display: none;
    margin-right: 10px;
}

.contact_info {
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    padding: 60px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #E0E0E0;
    flex-wrap: wrap;
    transform: translateY(-50%);
    max-width: 1200px;
}

.contact_info h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #A6925F;
}

.contact_info p {
    color: #4B4B4B;
    font-size: .9em;
    margin-top: 15px;
}

.contact_info a {
    padding-left: 30px;
    position: relative;
}

.contact_info a {
    color: #4B4B4B;
}

.contact_info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_content {
    width: 100%;
    padding-bottom: 60px;
    background-color: #F9F9F9;
}

.contact {
    width: 100%;
    background-color: white;
    border: 1px solid #E0E0E0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-height: 100px;
    flex-wrap: wrap;
    margin-top: -50px;
}

.gegevens {
    width: 28%;
    margin-left: 2%;
    background-color: white;
}

.gegevens img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.gegevens>div {
    padding: 25px;
}

.gegevens div h2 {
    color: #98272B;
    font-size: 1.3em;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.gegevens div div {
    font-size: .85em;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    color: #4B4B4B;
    line-height: 200%;
}

.gegevens div div p {
    width: inherit;
}

.contact_form_holder {
    width: 100%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_form,
.complaint_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hideField {
    display: block;
}

.complaint_form {
    display: none;
}

#NaamInput {
    width: 48%;
}

#EmailInput {
    width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px 10px;
    color: #A8A8A8;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.contact_form textarea {
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 10px 10px;
    color: #A8A8A8;
    margin-bottom: 20px;
    font-size: 1.1em;
    height: 300px;
    font-family: 'Playfair Display', serif;
}

.contact_form input[type=submit] {
    border-radius: 200px;
    padding: 10px 40px;
    background-color: #A6925F;
    border: 2px solid #A6925F;
    font-weight: 700;
    color: #fff;
    font-size: 1.1em;
    transition: all .3s;
    font-family: 'Playfair Display', serif;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled {
    opacity: 1;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover {
    background-color: #98272B;
    color: white;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover {
    background-color: transparent;
    color: #98272B;
}

#VoornaamCnt,
#NaamCnt {
    width: 49%;
    margin-bottom: 2%;
}

#EmailCnt {
    width: 100%;
    margin-bottom: 2%;
}

#StraatCnt,
#GemeenteCnt {
    width: 69%;
    margin-bottom: 2%;
}

#BusCnt,
#PostcodeCnt {
    width: 29%;
    margin-bottom: 2%;
}


/* Einde Contact */


/* Vragen */

.vragensplit {
    padding: 50px 10px;
}

.vragensplit>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.vragen {
    width: 68%;
}

.vragen article {
    border: 2px solid #F4F4F4;
    background-color: white;
    padding: 25px;
    margin-bottom: 10px;
}

.vragen article h2 {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    color: #A6925F;
    align-items: center;
    cursor: pointer;
}

.vragen article h2 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.vragen article div {
    margin-top: 20px;
    color: #a1a1a1;
    line-height: 180%;
    letter-spacing: .5px;
}

.vragen article div a {
    color: #5C9090;
    font-weight: 600;
}

.vragen_form {
    padding: 25px;
    background-color: white;
    border: 2px solid #F4F4F4;
    width: 30%;
}

.vragen_form img {
    margin-bottom: 20px;
    width: 100%;
}

.vragen_form h2 {
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #A6925F;
}

.vragen_form input[type=text],
.vragen_form input[type=email] {
    padding: 10px;
    font-family: 'Playfair Display', serif;
    color: #353535;
    background-color: #fff;
    font-weight: 700;
    border: 2px solid #F4F4F4;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
}

.vragen_form input[type=submit] {
    border: none;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-weight: 700;
    background-color: #A6925F;
    padding: 10px 35px;
    border-radius: 200px;
}

.vragen_form input[type=submit]:disabled {
    opacity: .5;
}

.vragen_form textarea {
    width: 100%;
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 10px 10px;
    color: #A8A8A8;
    margin-bottom: 20px;
    font-size: 1.1em;
    height: 300px;
    font-family: 'Playfair Display', serif;
}


/* Einde Vragen */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
}

.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: #A08B56;
    color: #fff;
    border: 2px solid #A08B56;
    border-radius: 200px;
    font-weight: 700;
    font-size: 1.1em;
    font-family: 'Playfair Display', sans-serif;
    padding: 15px 30px;
    transition: all .2s;
}

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

.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;
    top: 30px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 5;
}


/* Einde Curtaindrop */


/* Sfeerbeelden */

.sfeerbeelden {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.sfeerbeelden article {
    width: 23%;
    margin: 1%;
    overflow: hidden;
    cursor: pointer;
}

.sfeerbeelden article img {
    width: 100%;
    transition: all 1s;
}

.sfeerbeelden article h2 {
    width: 100%;
    padding: 10px;
    font-weight: 700;
    background-color: #f0f0f0;
    text-align: center;
    z-index: 3;
    position: relative;
}

.sfeerbeeld_overlay {
    opacity: 0;
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 2em;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all 1s;
    background-color: rgba(0, 0, 0, .6);
}

.sfeerbeelden article:hover img {
    transform: scale(1.2);
}

.sfeerbeelden article:hover .sfeerbeeld_overlay {
    opacity: 1;
}


/* Einde Sfeerbeelden */


/* Login */

.login_page {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 100vh;
}

.left_login {
    width: 500px;
    background-color: white;
    -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);
    height: 100%;
    padding: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.right_login {
    flex: 1;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.right_login div {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .2);
    padding: 10px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: .9em;
}

.right_login div a {
    color: white;
}

.login_form {
    width: 100%;
}

.left_login>h2 {
    font-size: 1.6em;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 30px;
    color: #353535;
    width: 100%;
    text-align: left;
}

.login_logo {
    position: absolute;
    left: 35px;
    top: 35px;
    width: 250px;
}

.submit_holder {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.submit_holder a {
    font-size: .8em;
    color: #6f6f6f;
    font-weight: 700;
}

.login_form input[type=password],
input[type=email] {
    width: 100%;
    border: 2px solid #F4F4F4;
    background-color: white;
    padding: 10px;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #9fa6b5;
}

.login_form input[type=submit] {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 35px;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.1em;
}

.errors {
    width: 100%;
    color: red;
    margin-bottom: 15px;
}

.errors li {
    padding-left: 20px;
    margin-bottom: 8px;
    position: relative;
}

.errors li:after {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    display: block;
    left: 5px;
    top: 3.5px;
    font-size: 8px;
}


/* Einde Login */


/* Klantenzone */

.klantenzone {
    width: 100%;
    min-height: 90vh;
    background: #F9F9F9;
    padding: 20px 0;
}

.klantenzone>div {
    max-width: 1600px;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}

.klant_top {
    width: 100%;
    max-width: 1600px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    padding: 30px;
    background-color: white;
}

.klant_top h1 {
    color: #000;
    font-size: 2em;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
}

.klant_top h2 {
    color: #848484;
    font-style: 1.1em;
    margin-top: 15px;
    font-weight: 700;
}

.klant_top a {
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 200px;
    background-color: #A08B56;
    border: 2px solid #A08B56;
    transition: all .3s;
}

.klant_top a i {
    margin-right: 10px;
}

.klant_top a:hover {
    background-color: transparent;
    color: #A08B56;
}

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

.main_zone {
    width: 59%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.side_zone {
    width: 39%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.klant_info {
    width: 100%;
    padding: 30px;
    background-color: white;
    border: 1px solid #E0E0E0;
    margin-top: 25px;
    border-radius: 4px;
}

.klant_info h2:first-child {
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    color: #A08B56;
    margin-bottom: 15px;
}

.klant_programma {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 30px;
    background-color: white;
    margin-top: 25px;
}

.klant_programma>h2 {
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    color: #A08B56;
    margin-bottom: 15px;
}

.klant_programma article {
    padding: 10px 0;
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: #eeeeee 2px dashed;
}

.klant_programma article:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.klant_programma article h3 {
    font-weight: 700;
    color: #fff;
    background-color: #A08B56;
    padding: 8px 12px;
    font-size: .9em;
}

.klant_programma article h2 {
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 700;
    width: 100%;
}

.programma_tekst {
    line-height: 180%;
    font-size: 1.1em;
    color: #8a8a8a;
    margin-top: 10px;
}

.klant_programma article a {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: .9em;
    text-transform: uppercase;
    color: #8a8a8a;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px 0;
    background-color: #eaeaea;
}

.klant_programma article a i {
    font-size: 1.2em;
}

.endprods {
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.endprods img {
    width: 50px;
    margin: 10px 30px;
}

.endprods div {
    width: 100%;
    height: 1px;
    background-color: #aeaeae;
}


/**/

.programma_items {
    width: 100%;
}

.klant_info_titel {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    margin-top: 30px;
}

.programma_items_tekst {
    color: #8a8a8a;
    font-size: 1.1em;
    line-height: 180%;
    margin-bottom: 20px;
}

.programma_items_tekst strong {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #353535;
    display: inherit;
}

.itemmap {
    padding-bottom: 40%;
    margin: 20px 0;
}

.programma_programma {
    width: 100%;
}

.programmaitem {
    width: 100%;
}

.programmaitem h3 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.programmaitem>h3 {
    padding: 10px;
    font-weight: 700;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    color: #353535;
    display: inherit;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    transition: all .3s;
}

.programmaitem div {
    padding-left: 10px;
    margin-bottom: 20px;
}

.programmaitem>div>h2 {
    font-weight: 700;
    font-size: 1.1em;
    color: #ED1C24;
}

.programmaitem>div>h3 {
    font-size: 1em;
    font-weight: 700;
}

.programmaitem h3:hover {
    transform: scale(1.02);
}

.images_first,
.images_second,
.images_third {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.images_first img {
    width: 100%;
}

.images_second img {
    width: 49%;
}

.images_third img {
    width: 32.33%;
}

.klant_facturen {
    width: 100%;
    padding: 30px;
    background-color: white;
    border: 1px solid #E0E0E0;
    margin-top: 25px;
    border-radius: 4px;
}

.klant_facturen>h2 {
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    color: #A08B56;
    margin-bottom: 15px;
}

.klant_facturen article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    transition: all .5s;
    padding: 10px 15px;
    background-color: #F9F9F9;
}

.klant_facturen article:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
}

.klant_facturen article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.klant_facturen article div:first-of-type {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    font-weight: 700;
    color: #353535;
}

.klant_facturen article div:first-of-type i {
    font-size: 1.5em;
    margin-right: 10px;
}

.factuur_download {
    width: 35px;
    height: 35px;
    color: white;
    background-color: #A08B56;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
}

.klant_downloads {
    width: 100%;
    padding: 30px;
    background-color: white;
    border: 1px solid #E0E0E0;
    margin-top: 25px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.klant_downloads>h2 {
    font-size: 1.5em;
    width: 100%;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    color: #A08B56;
    margin-bottom: 15px;
}

.klant_downloads article {
    width: 48%;
    padding: 10px 10px;
    transition: all .5s;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    margin: 10px 0;
    background-color: #F9F9F9;
}

.klant_downloads article:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
}

.klant_downloads article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.klant_downloads article div {
    border-radius: 200px;
    font-size: 1.1em;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #A08B56;
    color: white;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 10px;
}

.klant_downloads article h3 {
    font-weight: 700;
    color: #353535;
}

.extra_questions {
    width: 100%;
    background-color: white;
    margin-top: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.extra_questions>div {
    width: 50%;
}

.extra_questions>div:first-child {
    padding-right: 2%;
    margin-right: 2%;
    width: 48%;
    border-right: 2px solid #F9F9F9;
}

.extra_questions_text {
    line-height: 180%;
    color: #a7a7a7;
    font-size: 1.1em;
}

.extra_questions h2 {
    font-size: 1.5em;
    width: 100%;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    color: #A08B56;
    margin-bottom: 15px;
}

.extravragen_form {
    width: 100%;
}

.extravragen_form textarea {
    width: 100%;
    height: 200px;
    border: 2px solid #F4F4F4;
    background-color: white;
    padding: 10px;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #9fa6b5;
}

.extravragen_form input[type=submit] {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 35px;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.1em;
}


/* Einde Klantenzone */


/* Media Query's */

@media screen and (max-width: 1350px) {
    .contact_info {
        margin-top: 20px;
        transform: translateY(0);
    }
    .contact {
        margin-top: 20px;
    }
    #dasmap {
        height: 400px;
    }
}

@media screen and (max-width: 1300px) {
    .navigation nav {
        display: none;
    }
    .menubtn {
        display: block;
    }
    .contact_info {
        box-shadow: none;
        margin-top: 0;
    }
    .contact {
        box-shadow: none;
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .blokken article>img {
        width: 100%;
    }
    .blokken {
        -ms-align-items: center;
        align-items: center;
    }
    .blokken_content {
        width: 100%;
        padding: 10px 0;
    }
    .blokken article {
        width: 80%;
    }
    .blokken article>img,
    .blokken article:nth-child(even) img {
        order: 1;
    }
    .blokken_content {
        order: 2;
    }
    .sfeerbeelden article h2 {
        font-size: .9em;
    }
    .photobanner article {
        width: 33.33%;
    }
    .photobanner article:nth-child(1n+7) {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .main_zone,
    .side_zone {
        width: 100%;
    }
    .quote {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1100px) {
    .vragen {
        width: 100%;
        margin-bottom: 50px;
    }
    .vragen_form {
        width: 100%;
    }
    .insta-preview .slick-dots .slick-active {
        display: unset;
    }
}

@media screen and (max-width: 1000px) {
    .bann {
        display: none !important;
    }
    .banm {
        display: block !important;
    }
    .navigation .logo {
        width: 200px;
    }
    .sfeerbeelden article {
        width: 31.33%;
    }
    .innerfooter ul {
        flex-wrap: wrap;
    }
    .innerfooter ul li:first-child {
        width: 100%;
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .left_login {
        width: 100%;
    }
    .right_login {
        display: none;
    }
    .login_logo {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 800px) {
    .logo1 {
        display: none;
    }
    .logo2 {
        display: block;
    }
    .navigation {
        padding: 10px;
        position: relative !important;
    }
    .page_header {
        padding: 40px;
    }
    .blokken {
        padding: 0;
    }
    .blokken article {
        width: 100%;
        padding: 20px 10px;
    }
    #dasmap {
        height: 250px;
    }
    .photobanner article h2 {
        font-size: 1em;
    }
}

@media screen and (max-width: 750px) {
    .sfeerbeelden article {
        width: 48%;
    }
    .vragen article h2 {
        font-size: 1em;
    }
    .vragen article div {
        font-size: .9em;
    }
    #NaamInput {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .contact_info {
        flex-wrap: wrap;
        transform: none;
        display: none;
    }
    .contact_info>div {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .contact_content {
        margin-top: 55px;
    }
    .disclaimer span {
        display: none;
    }
    .disclaimer a {
        padding: 0 10px;
    }
    .klant_top h1 {
        font-size: 1.4em;
    }
    .klant_top h2 {
        font-size: .9em;
    }
    .klant_top a {
        color: #A08B56;
        background-color: transparent;
        padding: 0;
        border: none;
        font-size: .9em;
    }
    .klant_downloads article {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .banm {
        display: none !important;
    }
    .bans {
        display: block !important;
    }
    .res-nav {
        width: 100%;
        right: -650px;
    }
    .menu-is-open {
        right: 0;
    }
    .page_header h1 {
        font-size: 1.4em;
    }
    .page_header h2 {
        font-size: 1em;
    }
    .page_header div {
        font-size: 1em;
    }
    .page_header {
        padding: 30px 10px;
    }
    .blokken_titel h3 {
        font-size: 6em;
    }
    .blokken_titel h2 {
        font-size: 1.4em;
    }
    .quote {
        font-size: 2em;
    }
}

@media screen and (max-width: 600px) {
    .PL_Wrapper {
        right: 10px;
    }
    .footer-item {
        width: 100%;
    }
    .footer-item>div {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
        padding-left: 0;
        text-align: center;
    }
    .footer-item>div>div:first-child {
        position: relative;
        left: initial;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        font-size: 1.2em;
    }
    .footer-item>div>div:first-child i:nth-child(2n) {
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #e2e4e7;
    }
    .klant_info,
    .klant_top,
    .klant_downloads,
    .klant_programma,
    .klant_facturen {
        padding: 15px;
    }
    .programma_items_tekst {
        font-size: .9em;
    }
    .klant_downloads>h2,
    .klant_programma>h2,
    .klant_facturen>h2 {
        font-size: 1.3em;
    }
    .klant_programma article h2 {
        font-size: 1em;
    }
    .programma_tekst {
        font-size: .9em;
    }
    .klant_facturen article div:first-of-type,
    .klant_downloads article h3 {
        font-size: .9em;
    }
    .photobanner article {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
    .klant_top {
        flex-direction: column;
    }
    .klant_top h1 {
        text-align: center;
    }
    .klant_top h2 {
        text-align: center;
    }
    .klant_top div {
        width: 100%;
        border-bottom: 2px solid #f1f1f1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@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;
	}
}