@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: 'Comfortaa', cursive;
    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: #003361 !important;
    transition: all 1s ease;
    box-shadow: #35353544 0px 5px 15px;
    border-radius: 200px;
}

.disclaimer {
    color: #fff;
    padding: 10px;
    padding-top: 0;
    font-weight: 200;
    font-size: .9em;
    display: flex;
    justify-content: center;
    background-color:black;
    padding-top:10px;
    padding-bottom:10px;
   
}

.disclaimer span {
    margin: 0 10px;
    color:white;
}

.disclaimer a,
.disclaimer p {
    color: #fff;
    font-size:0.7rem!important;
}

.disclaimer a:last-of-type,
.navi_footer a:last-of-type {
    display: inline-flex;
    flex-direction: row;
}

.disclaimer a:last-of-type i {
    color: #fff;
    animation: pulse 2s infinite;
}
.desktopVersionVolgOns{
    display:block;
}
.mobileVersionVolgOns{
    display:none;
}
.subProduct{
    text-align: center;
  }
  .slick-slide img{
    display: inline-block!important;
    max-width:100%;
  }
.desktopVersionDetail{
    display:flex;
}
.mobileVersionDetail{
    display:none;
}
.gototop:hover {
    transform: translateY(-10px);
}
.widthInDiv > p{
    line-height: 19px;
}

/* 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;
}

footer .made-by {
    background-color: #343434;
    text-align: center;
}
footer .made-by p {
    color: #fefefe;
    opacity: 0.4;
    line-height: 175%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:11px;
}
footer .made-by a {
    color: #fefefe;
    font-size:12px;
}
.made-by a:last-of-type i.showI{
    display: inline-block;
}
.made-by a:last-of-type i.hiddenI{
    display: none;
    color: #e6007e;
}
.made-by a:last-of-type:hover i.showI {
    display: none;
}
.made-by a:last-of-type:hover i.hiddenI {
    display: inline-block;
}


.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: #003361;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #003361;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #003361;
}


/* Einde Bevestiging*/

.divAroundColorsDetail{
    display: flex;
    flex-direction: row;
}
.buttonsEnGarantie{
    display:flex;
    justify-content: center;
}

/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    z-index: 9999;
    left: 10px;
    bottom: 10px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3e3e3e;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies>div a {
    color: #3e3e3e;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #003361;
    color: white;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}


/* Einde cookiemelding */


/* 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: #003361;
    margin-bottom: 20px;
    margin-top: 150px;
}

#content-container h2 {
    color: #003361;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #003361;
    color: #fff;
    font-size: 1.1em;
    padding: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.1em;
    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: 10px 30px;
    margin-right: 30px;
    background-color: #efefef;
    width: fit-content;
    margin-bottom: 15px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.curtain-click.title span {
    color: #003361;
}

.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: #003361;
}

.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 0px 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: 20px;
}

.navigatie nav ul li {
    padding: 10px 20px;
}

.navigatie nav a {
    color: #4C4C4C;
    font-weight: 200;
    font-size: 17px;
    padding: 4px 10px;
    border-bottom: 1px solid transparent;
    position: relative;
    letter-spacing: 1PX;
    font-family: 'Comfortaa';
}

.navigatie nav a,
.navigatie nav a:after,
.navigatie nav a:before {
    transition: all .5s;
}

.navigatie nav a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #003361;
    height: 1px;
}

.navigatie nav a:not(.curtain-click):hover:after {
    width: 100%;
}

.navigatie nav a:hover {
    color: #003361;
}

.navigatie nav .active a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background: #003361;
    height: 1px;
}

.navigatie nav .active a {
    color: #003361;
    font-weight: 700;
}

.logo {
    width: 180px;
    background-color: white;
    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: #fff;
    padding-bottom: 100px;
}

/* Power Titel */





/* Einde Power Titel */

.footerTitel{
    color:rgba(255, 255, 255, 0.432);
    margin-bottom:1.5%;
}

