@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;

}
/** @format */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}
input[type='text'],
input[type='submit'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='search'],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Oxygen', sans-serif;
}
body {
    max-width: 2000px;
    margin: 0 auto;
}
.spacer {
    height: 150px;
    width: 100%;
}
.logo {
    height: 100px;
}
/* Navigatie */
.langchange {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #565656;
    font-size: 0.9em;
    padding-right: 20px;
    padding-left: 15px;
    border-left: 1px solid #bfbfbf;
    background-image: url(/images/bgselect.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -410px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all 0.3s;
    background-color: #ffd1dc;
    padding-bottom: 100px;
}
.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}
.overvisible {
    display: block;
}
.closebtn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.menu-block {
    overflow: hidden;
}
.menu-is-open {
    right: 0;
}
.res-nav nav {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    position: relative;
}
.res-nav nav a {
    font-family: 'News Cycle', sans-serif;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #353535;
    padding: 20px;
}
.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all 0.3s;
}
.menubtn:hover {
    transform: scale(1.05);
}
.navigatie {
    width: 100%;
    height: 150px;
    position: fixed;
    z-index: 10;
    padding-top: 30px;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(189, 189, 189, 0.32);
    -moz-box-shadow: 0px 2px 22px 0px rgba(189, 189, 189, 0.32);
    box-shadow: 0px 2px 22px 0px rgba(189, 189, 189, 0.32);
    background-color: white;
}
.innernavigatie {
    max-width: 1400px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    position: relative;
}
.innernavigatie nav {
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.innernavigatie nav a {
    color: #3a3a3a;
    margin: 20px;
}
.innernavigatie nav a:last-child {
    margin-right: 0;
}
.space {
    height: 150px;
    width: 100%;
}
.topper {
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #dfdfdf;
}
.innertopper {
    display: flex;
    justify-content: flex-end;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
}
.innertopper a {
    color: #464646;
    margin: 5px 20px;
    font-size: 0.8em;
}
.innertopper a:last-child {
    margin-right: 0;
}
.innertopper a.iconic {
    margin-left: 5px;
    margin-right: 5px;
}
.speci {
    background-color: #ffd1dc;
    padding: 5px 15px;
    margin: 10px !important;
}
.speci:last-child {
    margin-right: 0 !important;
}
.pagecontent {
    background-color: #f5f5f5;
    padding: 100px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'News Cycle', sans-serif;
}
.pagecontent h1 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 150%;
    font-size: 2em;
    margin-bottom: 20px;
    color: #eaaebd;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.pagecontent h2 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 150%;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #c4bebe;
    font-weight: 700;
    letter-spacing: 1px;
}
.pagecontent p {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 150%;
    color: #ababab;
    font-size: 1.25em;
}
.goingdown {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    font-size: 2em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #eaaebd;
}
.splashscroll,
.splashscroll:before {
    position: absolute;
    left: 50%;
}
.splashscroll:hover {
    background-color: rgba(225, 172, 185, 1);
}
.splashscroll:hover:before {
    background: #fff;
}
.splashscroll {
    position: absolute;
    width: 30px;
    height: 50px;
    background-color: rgba(225, 172, 185, 0.6);
    margin-left: -15px;
    margin-top: 0;
    box-shadow: inset 0 0 0 2px #e1acb9;
    border-radius: 25px;
    top: 25px;
    left: 50%;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
}
.splashscroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

/* Einde Navigatie */

.verkooppunten_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    padding-top: 150px;
}

.verkooppunten_kaart {
    width: 80%;
    height: 100%;
}

.verkooppunten_input {
    width: 20%;
    height: 100%;
}

.verkooppunten_input h2 {
    padding: 0 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-family: 'News Cycle', sans-serif;
}

.verkooppunten_input input {
    width: 100%;
    margin-bottom: 10px;
}

.verkooppunt_form {
    padding: 10px 20px;
    padding-top: 30px;
}

