@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%;
    font-family: 'Josefin Sans', sans-serif;
    background-color: white;
}

.gototop {
    z-index: 100;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: -100px;
    bottom: 40px;
    color: #fff;
    font-size: 1em;
    opacity: .8;
    cursor: pointer;
    transition: all .3s;
    border: none;
    background-color: #d32b47 !important;
    transition: all 1s ease;
    box-shadow: #35353544 0px 5px 15px;
    border-radius: 200px;
}

.gototop:hover {
    transform: translateY(-10px);
}


/* KEYFRAMES */

.come-in {
    transform: translateY(150px);
    opacity: 0;
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 2s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        opacity: 0;
        animation: come-in-left 0.8s ease forwards;
    }
    .come-in-left:nth-child(odd) {
        animation-duration: 2s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        opacity: 0;
        animation: come-in-right 0.8s ease forwards;
    }
    .come-in-right:nth-child(odd) {
        animation-duration: 2s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* EINDE KEYFRAMES */


/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 35px;
    color: #353535;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #353535;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #353535;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #353535;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    background-color: #d32b47;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #d32b47;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #d32b47;
}


/* Einde Bevestiging*/


/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    max-width: 300px;
    -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: 40px;
    transition: all .5s;
    border-bottom: 4px solid #d32b47;
}

.plenso_cookies>div {
    color: #353535;
    font-weight: 200;
    line-height: 140%;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: justify;
}

.plenso_cookies .btns {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.plenso_cookies a:first-of-type {
    color: #353535;
    margin-bottom: 15px;
    border-bottom: 1px solid #97969693;
    padding-bottom: 0px !important;
    width: 100%;
}

.plenso_cookies a:last-of-type {
    background-color: #d32b47;
    color: white;
    border: 1px solid #d32b47;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 200;
    font-family: 'Josefin Sans', sans-serif;
    transition: all 0.8s ease;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding-top: 3px;
}

.plenso_cookies a:last-of-type:hover {
    background-color: transparent;
    color: #d32b47;
}


/* Einde cookiemelding */


/* GDPR */

#content-container {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    margin: auto;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 20px;
    margin-top: 150px;
    font-family: 'Nanum Myeongjo', serif;
}

#content-container h2 {
    color: #353535;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
    font-family: 'Nanum Myeongjo', serif;
}

#content-container h3 {
    background: #353535;
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
    font-family: 'Nanum Myeongjo', serif;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.1em;
    font-weight: 200;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #353535;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #A68A54;
    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;
}


/* Einde GDPR */


/* Curtaindrop */

.curtain-click {
    cursor: pointer;
}

.curtain-click.icon {
    display: none;
}

.curtain-click.title {
    padding: 4px 20px;
    margin-right: 30px;
    background-color: #efefef;
    width: fit-content;
    margin-bottom: 15px;
    border-radius: 4px;
}

.curtain-click.title span {
    background: linear-gradient(90deg, #4C4C4C, #4C4C4C, #4C4C4C);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 5s linear infinite;
    position: relative;
}

@keyframes shine {
    0% {
        background-position-x: -500%;
    }
    100% {
        background-position-x: 500%;
    }
}

.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 .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.678);
    opacity: 0.8;
}

.curtaindrop>div {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
    position: absolute;
    left: 50%;
    width: 90%;
    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%);
    text-align: center;
}

.curtaindrop .button {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.8s ease;
    margin-top: 30px;
}

.curtaindrop .button:hover {
    background-color: #fff;
    color: #d32b47;
}

.curtaindrop p {
    font-size: 1.4em;
    line-height: 1.6em;
}

.curtaindrop img {
    max-width: 1000px;
    width: 96%;
}

.curtaindrop h2 {
    font-weight: 900;
    font-size: 3em;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}

.curtaindrop .line {
    background-color: white;
    width: 50px;
    height: 2px;
    margin: 20px auto;
}

.curtaindrop>span {
    position: absolute;
    left: -123px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 34px solid #b0d49b;
    border-left: 18px solid transparent;
}

.curtaindrop>span>i {
    font-style: normal;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #b0d49b;
    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: 40px;
    cursor: pointer;
    color: #fff;
    z-index: 100000000;
}


/* Einde Curtaindrop */


/* NAVIGATIE DESKTOP */


/* Navigatie */

.navigatie {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 0px 10px 40px 0px;
    z-index: 2;
}

.navigatie nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    -ms-align-items: flex-end;
}

.navigatie nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.navigatie nav ul li {
    padding: 0px 20px;
}

.navigatie nav a {
    color: #1d1d1d;
    font-size: 1.4em;
    font-weight: 200;
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    font-family: 'Josefin Sans', sans-serif;
}

.navigatie nav a,
.navigatie nav a:after,
.navigatie nav a:before {
    transition: all .5s;
}


/* fill */

.navigatie nav a {
    position: relative;
}

.navigatie nav a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}

.navigatie nav a {
    transition: all 2s;
}

.navigatie nav a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

.navigatie nav a:hover,
.navigatie nav .active a {
    color: #fff;
    z-index: 1;
}

.navigatie nav a:hover:after,
.navigatie nav .active a:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}


/* Keyframes */

@keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

.logo {
    width: 250px;
    background-color: white;
    border-bottom-right-radius: 40px;
    transform: translateY(30px);
    z-index: 10;
    padding: 30px;
}

.logo img {
    width: 100%;
}


/* EINDE NAVIGATIE DESKTOP */


/* RESPONSIVE NAVIGATIE */

.menubtn {
    width: 40px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}

.menuoverlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
}

.res-nav {
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: fixed;
    right: -700px;
    top: 0;
    z-index: 1000;
    transition: all .6s;
    background-color: #1d1d1d;
    padding-bottom: 100px;
    background-image: url(/images/res_element.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.res-nav .res-logo {
    width: 140px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.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;
}

.nav_top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 30px;
}

.closebtn {
    background-color: #d32b47;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    left: -20px;
    top: 30px;
    padding: 8px;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 20px 50px;
    text-align: right;
}

.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(0deg);
}

