/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
.alert,
[name=leegveld] {
  display: none;
}

html,
body {
  background: #FFFFFF;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Quicksand", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  -webkit-font-smoothing: antialiased;
}

#body {
  margin-top: -10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: "Syncopate", sans-serif;
  font-weight: 500;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

h3 {
  font-size: 18px;
}

table,
ul,
ol,
p {
  line-height: 25px;
  margin: 0 0 50px 0;
}

a,
a:link,
a:visited,
a:active {
  font-weight: 700;
  text-decoration: none;
  transition: ease-in-out all 0.3s;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #e6e6e6;
}

address {
  margin: 0;
}

/**********************
******** Loader *******
**********************/
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #242424;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #242424 transparent transparent transparent;
}
.page-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.page-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.page-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes page-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******************************
*********** THEME *************
******************************/
/**********************
******** Header *******
**********************/
.navigatie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #353535;
}

header {
  background: url(//svl.autodealers.nl/upload/9130_header.jpg) no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 50px;
  min-height: 100vh;
}
header::after {
  content: "";
  clear: both;
  display: table;
}
header .logo {
  text-align: center;
}
header .logo img {
  width: 90%;
  max-width: 400px;
  margin: 10px auto;
}
header .image-header {
  width: 70%;
  max-width: 400px;
  margin: 10px auto 30px auto;
}
header .image-header img {
  width: 100%;
}
header .header-text {
  padding: 20px 15px;
  margin: 50px 0;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
}
header .header-text h1 {
  margin: 30px 0 50px;
  color: #fff;
}

@media (min-width: 767px) {
  header .logo {
    text-align: left;
  }
  header .image-header {
    float: right;
    display: block;
    width: 45%;
    max-width: inherit;
  }
  header .header-text {
    margin-top: 10%;
    display: block;
    border-width: 0;
  }
}
@media (min-width: 1200px) {
  .header-text {
    width: 50%;
  }
}
/**********************
****** Navigation *****
**********************/
/* Setup */
.navbar {
  z-index: 99;
}

.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 999;
}

