/* 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');
/*
Style.css
Table of Contents:

- Global
- Theme
+ Header
+ Navigation
+ Carousel
+ Footer
- Custom
+ Global
+ Pages
+ Mediaqueries
*/


/*********************
****** GLOBAL ********
*********************/

html,
body {
    background: #fff;
    padding: 0px;
}

body {
  font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

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

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

h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
}

p {
    line-height: 25px;
    margin: 0 0 22px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #9E9E9E;
    font-weight: 600;
}


/******************************
*********** THEME *************
******************************/



/******************************
*********** Header *************
******************************/

#header .headerText{

  width: 250px;
  height: 60px;
}

  .headerText {
      position: absolute;
      right: 120px;
      top: 60px;
      z-index: 99;
  }
@media (max-width: 768px) {
  .headerText{
    right: 20px;
  }
}
/******************************
*********** Navigation *************
******************************/

.button_main-overlay {
    position: relative;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 999999;
    transition: opacity .25s ease;
}
.button_main-overlay {
    margin: 60px 0 0 60px;
}
.button_main-overlay.active {
    position: fixed;
}

.button_main-overlay:hover {
    opacity: .7;
}

.button_main-overlay.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_main-overlay.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_main-overlay.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_main-overlay span {
    background: #000;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_main-overlay span:nth-of-type(2) {
    top: 11px;
}

.button_main-overlay span:nth-of-type(3) {
    top: 22px;
}
@media (max-width: 767px) {
  .button_main-overlay{
    margin-left: 15px;
  }
}
.main-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.overlay {
    position: fixed;
    background: #55473c;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9999;
}

.overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay nav {
  position: relative;
  height: 30%;
  top: 40%;
  transform: translateY(-50%);
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  background: transparent;
  border: none;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul > li {
    display: block;
    line-height: 70px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

.solidMenu{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.94);
  z-index: 9999;
  padding: 60px 10px;
  height: 40px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}
#header .main-overlay .headerText.scroll{
  top: 40px;
  -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}
#header .main-overlay div#toggle.scroll{
  margin: -10px 45px;
  -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}
#header .dropdown-menu{
  display: none;
  float: none;
}
#header .dropdown-menu.show{
  display: block;
  width: 100%;
  background: transparent;
  font-size: 18px;
  border: none;
  box-shadow: none;
  height: 60px;
  -webkit-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.2 ease;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@media (max-width: 767px) {
  .overlay nav{
    top: 27%;
  }
  .overlay ul > li{
    line-height: 50px;
  }
  .overlay ul li a{
    font-size: 18px;
  }
}
/**********************
****** Carousel *******
**********************/


/* Carousel height */

#carousel-header {
    height: 300px;
    border-radius: 0px;
}

.footerTop {
    height: 300px;
}

@media (min-width: 768px) {
    #carousel-header {
        height: 300px;
    }
    .footerTop {
        height: 300px;
    }
}

@media (min-width: 992px) {
    #carousel-header {
        height: 350px;
    }
    .footerTop {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    #carousel-header {
        height: 98vh;
    }
    .footerTop {
        height: 690px;
    }
}


/* Carousel backgrounds */

#carousel-header .carousel-inner .bg1 {
    background-image: url("//svl.autodealers.nl/upload/3027_res_Header_image.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;
        -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 *******
**********************/


/** Sticky Footer ***/

#footer {
    position: relative;
    height: auto;
    padding: 15px 0;
}

@media (min-width: 767px) {
    html {
        position: relative;
        min-height: 100%;
    }
    #footer {
        bottom: 0;
        width: 100%;
        height: 120px;
        /* Set the fixed height of the footer here */
        padding: 0;
    }
    #footer p {
        margin: 0;
        line-height: 60px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #footer p {
        line-height: 30px;
        text-align: center;
    }
}


/**********************
*** Custom Style ******
**********************/
.bg-third {
    background-color: #FAFAFA;
}

.affiliate-img {
    width: 65px;
}

.footerTop {
    background-image: url("//svl.autodealers.nl/upload/3027_res_Image_2.jpg");
    background-size: cover;
    padding: 0px 15px;
}

.occasionTekst span {
    color: #9E9E9E;
    font-size: 500;
    text-transform: uppercase;
}
.arrow{
  position: absolute;
    font-size: 45px;
    top: -28px;
    right: -55px;
}
@media (min-width:1200px) {
  .cBlokHeigt{
    padding: 190px 0px;
  }
}
.vtext p{
  font-size: 22px;
  line-height: 35px;
  color: #9E9E9E;
  text-transform: uppercase;
}
.ptb-30-homepage{
  padding: 30px 0px;
}
.ladda-button[data-style=zoom-out],
a.btn.btn-primary.btn-navigatie.full-width{
  background-color: #9e9E9E;
  color: #FFF;
  border-color: #9e9E9E;
  border-radius: 0px;
}
/**********************
******* Global ********
**********************/


/* Bootstrap */

a.btn-default {
    color: #000;
}

/**********************
********* Home ********
**********************/
#body.home .ptb-30-homepage{
  padding: 0px;
}
#body.home .divSlider a.photo-a.auto-caroussel,
#body.home .divSlider img.photo-img.img-rounded{
  border-radius: 0px;
}
#body.home .divSlider a.btn.btn-primary.btn-block,
#body.home .divSlider .pager li>a{
  background-color: #9e9E9E;
  color: #FFF;
  border-radius: 0px;
  border-color: #9e9E9E;
  text-transform: uppercase;
}
#body.home .divSlider nav.right{
  border: none;
}
/**********************
****** Occasions *****
**********************/
#body.autolijst_background {
  
}
/* Gallery weergave */
/* Style voor de nummering linksboven */

