/*Fonts*/
@font-face {
  font-family: 'LaneNarrowRegular';
  src: url('/Content/fonts/LANENAR_-webfont.eot');
  src: url('/Content/fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/LANENAR_-webfont.woff') format('woff'), url('/Content/fonts/LANENAR_-webfont.ttf') format('truetype'), url('/Content/fonts/LANENAR_-webfont.svg#LaneNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url('/Content/fonts/OpenSans-Light-webfont.eot');
  src: url('/Content/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/OpenSans-Light-webfont.woff') format('woff'), url('/Content/fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('/Content/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('/Content/fonts/OpenSans-Regular-webfont.eot');
  src: url('/Content/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/Content/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/Content/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLightItalic';
  src: url('/Content/fonts/OpenSans-LightItalic-webfont.eot');
  src: url('/Content/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('/Content/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('/Content/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url('/Content/fonts/OpenSans-Semibold-webfont.eot');
  src: url('/Content/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('/Content/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/Content/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('/Content/fonts/montserrat-light-webfont.woff') format('woff'), url('/Content/fonts/montserrat-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratthin';
  src: url('/Content/fonts/montserrat-thin-webfont.woff') format('woff'), url('/Content/fonts/montserrat-thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratsemibold';
  src: url('/Content/fonts/montserrat-semibold-webfont.woff') format('woff'), url('/Content/fonts/montserrat-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksandlight_italic';
  src: url('/Content/fonts/quicksand-lightitalic-webfont.woff') format('woff'), url('/Content/fonts/quicksand-lightitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksanditalic';
  src: url('/Content/fonts/quicksand-italic-webfont.woff') format('woff'), url('/Content/fonts/quicksand-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksandregular';
  src: url('/Content/fonts/quicksand-regular-webfont.woff') format('woff'), url('/Content/fonts/quicksand-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksandbold';
  src: url('/Content/fonts/quicksand-bold-webfont.woff') format('woff'), url('/Content/fonts/quicksand-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.transition {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.headerMenu {
  border-bottom: none !important;
}
.headerMenu .centerMenu .menu li a .fa-search {
  margin-right: 5px;
}
.navbar-toggle {
  float: left !important;
  padding-left: 15px;
}
/*#header {
    .container-fluid {
        .menu {
            a {
                @media @xl {
                    font-size: 19px;
                }

                @media @lg {
                    font-size: 17px;
                }

                @media @md {
                    font-size: 15px;
                }

                @media @sm {
                    font-size: 14px;
                    padding: 36px 6px 37px;
                }
            }
        }
    }
}*/
#dealers {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0;
}
#dealers .container {
  width: 100%;
}
#dealers .container .row {
  text-align: center;
  padding: 35px;
}
#dealers .container .row a.dealer {
  position: relative;
  float: none;
  display: inline-block;
  width: 350px;
  padding: 10px;
}
#dealers .container .row a.dealer .tekst {
  text-align: left;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #dealers .container .row a.dealer .tekst {
    padding: 20px;
  }
}
#dealers .container .row a.dealer .kilometer {
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 5px 20px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #4CCE7F;
  color: white;
  font-family: 'quicksandbold';
  font-weight: normal;
}
#dealers .container .row a.dealer .kilometer .fas {
  color: white;
  font-size: 15px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  #dealers .container .row a.dealer .kilometer {
    display: none;
  }
}
#dealers .container .row a.dealer .inner {
  border: solid #E5E5E5 1px;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealers .container .row a.dealer .inner {
    height: 165px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealers .container .row a.dealer .inner {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #dealers .container .row a.dealer .inner {
    border: none;
    border-bottom: solid #E5E5E5 1px !important;
    float: none;
  }
}
#dealers .container .row a.dealer .inner:hover {
  background-color: #F9F9F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #dealers .container .row a.dealer {
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #dealers .container .row a.dealer {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealers .container .row a.dealer {
    width: 280px;
  }
}
#dealers .container .row a.dealer:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #dealers .container .row {
    padding: 0;
  }
}
#dealers .container .row.manualzipcodecontainer {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0px;
}
#dealers .container .row.manualzipcodecontainer .validation-summary-errors {
  color: #350d11;
  margin: 0.5em 0;
}
#dealers .container .row.manualzipcodecontainer .validation-summary-errors > span {
  display: none;
}
#dealers .container .row.manualzipcodecontainer .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
#dealers .container .row.manualzipcodecontainer .validation-summary-errors ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: rgba(114, 28, 36, 0.3);
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-size: 13px;
}
#dealers .container .row.manualzipcodecontainer .validation-summary-errors ul li:nth-child(even) {
  background: rgba(114, 28, 36, 0.15);
}
#dealers .container .row.manualzipcodecontainer .field-validation-error {
  display: block;
  color: #350d11;
  margin: 0.5em 0 0 0;
  text-transform: uppercase;
  font-size: 13px;
}
#dealers .container .row.manualzipcodecontainer .row {
  float: left;
  width: 100%;
  position: relative;
  padding: 0.5em 0;
}
#dealers .container .row.manualzipcodecontainer .row:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
#dealers .container .row.manualzipcodecontainer .text {
  display: block;
}
#dealers .container .row.manualzipcodecontainer .text .zipcode-textvalue {
  position: relative;
  bottom: 0px;
}
#dealers .container .row.manualzipcodecontainer .text .chance-zipcode-form {
  float: left;
  z-index: 1;
  background: #F0F0F0;
  color: #6a7172;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  width: 100%;
  text-align: center;
}
#dealers .container .row.manualzipcodecontainer .text .chance-zipcode-form input[type="text"] {
  float: none;
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 8px;
  width: calc(35% - 5px);
  text-align: center;
  border: 0;
  background: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: none;
  line-height: 1em;
  height: 34px;
}
#dealers .container .row.manualzipcodecontainer .text .chance-zipcode-form input[type="text"]:focus {
  -webkit-box-shadow: 0 2px 2px #FFF;
          box-shadow: 0 2px 2px #FFF;
  outline: none;
}
#dealers .container .row.manualzipcodecontainer .text .chance-zipcode-form .button {
  padding: 5px 60px;
  float: none;
  display: inline-block;
  width: calc(35% - 5px);
}
#dealers .container .row.manualzipcodecontainer form {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #dealers .container .row.manualzipcodecontainer .text .chance-zipcode-form input[type="text"] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #dealers .container .row.manualzipcodecontainer .text .chance-zipcode-form .button {
    width: 100%;
    margin: 0;
  }
}
#dealers .container h1,
#dealers .container h2 {
  color: #C48E35;
  text-align: center;
  margin: 10px 0 0px 0;
  /*was margin: 10px 0 30px 0;*/
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #dealers .container h1,
  #dealers .container h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealers .container h1,
  #dealers .container h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealers .container h1,
  #dealers .container h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #dealers .container h1,
  #dealers .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #dealers .container h1,
  #dealers .container h2 {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealers .container h1,
  #dealers .container h2 {
    text-align: left;
    padding: 0 40px;
    margin-bottom: 10px;
  }
}
#dealers .container h4 {
  color: #707474;
  font-size: 22px;
  font-family: 'quicksandbold';
  font-weight: normal;
}
#dealers .container p {
  color: #3D3F3F;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #dealers .container p {
    margin-bottom: 2px;
    padding-top: 5px;
  }
}
#dealers .container span {
  color: #C48E35;
  font-size: 17px;
  cursor: pointer;
  text-decoration: underline;
  font-family: 'quicksandregular';
  font-weight: normal;
}
#dealers .container span .fas {
  color: #B6B8B8;
  font-size: 10px;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealers .container span {
    position: absolute;
    bottom: 30px;
  }
}
#about {
  background-color: #fefefe;
  margin-bottom: 70px;
}
#about .container {
  width: 100%;
}
#about .container .original {
  padding: 0 15px 0 30px;
}
#about .container .original .inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#about .container .original .tekst {
  padding: 30px 30px 0 30px;
  float: left;
  height: 540px;
}
#about .container .original .tekst span {
  color: #707474;
  font-size: 20px;
  font-family: QuicksandRegular;
}
#about .container .original .tekst h3 {
  color: #C48E35;
  font-size: 48px;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: QuicksandRegular;
}
#about .container .original .tekst p {
  color: #3D3F3F;
  font-size: 17px;
  font-family: QuicksandRegular;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #about .container .original .tekst p {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .original .tekst p {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .original .tekst p {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #about .container .original .tekst {
    height: auto;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .original .tekst {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .original .tekst {
    height: 310px;
    padding: 25px;
  }
}
#about .container .original .button {
  position: absolute;
  bottom: 50px;
  background-color: white;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #C48E35;
  padding: 13px 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
}
#about .container .original .button:hover {
  background-color: #6a7172;
  color: white;
  border: #6a7172 solid 1px;
}
@media only screen and (max-width: 767px) {
  #about .container .original .button {
    position: unset;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px !important;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .original .button {
    font-size: 16px !important;
    position: unset;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .original .button {
    position: absolute;
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #about .container .original {
    padding: 0;
  }
}
#about .container .contact {
  padding: 0 30px 0 15px;
}
#about .container .contact .inner {
  float: left;
  width: 100%;
}
#about .container .contact .tekst {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 65%;
  height: 250px;
  padding: 30px;
  color: #707474;
}
#about .container .contact .tekst h3 {
  color: #C48E35;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: QuicksandRegular;
}
#about .container .contact .tekst p {
  font-size: 17px;
}
#about .container .contact .tekst p a {
  color: #C48E35;
}
#about .container .contact .tekst p .fas {
  padding-right: 10px;
  color: #B6B8B8;
  font-size: 10px;
}
#about .container .contact .tekst .tekst2 p .title {
  color: #707474 !important;
}
#about .container .contact .tekst .tekst2 p i a {
  color: #C48E35 !important;
}
@media only screen and (max-width: 1500px) {
  #about .container .contact .tekst {
    width: 75%;
    padding: 20px !important;
  }
}
@media only screen and (max-width: 1220px) {
  #about .container .contact .tekst {
    width: 75%;
    padding: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .contact .tekst {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .contact .tekst {
    position: relative;
    height: auto;
    width: 100% !important;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .contact .tekst {
    height: 310px;
    position: relative;
    width: 100% !important;
    max-width: 100%;
    padding: 25px !important;
  }
}
#about .container .contact .button {
  background-color: #C48E35;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
  margin-top: 20px;
  border: none;
}
#about .container .contact .button .fas {
  font-size: 14px;
  padding-left: 10px;
}
#about .container .contact .button:hover {
  background-color: #6a7172;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .contact .button {
    position: absolute;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .contact .button {
    float: left;
  }
}
#about .container .contact .pijl {
  position: absolute;
  right: -27px;
  top: 40px;
  text-align: center;
  background-color: #C48E35;
  line-height: 54px;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#about .container .contact .pijl .fas {
  font-size: 20px;
  color: white;
}
#about .container .contact .pijl:hover {
  right: -32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .contact {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #about .container .contact {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container {
    background-color: #f9f9f9;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #about {
    margin-bottom: 0;
  }
}
.owl-carousel .owl-item img {
  width: auto;
  height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .buttonContainer {
    padding: 0px 20px 0 20px !important;
  }
}
#homeslider .buttonContainer .buttongroen {
  top: 3px;
}
@media only screen and (max-width: 767px) {
  #homeslider .buttonContainer .buttongroen .fas {
    font-size: 10px;
    margin: 0;
  }
}
#homeslider {
  margin-bottom: 10px;
}
#homeslider .container {
  width: 100%;
  height: 750px;
  background-color: #F9F9F9;
}
#homeslider .container .slider {
  padding: 75px 80px 0 80px;
}
#homeslider .container .slider .dots {
  bottom: 50px;
  position: absolute;
}
#homeslider .container .slider .dots .dot {
  border: 2px solid #ead7b8;
  background-color: white;
  height: 14px;
  width: 14px;
  display: inline-block;
  border-radius: 0px 7px 7px 7px;
  margin-right: 5px;
}
#homeslider .container .slider .dots .dot.active {
  background-color: #C48E35;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider .dots {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .dots {
    margin-bottom: 10px;
    position: unset;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .dots {
    margin-bottom: 30px;
    position: unset;
    bottom: auto;
  }
}
#homeslider .container .slider .inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#homeslider .container .slider .foto {
  overflow: hidden;
  background: none !important;
  height: unset !important;
}
#homeslider .container .slider .tekst {
  padding: 50px;
  float: left;
  height: 750px;
}
#homeslider .container .slider .tekst span {
  color: #707474;
  font-size: 20px;
  font-family: QuicksandRegular;
}
#homeslider .container .slider .tekst h3 {
  color: #C48E35;
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: QuicksandRegular;
}
#homeslider .container .slider .tekst p {
  color: #3D3F3F;
  font-size: 17px;
  font-family: QuicksandRegular;
  line-height: 26px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst p {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst p {
    padding: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst {
    height: auto;
  }
}
#homeslider .container .slider .tekst .button {
  background-color: white;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #C48E35;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
}
#homeslider .container .slider .tekst .button:hover {
  background-color: #6a7172;
  color: white;
  border: #6a7172 solid 1px;
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst .button {
    margin: 30px 0 0 0;
    padding: 10px !important;
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst .button {
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider .tekst .button {
    padding: 10px 20px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider .tekst {
    height: auto;
    padding: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst {
    padding: 20px !important;
  }
}
#homeslider .container .slider .alignbutton {
  text-align: center;
}
#homeslider .container .slider .alignbutton .buttongroen {
  position: relative;
  top: -28px;
  background-color: #4CCE7F;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
  border: none;
}
#homeslider .container .slider .alignbutton .buttongroen:hover {
  background-color: #6a7172;
  color: white;
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .alignbutton .buttongroen {
    width: 100%;
    top: -30px;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .alignbutton .buttongroen {
    width: 100%;
  }
}
#homeslider .container .slider .alignbutton .buttongroen .fas {
  color: white;
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .alignbutton {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .alignbutton {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #homeslider .container .slider {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider {
    padding: 0px 30px 0 30px;
    background-color: white;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider {
    background-color: white;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider {
    margin-bottom: 0px;
  }
}
#overons .container {
  width: 100%;
  padding-bottom: 80px;
  background-color: #F9F9F9;
}
#overons .container .slider {
  padding: 20px 80px 0 80px;
}
#overons .container .slider .inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#overons .container .slider .foto {
  background: url(/Content/images/overons.png);
  height: 750px;
}
#overons .container .slider .tekst {
  padding: 59px;
}
#overons .container .slider .tekst .inner {
  float: left;
  height: auto;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
