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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
  outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  vertical-align: middle;
}

input::-moz-focus-inner

/*Remove button padding in FF*/
  {
  border: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  font-family: Poppins, sans-serif;
}

.dashboard {
  background-color: #fafafa;
  padding: 50px 10px;
  position: relative;
}

.dashboard .best {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
}

.dashboard .box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.dashboard .bestellingen .controleren_content {
  width: 100%;
}

.dashboard .bestellingen .controleren_content>div {
  border: 2px dashed #efefef;
}

.dashboard .db_best {
  width: calc(100% - 500px);
}

.dashboard .db_gebruik {
  max-width: 450px;
  width: 100%;
}

.dashboard .bestellingen {
  width: 100%;
}

.dashboard .user_info {
  width: 100%;
}

.dashboard>div>div>h2 {
  font-size: 25px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.dashboard article>h3 {
  font-size: 22px;
  color: #262626;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.dashboard article>button {
  background-color: #f9f1df;
  color: #262626;
  padding: 10px;
  border: 0;
  width: 100%;
  font-size: 20px;
  border-radius: 4px;
  transition: all .4s;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

.dashboard article>button:hover {
  background-color: #d8c9a8;
  color: #252525;
}

.user_info form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.user_info form label {
  width: 100%;
  color: #262626;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

.user_info form input[type=text],
.user_info form input[type=email] {
  width: 100%;
  border: none;
  background-color: white;
  padding: 10px 0;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 22px;
  color: #9fa6b5;
  font-family: 'Poppins', sans-serif;
  border-bottom: 2px solid #F4F4F4;
}

.user_info form input[type=submit] {
  background-color: #262626;
  color: white;
  border-radius: 4px;
  padding: 12px 30px;
  width: 100%;
  border: 2px solid #262626;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  transition: all .3s;
}

.user_info form input[type=submit]:hover {
  background-color: transparent;
  color: #262626;
}

.changes {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: #8BCF97;
}

.bootbox-body {
  line-height: 130%;
  color: #686868;
}

/* Cadeaubon */

.cadeaubon {
  width: 100%;
  background-color: #F5F7FA;
  padding: 30px;
}

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

.cadeaubon_form {
  width: 67%;
}

.cadeaubon .overview {
  width: 30%;
  background-color: white;
  border-radius: 4px;
  padding: 30px;
  position: sticky;
  top: 3%;
}

.cadeaubon .overview>h2 {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  color: #262626;
  margin-bottom: 20px;
}

.cadeaubon .overview button {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 2px solid #262626;
  background-color: #262626;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
}

.cadeaubon .overview .orderline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 200;
  padding: 20px 0;
}

.cadeaubon .overview .totalline {
  padding: 20px 0;
  font-weight: 700;
  color: #6c6c6c;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  border-top: 2px solid #F0F1F1;
}

.cadeaubon_form article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 4px;
  padding: 30px;
}

.cadeaubon_form article>div:first-of-type {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F7FA;
  border-radius: 200px;
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  color: #262626;
  font-weight: 700;
}

.cadeaubon_form article>div:last-of-type {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 60px);

}

.cadeaubon_form article input[type=email],
.cadeaubon_form article input[type=text],
.cadeaubon_form article select,
.cadeaubon_form article textarea {
  width: 100%;
  border: 2px solid #f0f0f0;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.cadeaubon_form article textarea {
  height: 200px;
}

.cadeaubon_form article label {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #262626;
  margin-bottom: 10px;
}

/* Einde Cadeaubon */


/* Bevestiging */

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

.bestelling_buttons a {
  width: 49%;
  padding: 10px 20px !important;
  text-align: center;
}

.bestelling_geplaatst {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f0f3f7;
  min-height: 100vh;
}

.bestelling_geplaatst>div {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 650px;
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  -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);
}

.bestelling_geplaatst>div>i {
  font-size: 3em;
  color: #262626;
}

.bestelling_geplaatst>div h1 {
  color: #262626;
  margin-top: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-size: 28px;
}

.bestelling_geplaatst>div h2 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 20px;
}

.bestelling_geplaatst>div>div {
  text-align: center;
  font-size: 19px;
  line-height: 180%;
  color: #6a6a6a;
  padding: 10px;
  width: 100%;
  font-weight: 200;
  margin-bottom: 10px;
}

.confirmation {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.confirmation div {
  min-width: 200px;
}

.bestelling_geplaatst>div>a {
  display: inline-block;
  color: #686868;
  margin-top: 20px;
  text-decoration: underline;
}

.bestelling_geplaatst_button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #262626;
  border: 2px solid #262626;
  color: white !important;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 16px;
  transition: all .3s;
  font-family: 'Poppins', sans-serif;
}

.bestelling_geplaatst_button:hover {
  background-color: transparent;
  color: #262626 !important;
}





.factuurfields {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.controle_split {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.controle_part:first-of-type {
  width: 30%;
}

.controle_part:last-of-type {
  width: 68%;
  padding: 20px;
}


/* Einde Bevestiging */

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  background-color: #fff;
}

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

.overvisible {
  display: block;
}

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

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

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

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

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

.logo-mobileNav {
  height: 40%;
}

.menu-block {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Login */

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

.left_login {
  width: 500px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  height: 100%;
  padding: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

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

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

.right_login div a {
  color: white;
}

.login_form {
  width: 100%;
}

.resetpwd h3 {
  font-weight: 200;
  line-height: 130%;
  margin-bottom: 10px;
}

.resetpwd>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resetpwd>div input {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
  font-size: 16px;
  background-color: #0E1936;
  border-radius: 4px;
}

.resetpwd>div a {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 700;
}

.forgot_pass {
  cursor: pointer;
}

.left_login h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  color: #262626;
  width: 100%;
  text-align: left;
}

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

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

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

.login_form input[type=password],
input[type=email] {
  width: 100%;
  border: 2px solid #F4F4F4;
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 16px;
  border-radius: 4px;
  color: #9fa6b5;
  font-family: 'Poppins', sans-serif;
}

.login_form input[type=submit] {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 35px;
  font-weight: 200;
  font-size: 18px;
  background-color: #262626;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
}

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

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

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

/* Einde Login */


/* Navigatie */

.navigatie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 20px;
  z-index: 2;
}

.navigatie nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigatie nav ul li {
  padding: 10px 20px;
}

.navigatie nav a {
  color: #252525;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  font-family: 'Poppins', sans-serif;
}

.navigatie .active a {
  color: #262626 !important;
  border-bottom: 1px solid #262626;
}

.logo {
  width: 300px;
}

/* Einde Navigatie */

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 2em;
  color: #262626;
  margin-bottom: 1em;
}

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

.bevestiging h1 {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  color: #262626;
  margin-bottom: 10px;
}

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

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

.bevestiging a:hover {
  color: #262626;
  background-color: transparent;
}

/* Einde Bevestiging*/

/* Menu Button */

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

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

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

.shoppingcart {
  position: relative;
}

