/* 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: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #232020;
  -webkit-font-smoothing: antialiased;
}

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

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

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

h3 {
  font-size: 18px;
   margin-bottom: 12px;
}

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

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  font-weight: 700;
  color: #EC1C23;
  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: 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 #EC1C23;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #EC1C23 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 *************
******************************/
#main {
  margin-top: 40px;
}

/**********************
******** Header *******
**********************/
a.nav-brand {
  position: absolute;
  top: 15px;
  left: 5px;
}
a.nav-brand img {
  max-width: 240px;
}
@media (min-width: 768px) {
  a.nav-brand {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  a.nav-brand img {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  a.nav-brand img {
    max-width: 400px;
    margin: inherit;
  }
}
@media (min-width: 1200px) {
  a.nav-brand img {
    margin: inherit;
  }
}

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

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

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

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

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 50px;
  }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 3px 0;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #FFFFFF;
  }
  /* 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: #FFFFFF;
    color: #232020;
    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 {
    background:#EC1C23;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }
  .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .navbar-nav > li {
    float: none;
    padding: 0;
    flex: 1;
  }
  .navbar-nav > li a {
    line-height: 40px;
    padding: 0;
    border-radius: 25px;
    padding-left:20px;
  }
  .navbar-default .dropdown-toggle {
    width: 108px;
  }
  .navbar-nav > li > .dropdown-menu {
    transform-origin: 0 0;
  }
  .nav > li > a {
    padding: 0 5px;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}
/**********************
****** Carousel *******
**********************/
/* Carousel height */
#carousel-header {
  height: 200px;
  border-radius: 0;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #carousel-header {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 400px;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/28127_slide1.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;
  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 .nav-brand {
  position: inherit;
  top: inherit;
  left: inherit;
}
.footer-top .nav-brand img {
  margin: 0 auto;
  max-width: inherit;
}
.footer-top .content-text h3, .footer-top .content-text .h3 {
  margin: 0 0 30px 0;
}

.footer-top #openingstijden2 ul.nav-justified {
  padding: 0;
  margin: 0 auto;
  max-width: 1090px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  text-align:left;
}

.footer-top #openingstijden2 ul.nav-justified li {
	width:100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
    align-items:left;
}

.footer-top #openingstijden2 ul.nav-justified li .dag {
  display:inline-block;
  color: #232020;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align:left;
  flex-basis:50px;
}

.footer-top #openingstijden2 ul.nav-justified li .tijd {
  display:inline-block;
  color: #232020;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding-right: 10px;
    text-align:left;
}


.footer-menu a {
  font-weight: 400;
  color: #232020;
  line-height: 25px;
}

.footer-menu a:hover {
  font-weight: 700;
  color: #EC1C23;
}

.maps {
  height: 450px;
}

.footer-bottom p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .maps {
    height: 270px;
    margin-bottom: 30px;
  }
}
@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;
  }
  .footer-top .content-text h3,
  .footer-top .content-text .h3 {
    margin: 0 0 50px 0;
  }
}
@media (min-width: 1200px) {
  .maps {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .footer-bottom p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-top .content-text,
  .maps,
  .footer-menu {
    margin-bottom: 30px;
  }
}
/**********************
*** Custom Style ******
**********************/
.content-text h1, .content-text .h1 {
  margin: 0 0 30px 0;
  font-size: 45px;
}
.content-text h2, .content-text .h2 {
  margin: 0 0 30px 0;
  font-size: 35px;
}
.content-text h3, .content-text .h3 {
  margin: 0 0 15px 0;
  font-size: 25px;
}

.occ-home {
  margin-top: 30px;
}

.content-block {
  background: #4D4D4D;
  box-shadow: inset 7px 7px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.content-block .block-img img {
  width: 100%;
}
.content-block .block-text {
  padding: 25px 0;
  border-top: 7px solid #EC1C23;
  position: relative;
}
.content-block .block-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: ease-in-out height 0.2s;
  z-index: 0;
  background: #EC1C23;
}
.content-block .block-text h4 {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.content-block:hover .block-text::after {
  height: 100%;
}

.bg-afspraak {
  background: url(//svl.autodealers.nl/upload/28127_img-afspraak.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}

.fixed-icons {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.fixed-icons .fixed-icon {
  background: #EC1C23;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 10px 5px 0;
}
.fixed-icons .fixed-icon img {
  max-width: 30px;
  max-height: 30px;
}
@media (min-width: 767px) {
  .fixed-icons {
    bottom: inherit;
    width: inherit;
    top: 5%;
    right: 1%;
    height: 100%;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .fixed-icons .fixed-icon {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 60px;
  }
}
ul#slideshow7 .item-information {
  background: #EC1C23;
  color: #fff;
}

ul#slideshow7 .item-information h3.titel {
  color: #fff;
   font-weight:400;
}
ul#slideshow7 .item-information h3.titel a {
font-weight:400;
}

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

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

.btn-primary.btn-home {
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
}

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: #EC1C23;
  border-color: #EC1C23;
  color: #FFFFFF;
  border-radius: 25px;
}

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

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

a.label {
  background: #EC1C23;
  color: #232020;
}

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

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;
  }
}
.beoordelingen {
  margin-bottom: 40px;
}

#beoordeling_slide {
  display: none !important;
}

.beoordeling_slide {
  max-width: 610px;
  margin: 0 auto;
}

#beoordeling_slide_mobile {
  display: block !important;
  position: relative;
  padding: 0 30px;
}

#body #beoordeling_slide_mobile .beoordeling1-controls {
  position: absolute;
  left: 0;
  top: 40px;
}

#beoordeling_slide_mobile .beoordeling2_arrow.beoordeling2_arrow_left {
  float: left;
}

#body #beoordeling_slide_mobile span.beoordeling2_arrow {
  height: 75px;
  background-color: transparent;
  background-size: contain;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/**********************
*** Mediaqueries ******
**********************/
/* tot Mobiel (col-xs) */
@media (max-width: 767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
   .content-space2 {
    padding: 50px 0;
  }
}
/* 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;
  }
  .content-space2 {
    padding: 50px 0;
  }
  .header {
    padding: 15px 0;
  }
  .bg-afspraak {
    padding: 100px 0;
  }
}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  .content-space {
    padding: 50px 0;
  }
   .content-space2 {
    padding: 75px 0;
  }
  .header {
    padding: 30px 0;
  }
  .content-text h1,
  .content-text .h1,
  .content-text h2,
  .content-text .h2 {
    margin: 0 0 50px 0;
  }

  .occ-home {
    margin-top: 0;
  }
  .bg-afspraak {
    padding: 150px 0;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: 75px 0;
  }
    .content-space2 {
    padding: 100px 0;
  }
  .header {
    padding: 50px 0;
  }
  .bg-afspraak {
    padding: 200px 0;
  }
}

.subpage h1 {
	font-size:45px;
  	margin-bottom:30px;
}
.subpage h1 span {
color:#EC1C23;
}

.subpage h2 {
	font-size:30px;
  margin-top:40px;
}
.subpage h3 {
	font-size:18px;
}