/* 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: #EEEEEE;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Jura', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #336BFF;
}

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

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

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

h3 {
  font-size: 18px;
}

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

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #FF9633;
  font-weight: 700;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

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

@media (max-width: 767px) {
  .nare-luchtjeS-filmpje {
    width: 100%;
  }
}

#body.Home #slideshow7 .item-information {
  background: transparent;
  color: #336BFF;
  padding: 15px;
}
#body.Home .simply-scroll .simply-scroll-list > li {
  border: 1px solid #ff9633; 
}
#body.Home #slideshow7 .item-information h3.titel {
  color: #336BFF; 
  margin: 0 0 5px 0;
  font-weight: 400;
}
#body.Home #slideshow7 h4.prijs {
  color: #336BFF; 
  font-weight: 400;
}


ul.nav-justified {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.nav-justified>li {
  width: 19%;
  margin: 10px;
  margin-left: 0;
  border-left: 1px solid #FF9633;
}

@media (max-width: 767px) {
  #openingstijden2 ul.nav-justified {
    list-style-type: none;
    text-align: center;
  }
  .nav-justified>li {
    width: 70%;
  }
  #openingstijden2 .dag, #openingstijden2 .tijd {
    width: 130%;
  }
}
@media (min-width: 768px) {
  .nav-justified>li {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .nav-justified>li {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .nav-justified>li {
    width: 32%;
  }
}

#body.Home .simply-scroll-clip {
  z-index: 1;
}
.footer .input-group {
  z-index: 1;
}

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

.header {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
  width: 100%;
}

.nav-brand {
  display: inline-block;
  max-width: 90px;
}

.header .header-title {
  text-align: center;
  margin-top: 110px;
  text-shadow: 0px 2px 3px #000;
}

.header .header-title h2,
.header .header-title h3 {
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.header .header-title h2 {
  text-transform: uppercase;
  font-size: 27px;
  line-height: 30px;
}

.header .header-title h3 {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 37px;
  line-height: 37px;
}

/**********************
****** 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: #fff;
  text-align: center;
  font-weight: 700;
  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: #003de6;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

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

  .navbar-default .navbar-brand{
    padding: 15px 15px;
    font-weight: 400;
  }

  .navbar-default .navbar-brand img{
    max-width: 35px;
  }

  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
  }

  /* Background */
  .navbar-default .navbar-header {
    background: #336bff;
  }

  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #336bff;
  }

  .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: #336bff;
    color: #fff;
  }

  .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-nav {
    width: 100%;
    display: table;
  }

  .navbar-nav>li {
    float: none;
    display: table-cell;
  }

  .nav>li>a {
    padding: 12px 3px;
    line-height: 25px;
  }

  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

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

/* Carousel height */
#carousel-header {
  height: 150px;
  border-radius: 0;
}

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

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

