@font-face {
  font-family: 'opelsanscondensed';
  src: url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-regular.eot");
  src: url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-regular.eot?#iefix") format("embedded-opentype"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-regular.woff2") format("woff2"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-regular.woff") format("woff"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-regular.ttf") format("truetype"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-regular.svg#opelsanscondensed-regular") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'opelsanscondensed';
    src: url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-bold.eot");
    src: url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-bold.eot?#iefix") format("embedded-opentype"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-bold.woff2") format("woff2"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-bold.woff") format("woff"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-bold.ttf") format("truetype"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-bold.svg#opelsanscondensed-bold") format("svg");
    font-style: normal;
    font-weight: 700;
}

@font-face {
  font-family: 'opelsanscondensed';
    src: url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-extrabold.eot");
    src: url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-extrabold.eot?#iefix") format("embedded-opentype"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-extrabold.woff2") format("woff2"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-extrabold.woff") format("woff"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-extrabold.ttf") format("truetype"),url("//cdn.dtcmediainternet.nl/fonts/opelsanscondensed/opelsanscondensed-extrabold.svg#opelsanscondensed-extrabold") format("svg");
    font-style: normal;
    font-weight: 800;
}

.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 {
  -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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

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

.mfp-preloader a:hover {
  color: #FFF;
}

.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::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  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: #FFF;
  font-style: normal;
  font-size: 28px;
  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: #333;
}

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

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

.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: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  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: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

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

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .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-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-container {
  padding: 0;
}

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

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

div#ui-datepicker-div {
  background: #f7d900;
  padding: 5px 30px 10px 30px;
}

#dtcmedia {
  background: #fff;
  color: #000;
  font-family: "opelsanscondensed",arial,sans-serif;
  overflow: hidden;
  width: 100%;
}

#dtcmedia img {
  height: auto;
}

#dtcmedia * {
  box-sizing: border-box;
}

#dtcmedia *:focus {
  outline: none;
}

#dtcmedia h1,#dtcmedia h2,#dtcmedia h3,#dtcmedia h4,#dtcmedia h5,#dtcmedia h6 {
  color: #000;
  font-family: "opelsanscondensed",arial,sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 800;
  text-transform: uppercase;
}

#dtcmedia p {
  margin: 0;
  padding: 0;
}

#dtcmedia .container {
  background: #fff;
  overflow: hidden;
  padding: 20px 18px 0;
}

#dtcmedia .home {
  background: #fff;
}

#dtcmedia img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#dtcmedia small {
  color: #000;
}

#dtcmedia .button,#dtcmedia button {
  font-family: "opelsanscondensed",arial,sans-serif;
  background: #f7d900;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 10px 16px;
  text-align: left;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: auto;
  float: none;
  margin-right: 0;
  cursor: pointer;
  width: 100%;
}

#dtcmedia .button:hover,#dtcmedia button:hover {
  background: #000;
  color: #fff !important;
  transition: 0.5s;
}

#dtcmedia .button:before,#dtcmedia button:before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(//www.dtcmediaonlineprecisiemarketing.nl/opel-nederland/dealers/bepaal-t-zelf-lease/static/img/sprite.png) no-repeat -6px -62px;
  display: inline-block;
  margin-right: 5px;
  transition: 0.5s;
  top: 2px;
  position: relative;
}

#dtcmedia .detailpage.button:before {
  top: 0
}

#dtcmedia .button:hover:before,#dtcmedia button:hover:before {
  background: url(//www.dtcmediaonlineprecisiemarketing.nl/opel-nederland/dealers/bepaal-t-zelf-lease/static/img/sprite.png) no-repeat -6px -85px;
}

#dtcmedia .button.sec,#dtcmedia button.sec {
  background: #000;
  color: #f7d900;
  width: 100%;
  max-width: 225px;
  position: relative;
}

#dtcmedia .button.sec:before,#dtcmedia button.sec:before {
  content: "";
  width: 14px;
  height: 13px;
  background: url(//www.dtcmediaonlineprecisiemarketing.nl/opel-nederland/dealers/bepaal-t-zelf-lease/static/img/sprite.png) no-repeat -6px -106px;
  display: inline-block;
  margin-right: 5px;
  transition: 0.5s;
}