/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #E0EAEC;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #E0EAEC;
  color: #242424;
  font-weight: 700;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 10px;
  margin-right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #E0EAEC;
  width: 30px;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 0;
    padding-bottom: 59px;
  }
  .navbar-xs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #E0EAEC;
  }
  .navbar-default .navbar-header {
    background: #353535;
    height: 60px;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #353535;
  }
  .navbar-default .navbar-nav > li a {
    border: none;
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: #4f4f4f;
    color: #E0EAEC;
    padding: 9px 20px;
    font-size: 15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #E0EAEC;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #E0EAEC;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
  .nav > li > a {
    padding: 27px 3px;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
/**********************
****** Carousel *******
**********************/
/* Carousel height */
#carousel-header {
  height: 500px;
  border-radius: 0;
}

.carousel-header {
  position: relative;
}

.header-top {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-top .nav-brand {
  display: block;
  max-width: 260px;
  margin: 0 auto 25px auto;
}
.header-top .img-header-in {
  max-width: 320px;
  margin: 0 auto;
}

.carousel-content {
  background: #353535;
  padding: 50px 0;
}
.carousel-content .content-text .h1,
.carousel-content .content-text p {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 100%;
  }
  .carousel-header {
    height: 700px;
  }
  .carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
  }
  .carousel-content > .container-fluid {
    width: 100%;
  }
  .carousel-content .content-text .h1,
  .carousel-content .content-text p {
    color: #FFFFFF;
  }
  .header-top .nav-brand {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .carousel-header {
    height: 850px;
  }
  .header-top .nav-brand {
    max-width: 450px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header-top {
    top: 50px;
  }
  .carousel-header {
    height: 1080px;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/9130_header.jpg");
}
#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carousel-header .carousel-indicators {
  z-index: 5;
}
#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 100%;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**********************
******** Footer *******
**********************/
.footer {
  background: #242424 !important;
}
.footer a {
  color: #E0EAEC;
}
.footer .content-text table.tel-email {
  margin-bottom: 0;
}

.footer-in p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

.tel-email tr td:first-child {
  width: 120px;
}

@media (min-width: 992px) {
  .footer-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
  }
  .footer-in > p {
    text-align: center;
    line-height: 16px;
  }
  .footer-in > p:first-child {
    text-align: left;
    border-left: 0;
  }
  .footer-in > p:last-child {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer .content-text {
    margin-bottom: 30px;
  }
  .footer .img-info img {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 991px) {
  .footer-in p {
    text-align: center;
  }
}
/**********************
*** Custom Style ******
**********************/
.content-text h1,
.content-text .h1, .header-text h1,
.header-text .h1 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(25px + 0 * (100vw - 350px) / 1570);
  line-height: 1em;
  margin: 0 0 30px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.content-text h2,
.content-text .h2, .header-text h2,
.header-text .h2 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(20px + 0 * (100vw - 350px) / 1570);
  line-height: 1em;
  margin: 0 0 30px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.content-text.border-bottom, .header-text.border-bottom {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 50px;
}

.slideshow-home {
  min-height: 515px;
}

#slideshow10 {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.slideshow10-container {
  max-width: 1250px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.slideshow10-container .swiper-wrapper {
  align-items: center;
  padding: 35px 0;
}
.slideshow10-container .swiper-slide {
  width: 240px !important;
}
.slideshow10-container .swiper-slide a {
  filter: brightness(85%);
}
.slideshow10-container .swiper-slide.swiper-slide-prev a, .slideshow10-container .swiper-slide.swiper-slide-next a {
  filter: brightness(95%);
}
.slideshow10-container .swiper-slide.swiper-slide-active a {
  filter: brightness(100%);
}
.slideshow10-container a {
  text-decoration: none;
  display: block;
  background: #FFFFFF;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  font-weight: 400;
}
.slideshow10-container img {
  max-width: 100%;
}
.slideshow10-container .slideshow10-price {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 3;
  background: #242424;
  color: #FFFFFF;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 7px 5px;
}
.slideshow10-container .slideshow10-price h4 {
  margin: 0;
  font-size: 20px;
  line-height: 2em;
  color: inherit;
}
.slideshow10-container .slideshow10-content {
  padding: 20px 15px;
  color: #242424;
}
.slideshow10-container .slideshow10-title h3 {
  margin: 0;
  font-size: 20px;
  padding-bottom: 20px;
  color: #242424;
  border-bottom: 2px solid #242424;
  text-transform: uppercase;
}
.slideshow10-container .slideshow10-title h3 .type {
  display: none;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  text-transform: none;
}
.slideshow10-container .slideshow10-data {
  padding: 20px 0;
  border-bottom: 2px solid #242424;
}
.slideshow10-container .slideshow10-data > div {
  display: flex;
  align-items: center;
}
.slideshow10-container .slideshow10-data .slideshow10-item-left {
  width: 130px;
}
.slideshow10-container .slideshow10-btn {
  padding-top: 20px;
  text-align: right;
}
.slideshow10-container .slideshow10-btn .btn-primary {
  transition: ease-in-out all 0.3s;
  background: transparent;
  color: #242424;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  box-shadow: none;
  outline: none;
}
.slideshow10-container .slideshow10-btn .btn-primary:after {
  content: "\f101";
  font-family: FontAwesome;
  color: inherit;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  line-height: 24px;
  vertical-align: -4px;
}
.slideshow10-container .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
  width: 100% !important;
}
.slideshow10-container .swiper-wrapper.disabled .swiper-slide {
  transform: translate3d(0px, 0, 0) !important;
  margin: 0 auto;
}

.slideshow-home .swiper-button-next,
.slideshow-home .swiper-button-prev {
  color: #353535;
}

@media (min-width: 768px) {
  .slideshow-home {
    min-height: 660px;
  }
  .slideshow10-container .swiper-slide {
    width: 450px !important;
  }
  .slideshow10-container .slideshow10-price {
    top: 35px;
    max-width: 260px;
  }
  .slideshow10-container .slideshow10-content {
    padding: 20px 30px;
  }
  .slideshow10-container .slideshow10-data .slideshow10-item-left {
    width: 150px;
  }
}
.btn-filter a.btn-primary.btn-home {
  margin: 0 0 30px 0;
}

ul.search-filter-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 290px;
  display: flex;
  align-items: center;
}
ul.search-filter-horizontal li.search-filter-select {
  position: relative;
  width: 100%;
  margin-right: 15px;
}
ul.search-filter-horizontal li.search-filter-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 18px;
  pointer-events: none;
}
ul.search-filter-horizontal li select,
ul.search-filter-horizontal li input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 60px;
  cursor: pointer;
}
ul.search-filter-horizontal li select {
  padding-left: 20px;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
ul.search-filter-horizontal li select option {
  color: #242424;
}
ul.search-filter-horizontal li button {
  border: none;
  color: #353535;
  background: #E0EAEC;
  width: 60px;
  height: 60px;
  font-size: 30px;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}
ul.search-filter-horizontal li button:hover {
  background: #b1cacf;
}

.btn-item {
  margin-top: 30px;
}

.bg-primary {
  background: #353535;
  color: #FFFFFF;
}
.bg-primary .content-text h2 {
  color: #FFFFFF;
  font-size: 20px;
}

.img-info img {
  margin: 0 auto 50px auto;
}

.bg-info .content-text p {
  max-width: 770px;
}

.maps {
  height: 335px;
  margin: 0 -15px;
}

.contact .question {
  max-width: 610px;
  margin: 0 auto;
  color: #242424;
}

.custom-form .panel-body {
  padding: 0;
}
.custom-form .form-group {
  margin-bottom: 30px;
}
.custom-form .form-group .input-group {
  display: block;
}
.custom-form .form-group input.form-control,
.custom-form .form-group textarea.form-control {
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 25px;
  border-radius: 0;
  background: #FFFFFF;
  color: #242424;
}
.custom-form .form-group input.form-control::-moz-placeholder, .custom-form .form-group textarea.form-control::-moz-placeholder {
  color: #242424;
}
.custom-form .form-group input.form-control::placeholder,
.custom-form .form-group textarea.form-control::placeholder {
  color: #242424;
}
.custom-form .form-group input.form-control {
  float: none;
  display: block;
  height: 60px;
}
.custom-form .form-group textarea.form-control {
  padding-top: 20px;
}
.custom-form .form-group button {
  width: 100%;
  height: 60px;
  font-size: 16px;
  display: block;
  border-radius: 0;
  transition: ease-in-out all 0.2s;
}
.custom-form .form-button {
  margin: 0;
}

.bg-beoordelingen {
  background: #353535;
  color: #FFFFFF;
}
.bg-beoordelingen .content-text h2 {
  color: #FFFFFF;
}

/**********************
******* Global ********
**********************/
.content-space {
  padding: 18.75px 0;
}

.btn-primary.btn-home {
  width: 100%;
  max-width: 290px;
  padding: 19px 15px;
  font-size: 16px;
  line-height: 20px;
}

.btn-primary.btn-light,
a.btn-primary.btn-light {
  background: #E0EAEC;
  border-color: #E0EAEC;
  color: #242424;
}

.btn-primary,
a.btn-primary,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pager li > a,
.pager li > span {
  background: #E0EAEC;
  border-color: #E0EAEC;
  color: #353535;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:active,
a.btn-primary:active,
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active:focus,
a.btn-primary:active:focus,
.pager li > a:hover,
.pager li > span:hover {
  background: #E0EAEC;
  border-color: #353535;
  color: #353535;
}

a.btn-social {
  color: #FFFFFF;
}

a.label {
  background: #E0EAEC;
  color: #353535;
}

span.title,
.pagination > li > a,
.pagination > li > span {
  color: #353535;
}

nav.right {
  border-bottom: 0;
}

nav.right ul {
  margin-bottom: 0;
}

a.photo-a,
img.img-rounded {
  border-radius: 0;
}

.marquee {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}
.marquee span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-left: 100%;
  will-change: transform;
  animation: marquee 15s linear infinite;
  color: #ff0000;
  font-size: 22px;
}
.marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    width: auto;
    padding-left: 0;
  }
}
.beoordeling .beoordeling .gemiddelde .beoordelen {
  display: none;
}