.cart_amount {
  position: absolute;
  right: -3px;
  bottom: 8px;
  transform: translate(50%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background-color: #262626;
  width: 20px;
  height: 20px;
  font-size: .6em;
  font-weight: 700;
  color: #fff;
}

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

.menu_button>div {
  width: 50px;
  height: 50px;
  transition: all .5s;
  padding: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: white;
  border-radius: 200px;
  font-size: 1.3em;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

/* Einde Menu Button */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

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

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

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

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

.curtaindrop .button {
  display: inline-block;
  background: #262626;
  color: #fff;
  border: 2px solid #262626;
  border-radius: 200px;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all .2s;
}

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

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

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

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 1em 0;
}

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

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

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

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


/* Einde Curtaindrop */

/* Page Header */

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

.page_header>div:first-of-type {
  height: 55px;
  width: 2px;
  background-color: #262626;
  margin-bottom: 30px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.page_header>h1 {
  color: #262626;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

.page_header_tekst a {
  text-decoration: underline;
  color: #4C4C4C;
}

/* Einde Page Header */

/* Diensten */

.diensten {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.diensten_item {
  width: 48%;
  margin: 1%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.diensten_item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 30;
}

.diensten_item .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;
}

.diensten_item:hover .overlay {
  opacity: 0;
}

.diensten_item img {
  width: 100%;
  z-index: 1;
  position: relative;
  transition: all 2s;
}

.diensten_item h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 1.2em;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
  font-weight: 700;
  color: #fff;
}

.realisatie_detail_page {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.realisatie_detail_page .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.realisatie_detail_page .social a {
  margin-left: 10px;
  font-size: 25px;
  width: 45px;
  height: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.realisatie_detail_page img {
  width: 100%;
}

.realisatie_content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 10px;
}

.realisatie_content>div {
  width: calc(100% - 550px);
}

.realisatie_content>div h1 {
  font-size: 30px;
  font-weight: 700;
  color: #262626;
}

.realisatie_content>div h2 {
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

.realisatie_content aside {
  width: 450px;
  padding: 25px;
  border: 2px solid #eeeeee;
}

.realisatie_content aside h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #262626;
}

.realisatie_content #NaamInput {
  width: 100%;
}

.realisatie_content input[type=text],
.realisatie_content input[type=email] {
  width: 100%;
  border: none;
  border: 2px solid #F4F4F4;
  padding: 10px 10px;
  color: #A8A8A8;
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.realisatie_content textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  height: 100px;
}

.realisatie_content input[type=submit] {
  border-radius: 4px;
  padding: 10px 40px;
  background-color: #262626;
  border: 2px solid #262626;
  font-weight: 200;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  transition: all .3s;
}


.realisatie_tekst {
  line-height: 180%;
  font-size: 18px;
  color: #5f5f5f;
}

.realisatie_tekst p {
  margin-bottom: 15px;
}

.realisatie_tekst ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}

.realisatie_images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.realisatie_images article {
  width: 31.33%;
  margin-right: 2% !important;
  position: relative;
  cursor: zoom-in;
}

.realisatie_images article div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 40px;
}

.realisatie_images article:hover div {
  opacity: 1;
}

.realisatie_images article img {
  width: 100%;
}

.realisatie_images .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #dedede;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  border-radius: 200px;
  color: #424242;
  transform: translateY(-50%);
  cursor: pointer;
}

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

.realisatie_images .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  transform: translateY(-35px);
}

.realisatie_images .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 100px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: '•';
  font-size: 22px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  opacity: .25;
  color: black;
}

.realisatie_images .slick-dots .slick-active {
  background-color: #262626;
}

/* Einde Diensten */

/* Footer */

footer {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  -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);
}

