/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
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;
}

body {
  color: rgb(32,32,32);
  line-height: 150%;
  font-size: 1.15em;
  font-family: 'Poppins', sans-serif;
  background-color: #fefefe;
}


/* Datepicker */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 48% !important;
  margin: 1% !important;
}

.ui-datepicker .ui-datepicker-title select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  font-family: effra, sans-serif;
  padding: 5px;
  cursor: pointer;
  color: #252525;
}

.ui-datepicker td {
  width: 14.28%;
}

.ui-datepicker th {
  font-family: effra, sans-serif;
  font-weight: 200;
}

.ui-widget-header {
  background-color: #F5F5F5 !important;
  border: none !important;
  border-radius: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #252525 !important;
  font-family: effra, sans-serif;
  background-color: #fff !important;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  color: #252525 !important;
  font-family: effra, sans-serif;
  background-color: #fff !important;
  text-align: center;
  border: 1px solid #30487E !important;
}

/* Einde Datepicker */

/* Dialog Box */

.modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

.modal-content {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  border-radius: 0;
  border: 2px solid #f0f0f0;
}

.bootbox-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-size: 20px;
  color: #1C1B1B;
  width: 100%;
}

.modal-footer .btn {
  padding: 15px 30px;
  background-color: #A6CE38;
  color: white;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  border: 1px solid #A6CE38;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
  margin: 1% !important;
  border-radius: 0 !important;
}

.modal-footer .btn:hover,
.modal-footer .btn:focus {
  background-color: #A6CE38;
  border: 1px solid #A6CE38;
  box-shadow: none;
}

/* Einde Dialog Box */

.page {
  position: relative;
  left: 0px;
  transition: left .45s;
}
.page>.after {  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0);
  content: "";
  transition: background-color 0.45s ease-in;
}
.page>.after.fade {
 background-color: rgba(0,0,0,0.5);
 transition: background-color 0.45s ease-out;
 z-index: 10;
}

.item {
  position: relative;
}
.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.imgoverlay {
  overflow:hidden;
  padding: 1px;
  border: 1px solid #231f20;
}
.imgoverlay img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.imgoverlay:hover img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);
}
.imgoverlay:hover {
  border: 1px solid rgb(211,113,25);
}
.cnt {
  text-align: center;
}
.titlebox {
  position: relative;
  height: 100px;
}

.content {
  max-width: 1150px;
  margin: 0 auto;
}

.bordertop {
  border-top: 1px solid rgb(211,211,211);
}
.toporange {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(211,113,25);
}

.toporange > div {
  width: 100%;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.toporange > div a {
  font-size: 15px;
  color: #fff;
}

.toporange > div a i {
  font-size: 18px;
  margin-right: 5px;
}

.toporange .shoppingcart {
  position: relative;
  border-left: #e18f45 2px solid;
  padding-left: 20px;
  margin-left: 20px;
}

.toporange .shoppingcart .amount {
  position: absolute;
  left: 30px;
  bottom: -4px;
  background-color: #462F2C;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 0;
  padding-right: 1px;
  font-size: 14px;
}

/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}

.c p:first-child {
  margin-top: 0;
}
.c p:last-child {
  margin-bottom: 0;
}
.c h2 {
  font-size: 1.4em;
  margin-top: 1.4em;
  color: rgb(70,47,44);
  font-weight: bold;
}
#klant .c ul {
  list-style-image: url('/images/listico.jpg');
}
#klant .c li a {
  position: relative;
  top: 1px;
}




/* 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-weight: 700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

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

.PL_Buttons a {
  padding: 15px;
  background-color: #d37119;
  border: 1px solid #d37119;
  color: #fff;
  width: 48%;
  font-size: 1.2em;
  font-weight: 200;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #d37119; 
}
/* Einde Cookie Melding */


/* Login */

.login {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100vh;
}

.loginpart {
  width: 100%;
  max-width: 500px;
  background-color: white;
  border-right: 2px solid #F5F5F5;
  z-index: 1;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.loginpart img {
  width: 100%;
  max-width: 150px;
}

.loginpart form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 90%;
}

.loginpart form h2 {
  font-size: 20px;
  color: #D37119;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.loginpart form h3 {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.spcc {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.loginpart form input[type=email], .loginpart form input[type=password] {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.loginpart form input[type=submit] {
  background-color: #A6CE38;
  border-radius: 4px;
  border: 2px solid #A6CE38;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  transition: all .3s;
  margin: 0 !important;
  height: initial !important;
  display: inline-block;
  line-height: initial !important;
}

.loginpart form input[type=submit]:hover {
  background-color: #fff;
  color: #A6CE38;
}

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

.loginpart form div a {
  font-size: 15px;
  font-weight: 700;
  color: #d1d1d1;
}

.loginpart form div.link-options {
  display: block;
}
.loginpart form div.link-options a:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.logincontent {
  width: 100%;
  background-color: white;
  background-image: url(/images/login.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forgot_pass {
  color: #7d7d7d;
  font-weight: 700;
  font-size: .9em;
  cursor: pointer;
}
/* Einde Login */


/* Dashboard */
.dashboardholder {
  background-color: #F9F9F9;
  padding-top: 70px;
}

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

.dashboard_bestellingen {
  width: calc(100% - 450px);
  margin-left: 50px;
} 

.dashboard_bestellingen article {
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
}

.lessinfo,
.moreinfo {
  cursor: pointer;
}

.dashboard_bestellingen article h2 {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}

.dashboard_bestellingen article h3 {
  font-size: 16px;
  font-weight: 200;
  margin-top: 3px;
  color: #888888;
}

.dashboard_bestellingen article table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ececec;
}

.dashboard_bestellingen article table thead {
  background-color: #ececec;
  padding: 10px;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}

.dashboard_bestellingen article table thead th {
  padding: 10px;
  text-align: left;
}

.dashboard_bestellingen article table tbody td {
  padding: 10px;
  font-weight: 200;
  font-size: 16px;
}

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

.dashboard_bestellingen article .methode {
  width: 50%;
  padding-top: 15px;

}

.dashboard_bestellingen article .methode h3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #616161;
  margin-bottom: 15px;
}

.dashboard_bestellingen article .methode h3 div {
  font-weight: 700;
  width: 180px;
}

.dashboard_bestellingen article .financial {
  width: 50%;
}


.dashboard_bestellingen > h2 {
  font-size: 25px;
  font-weight: 700;
  color: #A6CE38;
  margin-bottom: 20px;
}

.dashboard aside {
  width: 400px;
  padding: 15px;
  padding-bottom: 25px;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  background-color: white;
}


.dashboard aside h2 {
  font-size: 25px;
  font-weight: 700;
  color: #A6CE38;
  padding: 20px 20px;
  padding-bottom: 5px;
}

.dashboard aside h3 {
  font-size: 14px;
  font-weight: 200;
  color: #252525;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 20px;
  margin-bottom: 20px;
  border-bottom: #e8e8e8 1px solid;
}

.dashboard .menuitem {
  border-left: 3px solid white;
  padding: 5px 15px;
  margin: 5px 0;
  width: 100%;
  display: inline-block;
  color: #252525;
  cursor: pointer;
}

.dashboard .menuitem i {
  width: 30px;
}

.dashboard .menuitem.active {
  border-left: 3px solid #A6CE38;
}

.form_holder_edit,
.password_holder,
.tegoeden_holder {
  width: calc(100% - 450px);
  margin-left: 50px;
}

.form_holder_edit > h2,
.password_holder > h2,
.tegoeden_holder > h2 {
  font-size: 25px;
  font-weight: 700;
  color: #A6CE38;
  margin-bottom: 20px;
}

.dashboard aside div > a {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #f1f8fd;
  padding: 15px;
  color: #252525;
  border-radius: 4px;
}


.dashboard aside .full_width_input label,
.dashboard aside .half_width_input label,
.dashboard aside .two_thirds_width_input label,
.dashboard aside .third_width_input label {
  margin-bottom: 5px;
  font-weight: 200;
  display: inline-block;
  color: #717171;
}

.tegoeden {
  width: 100%;
  font-size: 15px;
}

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

.tegoeden_stats article {
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  width: 49%;
  margin-bottom: 2%;
}

.tegoeden_stats article h2 {
  font-size: 18px;
  font-weight: 700;
  color: #A6CE38;
}

.tegoeden_stats article p {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  color: #353535;
}

.tegoeden_table {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
}

.tegoeden .ca_table {
  width: 100%;
}

.tegoeden .ca_table th {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  padding: 7px;
}

.tegoeden tbody tr {
  border-bottom: 2px dashed #f6f6f6;
}

.tegoeden .ca_table td {
  font-size: 16px;
  font-weight: 200;
  color: #7b7b7b;
  padding: 7px;

}

.history_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;  
}
.history_row div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.history_row i {
  color: #629a63;
  margin-right: 25px;
  font-size: 20px;
}

.history_row p {
  margin-bottom: 0;
}

.history {
  margin-bottom: 0;
  cursor: pointer;
}

.noggeenbestellingen {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.noggeenbestellingen p {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}

.noggeenbestellingen a {
  padding: 8px 30px;
  display: inline-block;
  background-color: #A6CE38;
  color: white;
  font-size: 17px;
  font-weight: 200;
}

/* Einde Dashboard */

.inloggen_gegevens {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
}

.inloggen_gegevens h2 {
  font-size: 25px;
  font-weight: 700;
  color: #462F2C;
  margin-bottom: 15px;
}

.inloggen_gegevens a:first-of-type {
  padding: 5px 30px;
  display: inline-block;
  background-color: #EE7100;
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
}

.inloggen_gegevens a:last-of-type {
  color: #6d6d6d;
  font-weight: 200;
  font-size: 14px;
}

/* Registreren */

.register_page {
  position: relative;
  overflow: hidden;
}

.register_page::after {
  width: 65%;
  background-image: url(/images/login.jpg);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.register_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.register_form {
  max-width: 600px;
  padding: 150px 10px 150px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: #E1E1E1 1px solid;
  background-color: #fff;
}

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

.register_form_uitleg h1 {
  font-size: 28px;
  font-weight: 700;
  text-align-last: left;
  font-family: 'Poppins', serif;
  color: #A6CE38;
  margin-bottom: 15px;
  width: 100%;
}

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

.register_form_devid a {
  color: #9f9f9f;
  font-size: 17px;
  font-weight: 200;
}

.register_form_devid input[type=submit] {
  padding: 8px 40px;
  height: initial !important;
  margin: 0 !important;
  background-color: #A6CE38;
  border-radius: 4px;
  color: white;
  font-family: 'Poppins', serif;
  border: none;
  font-size: 18px;
  font-weight: 200;
  width: 200px;
}

.register_form_uitleg p {
  text-align: center;
  max-width: 200px;
  font-size: 16px;
  color: #252525;
  line-height: 150%;
  margin-bottom: 25px;
}


.register_form .field {
  position: relative;
  margin-bottom: 15px;
}


.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password] {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
}

.register_form .field label {
  position: absolute;
  left: 13px;
  top: 12px;
  font-size: 14px;
  transition: all .2s;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}



.register_form .floatlabel label {
  top: 0px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}


.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus {
  border: #D37119 1px solid;
}

.full_width_input {
  width: 100%;
}

.half_width_input {
  width: 49%;
}

.third_width_input {
  width: 32.33%;
}

.two_thirds_width_input {
  width: 65.66%;
}


/* Einde Registreren */


/* NEW COOKIE END */

/* COOKIE MELDING oud
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
 }*/

 /*======einde algemeen=====*/
 /*====Start Header====*/
 header {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  z-index: 11;
  height: 0px;
}
/*
header.scrolling {
  top: 0;
  height: 0px; 
}
*/
header.active {
  background-color: rgb(70,47,44);;
}
#logo {
  width: 130px;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 11;
  background-color: rgb(70,47,44);;  
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translateX(-140%);
  transform: translateX(-140%);
  /*height: 150px;
  background-color: rgba(255,255,255,0.6);*/
}
#logo.noblue {
  background-color: transparent;
  padding-top: 0;
  width: 130px;
}
#logo.pageready {
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#logo img {
  width: 130px;
  display: block;
  margin: 0 auto;
  z-index: 11;
  padding:18.605px 0;
  position: relative;
  left: 2.5px;
  -webkit-transition: all 0.5s ease-in; 
  -moz-transition: all 0.5s ease-in; 
  transition: all 0.5s ease-in; 
}
#logo.noblue img {
  width: 130px;
  padding: 0;
} 
header #logo.home {
  display: none;
}

/*
header.scrolling2 #logo.home {
  display: block;
}
header.scrolling #logo {
  height: auto;
  width: 110px;
  padding-right: 5px;
  top: 0px;
}
header.scrolling #logo img {
  width: 110px;
  padding-top: 18px;
}
*/

.headerloc {
  position: absolute;
  top: 25px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}



#menubutton {
  height: 45px;  
  padding:15px;
  z-index: 11;
  background-color: rgb(70,47,44);;
  cursor: pointer;

  transition: -moz-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -moz-transform: translateX(160%);
  -webkit-transform: translateX(160%);
  transform: translateX(200%);  
  display: block !important;
}
#menubutton.pageready {  
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#menubutton.menubtn {
  transition: right .45s;
  transition-delay: 0s;
}
#menubutton .label {  
  line-height: 16px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: white;
  position: relative;
  bottom: 6px;
  margin-left: 5px;  
}
#menubutton .icon {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: -4px;
}
#menubutton span, #menubutton span:before, #menubutton span:after {
  width: 100%;
  height: 2px;
  border-top: 2px solid #fefefe;
  margin-bottom: 3px;
  display: block;
  content: "";
  transition-duration: 0.3s, 0.3s; 
}
#menubutton span {
  height: 16px;
  border-top: 0;
  border-bottom: 2px solid #fefefe;  
  margin-bottom: 0;
}
#menubutton.active span {
  border-bottom: 0;
}
#menubutton.active span:after, #menubutton.active span:before {
  position: absolute;
  width: 20px; 
  color: #fefefe;
}
#menubutton.active span:after {
  top: 50%;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#menubutton.active span:before {
  top: 50%;
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#menubutton.active {
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  top: 15.5px;
}
#menubutton.scrolling.active {
  top: 15.5px;
}
#menubutton.active .label {
  display: none;
}
#menubutton.active .icon {
  top: 0;
}