input[type=file] {
  max-width: 100%;
}

.fixed-icons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 9999;
  display: flex;
}
.fixed-icons .fixed-icon {
  background: #E0EAEC;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.fixed-icons .fixed-icon:hover {
  background: #b1cacf;
}

@media (min-width: 768px) {
  .fixed-icons {
    bottom: 74px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .fixed-icons .fixed-icon {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .fixed-icons {
    height: 100%;
    width: auto;
    bottom: 0;
    flex-direction: column;
  }
}
/**********************
*** Style per pagina **
**********************/
/***************
***** Home ****
***************/
.newcars {
  color: #242424;
}

/***************
*** Occasions **
***************/
#body.autolijst_background,
#body.autolijst_background .auto-detail-page contact-adres,
#body.autolijst_background .list-view,
#body.autolijst_background .gallery-view,
#body.autolijst_background .detail-view,
#body.autolijst_background .row.auto-specificaties,
#body.autolijst_background .row.auto-opties,
#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #242424;
}

#body.autolijst_background .auto-detail-page h2 {
  margin: 20px 0;
}

/**********************
*** Mediaqueries ******
**********************/
/* tot Mobiel (col-xs) */
@media (max-width: 767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
  
  .beoordeling1-controls > div {
  	display: flex;
    justify-content: space-between;
  }
  
}
/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-flow: wrap row;
  }
  .row-eq-height:after, .row-eq-height:before {
    display: none;
  }
  .row-eq-height.middle {
    align-items: center;
  }
  .content-space {
    padding: calc(18.75px * 2) 0;
  }
  body {
    padding-bottom: 74px;
  }
  .navigatie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #353535;
  }
  .navbar-default .navbar-nav > li {
    border-right: 1px solid #E0EAEC;
  }
  .navbar-default .navbar-nav > li:last-child {
    border-right: 0;
  }
  .img-info img {
    margin: 0;
  }
  .maps {
    height: 100%;
  }
  .btn-filter {
    display: flex;
    align-items: center;
  }
  .btn-filter a.btn-primary.btn-home {
    margin: 0 30px 0 0;
  }
}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  .content-space {
    padding: calc(18.75px * 3) 0;
  }
  .content-text h1,
  .content-text .h1,
  .content-text h2,
  .content-text .h2 {
    margin: 0 0 50px 0;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: calc(18.75px * 4) 0;
  }
}
#body.Home .form-group {
  border: 1px solid #242424;
}