.res-nav .res-logo {
    width: 100px;
    position: absolute;
    right: 30px;
    top: 30px;
}
footer .made-by{
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 2%;
}

.footerTextmade{
    display:flex;
    flex-direction: row;
}
.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: #003361;
    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: #003361;
}

.navitem a:after {
    position: absolute;
    bottom: -5px;
    left: 2px;
    right: 2px;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #003361;
    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: #003361 !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: 12px;
    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: #4C4C4C;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    z-index: 100;
}

.navi_footer span {
    margin: 0 7px;
}

.navi_footer a {
    color: #4C4C4C;
    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;
    background-color: rgba(255, 255, 255, 0.151);
    padding: 20px;
}

.home_banner article>div div {
    max-width: 500px;
}

.home_banner article h2 {
    font-weight: 700;
    font-size: 2.4em;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_banner article h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_banner article a {
    border-radius: 4px;
    margin-top: 20px;
    color: #003361;
    font-size: 20px;
    padding: 12px 30px;
    background-color: #f9f1df;
    display: inline-block;
    transition: all .3s;
}

.home_banner article a:hover {
    background-color: #003361;
    color: #fff;
}


/* Powertekst */

.page_header {
    padding: 60px 20px;
    text-align: center;
    padding-bottom:25px;
}

.page_header_element {
    width: 30px;
    padding-bottom: 20px;
}

.page_header i {
    font-size: 25px;
    margin-bottom: 15px;
    color: #003361;
}

.page_header h1 {
    color: #003361;
    font-size: 2.4em;
    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: 500;
    line-height: 130%;
}

.page_header .line {
    background-color: #003361;
    width: 30px;
    height: 2px;
    margin: 30px auto;
}

.page_header .c {
    line-height: 150%;
    font-weight: 200;
    font-size: 22px;
    color: #4C4C4C;
    width: 60%;
    margin: auto;
    text-align: center;
}


/* Trending */

.trending .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 200px;
    border: none;
    background-color: rgba(0, 0, 0, 0.548);
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2;
}

.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: #00336154;
    border: none;
    cursor: pointer;
}

.trending .slick-dots .slick-active {
    background-color: #003361;
}

.trending .slick-dots li button {
    display: none;
}

.trending {
    background-color: #fafafa;
    width: 100%;
}

.trending>div {
    width: 80%;
    margin: auto;
    padding: 100px 0;
}

.trending>div .slick-slide {
    margin: 1% !important;
}

.trending>div article {
    position: relative;
}

.trending>div article img {
    width: 100%;
    transition: all 2s ease;
}

.trending>div article:hover img {
    filter: grayscale(1);
}

.trending>div article .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: white;
    z-index: 3;
}

.trending>div article .content h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 5px;
}

.trending>div article .content h2 {
    font-size: 25px;
}

.trending .overlay {
    content: "";
    height: 60%;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 2s;
    opacity: 1;
    top: auto;
    position: absolute;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, #19191b 0, rgba(25, 25, 27, 0) 100%);
    background-image: linear-gradient(to top, #19191b 0, rgba(25, 25, 27, 0) 100%);
    -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition: 2s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.trending a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}


/* Blokken */

.element {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.element img {
    width: 100%;
    max-width: 40px;
}

.blokken {
    width: 80%;
    margin: 60px auto;
    margin-bottom: 0;
}

.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: #003361;
    font-size: 40px;
    font-family: 'Nanum Myeongjo', serif;
    padding-right: 40px;
}

.blokken article .content .c {
    color: #353535;
    font-weight: 200;
    line-height: 130%;
    font-size: 20px;
    border-left: 1px solid #efefef;
    padding: 10px 0;
    padding-left: 40px;
}

.blokken article .content ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 20px;
}

.blokken article .content ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.blokken article .content .c h2 {
    color: #003361;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 25px;
}

.blokken article .content .c a {
    color: #003361;
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 15px;
    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: #003361;
    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: #003361;
    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: #003361;
    opacity: 0.8;
}

