/* 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');


html,
body {
  background: #fff;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #303942;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
}

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

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

h3 {
  font-size: 18px;
}

table,
ul,
ol,
p {
  line-height: 16px;
  margin: 0 0 30px 0;
}

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

address {
  margin: 0;
}

/**********************
******** Loader *******
**********************/
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-loader div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #D72324;
  border-radius: 50%;
  -webkit-animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #D72324 transparent transparent transparent;
}

.page-loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.page-loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.page-loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes page-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes page-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/******************************
*********** THEME *************
******************************/
/**********************
******** Header *******
**********************/
a.nav-brand span {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}

/**********************
****** 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: #fff;
  text-align: center;
  font-weight: 400;
}

/* Menu Link Hover & Active*/
.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: transparent;
  font-weight: 700;
  color: #fff;
}

/* Menu icon*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 49px;
  }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px 12px;
  }
  .navbar-default .navbar-brand img {
    max-width: 140px;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #303942;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #303942;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
  }
  /* Menu Link */
  .navbar-default .navbar-nav > li > a {
    border: none;
  }
  /* Menu links incl dropdown */
  .navbar-default .navbar-nav > li a {
    text-align: center;
  }
  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: #303942;
    color: #fff;
    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: #fff;
  }
}
@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: 0 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: 380px;
  border-radius: 0;
  margin: 0 -15px;
  z-index: 3;
}

.header-carousel {
  position: relative;
  background: #eee;
}

.header-carousel .content-text {
  max-width: 610px;
}

.header-carousel ul.search-filter-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.search-filter-horizontal li {
  margin-top: 20px;
}

ul.search-filter-horizontal li.search-filter-select {
  position: relative;
}

ul.search-filter-horizontal li.search-filter-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  color: #303942;
  position: absolute;
  right: 15px;
  top: 10px;
}

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: 40px;
  cursor: pointer;
}

ul.search-filter-horizontal li select {
  padding-left: 20px;
  background: #fff;
  color: #303942;
  border: 0;
}

ul.search-filter-horizontal li select option {
  color: #303942;
}

ul.search-filter-horizontal li span {
  display: block;
  width: 100%;
  padding: 12px 0px 12px 20px;
  background: #fff;
  color: #303942;
}

ul.search-filter-horizontal li a#a___zf_transmissie {
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 3;
}

ul.search-filter-horizontal li input {
  border: none;
  font-size: 18px;
  padding: 0;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 590px;
  }
}
@media (min-width: 992px) {
  #carousel-header {
    height: 850px;
  }
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 870px;
  }
  .filters {
    padding: 50px 0 100px 0;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/3730_img-header.jpg");
}

#carousel-header .carousel-indicators {
  z-index: 5;
}

#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 100%;
}

#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**********************
******** Footer *******
**********************/
.footer p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

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

@media (min-width: 992px) {
  .footer-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-flow: wrap;
    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: 991px) {
  .footer p {
    text-align: center;
  }
}
/**********************
*** Custom Style ******
**********************/
.header-carousel ul {
  padding: 0 0 0 15px;
}

.mb-0 {
  margin-bottom: 0;
}

.rdw-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-text h1,
.content-text .h1 {
  color: #303942;
  font-size: 40px;
  margin: 0 0 30px 0;
}

.content-text h2,
.content-text .h2 {
  color: #303942;
  font-size: 36px;
  margin: 0 0 30px 0;
}

.content-text h3,
.content-text .h3 {
  color: #303942;
  font-size: 28px;
}

.bg-one {
  background: #303942;
  color: #fff;
  padding: 50px 0;
}