.uponticker {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 100px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.uponticker hr {
    height: 1px;
    background-color: #e5e5e5;
    border: none;
    width: 100%;
}

.uponticker img {
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
    transform: translate(-50%, -50%);
}

/* SLIDER */

.slider {
    width: 100%;
    position: relative;
}

.slide_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.slide_1 img {
    width: 100%;
}

.bgslider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide_2 {
    display: flex;
    justify-content: center;
    height: 100%;
}

.bgslider_1 {
    width: 100%;
    height: 100%;
}

.bgslider_2 {
    width: 50%;
    height: 100%;
}

.bgslider_3 {
    width: 33.333333%;
    height: 100%;
}

.slide {
    z-index: 0;
    height: 700px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.slide a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide_content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 16.66%;
    bottom: 20px;
    max-width: 66.6%;
}

.slide_content h2 {
    text-align: left;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif;
    font-size: 1.6em;
    letter-spacing: 3px;
}

.slide_content p {
    font-family: 'News Cycle', sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 150%;
    text-align: center;
}

.slide2 {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

/* EINDE SLIDER */

/* BLOKKEN */
.blokken_content {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 40px;
}

.blokken_row {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blokken_col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

.blokken_col img {
    width: 98%;
}

.blokkenimg {
    padding: 0;
}

.blokken_row:nth-child(even) {
    text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
    order: 0;
}

.blokken_row:nth-child(even) .blokkenimg {
    order: 1;
}

.blokken_col h2 {
    font-size: 2em;
    font-family: 'News Cycle', sans-serif;
    color: #353535;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 180%;
}

.blokken_col p {
    line-height: 170%;
    color: #828282;
    font-size: 1.1em;
}

.specialbutton div {
    background-color: #ffd1dc;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 0;
}

.specialbutton span {
    position: relative;
    z-index: 1;
}

.specialbutton {
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1em;
    margin-top: 0px;
    position: relative;
    padding-left: 20px;
    height: 30px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.3s;
}

.specialbutton:hover {
    padding-left: 25px;
}

.login_form {
}

/* EINDE BLOKKEN */

/* KLANTENZONE */
.klantentzone {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 70vh;
    background-color: #ffd1dc;
}

.login {
    max-width: 500px;
    padding: 40px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(224, 224, 224, 0.32);
    -moz-box-shadow: 0px 2px 22px 0px rgba(224, 224, 224, 0.32);
    box-shadow: 0px 2px 22px 0px rgba(224, 224, 224, 0.32);
}

.login h2 {
    margin-bottom: 40px;
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.3em;
    color: #646464;
}

.login input[type='email'],
.login input[type='text'],
.login input[type='password'] {
    max-width: 500px;
    width: 100%;
    border: none;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 3px;
    font-size: 1.3em;
    margin-bottom: 30px;
    border-bottom: 2px solid #e4e4e4;
    color: #bababa;
}

.login input[type='text']::placeholder {
    color: #bababa;
}

.login input[type='text']:-ms-input-placeholder {
    color: #bababa;
}

.login input[type='text']::-ms-input-placeholder {
    color: #bababa;
}

.login input[type='submit'] {
    width: 100%;
    max-width: 500px;
    background-color: #ffd1dc;
    color: #646464;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px;
    border: none;
}

.vergeten {
    color: #c8c8c8;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    padding: 15px 10px 0 10px;
}

/* EINDE KLANTENZONE */

.downloads,
.downloads-return {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 0;
}

.downloads a {
    width: 31.33%;
    margin: 1%;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(79, 79, 79, 0.09);
    -moz-box-shadow: 0px 0px 21px 0px rgba(79, 79, 79, 0.09);
    box-shadow: 0px 0px 21px 0px rgba(79, 79, 79, 0.09);
    padding: 20px 10px;
    position: relative;
    transition: all 0.3s;
    color: #504f4e;
    padding-left: 70px;
}

.downloads-return a {
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #ffd1dc;
    border-radius: 8px;
    border-radius: 200px;
    transition: all 0.5s ease;
    background-color: transparent;
    color: #ffd1dc;
}
.downloads-return a:hover {
    color: #fff;
    background-color: #ffd1dc;
}

.downloads a:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(79, 79, 79, 0.19);
    -moz-box-shadow: 0px 0px 21px 0px rgba(79, 79, 79, 0.19);
    box-shadow: 0px 0px 21px 0px rgba(79, 79, 79, 0.19);
}

.down_icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 18px;
    font-size: 1.3em;
    color: white;
    background-color: #504f4e;
}

/* FOOTER */

footer {
    background-color: #ededed;
}

.siteby {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 0.8em;
}

.siteby a {
    color: #575757;
    border-left: 1px solid #b3b3b3;
    padding: 5px 10px;
}

.siteby a:first-child {
    border: none;
}

.socials {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    max-width: 900px;
    margin: 0 auto;
    border-top: 2px solid #f7f7f7;
}

.socials a {
    width: 40px;
    height: 40px;
    margin: 10px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 100px;
    background-color: #f7f7f7;
    color: #666666;
}

/* EINDE FOOTER */

/* 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%;
}

#expandedImg {
    cursor: zoom-in;
}

/* aanbodpage start */

.shopcontent {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 50px;
    padding:10px;
    padding-top: 3%;

}

.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: 5px;
    padding-right: 5px;
    margin-right:10px;
}

.shopcontent aside h2 {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.shopfilter {
	border-bottom: 1px solid #F6F6F6;
	padding: 4px 0;
}

.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%;
}

.inhoudTesktDetail li {
    line-height: 150%;
    color: #979797;
    padding-bottom:2%;
    list-style: disc;
    list-style-position: inside;
}

#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;
}

.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 {
    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;
}

.aanbodProduct:hover img {
    filter: grayscale(100%);
}

.aanbodProduct:hover button {
    opacity: 0.7;
}

.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: #ffd1dc;
    font-family: 'News Cycle', sans-serif;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.aanbodProduct a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.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: .9em;
	letter-spacing: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .3s;
    color:#282828;
}