#overons .container .slider .tekst .inner span {
  color: #C48E35;
  font-size: 18px;
  font-family: QuicksandBold;
  width: 100%;
}
#overons .container .slider .tekst .inner h1 {
  color: #C48E35;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: QuicksandRegular;
}
@media only screen and (max-width: 767px) {
  #overons .container .slider .tekst .inner h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #overons .container .slider .tekst .inner h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #overons .container .slider .tekst .inner h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #overons .container .slider .tekst .inner h1 {
    font-size: 42px;
  }
}
#overons .container .slider .tekst .inner p {
  color: #3D3F3F;
  font-family: QuicksandRegular;
  line-height: 26px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #overons .container .slider .tekst .inner p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #overons .container .slider .tekst .inner p {
    font-size: 15.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #overons .container .slider .tekst .inner p {
    font-size: 16.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #overons .container .slider .tekst .inner p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #overons .container .slider .tekst .inner p {
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #overons .container .slider .tekst .inner {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #overons .container .slider .tekst .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #overons .container .slider .tekst .inner {
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #overons .container .slider .tekst .inner {
    bottom: 30px;
  }
}
#overons .container .slider .tekst .buttonalign {
  margin-top: 40px;
  float: left;
}
#overons .container .slider .tekst .buttonalign .button {
  margin-top: 10px;
  background-color: white;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #C48E35;
  padding: 15px 40px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
}
#overons .container .slider .tekst .buttonalign .button .fas {
  font-size: 14px;
  color: #C48E35;
  padding-right: 8px;
}
#overons .container .slider .tekst .buttonalign .button:hover {
  background-color: #6a7172;
  color: white;
  border: #6a7172 solid 1px;
}
#overons .container .slider .tekst .buttonalign .button:hover .fas {
  color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #overons .container .slider .tekst .buttonalign {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #overons .container .slider .tekst .buttonalign {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #overons .container .slider .tekst .buttonalign {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #overons .container .slider .tekst {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #overons .container .slider {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #overons .container .slider {
    padding: 20px 30px 0 30px;
  }
}
#overons.instructievideos {
  float: left;
  width: 100%;
  padding-top: 40px;
}
#overons.instructievideos .container {
  background: white;
  padding-bottom: 50px;
}
#overons.instructievideos h1 {
  color: #C48E35;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #overons.instructievideos .container {
    padding: 0 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #overons.instructievideos {
    padding-top: 10px;
  }
  #overons.instructievideos .container {
    padding: 0 20px 25px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #overons {
    margin-bottom: 0px;
  }
}
#instructievideos {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
#instructievideos .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 10px;
}
#instructievideos .item {
  padding: 10px;
  display: block;
  float: left;
}
#instructievideos .item .inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border: 1px solid #ccc;
}
#instructievideos .item .inner .fancybox .image {
  position: relative;
}
#instructievideos .item .inner .fancybox .image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#instructievideos .item .inner .fancybox .image .holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
#instructievideos .item .inner .fancybox .image:before {
  content: url('/Content/images/playbutton.png');
  height: 78px;
  width: 78px;
  margin-top: -38px;
  margin-left: -38px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}
