/* 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: #5f5f63;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
}

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

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

h3 {
  font-size: 18px;
}

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

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

/**********************
******** Loader *******
**********************/

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #0E3A48;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0E3A48 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 *************
******************************/

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

.navbar-brand {
  display: block;
}

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

/**********************
****** 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 {
  text-transform: uppercase;
  color: #5f5f63;
  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 {
  background-color: transparent;
  color: #A13125;
  font-weight: 600;
}

/* 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;
  margin-top: 13px;
}

@media (max-width: 767px) {

  /* Setup */
  body {
    padding-top: 59px
  }

  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    height: 60px;
  }

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

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

  .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: #535353;
    color: #fff;
    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 {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }

  .navbar-nav {
    width: 100%;
    display: table;
  }

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

  .nav>li>a {
    padding: 0 3px;
  }

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

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

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

/* Carousel height */

.Home #carousel-header {
  margin-bottom: 0; 
}


#carousel-header {
  margin-bottom: 30px;
  height: 360px;
  border-radius: 0;
}

.carousel-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}

.carousel-content>.container-fluid {
  width: 100%;
}

.carousel-text h2 {
  color: #fff;
  margin: 0;
  font-size: 25px;
  line-height: 25px;
}

.btn-primary.btn-home.carousel-btn {
  border-color: #000;
  margin-top: 25px;
  width: 100%;
  max-width: 290px;
  z-index: 3;
}

.carousel-btn-in .btn-primary.btn-home:hover {
  border-color: #000;
}

@media (min-width: 768px) {
  #carousel-header {
    margin-bottom: 60px;
    height: 680px;
  }

  .carousel-content {
    padding-bottom: 0;
  }

  .carousel-text h2 {
    font-size: 50px;
    line-height: 50px;
  }


}

@media (min-width: 992px) {
  #carousel-header {
    margin-bottom: 90px;
    height: 750px;
  }

  .carousel-text h2 {
    font-size: 60px;
    line-height: 60px;
  }


}

@media (min-width: 1200px) {
  #carousel-header {
    margin-bottom: 120px;
    height: 1080px;
  }

  .carousel-text h2 {
    font-size: 70px;
    line-height: 70px;
  }


}

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

.footer {
  background: url(//svl.autodealers.nl/upload/1843_img_bg-contact.jpg) no-repeat center;
  background-size: cover;
  color:#fff;
}

.footer p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

.tel-email {
  line-height: 25px;
}

.tel-email tr td:first-child {
  width: 55px;
}

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

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 290px;
}

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

.footer .custom-form .form-group {
  margin-bottom: 30px;
}

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

.footer .custom-form .input-group input,
.footer .custom-form .form-group textarea {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  padding-left: 0;
}

.footer .custom-form .input-group input::placeholder,
.footer .custom-form .form-group textarea::placeholder {
  color: #fff;
}

.footer .custom-form .input-group input {
  display: block;
  float: none;
  height: 40px;
}

.footer .custom-form .form-group textarea {
  min-height: 100px;
}

.footer .custom-form .form-group button {
  text-transform: uppercase;
  transition: ease-in-out all 0.3s;
  width: 100%;
  max-width: 290px;
  float: right;
  height: 60px;
}

.footer .custom-form .form-group.form-button::after {
  content: '';
  display: table;
  clear: both;
}

.maps {
  height: 225px;
}

@media (min-width: 768px) {

  .footer-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
  }

  table#openingstijden3 td:first-child {
    width: 95px;
  }
}