/* .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;
}

/* EINDE PRODUCTS */

/* VERKOOPPUNTEN */
.verkooppunt_form {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.verkooppunt_form input[type='text'] {
    padding: 10px;
    font-family: 'News Cycle', sans-serif;
    background-color: #fff;
    border: 2px solid #eaaebd;
    min-width: 250px;
    letter-spacing: 1px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1em;
}

.verkooppunt_form button {
    padding: 10px 30px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #eaaebd;
    background-color: #eaaebd;
    font-family: 'News Cycle', sans-serif;
}

.verkooppunten {
    max-width: 1400px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 10px;
}

.verkooppunten article {
    width: 31%;
    margin: 1%;
    padding: 20px;
    border: 2px solid #ffd1dc;
}

.verkooppunten article h2 {
    font-family: 'News Cycle', sans-serif;
    color: #eaaebd;
    letter-spacing: 3px;
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 150%;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding-left: 25px;
}

.verkooppunten article h2 i {
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.verkooppunten article p {
    text-transform: uppercase;
    line-height: 170%;
    letter-spacing: 2px;
    color: #818181;
    padding-left: 25px;
    font-family: 'News Cycle', sans-serif;
}

.verkoopcontent {
    display: flex;
    justify-content: space-between;
}

.verkoopcontent div:last-child {
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.verkoopcontent a {
    background-color: #ffd1dc;
    color: #353535;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 140%;
}

.verkoopcontent a span {
    font-size: 0.8em;
}
/* EINDE VERKOOPPUNTEN */

/* CONTACT */

#dasmap {
    width: 100%;
    height: 70vh;
}

.contact_content {
    max-width: 1200px;
    background-color: #fefefe;
    margin: 0 auto;
    display: flex;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(217, 217, 217, 0.5);
    -moz-box-shadow: 0px 2px 22px 0px rgba(217, 217, 217, 0.5);
    box-shadow: 0px 2px 22px 0px rgba(217, 217, 217, 0.5);
    margin-bottom: 50px;
}

.contact_form {
    width: 60%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form input {
    padding: 10px;
    font-family: 'News Cycle', sans-serif;
    color: #353535;
    background-color: #f4f4f4;
    border: none;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
}

.contact_form input[type='submit'] {
    background-color: #ffd1dc;
    padding: 10px 50px;
    color: #353535;
    width: 100%;
    height: auto !important;
    transition: all 0.3s;
    text-transform: uppercase;
}

.contact_form input[type='submit']:hover {
    background-color: #353535;
    color: #fff;
}

.contact_form input[type='submit']:disabled {
    opacity: 0.4;
    background-color: #ffd1dc;
    color: #353535;
}

.contact_form label {
    font-family: 'News Cycle', sans-serif;
    color: #353535;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 1.2em;
    display: inline-block;
}

#NaamInput {
    width: 49%;
}

#EmailInput {
    width: 49%;
}

#Bericht {
    width: 100%;
    border: none;
    letter-spacing: 2px;
    font-family: 'News Cycle', sans-serif;
    color: #353535;
    background-color: #f4f4f4;
    font-size: 1.2em;
    padding: 10px;
    margin-top: 20px;
    min-height: 250px;
    margin-bottom: 20px;
}

#Submit {
    position: relative;
}

.notchecked {
    position: absolute;
    right: 0;
    line-height: 150%;
    padding: 10px;
    top: -73px;
    color: #353535;
    font-family: 'News Cycle', sans-serif;
    width: 400px;
    display: none;
    background-color: white;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(209, 209, 209, 0.56);
    -moz-box-shadow: 0px 2px 22px 0px rgba(209, 209, 209, 0.56);
    box-shadow: 0px 2px 22px 0px rgba(209, 209, 209, 0.56);
}

.notchecked img {
    position: absolute;
    right: 10px;
    bottom: -15px;
    width: 30px;
}

