/* 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');
input[name=leegveld],
.alert {
  display: none;
}

html,
body {
  background: #FFFFFF;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  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: #000000;
  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: #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 #121013;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #121013 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 *******
**********************/
.header-top {
  padding: 25px 0;
  background: #121013;
  color: #FFFFFF;
}
.header-top .header-contact span.item {
  display: block;
}

a.nav-brand {
  display: block;
  max-width: 250px;
  margin: 5px 0 0 5px;
}

@media (max-width: 767px) {
  a.nav-brand {
  	max-width:160px;
  }
}

/**********************
****** 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-right.navbar-default {
  width: 100%;
}
.navbar-right.navbar-default .navbar-nav > li {
  padding: 0 7.5px;
}
.navbar-right.navbar-default .navbar-nav > li.icon a {
  width: 60px;
  padding: 15px 3px;
}
.navbar-right.navbar-default .navbar-nav > li.diensten a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-right.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  background: #A50000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 10px;
}
.navbar-right.navbar-default .navbar-nav > li > a img.hamburger-icon {
  margin-left: 10px;
}
.navbar-right.navbar-default .navbar-nav > .active > a,
.navbar-right.navbar-default .navbar-nav > .active > a:hover,
.navbar-right.navbar-default .navbar-nav > .active > a:focus,
.navbar-right.navbar-default .navbar-nav > li > a:hover,
.navbar-right.navbar-default .navbar-nav > li > a:focus,
.navbar-right.navbar-default .navbar-nav > .open > a,
.navbar-right.navbar-default .navbar-nav > .open > a:focus,
.navbar-right.navbar-default .navbar-nav > .open > a:hover {
  color: #FFFFFF;
  background: #2DB742;
  font-weight:600;
}

/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.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: #FFFFFF;
    font-weight:600;
}
.navbar-default .navbar-toggle {
  border-color: #FFFFFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 50px;
  }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #FFFFFF;
  }
  .navbar-default .navbar-header {
    background: #121013;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #121013;
  }
  .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: #121013;
    color: #FFFFFF;
    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: #FFFFFF;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #FFFFFF;
  }
}
@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: 80vh;
  min-height: 600px;
  border-radius: 0;
  margin-bottom: -1px;
}

.carousel-content {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.carousel-content .carousel-text a.nav-brand {
  margin-bottom: 30px;
}
.carousel-content .carousel-text h2 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(35px + 15 * (100vw - 350px) / 1570);
  line-height: 1em;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.carousel-content .carousel-text .carousel-cnt {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 750px;
  }
  .carousel-content {
    top: 220px;
  }
}
@media (min-width: 992px) {
  #carousel-header {
    height: 800px;
  }
  .carousel-content {
    top: 250px;
  }
  .carousel-content .carousel-text h2 {
    margin: 0 0 50px 0;
  }
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 880px;
  }
  .carousel-content {
    top: 300px;
  }
  .carousel-content .carousel-text {
    max-width: 1250px;
    margin: 0 auto;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/30647_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-top {
  background: #121013;
  color: #FFFFFF;
}
.footer-top .content-text h3,
.footer-top .content-text .h2, .footer-top a {
  color: #FFFFFF;
}


.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footer-bottom {
  padding: 30px 0;
  background: #121013;
  color: #FFFFFF;
}
.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
color:#fff;
}

span.line {
  margin: 0 10px;
}

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

@media (min-width: 768px) {
  .footer-logo {
    margin: 0;
  }
}
@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: 991px) {
  .footer-bottom p {
    text-align: center;
  }
}
/**********************
*** Custom Style ******
**********************/
.bg-primary,
.bg-secondary {
  background: url(//svl.autodealers.nl/upload/30647_BG_1.jpg) no-repeat center/cover;
  color: #121013;
}
.bg-primary .content-text h1,
.bg-primary .content-text .h1,
.bg-secondary .content-text h1,
.bg-secondary .content-text .h1 {
  color: #121013;
}
.bg-primary .content-text h1.line::after,
.bg-primary .content-text .h1.line::after,
.bg-secondary .content-text h1.line::after,
.bg-secondary .content-text .h1.line::after {
  background: #121013;
}
.bg-primary .content-text h2,
.bg-primary .content-text .h2,
.bg-secondary .content-text h2,
.bg-secondary .content-text .h2 {
  color: #121013;
}

.bg-secondary {
  background: url(//svl.autodealers.nl/upload/30647_BG_2.jpg) no-repeat center/cover;
  color: #FFFFFF;
}
.bg-secondary .content-text h1, .bg-secondary .content-text .h1, .bg-secondary .content-text h2, .bg-secondary .content-text .h2 {
  color: #FFFFFF;
}
.bg-secondary .content-text h1.line::after, .bg-secondary .content-text .h1.line::after, .bg-secondary .content-text h2.line::after, .bg-secondary .content-text .h2.line::after {
  background: #FFFFFF;
}

.content-text h1,
.content-text .h1 {
  font-size: 40px;
  line-height: 1em;
  color: #121013;
  margin-bottom: 25px;
}
.content-text h1.h1-two,
.content-text .h1.h1-two {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1em;
  font-weight: 500;
}
.content-text h1.line,
.content-text .h1.line {
  position: relative;
  padding-bottom: 25px;
}
.content-text h1.line::after,
.content-text .h1.line::after {
  content: "";
  width: 100%;
  max-width: 290px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #121013;
}
.content-text h1.line.line-center::after,
.content-text .h1.line.line-center::after {
  right: 0;
  margin: auto;
}
.content-text h2,
.content-text .h2 {
  font-size: 25px;
  line-height: 25px;
  color: #121013;
  margin-bottom: 25px;
}

.img-finnik {
  max-width: 450px;
  margin: 30px 0 0 0;
}
.img-finnik .finnik-home {
  background: #F2F7FF;
  padding: 25px 15px;
}

.diensten {
  max-width: 930px;
  margin: 0 auto;
  margin-top: -30px;
}

.dienst {
  max-width: 290px;
  margin: 0 auto 30px auto;
}
.dienst .dienst-img {
  margin-bottom: 25px;
}
.dienst .dienst-text .btn-primary.btn-home {
  max-width: 200px;
}

.custom-form .panel-body {
  padding: 0;
}
.custom-form .form-group {
  margin-bottom: 50px;
}
.custom-form .form-group.form-button {
  margin-bottom: 0;
}
.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;
  box-shadow: none;
  background: #121013;
  color: #FFFFFF;
}
.custom-form .form-group input.form-control::-moz-placeholder, .custom-form .form-group textarea.form-control::-moz-placeholder {
  color: #FFFFFF;
}
.custom-form .form-group input.form-control::placeholder,
.custom-form .form-group textarea.form-control::placeholder {
  color: #FFFFFF;
}
.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;
  display: block;
  font-size: 16px;
  transition: ease-in-out all 0.2s;
}