@media (min-width: 1200px) {
  #carousel-header {
    height: 780px;
  }
}

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/2314_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 top;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  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 {
  background: url(//svl.autodealers.nl/upload/2314_Contact_BG_image.jpg) no-repeat center;
  background-size: cover;
}

.footer p:last-child {
  margin: 0;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

span.line {
  margin: 0 10px;
}

ul.footer-menu a {
  color: #336BFF;
}

.footer-sm a {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .footer-bottom {
    display: table;
    width: 100%;
  }

  .footer-bottom>p {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #336bff;
    font-size: 14px;
    line-height: 14px;
  }

  .footer-bottom>p:first-child {
    text-align: left;
  }

  .footer-bottom>p:last-child {
    text-align: right;
    border-right: 0;
  }
}

@media (min-width: 992px) {

  .footer-bottom>p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 1200px) {

  .footer-bottom>p:first-child {
    width: 410px;
  }
}

@media (min-width: 1350px) {

  .footer-bottom>p:first-child {
    width: 500px;
  }
}

@media (max-width: 767px) {

  .footer,
  .footer p {
    text-align: left;
  }

  .footer .custom-form {
    text-align: center;
  }
  .footer-bottom p {
    text-align: center;
  }

  .footer .content-text h3 {
    font-size: 18px;
  }

  .footer-bottom>p {
    margin: 0;
  }

  .footer .content-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .footer-sm {
    margin-top: 30px;
  }
}

/**********************
*** Custom Style ******
**********************/

.content-space-small,
.content-space {
  margin-top: 30px;
}

.blokken-container {
  max-width: 930px;
  margin: 0 auto;
}

.blokken-container .blokken-container-in {
  background: #fff;
}

.item-blok {
  padding: 60px 10px;
  text-align: center;
  height: 100%;
  border: 1px solid #ff9633;
}

.item-blok .icon {
  margin-bottom: 30px;
}

.item-blok .text h2 {
  font-size: 20px;
  color: #336BFF;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.item-blok .text p {
  margin: 0;
}

.content-text h1,
.content-text h2 {
  color: #336BFF;
  margin: 0 0 30px 0;
  font-size: 25px;
  text-transform: uppercase;
}

.content-text h3 {
  color: #336BFF;
  margin: 0 0 30px 0;
  font-size: 20px;
  text-transform: uppercase;
}

.content-text hr.line {
  margin: 0 0 30px 0;
  border-color: #FF9633;
}

.content-text p:last-child {
  margin-bottom: 0;
}

/* .beoordeling-home .beoordeling-img {
background: url(images/img_reviews.jpg) no-repeat center;
background-size: cover;
height: 100%;
margin: 0 -15px;
position: relative;
overflow: hidden;
} */

.beoordeling-home .beoordeling-img .triangle {
  background: #eee;
  transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  -webkit-transform: rotate(14deg);
  -o-transform: rotate(14deg);
  -moz-transform: rotate(14deg);
  width: 145px;
  height: calc(100% + 100px);
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.beoordeling-home .beoordeling-text {
  background: #fff;
  margin-right: -15px;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.beoordeling-home .beoordeling-text .triangle {
  background: #eee;
  transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  -webkit-transform: rotate(14deg);
  -o-transform: rotate(14deg);
  -moz-transform: rotate(14deg);
  width: 145px;
  height: calc(100% + 100px);
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.occasions-btn,
.beoordeling-btn {
  margin-top: 30px;
}

.custom-form .panel-body {
  padding: 0;
}

.custom-form .form-group .input-group {
  display: block;
}

.custom-form .form-group .input-group input {
  float: none;
  display: block;
  height: 40px;
  border: 1px solid #ff9633;
  color: #336bff;
}

.custom-form .form-group textarea {
  border-radius: 0;
  max-width: 100%;
  border: 1px solid #ff9633;
  color: #336bff;
}

.custom-form .form-group textarea::-webkit-input-placeholder,
.custom-form .form-group .input-group input::-webkit-input-placeholder {
  color: #336bff;
}

.custom-form .form-group textarea:-ms-input-placeholder,
.custom-form .form-group .input-group input:-ms-input-placeholder {
  color: #336bff;
}

.custom-form .form-group textarea::-ms-input-placeholder,
.custom-form .form-group .input-group input::-ms-input-placeholder {
  color: #336bff;
}

.custom-form .form-group textarea::placeholder,
.custom-form .form-group .input-group input::placeholder {
  color: #336bff;
}

.custom-form .form-group button {
  padding: 10px 30px;
  font-size: 16px;
  height: 50px;
}

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

.alert,
/* <-- WEGHALEN ALS JE DE WEBSITE IN HET CMS GAAT ZETTEN */
input[name="leegveld"] {
  /* <-- WEGHALEN ALS JE DE WEBSITE IN HET CMS GAAT ZETTEN */
  display: none;
  /* <-- WEGHALEN ALS JE DE WEBSITE IN HET CMS GAAT ZETTEN */
}

/* <-- WEGHALEN ALS JE DE WEBSITE IN HET CMS GAAT ZETTEN */

a.btn.btn-primary.btn-home {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
}

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: #336BFF;
  border-color: #336BFF;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

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

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

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

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

nav.right {
  border-bottom: 0;
}

nav.right ul {
  margin-bottom: 0;
}

a.photo-a,
img.img-rounded {
  border-radius: 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}

.marquee span {
  padding: 0 20px;
  Color: #ff0000;
  Font-size: 22px;
  white-space: nowrap;
}

/**********************
*** Style per pagina **
**********************/

/***************
***** Home *****
***************/
#body.Home {}


/***************
*** Occasions **
***************/
#body.autolijst_background span.title {
  color: #FF9633;
}

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


/***************
**** Inkoop ***
***************/
#body.Inkoop .input-group .form-control {
  z-index: 1;
}

@media (max-width: 374px) {
  #body.Inkoop input#inruilen_images {
    font-size: 13px;
  }
}


/***************
** Werkplaats **
***************/
#body.Werkplaats .input-group .form-control {
  z-index: 1;
}


/***************
**** Contact ***
***************/
#body.Contact .input-group .form-control {
  z-index: 1;
}

