/* 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: #FFFFFF;
  font-family: "Montserrat", sans-serif !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #50555C;
  -webkit-font-smoothing: antialiased;
}



.Zoekopdracht.footer{
clip-path:inherit !important;
}

.inkoop-en-verkoop.footer{
clip-path:inherit !important;
}

.over-ons.footer{
clip-path:inherit !important;
}

.onderhoud.footer{
clip-path:inherit !important;
}

.schadereparatie-en-taxatie.footer{
clip-path:inherit !important;
}

.trekhaken.footer{
clip-path:inherit !important;
}

.reparatie.footer{
clip-path:inherit !important;
}

.apk-keuring-roetmeting.footer{
clip-path:inherit !important;
}

.Contact.footer{
clip-path:inherit !important;
}

.banden-en-uitlaten.footer{
clip-path:inherit !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

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 30px 0;
}

a,
a:link,
a:visited,
a:active {
  color: #0068B9;
  font-weight: 600;
  text-decoration: none;
  transition: ease-in-out all 0.3s;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #003d6d;
}

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: 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 #FEE709;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FEE709 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 *******
**********************/
/**********************
****** 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: #50555C;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(13px + 3 * (100vw - 350px) / 1570);
}
.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;
  color: #0068B9;
}
.navbar-default .navbar-toggle {
  border-color: #000;
  margin-top: 13px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 0;
  }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    max-width: 220px;
    padding: 10px 15px;
    height: 60px;
  }
  .navbar-default .navbar-header {
    background: #FFFFFF;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
  }
  .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: #FFFFFF;
    color: #50555C;
    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: #0068B9;
  }
  .navbar-default .navbar-collapse {
    border: none;
    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 */
@media (min-width: 768px) {
  .carousel-content-bg {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .carousel-content-bg {
    width: 450px;
  }
}

.carousel-header #carousel-header {
  height: 250px;
  border-radius: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}

.carousel-content {
  margin-top: -20px;
}
.carousel-content .carousel-content-bg {
  padding: 90px 30px 60px 30px;
  color: #fff;
  margin: 0 -15px;
}
.carousel-content .carousel-content-bg .content-text h2 {
  color: #fff;
  width: 100%;
  @media (min-width: 486px) {
     width: 423px;
  }
}
.carousel-content a.header-whatsapp {
  text-transform: uppercase;
  font-size: 15px;
  color: #0068B9;
}
.carousel-content a.header-whatsapp img {
  margin-right: 15px;
  max-width: 100%;
}

ul.search-filter-vertical {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
  width: 100%;
}
ul.search-filter-vertical li {
  display: block;
  margin-bottom: 30px;
}
ul.search-filter-vertical li:last-child {
  margin-bottom: 0;
}
ul.search-filter-vertical li select,
ul.search-filter-vertical li input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  height: 50px;
  cursor: pointer;
}
ul.search-filter-vertical li select {
  padding-left: 20px;
  background: #fff;
  color: #FFFFFF;
  border: 0;
}
ul.search-filter-vertical li select option {
  color: #FFFFFF;
}
ul.search-filter-vertical li span {
  display: block;
  width: 100%;
  padding: 12px 0px 12px 20px;
  background: #fff;
  color: #FFFFFF;
  border: 0;
}
ul.search-filter-vertical li a#a___zf_transmissie {
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 3;
}
ul.search-filter-vertical li button {
  display: block;
  width: 100%;
  border: 0;
  height: 50px;
  font-size: 16px;
}
ul.search-filter-vertical li.search-filter-select {
  position: relative;
}
ul.search-filter-vertical li.search-filter-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 13px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .carousel-header {
    height: 650px;
    position: relative;
  }
  .carousel-header #carousel-header {
    height: 100%;
  }
  .carousel-content {
    position: absolute;
    top: 210px;
    left: -25px;
    width: 100%;
    z-index: 3;
    padding-right: 330px;
  }
  .carousel-content .carousel-content-bg {
  background: linear-gradient(to top, #0068B9 30%, #0068B9 28%, #50555C 30%, #50555C 100%);
    opacity: 90% !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 30px;
    margin: 0;
  }
  .carousel-content .carousel-content-bg .content-text {
    max-width: 330px;
  }
  ul.search-filter-vertical {
    max-width: 330px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .carousel-header {
    height: 800px;
  }
  .carousel-content {
    top: 250px;
  }
  .carousel-content .carousel-content-bg {
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  .carousel-header {
    height: 1080px;
  }
  .carousel-content {
    top: 350px;
  }
  .carousel-content .carousel-content-bg {
    padding: 60px;
  }
  .carousel-content a.header-whatsapp img {
    margin-right: 30px;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/14286_header.jpg");
}
#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#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 {
  margin-top: -30px;
  background: #FFFFFF;
}
.footer p {
  margin: 0;
}

/* .Home */
.footer {
  -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
}

.footer:not(.Home) {
  -webkit-clip-path: none;
          clip-path: none;
}

span.line {
  margin: 0 10px;
}

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

@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 (min-width: 1200px) {
  .footer {
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%) !important;
            clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%) !important;
  }
}
@media (max-width: 991px) {
  .footer p {
    text-align: center;
  }
}
/**********************
*** Custom Style ******
**********************/
.slideshow-titel {
  color: #fff !important;
}