.bg-one .content-text h2 {
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.auto-inkoop-home {
  background: #eee;
}

.img-auto-inkoop {
  z-index: 3;
  position: relative;
  background: url(//svl.autodealers.nl/upload/3730_img-services.jpg) no-repeat center;
  background-size: cover;
  height: 250px;
  margin: 0 -15px;
}

.maps {
  height: 400px;
}

.img-contact {
  z-index: 3;
  position: relative;
  background: url(//svl.autodealers.nl/upload/3730_img-contact.jpg) no-repeat center;
  background-size: cover;
  height: 320px;
  margin: 0 -15px;
}

/**********************
******* Global ********
**********************/
#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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
}

.slideshow10-container .swiper-slide {
  width: 240px !important;
}

.slideshow10-container .swiper-slide a {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.slideshow10-container .swiper-slide.swiper-slide-prev a,
.slideshow10-container .swiper-slide.swiper-slide-next a {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.slideshow10-container .swiper-slide.swiper-slide-active a {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.slideshow10-container a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.1);
  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: rgba(0, 96, 207, 0.8);
  max-width: 200px;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 7px 5px;
}

.slideshow10-container .slideshow10-price h4 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}

.slideshow10-container .slideshow10-content {
  padding: 20px 15px;
  color: #3A4750;
}

.slideshow10-container .slideshow10-title h3 {
  margin: 0;
  font-size: 20px;
  padding-bottom: 20px;
  color: #303942;
  border-bottom: 2px solid #EEEEEE;
  text-transform: uppercase;
  font-weight: 700;
}

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

.slideshow10-container .slideshow10-data > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slideshow10-container .slideshow10-data .slideshow10-item-left {
  width: 110px;
}

.slideshow10-container .slideshow10-btn {
  padding-top: 20px;
  text-align: right;
}

.slideshow10-container .btn-primary {
  -webkit-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.slideshow10-container .swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
  width: 100% !important;
}

.slideshow10-container .swiper-wrapper.disabled .swiper-slide {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .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-price h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .slideshow10-container .slideshow10-title h3 {
    font-size: 30px;
  }
  .slideshow10-container .slideshow10-data .slideshow10-item-left {
    width: 150px;
  }
}
.slideshow-home {
  min-height: 510px;
}

.slideshow-home .slideshow10-container a {
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.15);
  background: #3A4750;
  color: #fff;
}

.slideshow-home .slideshow10-container .slideshow10-price {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7% 49%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7% 49%);
  background: #D72324;
  -webkit-filter: drop-shadow(-1px 3px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(-1px 3px 5px rgba(0, 0, 0, 0.5));
}

.slideshow-home .slideshow10-container .slideshow10-data,
.slideshow-home .slideshow10-container .slideshow10-title h3 {
  border-color: #fff;
  color: #fff;
}

.slideshow-home .slideshow10-container .slideshow10-data .slideshow10-item-left {
  width: 130px;
}

.slideshow-home .slideshow10-container .btn-primary {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
}

.slideshow-home .slideshow10-container .btn-primary:after {
  content: "\f101";
  font-family: FontAwesome;
  color: #fff;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

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

.content-space {
  padding: 15px 0;
}

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

.btn-primary.btn-home {
  font-size: 18px;
  line-height: 20px;
  max-width: 260px;
  width: 100%;
  padding: 11px 15px 7px;
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
input.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: #D72324;
  border-color: #D72324;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover,
.pager li > a:hover,
.pager li > span:hover {
  background: #fff;
  border-color: #fff;
  color: #D72324;
}

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

a.label {
  background: #D72324;
  color: #fff;
}

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

nav.right {
  border-bottom: 0;
}

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

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

.marquee {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.marquee span {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 100%;
  will-change: transform;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  Color: #ff0000;
  font-size: 22px;
}

.marquee span:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

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

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

/**********************
*** Style per pagina **
**********************/
/***************
*** Occasions **
***************/
#body.autolijst_background {
  color: #303942;
}

#body.autolijst_background .auto-detail-page contact-adres {
  color: #303942;
}

#body.autolijst_background .list-view {
  color: #303942;
}

#body.autolijst_background .gallery-view {
  color: #303942;
}

#body.autolijst_background .detail-view {
  color: #303942;
}

#body.autolijst_background .row.auto-specificaties {
  color: #303942;
}

#body.autolijst_background .row.auto-opties {
  color: #303942;
}

#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #303942;
}

/**********************
*** Mediaqueries ******
**********************/
/* tot Mobiel (col-xs) */
@media (max-width: 767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
  .header-carousel ul {
    margin-bottom: 30px;
  }
}
/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }
  .row-eq-height:after,
  .row-eq-height:before {
    display: none;
  }
  .row-eq-height.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-space {
    padding: 25px 0;
  }
  body {
    padding-top: 130px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 55px 0;
    background: #303942;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.15);
    -webkit-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
    text-align: center;
  }
  .header.scroll {
    padding: 15px 0;
  }
  .nav-brand {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 200px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .slideshow-home {
    min-height: 660px;
  }
  .slideshow-home .slideshow10-container .slideshow10-data .slideshow10-item-left {
    width: 150px;
  }
  .img-auto-inkoop {
    height: 250px;
  }


}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  body {
    padding-top: 110px;
  }
  .content-space {
    padding: 37.5px 0;
  }
  .header {
    padding: 45px 0;
    text-align: left;
  }
  .header.scroll {
    padding: 15px 0;
  }
  .nav-brand {
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
  .content-text h1,
  .content-text .h1 {
    margin: 0 0 30px 0;
  }
  .content-text h2,
  .content-text .h2 {
    margin: 0 0 45px 0;
  }
  .bg-one {
    padding: 50px 0 75px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
  .content-text.max-width {
    max-width: 610px;
  }
  .img-auto-inkoop {
    height: 587px;
  }

}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: 50px 0;
  }
  .content-text h1,
  .content-text .h1 {
    margin: 0 0 45px 0;
  }
  .content-text h2,
  .content-text .h2 {
    margin: 0 0 30px 0;
  }
  .img-auto-inkoop {
    height: 550px;
  }
  .img-contact {
    height: 600px;
  }
  .maps {
    height: 500px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
  .contact-home {
    font-size: 12px;
  }

  .nav-brand {
    display: inline-block;
    max-width: 320px;
  }
}
@media (min-width: 1400px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }

  .contact-home {
    font-size: 14px;
  }


}


@media (min-width: 992px) and (max-width: 1199px) {
  .bg-one.contact-img {
    position: unset;
  }
 
  
}


.nav-brand, .navbar-brand{
	display: none;
}