/* 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');
.melding {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 0;
    font-size: 16px;
    color: #ff0000;
    z-index: 5;
    background: #242290;
    font-weight: bold;
}
html, body {
	background: #fff;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;

}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
p {
  line-height: 22px;
  margin: 0 0 22px 0;
  font-size: 17px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #3199c7;
  text-decoration: none;
}


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

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

#header .glyphicon {
	color: #3199c7;
}

/*****************
*** 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: none;
  border-radius: 0;
  border: none;
  z-index: 999;
  margin-top:20px;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #A9A9CC;
  text-align: center;
  font-size: 18px;
  transition:all 0.3s ease; /* Animate */
}
.navbar-default .navbar-nav > li:first-child a {
  border-left: none;
}
/* 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:none;
  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: 999;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #242290;
	border-bottom:1px solid #fff;
	
  }
  /* 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: #242290;
	border-bottom:1px solid #fff;
  }
  .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: #242290;
    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;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid { 
    padding-left: 0;
    padding-right: 0;
  }
}

/***************
*** Carousel ***
***************/

/* Carousel height */
#carousel-header {
  height: 190px;
  background-position: center center;
}
@media (min-width: 768px) {
  #carousel-header {
    height: 450px;
  }
}
@media (min-width: 992px) {
  #carousel-header {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 980px;
  }
}

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

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url('//svl.autodealers.nl/upload/1950_head.png');
  background-position: center center;
}
#carousel-header .carousel-inner .bg2 {
  background-image: url(//svl.autodealers.nl/upload/1950_head1.png);
  background-position: center center;
}
#carousel-header .carousel-inner .bg3 {
  background-image: url(//svl.autodealers.nl/upload/1950_head2.png);
  background-position: center 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);
  }
}


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

@media (min-width: 767px) {
  body {
    margin-bottom: 194px; /* Margin bottom by footer height */
  }
  html {
    position: relative;
    min-height: 100%;
  }
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 194px; /* Set the fixed height of the footer here */
    padding: 0;
	background-color:#242290;
	color:#9696AA;
  }
  #footer p {
    margin: 25px 0 0 0;
    line-height: 25px;
  }
  #footer a {
	  color:#fff;
  }
}
@media (max-width: 767px) {
  #footer p {
    line-height: 30px;
	color:#9696AA;
	margin:0;
  }
   #footer a {
	  color:#fff;
  }
   #footer {
	background-color:#242290;
  }
}

/*************
*** CUSTOM ***
*************/
#finnik-kentekenbox-container {margin-top: 14px;}


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

/* Bootstrap */
.bg-primary {
  background: #ecf0f1;
  color: #000;
}
a.btn-default {
  color: #000;
}

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

/*************
**** Wrapper ****
*************/
#header{
	background-color: #242290;
}
.logo{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.mid{
	padding-top:30px;
	padding-bottom:30px;
}
p.welkom {
    font-size: 60px;
    position: absolute;
    bottom: 500px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 35px;
    left: 107px;
	z-index:100;
}
#body.Home .foto1, .foto2, .foto3, .foto4{
	width:100%;
}
#body.Home .foto3, .foto4{
	padding-top:30px;
}
/*************
**** Home ****
*************/
#body.Home p.occ {
    position: absolute;
    font-size: 30px;
    bottom: -22px;
    background: rgba(0, 0, 0, 0.5);
    padding: 17px;
    text-align: center;
    width: 555px;
    color: #fff;
}
#body.Home p.occ:hover {
	background: rgba(0, 0, 0, 0.7);
}
.purpleback {
           background-color: rgba(27,26,91, 0.5);
    position: absolute;
    top: 857px;
    z-index: 200;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.purpleback h3,h2 {
  color:#fff;
}
.purpleback a {
 color:#fff; 
}
.uli{
 font-size: 17px; 
}
h2.export {
    color: #000;
    font-sizE: 30px;
}
#body.Home {}


/****************
*** 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: red;
}
#body.autolijst_background .pagination > .active > a,
#body.autolijst_background a.btn-primary {
	background: red;
	border: 1px solid red;
	color: #fff;
}


/**********************
*** Route & Contact ***
**********************/

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


/*******************
*** Mediaqueries ***
*******************/

/*** MIN ***/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.center-block-sm { margin: 0 auto; display: block; }
	.text-center-sm { text-align: center; }
	.text-right-sm { text-align: right; }
	.pull-right-sm { float: right; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.center-block-md { margin: 0 auto; display: block; }
	.text-center-md { text-align: center; }
	.text-right-md { text-align: right; }
	.pull-right-md { float: right; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.center-block-lg { margin: 0 auto; display: block; }
	.text-center-lg { text-align: center; }
	.text-right-lg { text-align: right; }
	.pull-right-lg { float: right; }
}

/*** MAX ***/

@media (max-width: 768px) {
	.center-block-sm-max { margin: 0 auto; display: block; }
	.text-center-sm-max { text-align: center; }
	.text-right-sm-max { text-align: right; }
	.pull-right-sm-max { float: right; }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.center-block-md-max { margin: 0 auto; display: block; }
	.text-center-md-max { text-align: center; }
	.text-right-md-max { text-align: right; }
	.pull-right-md-max { float: right; }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.center-block-lg-max { margin: 0 auto; display: block; }
	.text-center-lg-max { text-align: center; }
	.text-right-lg-max { text-align: right; }
	.pull-right-lg-max { float: right; }
}

@media (max-width: 1199px){
	p.welkom {
    font-size: 50px;
    position: absolute;
    bottom: 249px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 32px;
    left: 106px;
    z-index: 100;
}
.navbar-default .navbar-nav > li > a {
    font-size: 17px;
}
#body.Home p.occ {
    position: absolute;
    font-size: 25px;
    bottom: -22px;
    background: rgba(0, 0, 0, 0.5);
    padding: 17px;
    text-align: center;
    width: 455px;
    color: #fff;
}
  .purpleback {
       background-color: rgba(27,26,91, 0.5);
    position: absolute;
        top: 434px;
    z-index: 200;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
}
}

@media (max-width: 992px){
	p.welkom {
    font-size: 37px;
    left: 89px;
      bottom: 200px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding-left: 2px;
    padding-right: 2px;
}
#body.Home p.occ {
    position: absolute;
    font-size: 20px;
    width: 345px;
}
  .purpleback {
       background-color: rgba(27,26,91, 0.5);
    position: absolute;
    top: 326px;
    z-index: 200;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
}
}

@media (max-width: 767px){
#body.Home	.foto1, .foto2, .foto3, .foto4 {
    width: 289px;
	    margin-left: auto;
    margin-right: auto;
}
#body.Home p.occ {
    position: initial;
    font-size: 20px;
    width: 289px;
    margin-left: auto;
    background: black;
    margin-right: auto;
    padding: 8px;
}
#body.Home .foto3, .foto4 {
    padding-top: 0px;
}
p.welkom {
    font-size: 26px;
    left: 89px;
    bottom: 200px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    position: initial;
}
.navbar-default {
    margin-top: 0px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 17px;
    padding-left: 0px;
    padding-right: 0px;
}
  .purpleback {
       background-color: rgba(27,26,91, 0.5);
    position: initial;
    bottom: 0px;
    z-index: 200;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
}
}