/*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);
}
.big-shadow {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.light-shadow {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.button,
.buttongroen,
.button2,
.pijl {
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
body,
p {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 17px;
  line-height: 1.58823529;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
section#breadcrumbs {
  float: left;
  width: 100%;
}
section#breadcrumbs .container-fluid {
  background: #F9F9F9;
  padding: 18px 0px;
}
section#breadcrumbs .container-fluid ul {
  margin: 0px;
  padding: 0px;
}
section#breadcrumbs .container-fluid li {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: block;
  float: left;
  line-height: 24px;
}
section#breadcrumbs .container-fluid a {
  display: block;
  color: #C48E35;
  line-height: 24px;
  float: left;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#breadcrumbs .container-fluid a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#breadcrumbs .container-fluid a {
    font-size: 13.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#breadcrumbs .container-fluid a {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  section#breadcrumbs .container-fluid a {
    font-size: 17px;
  }
}
section#breadcrumbs .container-fluid .fa-home {
  display: inline-block;
  color: #C48E35;
  margin: 0px 10px 0 0;
  line-height: 14px;
  font-size: 14px;
}
section#breadcrumbs .container-fluid .divider {
  width: auto;
  display: inline-block;
  float: left;
  margin: 0 10px;
  line-height: 24px;
  color: #E5E5E5;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 17px;
  }
}
section#breadcrumbs .container-fluid a.active {
  color: #707474;
  text-decoration: none;
  cursor: default;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  section#breadcrumbs .container-fluid {
    display: none;
  }
}
section#faq .container {
  padding: 50px 0px;
}
section#faq .container h1 {
  text-align: center;
  color: #C48E35;
  font-family: 'quicksandregular';
  font-weight: normal;
  padding: 40px 0px 20px 0px;
}
@media only screen and (max-width: 767px) {
  section#faq .container h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#faq .container h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#faq .container h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  section#faq .container h1 {
    font-size: 36px;
  }
}
section#faq .container .input.search {
  width: 100%;
  border-radius: 5px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#faq .container .input {
  background: #FFFFFF;
  color: #707474;
  height: 54px;
  padding: 0 10px;
  position: relative;
}
section#faq .container .searchWrapper {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
section#faq .container .tags ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 33px;
}
section#faq .container .tags li {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
section#faq .container .tags li a {
  font-family: 'quicksandregular';
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 1px;
  background: #707474;
  float: left;
  height: 22px;
  line-height: 21px;
}
section#faq .container .tags li a:hover {
  background: #565a5a;
}
section#faq .container .tags li a.selected {
  background: #000000;
}
section#faq .container .tags .alt {
  text-align: center;
  padding: 0;
  background: none;
}
section#faq .container .tags .alt li {
  display: inline-block;
}
section#faq .container .tags .alt li .filtersOff {
  text-decoration: underline;
  border: none;
}
section#faq .container .tags .alt li .filtersOff .fa-times {
  color: #707474;
  margin: 0px 5px 0 0;
}
section#faq .container .tags .alt li .filtersOff:hover {
  background: none;
  border: none;
  color: #C48E35;
}
section#faq .container .tags .alt li .filtersOff.selected {
  background: none;
  border: none;
  color: #C48E35;
}
section#faq .container .tags .alt li a {
  text-align: center;
  display: inline-block;
  padding: 8px 25px;
  height: auto;
  background: #FFFFFF;
  text-decoration: none;
  color: #C48E35;
  line-height: 1em;
  border-radius: 18px;
  border: solid 1px #E5E5E5;
}
@media only screen and (max-width: 767px) {
  section#faq .container .tags .alt li a {
    width: 100%;
  }
}
section#faq .container .tags .alt li a:hover {
  background: #C48E35;
  color: #FFFFFF;
  border: solid 1px #C48E35;
}
section#faq .container .tags .alt li a.selected {
  background: #C48E35;
  color: #FFFFFF;
  border: solid 1px #C48E35;
}
section#faq .container .tags .alt .tag1 {
  font-size: 100%;
  background: #7cc0f4;
}
section#faq .container .tags .alt .tag2 {
  font-size: 100%;
  background: #67abe0;
}
section#faq .container .tags .alt .tag3 {
  font-size: 100%;
  background: #4d92c7;
}
section#faq .container .tags .alt .tag4 {
  font-size: 100%;
  background: #3277ad;
}
section#faq .container .tags .alt .tag5 {
  font-size: 100%;
  background: #266ca2;
}
section#faq .container .questions {
  float: left;
}
section#faq .container .faqTitle {
  width: 100%;
}
section#faq .container .faqTitle h3 {
  font-family: quicksandbold;
  border-bottom: 2px solid #E5E5E5;
  padding: 0px 50px 20px 0px;
}
@media only screen and (max-width: 767px) {
  section#faq .container .faqTitle h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#faq .container .faqTitle h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#faq .container .faqTitle h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  section#faq .container .faqTitle h3 {
    font-size: 22px;
  }
}
section#faq .container .faqTitle .plus,
section#faq .container .faqTitle .min {
  float: right;
  /*background: url("/Content/images/icons/plus.png") no-repeat;*/
  margin-top: 25px;
}
section#faq .container .faqTitle .min {
  display: none;
}
section#faq .container .faqTitle.active .plus {
  display: none;
}
section#faq .container .faqTitle.active .min {
  display: block;
}
section#faq .container .faqTitle.active h3 {
  color: #C48E35;
}
section#faq .container .faqTitle a {
  width: 100%;
  color: #687273;
  text-decoration: none;
  float: left;
}
section#faq .container .faqTitle a:hover {
  color: #687273;
  font-family: 'quicksandbold';
  font-weight: normal;
  text-decoration: none;
  display: block;
}
section#faq .container .faqTitle a:hover strong {
  font-family: 'quicksandbold';
  font-weight: normal;
}
section#faq .container .answer {
  color: #bd8b40;
}
section#faq .container .faqAnswer {
  display: none;
  position: relative;
  overflow: auto;
  float: left;
  margin: -10px 0px;
  padding: 0 0 20px 0;
}
section#faq .container .faqAnswer ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}
section#faq .container .faqAnswer li {
  font-family: 'quicksandregular';
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid #707474;
  color: #FFFFFF;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  section#faq .container .faqAnswer li {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#faq .container .faqAnswer li {
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#faq .container .faqAnswer li {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  section#faq .container .faqAnswer li {
    font-size: 10px;
  }
}
section#faq .container .faqAnswer p {
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#faq .container .faqAnswer p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#faq .container .faqAnswer p {
    font-size: 13.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#faq .container .faqAnswer p {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  section#faq .container .faqAnswer p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#faq .container {
    padding: 0px 20px 40px 20px;
  }
  section#faq .container .input {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section#faq .container {
    padding: 0px 20px 40px 20px;
  }
  section#faq .container h1 {
    padding: 10px 0px 10px 0px;
  }
  section#faq .container .input {
    height: 40px;
  }
  section#faq .container .tags .alt li {
    display: inline-block;
    width: 100%;
  }
  section#faq .container .tags .alt li a {
    width: 100%;
  }
}
section#info .container-fluid {
  background-color: #F9F9F9;
  text-align: center;
  padding: 30px 0px;
}
section#info .container-fluid h3 {
  font-family: 'quicksandbold';
  font-weight: normal;
  padding-bottom: 10px;
  color: #707474;
}
@media only screen and (max-width: 767px) {
  section#info .container-fluid h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#info .container-fluid h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#info .container-fluid h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  section#info .container-fluid h3 {
    font-size: 22px;
  }
}
section#info .container-fluid p {
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#info .container-fluid p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#info .container-fluid p {
    font-size: 13.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#info .container-fluid p {
    font-size: 14.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  section#info .container-fluid p {
    font-size: 16px;
  }
}
section#info .container-fluid .fa-comments {
  color: #707474;
  margin-right: 5px;
}
section#info .container-fluid .fa-compass {
  color: #707474;
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) {
  section#info p {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  section#info .container-fluid {
    padding: 20px 20px;
  }
}
#contactslider {
  background-color: #fefefe;
  margin-bottom: 10px;
}
#contactslider .container {
  width: 100%;
  height: auto;
  background: url("/Content/images/primabad-contact.jpg") no-repeat;
  background-size: 100%;
}
#contactslider .container .slider {
  padding: 80px 80px 0 80px;
}
#contactslider .container .slider .inner {
  float: left;
  height: 100%;
  width: 100%;
  display: block;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