#instructievideos .item .inner .fancybox .image:hover:before {
  background-color: rgba(122, 122, 122, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 64px #7a7a7a;
          box-shadow: 0 0 64px #7a7a7a;
}
#instructievideos .item .inner .video {
  display: none;
}
#instructievideos .item .inner .video iframe {
  width: 100%;
  height: 100%;
}
#instructievideos .item .inner .tekst {
  padding: 20px 25px;
}
#instructievideos .item .inner .tekst h3 {
  color: #C48E35;
  margin: 0 0 15px;
  font-weight: 900;
}
#instructievideos .item .inner .tekst p {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #instructievideos {
    padding: 0 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #instructievideos {
    padding: 0 10px 30px;
  }
  #instructievideos .filter {
    padding: 0 10px 10px;
  }
  #instructievideos .item .inner .tekst {
    height: auto !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .fancybox-slide .video {
    width: 60% !important;
    height: 80% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .fancybox-slide .video {
    width: 70% !important;
    height: 80% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fancybox-slide .video {
    width: 95% !important;
    height: 70% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-slide .video {
    width: 95% !important;
    height: 60% !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .fancybox-slide .video {
    width: 95% !important;
    height: 40% !important;
  }
}
#overonscontent {
  background-color: white;
  float: left;
}
#overonscontent .container {
  width: 100%;
}
#overonscontent .container .tekst {
  padding: 60px 0;
  font-family: 'quicksandregular' !important;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #3D3F3F;
}
#overonscontent .container .tekst p {
  line-height: 24px;
  font-family: 'quicksandregular' !important;
}
@media only screen and (max-width: 767px) {
  #overonscontent .container .tekst p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #overonscontent .container .tekst {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #overonscontent .container .tekst {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #overonscontent {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #overonscontent {
    padding: 60px 40px 40px 40px;
  }
}
#dealersheader .container {
  width: 100%;
}
#dealersheader .container .inner .tekst {
  padding: 60px;
}
#dealersheader .container .inner .tekst h3 {
  color: #C48E35;
  padding-bottom: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 36px;
  }
}
#dealersheader .container .inner .tekst p {
  font-size: 17px;
  color: #3D3F3F;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst p {
    padding-bottom: 20px;
  }
}
#dealersheader .container .inner .tekst .buttons {
  float: left;
  width: 100%;
  /*span {
                        font-size: 17px;
                        color: #3D3F3F;
                        padding-top: 30px;
                    }

                    .btn {
                        padding: 8px 30px;
                        border-radius: 19px;
                        font-size: 15px;
                        border: 1px solid #E5E5E5;
                        background-color: white;
                        float: left;
                        color: #C48E35;
                        margin: 10px 10px 0 0;
                        text-decoration: none;

                        &:hover {
                            background-color: #C48E35;
                            color: white;
                            text-decoration: none;
                        }

                        @media @xs {
                            width: 100%;
                            text-align: center;
                        }
                    }*/
}
#dealersheader .container .inner .tekst .buttons h2 {
  margin-bottom: 0;
  float: left;
  width: 100%;
}
#dealersheader .container .inner .tekst .buttons ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
  margin: 0;
  float: left;
  width: 100%;
}
#dealersheader .container .inner .tekst .buttons ul li a {
  float: left;
  padding: 8px 30px;
  border-radius: 19px;
  font-size: 15px;
  border: 1px solid #E5E5E5;
  background-color: white;
  color: #C48E35 !important;
  margin: 10px 10px 0 0;
  text-decoration: none;
  display: block;
}
#dealersheader .container .inner .tekst .buttons ul li a:hover {
  background-color: #C48E35;
  color: white !important;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst .buttons ul li a {
    width: 100%;
    text-align: center;
  }
}
#dealersheader .container .inner .tekst .buttons ul li h2 {
  color: #3D3F3F;
  font-size: 17px;
  display: inline-block;
  width: -webkit-fill-available;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst {
    padding: 30px 15px;
  }
}
#dealersheader .container .inner .map {
  height: 735px;
}
#dealersvakken {
  background-color: #F9F9F9;
  padding-bottom: 0;
}
#dealersvakken h1 {
  color: #C48E35;
  text-align: center;
  margin: 80px 0 40px 0;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #dealersvakken h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealersvakken h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealersvakken h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #dealersvakken h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealersvakken h1 {
    padding: 0 40px;
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #dealersvakken h1 {
    margin: 0px;
    padding: 30px;
  }
}
#dealersvakken .container {
  width: 100%;
  padding: 80px 80px 50px 80px;
}
#dealersvakken .container .row .dealer {
  display: inline-block;
  padding: 20px;
  /*.tekst {
                    text-align: left;
                    padding: 20px;

                    @media @xs {
                        padding: 20px;
                    }
                }*/
}
#dealersvakken .container .row .dealer .kilometer {
  position: absolute;
  top: 5px;
  right: 15px;
  padding: 6px 20px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #4CCE7F;
  color: white;
  font-weight: 600;
  z-index: 99;
}
#dealersvakken .container .row .dealer .kilometer .fas {
  color: white;
  font-size: 15px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  #dealersvakken .container .row .dealer .kilometer {
    display: none;
  }
}
#dealersvakken .container .row .dealer .inner {
  border: solid #E5E5E5 1px;
  float: left;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  #dealersvakken .container .row .dealer .inner {
    border: none;
    border-bottom: solid #E5E5E5 1px !important;
    float: none;
  }
}
#dealersvakken .container .row .dealer .inner:hover {
  background-color: #F9F9F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #dealersvakken .container .row .dealer {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #dealersvakken .container .row .dealer {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealersvakken .container .row .dealer {
    padding-bottom: 20px;
  }
}
#dealersvakken .container .row .dealer:hover {
  text-decoration: none;
}
#dealersvakken .container h4 {
  color: #707474;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #dealersvakken .container h4 {
    margin-top: 5px;
  }
}
#dealersvakken .container h6 {
  font-size: 17px;
  margin: 0;
  color: #707474;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1680px) {
  #dealersvakken .container h6 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #dealersvakken .container h6 {
    position: unset;
  }
}
#dealersvakken .container p {
  color: #3D3F3F;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
}
#dealersvakken .container span {
  color: #C48E35;
  font-size: 15px;
  cursor: pointer;
  text-decoration: underline;
  float: right;
}
#dealersvakken .container span .fas {
  color: #B6B8B8;
  font-size: 10px;
  padding: 0 0 0 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealersvakken .container span {
    font-size: 15px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #dealersvakken .container span {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #dealersvakken .container {
    padding: 0;
  }
}
#mapdealerdetail {
  width: 100%;
  float: left;
}
#mapdealerdetail .container {
  width: 100%;
}
#mapdealerdetail .container .inner {
  position: relative;
}
#mapdealerdetail .container .inner .foto {
  height: 550px;
  width: 100%;
  position: relative;
}
#mapdealerdetail .container .inner .foto #google-maps-holder {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
}
#mapdealerdetail .container .inner .vak .tekst {
  text-align: left;
  border: solid #E5E5E5 1px;
  float: left;
  width: 570px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: -100px;
  padding: 40px;
  height: auto;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mapdealerdetail .container .inner .vak .tekst {
    position: unset;
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mapdealerdetail .container .inner .vak .tekst {
    position: unset;
    width: 100%;
    top: unset;
    right: 20px;
    background-color: #F9F9F9;
  }
}
@media only screen and (max-width: 767px) {
  #mapdealerdetail .container .inner .vak .tekst {
    position: unset;
    width: 100%;
    top: unset;
    padding: 15px;
  }
}
#mapdealerdetail .container .inner .vak .kilometer {
  position: absolute;
  top: -15px;
  right: 10px;
  padding: 8px 22px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #4CCE7F;
  color: white;
  z-index: 1000;
  font-family: 'quicksandbold';
  font-weight: normal;
}
#mapdealerdetail .container .inner .vak .kilometer .fas {
  color: white;
  font-size: 15px;
  padding-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mapdealerdetail .container .inner .vak .kilometer {
    position: absolute;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mapdealerdetail .container .inner .vak .kilometer {
    position: absolute;
    top: 20px;
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #mapdealerdetail .container .inner .vak .kilometer {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mapdealerdetail .container .inner .vak {
    padding: 40px;
  }
}
#mapdealerdetail .container .inner .vak .tabRow .right {
  font-size: 17px;
}
#mapdealerdetail .container .inner .vak .tabRow .right a {
  color: #C48E35;
  text-decoration: underline;
  font-size: 17px;
}
#mapdealerdetail .container .inner .vak .tabRow .left {
  font-size: 17px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #mapdealerdetail .container .inner .vak .tabRow {
    padding-bottom: 10px;
  }
}
#mapdealerdetail h1 {
  color: #C48E35;
  font-size: 36px;
  text-align: center;
  margin: 80px 0 40px 0;
  font-weight: normal;
}
#mapdealerdetail h4 {
  color: #C48E35;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #mapdealerdetail h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mapdealerdetail h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mapdealerdetail h4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #mapdealerdetail h4 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #mapdealerdetail h4 {
    padding-top: 10px;
  }
}
#mapdealerdetail h6 {
  font-size: 17px;
  margin: 0;
  color: #707474;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #mapdealerdetail h6 {
    width: 100%;
  }
}
#mapdealerdetail p {
  font-weight: lighter;
  color: #3D3F3F;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #mapdealerdetail p {
    padding-bottom: 10px;
  }
}
#mapdealerdetail span {
  color: #333;
  font-size: 17px;
  float: left;
  padding-right: 4px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #mapdealerdetail span {
    padding-bottom: 10px;
    width: 100%;
    float: left;
  }
}
#mapdealerdetail span {
  color: #333;
  font-size: 17px;
  float: left;
  padding-right: 4px;
  display: inline-block;
}
#mapdealerdetail span .fas {
  color: #B6B8B8;
  font-size: 10px;
  padding: 0 0 0 20px;
}
#dealerdetailcontent {
  float: left;
  width: 100%;
}
#dealerdetailcontent .container {
  float: left;
  width: 100%;
}
#dealerdetailcontent .container .inner {
  text-align: center;
  padding: 95px;
}
#dealerdetailcontent .container .inner .btn {
  background-color: white;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #C48E35;
  padding: 8px 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
}
#dealerdetailcontent .container .inner .btn:hover {
  background-color: #6a7172;
  color: white;
  border: #6a7172 solid 1px;
}
@media only screen and (max-width: 767px) {
  #dealerdetailcontent .container .inner .btn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealerdetailcontent .container .inner {
    padding: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealerdetailcontent .container .inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #dealerdetailcontent .container .inner {
    padding: 40px 20px;
    font-size: 15px;
  }
}
#footer {
  float: left;
  width: 100%;
}
#footer .container-fluid {
  background-color: none !important;
}
/*.knopjes {
    width: 100%;
    padding: 20px 30px 40px 30px;
    background-color: red;

    #montagetekeningenformulier {
        .dropdown dt {
        }
    }

    .postcode {
        line-height: 39px;
        padding: 0 20px;
        color: #707474;
        background: #FFFFFF;
        position: relative;
        float: left;
        border-radius: 4px;
        margin-right: 10px;

        @media @xs {
            width: 100%;
            margin-bottom: 0;
        }
    }

    .montagetekeningen {
        width: auto;
        height: 40px;
        line-height: 39px;
        padding: 0 10px;
        color: #707474;
        background: #FFFFFF;
        position: relative;
        margin-right: 10px;

        @media only screen and (max-width: 1270px) {
            width: 35%;
            margin-right: 0;
        }

        @media @sm {
            width: 100%;
            float: left;
        }

        @media @xs {
            width: 100%;
            float: none;
            float: left;
        }
    }

    .search {
        color: @color_3;
        border: none;
        background: #C48E35;
        cursor: pointer;
        .QuicksandBold;
        border-radius: 4px;
        padding: 10px 60px;

        &:hover {
            background: @logo-grey;
        }

        @media @md {
            width: auto;
            float: none
        }

        @media @xs {
            width: 100%;
            margin-top: 5px;
            float: left;
        }
    }

    .dropdown {
        float: none;

        dt {
            a {
                @media only screen and (max-width: 1270px) {
                    width: 350px;
                    margin-top: 5px;
                    margin-right: 0;
                }

                @media @xs {
                    width: 100%;
                }
            }
        }

        @media @xs {
            float: left;
            margin-bottom: 10px;
        }
    }

    @media only screen and (max-width: 1270px) {
        padding: 5px 30px 0px 30px;
    }

    @media @xs {
        padding: 15px;
    }
}*/
@media only screen and (max-width: 767px) {
  #lineOverview .filter .container .title h2 {
    padding-top: 0;
  }
}
#lineOverview .filter .container .herstel a .fas {
  padding-right: 20px;
}
#lineOverview .filter .container .option .inner .slidewidth .title {
  left: -20px;
  top: -3px;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #lineOverview .filter .container .option .inner .slidewidth .title {
    position: unset;
    margin-bottom: 5px;
  }
}
#lineOverview .filter .container .option .inner .slidedepth .title {
  left: -15px;
  top: -3px;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #lineOverview .filter .container .option .inner .slidedepth .title {
    position: unset;
    margin-bottom: 5px;
  }
}
#lineOverview .filter .container .option .inner .dropdown .title {
  left: 20px;
  top: 5px;
}
#lineOverview .filter .container .option .inner .dropdown .form-select {
  position: relative;
  padding: 6px 30px 6px 15px;
  text-align: left;
  line-height: 1.5;
  height: 47px;
  border-radius: 4px;
  float: right;
  border: 1px solid #ccc;
  background: #F9F9F9;
  font-weight: normal;
  color: #2b2b2b;
  width: 65%;
}
#brochurecontent {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #brochurecontent h1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochurecontent h1 {
    font-size: 23.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochurecontent h1 {
    font-size: 26.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #brochurecontent h1 {
    font-size: 30px;
  }
}
#brochurecontent .container {
  padding: 40px;
  margin: 0;
  width: 100%;
}
#brochurecontent .container .yellowButton {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px 20px 2px !important;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  font-family: QuicksandBold;
  background: #bd8b40;
}
#brochurecontent .container .yellowButton:hover {
  background: #6a7172;
}
#primabadtekst .container h1 {
  padding-bottom: 30px;
  color: #707474;
}
@media only screen and (max-width: 767px) {
  #primabadtekst .container h1 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #primabadtekst .container h1 {
    font-size: 15.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #primabadtekst .container h1 {
    font-size: 17.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #primabadtekst .container h1 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  #primabadtekst .container .button {
    padding: 10px 6px !important;
  }
}
#contactslider {
  background-color: #fefefe;
  margin-bottom: 10px;
}
#contactslider .container {
  width: 100%;
  height: 820px;
  background: url("/Content/images/overons.png") no-repeat;
  background-size: 100%;
}
#contactslider .container .slider {
  padding: 80px 80px 0 80px;
}
#contactslider .container .slider .inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#contactslider .container .slider .foto {
  background: url(/Content/images/map3.png) no-repeat;
  height: 750px;
}
#contactslider .container .slider .tekst {
  padding: 60px 30px 60px 40px;
  float: left;
  height: auto;
}
#contactslider .container .slider .tekst span {
  color: #707474 !important;
  font-size: 20px;
  font-family: QuicksandRegular;
}
#contactslider .container .slider .tekst h3 {
  color: #C48E35;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst h3 {
    font-size: 30.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .tekst h3 {
    font-size: 33.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactslider .container .slider .tekst h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst h3 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst h3 {
    padding-left: 30px;
  }
}
#contactslider .container .slider .tekst .fa-map-marker {
  color: #C48E35;
  margin-left: 10px;
  position: absolute;
  left: 32px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst .fa-map-marker {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .fa-map-marker {
    font-size: 30.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .tekst .fa-map-marker {
    font-size: 33.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactslider .container .slider .tekst .fa-map-marker {
    font-size: 36px;
  }
}
#contactslider .container .slider .tekst .fa-map-marker a {
  color: white;
  position: absolute;
  font-family: Quicksand;
  font-size: 17px;
  margin-left: -18px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .fa-map-marker a {
    margin-left: -16px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst .fa-map-marker a {
    margin-left: -16px;
    margin-top: 1px;
  }
}
#contactslider .container .slider .tekst .fa-map-marker a:hover {
  text-decoration: none;
}
#contactslider .container .slider .tekst .fa-map-marker.greenmarker {
  color: #4CCE7F;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .tekst .fa-map-marker.greenmarker a {
    margin-left: -18px;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .fa-map-marker.greenmarker a {
    margin-left: -17px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst .fa-map-marker.greenmarker a {
    margin-left: -16px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .fa-map-marker.greenmarker {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .fa-map-marker {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst .fa-map-marker {
    left: 20px !important;
  }
}
#contactslider .container .slider .tekst h2 {
  font-family: 'quicksandbold';
  font-weight: normal;
  color: #707474;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .tekst h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactslider .container .slider .tekst h2 {
    font-size: 22px;
  }
}
#contactslider .container .slider .tekst p {
  color: #3D3F3F;
  font-size: 17px;
  font-family: 'quicksandregular';
  font-weight: normal;
  line-height: 24px;
  padding: 5px 0 10px 0;
}
#contactslider .container .slider .tekst .fa-car {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst .fa-car {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .fa-car {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .tekst .fa-car {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactslider .container .slider .tekst .fa-car {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst {
    height: auto;
  }
}
#contactslider .container .slider .tekst .button {
  background-color: #FFFFFF;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #C48E35;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst .button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .button {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .tekst .button {
    font-size: 16.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactslider .container .slider .tekst .button {
    font-size: 18px;
  }
}
#contactslider .container .slider .tekst .button:hover {
  background-color: #707474;
  color: #FFFFFF;
  border: #6a7172 solid 1px;
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst .button {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst .button {
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .tekst .button {
    padding: 10px 20px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst {
    padding: 40px 0px 20px 90px;
  }
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .tekst {
    padding: 20px 50px 30px 50px;
  }
}
#contactslider .container .slider .alignbutton {
  text-align: center;
}
#contactslider .container .slider .alignbutton .buttongroen {
  position: relative;
  top: -30px;
  background-color: #4CCE7F;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
  border: none;
}
#contactslider .container .slider .alignbutton .buttongroen:hover {
  background-color: #6a7172;
  color: white;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .alignbutton .buttongroen {
    width: 100%;
  }
}
#contactslider .container .slider .alignbutton .buttongroen .fas {
  color: white;
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .alignbutton {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #contactslider .container .slider {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider {
    padding: 50px 30px 0 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider {
    margin-bottom: 20px;
  }
}
#contactform2 .container {
  padding: 150px 0 80px 0 !important;
}
#contactform2 .container h1 {
  color: #C48E35;
  margin-top: 5px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactform2 .container h1 {
    font-size: 36px;
  }
}
#contactform2 .container .intro {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .intro {
    margin-bottom: 20px;
  }
}
#contactform2 .container .contactFormulier2 .inner .row .right span label {
  padding-right: 20px;
}
#contactform2 .container p {
  color: #3D3F3F;
  font-size: 17px;
  font-family: 'quicksandregular';
  font-weight: normal;
  line-height: 24px;
  padding: 5px 0;
  margin-bottom: 0px;
}
#contactform2 .container p a i {
  color: #B6B8B8;
  padding-right: 5px;
}
#contactform2 .container span {
  color: #3D3F3F;
  font-size: 15px;
  font-family: 'quicksandregular';
  font-weight: normal;
  line-height: 24px;
  padding: 5px 0;
  padding-bottom: 20px;
}
#contactform2 .container .row {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
#contactform2 .container .left {
  width: 22%;
  text-align: right;
  margin-right: 30px;
  float: left;
  line-height: 40px;
  min-height: 1px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .left {
    width: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .left {
    width: 19%;
  }
}
#contactform2 .container .right {
  width: 73%;
  float: left;
  min-height: 1px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .right {
    width: 100%;
  }
}
#contactform2 .container .right .input.wide335,
#contactform2 .container .right textarea.wide335 {
  width: 100%;
}
#contactform2 .container .required {
  color: #bd8b40;
  font: 24px 'LaneNarrowRegular', Verdana, sans-serif;
  position: absolute;
  left: -21px;
  top: 4px;
}
#contactform2 .container textarea.wide335 {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container textarea.wide335 {
    width: 100%;
  }
}
#contactform2 .container .formButton {
  margin-top: 5px;
  background: #bd8b40;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'quicksandbold';
  font-weight: normal;
  text-transform: none;
  height: unset;
}
#contactform2 .container .formButton:hover {
  background: #6a7172;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .links {
    padding: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container .links {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .links {
    padding: 50px;
  }
}
#contactform2 .container .links .contactFormulier2 .intro {
  margin-bottom: 40px;
}
#contactform2 .container .rechts .brochurebtn {
  background-color: #4CCE7F;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  padding: 10px 100px;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px 20px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  font-family: QuicksandBold;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .rechts .brochurebtn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container .rechts .brochurebtn {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .rechts .brochurebtn {
    font-size: 16.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactform2 .container .rechts .brochurebtn {
    font-size: 18px;
  }
}
#contactform2 .container .rechts .brochurebtn:hover {
  background-color: #707474;
  color: #FFFFFF;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .rechts .brochurebtn {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .rechts .brochurebtn {
    font-size: 16px !important;
    margin-bottom: 30px;
    width: unset;
    margin-top: 10px;
  }
}
#contactform2 .container .rechts .darkButtons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contactform2 .container .rechts a.slideButton {
  text-decoration: none;
  width: 100%;
  font-family: quicksandbold;
  border-bottom: 2px solid #E5E5E5;
  padding: 30px 20px 20px 0px;
  color: #C48E35;
  display: block;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .rechts a.slideButton {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container .rechts a.slideButton {
    font-size: 16.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .rechts a.slideButton {
    font-size: 17.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactform2 .container .rechts a.slideButton {
    font-size: 18px;
  }
}
#contactform2 .container .rechts .plus,
#contactform2 .container .rechts .min {
  float: right;
  /*background: url("/Content/images/icons/plus.png") no-repeat;*/
  margin-top: 10px;
}
#contactform2 .container .rechts .min {
  display: none;
}
#contactform2 .container .rechts.active .plus {
  display: none;
}
#contactform2 .container .rechts.active .min {
  display: block;
}
#contactform2 .container .rechts.active h3 {
  color: #C48E35;
}
#contactform2 .container .rechts .content {
  padding: 20px 0 0;
}
#contactform2 .container .rechts .white {
  color: #3D3F3F !important;
}
#contactform2 .container .rechts .tekst {
  padding: 10px 0 15px 0;
}
#contactform2 .container .rechts .tekst p {
  font-size: 17px;
  color: #3D3F3F;
  line-height: 20px;
}
#contactform2 .container .rechts .tekst a {
  font-size: 17px;
  color: #C48E35;
  text-decoration: underline;
  padding-top: 3px;
}
#contactform2 .container .rechts .info {
  padding: 40px;
  border: 1px solid #E5E5E5;
  margin: 20px 0;
  float: left;
}
#contactform2 .container .rechts .info h2 {
  color: #707474;
  font-family: quicksandbold;
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .rechts .info h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container .rechts .info h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .rechts .info h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #contactform2 .container .rechts .info h2 {
    font-size: 22px;
  }
}
#contactform2 .container .rechts .info span {
  font-size: 22px;
  color: #707474;
  font-weight: 700;
}
#contactform2 .container .rechts .info p {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .rechts .info {
    padding: 20px;
  }
}
#contactform2 .container .contactFormulier2 label {
  padding-right: 20px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container {
    padding: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #contactform2 .container {
    padding: 30px 15px 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .rechts .brochurebtn {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .rechts .brochurebtn {
    padding: 10px !important;
  }
}
#primabadtekst .container .primabad .button {
  font-family: 'quicksandbold';
  font-weight: normal;
  font-size: 18px;
}
section#serieDetailSlider .container .slider .inner .tekst h1 {
  margin-top: 10px !important;
}
#contactslider .container .slider .inner .tekst h4 {
  font-family: 'quicksandbold';
  font-weight: normal;
  color: #707474;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #homepageBanners .container-fluid {
    float: left;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
  }
  #homepageBanners .banner {
    margin: 0;
    padding: 20px;
    text-decoration: none;
  }
  #homepageBanners .banner .inner .overlay .button3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .rechts {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .rechts {
    padding: 0 50px;
  }
}
#contactform2 .container .rechts .darkButtons ul li .brochurebtn {
  padding: 15px 0;
  margin-bottom: 5px !important;
}
#contactform2 .container .rechts .darkButtons ul li .brochurebtn .fas {
  padding-right: 10px;
}
section#faq .container .tags .alt li .filtersOff {
  font-size: 15px;
}
section#faq .container .tags .alt li .filtersOff .fa-times {
  color: #B6B8B8 !important;
  font-size: 10px;
}
#info .container-fluid p i {
  color: #B6B8B8 !important;
  font-size: 17px;
}
#info .container-fluid .subtekst {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  section#primabadtekst .container .primabad {
    padding: 35px 20px !important;
  }
  section#primabadtekst .container .primabad .slogan h1 {
    font-size: 20px;
    margin: 0;
  }
  section#primabadtekst .container .primabad .slogan p {
    margin: 0;
  }
}
section#dealer {
  width: unset;
  float: left;
}
section#dealer .container {
  padding: 60px 0px;
  text-align: center;
}
section#dealer .container .inner {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
section#dealer .container .inner h2 {
  font-family: 'quicksandbold';
  font-weight: normal;
  color: #707474;
}
@media only screen and (max-width: 767px) {
  section#dealer .container .inner h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#dealer .container .inner h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#dealer .container .inner h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  section#dealer .container .inner h2 {
    font-size: 22px;
  }
}
section#dealer .container .inner p {
  display: none;
}
section#dealer .container .inner h2 {
  float: left;
  margin: 10px 0 0 0;
  font-size: 22px;
  font-family: 'quicksandbold';
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section#dealer .container .inner h2 {
    padding-bottom: 20px;
  }
}
section#dealer .container .inner .findDealer dl {
  margin: 0;
}
section#dealer .container .inner .findDealer form {
  float: left;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section#dealer .container .inner .findDealer form {
    padding-left: 0;
  }
}
section#dealer .container .inner .findDealer .dropdown dt a {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  section#dealer .container .inner .search {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section#dealer .container .inner .postcode {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#dealer .container .inner {
    display: -ms-inline-grid;
    display: inline-grid;
  }
}
@media only screen and (max-width: 767px) {
  section#dealer .container .inner {
    display: -ms-inline-grid;
    display: inline-grid;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  section#dealer .container-fluid {
    padding: 30px 20px;
  }
  section#dealer .container-fluid .inner h2 {
    font-family: 'quicksandbold';
    font-weight: normal;
    color: #707474;
    text-align: center;
  }
  section#dealer .container-fluid .inner p {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 1200px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 22px;
  }
}
#productgroepen .container-fluid {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 17px;
}
#productgroepen .container-fluid h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  #productgroepen .container-fluid {
    padding: 0 15px;
  }
}
#productgroepen .container-fluid .overlay p {
  font-size: 17px;
  color: #B6B8B8;
  padding-top: 10px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