@media (min-width: 992px) {
  .footer-top .content-item {
    margin-bottom: 50px;
  }

  .custom-form .form-group {
    margin-bottom: 50px;
  }

  .maps {
    height: 325px;
  }

  .footer-in {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {

  .maps {
    height: 425px;
  }
}

@media (min-width: 1400px) {
  .footer-in {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-bottom p {
    text-align: center;
  }

  .footer-socials {
    margin-bottom: 30px;
  }
}

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


.werkplaats-afspraak-home {
  background: url(//svl.autodealers.nl/upload/1843_resp_Werkplaats_image.jpg) no-repeat center;
  background-size: cover;
}

.werkplaats-afspraak-home .custom-form {
  background: rgba(255, 255, 255, 0.80);
  padding: 30px 15px;
  margin: 0 -15px;
}

.werkplaats-afspraak-home .custom-form .custom-form-in {
  max-width: 610px;
  margin: 0 auto;
  color: #5f5f63;
}

.werkplaats-afspraak-home .custom-form .medium-title {
  color: #5f5f63;
}

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

.custom-form .content-text .small-title {
  color: #5f5f63;
}

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

.custom-form .input-group.select-group:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #5f5f63;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 3;
}

.custom-form .input-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-form .input-group select,
.custom-form .input-group input {
  display: block;
  float: none;
  background: transparent;
  color: #5f5f63;
  border: 0;
  border-bottom: 1px solid #5f5f63;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-form .form-group textarea {
  border-radius: 0;
  background: transparent;
  color: #5f5f63;
  border: 0;
  border-bottom: 1px solid #5f5f63;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
}

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

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

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

.custom-form .input-group input::placeholder,
.custom-form .form-group textarea::placeholder {
  color: #5f5f63;
}


@media(min-width:768px) {
  #fixed-icons .btn-group-custom {
    position: fixed;
    right: 0px;
    bottom: 400px;
    z-index: 999;
  }

  #fixed-icons a {
    background: #A13125;
    display: flex;
    height: 60px;
    width: 60px;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0px;
    border: none;
  }

  #fixed-icons img {
    max-height: 28px;
    max-width: 28px;
    margin: 0 auto;
    display: block;
  }

  #fixed-icons .btn-group,
  #fixed-icons .btn-group-custom {
    display: inline-block;
    vertical-align: middle;
  }

  #fixed-icons .btn-group-custom>.btn,
  #fixed-icons .btn-group-custom>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}

@media(max-width:767px) {
  body {
    margin-bottom: 61px;
  }

  #fixed-icons .btn-group-custom {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #000;
  }

  #fixed-icons img {
    display: block;
    margin: 0 auto;
    height: 30px;
    width: auto;
  }

  #fixed-icons div.btn-group:first-child {
    border-left: 0px;
  }

  #fixed-icons div.btn-group {
    border-left: 1px solid #000;
  }

  #fixed-icons div.btn-group a {
    display: block;
    width: 33%;
    text-align: center;
    float: left;
    padding: 15px 0px;
    border: none;
    border-radius: 0px;
    background: #A13125;
  }

  #fixed-icons .btn-group-custom {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }

  #fixed-icons .btn-group-custom>.btn,
  .btn-group-custom>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }

  #fixed-icons .btn-group-custom>.btn-group .btn {
    width: 100%;
  }

}

.occasions-bg {
  background: #F5F5F5;
}

.google-img {
  display: inline-block;
  text-align: center;
}

.bg-content {
  background: #5F5F63;
  color: #FFFFFF;
  margin-top: -1px;
}

.bg-content .content-text h3 {
  color: #FFFFFF;
}

.bg-content .content-item {
  border-color: #FFFFFF;
}

.content-item {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.content-item .content-text {
  margin-left: 30px;
  margin-top: 15px;
}

.content-text h1,
.content-text h2 {
  color: #343434;
  margin: 0 0 30px 0;
  font-size: 40px;
  line-height: 40px;
  border-bottom: 1px solid #343434;
  padding-bottom: 30px;
}

.content-text h3 {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

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

.home-slider {
  margin-bottom: 30px;
}

ul.search-filter-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.search-filter-horizontal li.search-filter-select {
  position: relative;
}

ul.search-filter-horizontal li.search-filter-select:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 15px;
  top: 21px;
}

ul.search-filter-horizontal li select,
ul.search-filter-horizontal li input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 60px;
  cursor: pointer;
}

ul.search-filter-horizontal li select {
  padding-left: 20px;
  background: #fff;
  border-color: transparent;
  color: #4A5660;
  border-width: 1px;
}

ul.search-filter-horizontal li select option {
  color: #000;
}

ul.search-filter-horizontal li span{
  background: #fff;
  border: #4A5660 1px solid;
  color: #4A5660;
  display: block;
  padding: 18px 0 18px 20px;
}

ul.search-filter-horizontal li #a___zf_transmissie{
  position: absolute;
  right: 11px;
  top: 17px;
  z-index: 1;
}