#body.Contact #map {
  height: 400px;
}

#body.Contact #route {
  background: #fff;
}

#body.Contact .adp b,
#body.Contact .adp-list b {
  display: inline-block;
}

#body.Contact .adp-directions,
#body.Contact .adp-summary {
  width: 100%;
}


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

/* tot Mobiel (col-xs) */
@media(max-width:767px) {
  .header .header-title {
    margin-top: 20px;
  }

  .item-blok {
    margin-bottom: -1px;
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
  }

  .beoordeling-home .beoordeling-img {
    height: 400px;
  }

  .beoordeling-home .beoordeling-text{
    margin-left: -15px;
  }
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {

  .content-space {
    margin-top: 60px;
  }

  .header .header-title {
    margin-top: 70px;
  }

  .header .header-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
  }

  .header .header-title h3 {
    font-size: 60px;
    line-height: 60px;
  }

  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .content-text h1,
  .content-text h2 {
    font-size: 26px;
  }

  .blokken-container-in {
    margin-top: -300px;
  }

  .blokken-container .blokken-container-in {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  }

  .blokken-container .col-xs-12:nth-child(3n+2) .item-blok {
    margin: 0 -10px;
  }

  .blokken-container .col-xs-12:nth-child(3n+1) .item-blok {
    margin-right: -21px;
  }

  .blokken-container .col-xs-12:nth-child(3n+3) .item-blok {
    margin-left: -21px;
  }

  .blokken-container .col-xs-12:nth-child(1n+4) .item-blok {
    margin-top: -1px;
    height: calc(100% + 1px);
  }

  .beoordeling-home .beoordeling-text {
    padding: 60px 0 60px 70px;
  }

  .beoordeling-home .beoordeling-img .triangle {
    right: -95px;
    top: 0;
  }

  .beoordeling-home .beoordeling-text .triangle {
    left: -111px;
    top: -40px;
  }

  .custom-form .form-group button {
    float: right;
  }
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {

  .content-space {
    margin-top: 90px;
  }

  .content-space-small {
    margin-top: 45px;
  }

  .header .header-title {
    margin-top: 80px;
  }

  .header .header-title h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
  }

  .header .header-title h3 {
    font-size: 80px;
    line-height: 80px;
  }

  .nav-brand {
    max-width: 110px;
  }

  .content-text h1,
  .content-text h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
  }

  .content-text hr.line {
    margin: 0 0 60px 0;
  }

  .blokken-container-in {
    margin-top: 0px;
  }

  .occasions-btn,
  .beoordeling-btn {
    margin-top: 60px;
  }

  .beoordeling-home .beoordeling-text {
    padding: 90px 0 90px 100px;
  }

  .beoordeling-home .beoordeling-img .triangle {
    right: -83px;
    top: 0;
  }

  .beoordeling-home .beoordeling-text .triangle {
    left: -100px;
    top: -40px;
  }
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {

  .content-space {
    margin-top: 120px;
  }

  .content-space-small {
    margin-top: 60px;
  }

  .header .header-title {
    margin-top: 110px;
  }

  .header .header-title h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
  }

  .header .header-title h3 {
    font-size: 100px;
    line-height: 100px;
  }

  .nav-brand {
    max-width: 130px;
  }

  .content-text h1,
  .content-text h2 {
    font-size: 30px;
  }

  .beoordeling-home .beoordeling-text {
    padding: 120px 0 120px 110px;
  }

  .beoordeling-home .beoordeling-img .triangle {
    right: -60px;
    top: 0;
  }

  .beoordeling-home .beoordeling-text .triangle {
    left: -92px;
    top: -40px;
  }
}