#dtcmedia .button.sec:hover:before,#dtcmedia button.sec:hover:before {
  background: url(//www.dtcmediaonlineprecisiemarketing.nl/opel-nederland/dealers/bepaal-t-zelf-lease/static/img/sprite.png) no-repeat -6px -85px;
}

#dtcmedia .button.plain,#dtcmedia button.plain {
  background: none;
  font-weight: 300;
  text-transform: none;
  text-decoration: underline;
  padding: 0;
  margin: 10px 0 0;
}

#dtcmedia .button.plain:before,#dtcmedia button.plain:before {
  display: none;
}

#dtcmedia .button.plain:hover,#dtcmedia button.plain:hover {
  text-decoration: none;
  color: #000 !important;
}

#dtcmedia .otm {
  width: 100% !important;
}

@media (min-width: 500px) {
  #dtcmedia .otm {
    width: 400px !important;
  }
}

#dtcmedia .otm iframe {
  height: 480px !important;
  width: 100% !important;
}

#dtcmedia textarea {
  margin: 0 0 10px !important;
}

#dtcmedia .reply a {
  height: auto !important;
}

#dtcmedia .left {
  float: left !important;
}

#dtcmedia .right {
  float: right !important;
}

#dtcmedia article,#dtcmedia aside,#dtcmedia footer,#dtcmedia header,#dtcmedia nav,#dtcmedia section {
  display: block;
}

#dtcmedia h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#dtcmedia figcaption,#dtcmedia figure,#dtcmedia main {
  display: block;
}

#dtcmedia figure {
  margin: 1em 40px;
}

#dtcmedia hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 14px 0;
}

#dtcmedia pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

#dtcmedia a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#dtcmedia a:active,#dtcmedia a:hover {
  outline-width: 0;
}

#dtcmedia abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

#dtcmedia b,#dtcmedia strong {
  font-weight: inherit;
}

#dtcmedia b,#dtcmedia strong {
  font-weight: bolder;
}

#dtcmedia code,#dtcmedia kbd,#dtcmedia samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

#dtcmedia dfn {
  font-style: italic;
}

#dtcmedia mark {
  background-color: #ff0;
  color: #000;
}

#dtcmedia small {
  font-size: 80%;
}

@media (min-width: 700px) {
  #dtcmedia .title small {
    padding-left: 15px
  }
}

#dtcmedia sub,#dtcmedia sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#dtcmedia sub {
  bottom: -0.25em;
}

#dtcmedia sup {
  top: -0.5em;
}

#dtcmedia audio,#dtcmedia video {
  display: inline-block;
}

#dtcmedia audio:not([controls]) {
  display: none;
  height: 0;
}

#dtcmedia img {
  border-style: none;
}

#dtcmedia svg:not(:root) {
  overflow: hidden;
}

#dtcmedia button,#dtcmedia input,#dtcmedia optgroup,#dtcmedia select,#dtcmedia textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

#dtcmedia button,#dtcmedia input {
  overflow: visible;
}

#dtcmedia button,#dtcmedia select {
  text-transform: none;
}

#dtcmedia button,#dtcmedia html [type="button"],#dtcmedia [type="reset"],#dtcmedia [type="submit"] {
  -webkit-appearance: button;
}

#dtcmedia button::-moz-focus-inner,#dtcmedia [type="button"]::-moz-focus-inner,#dtcmedia [type="reset"]::-moz-focus-inner,#dtcmedia [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#dtcmedia button:-moz-focusring,#dtcmedia [type="button"]:-moz-focusring,#dtcmedia [type="reset"]:-moz-focusring,#dtcmedia [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#dtcmedia fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#dtcmedia legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

#dtcmedia progress {
  display: inline-block;
  vertical-align: baseline;
}

#dtcmedia textarea {
  overflow: auto;
}

#dtcmedia [type="checkbox"],#dtcmedia [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

#dtcmedia [type="number"]::-webkit-inner-spin-button,#dtcmedia [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#dtcmedia [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

#dtcmedia [type="search"]::-webkit-search-cancel-button,#dtcmedia [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#dtcmedia ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

#dtcmedia details,#dtcmedia menu {
  display: block;
}