.rotateImg {
    transform: rotate(-180deg) !important;
}

.navitem a {
    text-align: left;
    display: inline-block;
    color: #4C4C4C;
    font-size: 25px;
    font-weight: 600;
    position: relative;
}

.navitem a,
.navitem a:after,
.navitem a:before {
    transition: all .5s;
}

.navitem a:hover {
    color: #d32b47;
}

.navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #d32b47;
    height: 2px;
    text-align: right;
}

.navitem a:hover:after {
    width: 100%;
}

.navitem i {
    font-size: 25px;
    transition: all .3s;
}

.navitem .rotate {
    transform: rotate(90deg);
}

.activelink {
    color: #d32b47 !important;
}

.navitem ul {
    display: none;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 10px;
}

.navitem ul li {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #eeeeee;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    color: #949494;
    padding: 7px 0;
    padding-left: 0;
}

.navi_footer>div {
    color: #4C4C4C;
    font-weight: 200;
}

.navi_footer img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.navi_footer img.logo {
    position: absolute;
    top: 30px;
    width: 100px;
    right: 30px;
}

.navi_footer>div {
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.navi_footer>div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.navi_footer>div p {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-bottom: 7px;
    color: #918e8e;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    z-index: 100;
}

.navi_footer span {
    margin: 0 10px;
    color: #918e8e;
}

.navi_footer a {
    color: #918e8e;
    font-size: .9em;
}


/* EINDE RESPONSIVE NAVIGATIE */


/* HOME */

.home_banner {
    width: 80%;
    margin: auto;
}

.home_banner .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    border: none;
}

.home_banner .slick-next {
    right: 10px;
    left: initial;
}

.home_banner article {
    position: relative;
}

.home_banner article img {
    width: 100%;
}

.home_banner article>div {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.home_banner article>div div {
    max-width: 600px;
}

.home_banner article h2 {
    font-weight: 500;
    font-size: 2.5em;
    color: white;
    text-shadow: 0px 0px 11px #000000;
    margin-bottom: 0px;
}

.home_banner article h3 {
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 2em;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_banner article a {
    border-radius: 4px;
    margin-top: 20px;
    color: #CDA03A;
    font-size: 20px;
    padding: 12px 30px;
    background-color: #f9f1df;
    display: inline-block;
    transition: all .3s;
}

.home_banner article a:hover {
    background-color: #CDA03A;
    color: #fff;
}


/* Powertekst */

.page_header {
    padding: 60px 20px;
    text-align: center;
}

.page_header_element {
    width: 30px;
    padding-bottom: 20px;
}

.page_header i {
    font-size: 25px;
    margin-bottom: 15px;
    color: #a66465;
}

.page_header h1 {
    color: #d32b47;
    font-size: 2.7em;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    width: 90%;
}

.page_header>h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 300;
}

.page_header .line {
    background-color: #9e9d9d;
    width: 30px;
    height: 1px;
    margin: 30px auto;
}

.page_header .c {
    line-height: 150%;
    font-weight: 200;
    font-size: 25px;
    color: #4C4C4C;
    width: 60%;
    margin: auto;
    text-align: center;
}


/* Trending */

.trending .slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    border: none;
    font-size: 15px;
}

.trending .slick-next {
    left: initial;
    right: 10px;
}

.trending .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2;
    transform: translateX(-50%);
}

.trending .slick-dots li {
    width: 11px;
    height: 11px;
    border-radius: 200px;
    margin: 10px 3px;
    background-color: #d32b4754;
    border: none;
    cursor: pointer;
}

.trending .slick-dots .slick-active {
    background-color: #d32b47;
}

.trending .slick-dots li button {
    display: none;
}

.trending {
    background-color: #FFF;
    width: 100%;
}

.trending>div {
    width: 80%;
    margin: auto;
    padding: 100px 0;
}

.trending>div .slick-slide {
    margin: 1.5% !important;
}

.trending>div article .img {
    position: relative;
}

.trending>div article img {
    width: 100%;
    transition: all 2s ease;
    border-radius: 50%;
    filter: grayscale(0);
}

.trending>div article:hover img {
    filter: grayscale(1);
    border: 4px solid transparent;
}

.trending>div article .content {
    text-align: center;
    margin-top: 20px;
}

.trending>div article .content h2 {
    font-size: 25px;
    color: #1d1d1d;
}

.trending>div article .content div {
    color: #4C4C4C;
    font-size: 23px;
    font-weight: 200;
    margin-top: 10px;
}

.trending .overlay {
    width: 100%;
    bottom: 0;
    z-index: 2;
    left: 0;
    transition: all 2s;
    opacity: 0;
    border-radius: 50%;
    top: 0;
    position: absolute;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.425);
}

.trending a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}


/* Blokken */