.timeline {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.timeline h2 {
    color: #003361;
    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: #003361;
    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: #003361;
    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: #003361;
    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, .3);
}

.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: 70px;
    padding-bottom: 50px;
}

.home_ak .content h2::after {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 0px;
}
#tekstTickerCss{
    padding: 15px 10px;
    font-weight: 200;
    font-size: 22px;
    display: inline-block;
    color: white;
    transition: all 1s ease;
    margin-top: 30px;
    letter-spacing: 2px;
}
.buttonRadius1, .buttonRadiusDrie1{
    border-radius: 7px 0px 0px 7px;
}
.buttonRadius2{
    border-radius: 0px 7px 7px 0px;
}
.buttonRadiusDrie3{
    border-radius: 0px 7px 7px 0px;
}
#tekstTickerCss:first-child{
    margin-top: 4px;
}

.home_ak .content a {
    font-weight: 200;
    font-size: 22px;
    display: inline-block;
    color: white;
    transition: all 1s ease;
    margin-top: 15px;
    letter-spacing: 2px;
}

.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 */


/* CONTACT */

.contact_pagina {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 150px 10px 0 10px;
    margin-top: 00px;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F4F4F4;
    padding: 120px 80px;
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #353535;
}

.contact_gegevens {
    width: 35%;
}

.contact_gegevens h1 {
    font-weight: 700;
    color: #003361;
    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_split {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact_split h2 {
    font-weight: 700;
    color: #353535;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
}

.contact_split div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contact_split div p {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    color: #252525;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 200;
}

.contact_split div p a {
    color: #252525;
}

.contact_split div 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_split img {
    width: 200px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    top: -60px;
    right: -60px;
    border: 5px solid transparent;
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(white, white), linear-gradient( 0deg, transparent 0, #f4f4f4 0), linear-gradient( 10deg, #003361 100%, #f4f4f4 60%), linear-gradient( 10deg, transparent 0, #f4f4f4 0), linear-gradient( 60deg, transparent 0, #f4f4f4 0);
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
}

.contact_subject {
    color: #353535;
    font-size: 18px;
    font-weight: 200;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 7px 20px;
    border: 1px solid #A68A54;
}

.contact_subject span {
    font-weight: 600;
}

.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: #003361;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    padding-left: 10px;
    letter-spacing: 2px;
    font-family: 'Comfortaa', cursive;
}

.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 #003361;
    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: #003361;
    margin-bottom: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 18px;
    height: 100px;
    padding-left: 10px;
    font-family: 'Comfortaa', cursive;
}

.contact_form textarea:focus {
    border-bottom: 2px solid #003361;
    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 #003361;
    font-weight: 200;
    color: #003361;
    font-size: 1.2em;
    font-weight: 200;
    transition: all .8s ease;
    font-family: 'Comfortaa', cursive;
}

.contact_form input[type=submit]:hover {
    background-color: #003361;
    color: #fff;
}

.contact_formulier #NaamInput {
    width: 48%;
}

.contact_formulier #PostInput {
    width: 22%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

#dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 0;
    margin-top: -60px;
}

.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;
    color: black;
    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 */
.colourButton{
    box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
}

footer {
    background-color: #003361;
    color: #fff;
    width: 100%;
}

footer .gegevens {
    width: 72%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0;
}

footer .gegevens div {
    line-height: 140%;
    font-size:1.2rem;
}

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;
}



