/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button.mfp-arrow {
  width: 130px;
  height: 80px;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 50px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  background: transparent !important;
  opacity: 100;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -45px;
  padding: 0;
  width: 80px;
  height: 80px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -46px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 7px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 25px;
  border-bottom-width: 25px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 40px solid white;
  margin-left: 27px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 40px solid white;
  margin-left: 60px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.25s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-fade.mfp-wrap.mfp-removing button.mfp-arrow {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

img.mfp-img {
  background: #fff;
  padding: 10px !important;
}

.mfp-image-holder .mfp-close {
  right: 23px !important;
  width: 10% !important;
  top: 15px;
  right: 18px;
  opacity: 1 !important;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px;
}
.mfp-bottom-bar {
  left: auto !important;
  right: 20px;
}
.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 35px 40px;
  width: auto;
  max-width: 610px;
  padding: 45px;
  margin: 20px auto;
  display: table;
}
.white-popup .styled-select {
  clear: both;
}
.white-popup h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: -1px;
}
.white-popup p {
  margin-bottom: 15px;
}
.white-popup .tekst {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15x;
}

* {
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input, textarea {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

body {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url("../images/background_2026.jpg") no-repeat center center;
}

body, td, th {
  font-family: proxima-nova, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 155%;
  color: #242424;
}

img {
  max-width: 100%;
  border: none;
}

.blue {
  color: #00aeef;
}

button,
a.button,
.button {
  float: left;
  clear: both;
  padding: 15px 50px 15px 25px;
  background: #00aeef;
  color: #fff;
  font-family: proxima-nova, Arial, Verdana, sans-serif;
  font-weight: 800;
  font-size: 22px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.checkbox-container {
  display: block;
  position: relative;
  padding: 17px 25px 17px 50px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container .name {
  font-size: 19px;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 19px;
  left: 25px;
  height: 25px;
  width: 25px;
  background: none;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container .checkmark:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.homefader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

.homescreen {
  float: left;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.homescreen h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 110px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 14vh;
}
.homescreen .subtitle {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 38px;
  margin-top: 15px;
}
.homescreen .subtitle span.blue {
  font-size: 38px;
  font-weight: 700;
}
.homescreen .home-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12vh;
  max-width: 1200px;
  margin: 12vh auto 0;
  padding: 0 40px;
}
.homescreen .home-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin-top: 90px;
}
.homescreen .home-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(33% - 38px);
  height: auto;
  min-height: 250px;
  background: #00aeef;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 8px;
  transition: background 0.35s, color 0.1s;
}
.homescreen .home-menu li.nissan {
  background: #c3002f;
}
.homescreen .home-menu li.hyundai {
  background: #002c5f;
}
.homescreen .home-menu li.mitsubishi {
  background: #000000;
}
.homescreen .home-menu li.byd {
  background: #252728;
}
.homescreen .home-menu li.oj {
  background: #0032a8;
}
.homescreen .home-menu li.gebruikt {
  background: #00aeef;
}
.homescreen .home-menu li.sdo {
  background: #313f47;
}
.homescreen .home-menu li:last-child {
  margin-right: 0;
}
.homescreen .home-menu li.active {
  background: #fff;
}
.homescreen .home-menu li.active span, .homescreen .home-menu li.active strong {
  color: #00aeef;
}
.homescreen .home-menu li .logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homescreen .home-menu li .logo img {
  width: 100%;
  max-height: 100px;
  max-width: 200px;
}
.homescreen .home-menu li .buttons {
  display: flex;
  margin-top: auto;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.homescreen .home-menu li .buttons .button {
  background: none;
  width: 50%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.homescreen .home-menu li .buttons .button:last-of-type {
  border-right: none;
}
.homescreen .home-menu li span {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -5px;
}
.homescreen .home-menu li strong {
  font-weight: 800;
  font-size: 36px;
  float: left;
  width: 100%;
  color: #fff;
  padding-top: 8px;
  text-align: center;
}
.homescreen .home-menu li.sdo .logo img {
  max-height: 70px;
}
.homescreen .home-menu li.sdo .buttons .button {
  width: 100%;
}

#vehicleoverview {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
}
#vehicleoverview.active {
  z-index: 2;
}
#vehicleoverview.keepopen .filters {
  left: 0;
}
#vehicleoverview.keepopen .vehicles {
  left: 0;
}