#contactslider .container .slider .foto {
  display: block;
  background: url(/Content/images/map3.png) no-repeat;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactslider .container .slider .foto {
    height: 450px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .foto {
    height: 350px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #contactslider .container .slider .foto {
    height: 250px;
    position: relative;
  }
}
#contactslider .container .slider .foto .google-maps-holder-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#contactslider .container .slider .foto #google-maps-holder {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
}
#contactslider .container .slider .tekst {
  padding: 60px 30px 60px 60px;
  float: left;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#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;
  }
}
#contactslider .container .slider .tekst .fa-map-marker {
  color: #C48E35;
  margin-left: 10px;
  position: absolute;
  left: 12px;
  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: 'quicksandbold';
  font-weight: normal;
  font-size: 17px;
  margin-left: -27px;
  margin-top: 5px;
  width: 27px;
  text-align: center;
}
@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;
}
#contactslider .container .slider .tekst .fa-map-marker.greenmarker a {
  font-family: 'quicksandbold';
  font-weight: normal;
}
@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;
  }
}
#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-family: 'quicksandregular';
  font-weight: normal;
  padding: 5px 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: 0px;
  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%;
  }
}
@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 (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #contactslider .container .slider .tekst {
    padding: 30px;
  }
}
#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 25px 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container {
    padding-top: 50px !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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container .links,
  #contactform2 .container .rechts {
    padding: 30px;
  }
}
#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;
}
#contactform2 .container .inner {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .inner {
    padding: 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;
  color: #3D3F3F;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .left {
    width: unset;
  }
}
#contactform2 .container .right {
  float: left;
  min-height: 1px;
  position: relative;
  width: 50%;
}
#contactform2 .container .right .input.wide335 {
  font-family: 'quicksandregular';
  font-weight: normal;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #contactform2 .container .right {
    width: 100%;
  }
}
#contactform2 .container .textarea {
  float: left;
  width: 73%;
  padding: 0px;
  border-radius: 4px;
}
#contactform2 .container .required {
  color: #bd8b40;
  font-size: 17px;
  font-family: 'quicksandbold';
  font-weight: normal;
  position: absolute;
  left: -21px;
  top: 4px;
}
#contactform2 .container textarea.wide335 {
  width: 250%;
}
@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: 18px;
  line-height: 1em;
  font-family: 'quicksandbold';
  font-weight: normal;
  text-transform: none;
  height: auto;
}
#contactform2 .container .formButton:hover {
  background: #6a7172;
}
#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 !important;
  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%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contactform2 .container .rechts .brochurebtn {
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container .rechts .brochurebtn {
    padding: 10px 20px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #contactform2 .container .rechts .brochurebtn {
    margin-top: 20px;
  }
}
#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: 24px;
}
#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;
  }
}
@media only screen and (max-width: 1200px) {
  #contactform2 .container {
    float: left;
    padding: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contactform2 .container {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #contactform2 .container {
    padding: 30px 15px 15px 15px;
  }
}
section#serieDetailSlider .container {
  width: 100%;
  height: 750px;
  background-color: #F9F9F9;
}
section#serieDetailSlider .container .slider {
  padding: 30px 80px 0 80px;
}
section#serieDetailSlider .container .slider .inner {
  float: left;
  width: 100%;
  background-color: white;
}
section#serieDetailSlider .container .slider .inner .foto {
  background-size: 100%;
  overflow: hidden;
}
section#serieDetailSlider .container .slider .inner .tekst {
  padding: 70px;
  float: left;
  height: auto;
  height: 750px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
section#serieDetailSlider .container .slider .inner .tekst span {
  color: #707474;
  font-family: QuicksandRegular;
}
@media only screen and (max-width: 767px) {
  section#serieDetailSlider .container .slider .inner .tekst span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#serieDetailSlider .container .slider .inner .tekst span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#serieDetailSlider .container .slider .inner .tekst span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  section#serieDetailSlider .container .slider .inner .tekst span {
    font-size: 20px;
  }
}
section#serieDetailSlider .container .slider .inner .tekst h1 {
  color: #C48E35;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: QuicksandRegular;
}
@media only screen and (max-width: 767px) {
  section#serieDetailSlider .container .slider .inner .tekst h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#serieDetailSlider .container .slider .inner .tekst h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#serieDetailSlider .container .slider .inner .tekst h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  section#serieDetailSlider .container .slider .inner .tekst h1 {
    font-size: 48px;
  }
}
section#serieDetailSlider .container .slider .inner .tekst p {
  color: #3D3F3F;
  font-family: QuicksandRegular;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 13.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 15.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#serieDetailSlider .container {
    background-color: #F9F9F9;
    height: 0px;
  }
  section#serieDetailSlider .container .slider {
    padding: 50px 30px 0 30px;
  }
  section#serieDetailSlider .container .slider .inner {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  }
  section#serieDetailSlider .container .slider .inner .foto img {
    width: 100%;
  }
  section#serieDetailSlider .container .slider .inner .tekst {
    padding: 30px 30px;
    height: auto;
  }
  section#serieDetailSlider .container .slider .inner .tekst h1 {
    margin-bottom: 10px;
  }
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-weight: normal;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (max-width: 767px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 1200px) {
  section#serieDetailSlider .container .slider .inner .tekst p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  section#serieDetailSlider .container {
    background-color: #FFFFFF;
  }
  section#serieDetailSlider .container .slider {
    padding: 0px;
  }
  section#serieDetailSlider .container .slider .inner .tekst {
    padding: 10px 20px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) and only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and only screen and (max-width: 767px) {
  section#serieDetailSlider .container .slider {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#serieDetailSlider .container .slider {
    padding: 50px 30px 0 30px;
    background-color: white;
  }
}
section#download {
  width: 100%;
  float: left;
}
section#download .container-fluid {
  padding: 50px 0px;
}
section#download .container-fluid .inner {
  text-align: center;
}
section#download .container-fluid .inner ul {
  padding: 0px;
}
section#download .container-fluid .inner ul li {
  list-style-type: none;
  display: inline-block;
}
section#download .container-fluid .inner ul li a {
  color: #C48E35;
  font-size: 18px;
  font-family: 'quicksandbold';
  font-weight: normal;
  border: 1px solid rgba(196, 142, 53, 0.25);
  padding: 10px 30px;
  display: inline-block;
  margin: 0px 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
section#download .container-fluid .inner ul li a:hover {
  text-decoration: none;
  background-color: #F9F9F9;
}
section#download .container-fluid .inner ul li i {
  color: red;
  padding-top: 3px;
  text-align: left;
  width: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section#download .container-fluid .inner ul li {
    list-style-type: none;
    display: inline-block;
    padding: 7px 0;
  }
  section#download .container-fluid .inner ul li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section#download .container-fluid {
    padding: 30px 0px;
  }
  section#download .container-fluid .inner ul {
    padding: 0px;
  }
  section#download .container-fluid .inner ul li {
    width: 100%;
    padding: 5px 20px;
  }
  section#download .container-fluid .inner ul li a {
    width: 100%;
    text-align: left;
    margin: 0px;
  }
  section#download .container-fluid .inner ul li i {
    text-align: center;
    padding-left: 3px;
    padding-right: 10px !important;
  }
}
section#gallery {
  float: left;
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}
section#gallery .container-fluid {
  cursor: pointer;
}
section#dealer {
  width: 100%;
  float: left;
}
section#dealer .container-fluid {
  padding: 50px 0px;
}
section#dealer .container-fluid .inner {
  text-align: center;
}
section#dealer .container-fluid .inner h2 {
  font-family: 'quicksandbold';
  font-weight: normal;
  color: #707474;
}
@media only screen and (max-width: 767px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  section#dealer .container-fluid .inner h2 {
    font-size: 22px;
  }
}
section#dealer .container-fluid .inner p {
  display: none;
}
@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;
  }
}
section#dealer .container .dropdown dt a {
  padding-top: 6px;
  padding-bottom: 5px;
}
section#dealer .container .postcode {
  height: 46px;
}
#brochureAanvraag {
  /*background-image: url("/Content/images/brochurepicture.png");*/
  width: 100%;
  position: relative;
  height: auto;
  float: left;
  /*min-height: 444px;*/
}
#brochureAanvraag .container-fluid {
  width: 100%;
}
#brochureAanvraag .container-fluid .brochureFoto {
  width: 100%;
}
#brochureAanvraag .container-fluid .brochureFoto img {
  width: 100%;
}
#brochureAanvraag .container-fluid .inner {
  background: white;
  position: absolute;
  bottom: 0px;
  left: 50px;
  cursor: pointer;
  padding: 30px 35px;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(112, 112, 112, 0.4);
          box-shadow: 1px 0px 5px 0px rgba(112, 112, 112, 0.4);
}
#brochureAanvraag .container-fluid .inner h3 {
  font-family: quicksandbold;
  color: #707474;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 22px;
  }
}
#brochureAanvraag .container-fluid .inner p {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 17px;
  color: #B6B8B8;
}
#brochureAanvraag .container-fluid .inner .button2 {
  position: absolute;
  right: -27px;
  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;
}
#brochureAanvraag .container-fluid .inner .button2 .fas {
  color: white;
}
#brochureAanvraag .container-fluid .inner:hover {
  text-decoration: none;
}
#brochureAanvraag .container-fluid .inner:hover .button2 {
  right: -22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochureAanvraag .container-fluid {
    width: 100%;
  }
  #brochureAanvraag .container-fluid .brochureFoto {
    width: 100%;
  }
  #brochureAanvraag .container-fluid .brochureFoto img {
    width: 100%;
  }
  #brochureAanvraag .container-fluid .inner {
    width: 50%;
    background: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px 80px 20px 20px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
            box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
  }
  #brochureAanvraag .container-fluid .inner h3 {
    font-family: quicksandbold;
    padding: 0px 50px 10px 0px;
    color: #707474;
  }
  #brochureAanvraag .container-fluid .inner p {
    font-family: 'quicksandregular';
    font-weight: normal;
    font-size: 14px;
    color: #B6B8B8;
  }
  #brochureAanvraag .container-fluid .inner .button2 {
    position: absolute;
    right: 15px;
    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;
  }
  #brochureAanvraag .container-fluid .inner .button2 .fas {
    color: white;
  }
  #brochureAanvraag .container-fluid .inner .button2:hover {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (max-width: 767px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 768px) and (max-width: 991px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 1200px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #brochureAanvraag .container-fluid {
    width: 100%;
  }
  #brochureAanvraag .container-fluid .brochureFoto {
    width: 100%;
  }
  #brochureAanvraag .container-fluid .brochureFoto img {
    width: 100%;
  }
  #brochureAanvraag .container-fluid .inner {
    width: 100%;
    background: white;
    position: relative;
    bottom: 0px;
    cursor: pointer;
    left: 0px;
    padding: 30px 80px 30px 20px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
            box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
  }
  #brochureAanvraag .container-fluid .inner h3 {
    font-family: quicksandbold;
    padding: 0px 50px 10px 0px;
    color: #707474;
  }
  #brochureAanvraag .container-fluid .inner p {
    font-family: 'quicksandregular';
    font-weight: normal;
    font-size: 14px;
    color: #B6B8B8;
  }
  #brochureAanvraag .container-fluid .inner .button2 {
    position: absolute;
    right: 15px;
    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;
  }
  #brochureAanvraag .container-fluid .inner .button2 .fas {
    color: white;
  }
  #brochureAanvraag .container-fluid .inner .button2:hover {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 1200px) {
  #brochureAanvraag .container-fluid .inner h3 {
    font-size: 22px;
  }
}
section#collecties {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
  padding: 40px 0;
}
section#collecties .container {
  width: 100%;
}
section#collecties .container .brochureFoto {
  width: 100%;
}
section#collecties .container .brochureFoto img {
  width: 100%;
}
section#collecties .container .titel {
  text-align: center;
  color: #C48E35;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  section#collecties .container .titel {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#collecties .container .titel {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#collecties .container .titel {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  section#collecties .container .titel {
    font-size: 36px;
  }
}
section#collecties .container .overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#collecties .container .overview ul li {
  padding: 0;
  list-style: none;
  display: inline;
  float: left;
  height: auto;
  overflow: hidden;
}
section#collecties .container .overview ul li a {
  display: inline-block;
  width: 100%;
  border: 0px solid #414342;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-color: #FFF;
}
section#collecties .container .overview ul li a .inner {
  padding: 20px;
}
section#collecties .container .overview ul li a .inner img {
  width: 100%;
}
section#collecties .container .overview ul li a .inner h3 {
  font-family: quicksandbold;
  color: #707474;
}
@media only screen and (max-width: 767px) {
  section#collecties .container .overview ul li a .inner h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#collecties .container .overview ul li a .inner h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#collecties .container .overview ul li a .inner h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  section#collecties .container .overview ul li a .inner h3 {
    font-size: 22px;
  }
}
section#collecties .container .overview ul li a .inner p {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 17px;
  color: #B6B8B8;
}
section#collecties .container .overview ul li a .inner .overlay {
  position: absolute;
  width: 68%;
  height: auto;
  background: white;
  bottom: 20px;
  padding: 25px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