#slideshow7 .item-information h3.titel {
color:#000 !important;
  font-weight:400;
}

ul#slideshow7 .item-information {
  background: #fff;
  color: #000;
}

ul#slideshow7 h4.prijs {
  color: #000;
    font-weight:400;
}

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

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

.btn-primary.btn-home {
  padding: 16px 10px;
  width: 100%;
  max-width: 290px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 0;
}

.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: #A50000;
  border-color: #A50000;
  color: #FFFFFF;
  font-weight: 400;
}

.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: #720000;
  border-color: #720000;
  color: #FFFFFF;
}

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

a.label {
  background: #A50000;
  color: #FFFFFF;
}

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

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

.fixed-icons {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-icons .fixed-icon {
  background: #A50000;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-icons .fixed-icon.whatsapp {
  background: #2DB742;
}
.fixed-icons .fixed-icon:hover {
  background: #720000;
}

@media (min-width: 768px) {
  .fixed-icons {
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-icons .fixed-icon {
    width: 60px;
    border-radius: 100%;
  }
  .fixed-icons .fixed-icon:hover {
    background: #720000;
  }
  .fixed-icons .fixed-icon + .fixed-icon {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .fixed-icons {
    height: 100%;
    width: auto;
    top: 0;
    bottom: auto;
    left: 30px;
    flex-direction: column;
  }
  .fixed-icons .fixed-icon + .fixed-icon {
    margin-top: 10px;
    margin-left: 0;
  }
}
/**********************
*** Style per pagina **
**********************/
/***************
*** Occasions **
***************/
#body.autolijst_background .advertisement.gallery-view .gal-prijs-bottom {
  position: relative !important;
  text-align: center;
}

#body.autolijst_background .advertisement.gallery-view .gal-btn-bottom a.btn-primary {
  width: 100%;
}

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

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

.btn-social.btn-twitter {
color:#000;
}

/**********************
*** Mediaqueries ******
**********************/
/* tot Mobiel (col-xs) */
@media (max-width: 767px) {
  body {
    padding-bottom: 50px;
  }
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
  .header-top {
    margin-bottom: -2px;
  }
}
/* 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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #121013;
  }
  .header-top p {
    margin: 0;
  }
  .header-top .header-contact span {
    display: inline-block;
    margin: 0 8px;
  }
  .header-top .header-contact span.item {
    display: inline-block;
  }
  .header-top .header-openingstijden {
    text-align: right;
  }
  .header-nav {
    margin: 20px 0;
  }
  .header-nav.scroll {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #121013;
    padding: 10px 0;
  }
  .header-nav.scroll a.nav-brand {
    max-width: 130px;
  }
  .img-finnik {
    margin: 0 0 0 auto;
  }
  .diensten {
    margin-top: -60px;
  }
}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  .content-space {
    padding: calc(15px * 3) 0;
  }
  .diensten {
    margin-top: -90px;
  }
  .dienst .dienst-img {
    margin-bottom: 50px;
  }
  .dienst .dienst-text .btn-primary.btn-home {
    margin-top: 25px;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: calc(15px * 4) 0;
  }
  .diensten {
    margin-top: -120px;
  }
}

#body.Home .content-space.home {
  display:none;
}

