/*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);
}
/*Series*/
section#breadcrumbs {
  float: left;
  width: 100%;
}
section#breadcrumbs .container-fluid {
  background: #F9F9F9;
  padding: 15px 0px;
}
section#breadcrumbs .container-fluid ul {
  margin: 0px;
  padding: 0px;
}
section#breadcrumbs .container-fluid li {
  margin: 0px 0 0 0;
  padding: 0px;
  list-style: none;
  display: block;
  float: left;
}
section#breadcrumbs .container-fluid a {
  display: block;
  color: #a37200;
  line-height: 20px;
  float: left;
  font-family: 'quicksandregular';
  font-weight: normal;
  text-decoration: underline;
}
@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: 12.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#breadcrumbs .container-fluid a {
    font-size: 13.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  section#breadcrumbs .container-fluid a {
    font-size: 14px;
  }
}
section#breadcrumbs .container-fluid .fa-home {
  display: inline-block;
  color: #a37200;
  margin: 0px 10px 0 0;
  line-height: 18px;
}
section#breadcrumbs .container-fluid .divider {
  width: auto;
  display: inline-block;
  float: left;
  margin: 0 10px;
  line-height: 20px;
  color: #E5E5E5;
}
@media only screen and (max-width: 767px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 12.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 13.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  section#breadcrumbs .container-fluid .divider {
    font-size: 14px;
  }
}
section#breadcrumbs .container-fluid a.active {
  color: #687273;
  text-decoration: none;
  cursor: default;
}
.lineOverview {
  background-color: white;
}
.filter {
  background-color: white;
  /*    .option {
        text-align: center;

        .slidewidth {
            float: left;
            padding: 0px 20px 0px 0px;
            padding-bottom: 50px;

            @media @xs, @sm {
                width: 100%;
                padding: 0px 0px 20px 0px;
            }
        }

        .slidedepth {
            float: left;
            padding: 0px 0px 0px 20px;

            @media @xs, @sm {
                width: 100%;
                padding: 0px 0px 0px 0px;
            }
        }

        .title {
            font: 12px @montserratlight, Verdana, sans-serif;
            font-weight: bold;
            color: @logo-yellow;
            float: left;
            margin-right: 5px;
            width: 60px;
        }

        .slideHolder {
            width: 385px;
            float: left;
            margin-bottom: 10px;
            cursor: pointer;

            @media @xs, @sm {
                width: 100%;
            }

            .ui-slider {
                margin-bottom: 10px;
            }

            .min {
                float: left;
            }

            .max {
                float: right;
            }

            span {
                color: #707474;
            }
        }



        .waarde {
        }


        .ui-slider .ui-slider-range {
            background: url(/Content/Images/bg-slidebar-activepart.jpg) top left repeat-x !important;
        }

        .ui-widget-content {
            border: none;
            background: url("/Content/Images/bg-slidebar.jpg") repeat-x scroll left top !important;
            height: 4px !important;
            margin-top: 3px !important;
        }
    }*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter .container {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .filter .container {
    padding: 30px;
  }
}
.filter .title h2 {
  color: #C48E35;
  font-size: 34px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.filter .herstel {
  float: right;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 75px;
}
.filter .herstel a {
  color: #C48E35;
  text-decoration: underline;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .filter .herstel {
    position: unset;
    float: left;
    padding-bottom: 20px;
  }
}
.filter .inner {
  margin-left: -5px;
  margin-right: -5px;
}
.filter .inner > div {
  padding: 5px;
}
.filter .inner > div .multiselect-filter {
  position: relative;
}
section#homepageBanners,
section#productgroepen {
  height: auto;
  font-family: quicksandregular;
  float: left;
  width: 100%;
  padding: 0px 15px;
}
@media only screen and (max-width: 767px) {
  section#homepageBanners,
  section#productgroepen {
    padding: 0px 0px;
  }
}
section#homepageBanners .leftCol,
section#productgroepen .leftCol {
  background-color: #FFF;
}
section#homepageBanners .leftCol h1,
section#productgroepen .leftCol h1 {
  color: #C48E35;
  font-size: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  section#homepageBanners .leftCol h1,
  section#productgroepen .leftCol h1 {
    text-align: center;
  }
}
section#homepageBanners p,
section#productgroepen p {
  color: #3D3F3F;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  section#homepageBanners p,
  section#productgroepen p {
    text-align: center;
  }
}
section#homepageBanners .inner2,
section#productgroepen .inner2 {
  padding: 90px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  section#homepageBanners .inner2,
  section#productgroepen .inner2 {
    padding: 30px;
  }
}
.content {
  clear: both;
  display: inline-block;
  float: left;
  width: 100%;
}
.content .description {
  display: inline-block;
  width: 100%;
  color: #B6B8B8;
  padding: 17px;
}
/*.container-fluid {
    padding: 0px 15px;
    background-color: none !important;*/
/*@media @xs {
        background-color: #F9F9F9;
        padding-top: 20px;
    }*/
.banner {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.nieuws .inner .overlay {
    position: relative;
  }
}
.banner .inner {
  position: relative;
  width: 100%;
}
.banner .inner img {
  width: 100%;
  height: auto;
}
.banner .inner .overlay {
  -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;
  width: 75%;
  height: auto;
  background: white;
  left: 0px;
  bottom: 0px;
  padding: 30px;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .banner .inner .overlay {
    padding: 20px 30px 20px 20px;
  }
}
.banner .inner .overlay .button3 {
  background-color: #C48E35;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
  margin-top: 20px;
  border: none;
}
.banner .inner .overlay .button3 .fas {
  font-size: 14px;
  padding-left: 10px;
}
.banner .inner .overlay .subtitle {
  font-size: 22px;
  color: #707474;
}
.banner .inner .overlay .nieuws {
  color: #707474;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .banner .inner .overlay .nieuws {
    font-size: 16px;
  }
}
.banner .inner .overlay h3 {
  font-size: 30px;
  color: #C48E35;
  font-family: 'quicksandlight_italic';
  padding: 0px;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .banner .inner .overlay h3 {
    font-size: 20px;
    margin: 10px 0px 5px;
  }
}
.banner .inner .overlay .titel {
  font-size: 30px;
  color: #C48E35;
  font-weight: 100;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .banner .inner .overlay .titel {
    font-size: 18px;
  }
}
.banner .inner .overlay .tekst {
  font-size: 17px;
  color: #B6B8B8;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .banner .inner .overlay .tekst {
    font-size: 14px;
  }
}
.banner .inner .overlay .tekst2 {
  color: #707474;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .banner .inner .overlay {
    width: 100% !important;
  }
}
.banner .inner .overlay .button2 {
  position: absolute;
  right: -27px;
  bottom: 13px;
  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 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .banner .inner .overlay .button2 {
    right: 30px;
  }
}
.banner .inner .overlay .button2 .fas {
  color: white;
}
/*}*/
section#primabadtekst .container {
  text-align: center;
}
section#primabadtekst .container .primabad {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  section#primabadtekst .container .primabad {
    padding: 40px;
  }
}
section#primabadtekst .container .primabad .slogan h1 {
  text-align: center;
  font-size: 22px;
  color: #707474;
  line-height: 29px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  section#primabadtekst .container .primabad .slogan h1 {
    padding-bottom: 20px;
  }
}
section#primabadtekst .container .primabad .slogan p {
  display: none;
}
section#primabadtekst .container .primabad .button {
  font-weight: bold !important;
  font-size: 18px !important;
  font-family: quicksandbold !important;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.button {
  background-color: white;
  border: #f0e3cc solid 1px;
  color: #C48E35;
  padding: 18px 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  -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);
  font-family: 'quicksandregular';
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 18px;
    width: 100%;
  }
}
.button:hover {
  background-color: #6a7172;
  color: white;
  border: #6a7172 solid 1px;
  text-decoration: none;
}
/*Service shop*/
/*.introduction {
    .leftCol {
        h1 {
            color: gray;
        }

        p {
            color: gray;
        }

        .tekst {
            @media @xs, @sm {
                padding: 10px;
            }
        }
    }

    .rightCol {
        margin: 0px !important;
    }
}*/
/*Brochure*/
.formButton {
  background: #bd8b40;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  height: 39px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 15px;
  font-size: 12px;
  font-family: 'montserratsemibold';
  font-weight: normal;
}
.formButton:hover {
  background: #6a7172;
}
@media only screen and (max-width: 767px) {
  .formButton {
    width: 100%;
  }
}
section#content3 {
  float: left;
  width: 100%;
}
section#content3 .container-fluid li {
  list-style-type: none;
}
section#content3 .container-fluid .otherProducts .overlay {
  position: absolute;
  width: 75%;
  height: auto;
  background: white;
  left: 0px;
  bottom: 0px;
  padding: 30px;
}
section#content3 .container-fluid .otherProducts .overlay .button3 {
  background-color: #C48E35;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
  margin-top: 20px;
  border: none;
}
section#content3 .container-fluid .otherProducts .overlay .button3 .fas {
  font-size: 14px;
  padding-left: 10px;
}
section#content3 .container-fluid .otherProducts .overlay .subtitle {
  font-size: 22px;
  color: #707474;
}
section#content3 .container-fluid .otherProducts .overlay .nieuws {
  color: #707474;
  font-size: 22px;
  font-weight: bold;
}
section#content3 .container-fluid .otherProducts .overlay h3 {
  font-size: 30px;
  color: #C48E35;
  font-family: 'quicksandlight_italic';
  padding: 0px;
}
section#content3 .container-fluid .otherProducts .overlay .titel {
  font-size: 30px;
  color: #C48E35;
  font-weight: 100;
}
section#content3 .container-fluid .otherProducts .overlay .tekst {
  font-size: 17px;
  color: #B6B8B8;
}
section#content3 .container-fluid .otherProducts .overlay .tekst2 {
  color: #707474;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  font-family: 'quicksandregular';
}
section#content3 .container-fluid .otherProducts .overlay p {
  text-align: left;
  color: #B6B8B8;
  font-size: 14px;
  font-family: 'quicksandregular';
}
@media only screen and (max-width: 767px) {
  section#content3 .container-fluid .otherProducts .overlay {
    width: 100% !important;
  }
}
section#content3 .container-fluid .otherProducts .overlay .button2 {
  position: absolute;
  right: -27px;
  bottom: 20px;
  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 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