.filters {
  float: left;
  width: 400px;
  height: 100vh;
  position: relative;
  left: -400px;
  color: #fff;
  padding: 45px;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.filters h2 {
  float: left;
  width: 100%;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  font-size: 45px;
  line-height: 42px;
  letter-spacing: -1px;
}
.filters h2 strong {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #00aeef;
}
.filters .intro {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}
.filters form {
  float: left;
  width: 100%;
}
.filters .filterlist {
  float: left;
  width: 100%;
}
.filters .filter {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.filters .filter input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.filters .filter input:checked + label {
  background: #00aeef;
  color: #fff;
  box-shadow: inset -1px -1px 0px #fff;
}
.filters .filter input:checked + label:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 18px;
  top: 18px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filters .filter label {
  cursor: pointer;
  position: relative;
  padding: 17px 0 17px 40px;
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  width: 260px;
  box-shadow: inset -1px -1px 0px #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters .filter.active .title {
  background-color: #ddd;
}
.filters .filter.has-selection .title {
  font-weight: 800;
}
.filters .filter:last-child {
  margin-bottom: 0;
}
.filters .filter .title {
  float: left;
  width: 100%;
  color: #242424;
  cursor: pointer;
  background: url(../images/icon_filter.png) no-repeat top 22px right 20px #fff;
  padding: 15px 0 15px 20px;
}
.filters .filtervalues {
  display: none;
  background: #fff;
  color: #333;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.filters .filtervalues ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.filters .filtervalues li {
  float: left;
  width: 100%;
  background: #fff;
  width: 100%;
  font-size: 19px;
  line-height: 20px;
  cursor: pointer;
  width: 260px;
}
.filters .filtervalues li.selected {
  background: #00aeef;
  color: #fff;
}
.filters .filtervalues li:last-child {
  box-shadow: none;
}
.filters .intro-sorting {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}
.filters .filter.sortering .filtervalues {
  top: auto;
  bottom: 0;
}
.filters .filter.sortering .filtervalues li {
  width: 350px;
}
.filters .filter.sortering .filtervalues label {
  width: 350px;
}
.filters .filter .filtervalues.two ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
          column-gap: 0px;
  width: 520px;
}
.filters .filter .filtervalues.three ul {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
          column-gap: 0px;
  width: 780px;
}
.filters .filter .filtervalues.four ul {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0px;
          column-gap: 0px;
  width: 1040px;
}
.filters .filter .filtervalues.five ul {
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 0px;
          column-gap: 0px;
  width: 1300px;
}
.filters .filter .filtervalues.big {
  top: -160px;
}
.filters .button {
  margin-top: 20px;
}
.filters .back-to-start {
  margin-top: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 100;
  line-height: 22px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.vehicles {
  float: left;
  width: calc(100% - 400px);
  height: 100vh;
  background: #f6f6f6;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  left: 100%;
}
.vehicles .list {
  float: left;
  width: 100%;
  padding: 60px 100px 0;
  height: calc(100vh - 100px);
}
.vehicles .actions {
  float: left;
  width: 100%;
  height: 100px;
  padding: 0 100px;
  position: relative;
  z-index: 3;
}
.vehicles .actions .prev,
.vehicles .actions .next {
  float: right;
  clear: none;
  width: 180px;
  padding: 15px 0px;
  text-align: center;
}
.vehicles .actions .prev {
  float: left;
}
.vehicles .vehicle {
  padding: 0;
  background: #fff;
  cursor: pointer;
  color: #242424;
  text-decoration: none;
  height: 40vh;
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
}
.vehicles .vehicle:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 30px ) / 4) - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.vehicles .vehicle:nth-of-type(4n) {
  margin-right: 0;
}
.vehicles .vehicle.active {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
}
.vehicles .vehicle .image-container {
  float: left;
  width: 100%;
  line-height: 0;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.vehicles .vehicle .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.vehicles .vehicle .discount {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  padding: 5px 10px 4px 10px;
  background: #cb2b2b;
  z-index: 1;
}
.vehicles .vehicle .info-container {
  float: left;
  width: 100%;
  flex: 1;
  height: 210px;
  border: 1px solid #eee;
  padding: 15px 20px 15px;
  border-top: none;
  display: flex;
  flex-direction: column;
}
.vehicles .vehicle .info-container h3 {
  margin: 0 0 11px;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
}
.vehicles .vehicle .info-container .discription {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  color: #666;
  font-weight: 300;
  overflow: hidden;
  max-height: 57px;
}
.vehicles .vehicle .info-container .price-container {
  float: left;
  width: 100%;
  margin-top: auto;
}
.vehicles .vehicle .info-container .old-price {
  float: left;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}
.vehicles .vehicle .info-container .old-price span {
  text-decoration: line-through;
}
.vehicles .vehicle .info-container .price {
  float: right;
  color: #00aeef;
  font-size: 30px;
  font-weight: 800;
}
.vehicles .vehicle .short-info {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
}
.vehicles .vehicle .short-info span {
  float: left;
  width: 100%;
}

#vehicledetails {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
}
#vehicledetails.active {
  z-index: 3;
}