#dtcmedia summary {
  display: list-item;
}

#dtcmedia canvas {
  display: inline-block;
}

#dtcmedia template {
  display: none;
}

#dtcmedia [hidden] {
  display: none;
}

#dtcmedia .header {
  position: relative;
}

#dtcmedia .header .overlay {
  text-align: center;
}

@media (min-width: 992px) {
  #dtcmedia .header .overlay {
    position: absolute;
    right: 15px;
    top: 4px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #dtcmedia .header .overlay {
    right: 120px;
    top: 12px;
  }
}

#dtcmedia .header .overlay.mobileOverlay {
  position: absolute;
  bottom: -12px;
  left: -19px;
  text-align: left;
}

#dtcmedia .header .overlay.mobileOverlay h2 {
  margin: 15px 38px 0;
}

#dtcmedia .header .overlay h2 {
  margin: 15px 0 0;
}

@media (min-width: 992px) {
  #dtcmedia .header .overlay h2 {
    margin: 0 40px -6px;
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  #dtcmedia .header .overlay h2 {
    margin: 0 40px 3px;
    font-size: 29px;
  }
}

#dtcmedia .header .desktop {
  display: none;
}

@media (min-width: 480px) {
  #dtcmedia .header .desktop {
    display: block;
    text-align: center;
  }
}

#dtcmedia .header .mobile {
  display: block;
  width: 100%;
}

@media (min-width: 480px) {
  #dtcmedia .header .mobile {
    display: none;
  }
}

#dtcmedia .intro {
  width: 100%;
    /* max-width: 785px; */
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
}

#dtcmedia .intro h1 {
  position: relative;
  font-size: 21px;
}

@media (min-width: 489px) {
  #dtcmedia .intro h1 {
    font-size: 28px;
  }
}

#dtcmedia .intro h1:after {
  content: '';
  position: absolute;
  top: 123px;
  left: 37%;
  width: 65px;
  height: 3px;
  background: #f7d900;
  transition: 0.8s;
}

@media (min-width: 309px) {
  #dtcmedia .intro h1:after {
    top: 84px;
  }
}

@media (min-width: 375px) {
  #dtcmedia .intro h1:after {
    top: 70px;
    left: 41%;
  }
}

@media (min-width: 489px) {
  #dtcmedia .intro h1:after {
    top: 50px;
    left: 46%;
  }
}

@media (min-width: 833px) {
  #dtcmedia .intro h1:after {
    top: 50px;
  }
}

#dtcmedia .intro p {
  margin: 48px 0 0;
  font-size: 17px;
}

#dtcmedia .intro.detail {
  margin: 15px auto 0;
}

@media (min-width: 540px) {
  #dtcmedia .intro.detail {
    margin: 15px auto 30px;
  }
}

@media (min-width: 992px) {
  #dtcmedia .intro.detail {
    margin: 15px auto 80px;
  }
}

#dtcmedia .intro.detail h1 {
  font-size: 19px;
  margin: 20px 0 0;
  line-height: 1.2;
}

@media (min-width: 480px) {
  #dtcmedia .intro.detail h1 {
    line-height: 1.5;
    font-size: 30px;
  }
}

#dtcmedia .intro.detail h1:after {
  display: none;
}

#dtcmedia .intro.detail h1 br {
  display: block;
}

@media (min-width: 480px) {
  #dtcmedia .intro.detail h1 br {
    display: none;
  }
}

#dtcmedia .intro.detail p {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 480px) {
  #dtcmedia .intro.detail p {
    font-size: 20px;
  }
}

#dtcmedia .frontPage {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 970px) {
  #dtcmedia .frontPage {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#dtcmedia .frontPage .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto;
  width: 100%;
}

@media (max-width: 992px) {
  #dtcmedia .frontPage .content_box {
    margin: 0 auto 25px;
  }
}

#dtcmedia .frontPage .content_box .model {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
  position: relative;
  padding: 0 0 15px;
  margin: 10px 20px 10px 0;
/*     background: #f7d900; */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

@media (max-width: 1060px) {
  #dtcmedia .frontPage .content_box .model {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 20px);
    flex: 0 0 calc(33% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(33% - 20px);
    max-width: calc(33% - 20px);
    margin: 10px;
  }
}