section#collecties .container .overview ul li a .inner .overlay .tekst2 {
  font-size: 20px;
  padding-bottom: 10px;
}
section#collecties .container .overview ul li a .inner .overlay .tekst2 p {
  font-size: 17px;
}
section#collecties .container .overview ul li a .inner .overlay .button2 {
  position: absolute;
  right: -27px;
  bottom: 24px;
  text-align: center;
  background-color: #C48E35;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section#collecties .container .overview ul li a .inner .overlay .button2 .fas {
  color: white;
}
@media only screen and (max-width: 767px) {
  section#collecties .container .overview ul li a .inner .overlay {
    bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#collecties .container .overview ul li a .inner .overlay {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  section#collecties .container .overview ul li a .inner .left img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section#collecties .container .overview ul li a .inner {
    padding: 10px 20px;
  }
}
section#collecties .container .overview ul li a:hover .inner .overlay .button2 {
  right: -32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section#collecties .container .overview {
    padding: 0 40px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#collecties .container-fluid {
    width: 100%;
  }
  section#collecties .container-fluid .brochureFoto {
    width: 100%;
  }
  section#collecties .container-fluid .brochureFoto img {
    width: 100%;
  }
  section#collecties .container-fluid .inner {
    width: 50%;
    background: white;
    position: absolute;
    bottom: 1px;
    left: 0px;
    padding: 20px 80px 20px 20px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
            box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
  }
  section#collecties .container-fluid .inner h3 {
    font-family: quicksandbold;
    padding: 0px 50px 10px 0px;
    color: #707474;
  }
  section#collecties .container-fluid .inner p {
    font-family: 'quicksandregular';
    font-weight: normal;
    font-size: 14px;
    color: #B6B8B8;
  }
  section#collecties .container-fluid .inner .button2 {
    position: absolute;
    right: 15px;
    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;
  }
  section#collecties .container-fluid .inner .button2 .fas {
    color: white;
  }
  section#collecties .container-fluid .inner .button2:hover {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (max-width: 767px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 1200px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  section#collecties {
    padding: 20px 0;
  }
  section#collecties .container-fluid {
    width: 100%;
  }
  section#collecties .container-fluid .brochureFoto {
    width: 100%;
  }
  section#collecties .container-fluid .brochureFoto img {
    width: 100%;
  }
  section#collecties .container-fluid .inner {
    width: 100%;
    background: white;
    position: relative;
    bottom: 1px;
    left: 0px;
    padding: 30px 80px 30px 20px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
            box-shadow: 2px 2px 10px 0px rgba(112, 112, 112, 0.4);
  }
  section#collecties .container-fluid .inner h3 {
    font-family: quicksandbold;
    padding: 0px 50px 10px 0px;
    color: #707474;
  }
  section#collecties .container-fluid .inner p {
    font-family: 'quicksandregular';
    font-weight: normal;
    font-size: 14px;
    color: #B6B8B8;
  }
  section#collecties .container-fluid .inner .button2 {
    position: absolute;
    right: 15px;
    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;
  }
  section#collecties .container-fluid .inner .button2 .fas {
    color: white;
  }
  section#collecties .container-fluid .inner .button2:hover {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 1200px) {
  section#collecties .container-fluid .inner h3 {
    font-size: 22px;
  }
}
section#headerMessage {
  float: left;
  width: 100%;
}
section#headerMessage .container {
  padding: 20px 0px;
}
section#headerMessage .container .inner {
  text-align: center;
}
section#headerMessage .container .inner h1 {
  font-family: 'quicksandregular';
  font-weight: normal;
  color: #C48E35;
  font-size: 36px;
  line-height: 38px;
}
section#headerMessage .container .inner p {
  color: #3D3F3F;
  font-family: QuicksandRegular;
  line-height: 26px;
  font-weight: normal;
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  section#headerMessage .container .inner p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#headerMessage .container .inner p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#headerMessage .container .inner p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  section#headerMessage .container .inner p {
    font-size: 17px;
  }
}
section#headerMessage .container .inner .adviceButton {
  background: #C48E35;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 20px;
  font-family: 'quicksandbold';
  font-weight: normal;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section#headerMessage .container .inner .adviceButton .openclose {
  display: none;
}
section#headerMessage .container .inner .adviceButton:hover {
  background-color: #707474;
}
section#headerMessage .container .inner #helpmeformcontainer {
  position: relative;
  top: 30px;
  right: 0;
  z-index: 555;
  display: none;
}
section#headerMessage .container .inner #adviceform {
  font-family: 'quicksandregular';
  font-weight: normal;
  float: left;
  background: #E5E5E5;
  border: none;
  float: right;
  z-index: 555;
  background: #efefef;
  padding: 35px 25px 25px 25px;
}
section#headerMessage .container .inner #adviceform .intro {
  width: 100%;
  padding: 0px 0px 10px;
}
section#headerMessage .container .inner #adviceform .row {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
section#headerMessage .container .inner #adviceform .left {
  width: 20%;
  text-align: right;
  margin-right: 30px;
  float: left;
  color: #3D3F3F;
  line-height: 40px;
  min-height: 1px;
}
section#headerMessage .container .inner #adviceform .left label {
  font-weight: normal;
}
section#headerMessage .container .inner #adviceform .right {
  width: 50%;
  margin-right: 15px;
  float: left;
  min-height: 1px;
  position: relative;
  text-align: left;
}
section#headerMessage .container .inner #adviceform .right .input {
  border-radius: 4px;
}
section#headerMessage .container .inner #adviceform .textarea {
  width: 100%;
  border-radius: 4px;
}
section#headerMessage .container .inner #adviceform .required {
  color: #bd8b40;
  font-size: 17px;
  position: absolute;
  font-family: 'quicksandregular';
  font-weight: normal;
  left: -20px;
  top: 12px;
}
section#headerMessage .container .inner #adviceform .helpmijbtn {
  color: #FFFFFF;
  border: none;
  font-family: 'quicksandbold';
  font-weight: normal;
  border-radius: 4px;
  background: #C48E35;
  padding: 10px 60px;
}
section#headerMessage .container .inner #adviceform .helpmijbtn:hover {
  background: #707474;
}
section#headerMessage .container .inner #adviceform .input.wide335 {
  width: 100%;
}
section#headerMessage .container .inner #adviceform .formButton2 {
  background: #C48E35;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 12px 15px;
  font-size: 14px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#headerMessage .container .inner {
    text-align: center;
    padding: 20px;
  }
  section#headerMessage .container .inner h1 {
    font-family: 'quicksandbold';
    font-weight: normal;
    color: #707474;
  }
  section#headerMessage .container .inner p {
    color: #3D3F3F;
    font-family: QuicksandRegular;
    line-height: 26px;
    font-weight: normal;
    padding: 10px 0 20px 0;
  }
  section#headerMessage .container .inner .adviceButton {
    background: #C48E35;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
    font-family: 'quicksandregular';
    font-weight: normal;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    float: left;
  }
  section#headerMessage .container .inner .adviceButton .openclose {
    display: none;
  }
  section#headerMessage .container .inner .adviceButton:hover {
    background-color: #707474;
  }
  section#headerMessage .container .inner #helpmeformcontainer {
    position: relative;
    top: 30px;
    right: 0;
    z-index: 555;
    display: none;
    width: 100%;
  }
  section#headerMessage .container .inner #adviceform {
    font-family: 'quicksandregular';
    font-weight: normal;
    float: left;
    background: #E5E5E5;
    border: none !important;
    border: solid 1px #707474;
    float: right;
    z-index: 555;
    background: #efefef;
    padding: 35px 25px 25px 25px;
  }
  section#headerMessage .container .inner #adviceform .intro {
    width: 100%;
    padding: 0px 0px 10px;
  }
  section#headerMessage .container .inner #adviceform .row {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    position: relative;
  }
  section#headerMessage .container .inner #adviceform .left {
    width: 100%;
    text-align: center;
    margin-right: 30px;
    float: left;
    color: #707474;
    line-height: 40px;
    min-height: 1px;
  }
  section#headerMessage .container .inner #adviceform .right {
    width: 100%;
    margin-right: 15px;
    float: left;
    min-height: 1px;
    position: relative;
  }
  section#headerMessage .container .inner #adviceform .required {
    color: #bd8b40;
    font-size: 17px;
    font-family: 'quicksandregular';
    font-weight: normal;
    position: absolute;
    left: -20px;
    top: 10px;
  }
  section#headerMessage .container .inner #adviceform .input.wide335 {
    width: 100%;
  }
  section#headerMessage .container .inner #adviceform .formButton2 {
    background: #C48E35;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 12px 15px;
    font-size: 14px;
    font-family: 'quicksandregular';
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  section#headerMessage .container .inner h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#headerMessage .container .inner h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#headerMessage .container .inner h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 1200px) {
  section#headerMessage .container .inner h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  section#headerMessage .container .inner p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#headerMessage .container .inner p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#headerMessage .container .inner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 1200px) {
  section#headerMessage .container .inner p {
    font-size: 17px;
  }
}
section#products {
  width: 100%;
  float: left;
  padding: 50px 0px;
}
section#products .container-fluid {
  font-family: 'quicksandregular';
  font-weight: normal;
  background: white;
}
section#products .container-fluid .product {
  padding: 20px;
}
section#products .container-fluid .product h2 {
  text-align: center;
  color: #C48E35;
}
@media only screen and (max-width: 767px) {
  section#products .container-fluid .product h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#products .container-fluid .product h2 {
    font-size: 21.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#products .container-fluid .product h2 {
    font-size: 22.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  section#products .container-fluid .product h2 {
    font-size: 24px;
  }
}
section#products .container-fluid .product .image .Sirv .sirv-spin-container {
  width: 100%;
  height: auto;
}
section#products .container-fluid .product .image .Sirv .sirv-spin-container .spin-figure {
  max-width: none !important;
  max-height: none !important;
  width: 100%;
}
section#products .container-fluid .product .description {
  min-height: 55px;
  overflow: hidden;
  color: #707474;
}
@media only screen and (max-width: 767px) {
  section#products .container-fluid .product .description {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#products .container-fluid .product .description {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#products .container-fluid .product .description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  section#products .container-fluid .product .description {
    font-size: 15px;
  }
}
section#products .container-fluid .product .specs {
  border-bottom: 1px solid #E5E5E5;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  width: 100%;
}
section#products .container-fluid .product .specs .bold {
  display: inline-block;
  margin-bottom: 5px;
  color: #707474;
}
section#products .container-fluid .product .specs .row {
  margin-bottom: 3px;
}
section#products .container-fluid .product .specs .row .left {
  width: 30%;
  float: left;
  min-height: 1px;
  text-align: left;
  line-height: 20px;
  font-size: 12px;
  color: #000000;
}
section#products .container-fluid .product .specs .row .right {
  float: left;
  min-height: 1px;
  position: relative;
  width: 70%;
  margin-right: 0px;
  line-height: 20px;
  color: #687273;
}
section#products .container-fluid .product .specs .row .right .input {
  border-radius: 4px;
}
section#products .container-fluid .product .specs .custom {
  margin-top: 12px;
}
section#products .container-fluid .product .specs .custom .left {
  width: 30%;
  line-height: 40px;
}
section#products .container-fluid .product .specs .custom .right {
  width: 70%;
  line-height: 20px;
  color: #dadada;
}
section#products .container-fluid .product .specs .custom .right .TotalPrice {
  padding-top: 11px;
  display: block;
  width: 100%;
  float: left;
}
section#products .container-fluid .product .specs .custom .right .TotalPrice .nopadding {
  padding-top: 0;
}
section#products .container-fluid .product .specs .custom .right .input {
  width: 40px;
  text-align: center;
  height: 40px;
}
section#products .container-fluid .product .specs .custom .right .bestelButton {
  background: #C48E35;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px 14px;
  font-size: 17px;
  font-family: 'quicksandbold';
  font-weight: normal;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  section#products {
    width: 100%;
    float: left;
    padding: 0px;
  }
  section#products .container-fluid .product {
    padding: 20px;
  }
  section#products .container-fluid .product h2 {
    text-align: center;
    color: #C48E35;
    font-family: 'quicksandregular';
    font-weight: normal;
  }
  section#products .container-fluid .product .formButton {
    width: 80%;
  }
}
section#productbestellen .container-fluid {
  width: 100%;
}
section#productbestellen .container-fluid .intro {
  float: left;
  text-align: center;
  padding: 20px 0px;
}
section#productbestellen .container-fluid .intro h1 {
  color: #C48E35;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#productbestellen .container-fluid .intro h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#productbestellen .container-fluid .intro h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#productbestellen .container-fluid .intro h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  section#productbestellen .container-fluid .intro h1 {
    font-size: 36px;
  }
}
section#productbestellen .container-fluid .intro p {
  text-align: center;
  font-family: 'quicksandregular';
  font-weight: normal;
  padding: 0px 0px 30px 0;
}
section#productbestellen .container-fluid .adviceButton {
  background: #C48E35;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 20px;
  font-family: 'quicksandbold';
  font-weight: normal;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