.details-container {
  float: left;
  width: calc(100% - 400px);
  height: 100vh;
  background: #f6f6f6;
  position: relative;
  padding: 40px 50px;
  left: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.details-container .left {
  float: left;
  width: 62%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.details-container .right {
  float: right;
  width: 32%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: auto;
}
.details-container .right .back-to-overview.button {
  margin-top: auto;
  margin-left: auto;
  padding: 15px 40px;
}
.details-container .right .show-all-specs.button {
  margin-top: 8px;
  font-size: 22px;
  background: url(../images/icon_button_arrow.png) no-repeat #000 top 50% right 20px;
}
.details-container .right .mail-vehicle.button {
  margin-top: 8px;
  font-size: 22px;
  background: url(../images/icon_button_arrow.png) no-repeat #00aeef top 50% right 20px;
}
.details-container .media-container {
  float: left;
  width: 100%;
  height: auto;
  max-height: 52vh;
  overflow: hidden;
  position: relative;
}
.details-container .media-container .images {
  float: left;
  width: 100%;
  line-height: 0;
}
.details-container .discount {
  position: absolute;
  top: 18px;
  cursor: pointer;
  left: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  padding: 8px 15px 7px;
  background: #cb2b2b;
  z-index: 1;
}
.details-container .zoom {
  position: absolute;
  background: url(../images/icon_zoom.png) no-repeat center center;
  left: 28px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.detail-specifications {
  float: left;
  width: 100%;
  height: auto;
  max-height: 48vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.detail-specifications h1 {
  float: left;
  width: 100%;
  margin: 25px 0 15px;
  font-weight: 800;
  font-size: 40px;
  line-height: 1em;
}
.detail-specifications h1 span {
  float: left;
}
.detail-specifications h1 .model {
  margin: 0 9px;
  text-transform: uppercase;
}
.detail-specifications .highlights {
  float: left;
  width: 100%;
  fons-size: 20px;
  font-weight: 300;
}
.detail-specifications .specs {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.detail-specifications .specs ul {
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  -webkit-column-gap: 4em;
  column-gap: 4em;
  -webkit-column-count: 2;
  column-count: 2;
}
.detail-specifications .specs li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.detail-specifications .specs li .label {
  float: left;
  width: 170px;
  font-size: 18px;
  font-weight: 300;
}
.detail-specifications .specs li .value {
  float: left;
  width: calc(100% - 170px);
  font-size: 18px;
  font-weight: 600;
}
.detail-specifications .specs li span.value.energielabel {
  width: auto;
  padding: 0 10px;
  color: #fff;
}
.detail-specifications .specs li span.value.energielabel.label_a {
  background: #0b9152;
}
.detail-specifications .specs li span.value.energielabel.label_b {
  background: #3fac51;
}
.detail-specifications .specs li span.value.energielabel.label_c {
  background: #b2cc44;
}
.detail-specifications .specs li span.value.energielabel.label_d {
  background: #f9eb32;
}
.detail-specifications .specs li span.value.energielabel.label_e {
  background: #fcad36;
}
.detail-specifications .specs li span.value.energielabel.label_f {
  background: #ef6c3e;
}
.detail-specifications .specs li span.value.energielabel.label_g {
  background: #e2383b;
}
.detail-specifications .price-container {
  float: left;
  width: 100%;
  margin-top: auto;
}
.detail-specifications .old-price {
  float: left;
  font-size: 20px;
  font-weight: 300;
  margin-top: 5px;
  color: #666;
  margin-right: 25px;
}
.detail-specifications .old-price span {
  text-decoration: line-through;
}
.detail-specifications .price {
  float: left;
  color: #00aeef;
  font-size: 40px;
  font-weight: 800;
}

.detail-highlights {
  background: #f4c900;
  float: left;
  width: 100%;
  padding: 35px 40px;
  height: auto;
  max-height: 70vh;
  overflow: hidden;
}
.detail-highlights h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 20px;
  line-height: 1em;
}
.detail-highlights ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.detail-highlights li {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 20px;
}
.detail-highlights li:last-child {
  margin: 0;
}
.detail-highlights li.has-highlight {
  cursor: pointer;
  background: url(../images/icon_highlight_zoom.png) no-repeat left 0 top 8px;
  text-decoration: underline;
}
.detail-highlights li a {
  color: #242424;
}

.filters.detailpage .intro {
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 40px;
  font-size: 38px;
}

.usp-list {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.usp-list li {
  float: left;
  width: 100%;
  background: url(../images/checkmark.png) no-repeat left 0 top 8px;
  padding-left: 30px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 300;
}

.opties-container {
  position: absolute;
  width: 75%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  right: -90%;
  background: #f6f6f6;
  z-index: 1;
  padding: 50px 60px;
  box-shadow: -43px 0px 90px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-wrap: wrap;
}
.opties-container .specs-container {
  background: #e9e9e9;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 30px 17px;
  -webkit-column-count: 3;
  column-count: 3;
}
.opties-container .spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.opties-container .spec-list li {
  font-size: 15px;
}
.opties-container .spec-list li .label {
  display: inline-block;
  font-weight: 300;
  width: 160px;
}
.opties-container .spec-list li .value {
  font-weight: 700;
  width: calc(100% - 160px);
}
.opties-container .option-list-container {
  float: left;
  width: 100%;
  height: 66vh;
  /*
    -webkit-column-rule: 1px dotted #ddd;
    -moz-column-rule: 1px dotted #ddd;
    column-rule: 1px dotted #ddd;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;  	

    &.two {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
    }

    &.three {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
    }

    &.small {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;

  .option-list ul li {
  	margin-bottom:8px;
  }
    }
       */
}
.opties-container .option-list {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow-y: auto;
  height: calc(66vh - 10px);
}
.opties-container .option-list h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 28px;
  display: inline-block;
  position: relative;
}
.opties-container .option-list ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  position: relative;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;
  -webkit-column-gap: 4em;
          column-gap: 4em;
  overflow-x: auto;
  padding-bottom: 14px;
}
.opties-container .option-list ul li {
  font-size: 15px;
  width: 100%;
  line-height: 18px;
  margin-bottom: 10px;
}
.opties-container .option-list ul li.has-highlight {
  cursor: pointer;
  background: url(../images/icon_highlight_zoom.png) no-repeat left 0 top 5px;
  text-decoration: underline;
  color: #242424;
  padding-left: 20px;
}
.opties-container .close-options.button {
  margin-top: auto;
  margin-right: auto;
  padding: 15px 50px 15px 50px;
  background: #000;
}

.interesse-container {
  position: absolute;
  width: 855px;
  height: 100vh;
  overflow: hidden;
  top: 0;
  right: -90%;
  background: #f6f6f6;
  z-index: 1;
  padding: 20px 60px;
  box-shadow: -43px 0px 90px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.interesse-container h2 {
  float: left;
  font-size: 40px;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1em;
}
.interesse-container .intro {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
.interesse-container .interesse-form {
  float: left;
  width: 100%;
  max-width: 734px;
  margin: 15px 0;
}
.interesse-container .row {
  float: left;
  width: 100%;
  margin: 0;
}
.interesse-container label {
  float: left;
  width: 100%;
  font-size: 19px;
  font-weight: 800;
  margin-top: 15px;
}
.interesse-container input[type=text] {
  float: left;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  font-family: proxima-nova, Arial, Verdana, sans-serif;
  padding: 14px 20px;
  border: 1px solid #c7c7c7;
}
.interesse-container input[type=text]:focus {
  border: 1px solid #626262;
}
.interesse-container .keyboard {
  float: left;
  width: 100%;
  margin-top: 35px;
}
.interesse-container .button {
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 50px;
  float: left;
  clear: none;
}
.interesse-container .send-form-close.button {
  float: right;
  margin-left: auto;
  clear: none;
  background: #000;
}

.noting-found {
  background: #fff;
  float: left;
  display: block;
  align-self: flex-start;
  padding: 35px 5%;
  margin: 0 auto;
  margin-top: 20vh;
  box-shadow: 0px 0px 250px rgba(0, 0, 0, 0.15);
}

.message-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.message-container .message {
  background: #fff;
  padding: 40px 40px;
  max-width: 600px;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  line-height: 32px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.5);
}
.message-container .text {
  width: 100%;
  float: left;
}
.message-container .button {
  float: none;
  margin-top: 20px;
  padding: 12px 30px;
  display: inline-block;
  margin: 40px 5px 0;
}

#screensaver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
  overflow: hidden;
  display: none;
}
#screensaver .close-screensaver {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding-right: 30px;
  padding-left: 30px;
}
#screensaver .screensaver-list {
  float: none;
  width: 100%;
  margin: 0 auto;
}
#screensaver .owl-carousel {
  z-index: 3;
}
#screensaver .content-container {
  width: 1180px;
  margin: 0 auto;
  /* height:100vh; */
  z-index: 2;
  position: relative;
}
#screensaver .vehicle {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
}
#screensaver .vehicle .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#screensaver .image-container {
  float: left;
  width: 100%;
  position: relative;
  max-height: 90vh;
  margin-top: 4vh;
}
#screensaver .image-container img {
  width: auto;
  margin: 0 auto;
}
#screensaver .info-container {
  float: left;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 80px 30px 75px;
  z-index: 2;
  background-image: -owg-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