.socials {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.socials a {
    background-color: rgba(255, 255, 255, 0.432);
    color: #003361;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    opacity: 0.8;
    transition: all 0.8s ease;
}

.socials a:first-of-type {
    margin-right: 5px;
}

.socials a:hover {
    opacity: 1;
    background-color: white;
}

.socials i {
    font-size: 14px;
}

.siteby {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.siteby .pulse {
    font-size: 12px;
    animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        color: rgba(255, 255, 255, 0.432);
    }
    5% {
        color: #ae9a63;
    }
    10% {
        color: rgba(255, 255, 255, 0.432);
    }
    20% {
        color: #ae9a63;
    }
    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 {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 75px;
    color: #cccbc9;
    font-weight: 700;
    line-height: 130%;
}

.slogan strong,
.slogan b {
    color: #353535;
}


/* Einde footer */

/* START PRODUCTS */
.products {
    max-width: 1400px;
    margin: 30px auto;
    display: flex;
    border: none !important;
    flex-wrap: wrap;
}

.aanbod{
    margin: 15px auto;
    display: flex;
    border: none !important;
    flex-wrap: wrap;
    width:100%;
    margin-bottom:0;
}

#expandedImg {
    cursor: zoom-in;
}

/* aanbodpage start */
#vanaf{
    padding-top:25px;
}

.lineAanbodDetail{
    height: 2px;
    width: 100%;
    background-color: #003361;
    margin-top: 10px;
    margin-bottom: 16px;
}
#inclBtw{
    font-weight:200;
    font-size: 1.125rem;
}
#prijs{
    font-size: 3.75rem;
    font-weight:800;
}

.shopcontent {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
    padding:30px;
    padding-top:0;
    padding-bottom:0;
    margin-bottom:0;
}
.widthInDiv h3{
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 17px;
    padding-top: 16px;
}

.widthInDiv ul li{
  line-height:20px;
  list-style-type: disc;
}

.widthInDiv ul{
    padding: 0px 14px;
  }
  .divAroundUlSherco{

  }
.categorienMotors{
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom:7%;
    flex-wrap: wrap;
}
.shopfilter:last-child{
    border-right:none;
}
#tickertape > div {
    display: flex;
    align-items: center;
    height:400px;

}
.divAroundColorsDetail > div:last-child{
    margin-right:0;
}
.shopcontent aside {
	width: 350px;
	-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);
	background-color: white;
	border-radius: 5px;
    padding-left: 10px;;
    margin-right:10px;
    height:100%;
}

.shopcontent aside h2 {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.shopfilter {
	border-right: 1px solid #F6F6F6;
	padding: 0 20px;
    text-align: center;
    color: inherit;
    text-transform: uppercase;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.125rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    position: relative;
}

.productDetailPage{
    display:flex;
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
     margin-top: 0px;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.aanbodNaamDetail{
    font-size: 2em;
    padding-bottom:3%;
}
.detailProductDivs{
    width:50%;
}
.detailProductDivs img {
    width:100%;
}

#overzichtAanbod div {
    height: 30px;
    width: 200px;
    text-align: center;
    background-color:#ffd1dc;
}
#divOverzichtErrond{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.inhoudTesktDetail p {
    line-height: 150%;
    color: #979797;
    padding-bottom:2%;
}
#terugNaarOverzichtText{
    line-height: 26px;
    color: black;
}
#subCat{
    letter-spacing: 6px;
}
.inhoudTesktDetail h2 {
    font-size: 1.7rem;
    padding-bottom: 1%;
}

.inhoudTesktDetail{
    padding-left:20px;
}
.shopfilter:last-child {
	border-bottom: none;
}

.shopfilter h2 {
	cursor: pointer;
	letter-spacing: 2px;
	font-size: 1.2em;
	padding: 10px 0;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
    color:black;
}
.aanbod>* {
	width: 31.53%;
	margin-bottom: 2%;
    position: relative;
}
#meerDetailsProducten{
    display:flex;
    justify-content: end;
}
#meerDetailsProducten > u >a{
    font-size: .9em;
    color:black;
}

.lineArticleProducts{
    height: 2px;
    background-color:#003361;
    margin-bottom: 14px;
    margin-top: 14px;
}
.aanbod>*:not(:nth-of-type(3n)) {
	margin-right: 2.7%;
}

.aanbodProduct img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    transition: all 0.3s;
    margin-top: 5%;
}


.aanbodProduct h2{
    font-size: 1.5rem;
    font-weight:800;
    padding-bottom: 7px;
}

.aanbodProduct p{
    font-size: 16px;
}
.aanbodProduct:hover img {
    filter: grayscale(100%);
}