nav {
  position: fixed;
  z-index: 100;
  background-color: rgb(70,47,44);;  
  top: 0px;
  right: 0px;
  width: 350px;
  bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 50px;
  background-repeat: no-repeat;
  transition: right .45s;
  right: -350px;
  overflow-y: auto;
}
nav>a:first-child {
  margin-top: 5px;
}
nav a {
  font-size: 1.4em;
  font-weight: 300;
  color:#fefefe;
  width: 100%;
  text-align: left;
  display: block;  
  padding:13px;
  color:rgba(254,254,254,0.6);
  margin-bottom: 5px;
  padding-left: 45px;
  position: relative;
}
nav a img {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 25px;
  margin-top: -10.2px;
  display: none;
}
nav a.active img, nav a:hover img {
  display: block;
}
nav a.grauw {
  font-size: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav a.active, nav a:hover {
  color: #fefefe;
}
nav .language:after {
  display: block;
  clear: both;
  content: "";
}
nav .language {
  width: 100%;
  display: block;
}
nav .language a {
  padding:0;
  line-height: 80px;
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  height: 80px;
  width: 80px;
  font-size: 1.5em;
}
nav .language a:hover {
  color: rgb(70,47,44);;
  background-color: #fefefe;
}
nav .extra a {    
  display: inline-block;
  font-size: 80%;
  width: auto;
}
nav .extra {
  text-align: right;
}
nav.scrolling {
  padding-top: 0;
}
nav .bottom a {
  font-size: 1em;
  text-align: center;
  padding:0;
  color: #fefefe;
  margin-bottom: 0;
}
nav .bottom {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fefefe;
  font-size: 0.65em;
  background-color:#31201E; 
}
nav .bottom > * {
  text-align: center;
  display: inline-block;
  width: 50%;
}
nav .bottom .left {
  border-right: 1px solid #fefefe;
}
/*====Einde Header====*/
/*====Start Styles====*/
.backblack:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.cont1 {
  max-width: 900px;
  text-align: center;
  margin:0 auto;
}
.cont2 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  border-top: 1px solid #ededed;
}
.cont2 .img img {
  width: 100%;
}
.cont2.reverse {
  text-align: right;
}
.cont2.reverse .line2 {
  display: inline-block;
}
.cont2:after {
  display: block;
  clear: both;
  content: "";
}
.cont2>*{
  width: 50%;
  float: left;
}
.cont2 .content {
  padding: 200px 100px;
  position: relative;
  padding-bottom: 28.125%;
  padding-top: 0;
}
.cont2 .vertcent {
  left: 100px;
  right: 100px;
}
.cont2 .content.medium {
  padding:100px 75px;
}

.cont2 .img {
  background-image: url('/images/placeholder.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom:28.125%;
}
.content2 {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
.cont3 {
  max-width: 1150px;
  text-align: center;
  margin:0 auto;
}
.cont3:after {
  display: block;
  clear: both;
  content: "";
}
.cont4 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.cont4:after {
  display: block;
  clear: both;
  content: "";
}
.cont4>*{
  width: 31%;
  float: left;
  text-align: center; 
}
.cont4>*:first-child, .cont4>*:nth-child(2) {
  margin-right: 3.5%;
}
.cont4 .font10 {
  text-align: center;
  width: 100%;
}
.cont4 .font10 > h1 {
  text-align: center !important;
}
.cont5 {
  width: 80%;
  margin: 0 auto;
}
.cont5.feco {
  width: 100%;
  background-color: white;
  text-align: center;
}
.cont6 {
  width: 100%;  
  margin: 0 auto;
}
.cont6:after {
  display: block;
  clear: both;
  content: "";
}
.cont6>*{
  width: 49.5%;
  float: left;
}
.cont6>*:first-child {
  margin-right: 1%;
}
.cont7 {
  width: 100%;
  padding:60px 0;  
}
.cont7 .subrow:first-child {
  border-top: 1px solid #ededed;
}
.cont7 {
  width: 100%;
  text-align: left;
  margin: 0 auto;  
  border-bottom: 1px solid #ededed;
  padding-bottom: 0;
}
.cont7.reverse {
  text-align: right;
}
.cont7.reverse .line2 {
  display: inline-block;
}
.cont7:after {
  display: block;
  clear: both;
  content: "";
}
.cont7 .subrow:after {
  display: block;
  clear: both;
  content: "";
}
.cont7 .img img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
}
.cont7 .top {
  width: 85%;
  margin: 0 auto;
  background-color:#b92739;
}
.cont7 .top img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.cont7 .subrow>*{
  width: 50%;
  float: left;
  padding-bottom: 28.125%;
}
.cont7 .subrow.reverse>* {
  float: right;
}
.cont7 .content {
  background-color: #ededed;
  position: relative;
}
.cont7 .content .cnt {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 75%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.cont7 .subrow.reverse .content .cnt {
  right: auto;
  left: 60px;
}
.cont7 .content .cnt * {
  text-align: right;
}
.cont7 .content .cnt .font6 {
  font-size: 2.3em;  
}
.cont7 .content .cnt .font6 span {
  font-size: 60%;
  position: relative;
  bottom: 10px;
}
.cont7 .content .cnt .font3 {
  font-size: 130%;
}
.cont7 .subrow.reverse .content .cnt * {
  text-align: left;
}
.cont7 .img {
 position: relative;
}
.cont7 .knikje {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cont8 {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
.placeholder {  
 background-image: url('/images/placeholder.png');
 position: relative;
}
.cont6 .placeholder {
  padding-bottom: 33%;
}
.placeholder h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: yellow;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 140%;
  padding:0 10px;
}

.c h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-weight: 700px;
  font-size: 1.4em;
  text-transform: uppercase;
  color: rgb(70,47,44);
}


.font1 {
  font-size: 2.8em; 
  margin-bottom: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
}
.font2 {
  font-weight: 800;
  font-size: 120%; 
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1;
}
.font2 img {
  max-width: 100%;
}
.font3 {
  font-size: 17px;
  line-height: 180%;
  font-weight:200;
}
.font4 {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 5px;
  color: black;
  line-height: 1;
  color: rgb(70,47,44);;
}
.font4 img {
  max-width: 100%;
  margin-bottom: 10px;
}
.font5 {
  font-size: 24px;
  line-height: 1;  
  font-weight: 300; 
  color: black;
}
.font6 {
  font-size: 24px;  
  margin-bottom: 20px;
  font-weight: 700;
  font-style: italic; 
  line-height: 125%;
  color: rgb(70,47,44);;
}
.font7 {
  font-size: 80%;
  font-weight: 300;
}
.font8 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1;
}
.font9 {
  text-transform: uppercase;
  font-size: 1.2em;  
  text-align: left; 
}
.font9 span {
  font-weight: bold;
}
.font10 {
  text-align: left; 
  display: inline-block;         
}
.font10>h1 {
  display: inline-block;
  font-size: 1.4em;  
  text-transform: uppercase;
  text-align: left !important;
}
.font10>span {
  font-weight: bold;
  position: relative;
  bottom: 0.5px;
  line-height: 100%;
  display: inline-block;
  margin-right: 10px;
  font-size: 3.2em;
  margin-top: -32px;
}
.font11 {
  font-size: 0.9em;
  color: rgba(0,0,0,0.75);
  text-align: center;
  text-align: left;
}
.font12 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 40px;
}

