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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}

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

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

h3 {
  font-size: 18px;
}

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

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #41629A;
  font-weight: 700;
  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: #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 #F67175;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F67175 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 *******
**********************/
a.nav-brand span {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 28px;
}

/** Horizontal **/
ul.search-filter-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 290px;
  width: 100%;
  margin: 0 0 0 auto;
}

ul.search-filter-horizontal li.search-filter-select {
  position: relative;
  width: 100%;
  margin-right: 10px;
}

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

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;
  border: none;
}

ul.search-filter-horizontal li select {
  padding-left: 15px;
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  border-radius: 30px;
}

ul.search-filter-vertical li select option {
  color: #000;
}

ul.search-filter-horizontal li button {
  border: none;
  color: #fff;
  background: #41629A;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding-top: 3px;
}

ul.search-filter-horizontal li button:hover {
  background: #41629A;
}

ul.search-filter-horizontal li button span {
  font-size: 30px;
}

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

/* 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;
  color: #FFFFFF;
  font-weight: 700;
}

/* 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;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #000000;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #000000;
  }
  .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: #000000;
    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-header {
  position: relative;
  background: #000000;
}

#carousel-header {
  height: 160px;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

.carousel-content {
  text-align: center;
  padding: 50px 15px;
}

.carousel-content h2 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 10px 0;
}

.carousel-content h4 {
  color: #FFFFFF;
  margin: 0 0 10px 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  letter-spacing: 7px;
  font-size: 25px;
  line-height: 1em;
  font-weight: 800;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .carousel-header {
    height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    background: transparent;
  }
  .carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
  }
  .carousel-content h2 {
    margin: 0 0 20px 0;
  }
  .carousel-content h4 {
    margin: 0 0 2 0px 0;
  }
}
@media (min-width: 992px) {
  .carousel-header {
    height: 650px;
  }
  .carousel-content h2 {
    margin: 0 0 30px 0;
  }
  .carousel-content {
    max-width: 580px;
  }
  .carousel-content h4 {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .carousel-header {
    height: 850px;
  }
  .carousel-content {
    max-width: 640px;
  }
  .carousel-content h2 {
    margin: 0 0 40px 0;
  }
  .carousel-content h4 {
    margin: 0 0 40px 0;
  }
}
/* C    arousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-1-min.jpg");
}
#carousel-header .carousel-inner .bg2 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-2-min.jpg");
}
#carousel-header .carousel-inner .bg3 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-3-min.jpg");
}
#carousel-header .carousel-inner .bg4 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-4-min.jpg");
}
#carousel-header .carousel-inner .bg5 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-5-min.jpg");
}
#carousel-header .carousel-inner .bg6 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-6-min.jpg");
}
#carousel-header .carousel-inner .bg7 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-7-min.jpg");
}
#carousel-header .carousel-inner .bg8 {
  background-image: url("//svl.autodealers.nl/upload/5203_header-sl-8-min.jpg");
}

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

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

@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: #000000;
  color: #FFFFFF;
}

.footer-copy p {
  margin: 0;
}

.footer a {
  color: #FFFFFF;
}

.content-text .icon {
  margin-bottom: 20px;
}

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

@media (min-width: 768px) {
  .footer-copy {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
  }
  .footer-copy > p {
    text-align: center;
  }
  .footer-copy > p:first-child {
    text-align: left;
    border-left: 0;
  }
  .footer-copy > p:last-child {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .footer-copy {
    text-align: right;
    display: block;
  }
  .footer-copy > p:last-child,
  .footer-copy > p:first-child,
  .footer-copy > p {
    text-align: left;
  }
}
/**********************
*** Custom Style ******
**********************/
.content-text h1,
.content-text .h1 {
  color: #F67175;
  font-size: 42px;
  line-height: 63px;
  margin: 0 0 20px 0;
}

.content-text h2,
.content-text .h2 {
  color: #F67175;
  font-size: 35px;
  line-height: 1em;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.content-text h3,
.content-text .h3 {
  color: #F67175;
  font-size: 25px;
  line-height: 2em;
  font-weight: 400;
  margin: 0 0 15px 0;
}

a.block-item {
  margin: 0 -15px;
  display: block;
  font-weight: 400;
  color: #000000;
  transition: ease-in-out all 0.3s;
}

.block-item .block-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 290px;
}