.aanbodProduct h3 {
    color: #afafaf;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1em;
    padding: 0 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'News Cycle', sans-serif;
}

.aanbodProduct button {
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
    border: none;
    background-color: #003361;
    font-family: 'News Cycle', sans-serif;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #fff;
}

.moreDetailsDiv{
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}
.lineArticleProducts{

}
.moreDetailsDiv a {
    text-transform: uppercase;
    font-size: .9rem;
    color: #343434;
}

.checkItem {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	height: 25px;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
	font-size: 1.2em;
	letter-spacing: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .3s;
    color:#282828;
}

.colourButton{
    margin-right:10px;
    display:flex;
    flex-direction:row;
}
.monoColour{
    width:60px;
    height:60px;
    margin-right:10px;
}
/* .checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 20px;
	transition: all .3s;
	width: 20px;
	background-color: #eee;
	border: 1px solid #c3c3c3;
}
.checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
	background-color: #000;
}

.checkmark i {
	content: "";
	position: absolute;
	display: none;
	font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i {
	display: block;
}

.checkbox .checkmark i {
	left: 2px;
	top: 2px;
	color: white;
}

.checkbox .whitecheckmark i {
	color: black;
}
.checkboxField label {
	width: initial !important;
	margin-right: 10px;
}
.checkboxField {
	color: #000;
}
.checkboxField input {
	width: 20px !important;
}

.webshop-form .checkboxField {
	line-height: 25px;
} */

/* aanbodpage einde*/

.product {
    width: 25%;
    border: 2px solid white;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.product img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    transition: all 0.3s;
    margin-top: 5%;
}

.product_info {
    display: flex;
    height: 100%;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.imgprod {
    position: relative;
}

.product h2 {
    position: absolute;
    color: #605952;
    text-align: left;
    letter-spacing: 1.5px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 10px;
    text-transform: uppercase;
    padding: 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    width: 100%;
    text-align: center;
    line-height: 150%;
    margin-top: -20px;
    z-index: 1;
    font-family: 'News Cycle', sans-serif;
}

.product:hover img {
    filter: grayscale(100%);
}

.product:hover button {
    opacity: 0.7;
}

.product h3 {
    color: #afafaf;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1em;
    padding: 0 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'News Cycle', sans-serif;
}

.product button {
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
    border: none;
    background-color: #ffd1dc;
    font-family: 'News Cycle', sans-serif;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.product a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.SidesAanbodDetail > article{
    display:flex;
    flex-direction: row;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blokken_titel  h2{
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 21px;
}
.SidesAanbodDetail > article >div:first-child{
  width:40%;
}
.SidesAanbodDetail > article >div:nth-child(2){
    width:60%;
  }

  #garantieKnop{
    border: 2px solid #003361;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 67%;
    text-align: center;
    align-items: center;
  }
  #garantieKnop > u >p {
    line-height: 19px;
  }
.buttonsPrevNext a{
    font-size: 1rem;
    color: #000;
    width: 100%;
    text-align: center;
}
.buttonsPrevNext{
    margin-bottom:30px;
    margin-top:22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #003361;
    border-radius: 40px;
    padding: 10px;
    width: 67%;
}
#vorige{
    padding-left: 4%;
}
#volgende{
    padding-right:4%;
}
.buttonsPrevNext > div{
    width: 2px;
    height: 32px;
    background-color: #000;
}

.colourButton {
	border-radius: 7px;
}
  #knopGarantieLink{
    color:black;
  }

  #garantieKnop > p:first-child{
    font-weight:600;
    font-size:2rem;
    padding-bottom:4%;
  }
  #garantieKnop > p:nth-child(2){
    font-weight:600;
    padding-bottom:2%;
  }
.SidesAanbodDetail{

    width: 100%;
    max-width: 1483px;
    margin: 0 auto;
    padding-top: 50px;
    padding: 10px;
      padding-top: 10px;
    padding-top: 10px;
    padding-top: 3%;
}

