/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9-jun-2016, 17:03:02
    Author     : Tim Aertsen
*/
/**********************************************
* 1180 CSS Grid System - Fluid
* by Chris Blackwell / chrisblackwell.me
**********************************************/
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.wrap {
  width: 1180px;
  margin: 0 auto;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
}
.row {
  margin: 0 0 60px 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Sets default values on all columns */
[class*="span"] {
  margin-right: 2%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="span"]:last-child {
  margin-right: 0;
}
.prototype [class*="span"] {
  background: #ececec;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}
.span1 {
  width: 6.5%;
}
.span2 {
  width: 15%;
}
.span3 {
  width: 23.5%;
}
.span4 {
  width: 32%;
}
.span5 {
  width: 40.5%;
}
.span6 {
  width: 49%;
}
.span7 {
  width: 57.5%;
}
.span8 {
  width: 66%;
}
.span9 {
  width: 74.5%;
}
.span10 {
  width: 83%;
}
.span11 {
  width: 91.5%;
}
.span12 {
  width: 100%;
  float: none;
}
/**********************************
* Smaller Screens
**********************************/
@media only screen and (max-width: 1200px) {
  .wrap {
    width: 96%;
  }
}
/**********************************
* Tablets
**********************************/
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 96%;
  }
}
/**********************************
* Mobile Devices
* - All columns are full width
**********************************/
@media only screen and (max-width: 767px) {
  .wrap {
    width: 96%;
  }
  .row {
    margin: 0;
  }
  [class*="span"] {
    margin: 15px 0;
    float: none;
    width: 100%;
  }
}
.blockdisplay {
  display: block;
}
.divider {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #E7ECEF;
}
.zwart {
  color: #000000;
}
.source-sans {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.mont-serrat {
  font-family: 'Montserrat', sans-serif;
}
.none-appearance {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.text-center {
  text-align: center;
}
.ease-none {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ease-veryslow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ease-slow {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.ease-normal {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ease-fast {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.circle-border-radius {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../include/boxsizing.htc);
  outline: none;
}
html,
body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html.overflow,
body.overflow {
  overflow: hidden;
  position: fixed;
}
i {
  padding: 0 1px;
}
button {
  cursor: pointer;
}
a {
  cursor: pointer;
}
a.current {
  color: #E83D4F !important;
}
img {
  max-width: 100%;
}
.vet {
  font-family: 'Montserrat', sans-serif;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
body {
  color: #979797;
}
h1 {
  font-size: 57px;
  font-weight: 200;
  line-height: 60px;
  margin-bottom: 20px;
  color: #353535;
  clear: both;
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-size: 57px;
  font-weight: 200;
  line-height: 60px;
  margin-bottom: 20px;
  color: #353535;
  clear: both;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
h3 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 15px;
  clear: both;
}
p {
  font-weight: 400;
  line-height: 25px;
  color: #979797;
  margin-bottom: 30px;
}
a {
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #E83D4F;
}
a:hover {
  text-decoration: none;
}
a.no-link {
  text-decoration: none !important;
  color: #979797;
}
hr {
  background: #979797;
  border: none;
  margin: 0;
  width: 100%;
  height: 1px;
}
/*====================================================
STRUCTUUR
=====================================================*/
.no-visible,
.animated {
  visibility: hidden;
}
@media only screen and (max-width: 500px) {
  .no-visible,
  .animated {
    visibility: visible;
  }
}
.visible {
  visibility: visible !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.leftmargin {
  margin-left: 10px;
}
.rightmargin {
  margin-right: 10px;
}
.clear {
  clear: both;
  overflow: hidden;
}
.no-margin {
  margin: 0;
}
.center-align {
  text-align: center;
}
.fixed {
  position: fixed;
}
.visible {
  visibility: visible;
}
.full-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -323px;
  position: relative;
  overflow: hidden;
}
.push {
  height: 323px;
}
.container {
  margin: 0 auto;
  width: 1180px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .container {
    width: 95%;
  }
}
img[align="left"] {
  margin: 0 20px 20px 0;
}
img[align="right"] {
  margin: 0 0 20px 20px;
}
.newsletter-melding {
  position: fixed;
  top: 25px;
  z-index: 50000;
  left: 25px;
  padding: 15px 35px !important;
}
.newsletter-melding #closeNewsletterMelding {
  position: absolute;
  top: 5px;
  right: 5px;
}
/*====================================================
TABLE
=====================================================*/
table {
  border-collapse: collapse;
}
table tr th,
table tr td {
  padding: 10px 10px 10px 0;
}
table tr th {
  text-align: left;
}
/*====================================================
ALERTS
=====================================================*/
.alert {
  line-height: 24px;
  padding: 10px 20px;
  border: 1px solid #616161;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 30px;
  display: block;
}
.alert p {
  margin: 0;
}
.alert.alert-succes {
  background-color: #d8f3cc;
  border-color: #a3cb92;
  margin-bottom: 0;
}
.alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/*====================================================
FORM
=====================================================*/
label {
  margin-bottom: 5px;
  display: block;
}
label.sublabel {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
}
label.check-label {
  margin-left: 18px;
  display: inline-block;
}
.form-row {
  margin-left: -2%;
  clear: both;
}
.form-row .form-item {
  margin-left: 2%;
  margin-bottom: 20px;
  width: 98%;
  float: left;
}
.form-row .form-item.half {
  width: 48%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 15px;
  line-height: 20px;
  min-height: 40px;
  border: 1px solid #E7ECEF;
  color: #353535 !important;
  width: 100%;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
textarea {
  padding: 10px 20px;
  line-height: 25px;
  min-height: 150px;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
select:focus,
textarea :focus {
  border-color: #cacaca;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.privacy-check {
  padding-left: 10px;
  margin-top: 10px;
}
.privacy-check label {
  text-transform: initial;
}
.error-input {
  border: 1px solid #E83D4F !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.form-item {
  position: relative;
  margin-bottom: 20px;
}
.form-item input:-webkit-autofill {
  background-color: #FFF !important;
}
.form-item {
  width: 100%;
}
.form-item input,
.form-item select {
  width: 66.67%;
}
@media only screen and (max-width: 500px) {
  .form-item input,
  .form-item select {
    width: 100%;
  }
}
.form-item input.fullWidth,
.form-item select.fullWidth {
  width: 100%;
}
.ajax_success {
  display: none;
}
.ajax_error {
  display: none;
}
.loginFrame .col75 {
  width: 75%;
  margin-bottom: 20px;
}
.loginFrame .col40 {
  width: 40%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .loginFrame .col40 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .loginFrame .col75,
  .loginFrame .col40 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .loginFrame .btn {
    width: 100%;
  }
  .loginFrame div:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #E7ECEF;
    margin-bottom: 20px;
  }
}
.buttonMargin {
  margin-top: 12px;
}
@media only screen and (max-width: 500px) {
  .buttonMargin {
    margin-top: 26px;
  }
}
select {
  background-color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  font-family: 'Montserrat', sans-serif;
}
.supportMenuWrapper .titel {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #353535;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.supportMenuWrapper ul li {
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .accountMenu,
  .accountContent {
    width: 100%;
  }
  .accountMenu {
    display: none;
  }
  .supportMenu {
    height: 60px;
  }
  .supportMenuWrapper {
    background-color: #FFF;
    display: block;
    margin-bottom: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #E7ECEF;
    position: relative;
    line-height: 40px;
  }
  .supportMenuWrapper .titel {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #353535;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    cursor: pointer;
  }
  .supportMenuWrapper:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    color: #E83D4F;
    top: 0;
    line-height: 40px;
    right: 20px;
    z-index: 0;
  }
  .supportMenuWrapper ul {
    display: none;
    padding: 0 20px !important;
  }
  .supportMenuWrapper ul li a {
    display: block;
  }
}
.select-wrapper {
  background-color: #FFF;
  display: block;
  position: relative;
}
.select-wrapper.productConfiguratie {
  width: 50%;
}
.select-wrapper select {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.select-wrapper:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  color: #E83D4F;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  right: 20px;
  z-index: 0;
}
/*====================================================
BUTTON
=====================================================*/
.btn {
  text-decoration: none;
  background-color: #E83D4F;
  color: #fff !important;
  padding: 13px 30px;
  line-height: 20px;
  border: 2px solid #E83D4F;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none;
}
.btn:hover {
  text-decoration: none;
  background-color: #d81a2e;
  border-color: #d81a2e;
  color: #fff;
}
.btn.btn-full {
  width: 100%;
}
.btn.btnWitRma {
  border: 1px solid #cacaca;
  background-color: #FFF;
  color: #353535 !important;
  margin-left: 15px;
}
.btn.btnWitRma:hover {
  border: 1px solid #cacaca;
  background-color: #FFF;
  color: #E83D4F !important;
}
.btn.loginBtn {
  margin: 40px 0 10px 0;
}
.ctabtn {
  text-decoration: none;
  background-color: #FFF;
  border: 2px solid #E83D4F;
  color: #E83D4F !important;
}
.ctabtn:hover {
  text-decoration: none;
  color: #d81a2e;
  border-color: #d81a2e;
  background-color: #FFF;
}
.ctabtn.btn-full {
  width: 100%;
}
.ghostBtn {
  text-decoration: none;
  border: 2px solid #E83D4F;
  background-color: transparent;
  color: #E83D4F;
  padding: 13px 30px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ghostBtn:hover {
  text-decoration: none;
  border-color: #d81a2e;
  color: #d81a2e;
}
.ghostBtn.btn-full {
  width: 100%;
}
.ghostBtn.wit {
  border: 2px solid #FFF;
  color: #FFF;
}
.ghostBtn.wit:hover {
  text-decoration: none;
  background-color: #FFF;
  border-color: #FFF;
  color: #353535;
}
.ghostBtnWit {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 13px 30px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ghostBtnWit:hover {
  text-decoration: none;
  background-color: #FFF;
  border-color: #FFF;
  color: #353535;
}
/*====================================================
BESTANDEN
=====================================================*/
.bestanden-wrapper {
  margin-bottom: 30px;
}
.bestanden-wrapper a {
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.bestanden-wrapper a:first-child {
  margin-top: 0;
}
/*====================================================
BREADCRUMB
=====================================================*/
.breadcrumb-wrapper {
  margin: 30px 0 30px 0;
}
.breadcrumb-wrapper.standard {
  margin: 30px 0 30px 0 !important;
}
@media only screen and (max-width: 1023px) {
  .breadcrumb-wrapper {
    margin: 105px 0 0px 0;
  }
}
.breadcrumb-wrapper .breadcrumb {
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  display: inline-block;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #979797;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item i {
  font-size: 30%;
  vertical-align: middle;
  color: #E83D4F;
  font-size: 5px;
  line-height: 20px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.breadcrumb-back {
  margin-right: 20px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.breadcrumb-back a {
  color: #E83D4F;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.breadcrumb-back a i {
  font-size: 100%;
}
@media only screen and (max-width: 750px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
/*====================================================
COOKIE BANNER
=====================================================*/
.cookie-banner {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.cookie-banner a {
  color: #FFF;
  text-decoration: underline !important;
}
.cookie-banner a:hover {
  text-decoration: none !important;
}
.cookie-banner .text {
  float: left;
  color: #fff;
  font-size: 13px;
  padding-top: 9px;
}
.cookie-banner .btn {
  float: right;
  padding: 8px 10px;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 0;
  text-decoration: none !important;
}
@media only screen and (max-width: 670px) {
  .cookie-banner {
    text-align: center;
  }
  .cookie-banner .text,
  .cookie-banner .btn {
    float: none;
  }
  .cookie-banner .text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .cookie-banner .btn {
    padding: 5px 10px;
  }
}
a,
label {
  cursor: pointer;
}
/*====================================================
Nieuws
=====================================================*/
.nieuwsBox {
  border: 1px solid #acacac;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.nieuwsBox a {
  display: block;
}
.nieuwsBox:hover {
  border: 1px solid #F00;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/*====================================================
MODAL
=====================================================*/
.hide {
  display: none;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal h2 {
  margin-bottom: 8px;
}
.modal {
  background: #fff;
  margin: 15px 0;
  margin-left: -20%;
  padding: 50px 20px;
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 1050;
  overflow: hidden;
  width: 40%;
  min-height: 95px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  text-align: center;
  /* IE6-7 */
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.modal .buttongroup .btn {
  margin-right: 20px;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px 0;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 15px 0 0 0;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/*====================================================
MODAL
=====================================================*/
.vraag {
  border-bottom: 1px solid #dfe3eb;
}
.vraag h3 {
  margin-top: 0;
  margin: 20px 0 20px 0;
  cursor: pointer;
}
.vraag h3 i {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.vraag .antwoord-wrapper {
  display: none;
}
.vraag .feedback {
  margin-bottom: 20px;
}
.vraag .confirm {
  display: inline-block;
  margin-right: 20px;
}
.vraag .btn {
  margin-right: 15px;
}
.vraag .vraag h3 i {
  font-size: 16px;
  line-height: 22px;
  color: #bc0200;
}
.vraag .antwoord-wrapper {
  display: none;
}
.vraag .feedback {
  margin-bottom: 20px;
}
.vraag .confirm {
  display: inline-block;
  margin-right: 20px;
}
.btn-green {
  color: #00cc00 !important;
  background-color: #FFF;
  border: 2px solid #00cc00;
  min-width: auto;
}
.btn-green:hover {
  border-color: #00cc00;
  background-color: #00cc00;
  color: #FFF !important;
}
.btn-red {
  color: #CE0F0F !important;
  background-color: #FFF;
  border: 2px solid #CE0F0F;
  min-width: auto;
}
.btn-red:hover {
  border-color: #CE0F0F;
  background-color: #CE0F0F;
  color: #FFF !important;
}
@media only screen and (max-width: 500px) {
  .vraagDetail {
    padding-bottom: 40px;
  }
}
.vraagDetail h3 {
  margin-top: 0;
  margin: 20px 0 20px 0;
  cursor: pointer;
}
.vraagDetail h3 i {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.vraagDetail .antwoord-wrapper {
  display: none;
}
.vraagDetail .feedback {
  margin-bottom: 20px;
}
.vraagDetail .confirm {
  display: inline-block;
  margin-right: 20px;
}
.vraagDetail .btn {
  margin-right: 15px;
}
.vraagDetail .vraag h3 i {
  font-size: 16px;
  line-height: 22px;
  color: #bc0200;
}
.vraagDetail .antwoord-wrapper {
  display: none;
}
.vraagDetail .feedback {
  margin-bottom: 20px;
}
.vraagDetail .confirm {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 500px) {
  .vraagDetail .btn,
  .vraagDetail .ghostBtn {
    display: block;
    margin: 0;
    text-align: center;
    margin-bottom: 4%;
  }
}
/*====================================================
SOCIAL SHARE
=====================================================*/
.socialShare {
  font-size: 40px;
  margin: 20px 0;
}
.socialShare h3 {
  margin-bottom: 10px;
}
.socialShare a {
  font-size: 40px;
  text-decoration: none !important;
}
.socialShare a :hover {
  opacity: 0.8;
}
.socialShare a.facebook {
  color: #3b5998;
}
.socialShare a.twitter {
  color: #00acee;
}
.socialShare a.pinterest {
  color: #c8232c;
}
.topHeader-wrapper {
  background-color: #FFF;
}
.topHeader-wrapper .topHeader {
  font-size: 13px;
  line-height: 35px;
}
@media only screen and (max-width: 1023px) {
  .topHeader-wrapper .topHeader {
    display: none;
  }
}
.topHeader-wrapper .topHeader .row {
  margin: 0;
}
.topHeader-wrapper .topHeader .row .troevenLijst {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.topHeader-wrapper .topHeader .row .troevenLijst li {
  float: left;
  position: relative;
  margin-right: 30px;
  font-size: 13px;
}
.topHeader-wrapper .topHeader .row .troevenLijst li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: -25px;
  width: 20px;
  top: 3px;
  line-height: 30px;
  color: #E83D4F;
}
@media only screen and (max-width: 1000px) {
  .topHeader-wrapper .topHeader .row .troevenLijst li:last-child {
    display: none;
  }
}
.topHeader-wrapper .topHeader .row .span6,
.topHeader-wrapper .topHeader .row .span5,
.topHeader-wrapper .topHeader .row .span7 {
  text-align: right;
  position: relative;
  padding-right: 7px;
}
.topHeader-wrapper .topHeader .row .span6 .topLink,
.topHeader-wrapper .topHeader .row .span5 .topLink,
.topHeader-wrapper .topHeader .row .span7 .topLink,
.topHeader-wrapper .topHeader .row .span6 #toggleAccountMenu,
.topHeader-wrapper .topHeader .row .span5 #toggleAccountMenu,
.topHeader-wrapper .topHeader .row .span7 #toggleAccountMenu {
  text-transform: uppercase;
  margin-left: 25px;
  color: #979797;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 11px;
  position: relative;
}
.topHeader-wrapper .topHeader .row .span6 .topLink:hover,
.topHeader-wrapper .topHeader .row .span5 .topLink:hover,
.topHeader-wrapper .topHeader .row .span7 .topLink:hover,
.topHeader-wrapper .topHeader .row .span6 #toggleAccountMenu:hover,
.topHeader-wrapper .topHeader .row .span5 #toggleAccountMenu:hover,
.topHeader-wrapper .topHeader .row .span7 #toggleAccountMenu:hover {
  color: #E83D4F;
}
.topHeader-wrapper .topHeader .row .span6 .topLink:first-of-type,
.topHeader-wrapper .topHeader .row .span5 .topLink:first-of-type,
.topHeader-wrapper .topHeader .row .span7 .topLink:first-of-type,
.topHeader-wrapper .topHeader .row .span6 #toggleAccountMenu:first-of-type,
.topHeader-wrapper .topHeader .row .span5 #toggleAccountMenu:first-of-type,
.topHeader-wrapper .topHeader .row .span7 #toggleAccountMenu:first-of-type {
  padding-left: 15px;
}
.topHeader-wrapper .topHeader .row .span6 .topLink:first-of-type:before,
.topHeader-wrapper .topHeader .row .span5 .topLink:first-of-type:before,
.topHeader-wrapper .topHeader .row .span7 .topLink:first-of-type:before,
.topHeader-wrapper .topHeader .row .span6 #toggleAccountMenu:first-of-type:before,
.topHeader-wrapper .topHeader .row .span5 #toggleAccountMenu:first-of-type:before,
.topHeader-wrapper .topHeader .row .span7 #toggleAccountMenu:first-of-type:before {
  content: "\f005";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
  color: #E83D4F;
  margin-top: -10px;
}
.topHeader-wrapper .topHeader .row .span6 .topLink span .hidden,
.topHeader-wrapper .topHeader .row .span5 .topLink span .hidden,
.topHeader-wrapper .topHeader .row .span7 .topLink span .hidden,
.topHeader-wrapper .topHeader .row .span6 #toggleAccountMenu span .hidden,
.topHeader-wrapper .topHeader .row .span5 #toggleAccountMenu span .hidden,
.topHeader-wrapper .topHeader .row .span7 #toggleAccountMenu span .hidden {
  display: none;
}
.topHeader-wrapper .topHeader .row .span6 .showLanguageDropdown,
.topHeader-wrapper .topHeader .row .span5 .showLanguageDropdown,
.topHeader-wrapper .topHeader .row .span7 .showLanguageDropdown {
  margin-left: 25px;
  display: inline-block;
  line-height: 20px !important;
  line-height: 20px;
  text-align: center;
  color: #979797;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding-right: 15px;
  text-transform: uppercase;
}
.topHeader-wrapper .topHeader .row .span6 .showLanguageDropdown:hover,
.topHeader-wrapper .topHeader .row .span5 .showLanguageDropdown:hover,
.topHeader-wrapper .topHeader .row .span7 .showLanguageDropdown:hover {
  color: #E83D4F;
}
.topHeader-wrapper .topHeader .row .span6 .showLanguageDropdown:after,
.topHeader-wrapper .topHeader .row .span5 .showLanguageDropdown:after,
.topHeader-wrapper .topHeader .row .span7 .showLanguageDropdown:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 11px;
  margin-top: -10px;
}
.topHeader-wrapper .topHeader .row .span6 #taalSelectieMobiel .showLanguageDropdown,
.topHeader-wrapper .topHeader .row .span5 #taalSelectieMobiel .showLanguageDropdown,
.topHeader-wrapper .topHeader .row .span7 #taalSelectieMobiel .showLanguageDropdown {
  padding: 5px 0px 5px 0px;
  color: #FFF;
}
.topHeader-wrapper .topHeader .row .span6 .showLanguageDropdown i,
.topHeader-wrapper .topHeader .row .span5 .showLanguageDropdown i,
.topHeader-wrapper .topHeader .row .span7 .showLanguageDropdown i {
  margin-left: 10px;
}
.topHeader-wrapper .topHeader .row .span6 .languageDropdown,
.topHeader-wrapper .topHeader .row .span5 .languageDropdown,
.topHeader-wrapper .topHeader .row .span7 .languageDropdown {
  background-color: #FFF;
  list-style-type: none;
  text-align: center;
  position: absolute;
  display: none;
  right: 5px;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  text-transform: uppercase;
}
.topHeader-wrapper .topHeader .row .span6 #taalSelectieMobiel .languageDropdown,
.topHeader-wrapper .topHeader .row .span5 #taalSelectieMobiel .languageDropdown,
.topHeader-wrapper .topHeader .row .span7 #taalSelectieMobiel .languageDropdown {
  margin-left: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #acacac;
  border-top: 0px;
}
.topHeader-wrapper .topHeader .row .span6 .languageDropdown li,
.topHeader-wrapper .topHeader .row .span5 .languageDropdown li,
.topHeader-wrapper .topHeader .row .span7 .languageDropdown li {
  float: none;
  line-height: 40px;
}
.topHeader-wrapper .topHeader .row .span6 .languageDropdown li:hover,
.topHeader-wrapper .topHeader .row .span5 .languageDropdown li:hover,
.topHeader-wrapper .topHeader .row .span7 .languageDropdown li:hover {
  background-color: rgba(232, 61, 79, 0.1);
}
.topHeader-wrapper .topHeader .row .span6 .languageDropdown li a,
.topHeader-wrapper .topHeader .row .span5 .languageDropdown li a,
.topHeader-wrapper .topHeader .row .span7 .languageDropdown li a {
  display: block;
  padding: 5px 10px 5px 10px;
  color: #979797;
  text-decoration: none;
}
.topHeader-wrapper .topHeader .row .span6 .taalSelectieMobiel .languageDropdown li,
.topHeader-wrapper .topHeader .row .span5 .taalSelectieMobiel .languageDropdown li,
.topHeader-wrapper .topHeader .row .span7 .taalSelectieMobiel .languageDropdown li {
  float: none;
  line-height: 40px;
  border-bottom: 1px solid #cacaca;
}
.topHeader-wrapper .topHeader .row .span6 .taalSelectieMobiel .languageDropdown li:last-of-type,
.topHeader-wrapper .topHeader .row .span5 .taalSelectieMobiel .languageDropdown li:last-of-type,
.topHeader-wrapper .topHeader .row .span7 .taalSelectieMobiel .languageDropdown li:last-of-type {
  border-bottom: none;
}
.topHeader-wrapper .topHeader .row .span6 .taalSelectieMobiel .languageDropdown li a,
.topHeader-wrapper .topHeader .row .span5 .taalSelectieMobiel .languageDropdown li a,
.topHeader-wrapper .topHeader .row .span7 .taalSelectieMobiel .languageDropdown li a {
  color: #333 !important;
  text-decoration: none;
}
.topHeader-wrapper .topHeader .row .span6 .taalSelectieMobiel .languageDropdown li a:hover,
.topHeader-wrapper .topHeader .row .span5 .taalSelectieMobiel .languageDropdown li a:hover,
.topHeader-wrapper .topHeader .row .span7 .taalSelectieMobiel .languageDropdown li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .topHeader-wrapper .topHeader {
    display: none;
  }
}
.header-wrapper {
  border: 1px solid #E7ECEF;
  background-color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .header-wrapper {
    display: none;
  }
}
.header-wrapper .header .row {
  padding-top: 30px;
  margin: 0px !important;
  height: 102px;
}
.header-wrapper .header .row .zoeken-wrapper {
  width: 27.5% !important;
}
.header-wrapper .header .row .zoeken-wrapper input[type=text] {
  min-height: 38px;
}
.header-wrapper .header .row .menu-wrapper {
  width: 55.5% !important;
  margin-right: 0;
}
.header-wrapper .header .row .menu-wrapper ul {
  list-style-type: none;
}
.header-wrapper .header .row .menu-wrapper ul li {
  float: left;
  padding: 5px 5px;
  margin-left: 5px;
  position: relative;
}
.header-wrapper .header .row .menu-wrapper ul li.heeftSub {
  padding-right: 15px;
}
.header-wrapper .header .row .menu-wrapper ul li.heeftSub a {
  padding-right: 20px;
}
.header-wrapper .header .row .menu-wrapper ul li.heeftSub:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  width: 10px;
  right: 15px;
  line-height: 25px;
  top: 6px;
}
.header-wrapper .header .row .menu-wrapper ul li:first-child {
  margin-left: 0px;
}
.header-wrapper .header .row .menu-wrapper ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #979797;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  position: relative;
  z-index: 20;
  padding: 25px 8px 45px 8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 3px solid transparent;
}
.header-wrapper .header .row .menu-wrapper ul li.solutions {
  margin-left: 10px;
}
.header-wrapper .header .row .menu-wrapper ul li.solutions:before {
  content: '|';
  color: #979797;
  margin-left: -10px;
  position: absolute;
}
.header-wrapper .header .row .menu-wrapper ul li.active a,
.header-wrapper .header .row .menu-wrapper ul li.activeState a {
  color: #000000;
  border-bottom: 3px solid #E83D4F;
}
.header-wrapper .header .row .menu-wrapper ul li:hover a {
  color: #000000;
  border-bottom: 3px solid #E83D4F;
}
.header-wrapper .header .row .menu-wrapper ul li:hover ul {
  display: block;
}
.header-wrapper .header .row .menu-wrapper ul li ul {
  position: absolute;
  left: 0;
  display: none;
  top: 73px;
  background: #fff;
  padding: 5px 30px;
  list-style: none;
  border: 1px solid #E7ECEF;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 15;
}
.header-wrapper .header .row .menu-wrapper ul li ul li {
  float: none;
  margin-right: 0;
  margin-left: 0 !important;
  border-bottom: 1px solid #E7ECEF;
}
.header-wrapper .header .row .menu-wrapper ul li ul li:last-child {
  border-bottom: 0;
}
.header-wrapper .header .row .menu-wrapper ul li ul li a {
  border: 0 !important;
  color: #979797 !important;
  padding: 25px 0;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: center;
}
.header-wrapper .header .row .menu-wrapper ul li ul li a:hover {
  color: #353535 !important;
}
.header-wrapper .header .row .winkelmandTop {
  width: 38%;
}
.header-wrapper .header .row .winkelmandTop a {
  background-image: url(../images/shopping-bag@2x.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 10px 0 10px 30px;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  dislay: block;
  font-size: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header-wrapper .header .row .winkelmandTop a:hover {
  color: #E83D4F;
}
.header-wrapper .header .row .winkelmandTop a i {
  color: #E83D4F;
  font-size: 20px;
  padding-right: 5px;
}
.header-wrapper .header .row .zoekVeldTop {
  width: 40%;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header-wrapper .header .row .zoekVeldTop input[type=text] {
  border: 0;
  padding: 0 40px 0 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
}
.header-wrapper .header .row .zoekVeldTop button {
  cursor: pointer;
  color: #E83D4F;
  opacity: 0.7;
  font-size: 18px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  border: 0;
  background-color: transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header-wrapper .header .row .zoekVeldTop.focus {
  width: 58% !important;
}
.header-wrapper .header .row .zoekVeldTop.focus button {
  opacity: 1;
}
.banner .row {
  margin-top: 0;
}
.banner.supportBanner {
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.banner.homeBanner {
  height: 713px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 500px) {
  .banner.homeBanner {
    height: 350px;
  }
}
.banner.homeBanner .content {
  display: table;
  background-size: cover !important;
  background-position: center center !important;
  z-index: 0;
  width: 100%;
  height: 713px;
}
@media only screen and (max-width: 500px) {
  .banner.homeBanner .content {
    height: 350px;
  }
}
.banner.homeBanner .content .contentInhoud {
  height: 100%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  color: #FFF;
  max-width: 100%;
  text-align: center;
}
.banner.homeBanner .content .contentInhoud h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
}
.banner.homeBanner .content .contentInhoud h1,
.banner.homeBanner .content .contentInhoud p {
  margin: 0 auto 30px auto;
  display: block;
  max-width: 750px;
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .banner.homeBanner .content .contentInhoud p {
    display: none;
  }
}
.banner.homeBanner .span12 {
  height: 713px;
  position: relative;
}
.banner.homeBanner .span12 a {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.banner.caseBanner {
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  z-index: 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .banner.caseBanner {
    height: 60% !important;
  }
}
@media only screen and (max-width: 500px) {
  .banner.caseBanner {
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .banner.caseBanner {
    margin-top: 70px;
  }
}
.banner.caseBanner .content {
  height: 100%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  color: #FFF;
  max-width: 100%;
  text-align: center;
}
.banner.caseBanner .content h1,
.banner.caseBanner .content p {
  margin: 0 auto 30px auto;
  display: block;
  max-width: 750px;
  color: #FFF;
  text-align: center;
  max-width: 70%;
}
@media only screen and (max-width: 500px) {
  .banner.caseBanner .content h1,
  .banner.caseBanner .content p {
    max-width: 95%;
  }
}
.banner.caseBanner .content a {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.banner.caseBanner .scroll {
  position: absolute;
  bottom: 20px;
  width: 100px;
  margin-left: 50%;
  left: -50px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .banner.caseBanner .scroll {
    display: none;
  }
}
.banner.caseBanner .scroll img {
  width: 35px;
  margin: 0 auto;
}
.banner.caseBanner .scroll span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  #banner {
    margin-top: 75px;
  }
}
#banner .slick-dots {
  position: relative;
  margin-top: -100px;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
#banner .slick-dots button:before {
  font-size: 45px;
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 500px) {
  #banner .slick-dots {
    margin-top: -40px;
    text-align: center;
  }
  #banner .slick-dots button:before {
    color: #E7ECEF;
  }
}
#banner .slick-dots .slick-active button {
  color: #E83D4F;
}
#banner .slick-dots .slick-active button:before {
  color: #E83D4F;
}
.klantenServiceContainer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/banner-support.jpg);
  background-size: cover;
  background-position: center center;
}
.klantenServiceContainer .row {
  display: table;
  height: 380px;
}
@media only screen and (max-width: 500px) {
  .klantenServiceContainer .row {
    height: 250px;
  }
}
.klantenServiceContainer .row .span12 {
  display: table-cell;
  vertical-align: middle;
}
.klantenServiceContainer .row .span12 h2 {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}
.klantenServiceContainer .row .span12 p {
  color: #FFF;
}
.supportImageContainer {
  background-size: cover;
  background-position: center center;
}
.supportImageContainer .row {
  display: table;
  height: 380px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .supportImageContainer .row {
    height: 250px;
  }
}
.supportImageContainer .row .span12 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50%;
}
.supportImageContainer .row .span12 h2 {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}
.supportImageContainer .row .span12 p {
  color: #FFF;
  font-size: 16px;
}
.supportImageContainer .row .span12 a:first-child {
  text-decoration: none;
  background-color: #E83D4F;
  color: #fff !important;
  padding: 13px 30px;
  line-height: 20px;
  border: 2px solid #E83D4F;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none;
  margin-right: 10px;
}
.supportImageContainer .row .span12 a:first-child:hover {
  text-decoration: none;
  background-color: #d81a2e;
  border-color: #d81a2e;
  color: #fff;
}
.supportImageContainer .row .span12 a:first-child.btn-full {
  width: 100%;
}
.supportImageContainer .row .span12 a:first-child.btnWitRma {
  border: 1px solid #cacaca;
  background-color: #FFF;
  color: #353535 !important;
  margin-left: 15px;
}
.supportImageContainer .row .span12 a:first-child.btnWitRma:hover {
  border: 1px solid #cacaca;
  background-color: #FFF;
  color: #E83D4F !important;
}
.supportImageContainer .row .span12 a:first-child.loginBtn {
  margin: 40px 0 10px 0;
}
.supportImageContainer .row .span12 a:last-child {
  margin-left: 10px;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 13px 30px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.supportImageContainer .row .span12 a:last-child:hover {
  text-decoration: none;
  background-color: #FFF;
  border-color: #FFF;
  color: #353535;
}
.imageBlock {
  background-size: cover;
  background-position: center center;
}
.imageBlock .row {
  display: table;
  width: 100%;
  height: 400px;
}
.imageBlock .row .span12 {
  display: table-cell;
  vertical-align: middle;
}
.imageBlock .row .span12 h2 {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.imageBlock .row .span12 p {
  color: #FFF;
}
.footerContent .row {
  border-top: 1px solid #E7ECEF;
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  .footerContent .row {
    padding-top: 0;
  }
}
.footerContent .row .col33 {
  width: 33.33%;
  margin-right: 0;
  position: relative;
}
.footerContent .row .col33:before {
  content: "";
  position: absolute;
  height: 75px;
  left: -12%;
  top: 35px;
  width: 1px;
  background-color: #E7ECEF;
}
.footerContent .row .col33:first-of-type {
  padding-left: 0;
}
.footerContent .row .col33:first-of-type:before {
  display: none;
}
@media only screen and (max-width: 670px) {
  .footerContent .row .col33 {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E7ECEF;
  }
  .footerContent .row .col33:last-of-type {
    border-bottom: 0;
  }
  .footerContent .row .col33:before {
    display: none;
  }
}
.footerContent .row .col33 span:first-child {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.footerContent.checkout .row {
  border-top: 0px solid #E7ECEF;
  padding-top: 0px;
}
.footerNieuwsbrief {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .footerNieuwsbrief {
    font-size: 16px;
  }
}
.footerNieuwsbrief .row {
  margin: 60px 0;
}
.footerNieuwsbrief form {
  position: relative;
}
.footerNieuwsbrief .span8 {
  padding: 14px 0;
  line-height: 25px;
}
.footerNieuwsbrief input {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #EBF1F5;
  border: 0;
  line-height: 25px;
  padding: 14px;
  padding-right: 50px;
  width: 100%;
}
.footerNieuwsbrief ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #bababa;
  line-height: 25px;
  font-style: italic;
}
.footerNieuwsbrief ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #bababa;
  line-height: 25px;
  font-style: italic;
}
.footerNieuwsbrief :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #bababa;
  line-height: 25px;
  font-style: italic;
}
.footerNieuwsbrief :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #bababa;
  line-height: 25px;
  font-style: italic;
}
.footerNieuwsbrief button {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  opacity: 0.8;
  overflow: hidden;
  width: 53px;
  height: 53px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footerNieuwsbrief button:hover {
  opacity: 1;
}
.footerNieuwsbrief button img {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
}
.footerNieuwsbrief button span {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  line-height: 25px;
  text-align: center;
  font-size: 0px;
}
.footerNieuwsbrief button span.ok {
  color: #2dbd4b;
}
.footerNieuwsbrief button span.nok {
  color: #E83D4F;
}
.placeholderNieuwsbrief {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #bababa;
  line-height: 25px;
  font-style: italic;
}
@media only screen and (max-width: 670px) {
  .footerDivider {
    display: none;
  }
}
.footerBottom {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
}
.footerBottom .row {
  margin: 0;
  padding: 40px 0;
  line-height: 33px;
}
@media only screen and (max-width: 750px) {
  .footerBottom .row {
    padding-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .footerBottom .row {
    margin: 0;
  }
}
.footerBottom .row .socialLink {
  display: inline-block;
  height: 34px;
  width: 34px;
  font-size: 15px;
  color: #fff;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  margin: 0 5px;
  background: #979797;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.footerBottom .row .socialLink:hover {
  background-color: #4875B4;
}
.footerBottom .row .socialLink i {
  color: #FFF;
}
@media only screen and (max-width: 670px) {
  .footerBottom .row .span5 {
    width: 100% !important;
    float: none !important;
    display: block !important;
    text-align: center !important;
  }
}
.footerBottom .span5:last-of-type a {
  color: #979797;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footerBottom .span5:last-of-type a:hover {
  color: #E83D4F;
}
.footerBottom .span5:last-of-type a:before {
  position: relative;
  content: " - ";
  color: #979797 !important;
}
.footerBottom .span5:last-of-type a:first-child {
  margin-left: 0;
}
.footerBottom .span5:last-of-type a:first-child:before {
  position: relative;
  content: "";
}
.categorie-wrapper {
  margin-left: -2%;
  width: 102%;
}
.categorie-wrapper .categorieBox {
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 23%;
  margin-left: 2%;
  padding: 20px 0px;
  text-transform: uppercase;
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  float: left !important;
}
@media only screen and (max-width: 500px) {
  .categorie-wrapper .categorieBox {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 4%;
  }
}
.categorie-wrapper .categorieBox:hover {
  border-color: #E7ECEF;
}
.categorie-wrapper .categorieBox .image {
  margin: 20%;
  width: 60%;
  height: 110px;
  text-align: center;
}
.categorie-wrapper .categorieBox .image img {
  max-width: 100%;
  max-height: 100%;
}
.homeCasesIntro {
  position: relative;
}
.case-grid {
  margin-bottom: 60px;
}
.case-grid.active:before {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  top: -65px;
  width: 110px;
  height: 50px;
}
@media only screen and (max-width: 500px) {
  .case-grid.active:before {
    display: none !important;
  }
}
.case-grid.active.nl:before {
  background: url(../images/pijl_nieuw_nl.png) no-repeat center center;
}
.case-grid.active.en:before {
  background: url(../images/pijl_nieuw_en.png) no-repeat center center;
}
.case-grid.active.fr:before {
  background: url(../images/pijl_nieuw_fr.png) no-repeat center center;
}
.homeMeerInfoBlok .row {
  margin: 60px 0;
}
.homeMeerInfoBlok .span8 {
  margin-left: 17%;
}
@media only screen and (max-width: 768px) {
  .homeMeerInfoBlok .span8 {
    margin-left: 0;
    width: 100%;
  }
}
.homeMeerInfoBlok .span8 p:not(p.scheidingsTitel) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.scheidingsTitel {
  color: #E83D4F;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
.scheidingsTitel:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #E83D4F;
}
.scheidingsTitel.left {
  text-align: left;
}
.scheidingsTitel.left:before {
  left: 0;
  margin-left: 0px;
}
.meerInfoBlokken .icon {
  font-size: 25px;
  color: #000000;
  margin-bottom: 15px;
}
.meerInfoBlokken p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .meerInfoBlokken div.span3 {
    width: 49%;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 30px;
    float: left;
  }
  .meerInfoBlokken div.span3:nth-of-type(even) {
    margin-left: 1%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 670px) {
  .meerInfoBlokken div.span3 {
    display: block !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
    margin-bottom: 30px;
    float: none;
    margin-bottom: 40px;
    visibility: visible !important;
    visibility: visible;
  }
}
.supportOverzichtTop .span8 {
  margin-left: 17%;
}
@media only screen and (max-width: 500px) {
  .supportOverzichtTop .span8 {
    margin-left: 0;
  }
}
.supportOverzichtTop .span8 p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.support-wrapper1 .supportBox {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 50px;
  position: relative;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 500px) {
  .support-wrapper1 .supportBox {
    width: 80%;
    margin-left: 10%;
    padding: 15px 25px;
  }
}
.support-wrapper1 .supportBox:hover {
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
}
.support-wrapper1 .supportBox .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.support-wrapper1 .supportBox .content:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #E83D4F;
}
.support-wrapper1 .supportBox .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.support-wrapper1 .supportBox .content p:last-child {
  margin-bottom: 0;
}
.support-wrapper2 {
  margin-left: -2.5%;
}
@media only screen and (max-width: 500px) {
  .support-wrapper2 {
    margin-left: 0;
  }
}
.support-wrapper2 .supportBox {
  display: block;
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 50px;
  position: relative;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 500px) {
  .support-wrapper2 .supportBox {
    width: 80%;
    margin-left: 10%;
    padding: 15px 25px;
  }
}
.support-wrapper2 .supportBox:hover {
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
}
.support-wrapper2 .supportBox .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.support-wrapper2 .supportBox .content:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #E83D4F;
}
.support-wrapper2 .supportBox .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.support-wrapper3 {
  margin-left: -2.5%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .support-wrapper3 {
    margin-left: 0;
  }
}
.support-wrapper3 .supportBox {
  display: block;
  float: left;
  width: 30.83%;
  margin-left: 2.5%;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 50px;
  position: relative;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 880px) {
  .support-wrapper3 .supportBox {
    width: 60%;
    margin-left: 20%;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 500px) {
  .support-wrapper3 .supportBox {
    width: 80%;
    margin-left: 10%;
    padding: 15px 25px;
  }
}
.support-wrapper3 .supportBox:hover {
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
}
.support-wrapper3 .supportBox .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.support-wrapper3 .supportBox .content:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #E83D4F;
}
.support-wrapper3 .supportBox .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.support-wrapper3 .supportBox .content .more-info.minimum50 {
  min-height: 50px;
}
ul.veelgesteldeVragen {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.veelgesteldeVragen li {
  border-top: 1px solid #edf1f3;
}
ul.veelgesteldeVragen li:first-child {
  border-top: 0;
}
ul.veelgesteldeVragen li a.vraag {
  border: 0;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  display: block;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
}
ul.veelgesteldeVragen li a.vraag:hover {
  color: #E83D4F;
  padding-left: 20px;
}
ul.veelgesteldeVragen li a.vraag:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  width: 20px;
  right: 10px;
  top: 10px;
  line-height: 20px;
  text-align: center;
  color: #E83D4F;
}
ul.veelgesteldeVragen li a.vraag.open:after {
  content: "\f107";
}
ul.veelgesteldeVragen li div.antwoord {
  display: none;
  padding: 20px;
}
ul.veelgesteldeVragen li div.antwoord ol,
ul.veelgesteldeVragen li div.antwoord ul {
  margin-left: 30px;
}
ul.veelgesteldeVragen li div.antwoord ol li,
ul.veelgesteldeVragen li div.antwoord ul li {
  border: 0;
  margin-left: 30px;
}
ul.veelgesteldeVragen li div.antwoord ol li a,
ul.veelgesteldeVragen li div.antwoord ul li a {
  display: inline;
}
ul.veelgesteldeVragen li div.antwoord ol li a:after,
ul.veelgesteldeVragen li div.antwoord ul li a:after {
  display: none;
}
ul.veelgesteldeVragen li div.antwoord ul {
  list-style-type: square;
}
.supportMenu .supportMenuTitel {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  display: block;
  line-height: 35px;
}
.supportMenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.supportMenu ul li a {
  display: block;
  color: #353535;
  text-decoration: none;
  line-height: 35px;
}
.supportMenu ul li a:hover {
  color: #E83D4F;
}
.supportMenu ul li.active a {
  color: #E83D4F;
}
/*====================================================
JOBS
=====================================================*/
.vacature-wrapper {
  margin-left: -2.5%;
}
@media only screen and (max-width: 1050px) {
  .vacature-wrapper {
    margin-left: 0;
  }
}
.vacature-wrapper .vacature {
  display: block;
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 50px;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.vacature-wrapper .vacature .inner-vacature {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.vacature-wrapper .vacature .inner-vacature:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e9394e;
}
.vacature-wrapper .vacature .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.vacature-wrapper .vacature p {
  color: #7b7e80;
  margin-bottom: 0;
  overflow: hidden;
  height: 50px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.vacature-wrapper .vacature .more-info {
  position: absolute;
  left: 20px;
  opacity: 0;
  bottom: 10px;
  color: #e9394e;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  overflow: hidden;
}
.vacature-wrapper .vacature.low {
  height: 100px;
}
.vacature-wrapper .vacature:hover {
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 8px 6px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 6px rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 670px) {
  .vacature-wrapper .vacature:hover {
    height: 240px;
  }
}
.vacature-wrapper .vacature:hover .more-info {
  opacity: 1;
  bottom: 0;
}
.vacature-wrapper .vacature:nth-child(2n+1) {
  clear: left;
}
.vacature-wrapper.center {
  margin-left: 0;
  text-align: center;
}
.vacature-wrapper.center .vacature {
  float: none;
  display: inline-block;
}
.vacature-wrapper.center .vacature .more-info {
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 880px) {
  .vacature-wrapper {
    margin-left: 0;
  }
  .vacature-wrapper .vacature {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .vacature-wrapper .vacature .more-info {
    left: 20px;
  }
  .vacature-wrapper.center .vacature .more-info {
    left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .vacature-wrapper {
    width: 70%;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 700px) {
  .vacature-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
.noMargin {
  margin: 0 !important;
}
.content-wrapper {
  margin-top: 0px;
  padding-top: 0px;
}
@media only screen and (max-width: 1023px) {
  .content-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .content-wrapper {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-wrapper.checkout {
    margin-top: 75px;
  }
}
.content-wrapper.home {
  padding-top: 30px !important;
}
.content-wrapper div.row:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .content-wrapper div.row:first-of-type {
    margin-bottom: 0;
  }
}
.content-wrapper ul {
  margin: 20px 0!important;
  list-style-type: none;
}
.content-wrapper .troevenLijst {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 20px 0!important;
  padding-left: 20px;
}
.content-wrapper .troevenLijst li {
  position: relative;
}
.content-wrapper .troevenLijst li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: -20px;
  width: 20px;
  font-size: 13px;
  bottom: 0px;
  line-height: 25px;
  color: #E83D4F;
}
@media only screen and (max-width: 768px) {
  .spacerDiv {
    display: none;
  }
}
.spaceLR {
  padding: 0 15%;
}
@media only screen and (max-width: 750px) {
  .spaceLR {
    padding: 0;
  }
}
.betaalmethodeLogo {
  height: 15px;
  margin-right: 10px;
}
#toggleAccountMenu {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
#toggleAccountMenu:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
  top: 3px;
  line-height: 28px;
}
#accountMenuContent {
  display: none;
  position: absolute;
  background-color: #FFF;
  top: 36px;
  width: 210px;
  z-index: 999;
  right: -10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
#accountMenuContent ul {
  word-break: keep-all;
  list-style-type: none;
}
#accountMenuContent ul li:hover {
  background-color: rgba(232, 61, 79, 0.1);
}
#accountMenuContent ul li a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  text-align: left;
  color: #979797;
  display: block;
  padding: 5px 10px 5px 40px;
  position: relative;
}
#accountMenuContent ul li a:after {
  color: #E83D4F;
  font-family: 'FontAwesome';
  position: absolute;
  left: 15px;
  top: 19px;
  line-height: 35px;
  margin-top: -14px;
}
#accountMenuContent ul li:nth-of-type(1) a:after {
  content: "\f007";
}
#accountMenuContent ul li:nth-of-type(2) a:after {
  content: "\f0d1";
}
#accountMenuContent ul li:nth-of-type(3) a:after {
  content: "\f0ad";
}
#accountMenuContent ul li:nth-of-type(4) a:after {
  content: "\f08b";
}
#accountMenuContent ul li:nth-of-type(5) a:after {
  content: "\f08b";
}
.col100 {
  clear: both;
  float: none;
  width: 100%;
}
.col50 {
  width: 48%;
}
@media only screen and (max-width: 500px) {
  .col50 {
    width: 100%;
    margin-right: 0;
  }
}
.col50:nth-of-type(odd) {
  padding-right: 2%;
}
.col50:nth-of-type(even) {
  padding-left: 2%;
}
.col33 {
  width: 31.33%;
  margin-right: 2%;
}
@media only screen and (max-width: 500px) {
  .col33 {
    width: 100%;
    margin-right: 0;
  }
}
.opmerking {
  color: #666;
  font-style: italic;
}
.mobileMenuHeader {
  display: none;
  position: fixed;
  height: 75px;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  border-bottom: 1px solid #E7ECEF;
  background-color: #FFF;
}
@media only screen and (max-width: 1023px) {
  .mobileMenuHeader {
    display: block;
  }
}
.mobileMenuHeader .menuKnopWrapper {
  width: 20%;
  position: absolute;
  left: 0;
}
.mobileMenuHeader .menuKnopWrapper button {
  background-color: transparent;
  border: 2px solid #E83D4F;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #E83D4F;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
}
.mobileMenuHeader .menuKnopWrapper button i.bars {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.mobileMenuHeader .menuKnopWrapper button i.times {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 32px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.mobileMenuHeader .menuKnopWrapper button.open i.bars {
  bottom: 30px;
  opacity: 0;
}
.mobileMenuHeader .menuKnopWrapper button.open i.times {
  bottom: 0px;
  opacity: 1;
}
.mobileMenuHeader .logo {
  width: 60%;
  position: absolute;
  left: 20%;
  text-align: center;
  padding: 20px 0;
}
.mobileMenuHeader .logo a {
  display: block;
}
.mobileMenuHeader .logo a img {
  max-height: 35px;
  max-width: 75%;
}
.mobileMenuHeader .winkelmandMobiel {
  width: 20%;
  position: absolute;
  right: 0;
  text-align: right;
}
.mobileMenuHeader .winkelmandMobiel a {
  display: block;
  width: 35px;
  height: 35px;
  padding-top: 5px;
  line-height: 35px;
  color: #FFF;
  text-decoration: none;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 35px;
  font-family: 'Montserrat', sans-serif;
  background-image: url("../images/shopping-bag-rood.png");
}
.mobileMenuHeader .winkelmandMobiel i {
  color: #E83D4F;
  font-size: 30px;
  line-height: 20px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
}
.mobileMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  overflow-y: auto;
  padding-top: 75px;
  z-index: 950;
  background-color: #E83D4F;
}
.mobileMenu .content {
  overflow-y: auto;
  max-height: 100%;
}
.mobileMenu .content .zoekVeld {
  position: relative;
  height: 50px;
}
.mobileMenu .content .zoekVeld input {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 60px 0 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top: 1px solid #E83D4F;
}
.mobileMenu .content .zoekVeld button {
  position: absolute;
  color: #E83D4F;
  background-color: transparent;
  line-height: 50px;
  right: 20px;
  top: 0;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 200;
}
.mobileMenu .content ul {
  margin: 0;
  padding: 0;
}
.mobileMenu .content ul li {
  padding: 0 10px;
  border-top: 1px solid #ed6b78;
  position: relative;
}
.mobileMenu .content ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height: 20px;
  padding: 10px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.mobileMenu .content ul li:hover {
  background-color: #FFF;
}
.mobileMenu .content ul li:hover a {
  color: #E83D4F;
}
.mobileMenu .content ul li.hassub:hover:after {
  color: #E83D4F !important;
}
.mobileMenu .content ul li ul {
  display: none;
}
.mobileMenu .content ul li ul li {
  border-top: 1px solid rgba(232, 61, 79, 0.2);
  border-top: 1px solid #E7ECEF;
}
.mobileMenu .content ul li a.hassub:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  margin-top: 13px;
  line-height: 20px;
  right: 20px;
  z-index: 0;
  color: #FFF;
  content: '\f105';
  z-index: 1;
}
.mobileMenu .content ul li a.hassub:hover:after {
  color: #E83D4F;
}
.mobileMenu .content ul li a.hassub.active:after {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobileMenu .content ul li .submenuContent {
  display: none;
}
div.productDetail .support-wrapper1 .supportBox {
  width: auto;
}
div.productDetail div.row div.span6 {
  padding-right: 2%;
  width: 50%;
  margin-right: 0;
}
div.productDetail div.row div.span6.pull-right {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 670px) {
  div.productDetail div.row div.span6 {
    width: 100%;
    float: none;
  }
}
div.productDetail span.prijs {
  margin: 30px 0 10px 0;
  font-size: 25px;
  color: #353535;
  line-height: 40px;
  display: block;
}
div.productDetail span.prijs small {
  font-size: 14px;
}
div.productDetail h1 {
  margin-bottom: 5px;
}
div.productDetail .ondertitel {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
div.productDetail .productOmschrijvingKort {
  margin-top: 20px;
  max-height: 150px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}
div.productDetail .productOmschrijvingKort.voluit {
  max-height: 4000px !important;
}
div.productDetail .productOmschrijvingKort.voluit:after {
  display: none;
}
div.productDetail .productOmschrijvingKort:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
div.productDetail .productAantal {
  margin-top: 20px;
  display: inline-block;
  width: 75px;
  margin-right: 20px;
  float: left;
}
div.productDetail .productAantal #productAantal {
  float: left;
  padding: 14px 10px;
  width: 75px;
}
div.productDetail ul.troevenLijst {
  margin: 30px 0 !important;
}
div.productDetail ul.troevenLijst li {
  margin: 10px 0;
}
div.productDetail .addToBasketBtn {
  background-image: url("../images/white - shopping-bag.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: auto 20px;
  padding-left: 50px;
  margin-top: 20px;
}
div.productDetail .featureLijst ul {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 25px;
}
@media only screen and (max-width: 500px) {
  div.productDetail .featureLijst ul {
    padding-left: 30px;
  }
}
div.productDetail .featureLijst ul li {
  position: relative;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  div.productDetail .featureLijst ul li {
    line-height: 25px;
    padding-bottom: 15px;
  }
}
div.productDetail .featureLijst ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: -25px;
  width: 20px;
  top: 0px;
  line-height: 30px;
  color: #E83D4F;
}
@media only screen and (max-width: 500px) {
  div.productDetail .featureLijst ul li:before {
    line-height: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  div.productDetail .featureLijst ul li:last-child {
    display: none;
  }
}
div.productDetail .betaalMethoden {
  width: 100%;
  display: block;
  margin: 30px 0;
}
div.productDetail .favorietenButton,
div.productDetail .vergelijkButton {
  margin: 0 0 10px 0;
  padding-left: 20px;
  display: inline-block;
  width: auto;
  position: relative;
}
div.productDetail .favorietenButton:before,
div.productDetail .vergelijkButton:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  left: 0px;
  z-index: 0;
}
div.productDetail .favorietenButton:before {
  content: "\f005";
}
div.productDetail .vergelijkButton:before {
  content: "\f0ec";
}
div.productDetail .row:nth-of-type(1) {
  margin-bottom: 40px;
}
div.productDetail .row:nth-of-type(2),
div.productDetail .row:nth-of-type(3),
div.productDetail .row:nth-of-type(4),
div.productDetail .productDetailAccessoires {
  border-top: 1px solid #E7ECEF;
  padding-top: 40px;
  margin-top: 0;
}
div.productDetail .productDetailAccessoires {
  margin-top: -2% !important;
  height: 440px;
}
div.productDetail .productDetailAccessoires .webshopLijstProduct {
  width: 100% !important;
  margin-top: 20px;
}
div.productDetail .productDetailAccessoires .webshopLijstProduct .ondertitel {
  font-size: 15px !important;
}
div.productDetail .productDetailAccessoires .slick-track {
  height: 440px;
  margin-left: auto;
  margin-right: auto;
}
div.productDetail .productDetailAccessoires .slick-track .slick-slide .webshopLijstProduct {
  width: 95% !important;
}
div.productDetail .productDetailAccessoires button {
  background-color: transparent;
  border: 0px;
}
div.productDetail .productDetailAccessoires button.btn {
  background-color: #E83D4F;
}
div.productDetail .productDetailAccessoires button.btn:before {
  display: none;
}
div.productDetail .productDetailAccessoires .slick-prev,
div.productDetail .productDetailAccessoires .slick-next {
  position: absolute;
  top: 200px;
  margin-top: -80px;
  height: 80px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 60px;
  padding: 10px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  div.productDetail .productDetailAccessoires .slick-prev,
  div.productDetail .productDetailAccessoires .slick-next {
    display: none !important;
  }
}
div.productDetail .productDetailAccessoires .slick-prev:hover,
div.productDetail .productDetailAccessoires .slick-next:hover {
  color: #353535;
}
div.productDetail .productDetailAccessoires .slick-prev {
  left: -65px;
}
div.productDetail .productDetailAccessoires .slick-next {
  right: -65px;
}
#productDetailFotos {
  margin-top: 15px;
}
@media only screen and (max-width: 670px) {
  #productDetailFotos {
    margin-top: 0;
  }
}
#productDetailFotos .slick-slide {
  margin-bottom: 50px;
  height: 250px;
}
#productDetailFotos .slick-slide img {
  max-width: 80%;
  max-height: 100%;
  margin: 0 auto;
}
#productDetailFotos img.no-image {
  opacity: 0.15;
  max-width: 250px !important;
}
#productDetailFotos button {
  background-color: transparent;
  border: 0px;
}
#productDetailFotos .slick-prev,
#productDetailFotos .slick-next {
  position: absolute;
  top: 150px;
  margin-top: -80px;
  height: 80px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 60px;
  padding: 10px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 670px) {
  #productDetailFotos .slick-prev,
  #productDetailFotos .slick-next {
    margin-top: 0;
    top: 0px;
  }
}
#productDetailFotos .slick-prev:hover,
#productDetailFotos .slick-next:hover {
  color: #353535;
}
#productDetailFotos .slick-prev {
  left: 0px;
}
#productDetailFotos .slick-next {
  right: 0px;
}
#productDetailFotos .slide-title {
  display: none;
}
#productDetailFotos .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 50px;
  text-align: left;
  margin-left: -2% !important;
  width: 102% !important;
}
#productDetailFotos .slick-dots li {
  width: 18%;
  margin-left: 2%;
  margin-bottom: 2%;
  margin-right: 0px;
  border: 1px solid #ffffff;
  height: 80px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #E7ECEF;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#productDetailFotos .slick-dots li.slick-active,