.socials {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.socials>a {
  padding: 0;
  width: 40px;
  height: 40px;
  color: #262626;
  border: 2px solid #262626;
  font-size: 1.2em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  margin: 0 7px;
  transition: all .5s;
}


.socials>a:hover {
  background-color: #262626;
  color: white;
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: rgb(160, 160, 160);
  padding: 10px;
  padding-top: 0;
  font-weight: 200;
  font-size: 1em;
  line-height: 150%;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer a {
  color: #b4b4b4;
}

.gegevens {
  width: 100%;
  max-width: 1600px;
  padding: 40px 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-bottom: .5px solid #cccccc;
}

.gegevens h2 {
  font-size: 22px;
  font-weight: 700;
  color: #262626;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.gegevens>div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #686868;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
}

.gegevens>div a {
  color: #686868;
}

/* Einde Footer */




/* Power Titel */

.power_titel_holder {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  padding: 30px 20px;
}

.power_titel {
  font-size: 3.7em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 130%;
}

.power_titel strong {
  font-weight: 700;
  color: #3C3C3B;
}

/* Einde Power Titel */

/* Blokken */

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

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

.blokken article:last-of-type {
  padding-bottom: 0;
}

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

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

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

.blokken_titel h2 {
  color: #262626;
  font-family: 'Poppins', sans-serif;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 35px;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 18px;
  margin-bottom: 20px;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  font-size: 20px;
  color: #262626;
  font-family: 'Poppins', sans-serif;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

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


/* Einde Blokken */


/* Aanbod */

.aanbod_top {
  width: 100%;
  max-width: 1600px;
  padding: 40px 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_top>h1 {
  font-size: 25px;
  color: #262626;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.aanbod_top>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.aanbod_top>div select {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  height: 40px;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

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

.assortiment_weergave>div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  font-size: 1.2em;
  background-color: #f2f2f2;
  transition: all .3s;
  color: #353535;
}

.assortiment_weergave>div:hover {
  background-color: #dbdbdb;
}

.active_weergave {
  color: #262626 !important;
}

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

.list_view>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  color: #b6b6b6;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-left: 7px;
}

.list_view_active {
  background-color: #D23B3D !important;
  color: white !important;
  border: 2px solid #D23B3D !important;
}


.price_order {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1em;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.aanbod_pagina {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.clearfilters {
  font-size: 1em;
  color: #98272B;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 5px;
  cursor: pointer;
  background-color: #f7f7f7;
}

.clearfilters i {
  margin-right: 10px;
}

.aanbod_pagina aside {
  width: 100%;
  max-width: 350px;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-right: 20px;
  padding-bottom: 10px;
}

.aanbod_pagina aside>h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  color: #262626;
  font-family: "Poppins", sans-serif;
  border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #353535;
  margin-top: 15px;
  padding: 5px 20px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}


.aanbod_pagina aside h3 i {
  font-size: 1.2em;
  transition: all .3s;
}

.activeCat i:not(.fa-check) {
  transform: rotate(180deg);
}

.aanbod_filter {
  margin: 0 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #F5F5F5;
}

.aanbod_filter:last-of-type {
  border-bottom: none;
}

.aanbod_filter select {
  width: 100%;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 10px;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
  color: #737373;
  font-size: 1.2em;
}

.checkbox input, .aanbod_pagina aside h3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.aanbod_pagina aside h3 .checkmark {
  left: 10px;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  font-size: .8em;
  background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark, .aanbod_pagina aside h3:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox input:checked~.checkmark, .aanbod_pagina aside h3 input:checked~.checkmark {
  background-color: #000;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox input:checked~.checkmark i, .aanbod_pagina aside h3 input:checked~.checkmark i {
  display: block;
}

.checkbox .checkmark i, .aanbod_pagina aside h3 .checkmark i {
  left: 2px;
  top: 2px;
  color: white;
}

.aanbod_items {
  width: 100%;
}

.aanbod_items section {
  width: 100%;
}

.aanbod_items section>h2 {
  font-size: 25px;
  color: #262626;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding: 0 15px 15px 15px;
}

.aanbod_items .subcat-products {
  width: 100%;
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 2%;
  padding: 10px;
  background-color: white;
  position: relative;
  overflow: hidden;
  border: 2px solid #F5F5F5;
}

.hiddenarticles {
  opacity: 0;
  transition: all 1s;
  transform: translateY(70px);
}

.product .eenheid {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.product_opmerking {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: rgb(76, 76, 76);
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  height: 150px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.gram_eenheid {
  font-family: sans-serif;
  color: #353535;
  font-size: .9em;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}

.product .eenheid label {
  font-size: .8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  color: #353535;
  margin-bottom: 5px;
  margin-top: 15px;
}

.product .eenheid select {
  padding: 5px;
  background-color: #fff;
  border: 2px solid #efefef;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  background-image: url(/images/select.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  color: #606060;
  cursor: pointer;
  font-size: 1.15em;
}

.product .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-top: 5px;
  position: relative;
  z-index: 3;
  height: 37px;
  border: 2px solid #efefef;
}

.product .aantal i {
  font-size: 1em;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #5d5d5d;
  cursor: pointer;
  position: absolute;
  transition: all .2s;
  right: 0px;
}

.product .aantal i:first-of-type {
  left: 0px;
  right: initial;
}

.product .aantal i:hover {
  background-color: #ededed;
}

.product .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #353535;
  font-size: 1.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  line-height: 100%;
  height: 35px;
  border: none;
  width: 100%;
}

.product button {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 5px;
  border: none;
  background-color: #262626;
  border: 2px solid #262626;
  transition: all .3s;
  font-size: 1.2em;
  font-weight: 200;
  color: #fff;
  padding: 7px 10px;
  position: relative;
  z-index: 3;
  font-family: "Poppins", sans-serif;
}

.product button:hover {
  background-color: transparent;
  color: #262626;
}

.product .processing {
  color: #262626;
  line-height: 47px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.product .processing-done {
  color: #262626;
  font-family: "Poppins", sans-serif;
  line-height: 47px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

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

.product a span {
  display: none;
}

.product>img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 1s;
}

.product:hover img {
  transform: scale(1.08);
}

.product>h3 {
  width: 100%;
  text-align: center;
  color: #3F3F3F;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.product>h4 {
  width: 100%;
  text-align: center;
  color: #39AC6A;
  margin-top: 5px;
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.smallProduct {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
}

.smallProduct img {
  display: none;
}

.smallProduct .aantal {
  display: none;
}

.smallProduct>h2 {
  text-align: left;
  justify-content: flex-start;
}

.smallProduct>h3 {
  text-align: left;
}

.smallProduct>a {
  z-index: 2;
}

.smallProduct button {
  display: none;
}



.range-slider {
  margin-top: 10px;
}

.hiddenarticles {
  opacity: 0;
  transition: all .3s;
  transform: translateY(70px);
}

.spinnerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.spinnerbox img {
  width: 100px;
}

/* Einde Aanbod */


/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contact_info {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 60px 10px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  flex-wrap: wrap;
  transform: translateY(-20%);
  max-width: 1200px;
  border: 2px solid #eeeeee;
  padding-left: 5%;
  padding-right: 5%;
}

.contact_info .openingsuren {
  width: 100%;
  padding-top: 35px;
}

.openingsuren .days-openings {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.openingsuren .days-openings>* {
  width: 25%;
}

.openingsuren .days-openings>*:nth-child(n+5) {
  margin-top: 15px;
}


.contact_info h2 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #262626;
}

.contact_info p {
  color: #4B4B4B;
  font-size: 1.2em;
  text-align: left;
  margin-top: 15px;
  font-weight: 200;
}

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

.contact_info a {
  color: #4B4B4B;
}

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

.contact_content {
  width: 100%;
  padding-bottom: 60px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100px;
  flex-wrap: wrap;
  border: 2px solid #eeeeee;
}

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

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

.contact_gegevens>div {
  padding: 25px;
}

.contact_gegevens div h2 {
  color: #98272B;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

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

.contact_gegevens div div p {
  width: inherit;
}

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

.contact_form_holder>div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

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

.contact_form_holder>div>div h2 {
  font-weight: 700;
  font-size: 25px;
  color: #262626;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.contact_form_holder>div>div h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #353535;
}

.contact_form_holder>div>div p {
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 200;
}

.contact_form_holder>div>div img {
  width: 100%;
}

.hideField {
  display: block;
}

.complaint_form {
  display: none;
}

#NaamInput {
  width: 48%;
}

#EmailInput {
  width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px 10px;
  color: #A8A8A8;
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  height: 300px;
}

.contact_form input[type=submit] {
  border-radius: 4px;
  padding: 10px 40px;
  background-color: #262626;
  border: 2px solid #262626;
  font-weight: 200;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  transition: all .3s;
}


.contact_form input[type=submit]:disabled, .complaint_form input[type=submit]:disabled {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #909090;
}

.contact_form input[type=submit]:disabled:hover, .complaint_form input[type=submit]:disabled:hover {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #909090;
}

.contact_form input[type=submit]:hover, .complaint_form input[type=submit]:hover {
  background-color: #fff;
  color: #262626;
}

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

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

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

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

.contact_aandachtskader {
  max-width: 1200px;
  width: 100%;
  border: 2px solid #262626;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-bottom: 5rem;
  position: relative;
}

.contact_aandachtskader h2 {
  color: #262626;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  background-color: white;
  padding: 1rem;
}

.contact_aandachtskader p {
  color: #ababab;
  text-align: center;
  font-size: 1.2em;
  line-height: 170%;
}

/* Einde Contact */

/* Product Pagina */

.product_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 10px;
}

.product_header_image {
  width: 40%;
}

.product_header_image>a {
  font-weight: 200;
  font-size: 1.2em;
  color: #262626;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.product_header_image>a i {
  transition: all .3s;
  padding-left: 5px;
  font-size: 1.3em;
}

.product_header_image>a span {
  padding-bottom: 3px;
}

.product_header_image>a:hover i {
  padding-left: 0 !important;
  padding-right: 5px;
}

.product_header_image img {
  width: 100%;
  transition: all .2s;
  max-width: 500px;
}

.product_header_content {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_header_content h1 {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 15px;
}

.product_header_content>h2 {
  color: #353535;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product_header_content .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  border: 2px solid #efefef;
}

.product_header_content .aantal i {
  font-size: .9em;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #5d5d5d;
  cursor: pointer;
  transition: all .2s;
  position: absolute;
  left: 0;
}

.product_header_content .aantal i:last-of-type {
  right: 0;
  left: initial;
}

.product_header_content .aantal i:hover {
  background-color: #ededed;
}

.product_header_content .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #353535;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  font-size: 17px;
  align-items: center;
  width: 123px;
  height: 35px;
  margin: 0 10px;
  padding: 0;
  line-height: normal;
  border: none;
}


.product_links {
  margin-bottom: 10px;
}

.product_links a {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #939393;
  padding: 2px 10px;
  font-size: .8em;
  transition: all .3s;
  margin-right: 5px;
}

.product_links a:hover {
  border: 1px solid #939393;
}

.product_intro {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 10px;
}

.product_prijs {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

.product_prijs article {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 0;
  margin-right: 10px;
}

.product_prijs article h2 {
  font-size: 1.1em;
  color: #353535;
  font-weight: 200;
  margin-bottom: 4px;
}

.product_prijs article p {
  font-size: 1.5em;
  font-weight: 700;
  color: #4f4f4f;
}

.product_header_content select {
  padding: 10px;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #efefef;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  background-image: url(/images/select.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  color: #353535;
  max-width: 300px;
}

.product_afmetingen {
  display: flex;
  justify-content: flex-start;
}

.product_afmetingen article {
  padding: 15px 30px;
  background-color: #F3F3F2;
  border: 1px solid white;
}

.product_afmetingen article h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #6b6b6b;
  margin-bottom: 5px;
}

.product_afmetingen article p {
  font-size: 1.1em;
  color: #6b6b6b;
}

.product_actions button {
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #262626;
  border: 2px solid #262626;
  color: white;
  font-size: 20px;
  transition: all .3s;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.product_actions button:hover {
  color: #262626;
  background-color: transparent;
}

.product_kleuren {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.product_kleuren>label {
  position: relative;
}

.product_kleuren>label div {
  width: 2pc;
  height: 2pc;
  border: 2px solid #eee;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #eee;
  margin-right: 4px;
  z-index: 2;
  position: relative;
}

.product_kleuren>label input {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.product_kleuren>label input:checked+div {
  border: 2px solid red;
}

.maat_select {
  width: 100%;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}


.product_more_info {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 10px;
}

.product_more_info h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #D23B3D;
  margin-top: 25px;
  margin-bottom: 5px;
}

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

.product_sfeerfoto {
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  background-color: black;
}

.product_sfeerfoto>div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_sfeerfoto h2 {
  font-size: 59px;
  font-weight: 600;
  line-height: 110%;
  max-width: 630px;
  color: #fff;
  margin-bottom: 40px;
}

.product_sfeerfoto button {
  padding: 10px 30px;
  background-color: #D23B3D;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 200px;
  font-family: Poppins, sans-serif;
}

.product_sfeerfoto>img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: .7;
}

.amount_select {
  width: 200px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
}



/* Einde Product Pagina */


/* Winkelwagen */

.winkelwagen_noprods {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.winkelwagen_noprods p {
  font-size: 1.4em;
  color: #353535;
  font-weight: 200;
  margin-top: 5px;
}

.winkelwagen_noprods a {
  background-color: #262626;
  color: white;
  font-family: "Poppins", sans-serif;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 15px;
  display: inline-block;
}

.progressbar {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  margin-top: 40px;
  justify-content: space-between;
}

.progressbar li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #535353;
  font-weight: 200;
  width: 25%;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.progressbar li a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}

.progressbar li div {
  width: 45px;
  height: 45px;
  border-radius: 200px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5em;
  z-index: 2;
}

.checkedStep div {
  background-color: #262626 !important;
  color: #fff;
}

.checkedStep {
  color: #262626 !important;
}

.righthr {
  position: absolute;
  left: 50%;
  right: 0;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.lefthr {
  position: absolute;
  left: 0;
  right: 50%;
  top: 35%;
  margin: 0;
  height: 1px;
  border-top: 1px solid #dfdfdf;
}

.winkelwagen_pagina, .gegevens_pagina {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.winkelwagen_titel {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 2em;
  color: #262626;
  font-weight: 400;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

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

.shopping_cart article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article .main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shopping_cart article .main img {
  width: 70px;
  margin-right: 20px;
}

.shopping_cart article:first-of-type {
  background-color: #f6f6f6;
  border-bottom: none;
}

.shopping_cart article:first-of-type .title {
  color: #314983;
  font-weight: 200;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
}

.shopping_cart article:first-of-type .aantal {
  min-width: 170px;
  color: #353535;
}

.shopping_cart article:first-of-type .actions {
  visibility: hidden;
  min-width: 40px;
  color: #353535;
}

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

.shopping_cart article:last-of-type {
  border-bottom: none;
}

.shopping_cart article h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #262626;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.shopping_cart article h3 {
  font-size: 1em;
  font-weight: 200;
  color: #43474A;
}

.sub_article .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 200px;
  position: relative;
  border: 2px solid #efefef;
  min-height: 37px;
}

.sub_article .gew {
  font-size: 16px;
  color: #757575;
  text-align: center;
  margin-bottom: 5px;
}

.sub_article .gewicht {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sub_article .aantal i {
  position: absolute;
  left: 0;
  font-size: .9em;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #5d5d5d;
  cursor: pointer;
  transition: all .2s;
}

.sub_article .aantal i:last-of-type {
  right: 0;
  left: initial;
}

.sub_article .aantal i:hover {
  background-color: #ededed;
}


.sub_article .aantal p {
  text-align: center;
  width: 100%;
  font-size: 1.1em;
  font-weight: 400;
  color: #848484;
  padding-bottom: 5px;
}


.sub_article .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #353535;
  font-size: 1.1em;
  height: 35px;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border: none;
}

.sub_article .price {
  min-width: 300px;
  font-weight: 200;
  color: #353535;
  font-size: 1.3em;
  text-align: center;
}

.sub_article .price small {
  margin-top: 3px;
  display: inline-block;
  font-size: .6em;
}

.sub_article .price small i {
  cursor: pointer;
  transition: all .3s;
}

.sub_article .price small i:hover {
  transform: scale(1.05);
}

.sub_article .actions {
  background-color: #fff;
  color: #C4242C;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
  transition: all .5s;
}

.sub_article .actions:hover i {
  transform: scale(1.4);
}

.financial dl {
  border-top: 2px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.financial dt {
  font-size: 1.3em;
  font-weight: 200;
  color: #43474A;
}

.financial dl>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 0;
}

.financial dl>div:last-of-type {
  border-top: 2px dashed #e1e1e1;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.financial dl>div:last-of-type dt {
  color: #39AC6A;
  font-weight: 700;
}

.financial dd {
  font-size: 1.3em;
  font-weight: 200;
  min-width: 150px;
  color: #43474A;
  text-align: right;
}

.goto_next {
  background-color: #262626;
  border: #262626 2px solid;
  border-radius: 4px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  transition: all .3s;
  font-size: 1.2em;
  border-radius: 4px !important;
  padding: 13px 25px;
}

.noslots {
  font-size: 1.2em;
  font-weight: 200;
  text-align: center;
  color: #353535;
  background-color: #e4f8ec;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.goto_next:hover {
  background-color: transparent;
  color: #262626;
}

.goto_next i {
  font-size: .9em;
}

.goto_prev {
  color: #8d8d8d;
  font-size: 1.2em;
  font-weight: 200;
}

.goto_prev i {
  transition: all .3s;
}

.goto_prev:hover i {
  transform: translateX(-10px);
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

/* Einde Winkelwagen */


/* Afhaalmoment */

.afhaal_container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

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

.afhaal_split aside {
  width: 350px;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-right: 20px;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.afhaal_split aside>i {
  font-size: 3em;
  color: #262626;

}

.afhaal_split aside>h2 {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  color: #262626;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.afhaal_split aside>div {
  font-size: 17px;
  font-weight: 200;
  color: #353535;
  line-height: 150%;
  text-align: center;
}

.afhaal_momenten {
  width: calc(100% - 350px);

}

.afhaal_dagen {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.afhaal_dagen .slick-arrow {
  position: absolute;
  left: -8px;
  top: 47%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgba(0, 0, 0, .6);
  color: white;
  border-radius: 200px;
}

.afhaal_dagen .slick-disabled {
  display: none !important;
}

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

.afhaal_dagen .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.afhaal_dagen .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background-color: #c9c9c9;
  margin: 0 5px;
  cursor: pointer;
}

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

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

.afhaal_dagen article {
  padding: 5px;
}

.afhaal_dagen article section {
  position: relative;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  border: #ececec 2px solid;
  transition: all .3s;
}

.afhaal_dagen article section:hover {
  background-color: #e5e5e5;
}

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

.afhaal_dagen article section>div {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px 0 10px 0;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.afhaal_dagen article section>div div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.afhaal_dagen article section h2 {
  font-size: 4em;
  color: #262626;
  font-weight: 700;
}

.afhaal_dagen article section h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #8e8e8e;
  font-family: "Poppins", sans-serif;
}

.afhaal_dagen article section h4 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: .9em;
  font-family: "Poppins", sans-serif;
  color: #8e8e8e;
}

.afhaal_dagen article section p {
  font-size: 1.1em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}

.afhaal_dagen article section p i {
  color: #262626;
}

.afhaal_dag_active h2, .afhaal_dag_active h3, .afhaal_dag_active h4, .afhaal_dag_active p, .afhaal_dag_active p i {
  color: white !important;
}

.afhaal_dag_active {
  background-color: #262626;
}

.afhaal_dag_active:hover {
  background-color: #262626 !important;
}

.afhaal_uren {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 30px .5%;
}

.afhaal_uren article {
  width: 100%;
  border-radius: 5px;
  padding: 25px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border: #ececec 2px solid;
  margin-bottom: 20px;
}

.timeslot-full {
  background-color: #f2f2f2 !important;
}


.timeslot-full span {
  width: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 9px;
  font-weight: 700;
  color: #808080;
  border-radius: 200px;
  border: 2px solid #ececec;
}

.afhaal_uren article h2 {
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.afhaal_uren article h2 i {
  margin-right: 15px;
  color: #262626;
  font-size: 1.2em;
}

.afhaal_uren article a {
  padding: 8px;
  border-radius: 150px;
  font-size: 1em;
  font-weight: 700;
  color: #262626;
  width: 200px;
  border: 2px solid #ececec;
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .3s;
}

.afhaal_uren article a:hover {
  background-color: #262626;
  color: white;
}

.afhaal_uren article a i {
  font-size: 1.4em;
  margin-right: 10px;
}

.selected_hour {
  border: 2px solid #39AC6A !important;
  background-color: #39AC6A;
  color: white !important;
}

/* Einde Afhaalmoment */


/* Gegevens */

.webshop-form {
  width: 100%;
  padding: 0 10px;
}

.webshop-form fieldset>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.webshop-form .field {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.webshop-form .field.textarea {
  width: 100%;
}

.webshop-form .field label {
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  color: #000;
  font-weight: 200;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.webshop-form .field input, .webshop-form .field select, .webshop-form .field textarea {
  width: 100%;
  padding: 10px;
  color: #717171;
  border: none;
  background-color: #f4f4f4;
  font-weight: 200;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
}

.webshop-form .field select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;

}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  font-size: 18px;
  background-color: #262626;
  font-weight: 400;
  color: white;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
}

.webshop-form .selectField {
  width: 100%;
}

.webshop-form .textField, .webshop-form .emailField {
  width: 49%;
}

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

.checkboxField label {
  width: initial !important;
  margin-right: 10px;
}

.checkboxField {
  color: #000;
}

.checkboxField input {
  width: 20px !important;
}

.webshop-form h2 {
  font-weight: 700;
  font-size: 1.3em;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 2px solid #f4f4f4;
  width: 100%;
}

.gegevens_input {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border-top: 2px solid #f4f4f4;
  padding-top: 20px;
}

.gegevens_input label a {
  color: #314983;
}

/* Einde Gegevens */


/* Menu */

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

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

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

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

.menu>nav ul a {
  font-size: 70px;
  font-weight: 200;
  color: #353535;
}

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

/* Einde Menu */


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

.PL_Wrapper h2 {
  color: #353535;
  font-size: 25px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.PL_Wrapper p {
  max-width: 500px;
  font-weight: 200;
  color: #5d5d5d;
  font-size: 17px;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

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

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

.PL_Buttons a:hover {
  background-color: transparent;
  color: #262626;
}

/* Einde Cookie Melding */

/* Home Pagina */

.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;
  border: none;
}

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

.home_banner article {
  position: relative;
}

.home_banner article img {
  max-width: 100%;
  max-height: 100%;
}

.home_banner article>div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 140px);
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.home_banner article>div div {
  max-width: 800px;
}

.home_banner article h2 {
  font-weight: 700;
  line-height: 150%;
  font-size: 3.1em;
  font-family: "Poppins", sans-serif;
  color: white;
  text-shadow: 0px 0px 11px #000000;
}

.home_banner article h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: white;
  text-shadow: 0px 0px 11px #000000;
}

.home_banner article a {

  margin-top: 20px;
  color: white;
  font-size: 20px;
  padding: 12px 30px;
  background-color: #262626;
  border: 2px solid #262626;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  transition: all .3s;
}

.home_banner article a:hover {
  background-color: #000;
  color: #fff;
}


.home_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: space-between;
}

.home_content>div {
  width: 70%;
  height: 70vh;
  background-color: white;
  overflow: hidden;
  transition: all .8s;
  position: relative;
  z-index: 0;
  position: relative;
}

.home_content>div>div {
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  padding: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.home_content article {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, .2);
}

.home_content>div:hover .overlay {
  background-color: rgba(0, 0, 0, .2);
}

.home_content>div:last-of-type {
  transform: skewX(-5deg);
  width: 50%;
  position: absolute;
  right: -250px;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.home_content>div:last-of-type article {
  background-color: rgba(0, 0, 0, .4);
}

.home_content>div:last-of-type>div {
  transform: skewX(5deg);
  margin-left: -50px;
}

.home_content>div:first-of-type:hover+div:last-of-type {
  right: -280px;
}

.home_content>div:last-of-type:hover {
  right: -50px;
}

.home_content h2 {
  width: 100%;
  max-width: 500px;
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}

.home_content h3 {
  font-weight: 400;
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.home_content a {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.home_content button {
  font-weight: 400;
  font-size: 1em;
  color: white;
  background-color: #2EAC65;
  border: none;
  border-radius: 200px;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  z-index: 2;
  position: relative;
}

/* Einde Home Pagina */


/* Trending */

.trending {
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
  padding-top: 40px;
  background-color: #F6F6F6;
}

.trending>h2 {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #262626;
}

.trending>h3 {
  text-align: center;
  width: 100%;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 30px;
}

.trending .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  flex-wrap: wrap;
}

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

.trending .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  margin: 0 5px;
  border-radius: 200px;
  cursor: pointer;
}

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

.trending_slider {
  width: 100%;
  max-width: 1600px;
}

.trending article {
  padding: 0 30px;
}

.trending article>div {
  position: relative;
}

.trending article>div img {
  width: 100%;
}

.trending_content {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  z-index: 3;
  padding: 15px;
}

.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 article h2 {
  font-size: 2em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
  text-align: left;
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}

.trending article h3 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.17);
  width: 100%;
}

.trending article a {
  color: #000;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 13px 30px;
  transition: all .3s;
}

.trending article a:hover {
  background-color: transparent;
  color: #fff;
}

.troeven_items {
  width: 40%;
  margin: auto;
  padding: 40px 0;
}

.troeven_items ul {
  font-size: 1.4em;
  font-weight: 200;
  color: #685b5b;
  line-height: 180%;
  list-style-type: none;
  display: inline-block;
}

.troeven_items li {
  margin-bottom: 15px;
}

.troeven_items i {
  margin-right: 15px;

}


/* Einde Trending */

.instagram {

  padding: 50px 10px;
  margin-top: 50px;
}

.instagram h2 {
  text-align: center;
  color: #262626;
  font-weight: 700;
  font-family: "Poppins", serif;
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
}

.instagram>div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

.instagram img {
  width: 24%;
  margin: 0.5%;
}

.ak {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border: 2px solid #F2F2F2;
  margin-bottom: 30px;
  margin-top: 30px;
}

.ak h2 {
  color: #262626;
  font-size: 2.5em;
  max-width: 600px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.ak h3 {
  font-weight: 700;
  font-size: 2.3em;
  line-height: 150%;
  color: #d8d8d8;
  padding: 10px 0;
}

.ak h3 i {
  font-size: 1.2em;
  margin-right: 10px;
  color: #F1A78F;
}

.ak>div {
  width: 50%;
}

.ak_buttons {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.ak_tekst {
  font-size: 1.2em;
  font-weight: 200;
  color: #6b6b6b;
  line-height: 180%;
}

.ak_tekst ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-top: 10px;
}

.ak_buttons a:first-of-type {
  border: 2px solid #C1A65C;
  color: #C1A65C;
  text-align: center;
  padding: 15px 35px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  margin-right: 15px;
  min-width: 250px;
  transition: all .5s;
}

.ak_buttons a:last-of-type {
  background-color: #262626;
  border: 2px solid #262626;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  transition: all .5s;
}

.ak_buttons a:first-of-type:hover {
  transform: scale(1.05);
}

.ak_buttons a:last-of-type:hover {
  transform: scale(1.05);
}

.ak>div:first-child {
  padding: 50px;
}



.ak_image {
  background-position: center;
  background-size: cover;
}


/* Controleren */

.controleren_content {
  width: calc(100% - 350px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.controleren_content>h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 1.5em;
  color: #262626;
  font-weight: 700;
  font-family: "Poppins", serif;
}

.controle_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  padding: 7px 0;
  font-family: "Poppins", serif;
}

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

.controle_item p {
  font-weight: 200;
  color: #353535;
}

#subm:disabled {
  background-color: #848484;
}

.controle_product {
  width: 49%;
  margin-bottom: 2%;
  border: 2px solid #efefef;
  padding: 10px;
}

.controle_product img {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.controle_product h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 5px;
}

.product_titel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controle_product p {
  line-height: 150%;
  color: #848484;
  margin-bottom: 5px;
  margin-top: 5px;
}

.controle_product p big {
  font-size: 1em;
}

.controle_product p small {
  font-size: .9em;
}

.controle_product p span {
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  color: #262626;
}

.remark_btn {
  background-color: #f9f1df;
  color: #262626;
  padding: 10px;
  border: 0;
  width: 100%;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

.remark_btn.add_btn {
  background-color: #f9f1df;
}

.remark_btn.save_btn {
  display: none;
}

.show-disclaimer {
  cursor: pointer;
}

.remark textarea {
  width: 100%;
  border: 1px solid #39ac6a;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 3px;
}

.remark_holder {
  margin-bottom: 8px;
}

.gekozen_ophaalmoment {
  line-height: 150%;
  color: #353535;
  width: 100%;
  font-size: 1.2em;
}

.gekozen_ophaalmoment span {
  font-weight: 700;
  color: #262626;
}

.gekozen_ophaalmoment small {
  width: 100%;
  font-size: .8em;
  display: inline-block;
}

.gekozen_ophaalmoment p {
  font-size: 18px;
  margin-top: 20px;
}

.date_op {
  font-size: 25px;
  color: #262626;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.date_op i {
  margin-right: 10px;
}

/* Einde Controleren */



/* Tekst Blokken */

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

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

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 25px;
  color: #262626;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.tekst_blokken article div {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 20px;
  margin-bottom: 20px;
}

.tekst_blokken strong, .tekst_blokken b {
  font-weight: bold;
}

/* Einde Tekst Blokken */

/* Vragen */

.vragensplit {
  padding: 50px 10px;
}

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

.vragen {
  width: 68%;
}

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

.vragen article h2 {
  font-weight: 700;
  display: flex;
  font-family: 'Poppins', sans-serif;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 18px;
  color: #262626;
  align-items: center;
  cursor: pointer;
}

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

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

.vragen article div {
  margin-top: 20px;
  color: #353535;
  font-weight: 200;
  font-size: 1.1em;
  line-height: 180%;
  letter-spacing: .5px;
}

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

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

.vragen_form h2 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #262626;
}

.vragen_form input[type=text], .vragen_form input[type=email], .vragen_form textarea {
  padding: 10px;
  color: #818181;
  background-color: #F2F2F2;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  border: none;
  margin-bottom: 15px;
  align-items: center;
  font-size: 1.2em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}

.vragen_form textarea {
  min-height: 100px;
}

.vragen_form input[type=submit] {
  border: none;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 17px;
  background-color: #262626;
  padding: 10px 35px;
}

/* Einde Vragen */

/* Instagram */

.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: 30px;
  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 */


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

#content-container h2 {
  color: #262626;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 10px;
}

#content-container h3 {
  background: #262626;
  color: #fff;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  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;
}

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

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

#content-container a {
  color: #262626;
}

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

#content-container thead {
  background-color: #dbdbdb;
  color: white;
}


#content-container thead th {
  border: 1px solid #dbdbdb;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #dbdbdb;
  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;
}