section#productbestellen .container-fluid .adviceButton .openclose {
  display: none;
}
section#productbestellen .container-fluid .adviceButton:hover {
  background-color: #707474;
}
section#productbestellen .container-fluid #helpmeformcontainer {
  top: 20px;
  width: 100%;
  position: relative;
  padding: 30px 0px;
}
section#productbestellen .container-fluid #adviceform {
  font-family: 'quicksandregular';
  font-weight: normal;
  float: left;
  background: #E5E5E5;
  float: right;
  z-index: 555;
  background: #efefef;
  padding: 35px 25px 25px 25px;
}
section#productbestellen .container-fluid #adviceform .intro {
  width: 100%;
  padding: 0px 0px 10px;
}
section#productbestellen .container-fluid #adviceform .row {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  position: relative;
}
section#productbestellen .container-fluid #adviceform .left {
  width: 20%;
  text-align: right;
  margin-right: 30px;
  float: left;
  color: #707474;
  line-height: 40px;
  min-height: 1px;
}
section#productbestellen .container-fluid #adviceform .right {
  width: 50%;
  margin-right: 15px;
  float: left;
  min-height: 1px;
  position: relative;
  text-align: left;
}
section#productbestellen .container-fluid #adviceform .textarea {
  width: 100%;
}
section#productbestellen .container-fluid #adviceform .helpmijbtn {
  color: #FFFFFF;
  border: none;
  font-family: 'quicksandbold';
  font-weight: normal;
  border-radius: 4px;
  background: #C48E35;
  padding: 10px 60px;
}
section#productbestellen .container-fluid #adviceform .helpmijbtn:hover {
  background: #707474;
}
section#productbestellen .container-fluid #adviceform .required {
  color: #bd8b40;
  font-size: 17px;
  font-family: 'quicksandregular';
  font-weight: normal;
  position: absolute;
  left: -20px;
  top: 12px;
}
section#productbestellen .container-fluid #adviceform .input.wide335 {
  width: 100%;
}
section#productbestellen .container-fluid #adviceform .formButton2 {
  background: #C48E35;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 12px 15px;
  font-size: 14px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#productbestellen .container-fluid .intro {
    padding: 0px;
  }
  section#productbestellen .container-fluid #adviceform {
    float: right;
    z-index: 555;
    background: #efefef;
    padding: 35px 20px 25px 20px;
  }
  section#productbestellen .container-fluid #adviceform .formButton2 {
    background: #C48E35;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 12px 15px;
    font-size: 14px;
    font-family: 'quicksandregular';
    font-weight: normal;
  }
  section#productbestellen .container-fluid #adviceform .left {
    width: 100%;
    text-align: center;
  }
  section#productbestellen .container-fluid #adviceform .right {
    width: 100%;
  }
}
section#offerte .container-fluid .product {
  padding: 30px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#offerte .container-fluid .product h2 {
  text-align: left;
  color: #707474;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#offerte .container-fluid .product h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#offerte .container-fluid .product h2 {
    font-size: 23.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#offerte .container-fluid .product h2 {
    font-size: 26.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  section#offerte .container-fluid .product h2 {
    font-size: 30px;
  }
}
section#offerte .container-fluid .product .Sirv .sirv-spin-container {
  width: 100%;
  height: auto;
}
section#offerte .container-fluid .product .Sirv .sirv-spin-container .spin-figure {
  max-width: none !important;
  max-height: none !important;
  width: 100%;
}
section#offerte .container-fluid .product .description {
  min-height: 55px;
  overflow: hidden;
  color: #707474;
}
@media only screen and (max-width: 767px) {
  section#offerte .container-fluid .product .description {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#offerte .container-fluid .product .description {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#offerte .container-fluid .product .description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  section#offerte .container-fluid .product .description {
    font-size: 15px;
  }
}
section#offerte .container-fluid .product #specs {
  border-bottom: 1px solid #E5E5E5;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  width: 100%;
}
section#offerte .container-fluid .product #specs .bold {
  display: inline-block;
  margin-bottom: 5px;
  color: #707474;
}
section#offerte .container-fluid .product #specs .row {
  margin-bottom: 3px;
}
section#offerte .container-fluid .product #specs .row .left {
  width: 30%;
  float: left;
  min-height: 1px;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