@media (max-width: 991px) {
  #dtcmedia .frontPage .content_box .model {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}

@media (max-width: 600px) {
  #dtcmedia .frontPage .content_box .model {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

#dtcmedia .frontPage .content_box .model:last-child {
/*     margin: 10px 0 10px 0 */;
}

#dtcmedia .frontPage .content_box .model figure {
  margin: 0 0 14px;
  border-bottom: solid 6px #f7d900;
}

#dtcmedia .frontPage .content_box .model figure img {
  width: 100%;
}

#dtcmedia .frontPage .content_box .model .modelTitle {
/*     background: #000;
    color: #f7d900; */
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  top: -14px;
  left: 0;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 10px;
  width: 76%;
  font-weight: 800;
}

#dtcmedia .frontPage .content_box .model .modelTitle:after {
/*     position: absolute;
    content: '';
    height: 100%;
    width: 50px;
    top: 0;
    right: -20px;
    background: #000;
    z-index: -1;
    -webkit-transform: skew(-30deg, 0);
    transform: skew(-30deg, 0) */;
}

@media (min-width: 480px) {
  #dtcmedia .frontPage .content_box .model .modelTitle {
    width: auto;
  }
}

@media (min-width: 618px) {
  #dtcmedia .frontPage .content_box .model .modelTitle {
    padding: 10px 0 0 20px;
    font-size: 22px;
    width: auto;
  }
}

@media (max-width: 1200px) and (min-width: 1060px) {
  #dtcmedia .frontPage .content_box .model .modelTitle {
    font-size: 17px;
  }
}

#dtcmedia .frontPage .content_box .model .content {
  padding: 0 20px;
}

@media (max-width: 480px) {
  #dtcmedia .frontPage .content_box .model .content {
    padding: 0 8px;
  }
}

#dtcmedia .frontPage .content_box .model .content h3 {
  font-size: 21px;
  margin: -15px 0 10px;
  width: 100%;
}

#dtcmedia .frontPage .content_box .model .content h3 small {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: inherit;
  text-transform: none;
}

#dtcmedia .frontPage .content_box .model .content .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 -30px;
}

#dtcmedia .frontPage .content_box .model .content .prices h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: inline-table;
}

#dtcmedia .frontPage .content_box .model .content .prices h2 small {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: inherit;
}

#dtcmedia .frontPage .content_box .model .content .prices h2 small.month {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  left: 50px;
  bottom: 30px;
}

#dtcmedia .frontPage .content_box .model .content .prices .oldPrice {
  text-decoration: line-through;
}

#dtcmedia .frontPage .content_box .model .content .prices .newPrice {
  padding-left: 20px;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  #dtcmedia .frontPage .content_box .model .content .prices .newPrice {
    font-size: 5rem;
    left: 50px;
    position: relative;
    bottom: 30px;
  }
}

@media (max-width: 1199px) {
  #dtcmedia .frontPage .content_box .model .content .prices .newPrice {
    font-size: 5rem;
    left: 10px;
    position: relative;
    bottom: 15px;
  }
}


@media (max-width: 1060px) {
  #dtcmedia .frontPage .content_box .model .content .prices .newPrice {
    left: 80px;
    bottom: 45px
  }
}

@media (max-width: 991px) {
  #dtcmedia .frontPage .content_box .model .content .prices .newPrice {
    left: 125px;
    bottom: 45px
  }
}

@media (max-width: 767px) {
  #dtcmedia .frontPage .content_box .model .content .prices .newPrice {
    left: 35px;
    bottom: 20px
  }
}

@media (max-width: 1199px) {
  #dtcmedia .frontPage .content_box .model .content .prices h2 small.month {
    left: 156px;
    position: absolute;
    bottom: 75px
  }
}

@media (max-width: 1060px) {
  #dtcmedia .frontPage .content_box .model .content .prices h2 small.month {
    left: 231px;
    bottom: 103px
  }
}

@media (max-width: 991px) {
  #dtcmedia .frontPage .content_box .model .content .prices h2 small.month {
    left: 280px;
    bottom: 103px
  }
}