#screensaver .info-container h3 {
  text-align: left;
  margin: 20px 0 0;
  font-size: 36px;
  max-width: calc(100% - 100px);
}
#screensaver .info-container .description {
  text-align: left;
  margin-top: 0px;
  max-width: calc(100% - 100px);
}
#screensaver .info-container .price-container {
  float: left;
  margin-top: 10px;
}
#screensaver .info-container .old-price {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 4px;
}
#screensaver .info-container .old-price span {
  text-decoration: line-through;
}
#screensaver .info-container .price {
  font-size: 28px;
  float: left;
}
#screensaver .zoom {
  position: absolute;
  background: url(../images/icon_zoom.png) no-repeat center center;
  padding: 50px;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10;
}
#screensaver .discount {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  padding: 10px 25px 10px 20px;
  background: #cb2b2b;
  z-index: 10;
}
#screensaver .info {
  width: 100%;
  position: absolute;
  z-index: 10;
  color: #fff;
  padding: 20px 0;
  bottom: 50px;
  left: 0;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 20px;
  right: 0;
}

body.sdo .details-container .right .mail-vehicle.button,
body.sdo button, body.sdo a.button, body.sdo .button {
  background: #f27e3f;
}
body.sdo .mfp-image-holder .mfp-close {
  background: none;
}
body.sdo .detail-specifications .price,
body.sdo .vehicles .vehicle .info-container .price,
body.sdo .filters h2 strong {
  color: #f27e3f;
}
body.sdo .usp-list li {
  background: url(../images/checkmark_sdo.png) no-repeat left 0 top 8px;
}
body.sdo .details-container .right .mail-vehicle.button {
  background: url(../images/icon_button_arrow.png) no-repeat #f27e3f top 50% right 20px;
}
body.sdo .filters .filter input:checked + label {
  background: #f27e3f;
}