.line {  
  width: 80px;  
  margin:40px auto;
}
.splash .line {
  margin-top: 60px;
  margin-bottom: 60px;
}
.line3 {
  height: 2.5px;
  margin: 20px 0;
  border-top: 2.5px solid #fefefe;
  width: 25px;
}
.line2 {
  margin:20px 0;
  width: 50px;
  height: 2px;
  background-color: rgb(211,113,25);
}
.line2 img {
  display: none;
}
.btn {
  display: inline-block;
  font-weight: bold;  
  padding:0.5em 1em;
  border: 1px solid rgb(70,47,44);;
  color:rgb(70,47,44);;
  box-shadow: inset 0 0 0 0 rgb(70,47,44);;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin: 80px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
}
.btn:hover {
  box-shadow: inset 600px 0 0 0 rgb(70,47,44);;
  color: #fefefe !important;
}
.btn.black {
  color:black;
  border: 1px solid black;
  box-shadow: inset 0 0 0 0 black;
}
.btn.black:hover {
  box-shadow: inset 300px 0 0 0 black;
  color: #fefefe;
}
.octobtn {
  line-height: 35px;
  position: relative;
  background-color: #d37119;
  color: #fefefe;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding:0 0.5em;
}
.octobtn:before {
  position: absolute;
  content: "";
  left: -13.3px;
  top: 0;
  bottom: 0;
  width: 13.3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/octoknop.png');
}
.octobtn:after {
  position: absolute;
  content: "";
  right: -13.3px;
  top: 0;
  bottom: 0;
  width: 13.3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/octoknop2.png');
}
.octobtn:hover {
  text-decoration: underline;
}
.meer {
  font-weight: bold;
  color: rgb(70,47,44);
  padding-top: 10px;
  text-transform: uppercase;
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  left: 70px;
  text-align: left;
}
.meer:hover {
  color: rgb(211,113,25);
}
.margin {
  margin-left: 40px;
}
.box1 {
  position: relative;
  padding-left: 70px;
  text-align: left;
  padding-bottom: 10px;
}
.box1 > img {
  position: absolute;
  top: 0;
  left: 30px;  
}
.box2 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s ease-in-out;  
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
.box2 img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.box3 {
  width: 49%;
  margin-right: 2%;
  position: relative;
  color: rgb(70,47,44);
  padding:15px;
  float: left;
  min-height: 455px;
}
.box3:nth-child(2n-1) {
  text-align: left;
}
.box3:nth-child(2n) {
  margin-right: 0;
  text-align: right;
}
.box3 .top1, .box3 .top2, .box3 .bottom1, .box3 .bottom2 {
  position: absolute;
  width: 47px;
  height: 47px;
}
.box3 .top1 {
  background-image: url('/images/accolade.png');
}
.box3 .top2 {
  background-image: url('/images/accolade2.png');
}
.box3 .bottom1 {
  background-image: url('/images/accolade4.png');
}
.box3 .bottom2 {
  background-image: url('/images/accolade3.png');
}
.box3 .top1, .box3 .top2 {
  top: 0;
  /*border-top: 6px solid rgb(70,47,44)*/
}
.box3 .bottom1, .box3 .bottom2 {
  bottom: 0;
  /*border-bottom: 6px solid rgb(70,47,44);*/
}
.box3 .top1, .box3 .bottom1 {
  left: 0;
  /*border-left: 6px solid rgb(70,47,44);*/
}
.box3 .top2, .box3 .bottom2 {
  right: 0;
  /*border-right: 6px solid rgb(70,47,44);*/
}
.bluezone {
  background-color: rgba(211,113,25, 0.2);
}
.afb img {
  width: 100%;
}
.box3 .afb {
  margin-bottom: 20px;
  position: relative;
}
.box3 .font12 {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding:0.5em 1em;
  background-color: rgba(255,255,255,0.6);
  margin-bottom: 0;
  min-height: 0px;
  font-size: 1.67em;
}
.box3:hover .font12 {
  color: rgb(70,47,44);
}
.box3 .innerbox {
  padding:15px;
}
/*====End Styles===*/
/*====Start Splash====*/
.splash {  
  background-image: url('/images/bg.jpg');
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  position: relative;
  color: #fefefe;
  background-color: white;
  height: 500px;
}
/*.splash:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;  
  background-color: rgba(0,0,0,0);
  content: "";
  background-image: url('/images/overlay_intro.png');
  }*/
  .splash .img {
    padding-top: 350px;
  }
  .splash .img img {
    width: 850px;
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }

  .splash.home2:after {
    display: none;
  }
  .splash.home2 {
    color: rgb(23,23,23);
  }
  .splash.home2 .font2 img {
    display: none;
  }
  .splash.home2 .font2 img.dn {
    display: inline-block;
  }
  .splash .text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .splash .krachtlijn {
    padding:20px 10px 5px 10px;
    background-color: rgba(255,255,255,0.6);
  }
  .krachtlijn p {
    display: block;
    margin:0 auto;
    width: 85%;
    max-width: 500px;
    background-color: rgb(238,113,0);
    color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding:10px 0;
  }
  .krachtlijn img {
    width: 75%;
    max-width: 500px;
    display: block;
    margin:25px auto;
  }

  .krachtlijn2 {
    position: absolute;
    bottom: 60px;
    left: 40px;
    max-width: calc(100% - 80px);
    font-size: 140%;
  }

  .krachtlijn2 h1 {
    background-color: rgb(238,113,0);
    color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25em;
    padding:10px;
    margin-bottom: 20px;
  }
  .krachtlijn2 h2 {
    background-color: rgba(255,255,255,0.7);
    color: rgb(70,47,44);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding:10px;
  }
  .krachtlijn2 h1:last-child {
    margin-bottom: 0;
  }

  .cb {
    clear: both;
    content: "";
    height: 1px;
  }
  .splashscroll {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
    cursor: pointer;
  }
  /*====Einde Splash===*/

  /*===Content rows===*/
  .main {
    padding-top: 30px;
  }
  .row {
    margin-top: 30px;
    margin-bottom: 30px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s linear;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  .row.appear {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .row.static {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .cta {
    border:3px solid rgb(70,47,44);;
    width: 65%;
    padding:40px;
    margin: 100px auto;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    color:rgb(70,47,44);;
    font-size: 120%;
    padding-bottom: 0;
  }
  .cta img {
    margin: 0 auto;
    position: relative;
    bottom: -5px;
    z-index: -1;
  }
  /*===Einde content rows===*/
  /*===Footer start===*/
  /*Prefooter*/
  #meerimages
  {
    position: relative; 
    font-size: 0px;
    height: 168px;
    overflow: hidden;
  }
  #meerimages img {
    width: 300px;
    padding:0 1px;
  }
  #meerimages div
  {
    position: relative;  
    width: 3000px;
  }
  .footermar {
    margin-bottom: 100px;
  }
  /*Prefooter einde*/
  footer {
    background-color: #B6C930;
    padding-top: 20px;
    margin-top: 0px; 
    position: relative;
  }
  .cor {
    position: absolute;
    bottom: 0;
  }
  .leftcor {
    left: 0;
  }
  .rightcor {
    right: 0;
  }
  footer .newtop {
    width: 96%;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    margin-bottom: 20px;
  }

  .newfootitem {
    position: relative;
  }

  .newfootitem a {
    position: relative;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #583836;
    margin: 10px;
    color: white;
  }

  footer .foottop {
    text-transform: uppercase; 
    text-align: right;   
    position: relative;
    top: 35px;
  }
  footer .newfootitem:nth-child(1) .foottop {
    float: left;
    left: 20px;
  }
  footer .newfootitem:nth-child(2) .foottop {
    float: right;
    right: 20px;
  }
  footer .footbot2 {
    padding:15px 0 30px 0;
    text-align: right;  
    position: relative; 
  }
  footer .newfootitem:nth-child(2) .footbot2,footer .newfootitem:nth-child(2) .foottop {
    text-align: left;
  }
  footer h4 {
    color: #fefefe;
    font-weight: bold;
    font-size: 1.4em;
  }
  footer .footbot2:after {
    display: block;
    content: "";
    height: 2px;
    width: 40px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  footer .newfootitem:nth-child(2) .footbot2:after {
    left: 0;
    right: auto;
  }
  
  .footbot {
    font-size: 80%;
    line-height: 140%;
    text-align: center;
    color: rgba(255,255,255,0.6);
    padding-bottom: 5px;
    padding-top: 5px;  
    background-color: rgb(70,47,44);
  }
  .footbot:after {
    display: block;
    content: "";
    clear: both;
  }
  .footbot > * {
    position: relative;
    z-index: 2;
  }
  .footbot a {
    color: rgba(255,255,255,0.6);
  }
  .footbot .left {
    text-align: left;
  }
  .footbot .right {
    text-align: right;
  }
  .made-by {  
    line-height: 25px;
    font-size: 12px;
    padding: 5px;
    text-align: center;  
    background-color: rgb(70,47,44);
    color: rgba(255,255,255,0.4); 
  }
  .made-by div {
    z-index: 2;
  }
  .made-by a {
    color: rgba(255,255,255,0.4);
    position: relative;
    z-index: 2;
  }
  .newfootitem:hover #zetel img, .newfootitem:hover #footerfb img {
    display: none;
  }
  .newfootitem:hover #zetel img.dn, .newfootitem:hover #footerfb img.dn {
    display: inline-block;
  }
  .newfootitem:hover h4 {
    color: #D37119 !important;
  }
  #zetel:hover img, #footerfb:hover img {
    display: none;
  }
  #zetel:hover img.dn, #footerfb:hover img.dn {
    display: inline-block;
  }


  /*===Footer einde===*/

  /*===Fecotest start===*/
  .cont5 .uurwerk {
    position: absolute;
    top: 52%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:16.5px 20px;
    border-radius: 50%;
    border:1px solid rgb(70,47,44);;
  }
  .cont5 .uurwerk img { 
    position: relative;
    top: -2px;
  }
  /*===Fecotest einde===*/
  .homepart {
    margin-top: 2%;
  }
  .homepart .box2, .part .box2 {
    padding:2%;
  }
  .homepart .box2 div, .part .box2 div {
    padding:10px;
    border:1px solid #e5e5e5;
  }
  .homepart .box2:nth-child(4) {
    display: none;
  }
  .homepart h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .three-row-logo:after {
   display: block;
   clear: both;
   content: "";
 }

 .three-row-logo>*
 {
   width: 320px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2%;  
   max-width: 96%;
 }
 .three-row-logo img {
  width: 140px;
  max-width: 100%;
}

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

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

  .first {
    margin-top: 120px;
  }
  .mobile {
    display: none;
  }
  /*======Disclaimer=====*/
  .disclaimer {
    text-align: left;
  }
  .disclaimer p {
    margin-bottom: 10px;
  }
  .disclaimer p:last-child {
    margin-bottom: 0;
  }
  .disclaimer h1 {
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /*====Einde Disclaimer====*/
  
  /*====start Vacatures===*/
  #vaclist {
    font-size: 0.8em;
    border-top:1px solid #e5e5e5;
  }
  #vaclist:after {
    display: block;
    clear: both;
    content: "";
  }
  #vaclist p {
    font-size: 1.3em;
  }
  #vaclist h2 {
    padding: 20px 0;
    font-size: 1.5em;
    text-transform: uppercase;
    padding-top: 0;
  }
  #vaclist .item {
    height: 250px;
  }
  #vaclist .item {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    float: left;
    position: relative;
    padding:45px 30px;
    padding-bottom: 60px;
  }
  #vaclist .item:nth-child(2n){
    border-right: 0px;
  }
  .link {
    font-weight: bold;
    color: rgb(70,47,44);
    font-size: 1.3em;
    position: absolute;
    left: 30px !important;
    bottom: 37px !important;
    right: auto !important;
    top: auto !important;
  }
  .link:hover {
    text-decoration: underline;
  }
  .vaczone {
    padding:40px 5px;
    text-align: center;
  }
  .vaczone a {
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    border: 1px solid rgb(70,47,44);
    color: rgb(70,47,44);
    box-shadow: inset 0 0 0 0 rgb(70,47,44);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin: 0px !important;
    margin-bottom: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .vaczone a:hover {
    box-shadow: inset 600px 0 0 0 rgb(70,47,44);
    color: #fefefe;
  }
  .titlehold {
    height: 70px;
    position: relative;
  }
  .titlehold {
    text-align: center;
  }
  .twosplit h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.4em;
    color: black;
    line-height: 1;
    color: rgb(70,47,44);
  }
  .twosplit:after {
    display: block;
    clear: both;
    content: "";
  }
  .twosplit .half {
    width: 50%;   
    float: left;
    text-align: left;
    padding-bottom: 20px;   
  }
  .twosplit .half:first-child {
    padding-right: 2%;
    border-right: 1px solid #e5e5e5;
  }
  .twosplit .half:last-child {
    padding-left: 2%;
  }
  .twosplit {
    border-bottom: 1px solid #e5e5e5;
  }  
  .twosplit .half .c h2 {
    font-size: 1.1em;
  }
  .tempimg {
    float: right;
  }
  .vac-form {
    margin-right: 420px;
  }
  .vac-form input[type="text"] {
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
    padding-left: 7px;
    box-sizing: border-box; 
    font-family: 'Poppins', sans-serif;
    border: 1px solid #2d1f1a;
  }

  .vac-form input[type="submit"] {
    width: 100%;
    height: 40px;
    background-color: rgb(211,113,25);
    border: none;
    text-transform: uppercase;
    color: white;
    margin-top: 20px; 
  }
  .vac-form input[type="submit"]:hover {
    background-color: rgba(211,113,25,0.8); 
  }
  .vac-form select {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #2d1f1a;
    height: 33px;
    background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
    padding: 0; 
    margin-bottom: 10px;
    padding-left: 5px;
  }
  .vac-form textarea {
    height: 79px;
    width: 100%;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #2d1f1a;
    padding-top: 5px;
  }
  .vac-form .half > input[type="text"] {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .vac-form .half > input[type="text"]:nth-child(2n) {
    margin-right: 0;
  }
  .vac-form .half:after {
    display: block;
    clear: left;
    content: "";
  }
  .vac-form .filesinput {
    margin-top:10px;
  }
  /*====Einde vacatures===*/
  /*====Start levensboom=====*/
  .levensboom {
    padding:40px 5px;
    max-width: 900px;
    margin:0 auto;
  }
  .tak {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
  }
  .tak strong {
   color: #462F2C;
 }
 .tak .date {
  border-radius: 8px;   
  text-anchor: center;
  border:2px solid #462F2C;
  display: inline-block;
  width: 150px;
  line-height: 35px;
  text-align:center;
  color: #462F2C;
  font-weight: bold;
  background-color: white;
  margin-right: 10px;
}
.tak > * {
  display: inline-block;
}
.boomhold {
  position: relative;
}
.boomhold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 74px;
  width: 2px;
  background-color: #462F2C;
  z-index: 0;
}
.levensboom h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4em;
  color: black;
  line-height: 1;
  color: rgb(70,47,44);
  margin-bottom: 25px;
}
/*=====Einde levensboom====*/
/*=====Diensten start=====*/
.linehold {
  position: relative;
}
.linehold .lin1, .linehold .lin2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e5e5e5;
}
.linehold .lin1 {
  left:32.96%;
}
.linehold .lin2 {
  right:32.96%;
}
.linehold .lin3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 47.5%;
  height: 1px;
  background-color: #e5e5e5;
}
.dienstdot {
  overflow: hidden;
  max-height: 83px;
}
.dienstdot h2 {
  margin-top: 0px !important;
}
/*=====DIensten einde=====*/
/*===Detail page diensten====*/
.bigimg {
  margin-bottom: 30px;
}
.bigimg:after {
  display: block;
  clear: both;
  content: "";
}
.bigimg > * {
  float: left;
}
.bigimg > * > img {
  width: 100%;
}
.bigimg .rechthoek {
  width: 62%;
  margin-right: 3.125%;
}
.bigimg .vierkant {
  width: 34.875%;
}
.lightbg {
  background-color: rgba(182,201,40,0);
}
.fullcont {
  padding:60px 0px;
  text-align: left;
}
.fullcont .rowcont {
  margin-bottom: 40px;
}
.fullcont .rowcont:last-child {
  margin-bottom: 0;
}
/*====Bollen====*/

.bollen {
  margin:45px 0; 
}
.bollen > * {
  width: 22%;    
  margin:1.5%;
  display:inline-block;
  overflow:hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bollen.waardes h3 {
  width: 100%;
  padding:15px 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fefefe;
  font-size: 1em;
  font-weight: bold;
}
.bollen.waardes > * {
  position: relative;
}
.bollen.waardes img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bollen.dienst > * {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding:2%;
  border: 1px solid rgb(200,200,200);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;    
}
.bollen.dienst .bol a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bollen.dienst .bol .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.8s;
  -webkit-border-radius:50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bollen.dienst .bol .background.hover {
  transition: all 0.8s;
  opacity: 0;
  background-size: cover;
}
.bollen.dienst .bol:hover .background.normal {
  opacity: 0;
}
.bollen.dienst .bol:hover .background.hover {
  opacity: 1;
}
.bollen.dienst .bol span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 40px;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 1.1em;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
}
.bollen img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.bollen >*:hover img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);
}

/*====Biobello====*/