.content-text h1,
.content-text .h1,
.content-text h2,
.content-text .h2 {
  text-transform: uppercase;
  color: #0068B9;
  margin-bottom: 30px;
}
.content-text h1,
.content-text .h1 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(30px + 5 * (100vw - 350px) / 1570);
  line-height: calc(30px + 5 * (100vw - 350px) / 1570);
}
.content-text h2,
.content-text .h2 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(20px + 5 * (100vw - 350px) / 1570);
  line-height: calc(20px + 5 * (100vw - 350px) / 1570);
}

.bg-occ {
  background: #626871;
  -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
}
.bg-occ .btn-occ {
  margin-top: 30px;
}

.bg-service {
  background: #F4F4F4;
  -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -30px;
}
.bg-service .content-text h2 {
  color: #0068B9;
}

.service-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (max-width: 689px) {
  .service-items {
    margin-bottom: inherit;
  }
}
.service-items .service-item {
  height: 130px;
  width: 300px !important;
  margin: 0 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: #FEE709;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: ease-in-out all 0.2s;
}
@media (max-width: 689px) {
  .service-items .service-item {
    height: 90px;
    padding-left: 25px;
    display: flex;
    justify-content: left !important;
    flex-direction: row;
  }
}
.service-items .service-item:hover {
  transform: scale(1.15);
}
.service-items .service-item .icon {
  margin-bottom: 15px;
}
.service-items .service-item .text h4 {
  color: #0068B9;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 689px) {
  .service-items .service-item .text h4 {
    margin-left: 12px;
  }
}

.contact-form {
  background: #fff;
  -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -30px;
}

.finnik-home {
  max-width: 290px;
  margin-bottom: 30px;
}

.custom-form {
  background: #50555C;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px 15px;
  margin: 0 -15px;
}
.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,
.custom-form .form-group textarea {
  background: #fff;
  color: #50555C;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}
.custom-form .form-group input::-moz-placeholder, .custom-form .form-group textarea::-moz-placeholder {
  color: #50555C;
}
.custom-form .form-group input::placeholder,
.custom-form .form-group textarea::placeholder {
  color: #50555C;
}
.custom-form .form-group input {
  display: block;
  float: none;
  height: 50px;
}
.custom-form .form-group textarea {
  padding-top: 15px;
  max-width: 100%;
}
.custom-form .form-group button {
  max-width: 330px;
  width: 100%;
  height: 50px;
  display: block;
  margin-left: auto;
  transition: ease-in-out all 0.3s;
}
.custom-form .form-group.form-button {
  margin-bottom: 0;
}

.bg-openingstijden {
  background: url(//svl.autodealers.nl/upload/14286_openingstijden.jpg) no-repeat center center/cover;
  -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -30px;
  color: #fff;
}
.bg-openingstijden .content-text h2 {
  color: #fff;
}

.openingstijden-home #openingstijden2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.openingstijden-home #openingstijden2 ul li {
  height: 130px;
  width: 130px;
  margin: 0 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
background-color: #0068B9;
  transition: ease-in-out all 0.2s;
}
.openingstijden-home #openingstijden2 ul li .dag {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

#openingstijden2 .dag,
#openingstijden2 .tijd {
  width: auto;
}