.element {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.element img {
    width: 100%;
    max-width: 20px;
}

.blokken {
    width: 80%;
    margin: 60px auto;
}

.blokken article {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.blokken article:nth-of-type(even) .img {
    order: 1;
}

.blokken article:nth-of-type(even) .content {
    order: 2;
}

.blokken article:nth-of-type(odd) .img {
    order: 2;
}

.blokken article:nth-of-type(odd) .content {
    order: 1;
}

.blokken article img {
    width: 100%;
}

.blokken article .img {
    width: 45%;
}

.blokken article .content {
    width: 55%;
    padding: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.blokken article .content .count {
    color: #d32b47;
    font-size: 40px;
    padding-right: 40px;
}

.blokken article .content .c {
    color: #353535;
    font-weight: 200;
    line-height: 130%;
    font-size: 23px;
    border-left: 1px solid #efefef;
    padding: 10px 0;
    padding-left: 40px;
}

.blokken article .content .c h2 {
    color: #d32b47;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 25px;
}

.blokken article .content .c a {
    color: #d32b47;
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 16px;
    width: fit-content;
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    font-weight: 500;
}

.blokken article .content .c a i {
    margin-left: 10px;
    transition: all 0.8s ease;
}

.blokken article .content .c a:hover i {
    transform: translateX(10px);
}


/* Troeven */

.troeven {
    background-color: #fafafa;
    width: 100%;
}

.troeven>div {
    width: 60%;
    margin: auto;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.troeven>div article {
    width: 48%;
    margin: 1%;
    padding: 40px;
}

.troeven>div article h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    font-weight: 700;
    font-size: 23px;
    color: #d32b47;
    margin-bottom: 10px;
}

.troeven i {
    margin-right: 10px;
}

.troeven>div article .c {
    font-weight: 200;
    color: #4c4c4c;
    font-size: 22px;
    line-height: 130%;
}


/* TIMELINE */

.timelineholder {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.timelineholder::after {
    content: '';
    position: absolute;
    width: 10px;
    background-color: #d32b47;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.timelineoverlayholder {
    width: 10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
    overflow: hidden;
    top: 0;
    bottom: 0;
}

.timelineoverlay {
    background-color: #d32b47;
    opacity: 0.8;
}

.timeline {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.timeline h2 {
    color: #d32b47;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.timeline p {
    line-height: 150%;
    color: #a3a3a3;
    font-weight: 200;
    font-size: 18px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #e1e1e1;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline_quote {
    width: 100%;
    color: #252525;
    position: relative;
    padding: 45px;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.timeline_quote i:first-of-type {
    color: #d32b47;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
    opacity: .5;
}

.timeline_quote i:last-of-type {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    color: #d32b47;
    opacity: .5;
}

.timeline_container {
    padding: 30px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background-color: inherit;
    width: 100%;
}

.timeline_container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    background-color: #d32b47;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.timeline_item_content {
    padding: 20px 0;
    background-color: white;
    position: relative;
    border-radius: 6px;
    width: 45%;
}

.left_time {
    margin-right: 5%;
}

.right_time {
    margin-left: 5%;
}

.imageleft {
    margin-left: 5%;
}

.imageright {
    margin-right: 5%;
}

.timeline_other_content {
    width: 45%;
}

.timeline_other_content img {
    width: 100%;
}

.conclusie {
    max-width: 600px;
    width: 96%;
    margin: 0 auto;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #8BCF97;
    margin-bottom: 50px;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    -webkit-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
    -moz-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
    box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
}

.conclusie h2 {
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 30px;
    margin-top: 10px;
}

.left_time h2 {
    text-align: right;
}

.left_time p {
    text-align: right;
}

.conclusie p {
    text-align: center;
    color: #fff;
    line-height: 150%;
}


/* EINDE TIMELINE */


/* Parallax */

.home_ak {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dark_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.445);
}

.home_ak .content {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.home_ak .content h2 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 100px;
    padding-bottom: 20px;
}

.home_ak .content h2::after {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 0px;
}

.home_ak .content h3 {
    padding: 15px 10px;
    font-weight: 300;
    font-size: 65px;
    color: white;
    margin-top: 20px;
    text-align: center;
}

.home_ak .content a:hover {
    transform: scale(1.1);
}


/* SFEERBEELDEN */

.in_beeld {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.in_beeld article {
    width: 24%;
    margin: .5%;
    cursor: pointer;
    overflow: hidden;
}

.in_beeld article .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    opacity: 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 2em;
    transition: all .3s;
    z-index: 2;
}

.in_beeld article:hover .overlay {
    opacity: 1;
}

.in_beeld article:hover img {
    transform: scale(1.1);
}

.in_beeld article img {
    width: 100%;
    transition: all .5s;
}


/* EINDE SFEERBEELDEN */


/* PRODUCTEN */

.shop_products {
    width: 100%;
    max-width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 100px;
}

.shop_products .noprods {
    width: calc(100% - 40px);
    text-align: center;
    padding: 30px;
    font-size: 18px;
    font-weight: 200;
    margin: 0 20px;
    border: #ededed 1px solid;
}

.shop_products article {
    width: 31%;
    position: relative;
    margin: 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    color: #1d1d1d;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #f6f6f6;
}

.shop_products article .text {
    padding: 20px 10px;
}

.shop_products article img {
    width: 100%;
    position: relative;
    z-index: 0;
}

.shop_products article h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
}

.producten_preview .shop_products article h2 {
    font-size: 17px;
}

.shop_products article h3 {
    font-size: 14px;
    font-weight: 200;
}

.shop_products article button {
    width: 100%;
}

.producten_preview .shop_products article h3 {
    font-size: 12px;
}

.shop_products article .text {
    width: 100%;
}

.shop_products article .suba {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 200px;
    color: #353535;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.shop_products article .maina {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}


/* PRODUCTDETAIL */

.product_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
    padding: 50px 10px;
}

.product_header_image {
    width: 50%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_header_image>a i {
    transition: all .3s;
    padding-left: 5px;
}

.product_header_image>a:hover i {
    padding-left: 0 !important;
    padding-right: 5px;
}

.product_header_image>img {
    width: 100%;
    transition: all .2s;
}

.product_extrafotos {
    width: 150px;
    padding: 20px 0;
}

.product_extrafotos .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    border: none;
}

.product_extrafotos .slick-next {
    top: initial;
    bottom: 0;
}

.product_extrafotos article {
    padding: 10px;
    border-left: 2px solid white;
}

.product_extrafotos article img {
    width: 100%;
    cursor: pointer;
    border-left: 2px solid white;
}

.active_thumb {
    border-left: 2px solid #1C1B1B !important;
}

.mainimg {
    cursor: zoom-in;
}

.product_header_content {
    width: 48%;
    max-width: 500px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_header_content h1 {
    font-size: 25px;
    line-height: 150%;
    color: #353535;
    font-weight: 400;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
    color: #353535;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 2.4px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product_header_content .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.product_header_content .aantal input {
    border: none;
    width: 50px;
    text-align: center;
    background-color: transparent;
}

.product_header_content .aantal i {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_links {
    margin-bottom: 10px;
}

.product_links a {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #939393;
    padding: 2px 10px;
    font-size: .8em;
    transition: all .3s;
    margin-right: 5px;
}

.product_links a:hover {
    border: 1px solid #939393;
}

.product_intro {
    line-height: 200%;
    font-weight: 400;
    font-size: 14px;
    color: #1C1B1B;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.product_intro p {
    margin-bottom: 10px;
}

.sharing {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -ms-align-items: center;
    padding-top: 25px;
}

.sharing>div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sharing>div:last-of-type {
    color: #1d1d1d;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 10px;
}

.sharing a {
    color: #fff !important;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all .3s;
    border: 2px solid #d32b47;
    font-weight: 700;
    background-color: #d32b47 !important;
}

.sharing a:hover {
    transform: scale(1.15);
}

.sharing a i {
    font-size: 16px;
    color: #fff;
}

.sharing p {
    font-weight: 400;
    color: #353535;
    padding-top: 3px;
    font-size: 14px;
    margin-right: 10px;
}

.mainshop {
    width: 70%;
    margin: auto;
    margin-top: 30px;
    padding-left: 10px;
}

.mainshop i {
    margin-right: 10px;
    transition: all 0.8s ease;
}

.mainshop a {
    color: #353535;
}

.mainshop:hover i {
    transform: translateX(-10px);
}

#formaten button {
    border: none;
    background-color: transparent;
    color: #d32b47;
    border: 2px solid #d32b47;
    border-radius: 10px;
    padding: 7px 25px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 200;
    transition: all 0.8s ease;
}

#formaten button:hover,
#formaten button.active {
    background-color: #d32b47;
    color: white;
}

#formaten button:first-of-type,
#formaten button:nth-of-type(2) {
    margin-right: 5px;
}

.product_meerdere_formaten h2,
.product_formaat h2,
#dikte {
    display: flex;
    flex-direction: row;
}

.product_meerdere_formaten div,
.product_formaat ul,
#dikte ul {
    margin-left: 10px;
}