/* Blog*/

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

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

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

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

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

.blog-item {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-hold a:hover {
  background-color: transparent;
  color: #262626;
}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

.blog-recent h2 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #262626;
}

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

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

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

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

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

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

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

.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #262626;
}

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

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  border: #e4e4e4 2px solid;
  transition: all 1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

/* VACATURES */

.vacatures {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 10px
}

.vacatures .vacature {
  padding: 20px;
  width: 31.33%;
  transition: all 1s;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 13%);
  border-radius: 10px;
  margin: 1%;
  margin-bottom: 30px;
  position: relative;
  background-color: white;
}

.vacatures .vacature_info {
  margin-bottom: 50px;
}

.vacatures .vacature .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.vacatures .vacature:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.vacatures .vacature h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
}

.vacatures .vacature i {
  margin-right: 6px;
}

.vacatures .vacature p {
  color: #4c4c4c;
  line-height: 1.7em;
}

.vacatures .vacature a {
  padding-top: 20px;
  color: #000000;
  display: block;
}

.vacatures .vacature a.goto {
  position: absolute;
  bottom: 20px;
}

.vacatures .vacature a.full {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

/* Detail */

.vacature_row {
  display: flex;
  margin-top: 10px;
  margin-bottom: 50px;
}

.vacature_detail {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.vacature_detail h2 {
  margin-top: 80px;
  margin-bottom: 10px;
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}

.vacature_detail .heading p {
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 40px;
}

.vacature_detail .heading p strong {
  color: #666;
}

.vacature_detail .kwalificaties {
  padding: 30px;
  color: #222;
  line-height: 1.7em;
  /* border-bottom: 2px solid #eee; */
  width: 45%;
  order: 2;
  border-left: 2px solid #EEE;
}

.vacature_detail .kwalificaties strong {
  color: #000;
}

.vacature_detail .kwalificaties h2 {
  margin-top: 0;

}

.vacature_detail .kwalificaties ul {
  width: 100%;
}

.vacature_detail .kwalificaties li {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.vacature_detail .kwalificaties li:not(:last-of-type) {
  margin-bottom: 10px;
}

.vacature_detail .kwalificaties li span:first-of-type {
  width: calc(50% - 15px);
}

.vacature_detail .kwalificaties li span:nth-of-type(2) {
  width: 50%;
}

.vacature_detail .kwalificaties li span i {
  margin-right: 10px;
  background-color: #000;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 200px;
  font-size: 14px;
}

.vacature_detail .inhoud {
  margin-top: 20px;
  padding-right: 30px;
  width: 90%;
}

.vacature_detail .inhoud p {
  padding-bottom: 1em;
  color: #666;
  line-height: 1.7em;
}

.vacature_detail .inhoud a {
  color: #000;
}

.vacature_detail .inhoud p strong {
  color: #666;
}

.vacature_detail .inhoud ul {
  list-style-type: disc;
  padding-bottom: 1em;
  padding-left: 20px;
}

.vacature_detail .inhoud ul li {
  color: #666;
  line-height: 1.7em;
}

/* SOLLICITATIES */
.sollicitatie_formulier {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
}

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

.labelcv {
  border: 2px solid #fff;
  background-color: #fff;
  color: #7f7f7f;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9em;
  width: 100%;
  cursor: pointer;
}

.labelcv i {
  margin-right: 10px;
}

.inputcv {
  display: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7f7f7f;
  background-color: #E8E8E8;
  width: 100%;
  padding: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.inputfile:focus+label,
.inputfile+label:hover {
  background-color: #dedede;
}

.inputfile+label {
  cursor: pointer;
}

.inputfile:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
  pointer-events: none;
}

.sollicitatie_form input[type=text],
.sollicitatie_form input[type=email],
.sollicitatie_form input[type=number] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 8px 0px;
  color: #000;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.sollicitatie_formulier .diensten {
  width: 100%;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 200;
}

.sollicitatie_formulier p label {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 200;
  margin-left: 10px;
}

.sollicitatie_form select {
  width: 48%;
  border: none;
  border-bottom: 2px solid #EEE;
  padding: 8px 0;
  color: #000;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: "Poppins", "sans-serif";
}

.sollicitatie_form input[type=text]:focus,
.sollicitatie_form input[type=email]:focus,
.sollicitatie_form input[type=number]:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.sollicitatie_form textarea {
  border: none;
  width: 100%;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 10px 0px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  height: 100px;
}

.sollicitatie_form textarea:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.sollicitatie_form input[type=submit] {
  border-radius: 200px;
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #000;
  font-weight: 200;
  color: #000;
  font-size: 1.2em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  transition: all .3s;
}

.sollicitatie_form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

.sollicitatie_form input[type=submit]:disabled {
  background: transparent;
  color: #000;
  opacity: 0.3;
}

.sollicitatie_formulier #NaamInput {
  width: 48%;
}

.sollicitatie_formulier #EmailInput {
  width: 100%;
}