/**********************
******* Global ********
**********************/
.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;
}
img{
max-width: 100%;
}
.slideshow10-container img {
  max-width: 100%;
}
.slideshow10-container .slideshow10-price {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 3;
  background: #0068B9;
  color: #FFFFFF;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 7px 5px;
}
.slideshow10-container .slideshow10-price h4 {
  margin: 0;
  font-size: 25px;
  line-height: 25px;
  color: inherit;
  font-weight: 700;
}
.slideshow10-container .slideshow10-content {
  padding: 20px 15px;
  color: #50555C;
}
.slideshow10-container .slideshow10-title h3 {
  margin: 0;
  font-size: 25px;
  padding-bottom: 25px;
  color: #0068B9;
  border-bottom: 2px solid #50555C;
  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 #50555C;
}
.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: #0068B9;
  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: #FEE709;
}

@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: 25px;
    line-height: 25px;
  }
  .slideshow10-container .slideshow10-title h3 {
    font-size: 28px;
  }
  .slideshow10-container .slideshow10-data .slideshow10-item-left {
    width: 150px;
  }
}
.fixed-icons {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-icons .fixed-icon {
  background: #FEE709;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.2s all;
}
.fixed-icons .fixed-icon:hover {
  transform: scale(1.05) translateY(-10px);
}
.fixed-icons .fixed-icon img {
  max-width: 30px;
  max-height: 30px;
}

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

.btn.btn-primary.btn-home {
  padding: 14px 17px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  max-width: 330px;
}

.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: #FEE709;
  border-color: #FEE709;
  color: #0068B9;
  font-weight: 600;
  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: #d3bf01;
  border-color: #d3bf01;
  color: #0068B9;
}

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

a.label {
  background: #0068B9;
  color: #fff;
}

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

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

/**********************
*** Style per pagina **
**********************/
/***************
*** 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: #0068B9;
}

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

/**********************
*** Mediaqueries ******
**********************/
/* tot Mobiel (col-xs) */
@media (max-width: 767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
}
/* 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(15px * 2) 0;
  }
  .header {
    padding: 30px 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: ease-in-out all 0.3s;
  }
  .header.scroll {
    padding: 15px 0;
    background: #FFFFFF;
  }
  .header.scroll a.nav-brand {
    max-width: 130px;
  }
  .header a.nav-brand {
    display: block;
    max-width: 270px;
    position: absolute;
    left: 15px;
    top: 0;
  }
  .header .header-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .header .header-buttons .btn.btn-primary.btn-home {
    max-width: 390px;
    margin-left: 30px;
  }
  .slideshow-home {
    min-height: 660px;
  }
  .bg-occ,
  .bg-service,
  .contact-form,
  .bg-openingstijden {
    -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -60px;
  }
  .footer {
    -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  }
  /* .Home */
  .footer {
    margin-top: -60px;
  }
  .custom-form {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .header a.nav-brand {
    max-width: 15%;
  }
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  .content-space {
    padding: calc(15px * 3) 0;
  }
  .header {
    padding: 45px 0;
  }
  .header.scroll {
    padding: 20px 0;
  }
  .header.scroll a.nav-brand {
    max-width: 250px;
  }
  .header a.nav-brand {
    max-width: 360px;
    position: relative;
    left: auto;
    top: auto;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
  .bg-occ,
  .bg-service,
  .contact-form,
  .bg-openingstijden {
    margin-top: -90px;
    -webkit-clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
  }
  .footer {
    -webkit-clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
  }
  /* .Home */
  .footer {
    margin-top: -90px;
  }
  .custom-form {
    padding: 45px;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: calc(15px * 4) 0;
  }
  .header {
    padding: 60px 0;
  }
  .header.scroll {
    padding: 30px 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
  }
  .bg-occ,
  .bg-service,
  .contact-form,
  .bg-openingstijden {
    margin-top: -120px;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
  }
  .footer {
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 120px, 100% 0, 100% 100%, 0% 100%);
  }
  /* .Home */
  .footer {
    margin-top: -120px;
  }
  .service-items .service-item {
    height: 115px;
    width: 115px;
    margin: 0 10px;
  }
  .custom-form {
    padding: 60px;
  }
  .fixed-icons {
    top: 280px;
    bottom: auto;
    width: auto;
    display: block;
  }
  .fixed-icons .fixed-icon:hover {
    transform: scale(1.05) translateX(10px);
  }
}
@media (min-width: 1400px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .service-items .service-item {
    height: 130px;
    width: 130px;
    margin: 0 15px;
  }
}


/*# sourceMappingURL=style.css.map */