#productgroepen .container-fluid a:hover .inner .overlay .button2 {
  right: -32px;
}
@media only screen and (max-width: 767px) {
  #productgroepen .container-fluid a:hover .inner .overlay .button2 {
    right: 20px;
  }
}
#productgroepen .leftCol .container .inner2 {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  #productgroepen .leftCol .container .inner2 h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #productgroepen .leftCol .container .inner2 h1 {
    font-size: 29.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #productgroepen .leftCol .container .inner2 h1 {
    font-size: 32.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #productgroepen .leftCol .container .inner2 h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #productgroepen .leftCol .container {
    text-align: left !important;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  #productgroepen p {
    text-align: left !important;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .leftCol {
    padding-bottom: 30px;
  }
}
#brochure p {
  line-height: 24px;
}
#newsdetailpage {
  float: left;
  width: 100%;
}
#newsdetailpage .container {
  width: 100%;
  padding: 50px 0;
}
#newsdetailpage .container .content .top {
  border-bottom: 1px solid #C48E35;
  padding-bottom: 30px;
}
#newsdetailpage .container .content .top h1 {
  margin: 0;
  color: #C48E35;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #newsdetailpage .container .content .top h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsdetailpage .container .content .top h1 {
    font-size: 30.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #newsdetailpage .container .content .top h1 {
    font-size: 33.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #newsdetailpage .container .content .top h1 {
    font-size: 36px;
  }
}
#newsdetailpage .container .content .top h2 {
  margin: 0;
  color: #C48E35;
  font-family: 'quicksandregular';
  font-weight: normal;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #newsdetailpage .container .content .top h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsdetailpage .container .content .top h2 {
    font-size: 21.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #newsdetailpage .container .content .top h2 {
    font-size: 23.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #newsdetailpage .container .content .top h2 {
    font-size: 25px;
  }
}
#newsdetailpage .container .content .top .tekst {
  padding-top: 20px;
}
#newsdetailpage .container .content .top .tekst span {
  font-family: 'quicksandlight_italic';
  font-weight: normal;
}
#newsdetailpage .container .content .top .tekst p {
  font-size: 17px;
  line-height: 24px;
  color: #3D3F3F;
  padding: 5px 0;
  margin: 0;
}
#newsdetailpage .container .content .top .images {
  padding-top: 20px;
}
#newsdetailpage .container .content .top .images ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#newsdetailpage .container .content .top .images ul li img {
  width: 25%;
  float: left;
  padding: 20px 20px 0 0;
}
@media only screen and (max-width: 767px) {
  #newsdetailpage .container .content .top .images ul li img {
    padding: 0 0 20px 0;
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsdetailpage .container .content .top .images ul li img {
    padding: 0 20px 20px 0;
    width: 50% !important;
  }
}
#newsdetailpage .container .content .top .content {
  padding-top: 20px;
}
#newsdetailpage .container .content .top .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#newsdetailpage .container .content .top .content ul span {
  position: relative;
  top: -2px;
}
#newsdetailpage .container .content .top .content ul a {
  color: #3D3F3F;
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 18px;
  text-decoration: underline;
}
#newsdetailpage .container .content .bottom .button {
  background-color: white;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 8px 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  font-family: QuicksandBold;
  margin: 30px 0 0 0;
}
#newsdetailpage .container .content .bottom .button a {
  color: #C48E35;
}
#newsdetailpage .container .content .bottom .button a:hover {
  text-decoration: none;
}
#newsdetailpage .container .content .bottom .button:hover {
  background-color: #6a7172;
  border: #6a7172 solid 1px;
}
#newsdetailpage .container .content .bottom .button:hover a {
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsdetailpage .container {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #newsdetailpage .container {
    padding: 30px 15px;
  }
}
#contentPage {
  float: left;
  background-color: mediumpurple;
}
#newsWrapper {
  width: 100%;
  float: left;
  /*background-color: purple;*/
}
#newsWrapper .container {
  width: 100%;
}
#newsWrapper .container .intro {
  float: left;
  /*background-color: green;*/
  padding: 30px 40px 40px 40px;
}
#newsWrapper .container .intro .leftCol {
  width: 68%;
  padding-right: 40px;
  float: left;
}
#newsWrapper .container .intro .leftCol h1 {
  font-size: 36px;
  color: #C48E35;
  font-family: 'quicksandregular';
  font-weight: normal;
}
#newsWrapper .container .intro .leftCol p {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .container .intro .leftCol {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #newsWrapper .container .intro .leftCol {
    width: 68%;
  }
}
#newsWrapper .container .intro .rightCol .input.searchEnter {
  top: 50%;
  position: absolute;
  width: 25% !important;
  font-family: 'quicksandregular' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .container .intro .rightCol .input.searchEnter {
    width: 100% !important;
    position: relative;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .intro {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .container .intro {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #newsWrapper .container .intro {
    padding: 30px 50px;
  }
}
#newsWrapper .container .vakken {
  float: left;
  width: 100%;
  padding: 0 30px;
}
#newsWrapper .container .vakken ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#newsWrapper .container .vakken ul li {
  padding: 20px;
}
#newsWrapper .container .vakken ul li .item {
  float: left;
  background-color: #fff;
  width: 100%;
  position: relative;
  height: 285px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#newsWrapper .container .vakken ul li .item .inner {
  width: 100%;
  height: auto;
  background: white;
  left: 0px;
}
#newsWrapper .container .vakken ul li .item .inner .image img {
  height: 360px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .vakken ul li .item .inner .image img {
    float: left;
    height: auto;
  }
}
#newsWrapper .container .vakken ul li .item .inner .overlay {
  padding: 20px;
  height: 250px;
  position: absolute;
  bottom: 0;
  background: white;
  width: 75%;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .name {
  font-size: 30px;
  color: #C48E35;
  font-family: 'quicksandlight_italic';
  padding: 0 0 15px 0;
  line-height: 24px;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .name:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1602px) and (min-width: 1200px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay .name {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay .name {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay .name {
    font-size: 25px;
  }
}
#newsWrapper .container .vakken ul li .item .inner .overlay .subtitle {
  font-size: 22px;
  color: #707474;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .nieuws {
  color: #707474;
  font-size: 22px;
  font-weight: bold;
  /*@media @xl {
                                        font-size: 16px;
                                    }*/
}
#newsWrapper .container .vakken ul li .item .inner .overlay .titel {
  font-size: 30px;
  color: #C48E35;
  font-weight: 100;
  /*@media @xl {
                                        font-size: 18px;
                                    }*/
}
#newsWrapper .container .vakken ul li .item .inner .overlay .description {
  margin-top: 12px;
  font-size: 17px;
  color: #B6B8B8;
  padding: 0 !important;
  float: left;
}
@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay .description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay .description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay .description {
    font-size: 15px;
  }
}
#newsWrapper .container .vakken ul li .item .inner .overlay span .date {
  float: left;
  width: 100%;
  font-size: 17px;
}
@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay span .date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay span .date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay span .date {
    font-size: 15px;
  }
}
#newsWrapper .container .vakken ul li .item .inner .overlay .tekst2 {
  color: #707474;
  font-size: 22px;
  font-weight: bold;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .pijl {
  position: absolute;
  right: -51px;
  bottom: 30px;
  text-align: center;
  background-color: #C48E35;
  line-height: 54px;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  padding: 0;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .pijl .fas {
  color: white;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .button {
  background-color: #C48E35;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: left;
  font-family: QuicksandBold;
  margin-top: 20px;
  border: none;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .button .fas {
  padding-left: 10px;
  font-size: 14px;
}
#newsWrapper .container .vakken ul li .item .inner .overlay .button:hover {
  background-color: #6a7172;
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .vakken ul li .item .inner .overlay {
    width: 100% !important;
    height: auto;
    position: relative;
    float: left;
  }
}
#newsWrapper .container .vakken ul li .item:hover .inner .overlay .pijl {
  right: -61px;
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .vakken ul li .item {
    float: unset !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .container .vakken {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .vakken {
    padding: 20px 0 20px 0;
    background-color: #f9f9f9;
  }
}
#newsWrapper .container .paginate {
  padding: 0 50px;
}
#newsWrapper .container .paginate .inner {
  float: left;
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #C48E35;
  text-align: center;
  border-bottom: none;
  margin: 25px 0 25px 0;
}
#newsWrapper .container .paginate .inner ul {
  /*margin-bottom: 30px;*/
}
#newsWrapper .container .paginate .inner ul li {
  background-color: #6a7274;
}
#newsWrapper .container .paginate .inner ul li a {
  background: none;
  position: relative;
}
#newsWrapper .container .paginate .inner ul li a:hover {
  text-decoration: none;
  color: white;
  background: none;
  background-color: #C48E35;
}
#newsWrapper .container .paginate .inner ul li a.active {
  background: none;
  background-color: #C48E35;
}
#newsWrapper .container .paginate .inner ul li a:focus {
  text-decoration: none;
  color: white;
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .paginate .inner ul li a {
    width: 25px;
    padding: 1px 0;
  }
}
#newsWrapper .container .paginate .inner ul li .fas {
  color: white;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 8px;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .paginate .inner ul li {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .paginate .inner {
    margin: 0px 0 25px 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #newsWrapper .container .paginate {
    padding: 0;
  }
}
#serviceshop .container .lineWrapper .overview .producten ul li a:hover .inner .overlay .button2 {
  right: -32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .lineWrapper .overview .producten ul li a:hover .inner .overlay .button2 {
    right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .lineWrapper .overview .producten ul li a:hover .inner .overlay .button2 {
    right: 25px;
  }
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    left: 45px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 50px !important;
  }
}
#gallery .owl-carousel .owl-item img {
  height: unset;
  width: 100% !important;
}
#newsWrapper .container .vakken ul li .item .inner .overlay {
  width: 90%;
}