@media (max-width: 767px) {
  #dtcmedia .frontPage .content_box .model .content .prices h2 small.month {
    left: 180px;
    bottom: 78px
  }
}

#dtcmedia .bulletpointsBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*     background: #f7d900; */
  padding: 25px;
  position: relative;
  margin: 15px auto 35px;
  max-width: 760px;
  border: 1px solid;
}

#dtcmedia .bulletpointsBanner h3 {
  width: 100%;
  margin: 0 0 15px;
}

@media (min-width: 480px) {
  #dtcmedia .bulletpointsBanner h3 {
    margin: 0;
  }
}

#dtcmedia .bulletpointsBanner ul {
  list-style-type: disc;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
}

@media (min-width: 480px) {
  #dtcmedia .bulletpointsBanner ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 20px 0;
  }
}

#dtcmedia .bulletpointsBanner .brand {
  position: relative;
  top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 561px) {
  #dtcmedia .bulletpointsBanner .brand {
    position: absolute;
    right: 14px;
    top: 150px;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 616px) {
  #dtcmedia .bulletpointsBanner .brand {
    top: 22px;
  }
}

@media (min-width: 656px) {
  #dtcmedia .bulletpointsBanner .brand {
    top: 55px;
    width: 7%;
  }
}

@media (min-width: 695px) {
  #dtcmedia .bulletpointsBanner .brand {
    top: 27px;
  }
}

@media (min-width: 743px) {
  #dtcmedia .bulletpointsBanner .brand {
    top: 11px;
    width: auto;
  }
}

#dtcmedia .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #EEE;
  padding: 25px;
  position: relative;
  text-align: center;
}

#dtcmedia .banner .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#dtcmedia .banner .description p {
  max-width: 80%;
  margin: 0 auto;
}

@media (min-width: 605px) {
  #dtcmedia .banner .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (min-width: 970px) {
  #dtcmedia .banner .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 69%;
    max-width: 69%;
  }
}

#dtcmedia .banner .description h2 {
  text-transform: none;
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 20px;
}

@media (min-width: 605x) {
  #dtcmedia .banner .description h2 {
    margin: 0;
  }
}

@media (min-width: 410px) {
  #dtcmedia .banner .description h2 {
    font-size: 30px;
/*         margin: 0 */;
  }
}

#dtcmedia .banner .description p {
  font-size: 17px;
}

#dtcmedia .banner .cta-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 30px 0 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width: 605px) {
  #dtcmedia .banner .cta-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0;
  }
}

@media (min-width: 970px) {
  #dtcmedia .banner .cta-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 31%;
    max-width: 31%;
  }
}

#dtcmedia .disclaimer {
  padding: 20px;
}

#dtcmedia .disclaimer p {
  font-size: 12px;
  color: #000;
  text-align: center;
}

#dtcmedia .disclaimer a {
  color: #000;
}

#dtcmedia .modelpage {
  position: relative;
  top: 0;
}

@media (min-width: 540px) {
  #dtcmedia .modelpage {
    top: 15px;
  }
}

@media (min-width: 992px) {
  #dtcmedia .modelpage {
    top: -50px;
  }
}

#dtcmedia .modelpage .container {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: 1035px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: none;
  padding: 25px 0;
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  #dtcmedia .modelpage .container {
    margin: 0 auto -30px;
  }
}

@media (min-width: 1198px) {
  #dtcmedia .modelpage .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#dtcmedia .modelpage h2 {
  background: #000;
  color: #f7d900;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  top: -17px;
  position: relative;
  z-index: 1;
  left: 0;
  font-size: 20px;
  padding: 10px;
  width: 76%;
}

#dtcmedia .modelpage h2:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 50px;
  top: 0;
  right: -20px;
  background: #000;
  z-index: -1;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
}

@media (min-width: 480px) {
  #dtcmedia .modelpage h2 {
    width: auto;
    left: 17px;
  }
}

@media (min-width: 618px) {
  #dtcmedia .modelpage h2 {
    left: 17px;
    padding: 0 0 0 20px;
    font-size: 24px;
    width: auto;
  }
}

#dtcmedia .modelpage h2 small {
  text-transform: none;
}

