/* 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
+ Menu
+ Carousel
+ Occasion Slideshow
+ Footer
- Custom
+ Global
+ Pages
+ Mediaqueries
*/

.logo-outside{
  display: inline-block;
  width: 50px;
  overflow: hidden;
  vertical-align: middle;
}
.logo-outside img{
  margin-left: -18px;
}
/*********************
****** GLOBAL ********
*********************/

html, body {
  background: #2a2a2a;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding: 0;
  color: #007bf8;
}
h1 {
  font-size: 24px;
  margin-bottom: 12px;
}
h2 {
  font-size: 20px;
  margin-bottom: 12px;
}
h3 {
  font-size: 18px;
}
h4{
  color: #fff;
  text-align: center;
  position: relative;
  top: 175px;
  background: rgba(0,0,0,0.4);
  padding: 13px;
}
p {
  line-height: 22px;
  margin: 0 0 22px 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #007bf8;
  text-decoration: none;
}

#body.Home #main a,
#body.Home #main a:link,
#body.Home #main a:visited,
#body.Home #main a:hover,
#body.Home #main a:active {
  color: #fff;
  text-decoration: none;
  font-weight:bold;
}



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

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

#header  {
  background-image: url("//svl.autodealers.nl/upload/5026_VWelcome.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a.button_autofirst {
  background: #ddd;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
}

/*****************
*** Navigation ***
*****************/

/*
Primary background: 	grey
Secondary background: 	lightgrey
Dropdown background:	dimgray 
text color:				#fff
*/

/* Setup */
.navbar {
  z-index: 99;
}
.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 999;
}
.dropdown-menu{
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,0.9);
}
.dropdown-menu li a{
  color: #fff;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-align: center;
  border-left: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media (min-width: 1200px){
  .navbar-default .navbar-nav > li > a {
    min-height: 100px;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

/* 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: #007bf8;
  color: #fff;
}
/* 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: 50px }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #007bf8;
  }
  
  .navbar-default .navbar-brand{
    font-size: 14px;
    line-height: 20px;
  }
  /* Brand */
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.9);
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
  }
  /* Menu Link */
  .navbar-default .navbar-nav > li > a {
    border: none;
  }
  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: dimgray;
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
  }
  /* Menu links */
  .navbar-default .navbar-nav > li a {
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* Setup */
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
  .navbar-nav > li > a{
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 3px;
    padding-right: 3px;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid { 
    padding-left: 0;
    padding-right: 0;
  }
}


/*************************
*** Occasion Slideshow ***
*************************/

/* slideshow SEO */
#slideshow-wrapper {
  margin-top: 46px;
}
#gallery {
  text-align: left;
  position: relative;
  width: 320px;
  height: 240px;
  border: 1px solid #000000;
  overflow: hidden;
  line-height: normal;
}
#gallery a {
  float: left;
  position: absolute;
}
#gallery a img {
  width: 320px;
  height: 240px;
}
#gallery a.show {
  z-index: 500;
}
#gallery .caption {
  z-index: 600; 
  background-color: #3A6A92; 
  color: #FFFFFF;
  width: 320px; 
  position: absolute;
  bottom: 0px;
}
#gallery .caption .content {
  margin: 5px;
  color: #FFFFFF;
}
#gallery .caption .content h3 {
  margin: 0px;
  padding: 0px;
  font-size:16px;
  color: #FFFFFF;
  line-height: 20px
}

/* slideshow4 */
#scroller .nieuwbinnen h3 {
  margin:0;
  line-height: 20px;
}


/*************
*** Footer ***
*************/

/** Sticky Footer ***/
#footer {
  position: relative;
  height: auto;
  padding: 15px 0;
  background: #007bf8;
}

#footer a, #footer p{
  color: #fff;
}

@media (min-width: 767px) {
  body {
    margin-bottom: 60px; /* Margin bottom by footer height */
  }
  html {
    position: relative;
    min-height: 100%;
  }


  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    padding: 0;
  }
  #footer p {
    margin: 0;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #footer p {
    line-height: 30px;
    text-align: center;
  }
}

/*************
*** CUSTOM ***
*************/

.slogan {
  background: #007BF8;
  color: #fff;
  padding: 15px;
  font-size: 17px;
  text-align:center;
}

#main{
  margin-top: 30px;
}

#body.Home .panel-body{
  padding:0;
}