/* Media Query's */

@media screen and (max-width: 1500px) {
  .dashboard .db_best {
    width: calc(100% - 470px);
  }

  .controle_product img {
    max-width: 100px;
  }
}

@media screen and (max-width: 1450px) {
  .product {
    width: 31.33%;
  }
}

@media screen and (max-width: 1400px) {
  .instagram_feed .instagram_post {
    width: 270px;
    height: 270px;
  }
}

@media screen and (max-width: 1350px) {
  .afhaal_momenten {
    width: 100%;
  }

  .controleren_content {
    width: 100%;
    padding: 10px;
  }
}

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

  .afhaal_split aside {
    display: none;
  }

  .afhaal_momenten {
    padding: 0 10px;
  }

  .power_titel {
    font-size: 3em;
  }

  .dashboard .db_best {
    width: 100%;
    order: 2;
  }

  .dashboard .db_gebruik {
    max-width: 100%;
    order: 1;
    margin-bottom: 50px;
  }

  .dashboard .best {
    flex-wrap: wrap;
  }

  .menubtn {
    display: block;
  }

  .tohide {
    display: none;
  }

  .ak {
    flex-wrap: wrap;
  }

  .ak_image {
    height: 50vw;
    order: 1;
  }

  .ak>div:first-child {
    order: 2;
    padding: 15px;
  }

  .ak h2 {
    font-size: 1.6em;
  }

  .ak_tekst {
    font-size: 1em;
  }

  .ak>div {
    width: 100%;
  }
}