#productDetailFotos .slick-dots li:hover {
  border: 1px solid #E83D4F;
}
#productDetailFotos .slick-dots li img {
  max-width: 100%;
  max-height: 100%;
  display: block !important;
}
@media only screen and (max-width: 500px) {
  #productDetailFotos .slick-dots li {
    display: none;
  }
}
.specificatie-wrapper .specificatieLijst {
  width: 100%;
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 20px !important;
}
.specificatie-wrapper .specificatieLijst li {
  width: 100%;
  border-bottom: 1px solid #E7ECEF;
  margin: 0px !important;
  padding: 0 20px !important;
  line-height: 40px;
}
.specificatie-wrapper .specificatieLijst li span.specificatieNaam {
  width: 30%;
  float: left;
  display: inline-block;
}
.specificatie-wrapper .specificatieLijst li span.specificatieWaarde {
  width: 70%;
  display: inline-block;
  color: #697582;
}
.specificatie-wrapper .specificatieLijst li :last-child {
  border-bottom: 0px;
}
.specificatie-wrapper .specificatieLijst li:nth-child(even) {
  background-color: rgba(105, 117, 130, 0.06);
}
a.showAllSpecs {
  display: inline-block;
  padding: 0px 20px;
  margin-top: 20px;
  line-height: 25px;
}
.producten-wrapper .closeFilter,
.producten-wrapper .filterTitel,
.producten-wrapper .resetFilter,
.producten-wrapper .toggleFilters,
.producten-wrapper .sorteringMobiel {
  display: none;
}
@media only screen and (max-width: 768px) {
  .producten-wrapper .toggleFilters {
    display: block;
    width: 70%;
    margin: 00px 15% 30px 15%;
    border: 1px solid #E83D4F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .producten-wrapper .toggleFilters button {
    font-family: 'Montserrat', sans-serif;
    width: 50%;
    background-color: transparent;
    color: #E83D4F;
    font-size: 15px;
    border: 0;
    display: block;
    cursor: pointer;
    line-height: 50px;
  }
  .producten-wrapper .toggleFilters button:first-child {
    border-right: 1px solid #E83D4F;
    float: left;
  }
  .producten-wrapper .toggleFilters button:last-child {
    border-left: 1px solid #E83D4F;
    float: left;
  }
  .producten-wrapper .toggleFilters button:hover {
    background-color: rgba(232, 61, 79, 0.2);
  }
}
@media only screen and (max-width: 1050px) {
  .producten-wrapper .span3.filter,
  .producten-wrapper .span3.sorteringMobiel {
    width: 32%;
  }
}
.producten-wrapper .span3.filter ul.sortering li a,
.producten-wrapper .span3.sorteringMobiel ul.sortering li a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .producten-wrapper .span3.filter,
  .producten-wrapper .span3.sorteringMobiel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    z-index: 800;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
    background-color: #E83D4F;
    color: #FFF;
  }
  .producten-wrapper .span3.filter a,
  .producten-wrapper .span3.sorteringMobiel a {
    color: #FFF;
  }
  .producten-wrapper .span3.filter .resetFilter,
  .producten-wrapper .span3.sorteringMobiel .resetFilter {
    display: block;
    bottom: 0;
    position: fixed;
    width: 60%;
    left: 20%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border: 0;
    z-index: 855;
    color: #E83D4F;
    padding: 10px 0 10px 40px;
    background-color: #FFF;
    text-decoration: none;
  }
  .producten-wrapper .span3.filter .resetFilter:before,
  .producten-wrapper .span3.sorteringMobiel .resetFilter:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    position: absolute;
    color: #E83D4F;
    left: 20px;
    width: 20px;
    line-height: 25px;
    top: 10px;
  }
  .producten-wrapper .span3.filter .filterTitel,
  .producten-wrapper .span3.sorteringMobiel .filterTitel {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    line-height: 40px;
    display: block;
    position: absolute;
    left: 20px;
    top: 90px;
  }
  .producten-wrapper .span3.filter .closeFilter,
  .producten-wrapper .span3.sorteringMobiel .closeFilter {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 90px;
    background-color: transparent;
    color: #FFF;
    border: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 2px solid #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
  }
  .producten-wrapper .span3.filter h3,
  .producten-wrapper .span3.sorteringMobiel h3 {
    color: #FFF;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
  }
  .producten-wrapper .span3.filter h3:after,
  .producten-wrapper .span3.sorteringMobiel h3:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    color: #FFF;
    right: 0px;
    width: 20px;
    text-align: center;
    line-height: 35px;
    top: 5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  .producten-wrapper .span3.filter h3.open:after,
  .producten-wrapper .span3.sorteringMobiel h3.open:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .producten-wrapper .span3.filter h3 i,
  .producten-wrapper .span3.sorteringMobiel h3 i {
    display: none;
  }
  .producten-wrapper .span3.filter div.filterBox,
  .producten-wrapper .span3.sorteringMobiel div.filterBox {
    padding: 0 15px;
    border-color: rgba(255, 255, 255, 0.2);
    position: relative;
    margin-bottom: 0;
  }
  .producten-wrapper .span3.filter div.filterBox ul,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul {
    display: none;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .producten-wrapper .span3.filter div.filterBox ul.sortering,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul.sortering {
    display: block;
  }
  .producten-wrapper .span3.filter div.filterBox ul li,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 10px;
    line-height: 40px;
  }
  .producten-wrapper .span3.filter div.filterBox ul li label,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li label {
    color: #FFF;
  }
  .producten-wrapper .span3.filter div.filterBox ul li input[type=checkbox] + label:before,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li input[type=checkbox] + label:before {
    color: #FFF;
  }
  .producten-wrapper .span3.filter div.filterBox ul li:first-child,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li:first-child {
    border-top: 0;
  }
  .producten-wrapper .span3.filter div.filterBox ul li .aantalIndicatie,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li .aantalIndicatie {
    color: #bcc2c8;
  }
  .producten-wrapper .span3.filter div.filterBox ul li a:after,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li a:after {
    width: auto;
    right: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    color: #FFF;
  }
  .producten-wrapper .span3.filter div.filterBox ul li a:hover,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li a:hover {
    text-decoration: underline;
    color: #FFF;
  }
  .producten-wrapper .span3.filter div.filterBox ul li ul,
  .producten-wrapper .span3.sorteringMobiel div.filterBox ul li ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1050px) {
  .producten-wrapper .span9.lijst {
    width: 66%;
  }
  .producten-wrapper .span9.lijst .webshopLijstProduct {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .producten-wrapper .span9.lijst {
    width: 100%;
    float: none;
  }
  .producten-wrapper .span9.lijst h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 670px) {
  .producten-wrapper .span9.lijst .webshopLijstProduct {
    width: 80%;
    margin: 0 10% 4% 10%;
  }
}
.productenLijst {
  margin-left: -2%;
  width: 102%;
}
@media only screen and (max-width: 1400px) {
  .productenLijst {
    margin-left: 8%;
    width: 82%;
  }
}
@media only screen and (max-width: 500px) {
  .productenLijst {
    margin-left: 0%;
    width: 100%;
  }
}
.productenLijst .webshopLijstProduct {
  float: left;
  width: 31.33%;
  margin: 0 0 2% 2%;
  height: 335px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 500px) {
  .productenLijst .webshopLijstProduct {
    width: 80%;
    margin: 0 10% 4% 10%;
  }
}
.productenLijst .webshopLijstProduct:hover .content button {
  opacity: 1 !important;
}
.productenLijst .webshopLijstProduct .content {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  position: relative;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.productenLijst .webshopLijstProduct .content button {
  padding: 10px 15px;
  font-size: 14px;
  right: 20px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.productenLijst .webshopLijstProduct .content .afbeelding {
  width: 100%;
  height: 210px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 10px;
}
.productenLijst .webshopLijstProduct .content .afbeelding img {
  opacity: 0.15;
  margin-top: 55px;
  height: 100px;
}
.productenLijst .webshopLijstProduct .content .titel {
  height: 50px;
  width: 100%;
  overflow: hidden;
}
.productenLijst .webshopLijstProduct .content .titel h3 {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 0;
}
.productenLijst .webshopLijstProduct .content .titel h3 .ondertitel {
  margin-bottom: 5px;
}
.productenLijst .webshopLijstProduct .content .prijs {
  font-size: 18px;
  line-height: 25px;
  height: 30px;
  position: relative;
  margin-top: 5px;
  padding-top: 5px;
  display: block;
  margin-bottom: 10px;
}
.productenLijst .webshopLijstProduct .content .prijs:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  margin-left: 0px;
  width: 40px;
  height: 2px;
  background-color: #E83D4F;
}
.productenLijst .webshopLijstProduct .content .voorraad {
  margin: 0;
}
.productenLijst .webshopLijstProduct:hover {
  overflow: visible;
}
.productenLijst .webshopLijstProduct:hover .content {
  height: auto;
  z-index: 3;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
}
.productenLijst.favorieten .webshopLijstProduct {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .productenLijst.favorieten .webshopLijstProduct {
    width: 48%;
  }
}
@media only screen and (max-width: 500px) {
  .productenLijst.favorieten .webshopLijstProduct {
    width: 80%;
    margin: 0 10% 4% 10%;
  }
}
.productenLijst.home {
  border-bottom: 1px solid #E7ECEF;
  padding-bottom: 60px;
}
.productenLijst.home .webshopLijstProduct {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .productenLijst.home .webshopLijstProduct {
    width: 48%;
    margin-left: 2%;
    margin-right: 0%;
  }
}
@media only screen and (max-width: 500px) {
  .productenLijst.home .webshopLijstProduct {
    width: 80%;
    margin: 0 10% 4% 10%;
  }
}
.productenLijst.home .webshopLijstProduct:last-of-type {
  margin-bottom: 60px;
}
.productenLijst.productenLijstAccesoires .webshopLijstProduct {
  width: 21%;
  margin-left: 2%;
}
.productenLijst.productenLijstAccesoires .slick-dots {
  position: relative;
  margin-top: -100px;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.productenLijst.productenLijstAccesoires .slick-dots button:before {
  font-size: 45px;
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 500px) {
  .productenLijst.productenLijstAccesoires .slick-dots {
    margin-top: -60px !important;
    text-align: center;
  }
  .productenLijst.productenLijstAccesoires .slick-dots button:before {
    color: #E7ECEF;
  }
}
.productenLijst.productenLijstAccesoires .slick-dots .slick-active button {
  color: #E83D4F;
}
.productenLijst.productenLijstAccesoires .slick-dots .slick-active button:before {
  color: #E83D4F;
}
.voorraad,
.configuratiesMogelijk {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding-left: 20px;
  margin: 30px 0 0px 0;
  width: auto;
  position: relative;
}
.voorraad:before,
.configuratiesMogelijk:before {
  content: "\f111";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  left: 0px;
  z-index: 0;
}
.voorraad.ok,
.configuratiesMogelijk.ok {
  color: #6FBB1B;
}
.voorraad.medium,
.configuratiesMogelijk.medium {
  color: #e09e22;
}
.voorraad.nok,
.configuratiesMogelijk.nok {
  color: #E83D4F;
}
.configuratiesMogelijk {
  margin: 0;
}
.configuratiesMogelijk:before {
  content: "\f085";
  color: #E83D4F;
}
.productenOverzichtHeader,
.pagerFooter {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #E7ECEF;
  border-bottom: 1px solid #E7ECEF;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .productenOverzichtHeader,
  .pagerFooter {
    border: 0;
  }
}
.productenOverzichtHeader .sortering,
.pagerFooter .sortering {
  float: left;
  width: 55%;
  margin-left: 0%;
}
.productenOverzichtHeader .sortering .select-wrapper,
.pagerFooter .sortering .select-wrapper {
  float: left;
  width: 190px;
  margin-left: 10px;
  background-color: transparent;
}
.productenOverzichtHeader .sortering .select-wrapper select,
.pagerFooter .sortering .select-wrapper select {
  border: 0;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .productenOverzichtHeader .sortering,
  .pagerFooter .sortering {
    display: none;
  }
}
.productenOverzichtHeader .legende,
.pagerFooter .legende {
  width: auto;
  float: left;
}
.productenOverzichtHeader .pager,
.pagerFooter .pager {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .productenOverzichtHeader .pager,
  .pagerFooter .pager {
    text-align: center;
  }
}
.productenOverzichtHeader .pager a,
.pagerFooter .pager a {
  color: #353535;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.productenOverzichtHeader .pager a:hover,
.pagerFooter .pager a:hover {
  color: #E83D4F;
}
@media only screen and (max-width: 768px) {
  .productenOverzichtHeader {
    display: none;
  }
  .pagerFooter {
    margin: 60px 0 30px 0;
    border: 0;
  }
  .pagerFooter .pager a {
    display: inline-block;
    padding: 5px 7px;
  }
}
.filter ul.filterCategorie {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter ul.filterCategorie li {
  position: relative;
  line-height: 35px;
  list-style-type: none;
}
.filter ul.filterCategorie li a {
  color: #353535;
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.filter ul.filterCategorie li a:hover,
.filter ul.filterCategorie li a.active {
  color: #E83D4F;
}
.filter ul.filterCategorie li a.hoofdcategorieTitel:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  color: #979797;
  right: 0px;
  width: 20px;
  text-align: center;
  line-height: 35px;
  top: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.filter ul.filterCategorie li a.hoofdcategorieTitel.open:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.filter ul.filterCategorie li ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  margin-left: 10px !important;
}
.filter ul.filterCategorie li ul li {
  position: relative;
  line-height: 35px;
  list-style-type: none;
}
.filter ul.filterCategorie li ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 25px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.filter ul.filterCategorie li ul li a.active {
  font-weight: 700;
}
.filterBox {
  margin-bottom: 30px;
  border-bottom: 1px solid #E7ECEF;
  padding: 0 10px 30px 10px;
  color: #353535;
}
.filterBox:last-of-type {
  border-bottom: 0;
}
.filterBox .aantalIndicatie {
  color: #979797;
}
.filterBox h3 {
  font-size: 15px;
  margin-bottom: 0;
}
.filterBox h3 i {
  color: #E83D4F;
  font-size: 15px;
  line-height: 20px;
  margin-left: 5px;
  cursor: pointer;
}
input[type=radio],
input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  padding-right: 10px;
  display: inline-block;
  content: "\f10c";
  color: #353535;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
input[type=radio] + label {
  color: #979797;
}
input[type=checkbox] + label {
  color: #979797;
}
input[type=radio]:checked + label {
  color: #353535;
}
input[type=checkbox]:checked + label {
  color: #353535;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  content: "\f192";
  color: #E83D4F;
}
input[type=checkbox] + label:before {
  content: "\f096";
  color: #353535;
}
input[type=checkbox]:checked + label:before {
  content: "\f14a";
  color: #E83D4F;
}
.filterHelp {
  position: fixed;
  top: 10%;
  max-height: 80%;
  left: 50%;
  width: 40%;
  margin-left: -20%;
  z-index: 125;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 880px) {
  .filterHelp {
    width: 50%;
    margin-left: -25%;
  }
}
@media only screen and (max-width: 700px) {
  .filterHelp {
    width: 60%;
    margin-left: -30%;
  }
}
@media only screen and (max-width: 600px) {
  .filterHelp {
    width: 80%;
    margin-left: -40%;
  }
}
@media only screen and (max-width: 500px) {
  .filterHelp {
    width: 90%;
    margin-left: -45%;
  }
}
.filterHelp .header {
  height: 20%;
  height: 70px;
  border-bottom: 1px solid #E7ECEF;
  padding: 20px;
}
.filterHelp .header h4 {
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .filterHelp .header h4 {
    font-size: 15px;
  }
}
.filterHelp .header h4 button {
  color: #E83D4F;
  border: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  font-size: 30px;
  background-color: transparent;
  cursor: pointer;
}
.filterHelp .filterHelpContent {
  overflow-y: auto;
}
.filterHelp .filterHelpContent .body {
  padding: 20px;
}
.filterHelp .filterHelpContent .body p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.filterHelp .filterHelpContent .footer {
  border-top: 1px solid #E7ECEF;
  padding: 20px;
}
.not-visible {
  visibility: hidden;
}
/*====================================================
CASE-GRID
=====================================================*/
.case-grid {
  position: relative;
}
.case-grid.active:before {
  display: block;
  content: "";
  position: absolute;
  left: 10%;
  top: -65px;
  background: url("../images/pijl_nieuw_nl.png") no-repeat center center;
  width: 110px;
  height: 50px;
}
.case-grid.active.fr:before {
  background-image: url("../images/pijl_nieuw_fr.png");
}
.case-grid.active.en:before {
  background-image: url("../images/pijl_nieuw_en.png");
}
.case-grid .grid-item {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  overflow: hidden;
  float: left;
  width: 33.33%;
  position: relative;
  height: 380px;
  background: no-repeat center center;
  background-size: cover;
  background-color: #000;
}
.case-grid .grid-item.first {
  width: 66.66%;
}
.case-grid .grid-item.first.right {
  float: right;
}
.case-grid .grid-item p {
  color: #FFF;
}
.case-grid .grid-item .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  top: 275px;
  left: 40px;
  z-index: 9;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.case-grid .grid-item .title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  color: #FFF;
}
@media only screen and (max-width: 500px) {
  .case-grid .grid-item .title {
    line-height: 50px;
  }
}
.case-grid .grid-item .content {
  position: absolute;
  opacity: 0;
  top: 380px;
  left: 40px;
  z-index: 9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff ;
}
.case-grid .grid-item .content .description {
  max-width: 75%;
  height: 100px !important;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .case-grid .grid-item .content .description {
    height: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .case-grid .grid-item .content .description {
    height: 80px !important;
  }
}
.case-grid .grid-item .content .btn-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.case-grid .grid-item .overlay {
  width: 100%;
  height: 380px;
  opacity: 0.7;
  position: absolute;
  z-index: 8;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.case-grid .grid-item .hoveroverlay {
  width: 100%;
  height: 380px;
  position: absolute;
  z-index: 8;
  padding: 175px 40px 70px 40px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.case-grid .grid-item:hover .title,
.case-grid .grid-item:focus .title {
  top: 110px;
}
.case-grid .grid-item:hover .content,
.case-grid .grid-item:focus .content {
  opacity: 1;
  top: 185px;
}
@media only screen and (max-width: 500px) {
  .case-grid .grid-item:hover .content,
  .case-grid .grid-item:focus .content {
    top: 200px;
  }
}
.case-grid .grid-item:hover .hoveroverlay,
.case-grid .grid-item:focus .hoveroverlay {
  opacity: 0.7;
}
.case-grid .grid-item:hover .hoveroverlay .title,
.case-grid .grid-item:focus .hoveroverlay .title,
.case-grid .grid-item:hover .hoveroverlay .btn-white,
.case-grid .grid-item:focus .hoveroverlay .btn-white {
  opacity: 1;
}
.case-grid .grid-item:hover .btn-white:hover,
.case-grid .grid-item:focus .btn-white:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .case-grid .grid-item:hover .title,
  .case-grid .grid-item:focus .title {
    bottom: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .case-grid .grid-item .title,
  .case-grid .grid-item .content {
    left: 20px;
    padding-right: 20px;
  }
  .case-grid .grid-item .content .description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .case-grid .grid-item {
    width: 50%;
  }
  .case-grid .grid-item.first {
    width: 100%;
  }
  .case-grid .grid-item .content .description {
    max-width: 90%;
  }
}
@media only screen and (max-width: 750px) {
  .case-grid .description {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .case-grid .grid-item {
    float: none;
    width: 100%;
  }
  .case-grid .description {
    display: block;
  }
}
@media only screen and (max-width: 390px) {
  .case-grid .grid-item .title {
    font-size: 26px;
  }
}
.detail-item {
  background: #f1f1f1;
  display: block;
}
.detail-item .content {
  float: left;
  width: 45%;
  height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  padding: 30px 80px;
  font-size: 14px;
}
.detail-item .content .subtitle,
.detail-item .content h2 {
  background-position: top left;
  text-align: left;
  width: 100%;
}
.detail-item .content p {
  width: 100%;
}
.detail-item .content.right {
  float: right;
}
.detail-item .content.full {
  float: none;
  width: 100%;
  padding: 30px 5%;
  margin: 0 auto;
  height: auto;
  background: #fff;
}
.detail-item .image {
  float: right;
  width: 55%;
  display: block;
  height: 500px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.detail-item .image.left {
  float: left;
}
.detail-item .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(85, 85, 85, 0.6);
}
.detail-item .image .overlay .play-button {
  font-size: 30px;
  height: 72px;
  width: 72px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed #fff;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.detail-item .image .overlay .play-button:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.3);
}
.detail-item .image:hover .overlay .play-button {
  background: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .detail-item .image,
  .detail-item .content {
    height: 500px;
    width: 50%;
  }
  .detail-item .content {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 880px) {
  .detail-item .image,
  .detail-item .content {
    float: none;
    width: 100%;
  }
  .detail-item .content {
    height: auto;
    padding: 50px 40px;
  }
  .detail-item .content p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .detail-item .image {
    height: 300px;
  }
}
/*====================================================
TESTIMONIAL SLIDER
=====================================================*/
.testimonials {
  margin: 75px 0 140px;
}
.testimonials .container {
  width: 960px;
}
.testimonials .image {
  position: relative;
  float: left;
  width: 20%;
}
.testimonials .image .quote {
  position: absolute;
  height: 56px;
  width: 56px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  top: 0;
  right: 10px;
  background: rgba(233, 57, 78, 0.8);
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.testimonials .image img {
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  max-width: 100%;
}
@media only screen and (max-width: 670px) {
  .testimonials .image img {
    height: 150px;
  }
}
.testimonials .content {
  float: right;
  width: 75%;
  font-family: Georgia;
}
.testimonials .content p {
  font-size: 22px;
  font-style: italic;
  color: #393939;
  line-height: 33px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 670px) {
  .testimonials .content p {
    font-size: 14px;
    line-height: 30px;
  }
}
.testimonials .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #393939;
  margin-bottom: 10px;
}
.testimonials .content .function {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
}
.testimonials .content.full {
  width: 100%;
  float: none;
}
.testimonials .slick-dots {
  right: 0;
  width: 100%;
  text-align: center;
  bottom: -80px;
}
.testimonials.klant {
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .testimonials .container {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials .image,
  .testimonials .content {
    float: none;
    width: 100%;
  }
  .testimonials .image {
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonials .image img {
    display: inline-block;
  }
  .testimonials .image .quote {
    right: 50%;
    margin-right: -90px;
  }
  .testimonials .image.no-image .quote {
    margin-right: -28px;
    top: -56px;
  }
  .testimonials .content .title,
  .testimonials .content .function {
    text-align: center;
  }
}
.testimonials .slick-dots {
  position: relative;
  margin-top: -50px;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonials .slick-dots button {
  color: #dadada;
}
.testimonials .slick-dots button:before {
  font-size: 45px;
  color: #dadada;
  opacity: 1;
}
.testimonials .slick-dots button:hover {
  color: #E83D4F;
}
.testimonials .slick-dots button:hover:before {
  color: #E83D4F;
}
.testimonials .slick-dots .slick-active button {
  color: #E83D4F;
}
.testimonials .slick-dots .slick-active button:before {
  color: #E83D4F;
}
.testimonials .arrow {
  margin-top: auto;
  top: 50px;
}
.over-ons-slider {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1050px) {
  .over-ons-slider {
    display: none;
  }
}
.over-ons-slider.banner-slider {
  height: 400px !important;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1050px) {
  .over-ons-slider.banner-slider {
    height: 250px !important;
  }
}
.over-ons-slider.banner-slider img {
  max-width: 1500px;
  min-width: 100%;
  min-height: 100%;
}
.over-ons-slider.banner-slider .arrow {
  margin-top: -240px;
}
.arrow {
  width: 24px;
  height: 63px;
  position: absolute;
  margin-top: -285px;
  background: no-repeat center center;
  background-size: cover;
}
.arrow.arrowPrev {
  background-image: url('../images/arrowPrev.png');
  left: 50px;
}
.arrow.arrowNext {
  background-image: url('../images/arrowNext.png');
  right: 50px;
}
@media only screen and (max-width: 1200px) {
  .arrow.arrowPrev {
    left: 25px;
  }
  .arrow.arrowNext {
    right: 25px;
  }
}
/*====================================================
CONTACT
=====================================================*/
.contactFormulier .col50,
.contactFormulier .col100 {
  margin-top: 20px;
}
.contactmap {
  height: 510px;
  margin-bottom: 60px;
}
.maplabels {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
#landPopup-wrapper {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
#landPopup-wrapper #landPopup {
  position: fixed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 30%;
  left: 50%;
  top: 20%;
  z-index: 999;
  margin-left: -15%;
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding: 50px;
}
@media only screen and (max-width: 1400px) {
  #landPopup-wrapper #landPopup {
    width: 50%;
    margin-left: -25%;
  }
}
@media only screen and (max-width: 880px) {
  #landPopup-wrapper #landPopup {
    width: 70%;
    margin-left: -35%;
  }
}
@media only screen and (max-width: 500px) {
  #landPopup-wrapper #landPopup {
    width: 90%;
    margin-left: -45%;
    padding: 20px;
  }
}
#landPopup-wrapper #landPopup .borderContent {
  border-left: 2px solid #E83D4F;
  padding: 0 20px;
}
#landPopup-wrapper #landPopup .borderContent h4 {
  color: #353535;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
}
#landPopup-wrapper #landPopup .borderContent p {
  margin-bottom: 0;
}
#landPopup-wrapper #landPopup .content {
  margin-top: 20px;
  padding: 0 20px;
}
#landPopup-wrapper #landPopup .content .btn {
  position: relative;
  width: 100%;
  padding-right: 50px;
}
#landPopup-wrapper #landPopup .content .btn:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  color: #FFF;
  right: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}
#landPopup-wrapper #landPopup .content .possibleCountries {
  position: relative;
  overflow-y: visible;
  height: 0px;
  margin-top: 10px;
}
#landPopup-wrapper #landPopup .content .possibleCountries div.container {
  display: none;
  width: 100%;
  height: 250px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
#landPopup-wrapper #landPopup .content .possibleCountries ul {
  background-color: #FFF;
  width: 100%;
  height: 250px;
  overflow-y: auto;
  top: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#landPopup-wrapper #landPopup .content .possibleCountries ul li {
  line-height: 50px;
  padding: 0 20px;
}
#landPopup-wrapper #landPopup .content .possibleCountries ul li label {
  cursor: pointer;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin: 0;
  position: relative;
}
#landPopup-wrapper #landPopup .content .possibleCountries ul li label i {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0;
  color: #E83D4F;
  line-height: 50px;
  display: none;
}
#landPopup-wrapper #landPopup .content .possibleCountries ul li label:hover i {
  display: block;
}
#landPopup-wrapper #landPopup .content .possibleCountries ul li:hover {
  background-color: rgba(232, 61, 79, 0.2);
}
.col70 {
  width: 70%;
  float: left;
}
.col25 {
  width: 25%;
  float: left;
}
.col10 {
  width: 10%;
  float: left;
}
.col15 {
  width: 15%;
  float: left;
}
.col20 {
  width: 20%;
  float: left;
}
.col25 {
  width: 25%;
  float: left;
}
.col30 {
  width: 30%;
  float: left;
}
.col35 {
  width: 35%;
  float: left;
}
.col33p {
  width: 33.33%;
  float: left;
}
.col40 {
  width: 40%;
  float: left;
}
.col45 {
  width: 45%;
  float: left;
}
.col50 {
  width: 50%;
  float: left;
}
.col55 {
  width: 50%;
  float: left;
}
.col60 {
  width: 60%;
  float: left;
}
.col67 {
  width: 66.67%;
  float: left;
}
.winkelmandFrame {
  margin-top: 0;
}
.winkelmandFrame .winkelmand-header {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 12px;
  padding: 10px 20px;
  border-bottom: 1px solid #cacaca;
}
@media only screen and (max-width: 1023px) {
  .winkelmandFrame {
    width: 100%;
  }
}
.winkelmandFrame .winkelmand-row {
  padding: 20px;
  border-bottom: 1px solid #cacaca;
}
.winkelmandFrame .winkelmand-row .winkelmandImage {
  min-height: 100px;
  float: left;
}
@media only screen and (max-width: 750px) {
  .winkelmandFrame .winkelmand-row .productInformatie {
    width: 100%;
  }
  .winkelmandFrame .winkelmand-row .col10 {
    padding-left: 80px;
    width: 50%;
  }
  .winkelmandFrame .winkelmand-row .rowEenheidsprijs {
    display: none;
  }
  .winkelmandFrame .winkelmand-row .rowTotaalprijs {
    padding-top: 8px;
    width: 50%;
  }
  .winkelmandFrame .winkelmand-row .col100 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .winkelmandFrame .winkelmand-row .col10 {
    padding-left: 100px;
    width: 60%;
  }
  .winkelmandFrame .winkelmand-row .rowTotaalprijs {
    width: 40%;
  }
}
.winkelmandFrame img {
  float: left;
  margin-right: 20px;
}
.winkelmandFrame .productInfo {
  padding-left: 60px;
}
.winkelmandFrame .productTitel {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #353535;
}
.winkelmandFrame .productSubtitel {
  display: block;
}
@media only screen and (max-width: 500px) {
  .winkelmandFrame .productSubtitel {
    display: block;
    display: none;
  }
}
.winkelmandFrame .bijdragenInformatie {
  color: #697582;
  padding: 0 20px;
  margin-top: 10px;
  font-style: italic;
  font-size: 14px;
}
.winkelmandFrame .productAantal {
  float: right;
  width: 100%;
  margin-right: 0;
}
.winkelmandFrame .productAantal select {
  float: right;
}
.winkelmandFrame a {
  color: #999;
}
.winkelmandFrame a:hover {
  color: #E83D4F;
}
@media only screen and (max-width: 750px) {
  .winkelmandFrame .winkelmand-header {
    display: none;
  }
  .winkelmandFrame .winkelmandSamenvattingFinancieel {
    width: 100%;
  }
}
.winkelmandSideContent {
  padding-left: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .winkelmandSideContent {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .winkelmandSideContent .troevenBox,
  .winkelmandSideContent .betaalmethodenDetailView {
    display: none;
  }
}
.winkelmandSideContent .box {
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  padding: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .winkelmandSideContent .box {
    padding: 20px;
  }
}
.winkelmandSideContent .box .boxContent {
  border-left: 2px solid #E83D4F;
  padding: 0 10px 0 20px;
}
.winkelmandSideContent .box div.levermethodeWrapper:first-of-type {
  margin-top: 10px;
}
.winkelmandSideContent .btn-full {
  text-align: center;
  margin: 40px 0 30px 0;
}
.winkelmandSideContent .troevenLijst {
  padding-left: 0;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.winkelmandSideContent .troevenLijst:before {
  content: "";
}
.winkelmandSideContent .troevenBox {
  margin-left: 20px !important;
  padding: 30px 40px;
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  .winkelmandSideContent .troevenBox {
    margin-left: 0 !important;
  }
}
.winkelmandSideContent .troevenBox ul li {
  line-height: 40px;
}
.winkelmandSideContent .troevenBox ul li:before {
  line-height: 40px;
}
.winkelmandFooter {
  line-height: 35px;
  padding: 0 20px;
  color: #353535;
}
.winkelmandTotaalRow {
  border-top: 1px solid #cacaca;
  padding-top: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #353535;
}
.verwijderWinkelmandItem {
  font-size: 14px;
}
.header .klantenService {
  margin-top: -5x;
}
.header .klantenService span:first-child {
  color: #E83D4F;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.header .klantenService span:last-child {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.header .klantenService span:last-child a {
  color: #000000 !important;
  text-decoration: none;
}
.productDetailAccessoires {
  margin-bottom: 60px !important;
}
.productDetailInfo .tabrow {
  margin-bottom: 0 !important;
}
.productDetailInfo .tabs {
  line-height: 33px;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  padding: 0;
  border: 1px solid #cacaca;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media only screen and (max-width: 750px) {
  .productDetailInfo .tabs {
    display: none;
  }
}
.productDetailInfo .tabs ul {
  margin: 0 !important;
}
.productDetailInfo .tabs ul li {
  list-style-type: none;
  margin: 0px;
  padding: 10px 0;
  float: left;
  width: 25%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Montserrat', sans-serif;
}
.productDetailInfo .tabs ul li:before {
  content: "";
  left: 0;
  top: 10px;
  width: 1px;
  height: 25px;
  background-color: #E83D4F;
  display: block;
  position: absolute;
}
.productDetailInfo .tabs ul li:first-child:before {
  display: none;
}
.productDetailInfo .tabs ul li.active {
  color: #E83D4F;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}
.productDetailInfo .tabs ul li:hover {
  color: #E83D4F;
  cursor: pointer;
}
.productDetailInfo .tabs ul li:first-child {
  border-left: 0;
}
.productDetailInfo .tabs ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 1050px) {
  .productDetailInfo .tabs ul li:first-child {
    padding-left: 0;
  }
}
.productDetailInfo div.tab {
  border-top: 0 !important;
  display: none;
  padding-top: 30px !important;
}
@media only screen and (max-width: 750px) {
  .productDetailInfo div.tab {
    padding-top: 0 !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7ECEF;
  }
  .productDetailInfo div.tab:last-of-type {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .productDetailInfo div.tab {
    display: block;
  }
}
.productDetailInfo div.tab h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .productDetailInfo div.tab h2 {
    margin-bottom: 10px;
  }
}
.productDetailInfo div.tab.active {
  display: block;
}
.checkoutProgressBar {
  line-height: 33px;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  padding: 10px 0;
  border: 1px solid #cacaca;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.checkoutProgressBar li {
  list-style-type: none;
  margin: 0px;
  float: left;
  width: 33.33%;
  border-left: 1px solid #E83D4F;
  border-right: 1px solid #FFF;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.checkoutProgressBar li:first-child {
  border-left: 0;
}
.checkoutProgressBar li.activeCheck a {
  position: relative;
}
.checkoutProgressBar li.activeCheck a:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: -25px;
  width: 20px;
  line-height: 18px;
  color: #E83D4F;
}
.checkoutProgressBar li a {
  text-decoration: none;
}
@media only screen and (max-width: 1050px) {
  .checkoutProgressBar li:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .progressBarContainer {
    display: none;
  }
}
.kader {
  border: 1px solid #cacaca;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.winkelmandKlein {
  padding: 40px;
}
.winkelmandKlein .winkelmandAantal {
  color: #E83D4F;
}
.winkelmandKlein .col20 {
  width: 20%;
  float: left;
}
.winkelmandKlein .col80 {
  text-align: left;
  width: 80%;
  float: right;
}
.winkelmandKlein .col80 span.ondertitel {
  display: block;
}
.winkelmandKlein .col80 .block {
  float: none;
  clear: both;
  text-align: right;
  width: 100%;
}
.winkelmandKlein .itemImage {
  text-align: center;
}
.winkelmandKlein .itemImage img {
  margin-top: 20%;
  max-width: 60%;
}
.winkelmandKlein .itemRow {
  clear: both;
  float: none;
  padding: 10px 0;
  border-bottom: 1px solid #cacaca;
}
.winkelmandKlein .prijsRowDetail {
  margin-top: 20px;
}
.winkelmandKlein .prijsRowDetail li {
  line-height: 35px;
  list-style-type: none;
}
.winkelmandKlein .prijsRowDetail li span {
  display: block;
  width: 50%;
  float: left;
}
.winkelmandKlein .prijsRowDetail li:last-child {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 50px;
}
ul.betaalmethodenCheckout {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.betaalmethodenCheckout label {
  display: block;
}
ul.betaalmethodenCheckout li {
  padding: 10px 25px;
  line-height: 30px;
}
ul.betaalmethodenCheckout li img {
  float: right !important;
  height: 17px !important;
  margin-top: 6px !important;
  width: auto !important;
}
@media only screen and (max-width: 500px) {
  ul.betaalmethodenCheckout li img {
    height: 10px !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
  }
}
ul.betaalmethodenCheckout li:nth-child(even) {
  background-color: rgba(105, 117, 130, 0.03);
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
ul.betaalmethodenCheckout li label {
  margin-bottom: 0;
}
.huidigeBetaalmethode {
  max-width: 70px;
  max-height: 40px;
}
.spacer {
  height: 40px;
  margin: 0;
  padding: 0;
  float: none;
  clear: both;
  width: 10%;
}
@media only screen and (max-width: 500px) {
  .formulierActieButtons .span50,
  .acties .span50 {
    display: block;
    float: none;
    width: 100%;
  }
  .formulierActieButtons .span50 input[type=submit],
  .acties .span50 input[type=submit] {
    width: 100%;
  }
  .formulierActieButtons div.span6,
  .acties div.span6 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
.formulierActieButtons .pull-left a,
.acties .pull-left a {
  color: #acacac;
}
.formulierActieButtons .pull-left a:hover,
.acties .pull-left a:hover {
  text-decoration: underline;
  color: #E83D4F;
}
.controleGegevens {
  width: 102%;
  margin-left: -2%;
}
.controleGegevens .adresBox {
  margin-left: 2%;
  width: 31.33%;
  float: left;
}
@media only screen and (max-width: 750px) {
  .controleGegevens .adresBox {
    width: 96%;
    margin-left: 2%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E7ECEF;
    float: none;
  }
}
.controleGegevens .adresBox p {
  margin: 10px 0;
}
.controleGegevens h4 {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  text-transform: uppercase;
}
p.melding {
  color: #E83D4F;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 16px;
}
.checkoutContent {
  padding-top: 30px;
}
@media only screen and (max-width: 500px) {
  .checkoutContent .checkoutTitel {
    margin: 0;
  }
  .checkoutContent .checkoutTitel .span12 {
    margin: 0;
  }
  .checkoutContent h3 {
    font-size: 16px;
  }
}
.checkoutContent .formulierFrame {
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .checkoutContent div.span8 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .checkoutContent {
    padding-top: 0;
  }
}
.configuratieStap {
  border-bottom: 1px solid #E7ECEF;
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}
.configuratieStap h3 {
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-size: 14px;
}
.configuratieStap h3:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  color: #E83D4F;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  right: 10px;
  z-index: 0;
}
.configuratieStap div {
  position: absolute;
  width: 100%;
  display: none;
  background-color: #FFF;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  z-index: 10;
}
.configuratieStap div a {
  padding: 10px;
  line-height: 40px;
  display: block;
  color: #979797;
  text-decoration: none;
}
.configuratieStap div a:hover {
  background-color: rgba(232, 61, 79, 0.1);
}
.overOnsPartners {
  display: table;
  width: 100%;
  overflow-x: hidden;
}
.overOnsPartners .overOnsImage {
  vertical-align: middle;
  display: inline-flex !important;
  width: 25%;
  height: 125px;
  text-align: center;
  align-items: center;
}
.overOnsPartners .overOnsImage img {
  margin: 0 20%;
  max-width: 60%;
}
.troevenOverzichtOverOns .span12 {
  width: 102%;
  margin-left: -2%;
}
@media only screen and (max-width: 1200px) {
  .troevenOverzichtOverOns .span12 {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 670px) {
  .troevenOverzichtOverOns .span12 {
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
  }
}
.troevenOverzichtOverOns .span12 div.col25 {
  width: 23%;
  margin-left: 2%;
  float: left;
  padding: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .troevenOverzichtOverOns .span12 div.col25 {
    width: 48%;
  }
  .troevenOverzichtOverOns .span12 div.col25:nth-of-type(3) {
    clear: both;
  }
}
@media only screen and (max-width: 670px) {
  .troevenOverzichtOverOns .span12 div.col25 {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 30px;
  }
}
.troevenOverzichtOverOns .span12 div.col25 span {
  display: block;
  color: #000;
  font-size: 25px;
  margin-bottom: 15px;
}
.troevenOverzichtOverOns .span12 div.col25 .content {
  width: 90%;
  float: left;
}
@media only screen and (max-width: 1050px) {
  .troevenOverzichtOverOns .span12 div.col25 .content {
    width: 90%;
  }
}
.span100 {
  width: 100%;
}
.span75 {
  width: 75%;
}
.span50 {
  width: 50%;
}
.span25 {
  width: 25%;
}
.rowHeader {
  color: #353535;
  text-align: right;
  line-height: 38px;
  min-height: 1px;
}
@media only screen and (max-width: 750px) {
  .rowHeader {
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .rowHeader {
    margin-bottom: 0;
  }
  .rowHeader label {
    margin-bottom: 0;
  }
}
.registratieformluier .row {
  margin-top: 0;
  margin-bottom: 30px;
}
.labelHolderGegevens {
  padding: 6px 0;
  display: inline-block;
}
.fancybox-inner {
  background-color: #FFF !important;
}
.block {
  display: block;
}
.detailConfiguratie {
  margin-top: 20px;
}
.detailConfiguratie h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.detailConfiguratie h3:first-child {
  margin-top: 0;
}
.detailConfiguratie .select-wrapper:not(.productAantal) {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .detailConfiguratie .select-wrapper:not(.productAantal) {
    width: 75%;
  }
}
@media only screen and (max-width: 670px) {
  .detailConfiguratie .select-wrapper:not(.productAantal) {
    width: 100%;
  }
}
.registratieformulier {
  border-bottom: 1px solid #E7ECEF;
}
.formulierAlert {
  border: 1px solid #93c6df;
  margin-bottom: 10px;
  padding: 15px;
  background: #d9edf7;
  color: #3a87ad;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert.success {
  color: #69885c !important;
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert.info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert.warning {
  color: #a94442 !important;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert.error {
  color: #a94442 !important;
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.masonryFrame {
  margin-left: -2%;
  width: 102%;
}
.masonryFrame .masonryBox {
  width: 48%;
  margin-left: 2%;
  float: left;
}
ul.downloadLijst {
  margin-left: -2% !important;
  width: 102% !important;
}
@media only screen and (max-width: 500px) {
  ul.downloadLijst {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
ul.downloadLijst .downloadBox {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
  display: inline-block;
  border: 1px solid #E7ECEF;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
ul.downloadLijst .downloadBox .downloadNaamContainer {
  display: table;
  width: 100%;
}
ul.downloadLijst .downloadBox .downloadNaamContainer .downloadNaam {
  display: table-cell;
  width: 100%;
  line-height: 25px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
ul.downloadLijst .downloadBox .downloadType {
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
  color: #979797;
}
ul.downloadLijst .downloadBox:hover {
  border-color: #E83D4F;
}
@media only screen and (max-width: 500px) {
  ul.downloadLijst .downloadBox {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 4%;
  }
}
.lijn {
  border-top: 1px solid #E7ECEF;
}
.buttonDivider {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 500px) {
  .buttonDivider {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .homePromotieButtons .btn,
  .homePromotieButtons .ghostBtn {
    display: block;
    margin-bottom: 4%;
  }
}
.persoonlijkeGegevensFrame .registratieFrame .col50,
.persoonlijkeGegevensFrame .registratieFrame .col25,
.persoonlijkeGegevensFrame .registratieFrame .col100 {
  margin-top: 20px;
}
.bestellingLijst .bestellingLijstHeader {
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 40px;
  border-bottom: 1px solid #cacaca;
}
.bestellingLijst .bestellingLijstHeader div {
  padding-left: 10px;
  padding-right: 10px;
}
.bestellingLijst .bestellingLijstRow {
  padding: 10px 5px;
  line-height: 40px;
}
.bestellingLijst .bestellingLijstRow:hover {
  background-color: rgba(232, 61, 79, 0.1);
}
.bestellingLijst .bestellingLijstRow div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
}
.bestellingLijst i.statusIcoon {
  font-size: 12px;
  margin-right: 10px;
}
.bestellingLijst i.statusIcoon.warning {
  color: #c09853;
}
.bestellingLijst i.statusIcoon.success {
  color: #6FBB1B;
}
.bestellingLijst i.statusIcoon.active {
  color: #353535;
}
.bestellingLijst i.statusIcoon.danger {
  color: #E83D4F;
}
.bestellingLijst .bestellingprijs,
.bestellingLijst .bestellingref {
  color: #353535;
}
.bestellingLijst .bestellingref {
  padding-left: 10px;
}
.bestellingLijst a:nth-of-type(even) .bestellingLijstRow {
  background-color: #f4f4f4;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.bestellingLijst a:nth-of-type(even) .bestellingLijstRow:hover {
  background-color: rgba(232, 61, 79, 0.1);
}
@media only screen and (max-width: 880px) {
  .bestellingLijst .bestellingtype {
    display: none;
  }
  .bestellingLijst .bestellingactie {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .bestellingLijst .bestellingactie,
  .bestellingLijst .bestellingref,
  .bestellingLijst .bestellingstatus {
    display: none;
  }
  .bestellingLijst .bestellingdatum {
    width: 60%;
  }
  .bestellingLijst .bestellingprijs {
    width: 40%;
  }
}
label {
  color: #353535;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .bestellingenFrame,
  .bestellingFrame,
  .rmaFrame,
  .rmaitemFrame {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .rmaFrame .btn {
    display: block;
    width: 80%;
    margin: 0 10% 30px 10%;
    text-align: center;
  }
}
@media only screen and (max-width: 880px) {
  .rmaFrame .bestellingtype {
    display: none;
  }
  .rmaFrame .bestellingactie {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .rmaFrame .bestellingref,
  .rmaFrame .bestellingprobleem {
    display: block;
  }
  .rmaFrame .bestellingactie,
  .rmaFrame .bestellingstatus,
  .rmaFrame .bestellingtype,
  .rmaFrame .bestellingdatum {
    display: none;
  }
  .rmaFrame .bestellingprobleem {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rmaFrame .bestellingref {
    width: 40%;
  }
}
.bestellingFrame label {
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.bestellingFrame .row,
.bestellingFrame div.row:first-of-type {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 500px) {
  .bestellingFrame .row,
  .bestellingFrame div.row:first-of-type {
    margin-bottom: 10px;
  }
}
.bestellingFrame .col35 {
  width: 35%;
  padding: 20px;
}
.bestellingFrame .winkelmandKlein {
  border: 1px solid #E7ECEF;
  margin-bottom: 20px;
}
.bestellingFrame .prijsRowDetailMetVerzending {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 750px) {
  .bestellingFrame .col25,
  .bestellingFrame .col70 {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .bestellingFrame .col25.winkelmandKlein,
  .bestellingFrame .col70.winkelmandKlein {
    padding: 10px;
  }
  .bestellingFrame label,
  .bestellingFrame span {
    width: 25%;
    float: left;
  }
  .bestellingFrame .col25 {
    margin-bottom: 40px;
  }
  .bestellingFrame .col50 {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .bestellingFrame label,
  .bestellingFrame span {
    width: 50%;
    float: left;
  }
  .bestellingFrame .itemImage {
    display: none;
  }
  .bestellingFrame .itemTitel {
    width: 70%;
  }
  .bestellingFrame .itemPrijs {
    width: 20%;
  }
  .bestellingFrame .ondertitel {
    width: 100%;
  }
  .bestellingFrame .col35 {
    padding: 0;
    width: 100%;
    text-align: center !important;
    margin: 30px 0;
  }
  .bestellingFrame .col35 button {
    float: none;
  }
}
.productVergelijkingFrame .productVergelijkingFrameHeader,
.productVergelijkingFrame .productVergelijkingFrameFooter {
  padding: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
}
.productVergelijkingFrame .productVergelijkingFrameHeader .image,
.productVergelijkingFrame .productVergelijkingFrameFooter .image {
  height: 150px;
  padding: 20px;
}
.productVergelijkingFrame .productVergelijkingFrameHeader .image img,
.productVergelijkingFrame .productVergelijkingFrameFooter .image img {
  max-width: 100%;
  max-height: 150px;
  margin-bottom: 0;
}
.productVergelijkingFrame .productVergelijkingFrameHeader div,
.productVergelijkingFrame .productVergelijkingFrameFooter div {
  padding: 10px;
}
.productVergelijkingFrame .productVergelijkingFrameHeader a,
.productVergelijkingFrame .productVergelijkingFrameFooter a {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.productVergelijkingFrame .productVergelijkingFrameHeader .productInfo h4,
.productVergelijkingFrame .productVergelijkingFrameHeader .productInfo span {
  display: block;
}
.productVergelijkingFrame .productVergelijkingFrameFooter a {
  font-family: 'Montserrat', sans-serif;
}
.productVergelijkingFrame .productVergelijkingRow {
  border-top: 1px solid #E7ECEF;
}
.productVergelijkingFrame .productVergelijkingRow.productVergelijkingRow1 {
  background-color: rgba(105, 117, 130, 0.06);
}
.productVergelijkingFrame .productVergelijkingRow div:not(.clear) {
  padding: 10px;
}
.productVergelijkingsBox {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 590px;
  margin-left: -295px;
  z-index: 10;
  background-color: #FFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 500px) {
  .productVergelijkingsBox {
    display: none !important;
  }
}
.productVergelijkingsBox .header {
  cursor: pointer;
  border-bottom: 1px solid #E7ECEF;
  padding: 10px;
}
.productVergelijkingsBox .header button {
  color: #E83D4F;
  border: 0;
  height: 38px;
  width: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  background-color: transparent;
  cursor: pointer;
}
.productVergelijkingsBox .header button i {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.productVergelijkingsBox .header button.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.productVergelijkingsBox .header h4.title {
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.productVergelijkingsBox .content {
  display: none;
}
.productVergelijkingsBox .content div.item {
  width: 25%;
  position: relative;
  display: block;
  padding: 10px 0;
  float: left;
  height: 145px;
  border: 1px solid #FFF;
  padding-left: 10px;
}
.productVergelijkingsBox .content div.item .inhoud {
  width: 100%;
  height: 100%;
}
.productVergelijkingsBox .content div.item .inhoud .image {
  padding-top: 10px;
}
.productVergelijkingsBox .content div.item .inhoud h4,
.productVergelijkingsBox .content div.item .inhoud .ondertitel {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  width: 90%;
  padding: 0 5%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productVergelijkingsBox .content div.item .inhoud.leeg {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.productVergelijkingsBox .content div.item .btn {
  text-align: center;
  margin: 10px;
  margin-top: 30px;
  padding: 10px !important;
}
.productVergelijkingsBox .content div.item .deleteBtn {
  opacity: 0;
  position: absolute;
  margin: 0;
  top: 17px;
  right: 7px;
  padding: 3px !important;
  border-radius: 3px;
  line-height: 18px;
  height: 26px;
  width: 26px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.productVergelijkingsBox .content div.item:hover .deleteBtn {
  opacity: 1;
}
.rood {
  color: #E83D4F;
}
a.disabled {
  opacity: 0.7;
}
.checkoutContent h1 {
  margin-bottom: 0;
}
.bottomMargin20 {
  margin-bottom: 20px !important;
}
.noTopMargin {
  margin-top: 0 !important;
}
.noTopPadding {
  padding-top: 0 !important;
}
.winkelmandSideContent .winkelmandKlein {
  margin-bottom: 30px;
}
hr {
  border: 0;
  border-bottom: 1px solid #E7ECEF;
  margin: 0;
  padding: 0;
}
input[readonly] {
  background-color: rgba(105, 117, 130, 0.1);
}
select[readonly],
select[disabled] {
  background-color: rgba(105, 117, 130, 0.1);
}
textarea[readonly] {
  background-color: rgba(105, 117, 130, 0.1) !important;
}
.statusVeld {
  color: #E83D4F;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.textPadding {
  padding-top: 6px;
}
#upateGegevensForm {
  margin-top: 40px;
}
@media only screen and (max-width: 500px) {
  #upateGegevensForm {
    margin-top: 20px;
  }
}
#upateGegevensForm div.row,
#upateGegevensForm div.row:first-of-type {
  padding: 0 0 30px 0;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  #upateGegevensForm div.row,
  #upateGegevensForm div.row:first-of-type {
    padding-bottom: 0;
  }
}
.afwijkendLeveradresContainer {
  background-color: rgba(105, 117, 130, 0.05);
  padding: 20px 20px 0 20px;
  border: 1px solid #E7ECEF;
}
.afwijkendLeveradresContainer div.row,
.afwijkendLeveradresContainer div.row:first-of-type {
  padding: 0 0 30px 0;
  margin: 0;
}
.afwijkendLeveradresContainer div.row:last-of-type {
  padding-bottom: 0;
}
.vereisteAccessoiresContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.25);
  display: none;
}
.vereisteAccessoiresContainer .vereisteAccessoires {
  position: fixed;
  z-index: 101;
  right: -450px;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  background-color: #FFF;
  width: 450px;
  max-width: 100%;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
}
.vereisteAccessoiresContainer .vereisteAccessoires .header {
  border-bottom: 1px solid #E7ECEF;
  padding: 20px 30px;
  z-index: 102;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .vereisteAccessoiresContainer .vereisteAccessoires .header {
    top: 70px;
  }
}
.vereisteAccessoiresContainer .vereisteAccessoires .header .sluitAccessoireLijst {
  color: #E83D4F;
  background-color: transparent;
  float: right;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.vereisteAccessoiresContainer .vereisteAccessoires .header .sluitAccessoireLijst:hover {
  color: #d81a2e;
}
.vereisteAccessoiresContainer .vereisteAccessoires .header h3 {
  color: #353535;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  position: relative;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 160px;
  bottom: 120px;
  padding: 20px 30px;
  z-index: 101;
  overflow-x: hidden;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .container {
  width: 100%;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .container div.itemRow {
  clear: both;
  float: none;
  padding: 20px 10px;
  border-bottom: 1px solid #cacaca;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .container div.itemRow.first {
  border-top: 1px solid #cacaca;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .container div.itemRow .itemImage,
.vereisteAccessoiresContainer .vereisteAccessoires .content .container div.itemRow .itemTitel,
.vereisteAccessoiresContainer .vereisteAccessoires .content .container div.itemRow .itemPrijs {
  padding-top: 7px;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content h3 {
  font-size: 18px;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content h3 i {
  margin-left: 5px;
  cursor: pointer;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content h4 {
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .ondertitel {
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .subtotaalPrijsAccessoire {
  color: #353535;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .toggleMogelijkeAccessoires {
  position: relative;
  cursor: pointer;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .toggleMogelijkeAccessoires:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  color: #353535;
  right: 0px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .toggleMogelijkeAccessoires.open:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .itemImage {
  height: 80px;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .btn {
  padding: 8px 20px;
}
.vereisteAccessoiresContainer .vereisteAccessoires .content .btn img {
  height: 20px;
  margin-top: 5px;
}
.vereisteAccessoiresContainer .vereisteAccessoires .footer {
  z-index: 102;
  border-top: 1px solid #E7ECEF;
  padding: 20px 30px;
  bottom: 0;
  background-color: #FFF;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}
.vereisteAccessoiresContainer .vereisteAccessoires .footer .subtotaal {
  float: left;
  width: 50%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 18px;
}
.vereisteAccessoiresContainer .vereisteAccessoires .footer .subtotaalWaarde {
  float: left;
  width: 50%;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 18px;
}
.vereisteAccessoiresContainer .vereisteAccessoires .footer button {
  width: 100%;
  margin: 0;
}
.showAccept {
  position: relative;
}
.showAccept i {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: -2px;
  line-height: 50px;
  font-size: 17px;
}
.showAccept.ok {
  background-color: #2dbd4b;
  border-color: #2dbd4b;
}
.formulierFrame {
  padding-bottom: 100px;
}
.formulierFrame .row {
  margin: 0 0 15px 0;
}
.formulierFrame label {
  margin-top: 6px;
}
.formulierFrame .tussentitel {
  padding-top: 30px;
}
.formulierFrame .tussentitel h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px !important;
  color: #E83D4F;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  font-weight: 700;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .formulierFrame .tussentitel h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .formulierFrame .tussentitel .span12 {
    margin-bottom: 0;
  }
}
.formulierFrame .lineSpacer {
  padding: 30px 0 0 0;
}
.main-wrapper {
  position: relative;
}
.rmaInfoBalk {
  line-height: 33px;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  padding: 10px 0;
  border: 1px solid #cacaca;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
}
.rmaInfoBalk span.stap {
  color: #E83D4F;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  display: block;
}
.rmaProcessTimeline {
  width: 100%;
  margin: 60px 0;
  padding-top: 30px;
  position: relative;
}
.rmaProcessTimeline:after {
  content: " ";
  width: 4px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  z-index: -1;
  background-color: #cacaca;
}
@media only screen and (max-width: 700px) {
  .rmaProcessTimeline:after {
    display: none;
  }
}
.rmaProcessTimeline .blok-wrapper {
  width: 100%;
  position: relative;
}
.rmaProcessTimeline .blok-wrapper .blok {
  clear: both;
  width: 47%;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 30px 50px;
  text-align: left;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 700px) {
  .rmaProcessTimeline .blok-wrapper .blok {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 500px) {
  .rmaProcessTimeline .blok-wrapper .blok {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.rmaProcessTimeline .blok-wrapper .blok:hover {
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.32);
}
.rmaProcessTimeline .blok-wrapper .blok .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.rmaProcessTimeline .blok-wrapper .blok .content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #E83D4F;
}
.rmaProcessTimeline .blok-wrapper .blok .content .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #353535;
  margin-bottom: 20px;
}
.rmaProcessTimeline .blok-wrapper:after {
  content: " ";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #E83D4F;
  display: inline-block;
  top: 34px;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  left: 50%;
  margin-left: -7px;
}
@media only screen and (max-width: 700px) {
  .rmaProcessTimeline .blok-wrapper:after {
    display: none;
  }
}
.rmaProcessTimeline .btn {
  margin-top: 30px;
}
.downloadFrame {
  margin-top: 60px;
}
.downloadFrame a.downloadBox {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 2%;
  display: inline-block;
  border: 1px solid #E7ECEF;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}
.downloadFrame a.downloadBox .downloadNaamContainer {
  display: table;
  width: 100%;
}
.downloadFrame a.downloadBox .downloadNaamContainer .downloadNaam {
  display: table-cell;
  width: 100%;
  line-height: 25px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.downloadFrame a.downloadBox .downloadType {
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
  color: #979797;
}
.downloadFrame a.downloadBox:hover {
  border-color: #E83D4F;
}
@media only screen and (max-width: 500px) {
  .downloadFrame a.downloadBox {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 4%;
  }
}
.jobsIntro .span8,
.geen-vacature-wrapper .span8,
.vacature-wrapper .span8,
.registratieIntro .span8 {
  margin-left: 17%;
}
@media only screen and (max-width: 768px) {
  .jobsIntro .span8,
  .geen-vacature-wrapper .span8,
  .vacature-wrapper .span8,
  .registratieIntro .span8 {
    margin-left: 0;
    width: 100%;
  }
}
.jobsIntro .span8 p:not(p.scheidingsTitel),
.geen-vacature-wrapper .span8 p:not(p.scheidingsTitel),
.vacature-wrapper .span8 p:not(p.scheidingsTitel),
.registratieIntro .span8 p:not(p.scheidingsTitel) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.jobsIntro .span8 .icon,
.geen-vacature-wrapper .span8 .icon,
.vacature-wrapper .span8 .icon,
.registratieIntro .span8 .icon {
  font-size: 25px;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .jobsIntro img.pull-right,
  .geen-vacature-wrapper img.pull-right,
  .vacature-wrapper img.pull-right,
  .registratieIntro img.pull-right {
    display: none;
  }
}
.jobsIntroWrapper {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.jobsIntroWrapper img.vacature-image {
  position: absolute;
  right: -40px;
  top: 40px;
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1240px) {
  .jobsIntroWrapper img.vacature-image {
    display: none;
  }
}
.kwaliteitenWrapper {
  padding-top: 60px;
}
@media only screen and (max-width: 670px) {
  .kwaliteitenWrapper {
    padding: 30px 0;
  }
  .kwaliteitenWrapper div {
    text-align: center !important;
  }
}
.borderTop {
  border-top: 1px solid #E7ECEF;
}
.noBorder {
  border: 0 !important;
}
/*====================================================
IMAGE-BREAK
=====================================================*/
.image-break {
  width: 100%;
  height: 625px;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .image-break {
    height: 425px;
  }
}
@media only screen and (max-width: 500px) {
  .image-break {
    height: 300px;
  }
}
.submenuContentCategorieen {
  position: absolute;
  top: 139px;
  left: 0;
  display: none;
  width: 100%;
  z-index: 10;
}
.submenuContentCategorieen .wrapper .wrap {
  background-color: #FFF;
  border: 1px solid #E7ECEF;
  border-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  margin-bottom: 10px;
}
.submenuContentCategorieen .wrapper .wrap .row {
  margin: 0;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 {
  padding: 20px;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 h3 {
  font-size: 18px;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6:nth-of-type(even) {
  margin-right: 0;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6:nth-of-type(even):after {
  content: "";
  display: block;
  clear: both;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 {
  width: 60%;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 {
  width: 40%;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 h3 a,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 h3 a {
  color: #353535;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60:first-of-type,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40:first-of-type {
  display: table;
  height: 150px;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60:first-of-type .categorieImage,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40:first-of-type .categorieImage {
  display: table-cell;
  text-align: center;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60:first-of-type .categorieImage img,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40:first-of-type .categorieImage img {
  max-width: 50%;
  max-height: 80%;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 ul,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 ul li,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 ul li {
  border-top: 1px solid #E7ECEF;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 ul li a,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 ul li a {
  line-height: 40px;
  display: block;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 ul li a:hover,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 ul li a:hover,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 ul li a.active,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 ul li a.active {
  color: #E83D4F;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 ul li a:hover,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 ul li a:hover {
  padding-left: 10px;
}
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col60 ul li:first-child,
.submenuContentCategorieen .wrapper .wrap .row div.span6 div.col40 ul li:first-child {
  border-top: 0;
}
.rmaOverzichtTitel {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #353535;
  line-height: 60px;
}
div.maplabels {
  display: none !important;
}
.jobcount {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -3px;
  top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  background: #E83D4F;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
}
.accountOverzicht .logoffbtn:last-of-type {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .accountOverzicht .support-wrapper3 {
    width: 100%;
  }
  .accountOverzicht .support-wrapper3 .supportBox {
    width: 45%;
    margin-left: 5%;
    height: auto;
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .accountOverzicht .support-wrapper3 .logoffbtn:last-of-type {
    display: block;
  }
}
@media only screen and (max-width: 880px) {
  .accountOverzicht .support-wrapper3 {
    width: 96%;
    margin: 0 2%;
  }
  .accountOverzicht .support-wrapper3 .supportBox {
    width: 100%;
    margin-left: 0%;
    height: auto;
    margin-bottom: 60px;
  }
}
.contactAdressen p {
  margin-bottom: 15px;
}
.contactAdressen i {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 18px;
}
.contactAdressen .bankGegevens {
  color: #353535;
  font-size: 14px;
  background-color: #EFF1F5;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.contactAdressen .phonenumber {
  line-height: 25px;
  margin-bottom: 7px;
}
.contactAdressen .function {
  color: #e9394e;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.contactAdressen .number {
  font-size: 17px;
  color: #353535;
  text-align: right;
}
.contactAdressen a {
  color: #353535;
}
@media only screen and (max-width: 1023px) {
  .contactAdressen div.span4 {
    width: 48%;
    text-align: center;
    margin-bottom: 30px;
  }
  .contactAdressen div.span4:nth-of-type(3) {
    clear: both;
    margin-top: 60px;
    margin-left: 26%;
  }
}
@media only screen and (max-width: 750px) {
  .contactAdressen div.span4 {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E7ECEF;
  }
  .contactAdressen div.span4:last-of-type {
    border-bottom: 0;
    margin-left: 0%;
    margin-top: 0;
  }
}
.marginTop60 {
  margin-top: 60px !important;
}
.marginBottom60 {
  margin-bottom: 60px !important;
}
.noPaddingTop {
  padding-top: 0 !important;
}
.fotoSlider {
  float: right;
  width: 100%;
}
.fotoSlider #hoofdFoto {
  width: 100%;
  height: 400px;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.fotoSlider #hoofdFoto div {
  height: 400px;
}
.fotoSlider #hoofdFoto div img {
  max-height: 100%;
}
@media only screen and (max-width: 1050px) {
  .fotoSlider #hoofdFoto {
    height: 350px;
  }
  .fotoSlider #hoofdFoto div {
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .fotoSlider #hoofdFoto {
    height: 300px;
  }
  .fotoSlider #hoofdFoto div {
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .fotoSlider #hoofdFoto {
    height: 250px;
  }
  .fotoSlider #hoofdFoto div {
    height: 200px;
  }
}
.fotoSlider #hoofdFoto img {
  margin: 0 auto;
}
.fotoSlider #fotoLijst {
  width: 100%;
  padding: 0 20px;
  position: relative;
  margin-bottom: 30px;
}
.fotoSlider #fotoLijst .slick-slide {
  cursor: pointer;
  width: 20%;
  height: 75px;
  text-align: center;
  display: table;
}
.fotoSlider #fotoLijst .slick-slide .slide-title {
  text-align: center;
  height: 75px;
  vertical-align: middle;
  display: table-cell;
}
.fotoSlider #fotoLijst .slick-slide .slide-title img {
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
  text-align: center;
}
.fotoSlider #fotoLijst button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border: 0;
  font-size: 20px;
  padding: 10px;
  background-color: transparent;
}
.fotoSlider #fotoLijst button.slick-next {
  right: 0;
}
.fotoSlider #fotoLijst button.slick-prev {
  left: 0;
}
.waitscreen {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
.waitscreen .content {
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  margin-top: -75px;
  height: 150px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px;
}
@media only screen and (max-width: 500px) {
  .waitscreen .content {
    width: 90%;
    margin-left: 5%;
    left: 0;
    text-align: center;
    margin-top: -87px;
    height: auto;
  }
}
.waitscreen .content .title {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #353535;
  border-bottom: 1px solid #E7ECEF;
  line-height: 50px;
  margin-bottom: 20px;
}
.koffietas {
  margin-top: -60px;
}
li.taallinksMobiel {
  width: 50%;
  float: left;
  list-style-type: none;
  border-bottom: 1px solid #ed6b78;
}
li.taallinksMobiel.borderRechts {
  border-right: 1px solid #ed6b78;
}
.btn-wrapper a {
  margin-bottom: 20px;
}
.hover-products {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .hover-products {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hover-products {
    margin-bottom: 35px;
  }
}
.hover-products a {
  width: 200px;
  text-decoration: none;
  margin: 0 35px;
}
@media only screen and (max-width: 500px) {
  .hover-products a {
    margin-bottom: 50px;
    display: block;
  }
}
.hover-products a .afbeelding {
  width: 100%;
  height: 210px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 10px;
}
.hover-products a h3 {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 0;
}
.hover-products a .btn {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 5px 8px;
  margin-top: 12px;
}
@media only screen and (max-width: 500px) {
  .hover-products a .btn {
    opacity: 1;
  }
}
.hover-products a:hover .btn {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hover-slider {
  margin-bottom: 25px;
}
.hover-slider .slick-prev,
.hover-slider .slick-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  border: 0;
  background: 0;
  font-size: 50px;
  padding: 15px;
  margin-top: -30px;
  color: #E83D4F;
}
.hover-slider .slick-next {
  right: 0;
}
.hover-slider .slide {
  height: 580px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .hover-slider .slide {
    height: 180px !important;
  }
}
.hover-slider .slick-dots li button::before {
  color: red;
  font-size: 25px;
}
.hover-slider .pointer-wrapper {
  position: absolute;
}
.hover-slider .pointer-wrapper .pointer {
  width: 35px;
  height: 35px;
  background-color: #E83D4F;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  cursor: pointer;
  text-align: center;
  float: left;
}
@media only screen and (max-width: 500px) {
  .hover-slider .pointer-wrapper .pointer {
    width: 25px;
    height: 25px;
    display: none;
  }
}
.hover-slider .pointer-wrapper .pointer:before {
  content: '+';
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 33px;
}
@media only screen and (max-width: 500px) {
  .hover-slider .pointer-wrapper .pointer:before {
    font-size: 25px;
    line-height: 25px;
  }
}
.hover-slider .pointer-wrapper .content {
  padding: 15px;
  margin-left: 20px;
  float: right;
  background: #fff;
  width: 250px;
  font-size: 25px;
  font-weight: 300;
  color: #E83D4F;
  border: 1px solid #E7ECEF;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 500px) {
  .hover-slider .pointer-wrapper .content {
    font-size: 18px;
    line-height: 21px;
    float: none;
    margin-top: 25px;
    margin-left: 0;
    position: relative;
  }
}
.hover-slider .pointer-wrapper .content.show {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hover-slider .pointer-wrapper .content span {
  color: #979797;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 500px) {
  .hover-slider .pointer-wrapper .content span {
    font-size: 14px;
  }
}
.productVideo {
  width: 492px;
  height: 276px;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 768px) {
  .productVideo {
    width: 33%;
  }
}
@media only screen and (max-width: 670px) {
  .productVideo {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .productVideo {
    width: 50%;
  }
}
.productVideo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(85, 85, 85, 0.6);
}
.productVideo .overlay .play-button {
  font-size: 30px;
  height: 72px;
  width: 72px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed #fff;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.productVideo .overlay .play-button:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.3);
}
.productVideo:hover .overlay .play-button {
  background: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}