section#offerte .container-fluid .product #specs .row .right {
  float: left;
  min-height: 1px;
  position: relative;
  width: 70%;
  margin-right: 0px;
  line-height: 20px;
  color: #687273;
}
section#offerte .container-fluid .product #specs .custom {
  margin-top: 12px;
}
section#offerte .container-fluid .product #specs .custom .left {
  width: 30%;
  line-height: 40px;
}
section#offerte .container-fluid .product #specs .custom .right {
  width: 70%;
  line-height: 20px;
  color: #dadada;
}
section#offerte .container-fluid .product #specs .custom .right .TotalPrice {
  padding-top: 11px;
  display: block;
  width: 100%;
  float: left;
}
section#offerte .container-fluid .product #specs .custom .right .TotalPrice .nopadding {
  padding-top: 0;
}
section#offerte .container-fluid .product #specs .custom .right .TotalPrice .priceingcontainer {
  color: #707474;
}
section#offerte .container-fluid .product #specs .custom .right .field-validation-error {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#offerte .container-fluid .product #specs .custom .right .input {
  width: 40px;
  text-align: center;
  height: 40px;
}
section#offerte .container-fluid .product #specs .custom .right .bestelButton {
  background: #C48E35;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#offerte .container-fluid .product {
    padding: 0px;
  }
  section#offerte .container-fluid .product h2 {
    text-align: center;
  }
  section#offerte .container-fluid .product .description {
    min-height: 55px;
    overflow: hidden;
    color: #707474;
    padding: 10px;
  }
  section#offerte .container-fluid .product #specs {
    border-bottom: 1px solid #bd8b40;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 5px 10px 10px 10px;
    width: 100%;
  }
  section#offerte .container-fluid .product #specs .bold {
    display: inline-block;
    margin-bottom: 5px;
    color: #707474;
  }
  section#offerte .container-fluid .product #specs .row {
    margin-bottom: 3px;
  }
  section#offerte .container-fluid .product #specs .row .left {
    width: 30%;
    float: left;
    min-height: 1px;
    text-align: left;
    line-height: 20px;
    color: #000000;
  }
  section#offerte .container-fluid .product #specs .row .right {
    float: left;
    min-height: 1px;
    position: relative;
    width: 70%;
    margin-right: 0px;
    line-height: 20px;
    color: #687273;
  }
  section#offerte .container-fluid .product #specs .custom {
    margin-top: 12px;
  }
  section#offerte .container-fluid .product #specs .custom .left {
    width: 30%;
    line-height: 40px;
  }
  section#offerte .container-fluid .product #specs .custom .right {
    width: 70%;
    line-height: 20px;
  }
  section#offerte .container-fluid .product #specs .custom .right .TotalPrice {
    display: block;
    width: 100%;
    float: left;
  }
  section#offerte .container-fluid .product #specs .custom .right .TotalPrice .nopadding {
    padding-top: 0;
  }
  section#offerte .container-fluid .product #specs .custom .right .input {
    width: 40px;
    text-align: center;
    height: 40px;
  }
  section#offerte .container-fluid .product #specs .custom .right .bestelButton {
    background: #C48E35;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'quicksandregular';
    font-weight: normal;
  }
  section#offerte .container-fluid .product .row.small {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  section#offerte .container-fluid .product .description {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#offerte .container-fluid .product .description {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#offerte .container-fluid .product .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 1200px) {
  section#offerte .container-fluid .product .description {
    font-size: 15px;
  }
}
section#offerte .container-fluid .contactForm {
  font-family: 'quicksandregular';
  font-weight: normal;
  padding: 30px 30px 30px 0px;
}
section#offerte .container-fluid .contactForm h2 {
  text-align: left;
  color: #C48E35;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 30px;
  }
}
section#offerte .container-fluid .contactForm .intro .titelgroot {
  font-size: 18px;
  font-family: 'quicksandbold';
  font-weight: normal;
  color: #707474;
}
section#offerte .container-fluid .contactForm .left {
  width: 30%;
  float: left;
  margin-right: 30px;
  text-align: right;
}
section#offerte .container-fluid .contactForm .right {
  float: left;
  position: relative;
  width: 50%;
}
section#offerte .container-fluid .contactForm .input {
  border-radius: 4px;
}
section#offerte .container-fluid .contactForm .input.wide335 {
  width: 100%;
}
section#offerte .container-fluid .contactForm .input.wide250 {
  width: 60%;
}
section#offerte .container-fluid .contactForm .input.wide250.right {
  width: 55%;
}
section#offerte .container-fluid .contactForm .input.wide75 {
  width: 30%;
}
section#offerte .container-fluid .contactForm .input.wide75.right {
  width: 25%;
}
section#offerte .container-fluid .contactForm .row .right .textarea {
  width: 100%;
  border-radius: 4px;
}
section#offerte .container-fluid .contactForm .required {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#offerte .container-fluid .contactForm .formcheckboxcontainer a {
  color: #C48E35;
}
section#offerte .container-fluid .contactForm .bestelbutton {
  text-transform: none;
  color: #FFFFFF;
  background: #C48E35;
  border-radius: 4px;
  padding: 10px 60px;
  font-family: 'quicksandbold';
  font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#offerte .container-fluid .contactForm {
    padding: 30px 30px;
  }
  section#offerte .container-fluid .contactForm h2 {
    text-align: left;
    color: #C48E35;
    font-family: 'quicksandregular';
    font-weight: normal;
  }
  section#offerte .container-fluid .contactForm .intro .titelgroot {
    font-size: 18px;
    font-family: 'quicksandbold';
    font-weight: normal;
    color: #707474;
  }
  section#offerte .container-fluid .contactForm .left {
    margin: 0px;
    padding: 10px 30px 0 0;
    width: 44%;
    text-align: right;
  }
  section#offerte .container-fluid .contactForm .input.wide335 {
    width: 100%;
  }
  section#offerte .container-fluid .contactForm .input.wide250 {
    width: 74%;
  }
  section#offerte .container-fluid .contactForm .input.wide250.right {
    width: 57%;
  }
  section#offerte .container-fluid .contactForm .input.wide75 {
    width: 39%;
  }
  section#offerte .container-fluid .contactForm .input.wide75.right {
    width: 22%;
  }
  section#offerte .container-fluid .contactForm .row .right .textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (max-width: 767px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 1200px) {
  section#offerte .container-fluid .contactForm h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section#offerte .container-fluid .contactForm {
    padding: 30px;
  }
  section#offerte .container-fluid .contactForm .field-validation-error {
    width: 100%;
  }
  section#offerte .container-fluid .contactForm .left {
    width: 100%;
    text-align: left;
    margin: 0px;
  }
  section#offerte .container-fluid .contactForm .row .right {
    width: 100%;
  }
  section#offerte .container-fluid .contactForm .row .right .input.wide355 {
    width: 100%;
  }
  section#offerte .container-fluid .contactForm .row .right .input.wide75 {
    width: 35%;
  }
  section#offerte .container-fluid .contactForm .row .right .input.wide75.right {
    width: 16%;
  }
  section#offerte .container-fluid .contactForm .row .right .input.wide250 {
    width: 80%;
    margin-right: 10px;
  }
  section#offerte .container-fluid .contactForm .row .right .input.wide250.right {
    width: 62%;
    margin-right: 0px;
  }
  section#offerte .container-fluid .contactForm .row .right .textarea {
    width: 100%;
  }
}
#contactform2 .container .rechts .benelux a.active .plus {
  display: none;
}
#contactform2 .container .rechts .benelux a.active .min {
  display: block;
}
section#footer {
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.06);
}
section#footer .container-fluid .footermenu {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#footer .container-fluid .copyright {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#overonscontent .container .tekst p {
  font-family: 'quicksandregular';
  font-weight: normal;
}
#overons .container .slider .inner {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.filter .container .title h2 {
  font-family: 'quicksandregular';
  font-weight: normal;
}
.filter .container .herstel a {
  font-family: 'quicksandregular';
  font-weight: normal;
}
.filter .container .option .inner .slidewidth .title,
.filter .container .option .inner .slidedepth .title {
  font-family: 'quicksandbold';
  font-weight: normal;
  color: #707474;
  font-size: 15px;
}
.filter .container .option .inner .min {
  font-family: 'quicksandregular';
  font-weight: normal;
}
.filter .container .option .inner .max {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#collecties .container .titel {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#collecties .container .overlay .tekst2 {
  font-family: 'quicksandbold';
  font-weight: normal;
}
section#dealersheader .container .header .inner .tekst h3 {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#dealersheader .container .header .inner .tekst .buttons {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#dealersheader .container .header .inner .tekst .buttons h2 {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#dealersheader .container .header .inner .tekst .buttons ul li a {
  line-height: 1em;
  padding: 8px 25px;
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
section#dealersheader .container .header .inner .tekst .findDealer .dropdown li a {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#dealersvakken .titel {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#dealersvakken .container .inner {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#dealersvakken .container .inner .kilometer {
  font-family: 'quicksandbold';
  font-weight: normal;
}
section#dealersvakken .container .inner h6 {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#serviceshop .container .introduction .leftCol .tekst {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#serviceshop .container .introduction .rightCol .inner .prijzenvak h3 {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#serviceshop .container .lineWrapper .tekst h2 {
  font-family: 'quicksandregular';
  font-weight: normal;
}
section#serviceshop .container .lineWrapper .producten .overlay .tekst2 {
  font-family: 'quicksandbold';
  font-weight: normal;
}
#serviceshop {
  float: left;
  padding-bottom: 80px;
}
#serviceshop .container {
  width: 100%;
}
#serviceshop .container .introduction {
  padding-top: 20px;
}
#serviceshop .container .introduction .leftCol {
  padding-right: 30px;
}
#serviceshop .container .introduction .leftCol .tekst {
  margin-top: 40px;
}
#serviceshop .container .introduction .leftCol .tekst h1 {
  color: #C48E35;
  margin: 0;
  padding-bottom: 10px;
}
#serviceshop .container .introduction .leftCol .tekst p {
  font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #serviceshop .container .introduction .leftCol .tekst {
    margin-top: 0px;
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .introduction .leftCol .tekst {
    margin-top: 0px;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .introduction .leftCol .tekst {
    margin-top: 20px;
    padding: 15px;
  }
}
@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) {
  #serviceshop .container .introduction .leftCol {
    padding-right: 0;
  }
}
#serviceshop .container .introduction .rightCol {
  padding-left: 30px;
}
#serviceshop .container .introduction .rightCol .inner {
  padding-top: 50px;
}
#serviceshop .container .introduction .rightCol .inner .prijzenvak {
  float: left;
  cursor: default;
  width: 320px;
  height: auto;
  padding: 30px;
  background-color: #bd8b40;
  text-transform: none;
}
#serviceshop .container .introduction .rightCol .inner .prijzenvak h3 {
  color: #FFFFFF;
  font-size: 23px;
  margin-top: 5px;
}
#serviceshop .container .introduction .rightCol .inner .prijzenvak p {
  margin-top: 0px;
  font-size: 18px;
  color: white;
  font-weight: lighter;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #serviceshop .container .introduction .rightCol .inner .prijzenvak {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #serviceshop .container .introduction .rightCol .inner .prijzenvak {
    width: 600px;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .introduction .rightCol .inner .prijzenvak {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #serviceshop .container .introduction .rightCol .inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .introduction .rightCol .inner {
    padding: 0 30px;
  }
}
@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) {
  #serviceshop .container .introduction .rightCol {
    padding-left: 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) {
  #serviceshop .container .introduction {
    padding-top: 0;
  }
}
#serviceshop .container .lineWrapper {
  padding-bottom: 20px;
  width: 100%;
  float: left;
  position: unset;
}
#serviceshop .container .lineWrapper .tekst h2 {
  color: #C48E35;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .lineWrapper .tekst h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .lineWrapper .tekst h2 {
    font-size: 28.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #serviceshop .container .lineWrapper .tekst h2 {
    font-size: 29.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #serviceshop .container .lineWrapper .tekst h2 {
    font-size: 30px;
  }
}
@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) {
  #serviceshop .container .lineWrapper .tekst h2 {
    padding-bottom: 5px;
    margin: 0;
    padding-top: 20px;
  }
}
#serviceshop .container .lineWrapper .tekst p {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .lineWrapper .tekst p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #serviceshop .container .lineWrapper .tekst {
    padding: 40px 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .lineWrapper .tekst {
    text-align: center;
    padding: 20px 15px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .lineWrapper .tekst {
    text-align: center;
    padding: 20px 0 0 0;
  }
}
#serviceshop .container .lineWrapper .overview .producten ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#serviceshop .container .lineWrapper .overview .producten ul li {
  padding: 0;
  list-style: none;
  display: inline;
  float: left;
  height: auto;
  /*margin: 0 25px 20px 0;*/
  /*width: 286px;*/
  overflow: hidden;
}
#serviceshop .container .lineWrapper .overview .producten ul li a {
  display: inline-block;
  width: 100%;
  border: 0px solid #414342;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  background-color: #FFF;
}
#serviceshop .container .lineWrapper .overview .producten ul li a .inner {
  padding: 30px;
}
#serviceshop .container .lineWrapper .overview .producten ul li a .inner .overlay {
  position: absolute;
  width: 75%;
  height: auto;
  background: white;
  left: 30px;
  bottom: 0px;
  padding: 20px 30px 20px 20px;
}
#serviceshop .container .lineWrapper .overview .producten ul li a .inner .overlay .button2 {
  position: absolute;
  right: -27px;
  bottom: 25px;
  text-align: center;
  background-color: #C48E35;
  line-height: 54px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#serviceshop .container .lineWrapper .overview .producten ul li a .inner .overlay .button2 .fas {
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .lineWrapper .overview .producten ul li a .inner .overlay .button2 {
    right: 40px;
    bottom: 20px;
    line-height: 32px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .lineWrapper .overview .producten ul li a .inner .overlay .button2 {
    right: 30px;
    bottom: 20px;
    line-height: 32px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .lineWrapper .overview .producten ul li a .inner .overlay {
    color: black;
    background-color: #F9F9F9;
    position: unset;
    padding: 20px;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .lineWrapper .overview .producten ul li a .inner {
    padding: 20px 0 0 0;
  }
}
#serviceshop .container .lineWrapper .overview .producten ul li a:hover {
  width: 100% !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .lineWrapper .overview .producten ul li {
    margin: 0;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #serviceshop .container .lineWrapper .overview .producten ul li {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #serviceshop .container .lineWrapper .overview .producten {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #serviceshop .container .lineWrapper {
    padding: 30px;
  }
}
@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) {
  #serviceshop {
    padding-bottom: 20px;
  }
}
#brochure {
  float: left;
}
#brochure .container {
  padding: 50px 0;
  width: 100%;
}
#brochure .container h1 {
  font-family: 'quicksandregular';
  font-weight: normal;
  color: #C48E35;
  padding: 15px 0 50px 0;
  text-align: center;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  #brochure .container h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container h1 {
    font-size: 30.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochure .container h1 {
    font-size: 33.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #brochure .container h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochure .container h1 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container h1 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container h1 {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
  }
}
#brochure .container .intro p {
  padding-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  #brochure .container .intro p {
    text-align: left;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container .intro p {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  #brochure .container .intro p {
    padding-top: 20px;
  }
}
#brochure .container .image {
  padding-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #brochure .container .image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container .image {
    width: 60%;
  }
}
@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) {
  #brochure .container .leftCol {
    padding-right: 0;
  }
}
#brochure .container .leftCol .inner {
  width: 100%;
}
#brochure .container .leftCol .inner .brochureFormulier .container {
  padding: 20px 0 0 0;
  width: unset;
}
#brochure .container .leftCol .inner .brochureFormulier .container .row {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .brochureFormulier .container .row {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .brochureFormulier .container {
    padding: 0 30px;
  }
}
#brochure .container .leftCol .inner .left {
  width: 40%;
  text-align: right;
  margin-right: 0;
  padding-right: 30px;
  float: left;
  line-height: 40px;
  min-height: 1px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .left {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochure .container .leftCol .inner .left {
    width: 41%;
  }
}
#brochure .container .leftCol .inner .right {
  float: left;
  min-height: 1px;
  position: relative;
  width: 60%;
}
#brochure .container .leftCol .inner .right .formButton {
  background: #C48E35;
  border-radius: 4px;
  text-transform: none;
  font-family: 'quicksandbold';
  font-weight: normal;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  line-height: 28.5882px;
  height: auto;
  margin-top: 15px;
}
#brochure .container .leftCol .inner .right .formButton:hover {
  background: #707474;
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .right .wide75 {
    width: unset;
  }
}
@media only screen and (max-width: 1499px) {
  #brochure .container .leftCol .inner .right {
    width: 50%;
  }
}
#brochure .container .leftCol .inner .right .input.wide250 {
  width: 60%;
  border-radius: 4px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .right .input.wide250 {
    width: 73%;
  }
}
#brochure .container .leftCol .inner .right .input.wide120 {
  width: 50%;
  font-family: 'quicksandregular';
  font-weight: normal;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochure .container .leftCol .inner .right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .right {
    width: 100%;
  }
}
#brochure .container .leftCol .inner .required {
  color: #bd8b40;
  font-size: 17px;
  position: absolute;
  left: -21px;
  font-family: 'quicksandregular';
  font-weight: normal;
  top: 4px;
}
#brochure .container .leftCol .inner .input.wide335,
#brochure .container .leftCol .inner textarea.wide335 {
  width: 100%;
  border-radius: 4px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