.biobtns {
  text-align: center;
  margin:60px auto;
}
.biobtns > a {
  line-height: 40px;
  text-transform: uppercase;
  color: rgb(70,47,44);
  border:1px solid rgb(70,47,44);
  text-align: center;
  width: 220px;
  margin:10px;
  -webkit-box-shadow: inset 0 0 0 0 rgb(70,47,44);
  -moz-box-shadow: inset 0 0 0 0 rgb(70,47,44);
  box-shadow: inset 0 0 0 0 rgb(70,47,44);
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.biobtns > a:hover {
  color: #fefefe;
  -webkit-box-shadow: inset 220px 0 0 0 rgb(70,47,44);
  -moz-box-shadow: inset 220px 0 0 0 rgb(70,47,44);
  box-shadow: inset 220px 0 0 0 rgb(70,47,44);
}
.assortiment .img {
  position: relative;
}
.assortiment .btnhold {
  padding:20px 0;
  text-align: center;
}
.assortiment .btnhold a {
  position: relative;
  text-transform: uppercase;
  color: #B6C930;
  border:1px solid #B6C930;
  background-image: linear-gradient(to right, transparent 50%, #B6C930 50%);
  background-size: 300% 100%;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin:auto;
  font-size: 1.2em;
  padding:5px 15px;
  z-index: 5;
}
.assortiment .btnhold a:hover {
  background-position: -50% 0;
  color: #fefefe;
}
.assortiment .btnover {
  position: absolute;
  bottom: -2px;
  right: -2px;
  color: #fefefe;
  background-color: #B6C930;
  width: 30px;
  line-height: 30px;
  text-align:center;
  font-size: 1.4em;
  padding-bottom: 2px;
}
/*.assortiment .btnover.plus:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: 0px;
  right: 0;
  border-top:1px solid #B6C930;
  border-left:1px solid #B6C930;
  }*/
  .assortiment .img img {
    width: 100%;
  }
  .assortiment .tekst {
    display: none;
    text-align: left;
  }

  .assortiment .item {
    border:2px solid #b6c930;
    cursor: pointer;
  }
  .assortiment .titel {
   width: 100%;
   text-align: center;
   background-color: rgb(182,201,48);
   padding:10px;
   color: #fefefe;
   text-transform: uppercase;
   font-weight: bold;
   padding-bottom: 0;
 }
 .assortiment .besch {
  width: 100%;
  text-align: center;
  background-color: rgb(182,201,48);
  padding:10px;
  color: #fefefe;
  text-transform: uppercase;
  padding-top: 0;
}
.assortiment .greenarrow{
  width: 45px;
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  margin-left: -11.25px;
  display: none;
}
.assortiment h3 {
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.assortiment .item ul{
  width: 90%;
  margin:1em auto;
}
.assortiment .item .c p, .assortiment .item .c h2, .assortiment .item .c h3, .assortiment .item .c strong {
  text-align: center;
}
  /*.assortiment .item {
    margin-bottom: 60px;
    }*/
    /*====Aanpassingen 2====*/
    .headhold {
      text-align: right;
    }
    .headhold img {
      width: 80px;
      margin-right: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border:2px solid rgb(211,113,25);
      position: relative;
      top: 25px;
    }
    /*===Start Dienst===*/
    .dienstmain:after {
      display: block;
      clear: both;
      content: "";    
    }
    .dienstmain img {
      width: 100%;
    }
    .dienstmain > * {
      float: left;
      text-align: left;
    }
    .dienstmain .left {
      width: 66.66%;
      padding-left: 3.33%;
      padding-right: 3.33%;
    }
    .dienstmain .right {
      width: 33.33%;
    }
    .dienstmain .rechthoek {
      margin-bottom: 20px;
      position: relative;
    }
    .dienstmain .vierkant {
      padding:20px;
      border:2px solid rgb(211,113,25);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 2%;
    }
    
    .dienstmain .right h3 {
      text-transform: uppercase;
      font-weight: 1.8em;
      text-align: center;
      margin-top: 20px;
    }
    .dienstmain .logos:after {
      display: block;
      clear: both;
      content: "";
    }
    .dienstmain .logo > * {
      width: 49%;
      float: left;      
      position: relative;
      margin-bottom: 2%;
    }
    .dienstmain .logo:after {
      display: block;
      clear: both;
      content: "";
    } 
    .dienstmain .logo:nth-child(2n) > .opschrift {
      margin-right: 2%;
    }  
    .dienstmain .logo:nth-child(2n-1) > .opschrift {
      margin-left: 2%;
    }  
    .dienstmain .logo span {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: center;
      font-size: 1.5em;
      text-transform: uppercase;
      color: yellow;
    }
    .dienstmain .logo .opschrift {     
      background-color: rgba(211,113,25);
      font-weight: bold;
      text-align: center;     
      color: #fefefe;
      padding-bottom: 49%;
      position: relative;
    }
    .dienstmain .logo .opschrift .vertcent {
      padding-left: 5px;
      padding-right: 5px;
    }
    .contactak {
      margin:40px auto;
      padding:20px;
      padding-bottom: 40px;
      border:2px solid rgb(211,113,25);
      text-align: center;
      position: relative;
      background-color:rgba(211,113,25, 0.8);
      color: #fefefe;
    }
    .contactak {
      background-color: transparent;
      color: rgb(32, 32, 32);
    }
    .contactak h3 {
      color: #462F2C;
    }
    .right .contactak {
      margin-top: 0;
    }
    .cap {
      position: absolute;
      left: 5px;
      top: 5px;
      width: 45px;
    }
    .cap2 {
      width: 45px;
    }
    .contactak a {
      height: 36px;
      width: 200px;
      position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -100px;
      border:2px solid rgb(211,113,25);
      border-radius:5px;      
      text-transform: uppercase;
      color: rgb(70,47,44);
      line-height: 30px;
      -webkit-transition: all ease 0.8s;
      -moz-transition: all ease 0.8s;
      transition: all ease 0.8s;
      background-color: #fefefe;
      -webkit-box-shadow: inset 0 0 0 0 rgb(70,47,44);
      -moz-box-shadow: inset 0 0 0 0 rgb(70,47,44);
      box-shadow: inset 0 0 0 0 rgb(70,47,44);
    }
    .contactak a:hover {
      color: #fefefe;
      -webkit-box-shadow: inset 0 0 200px 0 rgb(70,47,44);
      -moz-box-shadow: inset 0 0 200px 0 rgb(70,47,44);
      box-shadow: inset 0 0 200px 0 rgb(70,47,44);
    }
    .vierkant {
      position: relative;
    }
    .vierkant .opschrift, .rechthoek .opschrift {
      position: absolute;
      left: 0px;
      right: 0px;
      background-color: rgba(211,113,25, 0.6);
      bottom: 0px;
      padding:10px;
      color: #fefefe;
      font-weight: bold;
      text-align: center;
    }
    /*====Start contact====*/
    .contact-form { 
      float: left;
      width: 390px;
    }
    .contacteer-ons {
      float:right;
      width: 390px;
    }
    .location {
      float: none;
      margin-left: 430px;
      margin-right: 430px;  
    }
    .contactheight {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 450px;
      padding-bottom: 50px;
      position: relative;
    }
    #dasmap {
      height: 386px;
    }

    .contact-form input[type="text"] {
      width: 100%;
      height: 33px;
      margin-bottom: 10px;
      padding-left: 7px;
      box-sizing: border-box; 
      font-family: 'Poppins', sans-serif;
      border: 1px solid #2d1f1a;
    }

    .contact-form input[type="submit"] {
      width: 100%;
      height: 40px;
      background-color: rgb(211,113,25);
      border: none;
      text-transform: uppercase;
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      padding-left: 7px;
    }
    .contact-form input[type="submit"]:hover {
      background-color: rgba(211,113,25,0.8); 
    }
    .contact-form select {
      width: 100%;
      font-family: 'Poppins', sans-serif;
      border: 1px solid #2d1f1a;
      height: 33px;
      background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
      padding: 0; 
      margin-bottom: 10px;
      padding-left: 5px;
    }
    .contact-form textarea {
      height: 99px;
      width: 100%;
      padding-left: 7px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #2d1f1a;
      padding-top: 5px;
    }
    .contact-form .half > input[type="text"] {
      width: 49%;
      float: left;
      margin-right: 2%;
    }
    .contact-form .half > input[type="text"]:nth-child(2n) {
      margin-right: 0;
    }
    .contact-form .half:after {
      display: block;
      clear: both;
      content: "";
    }
    .contactpage:after {
      display: block;
      clear: both;
      content: "";
    }
    .errors {
      margin-bottom: 10px;
    }
    .webshop-form .errors {
      color: red;
      list-style-type: disc;
      padding-left: 20px;
      list-style-position: outside;
    }

    .toon-groot, .contact-us {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 40px; 
      font-family: 'Poppins', sans-serif;
      background-color: rgb(211,113,25);
      border: none;
      text-transform: uppercase;
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;  
    }
    .toon-groot:hover, .contact-us:hover {
      background-color: rgba(211,113,25,0.8);  
    }
    .contacteer-ons>img {
      width: 100%;
      margin-bottom: 20px; 
    }
    .special-contact {
      margin-bottom: 30px;
    }
    .contact-info p {
      position: relative;
      padding-left: 60px;
      font-size: 1em;
      font-family: 'Poppins', sans-serif;
    }
    .contact-info p img {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .contact-info p a {
      color: black;
    }

    .contact-us {
      margin-top: 50px;
    }
    /*Team*/
    .team img {
      width: 100%;
      filter: grayscale(100%);
    }
    .team .img {
      position: relative;
    }
    .team .img a {
      z-index: 6;
    }
    .marb {
      margin-bottom: 55px;
    }
    .team .img span {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding:10px 5px;
      line-height: 30px;
      text-align: center;
      background-color: #88B04B;
      opacity: 0.9;
      z-index: 5;
      display: none;
      text-transform: uppercase;
      color: #fefefe;
      font-size: 1.2em;
    }
    .team .img:hover span {
      display: block;
    }
    .team .item {
      text-align: center;
    }
    .team .titlebox {
      height: 60px;
      line-height: 20px;
      padding-left: 5px;
      padding-right: 5px;
    }
    .team .titlebox.sml {
      height: 50px;
    }
    .team .titlebox h2 {
      font-weight: bold;
      font-size: 1.2em;
    }
    .team {
      margin-bottom: 80px;
    }
    /*====Einde contact===*/

    .three-row-grid.diensten > * {
      margin-bottom: 6%;
    }
    .diensten i {
      font-size: 0.85em;
      line-height: 80px;
      vertical-align: top;
      margin-right: 5px;
    }
    .mt50 {
      margin-top: 50px;
    }
    .mt100 {
      margin-top: 70px;
    }

    /*====Start afhaalpunten====*/
    .strlform select {
      border:1px solid black;
    }
    .strlform input[type="text"] {
      width: 350px;
      max-width: 100%;
      border:1px solid black;
      padding-left: 10px;
      line-height: 35px;
      margin-top: 15px;
    }
    .strlform a {
      cursor: pointer;
    }
    .strlform {
      padding:0px 5px 40px 5px;
    }
    .formtitel {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.2em;
      color: black;
      line-height: 1;
      color: rgb(70,47,44);
      margin-top: 40px;
      margin-bottom: 5px;
    }
    .strlform p {
      margin-top: 15px;
    }
    .submit {
      line-height: 39px;
      background-color: #462F2C;
      color: #fefefe;
      padding:0 10px;
      display: inline-block;
      position: relative;
      top: 1px;
    }
    .gemeente {
      text-transform: uppercase;
      padding:5px;
      text-align: center;
      margin-bottom: 5px;
      cursor: pointer;
    }
    .afhaalban {
      background-color: #B6C930;
      color: #fefefe !important;
      padding-top: 1px;
      position: relative;
    }
    .afhaalban .formtitel {
      color: #fefefe;
      margin-top: 50px;
    }
    .afhaalban:after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: #ffffff transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    .afhaallist .rowlist:after {
      display: block;
      content: "";
      clear: both;
    }
    .cont3.afhaallist {
      text-align: left;
      padding:40px 0;
    }
    .afhaallist .col {
      float: left;
      padding:0 5px;
    }
    .c1 {
      width: 28%;
      padding-left: 12px !important;
    }
    .c2 {
      width: 40%;
    }
    .c3 {
      width: 15%;
    }
    .c4 {
      width: 17%;
    }
    .afhaallist strong {
      display: none;
    }
    .afhaallist .rowhead {
      font-weight: bold;
      background-color: #EE7100 !important;
      color: #fefefe !important;
    }
    .afhaallist .rowlist {
      padding-top: 8px;
      padding-bottom: 8px;
    }
    .afhaallist .rowlist.unev {
      background-color: #ECECEC;
    }
    .afhaalbtns {
      padding:40px 0 0 0;
      text-align: center;
    }
    .afhaalbtns a {
      cursor: pointer;
      position: relative;
      text-transform: uppercase;
      color: #EE7100;
      border:1px solid #EE7100;
      background-image: linear-gradient(to right, transparent 50%, #EE7100 50%);
      background-size: 300% 100%;
      -webkit-transition: all ease 0.8s;
      -moz-transition: all ease 0.8s;
      transition: all ease 0.8s;
      margin:auto;
      font-size: 1em;
      padding:5px 15px;
      z-index: 5;
    }
    .afhaalbtns a:hover, .afhaalbtns a.active {
      background-position: -50% 0;
      color: #fefefe;
    }
    /*====Einde afhaalpunten====*/
    /*===Start klant====*/
    #klant .cont2.reverse {
      text-align: left;
    }
    #klant .cont2 a {
      color: rgb(32,32,32);
      font-weight: bold;
    }
    /*====Einde klant===*/
    /*===Start event contact===*/
    .two-row-grid:after {
      display: block;
      clear: both;
      content: "";
    }
    .two-row-grid > * {
      float: left;
      width: 49%;
      margin-right: 2%;
    }
    .two-row-grid > *:nth-child(2n) {
      margin-right: 0;
    }
    /*===Einde event contact===*/
    /*====Start wandelwizard====*/
    #wandelover {
      width: 96%;
      max-width: 1400px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    #wandelover .item {
      display: inline-block;
      vertical-align: top;
      width: 30.33%;
      margin:1.5%;
      border: 1px solid black;
      padding:1px;
    }
    #wandelover .item img {
      width: 100%;
    }
    #wandelover h3 {
     position: absolute;
     left: 0px;
     right: 0px;
     background-color: rgba(211,113,25, 0.6);
     bottom: 0px;
     padding: 10px;
     color: #fefefe;
     font-weight: bold;
     text-align: center;
     text-transform: uppercase;
   }
   .wandelmain {
    width: 96%;
    max-width: 1400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .wandelmain .intro:after {
    display: block;
    clear: both;
    content: "";
  }
  .wandelmain .intro {
    padding-bottom: 50px;
    border-bottom: 3px solid #D37119;
  }
  .wandelmain .intro .c {
    text-align: center;
  }
  .wandelstart {
    padding-top: 25px;
    text-align: center;
    cursor: pointer;
  }
  .wandelstart h3 {
    text-align: center;
    text-transform: uppercase;
    color: #EE7100;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .wandelmain .intro .map {
    display: block;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;   
    margin-top: 25px;
  }
  .stap:after {
    display: block;
    clear: both;
    content: "";
  }
  .stap {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 40px;
  }
  .stap-main {
    margin-right: 440px;     
  }
  .stap-main .c img {
    width: 100% !important;
    height: auto !important;
    margin-top: 5px;
  }
  .stap-afb {
    float: right;
    width: 400px;
    margin-top: 42.6px;
  }
  .stap-main {
    position: relative;
  }
  .stap-main h1 {
    font-size: 1.4em;
    color: #4e2c29;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
  }
  .stap-main h2 {
    font-size: 1.2em;
    color: #4e2c29;    
    margin-bottom: 15px;
    color: #EE7203;
    font-weight: bold;
  }
  .stap-main h1 span {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #EE7203;
    color:#fefefe;
    left: -40px;
    top: 0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size: 0.7em;
    text-align: center;
    padding-top: 1px;   
  }


  /*===Start Swiper===*/

  .swiper-button-next, .swiper-button-prev
  {
    width: 30px !important;
    -moz-background-size: 30px 60px !important;
    -webkit-background-size:30px 60px !important;
    background-size: 30px 60px !important;
    margin-top: -30px !important;
    height: 60px;
  }
  .swiper-button-next {
    right: 0px !important;
  }
  .swiper-button-prev {
    left: 0px !important;
  }
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }

  .swiper-pagination-bullet-active
  {
    background: #EE7203 !important;
  }

  .swiper-button-next
  {
    background-image: url(/images/hor_right.png) !important;
  }

  .swiper-button-prev
  {
    background-image: url(/images/hor_left.png) !important;
  }
  .zestiennegen, .horizon, .vierkant, .zestiennegenhalf
  {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .stap .c a
  {
    color: #fff;
  }

  .zestiennegenhalf
  {
    width: 50%;
  }
  .swiperer {   
    background-color: rgba(238, 114, 3, 0.6);
    color: #383536;
    padding:15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .swiperer img {
    margin-top: 5px;
  }
  .swiper-button-disabled {
    opacity: 0.2;
  }
  .swiper-button-disabled:hover{
    box-shadow: none;
    color: #462F2C;
  }
  .btn {
    cursor: pointer;
  }
  .swiper-button-p {
    float: left;
  }
  .swiper-button-n {
    float: right;
  }
  .wandelmain .btnhold {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  /*===Start nabespreking====*/
  /*===Start Swiper===*/
  .nabesp .swiperoutercontainer
  {
    background-image: url(/images/overlay2.png);
    padding:20px;
  }

  .nabesp .swiper-container
  {
    padding:0px;
    padding-bottom:20px;
  }

  .nabesp .swiper-button-next, .nabesp .swiper-button-prev
  {
    width: 44px !important;
    -moz-background-size: 44px 44px !important;
    -webkit-background-size:44px 44px !important;
    background-size: 44px 44px !important;
    margin-top: -80px !important;
  }

  .nabesp .swiper-pagination-bullet-active
  {
    background: #462F2C !important;
  }

  .nabesp .swiper-button-next
  {
    background-image: url(/images/hor_right.png) !important;
  }

  .nabesp .swiper-button-prev
  {
    background-image: url(/images/hor_left.png) !important;
  }
  .nabesp .zestiennegen, .nabesp .horizon, .nabesp .vierkant, .nabesp .zestiennegenhalf
  {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .nabesp .zestiennegenhalf
  {
    width: 50%;
  }

  .nabesp .zestiennegen:after, .nabesp .horizon:after, .nabesp .vierkant:after, .nabesp .zestiennegenhalf:after
  {
    display: block;
    content: '';
    padding-top:56.25%;
  }

  .nabesp .vierkant:after
  {
    padding-top:100%;
  }
  .nabesp .swiper-slide .zestiennegen h1 { 
    background-color: #462F2C;
    padding: 10px;
    margin-top: 10px;
  }
  .nabesp .swiperer {
    position: absolute;
    margin-left: -10px;
    margin-top: -14px;
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,0.4);
    padding:15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
  }
  .werkingsliderwrapper h1 {
    margin-top: 15px;
  }
  h1.pad {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .c a {
    color: #462F2C;
    font-weight: bold;
  }
  /*===Einde Swiper===*/
  /*===EInde nabespreking===*/
  /*===Start event===*/
  .events .intro {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .eventafb {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 35px;
    position: relative;
  }
  .eventafb img {
    width: 100%;
  }
  .c.maintekst {
    padding-top: 40px;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .introevent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .eventfoot {
    border-top: 1px solid rgb(211,211,211);
    position: relative;
  }
  .eventfoot:after {
    display: block;
    clear: both;
    content: "";
  }
  .eventfoot a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .bar1, .bar2 {
    width: 40%;
    max-width: 800px;
    text-align: center;
    text-transform: uppercase;
    color: #fefefe;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }
  .bar1 {
    font-size: 1.8em;
    background-color: rgb(238,113,0);
    color: #fefefe;
    font-size: 1.25em;
    padding: 10px;
    margin-left: 8%;
    margin-right: 4%
  }
  .bar2 {
    font-size: 1.8em;
    background-color: rgb(70,47,44);
    color: #fefefe;
    font-size: 1.1em;
    padding: 10px;
  }
  .eventfoot .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .eventfoot {
    padding-top: 40px;
    padding-bottom: 40px;
  } 
  .eventfoot .fa-angle-right {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 50px;
    margin-left: 3px;
  }
  .eventfoot:hover .bar1, .eventfoot:hover .bar2 {
    background-color: black;
    color: #fefefe;
  }
  .teller {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background-image: url('/images/picteller.png');
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 2px;
    margin-top: 2px;
    background-color: #D37119;
    color: #fefefe;
  }

  /*===Einde event===*/

  /* Page Header */

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

  }

  .page_header h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 20px;
  }

  .page_header h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 20px; 
    color: #D37119;
  }

  .page_header > div {
    font-size: 18px;
    font-weight: 100;
    color: #353535;
    text-align: center;
    line-height: 170%;
  }
  /* Einde Page Header */

  /* Aanbod */

  .categories {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .categories >h2 {
    width: 100%;
    color: #A6CE38;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    padding: 0 1%;
  }

  .categories article {
    overflow: hidden;
    position: relative;
    width: 23%;
    margin: 1%;
    border: #ebebeb 2px solid;
  }

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

  .categories article img {
    width: 100%;
    transition: all .5s;
  }

  .categories article:hover img {
    transform: scale(1.1);
  }

  .categories article h2 {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

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

  .aanbod aside {
    width: 400px;
    margin-right: 50px;
    padding: 30px;
    border: #ebebeb 2px solid;
    background-color: #fff;
    border-radius: 4px;
  }

  .aanbod aside .checkbox {
    font-size: 18px;
    margin-top: 0;
    height: initial;
    margin-bottom: 10px;
  }

  .aanbod aside .checkbox .checkmark i {
    left: 2px;
    top: 3px;
  }

  .noprods {
    padding: 10px;
    border: #f7f7f7 2px solid;
    width: 100%;
    text-align: center;
    color: #797979;
  }

  .aanbod aside > h2 {
    width: 100%;
    color: #A6CE38;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .aanbod .products_holder {
    width: calc(100% - 450px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

  }


  .aanbod .products_holder .liststyle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%;
    padding-bottom: 15px;
  }


  .aanbod .liststyle > h2 {
    font-size: 20px;
    font-weight: 700;
    color: #A6CE38;
  }

  .aanbod .products_holder .liststyle i {
    padding: 10px;
    border-radius: 4px;
    color: #A6CE38;
    background-color: white;
    cursor: pointer;
  }

  .aanbod .products_holder .liststyle i.active {
    background-color: #A6CE38;
    color: white;
  }

  .aanbod .products {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .aanbod .products > h2 {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding: 12px;
  }

  .aanbod .products article {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 2%;
    border: #ebebeb 2px solid;
    border-radius: 4px; 
    transition: all .8s;
    position: relative;
    background-color: #fff;
  }

  .aanbod .products article.list {
    width: 100%;
    border: none;
    border-bottom: #ebebeb 2px solid;
  }

  .aanbod .products article.list img {
    display: none;
  }

  .aanbod .products article.list>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: initial;
  }

  .aanbod .products article.list>div .productsaantal {
    max-width: 250px;
    padding: 0;
  }

  .aanbod .products article.list>div>div:first-of-type {
    border-bottom: none !important;
  }

  .aanbod .products article img {
    width: 100%;
    border-bottom: #ebebeb 2px solid;
  }

  .aanbod .products article h2 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px 5px 10px;
    margin: 0;
    color: #462F2C;
    line-height: 120%;
  }
  .aanbod .products article h3 {
    font-size: 15px;
    font-weight: 200;
    line-height: 100%;
    color: #252525;
    padding: 0 10px 10px 10px;
  }
  
  .aanbod .products article > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .aanbod .products article > div div {
    width: 100%;
  }

  .productacties .added {
    color: #A6CE38;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    display: none;
  }

  .aanbod .products article .suba {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 200px;
    color: #252525;
    font-size: 17px;
    font-weight: 100;
  }

  .productsaantal {
    padding: 10px;
    position: relative;
  }

  .productsaantal .aantal {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 5px;
    border: #ebebeb 2px solid;
  }

  .productsaantal button {
    width: 100%;
    background-color: #A6CE38;
    color: white;
    border: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
  }

  .productsaantal .aantal input {
    border: none;
    width: calc(100% - 80px);
    text-align: center;
    font-size: 15px;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
  }

  .productsaantal .aantal i {
    width: 40px;
    min-width: 40px;
    font-size: 16px;
    height: 40px;
    color: #252525;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .productsaantal .floatval {
    color: #000;
    font-weight: 100;
    font-size: 15px !important;
    padding-left: 7px;
    position: absolute;
    right: 60px;
    width: initial !important;
  }



  /* Einde Aanbod*/

  /* Product Pagina */

  .product_topper {
    width: 100%;
    background-color: #FAFAFA;
  }

  .product_topper > div {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
  }

  .product_topper a {
    font-weight: 200;
    font-size: 16px;
    color: #1C1B1B;
    display: inline-block;
    padding: 10px 0;
  }


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

  .product_header_image {
    width: 55%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }



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

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

  .product_header_image>img {
    width: 100%;
    transition: all .2s;
  }

  .product_extrafotos {
    width: 150px;
    padding: 20px 0;
  }

  .product_extrafotos .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    border: none;
  }

  .product_extrafotos .slick-next {
    top: initial;
    bottom: 0;
  }

  .product_extrafotos article {
    padding: 10px;
    border-left: 2px solid white;
  }

  .product_extrafotos article img {
    width: 100%;
    cursor: pointer;
    border-left: 2px solid white;
  }

  .active_thumb {
    border-left: 2px solid #1C1B1B !important;
  }

  .mainimg {
    cursor: zoom-in;
  }

  .product_header_content {
    width: 48%;
    max-width: 500px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .product_header_content h1 {
    font-size: 28px;
    line-height: 150%;
    color: #A6CE38;
    font-weight: 700;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-family: "Poppins", sans-serif;
  }

  .product_header_content h2 {
    color: #353535;
    line-height: 100%;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
  }


  .product_header_content .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
  }

  .product_header_content .aantal input {
    border: none;
    width: 30px;
    margin-left: -10px;
    text-align: right;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
  }

  .product_header_content .aantal i {
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .floatval {
    color: #000;
    font-weight: 100;
    font-size: 1.2em;
    padding-left: 7px;
  }

  .product_links {
    margin-bottom: 10px;
  }

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

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

  .product_intro {
    line-height: 200%;
    font-weight: 200;
    font-size: 16px;
    color: #1C1B1B;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .product_intro p {
    margin-bottom: 10px;
  }

  .product_prijs {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    padding-top: 0;
    margin-bottom: 10px;
  }

  .product_prijs article {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .product_prijs article p {
    font-size: 16px;
    font-weight: 200;
    color: #252525;
  }

  .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 {
    width: 100%;
    margin-top: 20px;
  }

  .product_actions button {
    padding: 10px 30px;
    background-color: transparent;
    color: #A6CE38;
    font-weight: 200;
    border: none;
    font-size: 19px;
    width: 100%;
    text-align: center;
    border: 1px solid #A6CE38;
    transition: all .3s;
    font-family: "Poppins", sans-serif;
  }

  .product_actions button:hover {
    background-color: #A6CE38;
    color: #fff;
  }

  .product_actions .added {
    width: 100%;
    color: #4c8b4f;
    font-weight: 200;
    height: 51px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    text-align: left;
  }

  .shopfilter {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .shopfilter h2 {
    font-size: 35px;
    font-weight: 700;
    color: #696969;
    font-family: "Poppins", sans-serif;
  }

  .shopfilter select {
    padding: 15px;
    width: 350px;
    font-family: "Poppins", sans-serif;
    background-image: url(/images/select.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border: #ededed 2px solid;
    cursor: pointer;
    font-size: 20px;
  }

  .product_actions .added i {
    font-size: 25px;
    margin-right: 10px;
  }

  .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: 5pc;
   height: 3pc;
   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 div > span {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}

.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: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #1C1B1B;
  letter-spacing: 4px;
  background-color: transparent;
  border: 1px solid #ddd;
  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: Montserrat, sans-serif;
}

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

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

.sharing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
}

.sharing a {
  color: #A6CE38;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all .3s;
  border: 1px solid #A6CE38;
  font-weight: 700;
  opacity: .5;
  background-color: #fff !important;
}

.sharing a:hover {
  transform: scale(1.15);
}

.sharing a i {
  font-size: 20px;
}

.sharing p {
  font-weight: 400;
  color: #353535;
  padding-top: 3px;
  font-size: 14px;
  margin-right: 10px;
}

/* Einde Product Pagina */

/* Winkelwagen */
.shoppingcart_holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  position: relative;
}

.tegoed_winkelwagen {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px 0;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 2px solid #e1e1e1;
}

.tegoed_winkelwagen h2 {
  font-size: 20px;
  font-weight: 700;
  color:#A6CE38;
}

.tegoed_winkelwagen p {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 10px;
}

.tegoed_winkelwagen input {
 padding: 8px 15px;
 background-color: transparent;
 border: 1px solid #d3d3d3;
 color: #252525;
 font-weight: 200;
 border-radius: 4px;
 font-size: 16px;
 transition: all .3s;
 font-family: 'Poppins', sans-serif;
}

.tegoed_winkelwagen button {
  padding: 8px 15px;
  background-color: transparent;
  border: 1px solid #A6CE38;
  color: #A6CE38;
  font-weight: 200;
  border-radius: 4px;
  font-size: 16px;
  transition: all .3s;
  font-family: 'Poppins', sans-serif;
}

.financial .removeTegoed,
.financial .removeVoucher {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #BE2727;
  color: #BE2727;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
}

.financial .removeTegoed:hover,
.financial .removeVoucher:hover {
  background-color: #BE2727;
  color: white;
}



.tegoed_winkelwagen button:hover {
  background-color: #A6CE38;
  color: white;
}

.shoppingcart_holder::after {
  width: 50%;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.gegevens_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.winkelwagen_pagina, .gegevens_pagina {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #462F2C;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

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

.shopmain h2 span {
  font-size: 12px;
}

.shopmain img {
  width: 100px;
  margin-right: 20px;
}

.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:first-of-type {
  background-color: #f6f6f6;
  border-bottom: none;
}

.shopping_cart article:first-of-type .title {
  color: #1C1B1B;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.shopping_cart article:first-of-type .aantal {
  min-width: 150px;
  color: #1C1B1B;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}

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

.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-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  line-height: 140%;
}

.shopping_cart article h3 {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 16px;
}


.sub_article .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.sub_article .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
}

.sub_article .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


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

.sub_article .aantal input[type=number] {
  -moz-appearance:textfield;
}

.sub_article .price {
  min-width: 200px;
  color: #1C1B1B;
  font-size: 16px;
  text-align: center;
}

.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: 16px;
  font-weight: 200;
  color: #353535;
  font-family: 'Poppins', sans-serif;
}

.financial dl>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 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: #1C1B1B;
  font-weight: 700;
}

.financial dd {
  min-width: 150px;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  color: #353535;
}

.goto_prev {
  font-weight: 200;
  font-size: 15px;
  color: #1C1B1B;
  font-family: 'Poppins', sans-serif;
}

.goto_next {
  padding: 8px 30px;
  background-color: #A6CE38;
  color: white;
  font-weight: 200;
  border: none;
  font-size: 15px;
  border: 1px solid #A6CE38;
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

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

#pay {
  padding: 15px 30px;
  background-color: #A6CE38;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

#pay:hover {
  color: #1C1B1B;
  background-color: transparent;
}

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

.voucher {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  padding: 20px 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.voucher > p {
  padding: 10px 20px;
  border: 1px solid #353535;
  color: #353535;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s;
  font-family: 'Poppins', sans-serif;
}

.voucher .message .error {
  color: #B85348;
  padding-bottom: 5px;
  font-weight: 200;
}

.voucher > p:hover {
  transform: scale(1.1);
  background-color: #353535;
  color: #fff;
}

.voucher_code {
  display: none;
}

.voucher_code input[type=text] {
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  width: 400px;
}

.voucher_code button {
  padding: 12px 20px;
  color: #fff;
  border: none;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #1C1B1B;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* Einde Winkelwagen */


/* Gegevens */

.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;
  font-size: 14px;
  transition: all .3s;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 3px;
  width: 3px;
  left: 8px;
  bottom: 0;
}

.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 {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #000;
}

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

.checkbox input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i {
  left: 4px;
  top: 4px;
  color: white;
}

.checkbox a {
  font-weight: 700;
  color: #000;
}

.gegevens_holder aside {
  width: 500px;
  margin-right: 10px;
  margin-top: 100px;
}

.gegevens_holder aside article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.gegevens_holder aside article img {
  width: 70px;
  border: 1px solid #D5D5D5;
}

.gegevens_holder aside article > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.gegevens_holder aside article .actions {
  white-space: nowrap;
}

.gegevens_holder aside article div div:first-of-type div {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #ffffff;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #D5D5D5;
}

.gegevens_holder aside article div div:last-of-type {
  padding-left: 15px;
}

.gegevens_holder aside article div div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.gegevens_holder aside article div h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.gegevens_holder aside article div h3 {
  font-size: 14px;
  font-weight: 200;
  color: #353535;
}

.gegevens_holder .totaalprijs {
  width: 100%;
  border-top: #E1E1E1 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 15px;
}

.gegevens_holder aside .veiligbetalen {
  width: 100%;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #D5D5D5;
}

.gegevens_holder aside .veiligbetalen h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  border-top: 1px solid #D5D5D5;
  padding-top: 20px;
  margin-top: 20px;
}

.gegevens_holder aside .veiligbetalen h2:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.gegevens_holder aside .betaalmethodes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.gegevens_holder aside .betaalmethodes img {
  width: 35px;
  margin-right: 10px;
}

.gegevens_holder aside .veiligbetalen a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  padding: 8px 0;
  color: #353535;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gegevens_holder aside .veiligbetalen a i {
  width: 30px;
  font-size: 18px;
}


.webshop-form {
  padding: 50px;
  padding-top: 100px;
  background-color: #fff;
  border-right: #E1E1E1 1px solid;
  width: calc(100% - 550px);
}

.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 {
  position: relative;
  margin-bottom: 15px;
}

.webshop-form .field input,
.webshop-form .field select,
.webshop-form .field textarea,
.shoppingcart_main #servicepunt,
.cadeaubon-item input {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Poppins', sans-serif;
}

.webshop-form .field_caret {
  border-left: 1px rgba(179,179,179,0.5) solid;
  height: 43%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}

.webshop-form .field_caret i {
  font-size: 20px;
  color: #919191;
  margin-left: 10px;
}

.webshop-form .field label {
  position: absolute;
  left: 13px;
  top: 12px;
  font-size: 14px;
  transition: all .2s;
}

.webshop-form .floatlabel label {
  top: 0px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}

.webshop-form .floatlabel input,
.webshop-form .floatlabel select,
.webshop-form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}

.webshop-form .field input:focus {
  border: 1px solid #A6CE38;
}

.webshop-form input[type=submit] {
  padding: 8px 30px;
  border-radius: 4px;
  background-color: #A6CE38;
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 14px;
  border: 2px solid #A6CE38;
  transition: all .3s;
}

.webshop-form input[type=submit]:hover {
  background-color: white;
  color: #A6CE38;
}

.webshop-form #field_Voornaam,
.webshop-form #field_Naam {
  width: 49%;
}

.webshop-form #field_Gemeente,
.webshop-form #field_Straat  {
  width: 80%;
}