.block-item.occasions .block-bg {
  background-image: url(//svl.autodealers.nl/upload/5203_occasions-min.jpg);
}

.block-item.inkoop .block-bg {
  background-image: url(//svl.autodealers.nl/upload/5203_inkoop-min.jpg);
}

.block-item .block-btn {
  padding-top: 30px;
  padding-left: 15px;
}



.block-item:hover .block-btn span {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #41629A;
}

.block-item .block-info {
  background: #FFFFFF;
  padding: 15px 15px 45px 15px;
}

.block-item .block-info h3 {
  margin: 0;
  color: #F67175;
  font-weight: 700;
}

.block-item .block-info p {
  margin: 0;
}

.bg-vragen {
  background-image: url(//svl.autodealers.nl/upload/5203_vragen-min.jpg);
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
}

.bg-vragen .content-text h2 {
  color: #FFFFFF;
}

.bg-vragen .content-text h3 {
  color: #FFFFFF;
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  letter-spacing: 7px;
  font-size: 25px;
  line-height: 1em;
  font-weight: 800;
}

.bel-mij {
  max-width: 450px;
  margin: 0 auto;
}

.bel-mij-in input {
  height: 60px;
  border-radius: 30px;
  border: 0;
  padding-left: 15px;
  color: #393939;
  background: #FFFFFF;
  margin-bottom: 15px;
}

.bel-mij-in button {
  height: 60px;
  width: 60px;
  background: #41629A;
  border-radius: 50%;
  padding: 15px;
}

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

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

a.btn-primary,
span.btn-primary,
button.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: #41629A;
  border-color: #41629A;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 700;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
.pager li > a:hover,
.pager li > span:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #41629A;
}

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

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

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

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

/**********************
*** 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: 25px 0;
  }
  body {
    padding-top: 90px;
  }
  .header {
    padding: 35px 0;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  a.navbar-brand {
    display: inline-block;
    margin-bottom: 15px;
  }
  .header.scroll {
    padding: 15px 0;
  }
  a.block-item {
    height: 480px;
    position: relative;
    margin: 0;
  }
  .block-item.occasions {
    margin-bottom: 30px;
  }
  .block-item .block-bg {
    height: 100%;
  }
  .block-item .block-info {
    max-width: 450px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 15px;
  }
  .bel-mij-in {
    display: flex;
    align-items: center;
  }
  .bel-mij-in input {
    margin-bottom: 0;
  }
  .bel-mij-in button {
    margin-left: 20px;
  }
}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  .content-space {
    padding: 50px 0;
  }
  .header {
    text-align: left;
  }
  a.navbar-brand {
    margin-bottom: 0;
  }
  .content-text h1,
  .content-text .h1,
  .content-text h2,
  .content-text .h2 {
    margin: 0 0 40px 0;
  }
  a.block-item.occasions {
    margin-bottom: 0;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: 75px 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
  }
  .btn-primary.btn-home {
    font-size: 18px;
  }
}
@media (min-width: 1450px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}
.flexBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 100px;
}

.form-control {
  font-size: 16px;
}

#side-icons {
  position: fixed;
  bottom: 2px;
  left: 1%;
  right: 1%;
  gap: 1%;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#side-icons a.icon {
  background: #41629A;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#side-icons a.icon.icon-whatsapp {
background: #25C543;
}

#side-icons a.icon img {
 width:30px;
  height:30px;
}
#side-icons i.fa-brands {
  font-size: 1.6em;
}
@media (min-width: 992px) {
  #side-icons {
    left: inherit;
    right: 5px;
    top: inherit;
    bottom: 30%;
    flex-direction: column;
  }
  #side-icons a.icon {
    margin-bottom: 10px;
  }
}

#privacybeleid{
margin-bottom: 0;
}

@media (max-width: 767px){
  .bg-vragen .content-text h3{
  font-size: 22px;
  }
}

@media (max-width: 992px){
  .footer{
 padding-bottom: 60px;
  }
}

#body.privacybeleid {
margin-top: -60px;
}

#body.privacybeleid .carousel-content{
	padding-top: 60px;
}

@media (max-width: 992px){
  #body.privacybeleid{
  margin-top: -100px;
  }
}