#brochure .container .leftCol .inner .input.wide75.right {
  width: 16% !important;
  font-family: 'quicksandregular';
  font-weight: normal;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .input.wide75.right {
    width: 25% !important;
    float: right;
  }
}
@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) {
  #brochure .container .leftCol .inner {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container .leftCol .inner .formButton {
    margin-top: 20px;
  }
}
@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) {
  #brochure .container .leftCol .inner {
    width: unset;
  }
}
#brochure .container .rightCol {
  float: left;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  #brochure .container .rightCol {
    padding: 0px;
  }
}
#brochure .container .rightCol .midden {
  float: left;
  width: 50%;
}
#brochure .container .rightCol .midden h2 {
  color: #C48E35;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  #brochure .container .rightCol .midden h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container .rightCol .midden h2 {
    font-size: 26.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochure .container .rightCol .midden h2 {
    font-size: 28.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #brochure .container .rightCol .midden h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container .rightCol .midden h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container .rightCol .midden h2 {
    text-align: left;
    margin-top: 30px;
  }
}
#brochure .container .rightCol .midden p {
  color: #3D3F3F;
}
@media only screen and (max-width: 767px) {
  #brochure .container .rightCol .midden p {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container .rightCol .midden p {
    text-align: left;
  }
}
#brochure .container .rightCol .midden .darkButtons a {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  background-color: #4CCE7F;
  width: 100%;
  float: left;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  font-family: 'quicksandbold';
  font-weight: normal;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  line-height: 28.5882px;
  height: auto;
}
#brochure .container .rightCol .midden .darkButtons a:hover {
  background-color: #6a7172;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container .rightCol .midden .darkButtons a {
    width: 50%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container .rightCol .midden .darkButtons a {
    width: 100%;
    text-align: center;
  }
}
#brochure .container .rightCol .midden .darkButtons:hover {
  text-decoration: none;
}
#brochure .container .rightCol .midden .info {
  width: 100%;
}
#brochure .container .rightCol .midden .info h2 {
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brochure .container .rightCol .midden {
    float: right;
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container .rightCol .midden {
    text-align: center;
    width: unset;
    float: unset;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container .rightCol .midden {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #brochure .container .rightCol {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #brochure .container {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #brochure .container {
    padding: 40px;
  }
}
#montage {
  float: left;
  padding-bottom: 80px;
}
#montage .container {
  width: 100%;
  text-align: center;
}
#montage .container .inner h1 {
  color: #C48E35;
  padding-top: 80px;
  padding-bottom: 5px;
  margin: 0;
  font-family: 'quicksandregular';
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #montage .container .inner h1 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #montage .container .inner h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #montage .container .inner h1 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  #montage .container .inner h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #montage .container .inner h1 {
    padding: 20px 15px 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #montage .container .inner h1 {
    padding-top: 50px;
  }
}
#montage .container .inner p {
  font-size: 17px;
  color: #3D3F3F;
  margin: 0;
  font-family: 'quicksandregular';
  font-weight: normal;
}
#montage .container .inner p a {
  color: #C48E35;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #montage .container .inner p {
    padding: 0 15px;
  }
}
#montage .container .leftCol {
  padding-right: 20px;
}
#montage .container .leftCol .inner {
  width: 50%;
  float: right;
}
#montage .container .leftCol .inner h2 {
  text-align: left;
  font-size: 25px;
  color: #707474;
  margin: 0;
  padding-bottom: 10px;
  font-family: 'quicksandregular';
  font-weight: normal;
}
#montage .container .leftCol .inner .darkButtons {
  width: 100% !important;
}
#montage .container .leftCol .inner .darkButtons .collectie {
  background-color: #6a7172;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  width: 100%;
  float: left;
}
#montage .container .leftCol .inner .darkButtons .collectie a {
  padding: 5px 20px;
  float: left;
  color: white;
  font-size: 20px;
  width: 100% !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