.product_meerdere_formaten div ul,
.product_formaat ul,
#dikte ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    font-weight: 200;
}

.product_meerdere_formaten div ul li:not(:last-of-type),
.product_formaat ul li:not(:last-of-type),
#dikte ul li:not(:last-of-type) {
    padding-right: 10px;
    border-right: 1px solid rgb(161, 158, 158);
}

.product_meerdere_formaten div ul li:not(:first-of-type),
.product_formaat ul li:not(:first-of-type),
#dikte ul li:not(:first-of-type) {
    padding-left: 10px;
}

.product_meerdere_formaten select {
    height: 40px;
    padding-right: 100px;
    padding-left: 15px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1em;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.more_info span {
    font-weight: 200;
}

.more_info h2:first-of-type {
    margin-top: 10px;
}

.clearfilter {
    font-size: 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid #b1aeae;
    width: fit-content;
    margin: auto;
    color: #353535;
    margin-bottom: 20px;
    font-weight: 200;
}

.typefilter {
    width: fit-content;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.typefilter a {
    cursor: pointer;
    border: 1px solid #d32b47;
    padding: 7px 30px;
    color: #d32b47;
    transition: all 0.8s ease;
}

.typefilter a:hover,
.typefilter a.active {
    background-color: #d32b47;
    color: white;
}

.typefilter a:not(:last-of-type) {
    margin-right: 10px;
}

.producten_preview h2:not(.shop_products article h2) {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.line {
    width: 30px;
    height: 1px;
    background-color: #353535;
    margin: auto;
    margin-bottom: 30px;
}


/* EINDE PRODUCTEN */


/* CONTACT */

.contact_pagina {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
}

.contact_pagina .page_header h1 {
    margin-bottom: 0;
}

.contact_pagina .page_header h2 {
    text-transform: unset;
    font-weight: 200;
    font-size: 25px;
}

.contact_pagina .page_header .line {
    margin: 15px auto;
}

.contact_pagina .team {
    width: 43%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
}

.contact_pagina .team .slick-slide {
    margin: 2% !important;
}

.contact_pagina .team article {
    text-align: center;
}

.contact_pagina .team .img {
    position: relative;
}

.contact_pagina .team img {
    width: 100%;
    border-radius: 50%;
}

.contact_pagina .team .content {
    padding-top: 20px;
    text-align: center;
}

.contact_pagina .team .content h2 {
    color: #d32b47;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 5px;
}

.contact_pagina .team .content h3 {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 200;
}

.contact_pagina .team .slick-arrow {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: #d32b47;
    border-radius: 200px;
    color: #fff;
    font-size: 1em;
    border: none;
    z-index: 2;
    transform: translateX(-40px);
}

.contact_pagina .team .slick-next {
    position: absolute;
    transform: translateX(5px);
}

.contact_info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #F4F4F4;
    padding: 120px 80px;
    width: 40%;
    position: relative;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #353535;
}

.contact_gegevens {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
}

.contact_gegevens h1 {
    font-weight: 700;
    color: #d32b47;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    -ms-align-items: flex-end;
    font-size: 2.2em;
}

.contact_gegevens h1 i {
    font-size: 22px;
    margin-right: 15px;
}

.contact_gegevens .line {
    display: none;
}

.contact_gegevens h2 {
    font-weight: 200;
    font-size: 20px;
    line-height: 130%;
    color: #353535;
}

.contact_gegevens p {
    padding-bottom: 10px;
}

.contact_info {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact_info h2 {
    font-weight: 700;
    color: #353535;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
}

.contact_info p {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    color: #252525;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 200;
}

.contact_info p a {
    color: #252525;
}

.contact_info p i {
    position: absolute;
    left: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    color: #353535;
    transform: translateY(-50%);
    font-size: 16px;
}

.contact_formulier {
    width: 55%;
    margin-top: 40px;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_label {
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
    display: inline-block;
    margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email],
#NaamInput input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #F4F4F4;
    background-color: transparent;
    padding: 8px 0px;
    padding-bottom: 3px;
    color: #d32b47;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    padding-left: 10px;
    letter-spacing: 2px;
    font-family: 'Josefin Sans', sans-serif;
}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder,
.contact_form textarea::placeholder {
    color: #a3a3a3;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
#NaamInput input:focus {
    border-bottom: 2px solid #d32b47;
    font-weight: 400;
}

.contact_form input[type=text]:focus::placeholder,
.contact_form input[type=email]:focus::placeholder,
#NaamInput input:focus::placeholder,
.contact_form textarea:focus::placeholder {
    color: #353535;
}

.contact_form textarea {
    background-color: transparent;
    border: none;
    width: 100%;
    border-bottom: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 10px 0px;
    color: #d32b47;
    margin-bottom: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 18px;
    height: 100px;
    padding-left: 10px;
    font-family: 'Josefin Sans', sans-serif;
}

.contact_form textarea:focus {
    border-bottom: 2px solid #d32b47;
    font-weight: 400;
}

.contact_form select {
    width: 100%;
    color: #353535;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #f6f6f6;
    background-color: #F4F4F4;
    height: 50px;
    font-size: .9em;
    font-weight: 700;
    background-image: url(/images/select2.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.contact_form input[type=submit] {
    padding: 5px 30px;
    background: transparent;
    border: 1px solid #d32b47;
    font-weight: 200;
    color: #d32b47;
    font-size: 1.2em;
    font-weight: 200;
    transition: all .8s ease;
}

.contact_form input[type=submit]:hover {
    background-color: #d32b47;
    color: #fff;
}

.contact_formulier #NaamInput {
    width: 48%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

.maps {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 80px auto;
    margin-bottom: 100px;
}

.dasmap_wrapper {
    position: relative;
}

#dasmap,
#dasmap2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.dasmap_wrapper .loc {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    background-color: #d32b47;
    color: white;
    font-weight: 200;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-size: 17px;
    margin-right: 10px;
}

.maps>div {
    width: 32.5%;
    margin: .5%;
}

.PL_privacy {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.privcnt {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1em !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    color: #a3a3a3 !important;
}

.privcnt div {
    display: flex;
    flex-wrap: wrap;
}

.privcnt .mob {
    display: none;
}

.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.privcnt a {
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-weight: 700;
    color: #353535;
    position: relative;
    z-index: 10;
}

.checkmarker {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
}

.privcnt:hover input~.checkmarker {
    background-color: #ccc;
}

.privcnt input:checked~.checkmarker {
    background-color: #353535;
}

.checkmarker:after {
    content: "";
    position: absolute;
    display: none;
}

.privcnt input:checked~.checkmarker:after {
    display: block;
}

.privcnt .checkmarker:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* EINDE CONTACT */


/* Instagram */

.insta_titel {
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.insta_titel .line-hold {
    position: relative;
}

.insta_titel .line-hold h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #a08b56;
    display: inline-block;
    padding: 0 100px;
}

.band .insta_titel h3 {
    background-color: #f8eaf2;
}

.insta_titel .line-hold:after {
    display: block;
    height: 1px;
    background-color: #a08b56;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.small.insta_titel {
    padding: 30px 0;
}

.instagram_feed {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px;
    padding-top: 30px;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 30px;
}

.instagram_feed .instagram_post {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0 1%;
}

.instagram_feed .instagram_post img {
    width: 100%;
}

.instagram_feed .instagram_post video {
    width: 100%;
}

.instagram_feed .instagram_post .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 3em;
    transition: all .3s;
}

.instagram_feed .instagram_post:hover .overlay {
    opacity: 1;
}


/* Einde Instagram */


/* Footer */

footer {
    background-color: #1d1d1d;
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
}

footer .gegevens {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 60px 0;
}

footer .gegevens div {
    line-height: 140%;
}

footer a,
footer p,
footer span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.432);
    font-weight: 200;
    display: block;
}

footer a:hover {
    text-decoration: underline;
}

footer span {
    margin: 0 10px;
    font-size: 12px;
}

footer .gegevens>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

footer>div {
    width: 70%;
    margin: auto;
}

.socials {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: center;
    padding: 20px 0;
}

.socials a {
    background-color: #cccbc9;
    color: #1d1d1d;
    width: 35px;
    height: 35px;
    border-radius: 200px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    opacity: 0.8;
}

.socials a:first-of-type {
    margin-right: 10px;
}

.socials i {
    font-size: 14px;
}

.siteby {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
}

.siteby.mob {
    display: none;
}

.siteby .pulse {
    font-size: 12px;
    animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        color: rgba(255, 255, 255, 0.432);
    }
    5% {
        color: #d32b47;
    }
    10% {
        color: rgba(255, 255, 255, 0.432);
    }
    20% {
        color: #d32b47;
    }
    25% {
        color: rgba(255, 255, 255, 0.432);
    }
    50% {
        color: rgba(255, 255, 255, 0.432);
    }
    100% {
        color: rgba(255, 255, 255, 0.432);
    }
}

.slogan {
    padding: 80px 20px;
    width: 100%;
    text-align: left;
    font-size: 75px;
    color: #646462;
    font-weight: 700;
    line-height: 130%;
    background-color: #1d1d1d;
}

.slogan>div {
    width: 70%;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 2px solid #353535;
}

.slogan strong,
.slogan b {
    color: #a8a8a7;
}


/* Einde footer */


/* Media Query's */

@media screen and (max-width: 1600px) {
    .navigatie,
    .home_banner,
    .blokken,
    .in_beeld {
        width: 90%;
    }
}

@media screen and (max-width: 1500px) {
    #content-container {
        max-width: 70%;
    }
    .slogan>div {
        width: 80%;
    }
    .shop_products,
    .product_header {
        max-width: 80%;
    }
    .mainshop {
        width: 80%;
    }
}