body.nissan .details-container .right .mail-vehicle.button,
body.nissan button, body.nissan a.button, body.nissan .button {
  background: #c3002f;
}
body.nissan .mfp-image-holder .mfp-close {
  background: none;
}
body.nissan .detail-specifications .price,
body.nissan .vehicles .vehicle .info-container .price,
body.nissan .filters h2 strong {
  color: #c3002f;
}
body.nissan .filters .filter input:checked + label {
  background: #c3002f;
}

body.hyundai .details-container .right .mail-vehicle.button,
body.hyundai button, body.hyundai a.button, body.hyundai .button {
  background: #002c5f;
}
body.hyundai .mfp-image-holder .mfp-close {
  background: none;
}
body.hyundai .detail-specifications .price,
body.hyundai .vehicles .vehicle .info-container .price,
body.hyundai .filters h2 strong {
  color: #002c5f;
}
body.hyundai .filters .filter input:checked + label {
  background: #002c5f;
}

body.mitsubishi .details-container .right .mail-vehicle.button,
body.mitsubishi button, body.mitsubishi a.button, body.mitsubishi .button {
  background: #000000;
}
body.mitsubishi .mfp-image-holder .mfp-close {
  background: none;
}
body.mitsubishi .detail-specifications .price,
body.mitsubishi .vehicles .vehicle .info-container .price {
  color: #000000;
}
body.mitsubishi .filters h2 strong {
  color: #fff;
}
body.mitsubishi .filters .filter input:checked + label {
  background: #000000;
}