.formuliercheck {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.right_contact_content {
    width: 40%;
    background: #ffd1dc;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right_contact_content h1 {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #353535;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'News Cycle', sans-serif;
}

.right_contact_content p {
    padding: 15px 0;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 2px;
}

.openings {
    padding-left: 50px;
}

.openings p {
    margin-top: 10px;
    margin-bottom: 0;
}

.openings h2 {
    margin-bottom: 30px !important;
}

.openings p span {
    min-width: 130px;
    display: inline-block;
}

.facebook-link,
.instagram-link {
    color: black;
}
.facebook-link i {
    color: #3b5998;
    font-size: 20px;
}
.facebook-link:hover,
.instagram-link:hover {
    opacity: 0.6;
}
.instagram-link i {
    color: rgb(0, 0, 0);
    font-size: 20px;
}

/* EINDE CONTACT */

/* START SCHOLEN */

.faq-section {
    max-width: 1400px;
    margin: 0 auto 50px auto;
    border: none !important;
}
.faq {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.faq h1 {
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.2em;
    position: relative;
    text-align: left;
}
.faq p {
    text-align: left;
    margin-bottom: 10px;
    line-height: 150%;
}
.faq p:last-child {
    margin-bottom: 0;
}
.faq li {
    border: 1px solid #e9aebd;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #e9aebd;
    color: #fff;
}
.faq li.active {
    color: black;
    text-decoration: none;
    border: 1px solid #e9aebd;
    padding-bottom: 15px;
    background-color: transparent;
}
.faq li.active h1 {
    color: #e9aebd;
    margin-bottom: 15px;
}

/* EINDE SCHOLEN */

.bevestiging_bg {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bevestiging {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.35);
    -moz-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.35);
    box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    background-color: white;
    border-radius: 10px;
}

.bevestiging i {
    margin-bottom: 20px;
    font-size: 4em;
    color: #90be9e;
}

.bevestiging h2 {
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Questrial', sans-serif;
}

.bevestiging h1 {
    color: #353535;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 150%;
    max-width: 500px;
    letter-spacing: 2px;
}

.bevestiging p {
    color: #a8a8a8;
    font-family: 'Questrial', sans-serif;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 25px;
}

.bevestiging a {
    color: #353535;
    transition: all 0.3s;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ffd1dc;
    cursor: pointer;
    border: 2px solid #ffd1dc;
    font-family: 'Questrial', sans-serif;
}

.bevestiging a:hover {
    background-color: transparent;
}

/* ACTUEEL */

.actueel_items {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.actueel_items article {
    width: 31.33%;
    margin: 1%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
    -moz-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
    box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
}

.actueel_items article img {
    width: 100%;
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
}

.imgart {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
}

.actueel_items article:hover img {
    transform: scale(1.1);
}

.actueel_items article h2 {
    line-height: 130%;
    font-size: 1.4em;
    padding: 20px 20px;
    letter-spacing: 2px;
    font-family: 'News Cycle', sans-serif;
    color: #eaaebd;
}

.actueel_items article p {
    line-height: 150%;
    padding: 0 20px;
    color: #9e9e9e;
    display: block;
    width: 100%;
}

.actueel_items article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.imglink {
    color: #9e9e9e;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    display: inline-block;
    padding-bottom: 20px;
}

.actueel_detail {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1400px;
    padding: 30px 10px;
}

.actueel_detail p {
    line-height: 170%;
    color: #b0b0b0;
    margin-bottom: 25px;
}

.actueel_content {
    width: 60%;
}

.actueel_list {
    width: 33%;
}

.actueel_list h2 {
    font-size: 1.4em;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 3px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.actueel_list h3 {
    font-size: 1.2em;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 3px;
    letter-spacing: 3px;
    padding-top: 15px;
}

.actueel_list article {
    padding: 20px;
    margin: 20px 0;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
    -moz-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
    box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
}

.actueel_list article img {
    width: 100%;
}

/* EINDE ACTUEEL */

.tickertape {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    height: 340px;
    position: relative;
}

.tickertape div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 5px;
    font-size: 1.9em;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.tickertape div img {
    margin: 0 20px;
}

.tickertape article {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

/* Merk Detail */
.merkbanner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.merkbanner div {
    position: absolute;
    bottom: 0;
    left: 20px;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px;
    background-color: white;
}

.merkbanner h1 {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'News Cycle', sans-serif;
    font-size: 3em;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}

.merkbanner a {
    background-color: #ffd1dc;
    padding: 15px 30px;
    border-radius: 200px;
    color: #353535;
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.merkbanner img {
    width: 100%;
}

.subtitel {
    margin: 0 auto;
    display: block;
    max-width: 1400px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    color: #eaaebd;
    padding: 0 10px;
    font-family: 'News Cycle', sans-serif;
}

/* EINDE Merk Detail */

/* GDPR */

#content-container {
    width: 50%;
    margin: auto;
    margin-top: 10em;
}

#content-container h2 {
    color: #d492a2;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 1em;
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    padding-right: 35px;
    padding-top: 10px;
    padding-left: 30px;
    background: #ffd1dc;
    min-height: 40px;
    color: #353535;
    font-family: 'News Cycle', sans-serif;
    font-size: 1em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1em;
}

#content-container h3 span {
    position: absolute;
    right: 6px;
    z-index: 1;
    top: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    margin-left: 2em;
    margin-bottom: 2em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    margin-left: 3em;
}

#content-container a {
    background-color: #ffd1dc;
    color: #353535;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

table {
    margin-bottom: 20px;
}

table thead {
    background-color: #ffd1dc;
}

table thead tr th {
    padding: 10px;
    margin-bottom: 10px;
}

table tbody td {
    border: 1px solid #ffd1dc;
    padding: 5px;
}
/* EINDE GDPR */

/* VACATURES */

.vacatures {
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.vacature {
    width: 100%;
    border: 2px solid #ffd1dc;
    background-color: white;
    padding: 40px;
    margin-bottom: 4%;
}

.vacature h2 {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'News Cycle', sans-serif;
    color: #ffd1dc;
    font-size: 1.6em;
    margin-bottom: 30px;
}

.vacature h3 {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'News Cycle', sans-serif;
    color: #bababa;
    font-size: 1.1em;
    margin: 25px 0 15px 0;
}

.vacature p {
    width: 100%;
    color: #bababa;
    line-height: 150%;
}

.vacature ul {
    list-style-type: disc;
    padding-left: 20px;
}

.vacature ul li {
    color: #bababa;
    line-height: 150%;
}

.vacatures_content {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 10px;
}

.vacature_form {
    width: 35%;
    background-color: white;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
    -moz-box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
    box-shadow: 0px 2px 22px 0px rgba(212, 212, 212, 0.32);
}

.vacature_form h2 {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'News Cycle', sans-serif;
    color: #bababa;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.vacature_form input,
.vacature_form textarea {
    width: 100%;
    font-family: 'News Cycle', sans-serif;
    border: none;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #bababa;
}

.vacature_form input[type='text'],
.vacature_form input[type='email'] {
    border: 2px solid #e4e4e4;
    padding: 15px 10px;
}

.vacature_form textarea {
    border: 2px solid #e4e4e4;
    padding: 10px;
    min-height: 200px;
    margin-bottom: 10px;
}

.vacature_form input[type='submit'] {
    width: 100%;
    max-width: 500px;
    background-color: #ffd1dc;
    transition: all 0.3s;
    color: #646464;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px;
    border: none;
    border: 2px solid #ffd1dc;
}

.vacature_form input[type='submit']:hover {
    background-color: transparent;
    color: #ffd1dc;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    cursor: pointer;
    width: 100%;
    color: #bababa;
    padding: 15px;
    border: 2px solid #e4e4e4;
}

.inputfile + label i {
    margin-right: 5px;
}

.inputfile + label {
    font-size: 1em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.3s;
    margin-top: -20px;
    float: left;
}
label {
    font-family: 'News Cycle', sans-serif;
    color: #2e2a2b;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

label img {
    margin-right: 10px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #f8f8f8;
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.downer {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    transform: translate(-50%, 100%);
}

.merkdetail {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px;
}

.merkdetail > div p a {
    color: #353535;
    font-weight: 700;
}

.merkdetail > img {
    width: 25%;
    background-color: white;
    border: 1px solid #eaaebd;
}

.merkdetail > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.merkdetailh1 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 5;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'News Cycle', sans-serif;
    font-size: 2em;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.merkdetail p {
    line-height: 150%;
    color: #979797;
    margin: 10px 0;
}

.merkdetaillinks {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.merkdetaillinks a {
    background-color: #ffd1dc;
    padding: 15px 30px;
    border-radius: 200px;
    color: #353535;
    text-align: center;
    margin: 10px 0;
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
}

/* EINDE VACATURES */

.linkhome {
    padding: 10px 30px;
    border-radius: 200px;
    background-color: #ffd1dc;
    border: 2px solid #ffd1dc;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'News Cycle', sans-serif;
    color: #2e2a2b;
    margin: 0 auto;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.3s;
}

.linkhome:hover {
    background-color: transparent;
    color: #ffd1dc;
}

.team {
    width: 100%;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
}

.team article {
    width: 18%;
    margin: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    /* margin-bottom: 20px; */
}

.team article:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team article h2 {
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
    padding: 15px 0;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 1px;
    color: #dbacb7;
    font-weight: 700;
}

.team article h3 {
    font-size: 0.9em;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    min-height: 105px;
    line-height: 150%;
}

.teamimage {
    overflow: hidden;
    border-radius: 200px;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.team article img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* BLOG */

.blog-rows {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}
.blog-row:last-child {
    margin-bottom: 0;
}
.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}
.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}
.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}
.blog-row .extra .item {
    width: 48.979591836734693877551020408163%;
}
.blog-row .extra .item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .main .item {
    width: 100%;
}
.blog-row .extra .item:nth-child(n + 3) {
    margin-top: 2.0408163265306122448979591836735%;
}
.blog-rows .inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
    padding: 15px 10px;
}

.blog-rows .inhoud h2 {
    text-align: center;
    line-height: 150%;
}

.blog-rows .main .inhoud h2 {
    font-size: 1.4rem;
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.blog-rows .extra .inhoud h2 {
    font-size: 1rem;
    font-family: 'News Cycle', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}
.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}
.type-c.reverse .combo-img .big {
    order: 2;
}
.type-c .combo-img > * {
    width: 50%;
}
.type-c .combo-img .big img {
    width: 100%;
}
.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.type-c .combo-img .small img {
    width: 50%;
}
.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.button-hold:last-child {
    margin-bottom: 0px;
}
.button-hold a {
    display: inline-block;
    height: 35px;
    line-height: 33px;
    border: 1px solid #000;
    padding: 0 20px;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.8s ease;
    margin-top: 50px;
    color: #000;
}
.button-hold a:hover {
    background-color: #000;
    color: #fff;
}

.form_contact {
    margin-top: 50px;
    width: 100%;
    background-color: #ffd1dc;
}

.contact_form {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}

#merken_form input[type='text'],
#merken_form input[type='email'],
#merken_form textarea {
    background-color: white;
    height: auto;
}

#merken_form input[type='submit'] {
    background-color: white;
    color: #ffd1dc;
    height: auto;
    border: 2px solid white;
    font-weight: 700;
}

#merken_form input[type='submit']:disabled {
    opacity: 0.5;
}

#merken_form input[type='submit']:hover {
    background-color: transparent;
    color: white;
}