@media screen and (max-width: 1400px) {
    .page_header h1 {
        font-size: 2.5em;
    }
    .blokken article .content {
        padding: 50px;
    }
    .trending>div {
        width: 90%;
    }
    .instagram_feed .instagram_post {
        width: 270px;
        height: 270px;
    }
    .troeven>div {
        width: 80%;
    }
    .contact_info {
        text-align: left;
        align-items: flex-start;
        -ms-align-items: flex-start;
        padding: 120px 40px;
    }
}

@media screen and (max-width: 1300px) {
    .shop_products,
    .product_header,
    .mainshop {
        max-width: 90%;
    }
    .mainshop {
        width: 90%;
    }
}

@media screen and (max-width: 1250px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .logo {
        width: 200px;
        transform: translateY(20px);
        padding: 15px 30px;
    }
    #content-container h1 {
        margin-top: 50px;
    }
    .menubtn {
        display: block;
    }
    .tohide {
        display: none;
    }
    .curtain-click.title {
        margin-right: 0;
    }
    .navigatie,
    .home_banner,
    .blokken,
    .in_beeld {
        width: 95%;
    }
    .home_ak .content {
        left: 0;
        transform: unset;
        transform: translateY(-50%);
        padding-left: 40px;
        padding-right: 40px;
    }
    .blokken {
        width: 90%;
    }
    .instagram_feed .instagram_post {
        width: 250px;
        height: 250px;
    }
    .contact_pagina {
        padding-top: 55px;
    }
    .contact_info {
        outline: none;
    }
    .contact_gegevens .line {
        display: block;
        background-color: #d32b47;
        width: 30px;
        height: 2px;
        margin: 20px auto;
    }
    .contact_gegevens {
        margin-bottom: 20px;
        padding: 30px 10px;
    }
    .contact_gegevens h1 {
        justify-content: center;
        margin-bottom: 0;
    }
    .contact_gegevens,
    .contact_formulier {
        width: 100%;
        padding: 0 10px;
    }
    .contact_formulier {
        margin-top: 30px;
    }
    .contact_gegevens h1,
    .contact_gegevens h2 {
        text-align: center;
        line-height: 120%;
    }
    .contact_gegevens h1 {
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
    }
    .contact_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
    .contact_split {
        margin-top: 10px;
    }
    .contact_split div {
        padding: 20px;
    }
    .contact_gegevens>div a {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .contact_split img {
        right: -10px;
    }
    .contact_split div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .slogan {
        font-size: 60px;
    }
}