.marginBottomDetailAuto{
    margin-bottom:4%;
    width: 237px;
  }

  .marginBottomDetailAuto h2{
    font-size:18px;
    padding-bottom:3%;
  }
  .marginBottomDetailAuto p{
      font-size:30px;
      font-family: 'Intro Black', sans-serif;
      color:#000;
  }
  .poitionSpecificaties{
    display:flex;
    justify-content: space-between;
    flex-direction: column;

  }
  .spaceBetween{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:30px;
  }
  
  .justifyCenter{
    justify-content: center;
  }
/* EINDE PRODUCTS */
.slick-prev{

    background-color: transparent;
    color: #000;
    z-index: 2;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: -6%;
    font-size: 2rem;
    left:50%;
}
.slick-next{

    background-color: transparent;
    color: #000;
    z-index: 2;
    border: none;
    cursor: pointer;
    position: absolute;
    left:54%;
    bottom: -6%;
    font-size: 2rem;
}
.divMotors{
    z-index: 2;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: -4.1%;
    font-size: 2rem;
    width: 2px;
    height: 19px;
    background-color: #000;
    color: black;
    left:55%;
}
.hoverIcon{
    font-size:6rem;
    top:45%;
}
.rightArrowScreen{
    position:absolute;
    right: 6%;
}

.leftArrowScreen{
    position:absolute;
    left: 6%;
}

.hoverIcon{
    visibility:hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}