#dtcmedia .modelpage h2.specTitle {
  top: -40px;
}

#dtcmedia .modelpage h2.desktop-title {
  display: none;
}

@media (min-width: 992px) {
  #dtcmedia .modelpage h2.desktop-title {
    display: inline-block;
  }
}

#dtcmedia .modelpage h2.mobile-title {
  display: inline-block;
}

@media (min-width: 992px) {
  #dtcmedia .modelpage h2.mobile-title {
    display: none;
  }
}

#dtcmedia .modelpage .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

#dtcmedia .modelpage .content>div {
  background: #EEE;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* @media (min-width: 1198px) {
  #dtcmedia .modelpage .content>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
} */

@media (min-width: 768px) {
  #dtcmedia .modelpage .content>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}

#dtcmedia .modelpage .content>div.price-summary {
  margin: 0 18px 40px 0;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.17);
}

@media (min-width: 1198px) {
  #dtcmedia .modelpage .content>div.price-summary {
    margin: 0 20px 0;
    padding: 0;
  }
}

#dtcmedia .modelpage .content>div.price-summary .prices {
  padding: 0 5px 10px;
}

@media (min-width: 480px) {
  #dtcmedia .modelpage .content>div.price-summary .prices {
    padding: 0 25px 10px;
  }
}

#dtcmedia .modelpage .content>div.price-summary .prices .version {
  font-size: 20px;
  position: relative;
  top: -10px;
}

#dtcmedia .modelpage .content>div.price-summary .prices>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#dtcmedia .modelpage .content>div.price-summary .prices>div img {
  position: relative;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 326px) {
  #dtcmedia .modelpage .content>div.price-summary .prices>div img {
    top: -35px;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #dtcmedia .modelpage .content>div.price-summary .prices>div img {
/*     top: -100px;
    left: 225px; */
  }
}

#dtcmedia .modelpage .content>div.info {
  background: #fff;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 455px) {
  #dtcmedia .modelpage .content>div.info {
    margin: 0 0 48px;
  }
}

@media (min-width: 992px) {
  #dtcmedia .modelpage .content>div.info {
    margin: 0;
    width: auto;
  }
}

#dtcmedia .modelpage .content>div.info .questionBlock {
  background: #EEE;
  padding: 0 0 15px;
}

#dtcmedia .modelpage .content>div.info .visual {
  text-align: center;
  margin: 35px 0 0;
}

@media (min-width: 1198px) {
  #dtcmedia .modelpage .content>div.info .visual {
    text-align: right;
  }
}

#dtcmedia .priceBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background: #f7d900;
  position: relative;
  top: -7px;
  z-index: 3;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  #dtcmedia .priceBanner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
  }
}

#dtcmedia .priceBanner .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  text-align: left
}

@media (min-width: 992px) {
  #dtcmedia .priceBanner .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (max-width: 750px) and (min-width: 992px) {
  #dtcmedia .priceBanner .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (max-width: 530px) {
  #dtcmedia .priceBanner .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 15px
  }
}

#dtcmedia .priceBanner .title h3 {
  font-size: 30px;
  text-transform: none;
}

@media (max-width: 699px) {
  #dtcmedia .priceBanner .title h3 small {
    display: block;
  }
}

@media (max-width: 530px) {
  #dtcmedia .priceBanner .title h3 small {
    text-align: center
  }
}

#dtcmedia .priceBanner .discount {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 25px 0;
}

@media (min-width: 992px) {
  #dtcmedia .priceBanner .discount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    margin: 5px 0 10px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #dtcmedia .priceBanner .discount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#dtcmedia .priceBanner .discount p {
  font-size: 20px;
  text-transform: uppercase;
}

#dtcmedia .priceBanner .cta-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 35%;
  max-width: 35%;
}

@media (min-width: 992px) {
  #dtcmedia .priceBanner .cta-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
/*     flex: 0 0 75%;
    max-width: 75%; */
  }
}

@media (max-width: 530px) {
  #dtcmedia .priceBanner .cta-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* @media (max-width: 1200px) and (min-width: 992px) {
  #dtcmedia .priceBanner .cta-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 %;
    max-width: 18%;
  }
} */

#dtcmedia .priceBanner .cta-button .button {
  max-width: 195px;
}