#montage .container .leftCol .inner .darkButtons .collectie a:hover,
#montage .container .leftCol .inner .darkButtons .collectie a.active {
  text-decoration: none;
  background-color: #C48E35;
}
#montage .container .leftCol .inner .darkButtons .collectie .width {
  background-color: #efefef;
  border-bottom: solid 1px white;
  width: 100% !important;
  float: left;
}
#montage .container .leftCol .inner .darkButtons .collectie .width a {
  padding: 2px 20px;
  float: left;
  color: #6a7172;
  font-size: 13px;
  text-decoration: none;
}
#montage .container .leftCol .inner .darkButtons .collectie .width a span {
  color: #C48E35;
}
#montage .container .leftCol .inner .darkButtons .collectie .width a:hover {
  text-decoration: none;
  background-color: #a3a7a8;
  color: white;
}
#montage .container .leftCol .inner .darkButtons .collectie .width a:hover span {
  color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #montage .container .leftCol .inner {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #montage .container .leftCol .inner {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #montage .container .leftCol .inner {
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #montage .container .leftCol {
    padding: 0;
  }
}
#montage .container .rightCol {
  float: left;
  margin: 0;
  padding-left: 20px;
}
#montage .container .rightCol .inner h3 {
  color: #707474;
  text-align: left;
  margin: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #montage .container .rightCol .inner h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #montage .container .rightCol .inner h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #montage .container .rightCol .inner h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  #montage .container .rightCol .inner h3 {
    font-size: 25px;
  }
}
#montage .container .rightCol .inner h2 {
  color: #C48E35;
  text-align: left;
  margin: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #montage .container .rightCol .inner h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #montage .container .rightCol .inner h2 {
    font-size: 27.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #montage .container .rightCol .inner h2 {
    font-size: 28.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  #montage .container .rightCol .inner h2 {
    font-size: 30px;
  }
}
#montage .container .rightCol .inner p {
  text-align: left;
  padding-bottom: 10px;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #montage .container .rightCol .inner p {
    padding: 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) {
  #montage .container .rightCol .inner p {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #montage .container .rightCol .inner {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #montage .container .rightCol .inner {
    width: 75%;
  }
}
#montage .container .rightCol ul {
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 60%;
}
#montage .container .rightCol ul li {
  padding: 0 0 4px 0;
  padding: 0;
  list-style: none;
  width: calc(50% - 20px);
  float: left;
  border-right: 1px solid #efefef;
  margin-right: 20px;
  padding-right: 20px;
}
#montage .container .rightCol ul li a {
  display: block;
  background: url(/Content/images/icons/pdf.png) 3px 3px no-repeat;
  padding: 2px 0 5px 25px;
  color: #6a7172;
  font-weight: normal;
  text-align: left;
  width: 100%;
  /*word-break:break-all;*/
  /*word-wrap: break-word;*/
  font-family: 'quicksandregular';
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  #montage .container .rightCol ul li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1500px) {
  #montage .container .rightCol ul li {
    width: 80%;
    border-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #montage .container .rightCol ul li {
    width: 100%;
    border-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #montage .container .rightCol ul li {
    width: 100%;
    border-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #montage .container .rightCol {
    padding: 0 15px;
  }
}
#montage .knopjes {
  width: 100%;
  float: left;
  padding-top: 25px;
  padding-bottom: 20px;
}
#montage .knopjes .postcode {
  line-height: 39px;
  padding: 0 20px;
  color: #707474;
  background: #FFFFFF;
  position: relative;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}