section#content3 .container-fluid .otherProducts .overlay .button2 .fas {
  color: white;
}
section#content3 .container-fluid .otherProducts .overlay .button2:hover {
  right: -32px;
}
section#content3 .container-fluid .otherProducts .overlay h2 {
  font-family: 'quicksandregular';
  font-weight: normal;
  color: #C48E35;
  text-align: center;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  section#content3 .container-fluid .otherProducts .overlay h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#content3 .container-fluid .otherProducts .overlay h2 {
    font-size: 33.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#content3 .container-fluid .otherProducts .overlay h2 {
    font-size: 34.66666667px;
  }
}
@media only screen and (min-width: 1200px) {
  section#content3 .container-fluid .otherProducts .overlay h2 {
    font-size: 36px;
  }
}
section#content3 .container-fluid .otherProducts .overlay .lineWrapper {
  padding: 0 120px 60px 120px;
}
section#content3 .container-fluid .otherProducts .overlay .lineWrapper ul li {
  height: auto;
  margin: 0px;
  padding: 0 10px;
  text-align: center;
}
section#content3 .container-fluid .otherProducts .overlay .lineWrapper a .bar {
  text-align: left;
  position: absolute;
  width: 75%;
  height: auto;
  background: #FFFFFF;
  left: 1px;
  bottom: 1px;
  padding: 35px 60px 35px 40px;
  -webkit-box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
          box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
  border: none;
  color: #707474;
  font-family: 'quicksandbold';
  font-weight: normal;
  font-size: 22px;
}
section#content3 .container-fluid .otherProducts .overlay .lineWrapper a .bar p {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 14px;
  color: #B6B8B8;
}
section#content3 .container-fluid .otherProducts .overlay .lineWrapper a .bar .button2 {
  position: absolute;
  right: -27px;
  bottom: 35px;
  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#content3 .container-fluid .otherProducts .overlay .lineWrapper a .bar .button2 .fas {
  color: white;
}
section#content3 .container-fluid .otherProducts .overlay .lineWrapper a .bar .button2:hover {
  right: -32px;
}
section#content3 .container-fluid .otherProducts .overlay .lineWrapper a img {
  top: 0;
  left: 0;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section#content3 .container-fluid .container-fluid {
    padding: 0px 15px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts h2 {
    font-family: 'quicksandregular';
    font-weight: normal;
    color: #C48E35;
    text-align: center;
    padding: 20px 0 0 0;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper {
    padding: 0 60px 60px 60px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper ul li {
    width: 50%;
    height: auto;
    margin: 0px;
    padding: 10px 10px;
    text-align: center;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a {
    max-width: 444px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar {
    position: absolute;
    width: 85%;
    height: auto;
    background: #FFFFFF;
    left: 1px;
    bottom: 1px;
    padding: 20px 35px 20px 20px;
    -webkit-box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
            box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
    border: none;
    color: #707474;
    font-family: 'quicksandbold';
    font-weight: normal;
    font-size: 22px;
    text-align: left;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar p {
    font-family: 'quicksandregular';
    font-weight: normal;
    font-size: 14px;
    color: #B6B8B8;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2 {
    position: absolute;
    right: -27px;
    bottom: 35px;
    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#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2 .fas {
    color: white;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2:hover {
    right: -32px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a img {
    top: 0;
    left: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (max-width: 767px) {
  section#content3 .container-fluid .container-fluid .otherProducts h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 991px) {
  section#content3 .container-fluid .container-fluid .otherProducts h2 {
    font-size: 33.33333333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 992px) and (max-width: 1199px) {
  section#content3 .container-fluid .container-fluid .otherProducts h2 {
    font-size: 34.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and only screen and (min-width: 1200px) {
  section#content3 .container-fluid .container-fluid .otherProducts h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#content3 .container-fluid .container-fluid {
    padding: 0px 15px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts h2 {
    font-family: 'quicksandregular';
    font-weight: normal;
    color: #C48E35;
    text-align: center;
    padding: 0px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper {
    padding: 0px 10px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper ul li {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px 0px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a {
    max-width: 442px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar {
    position: absolute;
    width: 85%;
    height: auto;
    background: #FFFFFF;
    left: 1px;
    bottom: 1px;
    padding: 20px 35px 20px 20px;
    -webkit-box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
            box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
    border: none;
    color: #707474;
    font-family: 'quicksandbold';
    font-weight: normal;
    font-size: 22px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar p {
    font-family: 'quicksandregular';
    font-weight: normal;
    font-size: 14px;
    color: #B6B8B8;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2 {
    position: absolute;
    right: -27px;
    bottom: 35px;
    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#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2 .fas {
    color: white;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2:hover {
    right: -32px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a img {
    top: 0;
    left: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 442px;
  }
}
@media only screen and (max-width: 767px) {
  section#content3 .container-fluid .container-fluid {
    padding: 0px 15px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts h2 {
    font-family: 'quicksandregular';
    font-weight: normal;
    color: #C48E35;
    text-align: center;
    padding: 0px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper {
    padding: 0px 10px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper ul li {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px 0px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar {
    position: absolute;
    width: 85%;
    height: auto;
    background: #FFFFFF;
    left: 1px;
    bottom: 1px;
    padding: 20px 35px 20px 20px;
    -webkit-box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
            box-shadow: -4px 4px 24px 0px rgba(112, 112, 112, 0.5);
    border: none;
    color: #707474;
    font-family: 'quicksandbold';
    font-weight: normal;
    font-size: 22px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar p {
    font-family: 'quicksandregular';
    font-weight: normal;
    font-size: 14px;
    color: #B6B8B8;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2 {
    position: absolute;
    right: -27px;
    bottom: 35px;
    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#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2 .fas {
    color: white;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a .bar .button2:hover {
    right: -32px;
  }
  section#content3 .container-fluid .container-fluid .otherProducts .lineWrapper a img {
    top: 0;
    left: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
}
#about {
  background-color: #fefefe;
  margin-bottom: 70px;
}
#about .container {
  width: 100%;
}
#about .container .original {
  padding: 0 15px 0 30px;
}
#about .container .original .inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#about .container .original .tekst {
  padding: 30px 30px 0 30px;
  float: left;
  height: 540px;
}
#about .container .original .tekst .spotlight h3 {
  color: #C48E35 !important;
  font-size: 48px !important;
  margin-top: 5px;
  margin-bottom: 25px !important;
  font-family: QuicksandRegular;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .original .tekst .spotlight h3 {
    margin-top: 0;
    font-size: 35px !important;
    margin-bottom: 15px !important;
  }
}
#about .container .original .tekst span {
  color: #707474;
  font-size: 20px;
  font-family: QuicksandRegular;
}
#about .container .original .tekst h3 {
  color: #707474 !important;
  font-size: 20px !important;
  margin-top: 5px;
  margin-bottom: 10px !important;
  font-family: QuicksandRegular;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .original .tekst h3 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }
}
#about .container .original .tekst p {
  color: #3D3F3F;
  /*font-size: 13px !important;*/
  font-family: QuicksandRegular;
}
@media only screen and (min-width: 1200px) {
  #about .container .original .tekst p {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px), 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), 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: 370px;
  }
}
#about .container .original .button {
  position: absolute;
  bottom: 50px;
  background-color: white;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #C48E35;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
}
#about .container .original .button:hover {
  background-color: #6a7172;
  color: white;
  border: #6a7172 solid 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .original .button {
    position: absolute;
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #about .container .original {
    padding: 0;
  }
}
#about .container .contact {
  padding: 0 30px 0 15px;
}
#about .container .contact .inner {
  float: left;
  width: 100%;
}
#about .container .contact .tekst {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 65%;
  height: 250px;
  padding: 20px !important;
}
@media only screen and (min-width: 1200px) {
  #about .container .contact .tekst {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .contact .tekst {
    padding-top: 70px !important;
  }
}
#about .container .contact .tekst .tekst2 {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 17px;
  color: #707474;
  line-height: 24px;
}
#about .container .contact .tekst .tekst2 p {
  font-size: 16px;
}
#about .container .contact .tekst .tekst2 .title {
  padding-left: 10px !important;
  font-size: 16px;
  font-family: 'quicksandregular';
  font-weight: normal;
  color: #707474;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .contact .tekst .tekst2 .title {
    font-size: 17px !important;
  }
}
#about .container .contact .tekst .tekst2 .subtitel {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #about .container .contact .tekst .tekst2 .subtitel {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 767px) {
  #about .container .contact .tekst .tekst2 .subtitel {
    padding: 0 0 10px 20px;
  }
}
#about .container .contact .tekst .tekst2 .fas {
  padding-right: 0 !important;
  color: #B6B8B8;
  font-size: 10px;
  position: relative;
  top: -1px;
}
#about .container .contact .tekst .tekst2 a {
  color: #C48E35 !important;
  font-size: 17px;
  font-family: 'quicksandregular';
  font-weight: normal;
  text-decoration: underline;
}
#about .container .contact .tekst h3 {
  color: #C48E35;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 0px !important;
  font-family: QuicksandRegular;
  padding-bottom: 25px;
}
#about .container .contact .tekst p {
  font-size: 17px;
}
#about .container .contact .tekst p a {
  color: #C48E35;
}
@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: 370px;
    position: relative;
    width: 100% !important;
    max-width: 100%;
  }
}
#about .container .contact .button {
  background-color: #C48E35;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
  margin-top: 20px;
  border: none;
}
#about .container .contact .button .fas {
  font-size: 14px;
  padding-left: 10px;
}
#about .container .contact .button:hover {
  background-color: #6a7172;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about .container .contact .button {
    position: absolute;
    bottom: 30px;
  }
}
#about .container .contact .pijl {
  position: absolute;
  right: -27px;
  bottom: 20px;
  text-align: center;
  background-color: #C48E35;
  line-height: 54px;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#about .container .contact .pijl .fas {
  font-size: 20px;
  color: white;
}
#about .container .contact .pijl:hover {
  right: -32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #about .container .contact {
    padding: 50px 30px;
  }
}
@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;
  }
}
#lineDetail {
  float: left;
  width: 100%;
}
#lineDetail .download {
  float: left;
  margin: 20px 10px;
}
#lineDetail .download h2 {
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border-top: 1px solid #d0d2d3;
  float: left;
  clear: both;
}
#lineDetail .download h2.hasDownloads span {
  display: block;
  float: right;
  height: 7px;
  width: 10px;
  margin: 3px 5px 0 14px;
  background: url("/Content/images/icons/icon-downloads.jpg") center center no-repeat;
}
#lineDetail .download h2.active span {
  background: url("/Content/images/icons/icon-downloads-active.jpg") center center no-repeat;
}
#lineDetail .download p {
  width: 100%;
  clear: both;
}
#lineDetail .download ul {
  width: 100%;
  float: left;
  display: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