#dtcmedia .priceBanner .title,#dtcmedia .priceBanner .discount,#dtcmedia .priceBanner .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 531px) {
  #dtcmedia .priceBanner .title {
    justify-content: unset;
  }
}

#dtcmedia .leaseOptions {
  padding: 0 5px;
  margin: 0 0 15px;
}

@media (min-width: 480px) {
  #dtcmedia .leaseOptions {
    padding: 0 20px;
  }
}

#dtcmedia .leaseOptions .actievoorwaarden {
  position: absolute;
  font-size: 10px;
  cursor: pointer;
  bottom: 35px;
  right: 237px;
}

#dtcmedia .leaseOptions .actievoorwaarden.selecteermodel {
  right: auto;
  left: 75px;
  bottom: 35px;
}

#dtcmedia .leaseOptions .actievoorwaarden.selecteermodel:hover span {
  text-decoration: none;
}

#dtcmedia .leaseOptions .actievoorwaarden.selecteermodel span {
  text-decoration: underline;
}

#dtcmedia .leaseOptions .actievoorwaarden.selecteermodel:before {
  background: #f7d900;
}

#dtcmedia .leaseOptions .actievoorwaarden:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: .25s linear;
  background: #fff;
}

#dtcmedia .leaseOptions .actievoorwaarden:hover:before,#dtcmedia .leaseOptions .actievoorwaarden:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#dtcmedia .leaseOptions input {
  margin-bottom: 10px;
  color: #000;
}

#dtcmedia .leaseOptions label {
  display: block;
  font-size: 13px;
  color: #000;
  cursor: pointer;
  margin: 0 10px 25px 0;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

@media (min-width: 346px) {
  #dtcmedia .leaseOptions label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    margin: 0 15px 25px 0;
  }
}

#dtcmedia .leaseOptions .totalPrice {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 5px;
  margin: -10px 0 0;
}

#dtcmedia .leaseOptions .looptijd,#dtcmedia .leaseOptions .kilometrage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#dtcmedia .leaseOptions .looptijd p,#dtcmedia .leaseOptions .kilometrage p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 10px;
}

#dtcmedia .leaseOptions .button {
  margin: 10px 0 0;
  max-width: 165px;
}

#dtcmedia input[type="radio"] {
  display: none;
}

#dtcmedia input[type="radio"]:checked+span {
  background: #f7d900;
  box-shadow: 0 0 0 1px #f7d900;
}

#dtcmedia input[type="radio"]+span {
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #CCC;
}

@media (min-width: 400px) {
  #dtcmedia input[type="radio"]+span {
    padding: 10px 0;
  }
}

#dtcmedia .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 407px;
  width: 100%;
  top: 47px;
  padding: 0 18px;
}

@media (min-width: 384px) {
  #dtcmedia .cta {
    margin: 0 18px;
    padding: 0;
  }
}

@media (min-width: 480px) {
  #dtcmedia .cta {
    top: auto;
  }
}

@media (min-width: 618px) {
  #dtcmedia .cta {
    margin: 0 45px;
  }
}

@media (min-width: 1198px) {
  #dtcmedia .cta {
    margin: 0 auto;
  }
}

#dtcmedia .cta a {
  max-width: 268px;
  transition: 0.8s;
  margin: 10px 0;
  padding: 10px 32px;
  font-size: 17px;
}

@media (min-width: 384px) {
  #dtcmedia .cta a {
    font-size: 21px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #dtcmedia .cta a {
    height: 56px;
  }
}

#dtcmedia .cta a:hover {
  left: -15px;
  background: #f7d900;
  color: #000 !important;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

#dtcmedia .cta a:hover:before {
  background: url(//www.dtcmediaonlineprecisiemarketing.nl/opel-nederland/dealers/bepaal-t-zelf-lease/static/img/sprite.png) no-repeat -6px -62px;
}

#dtcmedia .cta a img {
  width: 17%;
  position: relative;
  left: 25px;
}

#dtcmedia .specs {
  background: #EEE;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0;
  margin: 0 0 33px;
}

@media (min-width: 992px) {
  #dtcmedia .specs {
    margin: 50px 0 0;
  }
}