.webshop-form #field_Huisnummer,
.webshop-form #field_Postcode {
  width: 18%;
}

.webshop-form #field_Land,
.webshop-form #field_Telefoon,
.webshop-form #field_GSM,
.webshop-form #field_Email,
.webshop-form #field_Levnaam,
.webshop-form #field_Opmerking,
.webshop-form #field_Adres,
.webshop-form #field_Bedrijfsnaam,
.webshop-form #field_BTW {
  width: 100%;
}


.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-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #A6CE38;
  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: #000;
  font-weight: 700;
}

.gegevens_controleren {
  display: none;
}

.webshop_Adres {
  width: 100% !important;
}

.webshop_Postcode {
  width: 31.33% !important;
}

.webshop_Gemeente {
  width: 66.66% !important;
}

.input_gegevens {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.input_gegevens p {
  font-size: 16px;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 47%;
  margin-bottom: 10px;
}

.input_gegevens p span {
  font-weight: 700;
}

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

.input_producten article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px dashed #f7f7f7;
  margin-bottom: 5px;
  padding: 10px 0;
  letter-spacing: 1px;
}

.input_producten article>div:first-of-type {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.input_producten article img {
  width: 50px;
  margin-right: 20px;
}

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

.big {
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 10px;
}

.small {
  font-size: 1em;
  font-weight: 400;
  color: #8a8a8a;
}

.input_producten article div:last-of-type {
  font-size: 16px;
  color: #1C1B1B;
  font-weight: 400;
}

.input_producten article div:last-of-type span {
  margin-left: 20px;
}

.controle_part .financial {
  width: 100%;
}

.radio-holder {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 20px 0 5px 0;
  border-radius: 5px;
  border: 1px solid #d4d2d2;
}

.radio-option {
  cursor: pointer;
  padding: 15px;  
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d4d2d2;
  position: relative;
  font-size: 14px;
}

.hiddenafhaalpunten {
  display: none;
  width: 100%;
}

.radio-option .afhaal_location {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.radio-option .afhaal_location p:first-of-type {
  font-weight: 700;
  font-size: 16px;
}

.radio-option .afhaal_location p:last-of-type {
  font-weight: 200;

}

.radio-option input {
  position: absolute;
  left: 18px;
  opacity: 0;
}

.radio-holder .radio-option:last-of-type {
  border-bottom: none;
}
.hiddenafhaalpunten .radio-option:first-of-type {
  border-top: 1px solid #d4d2d2;
}

.meerAfhaalpunten {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A6CE38;
  margin-bottom: 10px;
}


.radio-option label {
  cursor: pointer;
}

.radio-option input:checked+div {
  background-color: #A6CE38;
}

.radio-option > div:first-of-type {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  margin-right: 10px;
}

.radio-option > div:first-of-type div {
  width: 6px;
  height: 6px;
  border-radius: 200px;
  background-color: white;
}

/* Einde Gegevens */

/* Producten Preview */

.producten_preview{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.producten_preview > h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Nanum Myeongjo', serif;
}

.producten_preview > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #A68A54;
  transition: all 1s;
}

.producten_preview .producten {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.producten_preview .producten article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  overflow: hidden;
}

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

.producten_preview .producten article:hover .overlay {
  opacity: 0;
}

.producten_preview .producten article:hover img {
  transform: scale(1.05);
}

.producten_preview .producten article:hover h3 {
  color: #000;
}

.producten_preview .producten article img {
  width: 100%;
  position: relative;
  transition: all 2s;
  z-index: 0;
}

.producten_preview .producten article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.producten_preview .producten article h3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  z-index: 4;
  color: #fff;
  transition: all 1s;
  font-family: 'Nanum Myeongjo', serif;
}