/* 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 {
        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%;
    }
}

@media screen and (max-width: 1250px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .logo {
        width: 170px;
    }
    #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: #003361;
        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;
    }
    #dasmap {
        margin-top: 15px;
        height: 400px;
    }
    .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;
    }
    .desktopVersionVolgOns{
        display:none;
    }
    .mobileVersionVolgOns{
        display:flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .mobileVersionVolgOns{
        padding-bottom:40px;
    }
}

@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;
    }
}

@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;
    }
    .element img {
        max-width: 40px;
    }
    .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 .content h2 {
        font-size: 60px;
    }
    .contact_split img {
        width: 160px;
    }
    .aanbod>* {
        width: 48%;
        margin-bottom: 2%;
        position: relative;
        padding-bottom: 14px;
        border-bottom: 2px solid #003361;
    }
    .aanbod > :not(:nth-of-type(3n)) {
        margin-right: 0;
      }
    .aanbod>*:not(:nth-of-type(2n)) {
        margin-right: 2%;
    }
}

@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;
    }
    .disclaimer {
        padding-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 850px) {
    #content-container {
        max-width: 90%;
    }
    .curtain-click.title {
        font-size: 16px !important;
        padding: 7px 25px;
    }
    .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: 5px;
    }
    .trending .slick-next {
        left: initial;
        right: 5px;
    }
    .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 {
        width: 100%;

        font-size: 50px;
    }
    .shopcontent{
        flex-direction: column;
    }
    .shopcontent aside {
        box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
        background-color: white;
        border-radius: 5px;
        padding-left: 10px;
        margin-right: 10px;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width:100%;
      }
      .checkItem{
        margin-top:0;
        padding:20px;
      }
}

@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: 160px;
    }
    .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;
    }
    .SidesAanbodDetail > article{
        flex-direction: column;
    }
    .SidesAanbodDetail > article > div {
        width: 100%;
      }
      .SidesAanbodDetail > article > img{
        width:100%;
      }
      .desktopVersionDetail{
        display:none;
      }
      .mobileVersionDetail{
        display:block;
        text-align: center;
      }
      .SidesAanbodDetail > article > div:first-child{
        width:100%;
      }
      .divAroundColorsDetail{
        display: flex;
        flex-direction: row;
        margin-top: 7%;
        justify-content: center;
      }
      #garantieKnop{
        width:100%;
      }

      .slick-next{
        font-size: 2.5rem;
    }
    .slick-prev{
        font-size: 2.5rem;
    }
    #tickertape > div{
        height:260px;
    }
    #knopGarantieLink{
        width:67%;
    }
    .widthInDiv ul li{
        line-height:20px;
        list-style-type: none;
      }
}

@media screen and (max-width: 750px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
    footer .gegevens {
        flex-direction: column;
    }
    footer .gegevens div {
        width: 100%;
        text-align: center;
    }
    .socials {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .desktopVersionVolgOns{
        display:block;
    }
    .mobileVersionVolgOns{
        display:none;
    }
    .socials{
        justify-content: center;
    }
 
    footer .gegevens div{
        padding-bottom:4%;
    }
    footer .gegevens div:last-child{
        padding-bottom:0%;
    }
    .desktopVersionVolgOns{
        padding-top:0;
    }
}

@media screen and (max-width: 700px) {
    .home_ak .content h2 {
        font-size: 50px;
    }
    .element img {
        max-width: 40px;
    }
    .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: #003361;
    }
    .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;
    }
    .logo {
        padding-bottom: 0;
        padding-top: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        width: 130px;
    }
    .menubtn {
        width: 30px;
    }
    .closebtn {
        width: 30px;
        height: 30px;
    }
    .page_header h1,
    .contact_gegevens h1 {
        font-size: 1.9em;
    }
    .page_header .c {
        font-size: 18px;
    }
    .page_header .line {
        margin: 20px auto;
    }
    .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;
    }
}

@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;
      
    }
    .aanbod>* {
        width:100%;
        margin-bottom: 2%;
        position: relative;
        padding-bottom: 14px;
        border-bottom: 2px solid #003361;
    }
    .aanbod > :not(:nth-of-type(3n)) {
        margin-right: 0;
      }
    .aanbod>*:not(:nth-of-type(2n)) {
        margin-right: 0;
    }
    .slick-next{
        left: 56%;
    }
    .disclaimer,
    .socials a {
        font-size: .8em;
    }
    .disclaimer span {
        margin: 0 1px;
    }
    .disclaimer,
    .socials a {
        font-size: .8em;
    }
    .disclaimer span {
        margin: 0 1px;
    }
}

@media screen and (max-width: 550px) {
    .logo {
        width: 120px;
    }
    #content-container {
        max-width: 95%;
    }
    .trending .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .element img {
        max-width: 30px;
    }
    .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,
    .contact_formulier #PostInput {
        width: 100%;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .socials a {
        width: 25px;
        height: 25px;
    }
    .socials i {
        font-size: 13px;
    }
    footer a,
    footer p {
        font-size: 14px;
    }

}

@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;
    }
    .home_ak .content h2 {
        font-size: 35px;
    }
    .contact_split img {
        width: 120px;
        top: -30px;
        right: -12px;
    }
    .slick-next{
        left: 58%;
        font-size: 2.5rem;
    }
    .slick-prev{
        font-size: 2.5rem;
    }
    .disclaimer {
        display: flex;
        flex-direction: column;
        align-items: center;
        -ms-align-items: center;
        line-height: 160%;
    }
    .socials {
        padding-bottom: 10px;
    }
    .disclaimer a:last-of-type {
        display: flex;
        align-items: center;
        -ms-align-items: center;
    }
    .disclaimer span,
    .photomix .text {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .closebtn {
        left: 20px;
        top: 20px
    }
    .res-nav .res-logo {
        width: 80px;
    }
    .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;
    }
}

@media screen and (max-width: 430px) {
    .siteby {
        flex-direction: column;
        align-items: flex-start;
    }
    .siteby span {
        display: none;
    }
    footer .made-by a {
		display: block;
	}
	footer .made-by span {
		display: none;
	}
}

@media screen and (max-width: 400px) {
    .res-nav {
        max-width: 100vw;
        right: -100vw;
    }
    .menu-is-open {
        right: 0;
    }
}

@media screen and (max-width: 380px) {
    .navi_footer>div {
        display: flex;
        flex-direction: column;
        line-height: 130%;
    }
    .navi_footer span {
        display: none;
    }
}