@media screen and (max-width: 1260px) {
  .instagram_feed .instagram_post {
    width: 260px;
    height: 260px;
  }
}

@media screen and (max-width: 1220px) {
  .instagram_feed .instagram_post {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }

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

  .blog-content-row .tekst-and-image .img {
    margin: 15px auto;
    max-width: 500px;
  }

  .realisatie_content aside {
    width: 100%;
    margin-top: 20px;
  }

  .realisatie_content>div {
    width: 100%;
  }
}

@media screen and (max-width: 1175px) {
  .instagram_feed .instagram_post {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 1100px) {
  .vragen {
    width: 100%;
    margin-bottom: 50px;
  }

  .blokken_titel h2 {
    font-size: 1.7em;
  }

  .blokken_tekst {
    font-size: 1.2em;
  }

  .blokken_content {
    padding: 10px;
  }

  .tekst_blokken article div {
    font-size: 1em;
  }

  .tekst_blokken article h2 {
    font-size: 1.5em;
  }

  .troeven_items {
    width: 60%;
  }
}

@media screen and (max-width: 1070px) {
  .product {
    width: 48%;
  }

  .afhaal_dagen article section p {
    margin-top: 20px;
    font-size: .9em;
  }

  .afhaal_dagen article section>div {
    position: relative;
    padding-top: 20px;
  }

  .afhaal_dagen article section:after {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1080px) {
  .home_content {
    flex-wrap: wrap;
  }

  .home_content>div {
    width: 100%;
    height: auto;
  }

  .home_content>div:last-of-type {
    transform: none;
    position: relative;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
  }

  .home_content>div>div {
    height: 100%;
    padding: 20px;
  }

  .home_content>div:last-of-type>div {
    margin-left: 0;
    transform: none;
  }

  .home_content>div:first-of-type:hover+div:last-of-type {
    right: initial;
  }

  .home_content>div:last-of-type:hover {
    right: initial;
  }

  .home_content h2 {
    font-size: 2.5em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  }

  .home_content h3 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  }
}

@media screen and (max-width: 1050px) {
  .vragen_form {
    width: 100%;
  }

  .contact_form_holder>div>div {
    display: none;
  }

  .contact_form, .complaint_form {
    width: 100%;
    margin-right: 0;
  }

  .contact_form input[type=submit] {
    width: 100%;
  }

  .contact_aandachtskader {
    margin: 0 2%;
    width: 96%;
  }

  .instagram_feed .instagram_post {
    width: 200px;
    height: 200px;
  }

  /* Vacatures */
  .vacature_detail .heading {
    padding-left: 30px;
  }

  .vacature_row {
    flex-direction: column;
  }

  .vacature_detail .kwalificaties {
    width: 100%;
    order: 1;
  }

  .vacature_detail .inhoud {
    width: 100%;
    padding-left: 30px;
    order: 2;
  }

  .sollicitatie_formulier #NaamInput, .sollicitatie_formulier select {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .product_header_image {
    width: 100%;
  }

  .product_header_content {
    width: 100%;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .blog-aside {
    order: 2;
    width: 100%;
    margin-right: 0;
  }

  .blog-main {
    width: 100%;
    padding: 10px;
  }

  .row-block .extra {
    padding: 10px;
  }

  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

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

  .blog-recent .blog-item {
    width: 45%;
  }
}

@media screen and (max-width: 970px) {
  .instagram_feed {
    justify-content: center;
    max-width: 90%;
  }

  .instagram_feed .instagram_post {
    width: 300px;
    height: 300px;
    margin: 1%;
  }

  .power_titel {
    font-size: 2em;
  }

  .shopping_cart article:first-of-type {
    display: none;
  }

  .shopping_cart article {
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .shopping_cart article h2 {
    text-align: center;
  }

  .shopping_cart article h3 {
    text-align: center;
  }

  .shopping_cart article .main {
    width: 100%;
  }

  .shopping_cart .sub_article {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .sub_article .aantal {
    padding: 20px 0;
  }

  .sub_article .price {
    padding: 20px 0;
  }

  .sub_article .actions {
    border-left: none;
    padding-left: 0;
  }

  .aanbod_pagina aside {
    width: 300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .blog-main .c {
    font-size: 1em;
  }

  .realisatie_tekst {
    font-size: 15px;
  }

  .realisatie_content>div h1 {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .realisatie_content>div h2 {
    font-size: 15px;
  }

  .troeven_items {
    width: 80%;
  }

  .troeven_items ul {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 850px) {
  .blokken article>img {
    width: 100%;
  }

  .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken article {
    padding-bottom: 30px;
  }

  .blokken article:nth-child(odd) img {
    order: 1;
  }

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

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

  .contact_aandachtskader {
    padding: 25px 10px;
  }

  .contact_aandachtskader p {
    font-size: 1.1em;
  }

  .instagram>div {
    flex-wrap: wrap;
  }

  .instagram img {
    width: 49%;
  }

  .home_banner article>div div {
    display: none;
  }

  .vacatures .vacature {
    width: 48%;
  }
}

@media screen and (max-width: 800px) {
  .instagram_feed .instagram_post {
    width: 280px;
    height: 280px;
  }

  .tekst_blokken article {
    width: 100%;
    margin: 20px 0;
  }

  .tekst_blokken article h2 {
    line-height: 150%;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .tekst_blokken article div {
    text-align: center;
  }

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

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

  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
    margin-bottom: 2%;
  }

  .blog-content-row .multi-img-holder.three>*:last-child {
    display: none;
  }

  .aanbod_pagina {
    flex-wrap: wrap;
  }

  .aanbod_pagina aside {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .aanbod_filter {
    display: none;
  }

  .trending {
    padding: 30px 10px;
  }

  .dashboard .bestellingen .controleren_content>div {
    width: 100%;
  }

  .dashboard .box {
    padding: 10px;
  }

  .controleren_content {
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .instagram_feed .instagram_post {
    width: 260px;
    height: 260px;
  }

  .menu>nav ul a {
    font-size: 40px;
  }

  .progressbar li {
    font-size: .9em;
  }

  .webshop-form .textField, .webshop-form .emailField {
    width: 100%;
  }

  .controle_product {
    width: 100%;
  }

  .vragen article h2 {
    font-size: 1em;
  }

  .vragen article div {
    font-size: .9em;
  }

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

@media screen and (max-width: 700px) {
  .contact_info>div {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_info h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .contact_info .openingsuren {
    padding-top: 0;
  }

  .days-openings {
    margin-top: 10px;
  }

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

  .troeven_items {
    width: 90%;
  }

  .troeven_items ul {
    font-size: 1.1em;
  }

  .instagram_feed .instagram_post {
    width: 240px;
    height: 240px;
  }
}

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

@media screen and (max-width: 650px) {
  .home_banner {
    width: 95%;
    margin: auto;
  }

  .home_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .instagram_feed .instagram_post {
    width: 200px;
    height: 200px;
  }

  .gegevens {
    padding: 20px 10px;
    flex-wrap: wrap;
  }

  .gegevens>div {
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .res-nav {
    width: 100%;
    right: -650px;
  }

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

@media screen and (max-width: 600px) {
  .instagram_feed {
    max-width: 100%;
  }

  .instagram_feed .instagram_post {
    width: 180px;
    height: 180px;
  }

  .openingsuren .days-openings>* {
    width: 50%;
    text-align: center;
  }

  .openingsuren .days-openings>* p {
    text-align: center;
  }

  .openingsuren .days-openings br {
    display: block !important;
  }

  .openingsuren .days-openings> :nth-child(n+3) {
    margin-top: 15px;
  }

  .PL_Wrapper {
    right: 10px;
  }

  .logo {
    width: 200px;
  }

  .menu_button {
    top: 13px;
    right: 15px;
  }

  .page_header>h1 {
    font-size: 30px;
  }

  .page_header_tekst {
    font-size: 1.2em;
  }

  .blog-more-nav-btn {
    display: block;
  }

  .blog-more-nav {
    display: none;
  }

  .realisatie_images article {
    width: 48%;
    margin: 1%;
  }

  .vacatures .vacature {
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .PL_Wrapper {
    right: 10px;
  }

  .product button {
    width: 190px;
  }

  .product .aantal input {
    width: 97px;
  }

  .product .eenheid select {
    width: 190px;
  }
}

@media screen and (max-width: 550px) {
  .diensten_item h2 {
    font-size: 1em;
    font-weight: 500;
    padding: 20px;
  }
}

@media screen and (max-width: 530px) {

  .instagram_feed .instagram_post {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .product {
    width: 98%;
  }

  .product .eenheid select {
    width: 100%;
    max-width: 100%;
  }

  .product .aantal {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .product .aantal input {
    width: 100%;
  }

  .product button {
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-bottom: 10px;
  }

  .product_titel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 465px) {
  .instagram_feed {
    justify-content: center;
  }

  .instagram_feed .instagram_post {
    width: 150px;
    height: 150px;
    margin: 5px;
  }

  .diensten_item h2 {
    font-size: .9em;
    padding: 10px;
    font-weight: 500;
  }
}

@media screen and (max-width: 450px) {
  .vacature_detail .heading {
    padding-left: 10px;
  }
  .vacature_detail .kwalificaties {
    padding: 30px 10px;
  }
  .vacature_detail h2 {
    font-size: 25px;
  }
  .vacature_detail .inhoud {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 415px) {
  .instagram_feed .instagram_post {
    width: 130px;
    height: 130px;
    margin: 5px;
  }
}

@media screen and (max-width: 400px) {
  .row-block.extra {
    display: none;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 380px) {
  .instagram_feed .instagram_post {
    width: 100px;
    height: 100px;
    margin: 5px;
    padding: 0;
  }
}