#lineDetail .download ul li {
  margin: 0 0 4px 0;
  padding: 0;
  list-style: none;
}
#lineDetail .download ul li.noIcon a {
  background: none;
  padding: 0 0 0 5px;
}
#lineDetail .download ul li a {
  display: block;
  background: url("/Content/images/icons/pdf.png") 3px 3px no-repeat;
  padding: 5px 0 5px 25px;
  color: #6a7172;
  font-weight: bold;
}
#lineDetail .leftCol {
  width: 450px;
  float: left;
}
#lineDetail .rightCol {
  width: 430px;
  float: left;
  margin-left: 30px;
}
#lineDetail .rightCol .description {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
#lineDetail .rightCol .info {
  background: url("/Content/images/icons/greenArrowSolid.png") 5px 8px no-repeat;
  padding-left: 25px;
  color: #bd8b40;
  display: inline-block;
}
#lineDetail .gallery {
  width: 100%;
  float: left;
}
#lineDetail .gallery .top {
  float: left;
  position: relative;
  width: 100%;
}
#lineDetail .gallery .top a {
  display: inline-block;
  float: left;
  width: 450px;
  height: 300px;
  overflow: hidden;
}
#lineDetail .gallery .top a img {
  display: block;
}
#lineDetail .gallery .top .glow {
  width: 458px;
  height: 84px;
  display: block;
  z-index: 1;
  position: absolute;
  background: url("/Content/images/seriesDetailGlow.png") 0 0 no-repeat;
  left: 0;
  top: 0;
}
#lineDetail .gallery .bottom {
  float: left;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#lineDetail .gallery .bottom ul {
  margin: 0;
  padding: 0;
}
#lineDetail .gallery .bottom li {
  padding: 0;
  display: block;
  float: left;
  list-style: none;
  margin: 0 10px 10px 0;
  width: 105px;
}
#lineDetail .gallery .bottom li.right {
  margin-right: 0;
}
#lineDetail .gallery .bottom a {
  display: inline-block;
  width: 100%;
  height: 80px;
  float: left;
}
#lineDetail .gallery .bottom a img {
  width: 100%;
}
#lineDetail .gallery .bottom a.view3D {
  float: left;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  color: #FFFFFF;
  background: #bd8b40;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'montserratsemibold';
  font-weight: normal;
}
#lineDetail .gallery .bottom a.view3D:hover {
  background: #6a7172;
}
#lineDetail .gallery .bottom a.last {
  margin: 0 0 0 0;
}
#lineDetail .colours {
  padding-top: 10px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