/* Einde Producten Preview */

/* Controleren */

.controleren_pagina {
  width: 100%;
  background-color: #FAFAFA;
}

.controleren_pagina::after {
  width: 50%;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.controleren_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.controleren_prod {
  padding: 50px;
  padding-top: 100px;
  background-color: #fff;
  border-right: #E1E1E1 1px solid;
  width: calc(100% - 550px);
  min-height: 80vh;
}

.controleren_holder aside {
  width: 500px;
  margin-right: 10px;
  margin-top: 100px;
}

.controleren_holder aside >h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 20px;
  color: #A6CE38;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}



.controleren_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.controleren_content>h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 20px;
  color: #A6CE38;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.controle_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  padding: 5px 0;
  font-family: 'Poppins', sans-serif;
}

.controleren_content article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.controleren_content article img {
  width: 100px;
}

.controleren_content article > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controleren_content article div div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 15px;
}

.controleren_content article div h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.controleren_content article div h3 {
  font-size: 16px;
  font-weight: 200;
  color: #353535;
}

.controleren_content .totaalprijs {
  width: 100%;
  border-top: #E1E1E1 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

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

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

#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: #CDA03A;
}

.remark_btn {
  background-color: #f9f1df;
  color: #CDA03A;
  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;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gekozen_ophaalmoment ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 200;
}

.gekozen_ophaalmoment h2 {
  font-weight: 700;
  font-size: 16px;

}

.gekozen_ophaalmoment h3 {
  font-weight: 200;
  font-size: 16px;
}

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

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


.date_op h2 {
  font-size: 25px;
  color: #EC008C;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif; 
}
.date_op p span {
  font-weight: 700;
  color: #353535;
}

.date_op p {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  display: flex;
  padding: 3px 0;
  justify-content: space-between;
  align-items: center;
}

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

/* Einde Controleren */

/* Bevestiging */

.bestelling_geplaatst {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f0f3f7;
  min-height: calc(100vh - 43px);
}

.bestellingdetails {
  width: 30%;
  background-color: #fff;
  min-height: calc(100vh - 43px);
  display: flex;
  justify-content: center;
  align-items: center;
} 

.bestellingdetails article {
  width: 100%;
  margin: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
}

.bestellingdetails article img {
  width: 200px;
  border-radius: 400px;
  margin-bottom: 40px;
}


.bestellingdetails article > div h2 {
  font-weight: 700;
  text-align: center;
  color: #D37119;
  font-size: 22px;
  margin-bottom: 10px;
}

.bestellingdetails article > div div {
  font-weight: 200;
  font-size: 17px;
  position: relative;
  text-align: center;
}

.bestellingdetails article > div div i {
  color: #D37119;
  margin-top: 20px;
  font-size: 25px;
}


.bedankt_bestelling {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: calc(100vh - 43px);
}

.bedankt_bestelling div >i {
  font-size: 3em;
  color: #D37119;
}

.bedankt_bestelling h1 {
  color: #1C1B1B;
  line-height: 130%;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.bedankt_bestelling h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 700;
}

.bedankt_bestelling > div {
  background-color: #fff;
  padding: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  max-width: 650px;
}

.bedankt_bestelling > div div {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  color: #6a6a6a;
  font-weight: 200;
}

.bedankt_bestelling .bestelling_geplaatst_button {
  padding: 10px 30px;
  background-color: transparent;
  color: #D37119;
  font-size: 16px;
  border: 1px solid #D37119;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  transition: all .3s;
  border-radius: 4px;
}


.bedankt_bestelling .bestelling_geplaatst_button {
  background-color: #D37119;
  color: #ffffff;
}

/* Einde Bevestiging */