#body.autolijst_background .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { 
     color: #fff;
     background-color: #9E9E9E ;
     border-color: #9E9E9E ;
}

#body.autolijst_background .pagination>li>a, .pagination>li>span {
     color: #000;
     text-decoration: none;
     background-color: #fff;
}

#body.autolijst_background .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
     color: #fff;
     background-color: #9E9E9E ;
     border-color: #9E9E9E ;
}

/* Bekijk occasion button */ 
#body.autolijst_background .gallery-view .btn-primary {
     color: #fff;
     background-color: #9E9E9E ;
     border-color: #9E9E9E ;
}

#body.autolijst_background .gallery-view .glyphicon-info-sign {
     color:#9E9E9E ;
}

/* Style voor tekst in de popover */ .popover-table { 
width: 250px;
color: #000;
}
/* Lijstweergave */

#body.autolijst_background a.btn.btn-primary.btn-list {
     background: #9E9E9E ;
     color: #fff;
     border-color: #9E9E9E ;
}

#body.autolijst_background .block.title {
     color: #C90B0B;
}

/* Style voor detailpagina */
#body.autolijst_background .col-xs-12.auto-detail-page .xs-center-block.sm-center-block .title {
     color: #000;
}

/* Style voor de button met telefoonnummer */
#body.autolijst_background .btn.btn-primary.btn-lg.btn-block-company.tel {
     color: #fff;
     background: #9E9E9E ;
     border-color: #9E9E9E ;
}

/* Meer button achter het merk */
#body.autolijst_background .label.label-primary {
     color: #fff;
     background-color: #9E9E9E ;
}

#body.autolijst_background .label-primary[href]:hover, .label-primary[href]:focus {
     background-color: #9E9E9E ;
}
#body.autolijst_background a.label:hover, a.label:focus {
     color: #fff;
     text-decoration: none;
}

/* Financierenlink */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="financieren"] a {
     color: #9E9E9E ;
}

/* Verzekeren link */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="verzekeren"] a {
     color: #9E9E9E ;
}

/* Meer specificaties button */
#body.autolijst_background .data-list.auto-attributen .btn.btn-primary {
     background: #9E9E9E ;
     border-color: #9E9E9E ;
     color: #fff;
}
@media(max-width:767px) {
     #body.autolijst_background .data-list.auto-attributen .row .col-xs-12.data-list-item-label {
           padding-left: 15px;
     }
}

/* Meer opties */
#body.autolijst_background .responsive-controls .btn.btn-primary {
     background: #9E9E9E ;
     border-color: #9E9E9E ;
     color: #fff;
}

/* Toon disclaimer button */
#body.autolijst_background .auto-toon-disclaimer .btn.btn-primary {
     background: #9E9E9E ;
     border-color: #9E9E9E ;
     color: #fff;
}

/* Telefoon en Mobiel nummer onderin de detailpagina */
#body.autolijst_background .row.nav-bar.margin-bottom-md .telefoon {
     color: #000 ;
}
#body.autolijst_background .row.nav-bar.margin-bottom-md .mob {
     color: #000 ;
}
#body.autolijst_background .row.nav-bar.margin-bottom-md a {
     color: #000 ;
}
#body.autolijst_background .btn.btn-social { color: #fff; }
/**********************
*** Mediaqueries ******
**********************/


/* tot Mobiel (col-xs) */

@media(max-width:767px) {
    .overlay ul li a {
        font-size: 24px;
    }
    .dropdown-menu.show a{
      font-size: 16px;
    }
    .bgBlok1 {
        background-image: url("//svl.autodealers.nl/upload/3027_res_Welkom_image.jpg");
        background-position: center;
        background-size: cover;
        width: 80%;
        height: 150px;
        margin-top: 15px;
    }
    .bgBlok2 {
        background-image: url("//svl.autodealers.nl/upload/3027_res_Occasions_image.jpg");
        background-position: center;
        background-size: cover;
        width: 80%;
        height: 150px;
        margin-top: 15px;
    }
    .block-1 {
        background-image: linear-gradient(to bottom, #fff, #fff 50%, #9e9E9E 50%);
        background-repeat: no-repeat;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}


/* Vanaf Tablet staand/portait modus (col-sm en hoger) */

@media(min-width: 768px) {
    .welkomContent,
    .occasionTekst{
        max-width: 430px;
    }
    .vtext h2{
      margin-top: 70px;
    }
    .block-1 {
        background-image: linear-gradient(to bottom, #fff, #fff 50%, #9e9E9E 50%);
        background-repeat: no-repeat;
        padding-bottom: 85px;
    }
    .bgBlok1 {
        background-image: url("//svl.autodealers.nl/upload/3027_res_Welkom_image.jpg");
        background-position: center;
        background-size: cover;
        width: 80%;
        height: 265px;
        margin-top: 50px;
    }
    .bgBlok2 {
        background-image: url("//svl.autodealers.nl/upload/3027_res_Occasions_image.jpg");
        background-position: center;
        background-size: cover;
        width: 80%;
        height: 265px;
        margin-top: 50px;
    }
}


/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */

@media(min-width: 992px) {
  .bgBlok1 {
      width: 80%;
      height: 530px;
      margin-top: 50px;
  }
  .bgBlok2 {
      width: 80%;
      height: 530px;
      margin-top: 50px;
  }
}


/* Vanaf computerscherm (col-lg) */

@media(min-width: 1200px) {

}