#TelInput {
    margin-top: 20px;
    width: 49%;
}

.merkdetaillinks {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.merkdetaillinks a {
    margin-right: 20px;
    cursor: pointer;
    border: 2px solid #ffd1dc;
    transition: all 0.3s;
}

.merkdetaillinks a:hover {
    background-color: transparent;
}

#MerkenInput {
    margin-top: 20px;
    width: 49%;
}

#MerkenInput select {
    width: 100%;
    border: none;
    background-color: white;
    padding: 10px;
    font-family: 'News Cycle', sans-serif;
    color: #353535;
    border: none;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.2em;
}

#merken_form {
    width: 100%;
}

#merken_form label {
    font-size: 1em;
    margin-bottom: 10px;
    text-transform: none;
}

.form-merk h2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2em;
    font-family: 'News Cycle', sans-serif;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 0;
}

.blog-holder {
    display: flex;
    padding-top: 200px;
}
.blog-aside {
    width: 300px;
    margin-right: 50px;
}
.blog-main {
    width: calc(100% - 350px);
    .head {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}
.blog-main .c {
    color: #aeaeae;
    text-align: center;
    font-size: 1em;
    line-height: 150%;
}
.blog-main .img {
    position: relative;
    &:first-child .h1 {
        display: none;
    }
}

.blog-main .img .h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px;
    background-color: rgba(255, 209, 220, 0.9);
    color: #353535;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.blog-aside h3 {
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 25px;
}
.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}
.blog-nav a {
    line-height: 40px;
    font-family: 'News Cycle', sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}