#lineDetail .colours ul {
  margin: 0;
  padding: 0;
  clear: both;
  float: left;
  margin: 2px 0;
}
#lineDetail .colours li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: left;
}
#lineDetail .colours .title {
  width: 90px;
  line-height: 30px;
  height: 30px;
}
#lineDetail .colours a {
  height: 28px;
  width: 28px;
  display: inline-block;
  border: 1px solid #414342;
  margin-right: 10px;
  margin-bottom: 7px;
  -webkit-box-shadow: 0 0 3px #191c1b;
  box-shadow: 0 0 3px #191c1b;
}
#lineDetail .colours a:hover {
  border: 1px solid #000000;
}
#lineDetail .dealer {
  float: left;
  padding: 20px 10px;
  margin: 0px 0 0 0;
  width: 350px;
}
#lineDetail .dealer h2,
#lineDetail .dealer h3 {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #d0d2d3;
}
#lineDetail .dealer h3 {
  margin-bottom: 10px;
}
#lineDetail .findDealer {
  margin: 10px 0 0 0;
}
#lineDetail .findDealer input {
  float: left;
}
#lineDetail .findDealer .search {
  margin: 0 0 0 10px;
}
#lineDetail .ui-widget {
  font: inherit;
}
#lineDetail .ui-tabs .ui-tabs-nav li {
  margin: 0 8px 0 8px;
}
#lineDetail .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
#lineDetail .ui-corner-all {
  border-radius: 0 0 0 0;
}
#lineDetail .ui-corner-top {
  border-radius: 0 0 0 0;
}
#lineDetail .ui-widget-header {
  background: none;
  color: #FFFFFF;
  font-weight: normal;
  border: 0 solid;
  border-bottom: 1px solid #515553;
  margin-bottom: 20px;
}
#lineDetail .ui-tabs-selected.ui-state-active {
  border-top: 1px solid #515553;
  border-right: 1px solid #515553;
  border-bottom: none !important;
  border-left: 1px solid #515553;
  background: url("/Content/images/darkBackground.gif") 0 0 repeat-x;
  margin-bottom: -1px !important;
}
#lineDetail .ui-widget-content {
  background: none !important;
  color: #bbbbbb;
  border: none;
}
#lineDetail .producten {
  width: 100%;
  float: left;
  margin-top: 15px;
}
#lineDetail .producten .wrapper {
  width: 100%;
  float: left;
  margin: 0 0 0;
  min-height: 185px;
}
#lineDetail .producten .wrapper ul {
  margin: 0;
  padding: 0;
}
#lineDetail .producten .wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#lineDetail .producten .wrapper a {
  display: inline-block;
  float: left;
  width: 172px;
  height: 180px;
  color: #bbbbbb;
  text-decoration: none;
  margin: 0 18px 20px 0;
  cursor: pointer;
}
#lineDetail .producten .wrapper a:hover .image {
  border: 1px solid #696969;
}
#lineDetail .producten .wrapper a:hover .title {
  color: #FFFFFF;
}
#lineDetail .producten .wrapper a.last {
  margin: 0;
}
#lineDetail .producten .wrapper .image {
  display: block;
  float: left;
  width: 170px;
  height: 128px;
  border: 1px solid #414342;
  -webkit-box-shadow: 0 0 3px #191c1b;
  box-shadow: 0 0 3px #191c1b;
}
#lineDetail .producten .wrapper .title {
  font-size: 13px;
  margin-top: 5px;
  float: left;
  display: block;
  width: 100%;
}
#lineDetail .producten .wrapper .description {
  display: block;
  margin-top: 5px;
  float: left;
}
#lineDetail .producten .wrapper .size {
  color: #6f6f6f;
  font-size: 13px;
}
#lineDetail .buttonWrapper {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
  border-bottom: 1px dashed #4f5251;
}
#lineDetail .topTitle {
  width: 100%;
  float: left;
  text-align: center;
}
#lineDetail .paginate {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c48e35;
}
#lineDetail .openingstijden {
  width: 100%;
  float: left;
  padding: 10px 0 20px;
}
#lineDetail .tabRow {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 3px;
  font-weight: bold;
}
#lineDetail .tabRow .left {
  width: 130px;
  float: left;
  margin-right: 20px;
  color: #6a7172;
  text-align: right;
  min-height: 1px;
}
#lineDetail .tabRow .right {
  width: 280px;
  float: left;
  color: #6a7172;
  min-height: 1px;
}
#lineDetail .tabRow .right.closed {
  color: #888888;
}
#lineDetail .maps {
  width: 100%;
  float: left;
  padding: 0px 0;
}
#lineDetail .maps img {
  border: 1px solid #414342;
  -webkit-box-shadow: 0 0 3px #191c1b;
  box-shadow: 0 0 3px #191c1b;
}
#lineDetail .address {
  float: left;
  width: 100%;
  padding: 10px 0 20px;
}
#lineDetail .address a {
  color: #c48e35;
}
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;
  font-size: 17px;
  padding-top: 20px;
}
section#dealersheader .container .header .inner .tekst .findDealer .dropdown li a {
  font-family: 'quicksandregular';
  font-weight: normal;
}
#dealersheader .container {
  width: 100%;
}
#dealersheader .container .inner .tekst {
  padding: 60px;
}
#dealersheader .container .inner .tekst h3 {
  color: #C48E35;
  padding-bottom: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  #dealersheader .container .inner .tekst h3 {
    font-size: 36px;
  }
}
#dealersheader .container .inner .tekst p {
  font-size: 17px;
  color: #3D3F3F;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst p {
    padding-bottom: 20px;
  }
}
#dealersheader .container .inner .tekst .buttons {
  float: left;
  width: 100%;
  /*span {
                        font-size: 17px;
                        color: #3D3F3F;
                        padding-top: 30px;
                    }

                    .btn {
                        padding: 8px 30px;
                        border-radius: 19px;
                        font-size: 15px;
                        border: 1px solid #E5E5E5;
                        background-color: white;
                        float: left;
                        color: #C48E35;
                        margin: 10px 10px 0 0;
                        text-decoration: none;

                        &:hover {
                            background-color: #C48E35;
                            color: white;
                            text-decoration: none;
                        }

                        @media @xs {
                            width: 100%;
                            text-align: center;
                        }
                    }*/
}
#dealersheader .container .inner .tekst .buttons ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 0px !important;
  margin: 0;
}
#dealersheader .container .inner .tekst .buttons ul li a {
  padding: 8px 30px;
  border-radius: 19px;
  font-size: 15px;
  border: 1px solid #E5E5E5;
  background-color: white;
  float: left;
  color: #C48E35 !important;
  margin: 10px 10px 0 0;
  text-decoration: none;
}
#dealersheader .container .inner .tekst .buttons ul li a:hover {
  background-color: #C48E35;
  color: white !important;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst .buttons ul li a {
    width: 100%;
    text-align: center;
  }
}
#dealersheader .container .inner .tekst .buttons ul li h2 {
  color: #3D3F3F;
  font-size: 17px;
  display: inline-block;
  width: -webkit-fill-available;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #dealersheader .container .inner .tekst {
    padding: 30px 15px;
  }
}
#dealersheader .container .inner .map {
  height: 735px;
}
#homeslider {
  margin-bottom: 10px;
}
#homeslider .container {
  width: 100%;
  height: 750px;
  background-color: #F9F9F9;
}
#homeslider .container .slider {
  padding: 75px 80px 0 80px;
}
#homeslider .container .slider .inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#homeslider .container .slider .foto {
  background: url(/Content/images/slider.png) no-repeat;
  height: 750px;
}
#homeslider .container .slider .tekst {
  padding: 70px;
  float: left;
  height: 750px;
}
#homeslider .container .slider .tekst span {
  color: #707474;
  font-size: 20px;
  font-family: QuicksandRegular;
}
#homeslider .container .slider .tekst h3 {
  color: #C48E35;
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: QuicksandRegular;
}
#homeslider .container .slider .tekst p {
  color: #3D3F3F;
  font-size: 17px;
  font-family: QuicksandRegular;
  line-height: 26px;
  padding-bottom: 40px;
}
@media only screen and (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 {
  background-color: white;
  border: #f0e3cc solid 1px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #C48E35;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 20px 2px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  float: none;
  font-family: QuicksandBold;
}
#homeslider .container .slider .tekst .button:hover {
  background-color: #6a7172;
  color: white;
  border: #6a7172 solid 1px;
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst .button {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst .button {
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider .tekst .button {
    padding: 10px 20px;
    bottom: 30px;
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .tekst {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #homeslider .container .slider .tekst {
    padding: 15px 15px 30px 15px;
  }
}
#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%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .alignbutton .buttongroen {
    width: 100%;
  }
}
#homeslider .container .slider .alignbutton .buttongroen .fas {
  color: white;
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #homeslider .container .slider .alignbutton {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #homeslider .container .slider {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider .container .slider {
    padding: 0px 30px 0 30px;
    background-color: white;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #homeslider {
    margin-bottom: 0px;
  }
}