/*===Media queries===*/
@media screen and (max-width: 1500px) {
  .cont2 .vertcent {
    left: 50px;
    right: 50px;
  }
  .cont2 .font6 {
    font-size: 1.6em;
  }
  .cont2 .font3 {
    font-size: 105%;
  }

}
@media screen and (max-width: 1300px) { 

 #logo {
  width: 140px;
}
#logo img {
  width: 100px;
}
header.scrolling #logo {
  width: 95px;    
}
header.scrolling #logo img {
  width: 95px;
  padding-top: 21px;
}
.btn.black {
  margin-bottom: 20px;
}
}
@media screen and (max-width: 1230px) {
  .cont2 .vertcent {
    left: 25px;
    right: 25px;
  }
  .cont2 .font6 {
    font-size: 1.5em;
  }
  .cont2 .font3 {
    font-size: 18px;
  }

}
@media screen and (max-width: 1200px) {
 .cont3 {
  width: 96%;
}
.contactheight {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.contacteer-ons {
  margin-right: 0;
}
.contacteer-ons > img {
  max-width: 390px;
}
.location {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 20px;
}
.headhold img {
  margin-right: 10%;
}
.eventfoot .bar1, .eventfoot .bar2 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
}
.eventfoot .bar1 {
  margin-bottom: 20px;
}
.eventfoot .fa {
  display: none;
}

.dashboard aside {
  width: 100%;
}

.dashboard_bestellingen {
  width: 100%;
  margin: 0;
}

.dashboard_bestellingen > h2,
.form_holder_edit > h2, .password_holder > h2, .tegoeden_holder > h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.form_holder_edit, .password_holder, .tegoeden_holder {
  width: 100%;
  margin-left: 0;
}
}
@media screen and (max-width: 1180px) {
  .c1 {
    width: 26%;
  }
  .c2 {
    width: 40%;
  }
  .c3 {
    width: 15%;
  }
  .c4 {
    width: 18%;
  }
}
@media screen and (max-width: 1150px) { 
  .cont2 {
    border-top: 0;
  } 
  .row .cont2:first-child {
    border-top: 1px solid #ededed;
  }
  .row .cont2:last-child {
    border-bottom: 1px solid #ededed;
  }
  .cont2 > * {
    width: 100%;
    float: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .cont2 .content .vertcent {
    position: static;
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .cont2 .content {
    padding: 50px 15px;
    text-align: left;
    background-color: transparent;
  }
  .cont2 .content.reverse {
    text-align: left;
  }
  .cont2 .img {
    padding-bottom: 450px;
  }
  .cont2 .img.hidemob {
    display: none;
  }
  .cont2 .img.showmob {
    display: block;
  }

  .aanbod .products article {
    width: 31.33%;
  }

  .gegevens_holder {
    padding: 0;
    padding-top: 30px;
    flex-wrap: wrap;
  }

  .gegevens_holder form h2,
  .gegevens_holder aside h2 {
    font-size: 20px !important;
  }

  .gegevens_holder aside p {
    font-size: 16px;
  }

  .gegevens_holder aside a {
    font-size: 15px;
  }

  .gegevens_holder form {
    width: 100% !important;
    padding: 50px 10px !important;
    border-right: none !important;
  }

  .shoppingcart_holder {
    background-color: white !important;
  }

  .gegevens_holder aside {
    background-color: #FAFAFA;
    width: 100%;
    padding: 50px 10px !important;
    border-top: #E1E1E1 1px solid;
    margin-right: 0;
    border-bottom: #E1E1E1 1px solid;
  }

  .webshop-form {
    order: 2;
  }

  .gegevens_holder aside .veiligbetalen {
    display: none;
  }

  .gegevens_holder aside {
    order: 1 !important;
  }

  .controleren_prod {
    width: 100%;
    padding: 10px;
    padding-top: 50px;
  }

  .gegevens_holder aside article img {
    width: 70px;
  }

  .gegevens_holder aside article div h2 {
    font-size: 15px !important;
  }

  .controleren_holder aside {
    margin-top: 0;
  }

  .controleren_holder aside {
    padding-top: 20px !important;
  }

  .controleren_prod {
    min-height: initial;
  }

  .controleren_pagina {
    background-color: #fff;
  }

  .buttons form {
    width: initial !important;
    padding: 0 !important;
  }

  .bestelling_geplaatst {
    flex-wrap: wrap;
  }

  .bedankt_bestelling {
    width: 100%;
    min-height: initial;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .bestellingdetails {
    width: 100%;
    min-height: initial;
  }

  .bestellingdetails article {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .bestellingdetails article > img {
    margin-bottom: 0;
  }

  .bestellingdetails article > div {
    padding-left: 50px;
  }

  .bestellingdetails article > div  h2 {
    text-align: left;
  }

  .bestellingdetails article > div div {
    text-align: left;
  }

  
}
@media screen and (max-width: 1100px) {
  .vierkant .opschrift, .rechthoek .opschrift {
    left: 0;
    right: 0;
    padding:5px;
    bottom: 0;
    text-align: center;
  }

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

  .aanbod .products_holder {
    width: 100%;
    margin-top: 20px;
  }

  .aanbod aside .filters {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .rowhead {
    display: none;
  }
  .afhaallist strong {
    display: inline;
  }
  .afhaallist .rowlist {
    padding:10px 0;
  }
  .afhaallist .col{
    width: 100%;
  }
  .afhaallist .c1 {
    padding-left: 5px !important;
  } 
}
@media screen and (max-width: 1050px) {
  .cont7 .font6 {
    font-size: 1.5em;
  }
  .cont7 .content .cnt {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .cont7 .subrow.reverse .content .cnt {
    left: auto;
    right: 5%;
  }

  .categories article {
    width: 31.33%;
  }
}
@media screen and (max-width: 1000px) {
  .krachtlijn2 {
    font-size: 100%;
  }
  .cta {
    width: 600px;
  }
  /*
  .three-row-logo > * {
    float: none;
    width: 50%;
    display: block;
    margin: auto;
    padding:20px 0;
    clear: both;
    text-align: center !important;
    clear: none;
    margin-left: auto !important;
    margin-right: auto !important;
    } */
    .three-row-logo {
      width: 100%;
    }
    .biobtns > a {
      width: 300px;
      max-width: 96%;
    }
    .biobtns > a:hover {    
      -webkit-box-shadow: inset 300px 0 0 0 rgb(70,47,44);
      -moz-box-shadow: inset 300px 0 0 0 rgb(70,47,44);
      box-shadow: inset 300px 0 0 0 rgb(70,47,44);
    }

    .loginpart {
      width: 100%;
      max-width: 100%;
    }

    .logincontent {
      display: none;
    }
  }
  @media screen and (max-width: 980px) {
    .font10 {
      display: block;text-align: center;
    }
    .dienstmain .left {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
    }
    .dienstmain .right {
      display: none;    
    }
    .dienstmain .vierkant.dn {
      display: block;
      width: 100%;  
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      padding:0;
      padding-bottom: 100%;
    }
    .resplogos.dn {
      display: block;
    }    
    .dienstmain .logo {
      width: 49%;
      float: left;
    }
    .dienstmain .logo:nth-child(2n-1) {
      margin-right: 1%;
    }
    .dienstmain .logo:nth-child(2) > *, .dienstmain .logo:nth-child(3) > * {
      float: right;
    }
    .dienstmain .logo:nth-child(2) .opschrift {
      margin-right: 0;
      margin-left: 2%;
    }
    .dienstmain .logo:nth-child(3) .opschrift {
      margin-right: 2%;
      margin-left: 0%;
    }
    
    .logos {
      margin-top: 25px;     
    }
    .dienstmain .logos {
      font-size: 0.9em;
    }
    .contactak {
      margin-top: 20px;
      margin-bottom: 60px;
    }    
  }
  @media screen and (max-width: 950px) {
    .twosplit .half:nth-child(n) {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      border-right: 0;
    }
    .twosplit .half:first-child {
      border-bottom: 1px solid #e5e5e5;
    }
    .headhold img {
      margin-right: 5%;
      top: 0px;
    }
    .levensboom .tak p {
      display: block;
      padding-left: 166px;
    }
    .levensboom .tak p span {
      display: none;
    }
    
    .stap-main {
      margin-right: 0;
    }
    .stap-afb {
      float: none;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: none; 
      margin-top: 20px;     
    }
    .stap-afb.dn {
      display: block;
    }
    .stap-afb.lig {
      width: 100%;
    }

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

    .shopping_cart article {
      flex-wrap: wrap;
      border: 2px dashed #e8e8e8 !important;
    }

    .sub_article .price:first-of-type {
      display: none;
    }

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

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

  @media screen and (max-width: 930px) {
    footer {
      overflow: hidden;
    }
    .rightcor {
      right: -100px;
    }
    .leftcor {
      left: -100px;
    }
    .bollen.dienst > * {
      width: 180px;
      height: 180px;
    }
    .bollen.dienst .bol span {
      font-size: 1.2em;
    }
  }

  @media screen and (max-width: 900px) {   
    .box3:hover {  
      color: #fefefe; 
    }
    .box3:hover .innerbox {
      background-color: rgb(70,47,44);
    }
    .box3 {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
      cursor: pointer;
      padding:15px;
    }      
    .box3 .text {
      display: none;
      margin-top: 20px;
    }
    .box3 .afb {
      margin-bottom: 0;
    }
    .cont7 { 
      text-align: center;
    }
    .cont7.reverse {
      text-align: center;
    }
    .cont7 .top img {
      width: 100%;
    }
    .cont7 .subrow>*{
      width: 100%;
      float: right;
      padding-bottom:0;
    }
    .cont7 .subrow .img {
      padding-bottom: 56.25%;
    }
    .cont7 .content .cnt {
      position: static;  
      width: 96%;
      -ms-transform: translateY(-0%);
      -o-transform: translateY(-0%);
      -moz-transform: translateY(-0%);
      -webkit-transform: translateY(-0%);
      transform: translateY(-0%);
      text-align: center;
    }
    .cont7 .content .cnt * {
      text-align: center;
    }
    .cont7 .subrow.reverse .content .cnt * {
      text-align: center;
    }
    .cont7 .content {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .cont7 .content p {
      display: none;
    }
    .cont7 .font6 {
      margin-bottom: 0;
    }
    .cont7 .content {
      display: none;
    }
    .cont7 .content.dn {
      display: block;
    }
    .bollen > * {
      width: 30.333%;
      margin:1.5%;
    }
    .bollen > *:nth-child(7), .bollen > *:nth-child(6) {
      display: none;
    }
    .bollen > *:nth-child(6) {
      display: inline-block;
    }
  }
  @media all and (max-width: 900px) {
    #nieuwsoverzicht > a
    {
      width: 47%;
      margin-right: 3%;
    }

    #nieuwsoverzicht > a:nth-child(3n)
    {
      margin-right: 3%;
    }

    #nieuwsoverzicht > a:nth-child(2n)
    {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 860px) {
    .cont2 > * {
      width: 100%;
      max-width: 100%;
    }
    .cont2 .img {
      width: 96%;
      padding-bottom: 54%;
      margin-left: 2%;
    }
    .cont2 .content {
      padding-left: 2%;
      padding-right: 2%;
    }
  }
  @media screen and (max-width: 850px) {
    .feco {
      width: 100%;
    }
    .headhold img {
      margin-right: 0%;
      top: 0px;
    }
    .bollen.waardes {
      display: none;
    }
    .waardes.lijst:after {
      display: block;
      clear: both;
      content: "";
    }
    .mobshow {
      display: block !important;
    }
    .waardes.lijst {
      display: block;
      background-color: rgba(0,0,0,0.8);
    }
    .waardes.lijst > * {
      width: 50%;
      padding: 15px 5px;    
      color: #fefefe;
      font-size: 1em;
      font-weight: bold;
      float: left;
      line-height: 25px;
      height: 75px;
      position: relative;
      border-bottom:1px solid rgba(230,230,230);
      border-right:1px solid rgba(230,230,230);
    }
    .waardes.lijst > *:nth-child(2n) {
      border-right:0;
    }
    .waardes.lijst h3 {
      position: absolute;
      left: 5px;
      right: 5px;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .product_header_image {
      width: 100%;
    }

    .product_header_content {
      width: 100%;
      max-width: 100%;
    }

    .product_header {
      flex-wrap: wrap;
    }
    .product_header_image>img {
      max-width: 550px;
    }
  }
  @media screen and (max-width: 800px) {
    .vac-form {
      margin-right: 0;
    }
    .tempimg {
      display: none;
    }
    .cont4 > * {
      width: 100%;
      margin-bottom: 50px;
    }
    .cont4 > *:first-child,.cont4 > *:first-child {
      margin-right: 0;
    }
    .footeritems .footitem:nth-child(2) {
      position: relative;
      left: 0px;
    }
    .cont4 > *:last-child {
      margin-bottom: 0;

    }
    .krachtlijn2 {  
      left: 20px;
      max-width: calc(100% - 40px);
    }

    .krachtlijn2 h1 {    
      font-size: 1.1em;    
    }
    .krachtlijn2 h2 {    
      font-size: 1em;
    }
    #vaclist .item {
      width: 100%;
    }
    .afhaalbtns {
      width: 96%;
      margin-left: auto;
      margin-right: auto;
    }
    .afhaalbtns a {
      display: block;
      margin:10px 0;
      width: 100%;
    }

    .aanbod .products article {
      width: 48%;
    }

    .dashboard_bestellingen article .methode {
      width: 100%;
    }

    .dashboard_bestellingen article .financial {
      width: 100%;
      border-top: 1px solid #ececec;
    }

    .dashboard_bestellingen article .betaling {
      flex-wrap: wrap;
    }

    .dashboard_bestellingen article h2 {
      font-size: 16px;
    }

    .financial dl {
      align-items: flex-start;
    }

    .financial dl>div:last-of-type {
      justify-content: space-between;
    }
    .financial dl>div {
      width: 100%;
      justify-content: space-between;
    }

  }
  @media screen and (max-width: 790px) {
    .two-row-grid > *:nth-child(1n) {
      width: 100%;
      margin-right: 0;
    }
    .cont6 > * {
      width: 100%;
    }
    .cont6 .placeholder {
      margin-right: 0 !important;
      margin-bottom: 1%;
      padding-bottom: 56.25%;
    } 
    .leftcor {
      left: -40px;
    }
    .rightcor {
      right: -40px;
    }
    .homepart .box2:nth-child(4) {
      display: block;
    }
    .headhold img {
      margin-right: 20px;
      top: 20px;
    }
    .linehold .lin1 {
      left: 51%;
    }
    .linehold .lin2 {
      top: auto;
      left: 0;
      right: 0;
      width: auto;
      height: 1px;
      bottom: 35.5%;
    }
    .linehold .lin3 {
      top: 32%;
    }
  }
  @media screen and (max-width: 780px) {
    .dienstmain .logo {
      width: 100%;
      float: none;
    }
    .dienstmain .logo:nth-child(2n-1) {
      margin-right: 0%;
    }
    .dienstmain .logo:nth-child(2) > *, .dienstmain .logo:nth-child(3) > * {
      float: left;
    }
    
    .dienstmain .logos {
      font-size: 1em;
    }
  }
  @media screen and (max-width: 760px) {
   .font10 > span {
    font-size: 2.5em;
    text-align: center;
  }
  .font10 > h1 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 750px) {
  .leftcor {
    left: -130px;
  }
  .rightcor {
    right: -130px;
  }

  .categories article {
    width: 48%;
  }

  .categories article h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 720px){
  footer .newfootitem:nth-child(n) .foottop {
    float: none;
    position: static;
    padding-top: 10px;
  }
}
@media screen and (max-width: 700px){  
  .footeritems .footitem {
    width: 100%;  
    margin:0 auto;
    display: block; 
    text-align: center;  
    margin-bottom: 40px;
    float: none;

  }
  .footeritems .footitem h3 br, .footeritems .footitem h3 span {
    display: none;
  }
  .footeritems .footitem > img {
    display: block;
    margin: 0 auto;
  }
  .footeritems .font9 {
    text-align: center;
  }
  .footeritems:after {
    display: none;
  }
  .footeritems .footitem:last-child {
    margin-bottom: 0;
  }
  .footitem .line2 {
    display: inline-block;
  }  
  nav .bottom {
    display: none;
  }
  .contactak.edu {
    width: 95% !important;
  }
  .bollen.waardes > * {
    width: 47%;
  }

}
@media screen and (max-width: 680px) {
  .linehold .lin1, .linehold .lin2, .linehold .lin3 {
    display: none;
  }

  .headhold {
    height: 80px;
    position: relative;
  }
  .meer {
    left: 0;
    text-align: right;
    padding-right: 140px;
    z-index: 2;
  }
  .headhold img {
    margin-right: 0px;
    bottom: 0px;
    left: auto !important;
    right: 35px;
    position: absolute;
    z-index: 2;
  }
  .homepart, .part {
    margin-top: 20px;
  }
  .homepart .box2:nth-child(1n), .part .box2:nth-child(1n) {
    width: 49.5%;
    margin-right: 1%;
    padding:1%;
    margin-top: 1%;
  }
  .homepart .box2:nth-child(2n), .part .box2:nth-child(2n) {
    margin-right: 0;
  }
  .two-row-grid > .box2:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }
  .evnt .part {
    margin-top: 0;
  }
  .box1 {
    padding-left: 0px;    
  }
  .box1 h3 {
    padding-left: 30px;
    display: block;
  }
  .diensten .box1 h3 {
    padding-left: 50px;
  }
  .diensten .box1 > img {
    left:20px !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);    
  }
  .box1 img {
    left: 0px;
  }
  .font7 {
    font-size: 95%;
  }
  .cta {
    width: 90%;
  }
  .cta img {
    width: 75%;
  }
  .font6 {
    font-size: 1.4em;
  }
  .three-row-grid.single > .box1:last-child {
    margin-left: 0;
  }
  .three-row-grid.single > .box1:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 670px) {
  .biobtns {
    margin:30px auto;
  }
}
@media screen and (max-width: 650px) {
 .nieuwsfichebutton
 {
  margin-bottom: 2em;
}
.font10 > span {
  width: 100%;
  margin-right: 0;    
}
.font10 {
  text-align: center;
  width: 100%;
}
.font10 > h1 {
  text-align: center !important;
}
.font10 > p {
  text-align: center !important;
}
.box3 .font12 {
  font-size: 1.6em;
}

.dashboard_bestellingen article h2 {
  font-size: 14px;
}

.dashboard_bestellingen article {
  padding: 10px;
  font-size: .9em;
}
}
@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }
  .contacteer-ons {
    margin-top: 20px;
  }
  .contactheight {
    min-height: 1px;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
  .contact-form p {
    margin-bottom: 0;
  }  
  #dasmap {
    height: 250px;
  } 

  .loginpart {
    padding: 10px;
  }

  .loginpart form {
    width: 100%;

  }

  .dashboard form {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
  }

  .controle_item h3,
  .controle_item p {
    font-size: 15px;
  }

  .webshop-form #field_Voornaam, .webshop-form #field_Naam,
  .webshop-form #field_Huisnummer, .webshop-form #field_Postcode,
  .webshop-form #field_Gemeente, .webshop-form #field_Straat {
    width: 100%;
  }
}
@media screen and (max-width: 600px) { 
  .register_form {
    padding: 10px !important;
  }

  .PL_Wrapper {
    right: 10px;
  }
  .mt50 {
    margin-top: 35px;
  }
  .stap-main h2 {
    font-size: 1em;
    color: #4e2c29;
    margin-bottom: 15px;
    color: #EE7203;
    font-weight: bold;
  }
  .splash {
    min-height: 100vh;
  }
  .first {
    margin-top: 60px;
  }

  .bigimg .rechthoek {
    width: 100%;
    margin-right: 0;
  }
  .bigimg .vierkant {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .conn {
    width: 8px;
    height: 80px;
    background-color: #cad7f0;
    margin: 0 auto;
  }
  .feco img {
    width: 100%;
  }  
  .splash .img {
    padding-top: 250px;
  }

  .cont2 .font6{
    font-size: 1.8em;
  }
  .btn {
    margin:40px auto;
  }
  nav {
    display: none;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    padding:0;
    padding-top: 50px;
    padding-bottom: 40px;
  } 
  nav a {
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    padding-left: 13px;
  }
  nav a:hover img {
    display: none;
  }
  nav a img {
    display: none;
  }
  nav .language {
    text-align: center;
  }
  nav .language a {
    display: inline-block;
    float: none;
  }
  .headerloc {
    top: 0px;
    right: 10px;
  }

  .toporange > div {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
  }

  #logo {
    left: 10px;
  }

  header {
    top: 50px;
  }

  header #logo img {
    width: 100% !important;
    padding-top: 12px !important;
  } 
  header #logo {
    top: 0px !important;
  }
  header #menubutton {
    margin-top: 0px !important;
    top: 12px !important;
  }
  header.scrolling #menubutton {
    margin-top: 0px;
    top: 12px;
  }
  header.scrolling #menubutton.active {
    margin-top: 22px;
  } 
  header.scrolling {
    height: 60px;
  }
  header.scrolling #logo {
    width: 80px;
  }
  header.scrolling #logo img {
    width: 100%;
    padding-top: 9px;
  } 
  header.active #logo {
    display: none !important;
  } 
  #menubutton.pageready {
    right: 10px;
  }
  .cont3.dn {
    display: block !important;
  }
  #logo {
    width: 80px;
    -webkit-transform: translateX(-160%);
    transform: translateX(-160%);  
  }
  #logo.noblue {
    width: 80px;     
  }
  #logo img {
    width: 100%;
  }
  #logo.noblue img {
    width: 100%;
  }
  #logo.pageready {
    left: 10px;
  }
  #logo img {
    width: 70px;
    padding:10px 0;
  } 
  #video_background {
    display: none;
  }  
  .logosplash {
    position: static;
    -o-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    display: block;
    margin: 0 auto;
  }
  .kaart {
    width: 85% !important;
  }
  .splash .text {
    display: none;
  }
  .splash .img {
    padding-top: 80px;
  }
  .xknop {
    position: absolute;
    margin: 0;
    top: -10px;
    right: 3px;
  }
  
  .cont4 > * {
    margin-bottom: 35px;
  }
  .mt100 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 550px) {
  body .team.four-row-grid > * {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
  }
  .leftcor {
    display: none;
  }
  .rightcor {
    display: none;
  }
  #nieuwsoverzicht > a
  {
    margin-right: 0 !important;
    width: 100%;
  }
  .notonmobile
  {
    display: none !important;
  }
  .homepart .box2:nth-child(1n) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 547px) {
  .btn.margin {
    margin-left: auto;
    display: block;
  }
  .btn.width {
    width: 245px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tegoed_winkelwagen input {
    width: 100%;
    margin-bottom: 10px;
  }

  .sub_article {
    flex-wrap: wrap;
  }

  .sub_article .aantal {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }

  .tegoed_winkelwagen button {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font4 {
    font-size: 2em;
  }
  .smallify {
    font-size: 1.7em !important;
  }
  .font5 {
    font-size: 1.8em;
  }
  .bollen > * {
    width: 46%;
    margin: 2%;
  }
  .bollen.waardes > * {
    width: 48%;
    margin:1%;
  }
  .waardes.lijst > *:nth-child(1n) {
    width: 100%;
    border-right: 0;
  }  
  .leftcor {
    left: -70px;
  }
  .rightcor {
    right: -70px;
  }

  .aanbod .products article {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .half_width_input {
    width: 100%;
  }

  .dashboard .menuitem {
    font-size: 15px;
  }

  .categories article {
    width: 98%;
    margin: 1% 2%;
  }

  .categories article h2 {
    font-size: 15px;
  }

  .page_header {
    padding: 70px 10px 30px 10px;
  }

  .categories>h2 {
    font-size: 20px;
  }

  .page_header h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .page_header h2 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .page_header>div {
    font-size: 16px;
  }

}
@media screen and (max-width: 480px) {
  .backblack .vertcent {
    font-size: 85%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 475px) {
  .font10 br.dn {
    display: inline-block;
  }
  .font10 > h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cta img {
    width: 90%;
  }
  .cta {
    margin:50px auto;
  }
  .cta strong {
    margin-bottom: 20px;
  }
  .contactak.edu a {
    width: 200px !important;
    margin-left: -100px !important;
  }
}
@media screen and (max-width: 460px) {
  .strlform .submit {
    width: 100%;
    top: 0;
  }
  .strlform input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .dienstmain .logo > :first-child {
    margin-right: 0%;
  }
  .dienstmain .logo > * {
    width: 100%;
    display: block;
    float: none;
  }
  .dienstmain .logo .opschrift {
    padding-bottom: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dienstmain .logo.even > img {
    display: none;
  }
  .dienstmain .logo.even > img.dn {
    display: block;
  }
  .box3 {
    text-align: center !important;
    padding-top: 100px; 
    padding:30px;
  }
  .cont2 .content.small {
    padding:10px;
    padding-top: 35px;
  }
  .cont2 .content.medium {
    padding:50px 25px;
  }
  .leftcor {
    left: -100px;
  }
  .rightcor {
    right: -100px;
  }
  .part > .box2:nth-child(1n) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .bollen.waardes > *:nth-child(n+4) {
    display: none;
  }
  .bollen.waardes > * {
    width: 96%;
    margin:2%;
  }
  
}
@media screen and (max-width: 400px) {
  .cont2 .content, .cont2.reverse .content {
    text-align: center;
  }
  .cont2 .content .line2 {
    display: inline-block;
  }
  body {
    font-size: 1em;
  }
  .btn.width {
    width: 232px;
    max-width: 100%;
  }
  .backblack .line {
    display: none;
  }
  .backblack .font3 {
    display: none;
  }
  .splash .img {
    padding-top: 80px;
  }

  footer h4 {
    font-size: 1.2em;
  }
  footer .newfootitem:nth-child(2) > * {
    margin-left: 20px;
  }
  footer .newfootitem:first-child > * {
    margin-right: 20px;
  }

  .stap {
    padding-left: 0px;    
    padding-top: 25px;
  }
  .stap-main h1 span {
    position: relative;
    display: inline-block;
    top: -3px;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 2px;
  }

}
@media all and (max-width: 390px) {
  .nleft
  {
    width: 31%;
  }

  .nright
  {
    width: 65%;
  }

  .nleft .nieuwsfichebutton
  {
    width: 100%;
  }

  .nright .nieuwsfichebutton
  {
    margin-left: 4%;
    float: left;
    width: 48%;
  }

  .nright .nieuwsfichebutton:first-child
  {
    margin-left: 0;
  }
}
@media screen and (max-width: 350px) {  
  .tak .date {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .boomhold:after {
    display: none;
  }
  .tak {
    text-align: center;
  }
  .levensboom .tak p {
    padding-left: 5px;
    padding-right: 5px;
  }

}
@media screen and (max-width: 300px) {
  .bollen > * {
    width: 96%;
    margin: 2%;
  }
}

#content-container {
  width: 50%;
  margin: auto;
  margin-bottom: 2em;
}

#content-container h2 {
  color: #d37119;
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color: #000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0 #d37119;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #d37119;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #d37119;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #d37119;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 > span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

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

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

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