.blog-nav a:hover,
.blog-nav a.active {
    color: #e6007e;
}
.blog-recent h2 {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif;
    margin-bottom: 10px;
}
.blog-recent .c {
    margin-bottom: 15px;
    line-height: 150%;
    color: #8e8e8e;
}
.blog-recent .item {
    margin-bottom: 35px;
}
.blog-recent .more {
    position: relative;
    display: inline-block;
    z-index: 3;
    font-weight: bold;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    font-family: 'News Cycle', sans-serif;
    border: 2px solid #ffd1dc;
    border-radius: 100px;
    color: white;
    background-color: #ffd1dc;
}
.blog-recent .more:hover {
    color: #ffd1dc;
    background-color: transparent;
}
.blog-ak {
    position: relative;
    margin-bottom: 30px;
}
.blog-ak img {
    width: 100%;
}
.blog-ak .quote {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fefefe;
    padding: 10px;
    font-size: 1.6rem;
    text-align: center;
}
.blog-ak.icon-ak {
    background-color: #ff63bf;
}
.icon-ak {
    overflow: hidden;
}
.icon-ak .cont {
    position: relative;
    text-align: center;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
.icon-ak .titel {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.icon-ak .c {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.icon-ak .icon {
    animation-name: blink235;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 4s;
}
.icon-ak p span {
    color: #fff !important;
}
@keyframes blink235 {
    0%,
    40% {
        background-color: #fff;
        color: #ff63bf;
    }
    60%,
    80% {
        background-color: #ff63bf;
        color: #fff;
    }
    100% {
        background-color: #fff;
        color: #ff63bf;
    }
}
.icon-ak .icon {
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: relative;
    background-color: #fff;
    color: #ff63bf;
    display: block;
    margin: 10px auto;
}
.icon-ak .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 65px;
}
.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.blog-overzicht .item a {
    position: static;
}
.blog-overzicht .btn-hold {
    padding-top: 10px;
    text-align: left;
}
.blog-overzicht .btn-hold a {
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #ffd1dc;
    border-radius: 8px;
    border-radius: 200px;
    transition: all 0.5s ease;
    color: #ffd1dc;
    background-color: transparent;
}
.blog-overzicht .btn-hold a:hover {
    color: #fff;
    background-color: #ffd1dc;
}
.blog-overzicht h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #737373;
}
.blog-overzicht .item {
    margin-bottom: 20px;
    width: calc(50% - 12px);
}
.blog-overzicht .item:nth-child(n + 7) {
    width: calc(33% - 16px);
}
.blog-overzicht .item:nth-child(n + 7) .c,
.blog-overzicht .item:nth-child(n + 7) .btn-hold {
    display: none;
}
.content-row {
    margin-bottom: 36px;
}

.content-row .slide img {
    width: 100%;
}

.content-row .slide {
    height: initial;
}

.content-row .slick-prev,
.content-row .slick-next {
    top: 50%;
}

.merk-content .content-row {
    margin-bottom: 1.33%;
}
.content-row h2 {
    font-family: 'News Cycle', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 4px;
    color: #353535;
    text-transform: uppercase;
    line-height: 150%;
    text-align: center;
}
.tekst-and-image h2 {
    text-align: left;
}
.content-row .c {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}
.content-row .multi-img-holder.two img {
    width: 49%;
}
.content-row .multi-img-holder.three img {
    width: 32.33%;
}
.content-row .multi-img-holder.four img {
    width: 24%;
}
.content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title-hold {
    text-align: center;
    margin-bottom: 36px;
}
.title-hold h3 {
    text-transform: uppercase;
    color: #eaaebd;
    font-family: 'News Cycle', sans-serif;
    letter-spacing: 4px;
    font-size: 1.8rem;
    font-weight: bold;
}

.blogh1 {
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #737373;
}

.blogcontent-holder {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 180px;
}

.item {
    position: relative;
}

.item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.img img {
    width: 100%;
}

.content_detail {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.content_detail:after {
    display: block;
    clear: both;
    content: '';
}
.content_detail .text {
    margin-bottom: 30px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
    width: 50%;
}
.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}
.blog-content-row .tekst-and-image.blokreverse .img {
    order: 2;
}
.blog-content-row .tekst-and-image.blokreverse {
    order: 2;
}
.tekst-and-image {
    display: flex;
}
.tekst-and-image .img {
    width: 49.5%;
    order: 2;
}
.tekst-and-image .img img {
    width: 100%;
}
.tekst-and-image .c {
    width: 48%;
    text-align: left;
    order: 1;
}
.blokreverse .img {
    order: 1;
}
.blokreverse .c {
    order: 2;
}
.zestiennegen.ythold {
    padding-bottom: 56.25%;
    position: relative;
}
.zestiennegen.ythold iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
/*=====TICKERTAPE=====*/
#ttcontainer {
    height: 250px;
    position: relative;
    background-image: url(/images/tickerbg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#ttcontainer .center {
    width: 96%;
}
#tickertape {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    background-color: rgba(255, 255, 255, 0.5);
}
#tickertape:after {
    clear: both;
    display: block;
    content: '';
}
#tickertapeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    letter-spacing: 2px;
    line-height: 180%;
}
.ticker_txt {
    color: #353535;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 150%;
    letter-spacing: 2px;
    padding: 0 10px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.ticker_txt p:first-child {
    padding-right: 100px;
}
.ticker_txt p:last-child {
    padding-left: 100px;
}
.ticker_txt strong {
    font-size: 120%;
    font-weight: bold;
}

/*=================*/

/* Responsive */
@media screen and (max-width: 1400px) {
    .slide {
        padding-bottom: 56.25%;
        height: inherit;
    }

    .slide_2 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .content-row .slide {
        height: initial;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1280px) {
    .faq-section {
        width: 96%;
    }

    .downloads a {
        width: 48%;
    }
}
@media screen and (max-width: 1240px) {
    .verkooppunten article {
        width: 48%;
    }

    .actueel_items article {
        width: 48%;
    }

    .blog-overzicht .item:nth-child(n + 6) h2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .blog-content-row .tekst-and-image > * {
        width: 100%;
    }
    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }
}

@media screen and (max-width: 1080px) {
    .merkbanner h1 {
        font-size: 2em;
    }

    .merkbanner div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        text-align: center;
        line-height: 150%;
    }

    .merkbanner div a {
        display: inline-block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1080px) {
    .innernavigatie {
        flex-direction: column;
        justify-content: center;
    }
    .innernavigatie nav a {
        display: inline-block;
    }
    .logo {
        height: 60px;
    }
    .actueel_content {
        width: 100%;
    }
    .actueel_list {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .blokken_col {
        width: 100%;
    }
    .blokkentext {
        order: 2;
    }
    .blokkenimg {
        order: 1;
        padding: 20px;
    }
    .blokken_row:nth-child(even) .blokkentext {
        order: 2;
        text-align: left;
    }
    .blokken_col img {
        width: 100%;
    }
    .vacatures {
        width: 100%;
    }
    .vacature_form {
        width: 100%;
    }
    .slide_content {
        width: 95%;
    }
    .slide_content h2 {
        margin-bottom: 0;
    }

    .content-row .slide {
        height: initial;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1000px) {
    .product {
        width: 33.33%;
    }
}
@media screen and (max-width: 950px) {
    .contact_content {
        flex-wrap: wrap;
    }
    .contact_form {
        width: 100%;
    }
    .right_contact_content {
        width: 100%;
        padding: 25px;
        text-align: center;
    }

    .pagecontent h1 {
        font-size: 1.8em;
    }

    .tickertape div img {
        display: none;
    }

    .team article {
        width: 23%;
    }
}

@media screen and (max-width: 900px) {
    .blog-holder {
        padding-top: 150px;
    }
    .tickertape {
        padding: 80px 10px;
    }

    .slide_content {
        width: 95%;
        padding: 20px;
    }

    .slide_content p {
        display: none;
    }

    .content-row .slide {
        height: initial;
        padding-bottom: 0;
    }
    .aanbod{
        width:90%;
    }

    .aanbod>* {
        width: 49%;
        margin-bottom: 2%;
        position: relative;
    }
    
    .aanbod > :not(:nth-of-type(3n)){
        margin-right:0;
    }
    .aanbod>*:not(:nth-of-type(2n)) {
        margin-right: 2%;
    }

    .shopcontent{
        flex-direction: column;
        align-items: center;
        padding:0;
        padding-top: 6%;
    }
    .shopcontent aside{
        width: 90%;
        margin-right:0;
    }

}
@media screen and (max-width: 850px) {
    .downloads a {
        width: 98%;
    }
}

@media screen and (max-width: 800px) {
    .blog-rows .main .inhoud h2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 750px) {
    .blog-holder {
        flex-wrap: wrap;
    }
    .productDetailPage{
        flex-direction: column;
    }
    .detailProductDivs{
        width:90%;
    }
    .inhoudTesktDetail{
        padding:0;
        padding-top: 15px;
    }
    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }
    .blog-main {
        width: 100%;
    }

    .blog-overzicht {
        row-gap: 30px;
        column-gap: 15px;
    }

    .blog-overzicht .item {
        width: 100%;
        margin-bottom: 0;
    }

    .blog-overzicht .item:nth-child(n+7) {
        width: calc(50% - 15px);
    }

    .team article {
        width: 31.33%;
    }

    .tekst-and-image {
        flex-wrap: wrap;
        padding: 15px;
    }

    .tekst-and-image .img {
        width: 100%;
    }

    .tekst-and-image .c {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }
    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }
    .blog-row {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .img .h1 {
        position: static;
        padding: 25px 15px;
        background-color: #ffd1dc;
        font-size: 1.2em;
    }

    .tickertape div {
        font-size: 1.2em;
    }

    .slide_content h2 {
        font-size: 1em;
    }

    .pagecontent h1 {
        font-size: 1.2em;
    }

    .pagecontent p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 650px) {
    .actueel_items article {
        width: 98%;
    }
}

@media screen and (max-width: 850px) {
    .innernavigatie {
        flex-direction: row;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
    }
    .innernavigatie nav {
        display: none;
    }
    .topper .innertopper a:not(.iconic):not(.sign-out) {
        display: none;
    }
    .res-nav {
        padding-bottom: 40px;
    }
    .pagecontent {
        padding: 20px 10px !important;
    }

    .menubtn {
        display: block;
    }

    .spacer {
        height: 90px;
    }

    .navigatie {
        height: 90px;
    }

    .space {
        height: 90px;
    }

    .verkooppunten article {
        width: 98%;
    }

    .logo {
        height: 50px;
    }

    .merkbanner div {
        position: relative;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 800px) {
    .blog-rows .main .inhoud h2 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 700px) {
    .merkbanner h1 {
        font-size: 1.2em;
    }
    .blog-row {
        margin-bottom: 0;
    }
    .aanbod>* {
        width: 100%;
    
        position: relative;
    }
    
    .aanbod > :not(:nth-of-type(3n)){
        margin-right:0;
    }
    .aanbod>*:not(:nth-of-type(2n)) {
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .product {
        width: 100%;
    }

    .innertopper {
        padding: 5px 10px;
    }

    .innertopper a.iconic {
        margin: 0 10px;
        font-size: 1em;
    }

    .innertopper a i {
        vertical-align: middle;
    }

    .langchange {
        letter-spacing: 0;
        font-size: 1em;
        padding-left: 10px;
        margin-left: 5px;
    }

    .team article {
        width: 48%;
    }

    .merkdetaillinks a {
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .blog-overzicht .item:nth-child(n+7) {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .products {
        width: 100%;
        justify-content: center;
    }

    .res-nav {
        width: 100%;
    }

    .verkoopcontent {
        flex-direction: column;
    }

    .verkoopcontent div:last-child {
        width: 100%;
    }

    .verkoopcontent div a {
        margin-top: 20px;
        width: 100%;
    }

    .res-nav {
        width: 100%;
        right: -460px;
    }

    .menu-is-open {
        right: 0;
    }
    .team {
        flex-direction: column;
    }
    .team article {
        margin: 0 auto;
    }
}
@charset "UTF-8";

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

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

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

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

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

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

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

.c p
{
	margin: 1em 0;
}

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

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

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

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

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

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

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

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

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


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

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


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

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

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


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

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

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

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



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

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

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

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

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

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

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

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

.justify
{
	text-align: justify;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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