#body.Home .form-button {
  border: none;
}

.btn-header {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 1px solid #E0EAEC !important;
}
.btn-header:hover {
  background: #E0EAEC !important;
  color: #242424 !important;
  border: 1px solid #E0EAEC !important;
}

.newcars .content-text h1 {
  margin-bottom: 50px;
}

.swiper-wrapper {
  padding-bottom: 0 !important;
}

@media (max-width: 772px) {
  .fixed-icons .fixed-icon {
    margin-bottom: 0;
  }
}

.advertisement strong a{
color: #242424;
}

@media(max-width: 992px){
  .mrgn-btm{
  margin-bottom: 50px;
  }
  
  .footer .img-info{
  height: 200px;
    margin-bottom: 25px;
  }
  
  .footer .img-info img{
  	height: 100%;
  }
}

 @media(max-width: 769px){
  .mrgn-btm{
  margin-bottom: 0;
  }
}
   
#body.privacybeleid .footer #openingstijden{
  color: #fff;
}

#body.privacybeleid .tel-email{
color: #fff;
}

#privacybeleid{
margin-bottom: 0;
}

.grecaptcha-badge{
bottom: 100px !important;
}

.mrgn-top{
margin-top: 30px !important;
}

.translate-btn{
    background: #E0EAEC;
    border-color: #E0EAEC;
    color: #353535;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}