ul.search-filter-horizontal li input {
  text-transform: uppercase;
  padding: 0;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

.bg-beoordelingen {
  background: #5F5F63;
  color: #fff;
}

.bg-beoordelingen .content-text h2 {
  color: #fff;
  border-color: #fff;
}

.btn-beoordelingen {
  margin-top: 30px;
}

.btn-beoordelingen .btn-primary.btn-home {
  max-width: 290px;
  width: 100%;
  border-color: #5F5F63;
}

.btn-beoordelingen .btn-primary.btn-home:hover {
  border-color: #29322E;
}

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

div#slideshow9 .slideshow-content {
  padding: 30px 15px;
  background: #FFFFFF;
  color: #898989;
  font-size: 15px;
}

div#slideshow9 .slideshow9-blok {
  border: 0px;
}

div#slideshow9 h3.slideshow-titel {
  color: #343434;
  border-bottom: 1px solid #898989;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 20px;
}

div#slideshow9 table.slideshow-gegevens td {
  font-weight: normal;
}

div#slideshow9 table.slideshow-gegevens td:first-child {
  padding-right: 10px;
  font-weight: normal;
}

div#slideshow9 .slideshow-button {
  padding: 15px 30px;
  text-transform: unset;
  transition: ease-in-out all 0.3s;
  border-color: #fff;
}

div#slideshow9 span.item-prijs {
  font-family: 'Noto Serif', serif;
  color: #898989;
}

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

.btn-primary.btn-home {
  text-transform: uppercase;
  line-height: 24px;
  padding: 17px 30px;
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
input.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: #A13125;
  border-color: #fff;
  box-shadow: 5px 5px 0 0 #A13125;
  color: #FFFFFF;
  font-weight: 400;
  border-radius: 0;
  font-size: 16px;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover,
.pager li>a:hover,
.pager li>span:hover {
  background: #A13125;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 0 #A13125;
  color: #FFFFFF;
}

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

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

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

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: max-content;
  padding-left: 100%;
  will-change: transform;
  animation: marquee 22s 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;
  }
}

.beoordeling .beoordeling .gemiddelde .beoordelen {
  display: none;
}

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

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

/***************
*** Occasions **
***************/

#body.autolijst_background .advertisement.gallery-view .gal-prijs-bottom{
  position: relative !important;
  text-align: center;
}
#body.autolijst_background .advertisement.gallery-view .gal-btn-bottom a.btn-primary{
  width: 100%;
}

.bv-form,
#body.Zoekopdracht .well,
#body.Contact .well,
#body.Werkplaats .well,
#body.autolijst_background .nav-bar,
#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: #fff;
}

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

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

#body.autolijst_background #main h2,
#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #fff;
}

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

/* tot Mobiel (col-xs) */
@media(max-width:767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }

  .bg-content .content-item {
    margin-bottom: 30px;
  }

  ul.search-filter-horizontal li select {
    margin-top: 25px;
  }

  ul.search-filter-horizontal li input {
    margin-top: 25px;
  }
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .row-eq-height:after,
  .row-eq-height:before {
    display: none;
  }

  .row-eq-height.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
    transition: ease-in-out all 0.3s;
  }

  .nav-brand {
    display: block;
    max-width: 300px;
    margin: 0 auto 15px;
  }

  .nav-brand img{
    width: 100%;
  }

  .header.scroll {
    padding: 15px 0;
    background: #fff;
  }

  .header.scroll .nav-brand {
    max-width: 170px;
  }

  .content-space {
    padding: 25px 0;
  }

  .content-item {
    max-width: 610px;
  }

  .content-item.content-item-center {
    margin: 0 auto;
  }

  .content-item.content-item-right {
    margin: 0 0 0 auto;
  }

  .content-item .content-text {
    margin-left: 15px;
  }
}

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

  .content-space {
    padding: 37.5px 0;
  }

  .content-item {
    padding-bottom: 50px;
  }

  .content-item .content-text {
    margin-left: 30px;
  }

  .content-text h1,
  .content-text h2 {
    margin: 0 0 50px 0;
    padding-bottom: 50px;
  }

  .content-text h3 {
    margin: 0 0 50px 0;
  }

  .btn-beoordelingen {
    margin-top: 50px;
  }

  .home-slider {
    margin-bottom: 50px;
  }
}

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

  .navbar-default .navbar-nav>li>a {
    font-size: 13px;
  }

  .content-space {
    padding: 50px 0;
  }
}

@media(min-width: 1350px) {

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }
}

@media(min-width: 1500px) {

  .navbar-default .navbar-nav>li>a {
    font-size: 16px;
  }
}