body.layout_standard.sdo,
body.layout_sdo {
  background: url("../images/background_sdo_new.jpg") no-repeat center center;
}
body.layout_standard.sdo .homescreen h1,
body.layout_sdo .homescreen h1 {
  margin-top: 21vh;
}
body.layout_standard.sdo #screensaver .close-screensaver,
body.layout_sdo #screensaver .close-screensaver {
  background: #f27e3f;
}

body.layout_standard.nissan,
body.layout_nissan {
  background: url("../images/background_nissan_new.jpg") no-repeat center center;
}
body.layout_standard.nissan #screensaver .close-screensaver,
body.layout_nissan #screensaver .close-screensaver {
  background: #00aeef;
}

body.layout_standard.hyunda,
body.layout_hyundai {
  background: url("../images/background_hyundai_new.jpg") no-repeat center center;
}
body.layout_standard.hyunda #screensaver .close-screensaver,
body.layout_hyundai #screensaver .close-screensaver {
  background: #00aeef;
}

body.layout_gebruikt #screensaver .close-screensaver {
  background: #00aeef;
}

body.layout_standard.mitsubishi,
body.layout_mitsubishi {
  background: url("../images/background_nissan_new.jpg") no-repeat center center;
}
body.layout_standard.mitsubishi #screensaver .close-screensaver,
body.layout_mitsubishi #screensaver .close-screensaver {
  background: #000000;
}

@media screen and (max-width: 1180px) {
  .filterform {
    flex-direction: column-reverse;
  }

  .filter.search {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: 0;
  }
  .filter.search #search {
    width: 100%;
    min-width: 220px;
  }
}
@media screen and (max-width: 840px) {
  .filters .filter {
    width: 100%;
    margin-right: 0;
  }

  .header-type {
    min-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .filter.search {
    width: 100%;
    margin-left: 0;
  }
  .filter.search #search {
    min-width: 0;
  }
}