@media screen and (max-width: 1160px) {
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 1150px) {
    .page_header .c {
        width: 80%;
    }
    .page_header>h2 {
        font-size: 15px;
    }
    .contact_split img {
        top: -30px;
    }
}

@media screen and (max-width: 1100px) {
    .slogan {
        font-size: 55px;
        padding-bottom: 50px;
    }
    .contact_gegevens {
        flex-direction: column;
    }
    .contact_pagina {
        padding-top: 0;
    }
    .contact_pagina .team {
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .contact_pagina .team img {
        width: 80%;
        margin: auto;
    }
    .maps {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .maps>div {
        width: 95%;
        margin: auto;
    }
    .contact_info {
        align-items: center;
        -ms-align-items: center;
        padding: 40px;
    }
    .dasmap_wrapper {
        height: 400px;
        margin-top: 10px !important;
    }
    .contact_pagina .team .slick-list {
        width: 70% !important;
    }
    .contact_pagina .page_header {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1050px) {
    .curtaindrop h2 {
        font-size: 2.5em;
    }
    .page_header h1 {
        font-size: 2.2em;
    }
    .home_banner .slick-arrow {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .trending>div {
        padding: 60px 0;
    }
    .element {
        transform: unset;
        padding-top: 30px;
    }
    .element img {
        max-width: 20px;
    }
    .blokken {
        margin-top: 30px;
    }
    .blokken article {
        flex-direction: column;
    }
    .blokken article .img {
        order: 1 !important;
        width: 100%;
    }
    .blokken article .content {
        order: 2 !important;
        width: 100%;
    }
    .troeven>div {
        width: 90%;
    }
    .instagram_feed .instagram_post {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .home_ak {
        height: 60vh;
    }
    .home_ak .content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding: 0;
    }
    .home_ak .content h2 {
        font-size: 80px;
    }
    .home_ak .content h3 {
        font-size: 55px;
    }
    .contact_split img {
        width: 160px;
    }
    .shop_products,
    .product_header,
    .mainshop {
        max-width: 99%;
    }
    .mainshop {
        width: 99%;
    }
    .product_header_image {
        width: 100%;
        margin-bottom: 20px;
    }
    .product_header_content {
        width: 100%;
        max-width: 100%;
    }
    .product_header_content h1 {
        font-size: 20px;
        margin-bottom: 5px;
        padding-bottom: 0;
    }
    .product_header {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .product_header {
        padding-top: 20px;
    }
}

@media screen and (max-width: 950px) {
    #content-container h1 {
        font-size: 2.5em;
        margin-bottom: 60px !important;
    }
    #content-container h2 {
        font-size: 1.8em;
    }
    .header_content>div img {
        width: 350px;
    }
    .in_beeld article {
        width: 32.33%;
    }
    .instagram_feed {
        justify-content: center;
        max-width: 90%;
    }
    .instagram_feed .instagram_post {
        width: 300px;
        height: 300px;
        margin: 1%;
    }
}

@media screen and (max-width: 920px) {
    .contact_split img {
        top: -30px;
    }
}

@media screen and (max-width: 850px) {
    #content-container {
        max-width: 90%;
    }
    .page_header h1 {
        font-size: 2.1em;
    }
    .page_header .c {
        font-size: 20px;
    }
    .home_banner article>div div {
        display: none;
    }
    .trending>div {
        width: 95%;
    }
    .trending>div .slick-slide {
        margin: .5% !important;
    }
    .trending>div article .content {
        left: 10px;
        bottom: 10px;
    }
    .trending .slick-arrow {
        left: -10px;
    }
    .trending .slick-next {
        left: initial;
        right: -10px;
    }
    .trending>div article .content h3 {
        font-size: 14px;
        font-weight: 200;
    }
    .trending>div article .content h2 {
        font-size: 20px;
    }
    .blokken {
        margin-bottom: 0;
    }
    .blokken article .content {
        flex-direction: column;
        align-items: flex-start;
        -ms-align-items: flex-start;
        padding: 20px 0 50px 0;
    }
    .blokken article .content .count {
        padding: 0;
        padding-bottom: 5px;
        font-size: 30px;
    }
    .blokken article .content .c {
        padding: 0;
        border: none;
    }
    .troeven>div {
        width: 95%;
    }
    .troeven>div article .c {
        font-size: 20px;
    }
    .slogan {
        padding: 80px 30px;
        padding-bottom: 50px;
        font-size: 50px;
    }
    .slogan>div {
        width: 100%;
    }
    .contact_pagina .team img {
        width: 90%;
    }
    .contact_pagina .team .slick-list {
        width: 100% !important;
    }
}

@media screen and (max-width: 840px) {
    .timeline_item_content {
        width: 100%;
        padding: 0;
        order: 1;
    }
    .timeline {
        overflow: auto;
    }
    .timeline_other_content {
        width: 100%;
        order: 2;
        text-align: left;
    }
    .left_time h2 {
        text-align: left;
    }
    .left_time p {
        text-align: left;
    }
    .timeline_other_content img {
        width: 100%;
        margin-top: 10px;
    }
    .timeline_container {
        width: 90%;
        float: right;
        flex-wrap: wrap;
    }
    .timelineoverlayholder {
        left: 5%;
    }
    .timeline::after {
        left: 5%;
    }
    .timeline_container::after {
        left: -5.6%;
        width: 25px;
        height: 25px;
    }
    .timeline_quote {
        margin-top: 20px;
    }
    .right_time,
    .imageleft {
        margin-left: 0;
    }
    .imageright {
        margin-right: 0;
    }
    .timeline_container {
        padding: 10px;
    }
}

@media screen and (max-width: 800px) {
    .logo {
        width: 180px;
    }
    .menubtn {
        width: 35px;
    }
    .closebtn {
        width: 35px;
        height: 35px;
    }
    .curtaindrop p {
        font-size: 1.2em;
        line-height: 1.4em;
    }
    .curtaindrop h2 {
        font-weight: 600;
        font-size: 1.8em;
    }
    .curtain-close {
        font-size: 30px;
    }
    .curtaindrop .button {
        font-size: 17px;
        padding: 12px 30px;
    }
    .page_header.home {
        padding-top: 60px;
    }
    .instagram_feed .instagram_post {
        width: 280px;
        height: 280px;
    }
    .slogan {
        font-size: 40px;
    }
    .shop_products article {
        width: 48%;
    }
    .typefilter a {
        font-size: 15px;
    }
}

@media screen and (max-width: 750px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
    .typefilter {
        flex-direction: column;
        width: 50%;
    }
    .typefilter a:nth-of-type(2) {
        margin: 0;
    }
    .typefilter a {
        width: 100%;
    }
    .typefilter a:not(:last-of-type) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 700px) {
    .home_ak .content h2 {
        font-size: 60px;
    }
    .home_ak .content h3 {
        font-size: 45px;
    }
    .element img {
        max-width: 20px;
    }
    .in_beeld article {
        width: 49%;
    }
    .privcnt .desk {
        display: none;
    }
    .privcnt .mob {
        display: flex;
    }
}

@media screen and (max-width: 680px) {
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
}

@media screen and (max-width: 650px) {
    #content-container h1 {
        font-size: 2em;
    }
    #content-container h1 {
        font-size: 2.1em;
    }
    #content-container h2 {
        font-size: 1.7em;
    }
    .curtain-click.title {
        display: none;
    }
    .curtain-click.icon {
        display: block;
        font-size: 23px;
        margin-right: 5px;
        color: #d32b47;
    }
    .curtaindrop>div>div:last-child {
        width: 95%;
    }
    .curtaindrop h2 {
        font-size: 1.5em;
    }
    .curtaindrop .c {
        font-weight: 200;
    }
    .curtaindrop .button {
        font-size: 15px;
        padding: 10px 25px;
    }
    .navigatie nav ul {
        margin-bottom: 10px;
    }
    .menubtn {
        width: 30px;
    }
    .closebtn {
        width: 30px;
        height: 30px;
    }
    .page_header h1,
    .contact_gegevens h1 {
        font-size: 1.9em;
    }
    .page_header {
        padding: 40px 20px;
    }
    .page_header .c {
        font-size: 18px;
    }
    .page_header .line {
        margin: 20px auto;
    }
    .blokken {
        margin-top: 0;
    }
    .navigatie,
    .home_banner,
    .blokken,
    .in_beeld {
        width: 96%;
    }
    .home_banner .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .blokken article .content .count {
        font-size: 23px;
        font-weight: 200;
    }
    .blokken article .content .c {
        font-size: 18px;
    }
    .blokken article .content .c h2 {
        font-size: 23px;
    }
    .timeline h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .timeline p {
        font-size: 16px;
    }
    .timelineoverlayholder {
        width: 5px;
    }
    .timeline_container::after {
        left: -5.6%;
        width: 20px;
        height: 20px;
    }
    .troeven>div {
        flex-direction: column;
        padding: 30px 0;
    }
    .troeven>div article {
        width: 100%;
        padding: 20px;
    }
    .troeven>div article h2 {
        font-size: 20px;
    }
    .troeven>div article .c {
        font-size: 18px;
    }
    .instagram_feed {
        max-width: 100%;
        margin-bottom: 0;
    }
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
    .contact_split img {
        top: -10px;
        width: 140px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }
    .contact_split h2 {
        font-size: 22px;
    }
    .contact_split p {
        font-size: 17px;
    }
    .slogan {
        font-size: 35px;
        padding: 50px 30px;
    }
    .mainshop {
        font-size: 14px;
    }
    .typefilter {
        width: 60%;
    }
    .siteby {
        display: none;
    }
    .siteby.mob {
        display: flex;
        flex-direction: column;
        line-height: 140%;
    }
    .siteby.mob>div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        -ms-align-items: center;
    }
    .trending>div {
        padding-top: 30px;
    }
    .slogan {
        padding-bottom: 20px;
    }
    .contact_pagina .team img {
        width: 100%;
    }
    .contact_pagina .team {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .page_header h1,
    .contact_gegevens h1 {
        font-size: 1.7em;
    }
    .page_header .c {
        font-size: 18px;
        width: 95%;
    }
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
    .slogan {
        font-size: 30px;
        padding: 50px 20px;
        padding-bottom: 20px;
    }
    .shop_products article {
        width: 98%;
    }
    .contact_pagina .team img {
        width: 100%;
    }
    .contact_pagina .team {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 550px) {
    .logo {
        width: 160px;
    }
    #content-container {
        max-width: 95%;
    }
    .trending .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .element {
        margin-bottom: 15px;
    }
    .element img {
        max-width: 15px;
    }
    .blokken {
        width: 95%;
    }
    .PL_privacy {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .subm_button {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }
    .contact_split img {
        border: none;
        width: 120px;
        top: -30px;
    }
    .contact_form input[type=submit] {
        font-size: 1em;
        padding: 4px 25px;
    }
    .contact_formulier #NaamInput {
        width: 100%;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .socials i {
        font-size: 13px;
    }
    footer a,
    footer p {
        font-size: 14px;
    }
    .shop_products,
    .product_header,
    .mainshop {
        max-width: 95%;
    }
    .typefilter {
        width: 70%;
    }
    .home_ak .content {
        width: 90%;
    }
    .home_ak {
        height: 40vh;
    }
    .home_ak .content h2 {
        font-size: 45px;
        padding-bottom: 10px;
    }
    .home_ak .content h2::after {
        width: 30px;
    }
    .home_ak .content h3 {
        font-size: 30px;
        margin-top: 0;
    }
    .product_meerdere_formaten select {
        width: 100%;
    }
    .product_meerdere_formaten h2,
    .product_formaat h2,
    #dikte,
    .more_info h2 {
        flex-direction: column;
        display: flex;
    }
    .product_meerdere_formaten div,
    .product_formaat ul,
    #dikte ul,
    .more_info span {
        margin-left: 0px;
        margin-top: 5px;
    }
    .producten_preview h2:not(.shop_products article h2) {
        margin-top: 20px;
    }
    .shop_products {
        padding-bottom: 30px;
    }
    .contact_info {
        align-items: flex-start;
        -ms-align-items: flex-start;
        padding: 40px;
    }
    .maps {
        margin-top: 40px;
    }
    .dasmap_wrapper {
        height: 300px;
        margin-top: 10px !important;
    }
    .contact_pagina .page_header h2 {
        font-size: 20px;
    }
    .contact_pagina .team .slick-slide {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .contact_pagina .team .content {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 530px) {
    .instagram_feed .instagram_post {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 500px) {
    #content-container h1 {
        font-size: 1.8em;
    }
    .contact_split img {
        width: 120px;
        top: -30px;
        right: -12px;
    }
    .typefilter {
        width: 80%;
    }
}

@media screen and (max-width: 450px) {
    .logo {
        width: 140px;
    }
    .home_ak .content h2 {
        font-size: 40px;
    }
    .home_ak .content h3 {
        font-size: 25px;
    }
    .closebtn {
        left: 20px;
        top: 20px
    }
    .res-nav .res-logo {
        width: 120px;
    }
    .navitem a {
        font-size: 23px;
    }
    .plenso_cookies {
        right: 10px;
    }
    .page_header {
        padding: 40px 20px;
    }
    .page_header h1,
    .contact_gegevens h1 {
        font-size: 1.5em;
    }
    .page_header h2 {
        font-size: 14px;
    }
    .page_header .c {
        font-size: 17px;
    }
    .instagram_feed {
        justify-content: center;
    }
    .instagram_feed .instagram_post {
        width: 150px;
        height: 150px;
        margin: 5px;
    }
    .contact_gegevens h2 {
        font-size: 16px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }
    .contact_split div p {
        font-size: 16px;
        padding-left: 30px;
    }
    .contact_split img {
        width: 100px;
    }
    .contact_form input[type=text],
    .contact_form input[type=email],
    .contact_form textarea,
    #NaamInput input {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .shop_products article h2 {
        font-size: 16px;
        font-weight: 400;
    }
    .producten_preview .shop_products article h2 {
        font-size: 14px;
    }
    footer>div {
        margin-left: 0;
        width: 80%;
        padding-left: 20px;
    }
    .siteby.mob {
        justify-content: flex-start;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }
    .socials {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 400px) {
    .res-nav {
        max-width: 100vw;
        right: -100vw;
    }
    .menu-is-open {
        right: 0;
    }
    .typefilter {
        width: 95%;
    }
    .typefilter a {
        font-size: 14px;
    }
    .dasmap_wrapper .loc {
        font-size: 15px;
        padding: 7px 10px;
    }
}

@media screen and (max-width: 380px) {
    .navi_footer>div {
        display: flex;
        flex-direction: column;
        line-height: 130%;
    }
    .navi_footer span {
        display: none;
    }
}