#montage .knopjes .montagetekeningen {
  width: auto;
  height: 46px;
  line-height: 39px;
  padding: 0 10px;
  color: #707474;
  background: #FFFFFF;
  position: relative;
  margin-right: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #montage .knopjes .montagetekeningen {
    width: 100%;
    margin: 0;
  }
}
#montage .knopjes .search {
  color: #FFFFFF;
  border: none;
  background: #C48E35;
  cursor: pointer;
  font-family: 'quicksandbold';
  font-weight: normal;
  border-radius: 4px;
  padding: 10px 60px;
}
#montage .knopjes .search:hover {
  background: #6a7172;
}
@media only screen and (max-width: 767px) {
  #montage .knopjes .search {
    width: 100%;
  }
}
#montage .knopjes .dropdown {
  float: none;
}
@media only screen and (max-width: 1270px) {
  #montage .knopjes .dropdown dt a {
    /*width: 350px;
                        margin-top: 5px;
                        margin-right: 0;*/
  }
}
@media only screen and (max-width: 767px) {
  #montage .knopjes .dropdown dt a {
    /*width: 100%;*/
  }
}
@media only screen and (max-width: 767px) {
  #montage .knopjes .dropdown {
    /*float: left;
                margin-bottom: 10px;*/
  }
}
#montage .knopjes .dropdownmeubelvariant {
  display: inline-block;
  border-radius: 4px;
}
#montage .knopjes .dropdownmeubelvariant dd {
  margin: 0;
  padding: 0;
  position: relative;
}
#montage .knopjes .dropdownmeubelvariant dd ul {
  background: #FFFFFF;
  border: 1px #dadbdc solid;
  color: #707474;
  z-index: 1;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 2px;
  width: auto;
  list-style: none;
  display: none;
}
#montage .knopjes .dropdownmeubelvariant dd ul li a {
  padding: 10px;
  display: block;
  color: #707474;
  text-align: left;
}
#montage .knopjes .dropdownmeubelvariant dd ul li a:hover {
  color: #FFF;
  background-color: #707474;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #montage .knopjes .dropdownmeubelvariant dd ul {
    width: 100%;
  }
}
#montage .knopjes .dropdownmeubelvariant dt {
  margin: 0;
  padding: 0;
}
#montage .knopjes .dropdownmeubelvariant dt a {
  display: block;
  border: 1px #dadbdc solid;
  color: #707474;
  background-color: #FFFFFF;
  font-family: 'quicksandregular';
  font-weight: normal;
  padding: 5px 40px 5px 10px;
  width: auto;
  border-radius: 4px;
  margin-right: 10px;
}
#montage .knopjes .dropdownmeubelvariant dt a span {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#montage .knopjes .dropdownmeubelvariant dt a span .fas {
  color: #3D3F3F;
  font-size: 17px;
  position: absolute;
  right: 30px;
  padding-top: 3px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #montage .knopjes .dropdownmeubelvariant dt a {
    margin-right: 0;
    width: 100%;
    padding: 4px 0px;
  }
}
#montage .knopjes .dropdownmeubelvariant ul {
  margin: 0;
  padding: 0;
}
#montage .knopjes .dropdownmeubelvariant a {
  color: #a0a0a0;
  text-decoration: none;
  outline: none;
}
#montage .knopjes .dropdownmeubelvariant a:visited {
  color: #a0a0a0;
  text-decoration: none;
  outline: none;
}
#montage .knopjes .dropdownmeubelvariant span.value {
  display: none;
}
@media only screen and (max-width: 767px) {
  #montage .knopjes .dropdownmeubelvariant {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #montage .knopjes {
    padding: 25px 15px 10px 15px;
  }
}
#homeslider .buttonContainer {
  padding-top: 20px;
  text-align: center;
}
#homeslider .buttonContainer .buttongroen {
  position: relative;
  background-color: #4CCE7F;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
  border: none;
  z-index: 5;
}
#homeslider .buttonContainer .buttongroen:hover {
  background-color: #6a7172;
  color: white;
}
#homeslider .buttonContainer .buttongroen .fas {
  color: white;
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .buttonContainer {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .buttonContainer {
    padding: 0px !important;
  }
  #homeslider .buttonContainer .buttongroen {
    width: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .buttonContainer {
    padding: 50px 20px 0 20px;
  }
}
#homeslider {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
}
#homeslider .container {
  width: 100%;
  height: auto;
  background-color: white;
}
#homeslider .container .owl-stage-outer .owl-stage .owl-item {
  margin-bottom: 24px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container {
    height: auto;
    background: none;
  }
}
#homeslider .container .slider {
  padding: 75px 80px 10px 80px;
}
#homeslider .container .slider .inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background-color: white;
}
#homeslider .container .slider .foto {
  background: url(/Content/images/slider.png) no-repeat;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .foto {
    height: unset;
  }
}
#homeslider .container .slider .foto img {
  max-width: 100%;
  height: auto;
}
#homeslider .container .slider .tekst {
  padding: 30px !important;
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 240px !important;
}
#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;
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst h3 {
    margin-bottom: 10px;
  }
}
#homeslider .container .slider .tekst p {
  color: #3D3F3F;
  font-size: 17px;
  font-family: QuicksandRegular;
  line-height: 26px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider .tekst p {
    padding-bottom: unset;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst p {
    padding-bottom: 20px;
  }
}
@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 {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  width: 100%;
}
#homeslider .container .slider .tekst .button:hover {
  background: white;
  border: 0;
}
#homeslider .container .slider .tekst .button:hover h3 {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst .button {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst .button {
    font-size: 16px !important;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider .tekst .button {
    padding: 10px 20px;
    bottom: unset;
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider .tekst {
    height: 460px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst {
    padding: 30px;
    height: 480px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst {
    padding: 30px 20px 30px 20px;
    height: 570px;
  }
}
#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: unset;
  }
}
#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: unset;
    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) {
  #homeslider .container .slider {
    padding: 0px 30px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider {
    padding: 0px 0px 15px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider {
    padding: 0px 30px 30px 30px;
    background-color: white;
  }
}
@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;
  }
}
.owl-theme .owl-dots {
  text-align: center;
  bottom: 58px;
  left: 28%;
  position: absolute;
  padding-left: 30px;
  z-index: 6;
  /* @media @md {
        bottom: 100px;
        left: 43px;
    }*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .owl-theme .owl-dots {
    right: 10px;
    left: auto;
    bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-theme .owl-dots {
    right: 10px;
    left: auto;
    bottom: 19px;
  }
  .owl-theme .owl-dots span {
    margin-bottom: 0;
  }
}
.owl-theme .owl-nav {
  text-align: center;
  bottom: 50px;
  left: 0px;
  position: absolute;
  width: 51%;
  z-index: 5;
}
.owl-theme .owl-nav button {
  background: rgba(255, 255, 255, 0.9) !important;
  width: 48px;
  height: 48px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.owl-theme .owl-nav button:hover {
  color: initial !important;
  background-color: white !important;
}
.owl-theme .owl-nav button span {
  font-size: 34px;
  font-weight: 900;
  color: #C48E35;
  top: -4px;
  position: absolute;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .owl-theme .owl-nav button {
    background: #C48E35 !important;
  }
  .owl-theme .owl-nav button:hover {
    background: #C48E35 !important;
  }
  .owl-theme .owl-nav button span {
    color: white;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .owl-theme .owl-nav {
    width: 140px;
    bottom: 19px;
  }
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background-color: #687073;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 0px;
  margin-right: 1px;
}
.owl-theme .owl-dots .owl-dot span .active {
  background: #C48E35;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: #C48E35;
  border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #C48E35;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}
section#homepageBanners .container-fluid .banner:hover .inner .overlay .button2 {
  right: -32px;
}
@media only screen and (max-width: 767px) {
  section#homepageBanners .container-fluid .banner .inner .overlay .button2 {
    bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  section#homepageBanners .container-fluid .banner:hover .inner .overlay .button2 {
    right: 20px;
  }
}
/*#header{
    z-index: 99;
    .shadow();
}*/
section#primabadtekst .container .primabad .button {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
section#primabadtekst .container h1 {
  line-height: 1.58823529;
}
.banner .inner .overlay {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
}
.banner .inner .overlay .nieuws {
  font-size: 20px;
  font-weight: 600;
}
.banner .inner .overlay .tekst {
  font-size: 17px;
}
.banner .inner .overlay .button2 {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#mapdealerdetail .container .inner .vak .tekst {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  bottom: 1px;
}
#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 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background-color: white;
}
#about .container .original .foto {
  background: url(/Content/images/Primabad-Kantoor-29-10-22.jpg) no-repeat center center;
  background-size: cover;
  max-width: 805px;
  height: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .original .foto {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .original .foto {
    max-width: 100%;
  }
}
#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 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #C48E35;
  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;
  padding: 10px 30px;
}
#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 25px;
  }
}
@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 .foto {
  background: url(/Content/images/Primabad-Kantoor-29-10-22.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .contact .foto {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #about .container .contact .foto {
    width: 100%;
  }
}
#about .container .contact .tekst {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  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 .tekst:hover .pijl {
  right: -32px;
}
#about .container .contact .button {
  background-color: #C48E35;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  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;
  bottom: 40px !important;
  top: unset !important;
  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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#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;
  }
}