.img-Headerlogo{
  margin: 30px 0;
}

.cBg1{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: rgba(0,0,0,0.2);
}

.cMT1{
  padding-bottom: 30px;
  margin-top:60px;
}

.logos-block {
  margin-bottom: 40px;
}

.SubMenuBtn1{
  background-color: #007bf8;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  width: 100%;
}

#body.Home #__zf_merk, #body.Home #__zf_model{
  color: #000;
}

.partnered{
  max-height: 50px;
  min-height: 40px;
  height: 100%;
  max-width: 100px;
}
.subMenu h4{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.subMenu h4 small{
  color: #fff;
}
.subMenu{
  color: #fff;
  text-transform: uppercase;
  min-height: 240px;
  max-height: 250px;
  height: 100%;
  position: relative;
}
.subMenu1{
  background-image: url("//svl.autodealers.nl/upload/5026_Over_ons.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subMenu2{
  background-image: url("//svl.autodealers.nl/upload/5026_img_bmw.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subMenu3{
  background-image: url("//svl.autodealers.nl/upload/5026_Bosch_workshop_partner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#body.Home .glyphicon-ok{
  color: #007bf8;
  padding-right:10px;
}

.typeless{
  list-style-type: none;
  padding-left: 0;
}

.OpeningstijdenHome{
  background: #007bf8;
  padding: 30px 0;
}

.OpeningstijdenHome p{
  margin: 0;
}

/*************
*** Global ***
*************/

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

/* Others */
.full-width {
  width: 100%;
}


/*************
**** Home ****
*************/


#body.Home .btn.btn-primary {
  background: #286090;
  border: 1px solid #286090;
  color: #fff;
}

#body.Contact #main,
#body.Werkplaats #main{
  color: #000;
}

/****************
*** Occasions ***
****************/
/* Base colors*/
#body.autolijst_background a.btn-primary,
#body.autolijst_background a.btn-social,
#body.detail-view .label-primary {
  color: #fff;
}
#body.autolijst_background .well,
#body.autolijst_background .list-group,
#body.detail-view h3[itemprop="name"],
#body.detail-view p[itemprop="address"],
#body.detail-view span[itemprop="telephone"],
#body.detail-view .row.nav-bar {
  color: #000;
}

/* Secondary colors */
#body.autolijst_background ul.pagination a,
#body.autolijst_background .title,
#body.detail-view .bg-info {
  color: #286090;
}
#body.autolijst_background .pagination > .active > a,
#body.autolijst_background a.label.label-primary,
#body.autolijst_background a.btn-primary {
  background: #286090;
  border: 1px solid #286090;
  color: #fff;
}

#body.autolijst_background .popover-table {
  color: #000;
}

#body.autolijst_background .row.financiering {
  background: #fff;
} 

@media(max-width:767px) {
  #body.autolijst_background .auto-attributen .data-list-item-label {
    padding-left: 15px;
  }
}

/*********************
**** Werkplaats ******
*********************/
#body.Werkplaats #main p {
  color: #fff;
}

/**********************
*** Route & Contact ***
**********************/
#body.Contact .btn.btn-primary {
  background: #286090;
  border: 1px solid #286090;
  color: #fff;
}

#body.Contact #map {
  height: 400px;
}
#body.Contact #route {
  background: #fff;
}
/* de routebeschgrijving op mobiel valt buiten het scherm zonder */
#body.Contact .adp b, 
#body.Contact .adp-list b {
  display: inline-block; 
}
/* de prijs valt anders over de "bekijk deze auto" heen */
#body.Contact .adp-directions, 
#body.Contact .adp-summary 
{
  width:100%;
}

.SVGFB,
.SVGTW {
  width: 100%;
  max-width: 60px;
  height: 100%;
  max-height: 60px;
  background: #fff;
  border-radius: 11px;

}

@media (max-width: 767px){
  .img-Headerlogo {width: 100%;}
  .cMT1 .logos-block { display: none; }
  .cBg1 { border: none; background: none; }
  #footer{padding: 0;}
  .OpeningstijdenHome{margin-top: 15px;}
  .slogan-margins { margin-bottom: 50px; }
}

@media (min-width: 768px){
  .slogan-margins { margin-bottom: 50px; }
}

@media (min-width: 992px){
  .slogan-margins { margin-bottom: 50px; }
}

@media (min-width: 1200px){
  .slogan-margins { margin-bottom: 100px; }
}