@media (min-width: 1200px) {
  #dtcmedia .specs {
    margin: 70px 0 0;
  }
}

#dtcmedia .specs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px 0 0;
}

#dtcmedia .specs ul {
  margin: 0;
  padding: 0 30px;
  list-style-type: disc;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  #dtcmedia .specs ul {
    padding: 0 65px;
  }
}

@media (min-width: 700px) {
  #dtcmedia .specs ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#dtcmedia .specs ul li {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  padding-left: 5px;
}

#dtcmedia .specs ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background: url(//www.dtcmediaonlineprecisiemarketing.nl/opel-nederland/dealers/bepaal-t-zelf-lease/static/img/sprite.png) no-repeat 0 -28px;
  width: 9px;
  height: 7px;
}

#dtcmedia .optionsBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1035px;
  margin: 0 auto 45px;
  text-align: center;
}

#dtcmedia .optionsBanner .option {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  padding: 20px 0 10px;
  margin: 0 0 6px;
  background: #f7d900;
}

@media (min-width: 400px) {
  #dtcmedia .optionsBanner .option {
    margin: 0 0 12px;
  }
}

@media (min-width: 768px) {
  #dtcmedia .optionsBanner .option {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0 0 15px;
  }
}

@media (min-width: 768px) {
  #dtcmedia .optionsBanner .option {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    margin: 0;
  }
}

#dtcmedia .optionsBanner .option:first-child {
  display: none;
}

@media (min-width: 768px) {
  #dtcmedia .optionsBanner .option:first-child {
    display: block;
  }
}

#dtcmedia .optionsBanner .option img {
  transition: all .2s ease-in-out;
}

#dtcmedia .optionsBanner .option img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#dtcmedia .optionsBanner .option p {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 400px) {
  #dtcmedia .optionsBanner .option p {
    font-size: 18px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #dtcmedia .optionsBanner .option p {
    font-size: 13px;
  }
}

#dtcmedia .gallery {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
}

@media (min-width: 650px) {
  #dtcmedia .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#dtcmedia .gallery>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 20px 0;
}

#dtcmedia .gallery>div:nth-child(2) {
  margin: 0 30px;
}

@media (min-width: 1550px) {
  #dtcmedia .gallery>div:nth-child(2) {
    margin: 0 35px;
  }
}

@media (min-width: 650px) {
  #dtcmedia .gallery>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 0 20px;
  }
}

#dtcmedia .gallery>div img {
  width: 100%;
}

#dtcmedia .dtc-slider {
  width: 100%;
  display: inline-block;
  margin: 50px 0 !important;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

@media (min-width: 650px) {
  #dtcmedia .dtc-slider {
    display: none;
  }
}

#dtcmedia .dtc-slider button {
  display: none !important;
}

#dtcmedia .dtc-slider .carousel-indicators {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  margin: 0;
}

#dtcmedia .dtc-slider .carousel-indicators li {
  display: inline-block;
  border-radius: 50%;
  text-indent: -9000em;
  background: #EEE;
  margin: 0 5px;
}

#dtcmedia .dtc-slider .carousel-indicators li.active {
  background: #f7d900;
}

#dtcmedia .dtc-slider .carousel-control {
  background: none;
  top: 50%;
  text-shadow: 0 1px 8px rgba(0,0,0,0.8);
}

#dtcmedia .dtc-slider .carousel-inner>.item {
  max-height: inherit !important;
  width: 100%;
}

#dtcmedia .dtc-slider .carousel-inner>.item img {
  width: 100%;
}

#dtcmedia .lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

#dtcmedia .lightbox .lightbox-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

#dtcmedia .lightbox .close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: 700;
  opacity: 1;
}

#dtcmedia .lightbox .close:hover,#dtcmedia .lightbox .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#dtcmedia .lightbox .lightbox-slide {
  display: none;
}

#dtcmedia .lightbox .prev,#dtcmedia .lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#dtcmedia .lightbox .prev:hover,#dtcmedia .lightbox .next:hover {
  background-color: rgba(0,0,0,0.8);
}

#dtcmedia .lightbox .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#dtcmedia .lightbox .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/*# sourceMappingURL=styles.min.css.map */
