/*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);
}
html {
  height: 100%;
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  html {
    padding-top: 115px;
  }
}
.navbar {
  /*background: @primary-color;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    transition: all .25s ease-in-out;
    margin: 0;
    border: 0px;
    border-radius: 0;
    min-height: 0;
    z-index: 2;
    box-shadow: none;*/
  /*@media @md {
        height: 100px;
    }

    @media @sm {
        height: 80px;
    }

    @media @xs {
        height: 60px;
    }*/
}
.navbar .container {
  position: relative;
  border-bottom: none;
  width: 100%;
}
.navbar .container .social .addthis_inline_follow_toolbox {
  margin-left: 10px;
}
.navbar .container .social .addthis_inline_follow_toolbox .at-follow-btn {
  margin-bottom: 0;
  margin-top: 20px;
}
.navbar .container .social .addthis_inline_follow_toolbox p {
  display: none;
}
.navbar .container #header-nav {
  float: right;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav {
    width: auto !important;
  }
}
.navbar .container #header-nav #main-menu {
  padding: 5px 5px 0px 0;
  margin: 0px 0 0 0;
  text-align: left;
}
.navbar .container #header-nav #main-menu li {
  float: left;
  font-size: 14px;
  display: block;
  list-style-type: none;
}
.navbar .container #header-nav #main-menu li.last {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li {
    margin-right: 10px;
  }
}
.navbar .container #header-nav #main-menu li:first-child {
  margin-left: 0;
}
.navbar .container #header-nav #main-menu li.corporateLinkMenu {
  margin-top: 0;
}
.navbar .container #header-nav #main-menu li.corporateLinkMenu a.corporateInfo {
  font-size: 14px;
  padding: 5px 15px;
  margin: 0px 0px;
  text-transform: none;
}
.navbar .container #header-nav #main-menu li.corporateLinkMenu a.corporateInfo i {
  margin-right: 7px;
}
.navbar .container #header-nav #main-menu li a {
  color: #57675e;
  font-family: 'quicksandregular';
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  padding: 36px 16px 37px;
  margin: 5px 0px 0px 0px;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 2px solid #FFF;
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .container #header-nav #main-menu li a {
    font-size: 18px;
  }
}
.navbar .container #header-nav #main-menu li a.first {
  margin-left: 0;
}
.navbar .container #header-nav #main-menu li a.last {
  margin-right: 0;
}
.navbar .container #header-nav #main-menu li a:hover {
  border-bottom: 2px solid #bd8b40;
  color: #bd8b40;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a {
    padding: 36px 12px 37px;
  }
}
.navbar .container #header-nav #main-menu li a.menutoggle {
  display: none;
}
.navbar .container #header-nav #main-menu li a.active {
  border-bottom: 2px solid #bd8b40;
}
.navbar .container #header-nav #main-menu li a.active:hover {
  color: #bd8b40;
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-nav #main-menu li a.active {
    padding-bottom: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li a.active {
    padding-bottom: 42px;
  }
}
.navbar .container #header-nav #main-menu li a .fa-angle-down {
  margin-left: 5px;
}
.navbar .container #header-nav #main-menu li a.bordered {
  border: solid 1px rgba(196, 142, 53, 0.25);
  border-radius: 4px;
  padding: 16px 8px;
  margin-top: 25px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a.bordered {
    margin-top: 0px;
  }
}
.navbar .container #header-nav #main-menu li a.bordered:hover {
  border: solid 1px #C48E35;
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-nav #main-menu li a.bordered {
    border-radius: 0px;
    border: 0px;
    padding: 15px 12px 10px 0px;
    margin-top: 0px;
  }
  .navbar .container #header-nav #main-menu li a.bordered:hover {
    border: 0px;
    border-bottom: solid 1px #C48E35;
  }
}
.navbar .container #header-nav #main-menu li.last a {
  padding-right: 0;
}
.navbar .container #header-nav #main-menu li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
}
.navbar .container #header-nav #main-menu li ul.dropdown {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  min-width: 0;
  padding: 0;
  background: none;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0 1px 1px #fff;
          box-shadow: 0 1px 1px #fff;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.navbar .container #header-nav #main-menu li ul.dropdown li {
  width: 100%;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-nav #main-menu li ul.dropdown li {
    min-width: 300px;
  }
}
.navbar .container #header-nav #main-menu li ul.dropdown li a {
  margin: 0;
  border: 0;
  display: block;
  text-transform: none;
}
.navbar .container #header-nav #main-menu li ul.dropdown li a.item {
  display: block;
  float: none;
  padding: 15px 10px;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
.navbar .container #header-nav #main-menu li ul.dropdown li a.menutoggle {
  display: none;
}
.navbar .container #header-nav #main-menu li ul.dropdown li a:focus {
  background: none;
}
.navbar .container #header-nav #main-menu li ul.dropdown li a .fa-angle-right {
  position: absolute;
  right: 0;
  margin-right: 15px;
  line-height: 21px;
}
.navbar .container #header-nav #main-menu li ul.dropdown li:hover > a {
  color: black;
  border: 0;
  background: yellow;
  text-decoration: none;
}
.navbar .container #header-nav #main-menu li ul.dropdown li:hover > a.item {
  color: black;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container #header-logo .navbar-brand img {
    height: 320px;
    width: auto;
  }
  .navbar .container #header-nav #main-menu li {
    margin-right: 0px;
  }
  .navbar .container #header-nav #main-menu li a {
    padding: 36px 12px 42px;
  }
  .navbar .container #header-nav #main-menu li a.active {
    padding: 36px 12px 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container #header-logo .navbar-brand img {
    height: 170px;
    width: auto;
  }
  .navbar .container #header-nav #main-menu li {
    margin-right: 0px;
  }
  .navbar .container #header-nav #main-menu li a {
    font-size: 14px;
    padding: 36px 5px 42px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .container #header-logo .navbar-brand {
    margin: 0 0 0 15px;
  }
  .navbar .container #header-logo .navbar-brand img {
    height: 170px;
    width: auto;
    float: left;
  }
  .navbar .container #header-nav {
    position: fixed;
    width: 260px;
    z-index: 2500;
    background: white;
    -webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
    max-height: 100%;
    left: 0;
    padding: 23px 0px 20px 0px;
    top: 0;
    overflow: hidden;
  }
  .navbar .container #header-nav nav {
    width: 250px;
    background-color: white;
  }
  .navbar .container #header-nav nav .hamburger {
    padding-top: 0px;
  }
  .navbar .container #header-nav nav #main-menu li {
    width: 100%;
    background: white;
  }
  .navbar .container #header-nav nav #main-menu li a {
    font-size: 14px;
    width: 100%;
    padding: 15px 12px 10px 0px;
    margin-left: 15px;
    border-bottom: 1px solid #FFF;
  }
  .navbar .container #header-nav nav #main-menu li a:hover,
  .navbar .container #header-nav nav #main-menu li a.active {
    border-bottom-width: 1px;
  }
  .navbar .container #header-nav nav #main-menu li.corporateLinkMenu {
    margin-top: 50px;
    margin-left: 15px;
  }
  .navbar .container #header-nav nav #main-menu li.corporateLinkMenu span {
    font-weight: bold;
    font-size: 15px;
    font-family: quicksandbold;
    color: #57675e;
  }
  .navbar .container #header-nav nav #main-menu li.corporateLinkMenu a {
    font-size: 12px !important;
    line-height: 1.58823529;
    border-bottom: 0px solid #FFF;
    padding: 5px 0px;
  }
  .navbar .container #header-nav nav #main-menu li.corporateLinkMenu a.corporateInfo {
    padding: 5px 0px;
    color: #a37200;
  }
  .navbar .container #header-nav nav #main-menu li.corporateLinkMenu a.corporateInfo:hover {
    color: #333333;
  }
  .navbar .container #header-nav nav #main-menu li .fa-angle-down {
    display: none;
  }
  .navbar .container #header-nav nav #main-menu li.has-submenu {
    width: calc(100% - 78px);
  }
  .navbar .container #header-nav nav #main-menu li .menutoggle {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 78px;
  }
  .navbar .container #header-nav nav #main-menu li .menutoggle .inner {
    display: block;
    position: relative;
    top: 0;
    right: 15px;
    cursor: pointer;
    height: 36px;
    width: 36px;
    margin: 0px;
    padding: 0;
    float: right;
    color: black;
    font-size: 0;
    line-height: 0;
    border: none !important;
  }
  .navbar .container #header-nav nav #main-menu li .menutoggle .inner i {
    display: block;
    font-size: 21px;
    line-height: 36px;
    margin-left: 0px;
  }
  .navbar .container #header-nav nav #main-menu li .menutoggle:focus {
    border-bottom: 0px !important;
  }
  .navbar .container #header-nav nav #main-menu li .dropdown li {
    background: white;
  }
  .navbar .container #header-nav nav #main-menu li .dropdown li a.item {
    color: yellow;
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .container #header-nav nav #main-menu li.dropdown .dropdown-menu {
    padding: 8px 0;
    border: 0;
    background: white;
    color: black;
  }
  .navbar .container #header-nav nav #main-menu li.dropdown .dropdown-menu li {
    margin: 0;
    padding: 0;
    display: block;
  }
  .navbar .container #header-nav nav #main-menu li.dropdown .dropdown-menu li a {
    padding: 12px 20px;
    border-bottom: 0;
  }
  .navbar .container #header-nav nav #main-menu.navbar-nav > li ul.dropdown {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    display: none;
    padding: 0 0 0 10px;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar .container #header-nav nav #main-menu.navbar-nav > li ul.dropdown .fa-angle-right {
    display: none;
  }
  .navbar .container #header-nav nav #main-menu.navbar-nav > li ul.dropdown li a.menutoggle {
    display: block;
  }
  .navbar .container #header-nav nav #main-menu.navbar-nav > li ul.dropdown li ul.dropdown {
    float: none;
    top: 0;
    left: 0 !important;
  }
  .navbar .container .right {
    float: right;
    z-index: 2000;
    position: absolute;
    margin-top: 3px;
  }
  .navbar .container .right .navbar-toggle {
    float: left;
    width: auto;
    margin: 0 0 0 15px;
    text-align: center;
    border-color: transparent;
    border: none;
  }
  .navbar .container .right .navbar-toggle .button-hamburger {
    width: 25px;
    display: block;
    float: left;
    margin: 0 0 0 0;
    height: 16px;
  }
  .navbar .container .right .navbar-toggle .button-hamburger .icon-bar {
    background: #FFF;
    height: 4px;
    margin-right: 0;
    margin-top: 5px;
    padding: 0;
    width: 100%;
    border-radius: 2px;
  }
  .navbar .container .right .navbar-toggle .button-hamburger .icon-bar:first-child {
    margin-top: 0;
  }
  .navbar .container .right .navbar-toggle.collapsed .button-hamburger .icon-bar {
    background: black;
  }
  .navbar .container .right .navbar-toggle .button-label {
    float: left;
    color: black;
    font-size: 18px;
    margin: -4px 0 1px 15px;
  }
  .navbar .container .right #right-nav {
    display: none;
  }
}
#homeslider .container {
  height: 720px;
}
#homeslider .container .owl-stage-outer .slider {
  padding: 0;
}
#homeslider .container .owl-stage-outer .slider .tekst {
  position: absolute;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: white;
  bottom: 10%;
  max-height: 300px;
}
@media only screen and (max-width: 991px) {
  #homeslider .container .owl-stage-outer .slider .tekst {
    position: initial;
    width: 100%;
    max-height: 300px;
    top: 0px;
    bottom: 0px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding: 30px 20px 30px 20px !important;
  }
}
#homeslider .container .owl-stage-outer .slider img {
  max-height: 720px;
}
#homeslider .container .owl-stage-outer .owl-item:nth-child(even) .tekst {
  right: auto;
  left: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'quicksandregular';
  font-weight: normal;
  color: #6a7172;
  background: #FFFFFF;
  height: 100%;
}
body a {
  color: #C48E35;
  /*text-decoration: underline;*/
}
body a:hover,
body a:active,
body a:focus {
  color: #C48E35;
}
body #darkBlockVervolg {
  /*a.yellowButton {
            display: inline-block;
            line-height: 39px;
            height: 39px;
            color: @color_3;
            text-decoration: none;
            background: @logo-yellow;
            padding: 0 15px;
            text-transform: uppercase;
            .MontserratSemiBold();

            &:hover {
                background: @logo-grey;
            }

            .moreItems {
                display: block;
                width: 11px;
                height: 11px;
                background: url("/Content/images/icons/moreItems.png") 0 0 no-repeat;
                margin: 14px 10px 0 0;
                vertical-align: middle;
                float: left;
            }
        }*/
}
body #darkBlockVervolg .filter {
  width: 100%;
  float: left;
  border-top: solid 1px #EFEFEF;
  border-bottom: solid 1px #EFEFEF;
  margin-bottom: 20px;
  padding: 20px 0px 20px 0px;
}
body #darkBlockVervolg .filter .title {
  position: relative;
  width: 100%;
}
body #darkBlockVervolg .filter .title h2 {
  margin-bottom: 20px;
}
body #darkBlockVervolg .filter span.infobtn {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px 0 0 5px;
  padding: 0;
  background: url(/Content/Images/icon-info-verfijn.jpg) top left no-repeat;
  cursor: pointer;
}
body #darkBlockVervolg .filter .option {
  float: left;
}
body #darkBlockVervolg .filter .option homesliderwidth {
  width: 286px;
  float: left;
  margin-right: 25px;
}
body #darkBlockVervolg .filter .option .slidedepth {
  width: 286px;
  float: left;
  margin-right: 25px;
}
body #darkBlockVervolg .filter .option .title {
  font: 12px 'montserratlight', Verdana, sans-serif;
  font-weight: bold;
  color: #bd8b40;
  float: left;
  margin-right: 5px;
  width: 60px;
}
body #darkBlockVervolg .filter .option .slideHolder {
  width: 220px;
  float: left;
  margin-bottom: 10px;
}
body #darkBlockVervolg .filter .option .slideHolder .ui-slider {
  margin-bottom: 10px;
}
body #darkBlockVervolg .filter .option .slideHolder .min {
  float: left;
}
body #darkBlockVervolg .filter .option .slideHolder .max {
  float: right;
}
body #darkBlockVervolg .filter .option .waarde {
  font-weight: bold;
}
body #darkBlockVervolg .filter .option .ui-state-default,
body #darkBlockVervolg .filter .option .ui-widget-content .ui-state-default,
body #darkBlockVervolg .filter .option .ui-widget-header .ui-state-default {
  width: 9px !important;
  height: 18px !important;
  background: url(/Content/Images/bg-slidebar-buttons.jpg) top left repeat-x !important;
  border: none !important;
  top: -0.5em;
}
body #darkBlockVervolg .filter .option .ui-slider .ui-slider-range {
  background: url(/Content/Images/bg-slidebar-activepart.jpg) top left repeat-x !important;
}
body #darkBlockVervolg .filter .option .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;
}
body #darkBlockVervolg .filter .button {
  color: #bd8b40;
  font: 12px 'montserratlight';
  font-weight: bold;
  text-decoration: none;
  background: #efefef;
  padding: 10px;
}
input,
textarea {
  font-size: 12px;
  line-height: 1.16666667em;
  font-family: 'montserratlight';
  font-weight: normal;
  border: 1px #dadbdc solid;
}
h1 {
  color: #bd8b40;
  font: 24px 'MontserratThin', Verdana, sans-serif;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}
h2 {
  color: #bd8b40;
  font: 22px 'MontserratThin', Verdana, sans-serif;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
}
h3 {
  font: 20px 'MontserratThin', Verdana, sans-serif;
  color: #bd8b40;
  margin: 10px 0;
  padding: 0;
  font-weight: normal;
}
h4 {
  font: 18px 'MontserratThin', Verdana, sans-serif;
  color: #bd8b40;
  margin: 10px 0;
  padding: 0;
  font-weight: normal;
}
h5 {
  font: 16px 'MontserratThin', Verdana, sans-serif;
  color: #bd8b40;
  margin: 10px 0;
  padding: 0;
  font-weight: normal;
}
p {
  margin: 10px 0 10px 0;
  padding: 0;
  line-height: 1.16666667em;
  font-family: 'quicksandregular';
  font-weight: normal;
}
p a {
  color: #bd8b40;
  text-decoration: underline;
}
p a:hover {
  color: #bd8b40;
  text-decoration: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
  padding: 0;
}
legend {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a {
  color: #6a7172;
  text-decoration: underline;
}
a:hover {
  color: #6a7172;
  text-decoration: none;
}
#darkBlockVervolg {
  width: 100%;
  background: #FFF;
  float: left;
  color: #687273;
}
#darkBlockVervolg #contact .rightCol a {
  color: #bd8b40;
}
#darkBlockVervolg #contact .rightCol a:hover {
  color: #687273;
  text-decoration: underline;
}
#darkBlockVervolg .breadcrumbs {
  float: left;
  margin: 10px 0 20px 0;
  font-size: 12px;
  line-height: 18px;
}
#darkBlockVervolg .breadcrumbs ul {
  margin: 0px;
  padding: 0px;
  font-size: 0;
  line-height: 0;
}
#darkBlockVervolg .breadcrumbs li {
  margin: 10px 0 0 0;
  padding: 0px;
  list-style: none;
  display: block;
  float: left;
}
#darkBlockVervolg .breadcrumbs a {
  display: block;
  color: #687273;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  float: left;
}
#darkBlockVervolg .breadcrumbs .home {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url("/Content/images/icons/icon-home.png") 0px 0px no-repeat;
  margin: 0px 10px 0 0;
}
#darkBlockVervolg .breadcrumbs .divider {
  width: 5px;
  height: 12px;
  display: block;
  float: left;
  margin: 0 10px;
  background: url("/Content/images/icons/greenArrow.png") center center no-repeat;
}
#darkBlockVervolg .breadcrumbs a.active {
  color: #687273;
  text-decoration: none;
}
#darkBlockVervolg #tekstservice .h1 {
  color: red;
}
#darkBlockVervolg #introduction {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
#darkBlockVervolg #introduction p {
  color: red;
}
#darkBlockVervolg #introduction .leftCol {
  margin: 0px;
  text-align: center;
}
#darkBlockVervolg #introduction .leftCol h1 {
  color: red;
}
#darkBlockVervolg #introduction .leftCol p {
  color: red;
}
#darkBlockVervolg .rightCol {
  margin: 11px 0px 0px 30px;
}
#darkBlockVervolg .rightCol a {
  display: block;
  height: 55px;
  width: 270px;
  float: right;
  color: #FFFFFF;
  font: 24px "LaneNarrowRegular", Verdana, sans-serif;
  line-height: 55px;
  text-decoration: none;
  text-align: center;
}
#darkBlockVervolg .rightCol a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
#darkBlockVervolg .rightCol a.helpme {
  background: #bd8b40;
  margin-top: 31px;
  text-transform: none;
}
#darkBlockVervolg .rightCol a.helpme:hover {
  background: #6a7172;
}
#darkBlockVervolg .rightCol a.helpme.open {
  background: #efefef;
  border: solid 1px #687273;
  position: relative;
  z-index: 600;
  border-bottom: 0px;
  text-transform: none;
  color: #687273;
}
.white {
  color: #FFFFFF;
  color: #FFFFFF !important;
}
.gray {
  color: #bbbbbb;
}
.clear {
  clear: both;
}
.clear.smallest {
  height: 10px;
}
.clear.small {
  height: 10px;
}
.clear.medium {
  height: 15px;
}
.clear.high {
  height: 20px;
}
.clear.highest {
  height: 25px;
}
.relative {
  position: relative;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
#viewportcontainer {
  float: left;
  min-height: 100%;
  position: relative;
  width: 100%;
}
.relative {
  position: relative;
}
.ctabutton {
  position: relative;
  width: 100%;
  height: 0px;
  z-index: 200;
}
.ctabutton .inner {
  width: 960px;
  margin: 0px auto;
}
.ctabutton .inner .verkooppuntlink {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: auto;
  padding: 0px 15px 0 33px;
  line-height: 40px;
  color: #FFFFFF;
  background: #c48e35;
  z-index: 200;
  font-family: 'montserratsemibold';
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  background: url("/Content/images/icons/vind-verkooppunt.png") no-repeat 4px center #bd8b40;
}
.ctabutton .inner .verkooppuntlink:hover {
  background-color: #6a7172;
}
#topSlider {
  float: left;
  margin: 0 auto;
  height: 545px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#topSlider #sliderWrapper {
  position: relative;
  margin: 0 auto;
}
#topSlider #sliderWrapper div.anythingSlider .anythingWindow {
  overflow: hidden !important;
}
#topSlider #sliderWrapper .anythingSlider {
  position: absolute;
  overflow: hidden !important;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}
#topSlider #sliderWrapper .anythingSlider .anythingControls {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
#topSlider #sliderWrapper .anythingSlider .anythingControls ul.thumbNav {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#topSlider #sliderWrapper .anythingSlider .anythingControls ul.thumbNav li {
  display: inline-block;
  margin: 0 5px;
}
#topSlider #sliderWrapper .anythingSlider .anythingControls ul.thumbNav li a {
  display: block;
  height: 12px;
  width: 12px;
  border: 2px solid #ffffff;
  background: none;
  border-radius: 50%;
}
#topSlider #sliderWrapper .anythingSlider .anythingControls ul.thumbNav li a.cur {
  background-color: #bd8b40;
}
#topSlider #sliderWrapper .anythingSlider .anythingControls ul.thumbNav li a.cur:hover {
  background-color: #6a7172;
}
#topSlider #sliderWrapper .anythingSlider .anythingControls ul.thumbNav li a:hover {
  background-color: #687273;
}
#topSlider #sliderWrapper .anythingSlider a.link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#topSlider #sliderWrapper .anythingSlider a.link img {
  display: block;
  z-index: 0;
}
#topSlider #sliderWrapper .anythingSlider a.link .text {
  position: absolute;
  bottom: 50px;
  right: 235px;
  display: block;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.25);
  margin: 0;
  padding: 10px;
  width: auto;
  text-align: left;
  z-index: 1;
}
#topSlider #sliderWrapper .anythingSlider a.link .text .subtitle {
  display: block;
  float: left;
  clear: both;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  text-transform: lowercase;
}
#topSlider #sliderWrapper .anythingSlider a.link .text .title {
  display: block;
  float: left;
  clear: both;
  font-family: 'MontserratThin';
  font-weight: normal;
  font-size: 39px;
  line-height: 1em;
}
#topSlider #sliderWrapper .anythingSlider a.link:hover .text {
  color: #6a7172;
  background: rgba(255, 255, 255, 0.5);
}
span.arrowBlock.active {
  text-decoration: underline;
  background: url("/Content/images/search-hover.gif") repeat-x scroll 0 0 transparent !important;
}
.mainContainer {
  margin: 0 auto;
  position: relative;
}
.mainContainer .mainWrapper {
  z-index: 3;
  width: 960px;
  position: absolute;
  left: 0;
  top: 0;
}
#header {
  position: fixed;
  z-index: 100;
  top: 50px;
  background: #FFF;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  /*@media @xs {
        .hamburger {
            float: right;
            z-index: 2000;
            position: absolute;
            right: 0px;

            .navbar-toggle {
                float: left;
                width: auto;
                text-align: center;
                border-color: transparent;
                border: none;
                margin: 0px;

                .button-hamburger {
                    width: 25px;
                    display: block;
                    float: left;
                    margin: 0 0 0 0;
                    height: 25px;
                    margin-top: 0px;

                    .icon-bar {
                        background: #FFF;
                        height: 4px;
                        margin-right: 0;
                        margin-top: 5px;
                        padding: 0;
                        width: 100%;
                        border-radius: 2px;

                        &:first-child {
                            margin-top: 0;
                        }
                    }
                }


                &.collapsed {
                    .button-hamburger {
                        .icon-bar {
                            background: blue;
                        }
                    }
                }

                .button-label {
                    float: left;
                    color: black;
                    font-size: 18px;
                    margin: -4px 0 1px 15px;
                }
            }

            #right-nav {
                display: none;
            }
        }
    }*/
}
#header .container-fluid .left {
  float: left;
}
#header .container-fluid .left a {
  display: block;
  height: 60px;
  margin: 20px 0;
}
#header .container-fluid .left a img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .container-fluid .left a img {
    height: auto;
    width: 100%;
    max-width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .container-fluid .left a img {
    width: 100%;
    height: auto;
    max-width: 170px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .container-fluid .left a img {
    width: 100%;
    height: auto;
    max-width: 254px;
  }
}
@media only screen and (max-width: 767px) {
  #header .container-fluid .left a {
    /*margin: 15px 0 10px 15px;*/
    text-align: center;
    margin-top: 35px;
    margin-left: 15px;
  }
}
#header .container-fluid .languagesHeader {
  float: right;
  padding-right: 15px !important;
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
}
#header .container-fluid .languagesHeader ul {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
#header .container-fluid .languagesHeader ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#header .container-fluid .languagesHeader ul li a {
  height: 16px;
  width: 16px;
}
#header .container-fluid .languagesHeader ul.dropdown {
  position: absolute;
  margin-top: 5px;
  padding: 5px;
  background-color: white;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 200;
  float: right;
  display: none;
  margin-left: -5px;
  width: auto;
}
#header .container-fluid .languagesHeader ul.dropdown li {
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  #header .container-fluid .languagesHeader ul.dropdown {
    right: 26px;
  }
}
#header .container-fluid .languagesHeader .fas {
  color: #B6B8B8;
  font-size: 14px;
  padding-left: 7px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #header .container-fluid .languagesHeader {
    margin: 16px 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .container-fluid .languagesHeader {
    padding-right: 10px;
  }
}
#header .container-fluid .menu {
  height: 100px;
  float: right;
}
#header .container-fluid .menu ul {
  margin: 0;
  padding: 0;
}
#header .container-fluid .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#header .container-fluid .menu a {
  color: #57675e;
  font-family: 'quicksandregular';
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  padding: 36px 12px 37px;
  margin: 5px 0;
  border: none;
  border-top: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  #header .container-fluid .menu a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .container-fluid .menu a {
    font-size: 17.66666667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .container-fluid .menu a {
    font-size: 18.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .container-fluid .menu a {
    font-size: 19px;
  }
}
#header .container-fluid .menu a.first {
  margin-left: 0;
}
#header .container-fluid .menu a.last {
  margin-right: 0;
}
#header .container-fluid .menu a:hover {
  border-bottom: 2px solid #bd8b40;
  padding-bottom: 39px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .container-fluid .menu a:hover {
    padding-bottom: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .container-fluid .menu a:hover {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .container-fluid .menu a {
    padding: 36px 8px 37px;
  }
}
#header .container-fluid .menu a.active {
  border-bottom: 2px solid #bd8b40;
  padding-bottom: 39px;
}
#header .container-fluid .menu a.active:hover {
  color: #bd8b40;
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header .container-fluid .menu a.active {
    padding-bottom: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .container-fluid .menu a.active {
    padding-bottom: 42px;
  }
}
#header .container-fluid .hamburger {
  float: left;
  padding-top: 24px;
  z-index: 450;
}
#header .container-fluid .hamburger .button-hamburger {
  width: 25px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  height: 16px;
}
#header .container-fluid .hamburger .button-hamburger .icon-bar {
  background: #B6B8B8;
  height: 3px;
  margin-right: 0;
  margin-top: 4px;
  padding: 0;
  border-radius: 3px;
}
#header .container-fluid .hamburger .button-hamburger .icon-bar:first-child {
  margin-top: 0;
}
#header .container-fluid .hamburger.collapsed .button-hamburger .icon-bar {
  background: black;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #header .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .container-fluid {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    overflow: unset;
  }
}
.languages {
  position: absolute;
  right: 0;
  top: 72px;
  margin: 25px 0 0 14px;
}
.languages ul {
  display: block;
  margin: 0;
  padding: 0;
}
.languages ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.nl,
.en,
.de {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/Content/images/icons/language.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 0px;
}
.nl {
  background-position: 0 0;
}
.en {
  background-position: 0 -32px;
}
.de {
  background-position: 0 -16px;
}
.centerdiv1 {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.centerdiv1 .centerdiv2 {
  display: table-cell;
  vertical-align: middle;
}
#darkBlock {
  width: 100%;
  float: left;
}
#darkBlock .mainContainer {
  margin-top: 40px;
  overflow: hidden;
}
#darkBlock .content {
  width: 960px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  float: left;
}
#darkBlock .content.center {
  width: auto;
  padding: 0 118px;
}
#darkBlock .content .colOne,
#darkBlock .content .colTwo,
#darkBlock .content .colThree,
#darkBlock .content .colFour {
  width: 208px;
  height: 259px;
  float: left;
  text-decoration: none;
  display: block;
}
#darkBlock .content .colOne:hover .title,
#darkBlock .content .colTwo:hover .title,
#darkBlock .content .colThree:hover .title,
#darkBlock .content .colFour:hover .title {
  border-top-color: #6a7172;
}
#darkBlock .content .colOne:hover .title h3,
#darkBlock .content .colTwo:hover .title h3,
#darkBlock .content .colThree:hover .title h3,
#darkBlock .content .colFour:hover .title h3 {
  color: #6a7172;
  font-weight: bold;
}
#darkBlock .content .colOne:hover .text .readMore .underline,
#darkBlock .content .colTwo:hover .text .readMore .underline,
#darkBlock .content .colThree:hover .text .readMore .underline,
#darkBlock .content .colFour:hover .text .readMore .underline {
  text-decoration: none;
}
#darkBlock .content .colOne:hover .image img,
#darkBlock .content .colTwo:hover .image img,
#darkBlock .content .colThree:hover .image img,
#darkBlock .content .colFour:hover .image img {
  top: -8.72807018px;
  left: -10px;
  width: 228px;
  height: 218.13461538px;
}
#darkBlock .content .colOne .title,
#darkBlock .content .colTwo .title,
#darkBlock .content .colThree .title,
#darkBlock .content .colFour .title {
  width: 188px;
  height: 59px;
  border: none;
  border-top: 1px solid #d4b78d;
  background: #f1f1f0;
  padding: 0 10px;
}
#darkBlock .content .colOne .title h3,
#darkBlock .content .colTwo .title h3,
#darkBlock .content .colThree .title h3,
#darkBlock .content .colFour .title h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
#darkBlock .content .colOne .text,
#darkBlock .content .colTwo .text,
#darkBlock .content .colThree .text,
#darkBlock .content .colFour .text {
  width: 188px;
  padding: 0 10px;
}
#darkBlock .content .colOne .text h4,
#darkBlock .content .colTwo .text h4,
#darkBlock .content .colThree .text h4,
#darkBlock .content .colFour .text h4 {
  font-size: 12px;
  line-height: 1em;
  color: #6a7172;
  margin: 10px 0;
}
#darkBlock .content .colOne .text p,
#darkBlock .content .colTwo .text p,
#darkBlock .content .colThree .text p,
#darkBlock .content .colFour .text p,
#darkBlock .content .colOne .text a,
#darkBlock .content .colTwo .text a,
#darkBlock .content .colThree .text a,
#darkBlock .content .colFour .text a {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: #6a7172;
}
#darkBlock .content .colOne .text p,
#darkBlock .content .colTwo .text p,
#darkBlock .content .colThree .text p,
#darkBlock .content .colFour .text p {
  margin: 10px 0;
}
#darkBlock .content .colOne .text .readMore,
#darkBlock .content .colTwo .text .readMore,
#darkBlock .content .colThree .text .readMore,
#darkBlock .content .colFour .text .readMore {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}
#darkBlock .content .colOne .text .readMore .underline,
#darkBlock .content .colTwo .text .readMore .underline,
#darkBlock .content .colThree .text .readMore .underline,
#darkBlock .content .colFour .text .readMore .underline {
  text-decoration: underline;
}
#darkBlock .content .colOne .image,
#darkBlock .content .colTwo .image,
#darkBlock .content .colThree .image,
#darkBlock .content .colFour .image {
  width: 100%;
  display: block;
  float: left;
  width: 208px;
  height: 199px;
  overflow: hidden;
}
#darkBlock .content .colOne .image img,
#darkBlock .content .colTwo .image img,
#darkBlock .content .colThree .image img,
#darkBlock .content .colFour .image img {
  top: 0;
  left: 0;
  position: relative;
  display: block;
  width: 208px;
  height: 199px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#darkBlock .content .colOne {
  margin-right: 25px;
}
#darkBlock .content .colTwo {
  margin-right: 25px;
}
#darkBlock .content .colThree {
  margin-right: 25px;
}
#darkBlock .slogan {
  float: left;
  clear: both;
  text-align: center;
  padding: 35px 3%;
  border-bottom: 1px solid #eadbc3;
}
#darkBlock .slogan h1,
#darkBlock .slogan p {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #6a7172;
}
#darkBlock .slogan h1 strong,
#darkBlock .slogan p strong {
  font-family: 'quicksandbold';
  font-weight: normal;
  color: #bd8b40;
}
#darkBlock .slogan h1 i,
#darkBlock .slogan p i {
  font-family: 'quicksanditalic';
  font-weight: normal;
}
.overview.files ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
.overview.files ul li a {
  color: #bd8b40;
}
.findDealer,
.findAssamblyDrawing {
  float: none;
}
.findDealer #montagetekeningenformulier .dropdown dt,
.findAssamblyDrawing #montagetekeningenformulier .dropdown dt {
  width: 210px;
}
.findDealer .searchconsole,
.findAssamblyDrawing .searchconsole {
  position: relative;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .findDealer .searchconsole,
  .findAssamblyDrawing .searchconsole {
    width: 100%;
  }
}
.findDealer .dropdown,
.findAssamblyDrawing .dropdown {
  float: left;
}
.findDealer .autoposition,
.findAssamblyDrawing .autoposition {
  position: absolute;
  display: none;
  top: 0;
  right: 10px;
  background: url("/Content/images/icons/dot.png") no-repeat center center;
  background-size: 14px 14px;
  height: 41px;
  width: 50px;
  /*background-image: url("/Content/images/icons/dot.png");
            background-repeat: no-repeat;
            background-position-y: center;
            background-position-x: 90%;
            cursor: pointer;*/
}
.findDealer .autoposition:hover,
.findAssamblyDrawing .autoposition:hover {
  background-size: 21px 21px;
}
.findDealer .postcode,
.findAssamblyDrawing .postcode {
  height: 41px;
  padding: 0 50px 0 20px;
  color: #3D3F3F;
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 17px;
  /*background: #FFFFFF;*/
  position: relative;
  float: none;
  border-radius: 4px;
  margin-right: 10px;
  /*background-image: url("/Content/images/icons/dot.png");
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 90%;
        cursor: pointer;*/
}
@media only screen and (max-width: 767px) {
  .findDealer .postcode,
  .findAssamblyDrawing .postcode {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    float: left;
    background-position-x: 96%;
  }
}
.findDealer .montagetekeningen,
.findAssamblyDrawing .montagetekeningen {
  float: left;
  width: 105px;
  height: 37px;
  line-height: 39px;
  padding: 0 10px;
  color: #707474;
  background: #FFFFFF;
  position: relative;
}
.findDealer .search,
.findAssamblyDrawing .search {
  color: #FFFFFF;
  border: none;
  background: #C48E35;
  cursor: pointer;
  font-size: 17px;
  font-family: 'quicksandbold';
  font-weight: normal;
  border-radius: 4px;
  padding: 7px 60px;
}
.findDealer .search:hover,
.findAssamblyDrawing .search:hover {
  background: #6a7172;
}
@media only screen and (max-width: 767px) {
  .findDealer .search,
  .findAssamblyDrawing .search {
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .findDealer,
  .findAssamblyDrawing {
    width: 100%;
  }
}
#whiteBlock {
  width: 100%;
  float: left;
  background: white;
  padding-bottom: 60px;
  margin-top: 35px;
}
#whiteBlock h2 {
  font-size: 18px;
  line-height: 18px;
}
#whiteBlock .spotlight {
  margin: 0 0 40px 0px;
  width: 630px;
  float: left;
  border-right: 1px solid #eadbc3;
}
#whiteBlock .spotlight .wrapper {
  margin-top: 9px;
  float: left;
}
#whiteBlock .spotlight .wrapper .leftCol {
  overflow: hidden;
  width: 250px;
  height: 160px;
  float: left;
}
#whiteBlock .spotlight .wrapper .leftCol img {
  display: block;
  width: 100%;
  height: auto;
}
#whiteBlock .spotlight .wrapper .rightCol {
  margin: 0 0 0 10px;
  float: left;
  width: 290px;
  padding-bottom: 20px;
}
#whiteBlock .spotlight .wrapper .rightCol p,
#whiteBlock .spotlight .wrapper .rightCol a {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
#whiteBlock .spotlight .wrapper .rightCol a.readMore {
  float: left;
  clear: both;
  display: inline-block;
  margin-top: 10px;
  color: #6a7172;
}
#whiteBlock .spotlight .wrapper ul {
  margin: 0;
  padding: 0;
}
#whiteBlock .spotlight .wrapper ul a {
  display: block;
  width: 28px;
  margin-bottom: 10px;
  height: 28px;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 0 3px #a2a2a2;
  box-shadow: 0 0 3px #a2a2a2;
  margin-right: 10px;
}
#whiteBlock .spotlight .wrapper ul a:hover {
  border: 1px solid #000000;
}
#whiteBlock .spotlight .wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#whiteBlock .contact {
  width: 255px;
  float: left;
  margin: 0 0 40px 24px;
}
#whiteBlock .contact .title {
  display: inline-block;
  width: 62px;
}
#whiteBlock .contact p {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
#whiteBlock .contact a {
  color: #bd8b40;
}
#whiteBlock .contact img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#footer {
  padding: 30px 0;
  bottom: 0;
  background: #F9F9F9;
  color: #6a7172;
  -webkit-box-shadow: inset 0px 10px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 10px 5px 0px rgba(0, 0, 0, 0.04);
}
#footer .container-fluid .footermenu ul {
  margin: 0;
  padding: 0;
  float: left !important;
  width: 100% !important;
}
#footer .container-fluid .footermenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#footer .container-fluid .footermenu li a.link {
  display: inline-block;
  color: #707474;
  font-size: 16px;
  text-transform: lowercase;
  padding-right: 25px;
}
#footer .container-fluid .footermenu li a.link.hover {
  text-decoration: none;
}
#footer .container-fluid .copyright {
  text-align: right;
  float: left;
  font-size: 16px;
  color: #B6B8B8;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #footer .container-fluid .footermenu ul li {
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
  #footer .container-fluid .copyright {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
.nowonline:hover .now {
  color: #0b4d99;
}
.nowonline:hover .online {
  color: #4dc1dc;
}
.showMoreSerieInfo {
  float: left;
  cursor: pointer;
}
.showMoreSerieInfo .infoTekst {
  display: none;
}
#contentWrapper {
  min-height: 500px;
  width: 940px;
  margin: 0 auto;
}
#contentWrapper .mainContainer {
  margin-top: 121px;
  float: left;
  width: 100%;
  color: #bbbbbb;
}
#lineOverview {
  float: left;
  width: 100%;
}
#lineOverview .leftCol {
  width: 100%;
}
#lineOverview .rightLine {
  width: 300px;
  float: right;
  height: 200px;
  margin: -220px 14px 0 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;
}
.dropdown {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 767px) {
  .dropdown {
    float: right;
  }
}
.dropdown dd {
  margin: 0;
  padding: 0;
  position: relative;
}
.dropdown dd ul {
  background: #FFFFFF;
  border: 1px #dadbdc solid;
  color: #707474;
  display: none;
  z-index: 1;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 2px;
  list-style: none;
  border-radius: 4px;
  width: 108px;
}
.dropdown dd ul li a {
  padding: 10px;
  display: block;
  color: #707474;
  text-align: left;
}
.dropdown dd ul li a:hover {
  color: #FFF;
  background-color: #707474;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .dropdown dd ul {
    width: 100%;
  }
}
.dropdown dt {
  margin: 0;
  padding: 0;
}
.dropdown dt a {
  display: block;
  border: 1px #dadbdc solid;
  color: #3D3F3F !important;
  font-size: 17px;
  background-color: #FFFFFF;
  font-family: 'quicksandregular';
  font-weight: normal;
  border-radius: 4px;
  padding: 2px 40px 3px 10px;
  margin-right: 10px;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}
.dropdown dt a span .fas {
  color: #3D3F3F;
  font-size: 17px;
  position: absolute;
  right: 30px;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .dropdown dt a {
    margin-right: 0;
    width: 100%;
  }
}
.dropdown ul {
  margin: 0;
  padding: 0;
}
.dropdown a {
  color: #a0a0a0;
  text-decoration: none;
  outline: none;
}
.dropdown a:visited {
  color: #a0a0a0;
  text-decoration: none;
  outline: none;
}
.dropdown span.value {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dropdown {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-state-active {
  font-weight: normal;
  background: none;
  color: #bbbbbb;
  border: none;
}
.ui-state-active a {
  color: #bbbbbb;
  text-decoration: none !important;
}
.ui-state-active a:link {
  color: #bbbbbb;
  text-decoration: none !important;
}
.ui-state-active a:visited {
  color: #bbbbbb;
  text-decoration: none !important;
}
.ui-widget-content .ui-state-active {
  font-weight: normal;
  background: none;
  color: #bbbbbb;
  border: none;
}
.ui-widget-content .ui-state-default {
  font-weight: normal;
  border: 2px solid #C48E35;
  background: white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.ui-widget-content .ui-state-default a {
  color: #7f661c;
  text-decoration: underline !important;
}
.ui-state-default {
  font-weight: normal;
  background: none;
  border: 1px dashed #3b3f3d;
  color: #7f661c;
  text-decoration: underline !important;
}
/*.otherProducts {
    width: 100%;
    padding-top: 10px;
    float: left;

    h2 {
        font-size: 18px;
        margin: 1em 0;
    }

    .producten {
        margin: 10px 0;
    }

    .lineWrapper {
        li {
            a {
                margin-right: 11px;
            }
        }
    }
}*/
.paginate {
  /*a.active {
        background-position: 0 0;
    }*/
}
.paginate ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  height: 30px;
  text-align: center;
}
.paginate li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  position: relative;
}
.paginate li.previousInactive {
  display: none;
}
.paginate li.nextInactive {
  display: none;
}
.paginate a {
  display: block;
  width: 30px;
  font-size: 20px;
  line-height: 24px;
  padding: 3px 0;
  /*background: url("/Content/images/paginate.jpg") -30px 0 no-repeat;*/
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.paginate a.previous {
  /*background-position: -60px 0;*/
  /*text-indent: -9999px;*/
}
.paginate a.next {
  /*background-position: -90px 0;*/
  /*text-indent: -9999px;*/
}
.dimensionTitle {
  display: inline-block;
  margin-right: 35px;
}
#dealers {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#dealers .leftCol {
  width: 300px;
  float: left;
}
#dealers .rightCol {
  width: 580px;
  margin: 0 0 0 30px;
  float: left;
}
#dealers .rightCol .findDealer {
  margin-top: 0;
  float: left;
  width: 100%;
}
#dealers .rightCol .findDealer input {
  float: left;
}
#dealers .rightCol .overview {
  border-top: 1px solid #c48e35;
  float: left;
  width: 100%;
  margin-top: 10px;
}
#dealers .rightCol .overview .title {
  margin: 10px 0;
  float: left;
}
#dealers .rightCol .overview ul#montagetekeningenbestanden {
  width: 100%;
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
#dealers .rightCol .overview ul#montagetekeningenbestanden li {
  margin: 0 0 4px 0;
  padding: 0;
  list-style: none;
}
#dealers .rightCol .overview ul#montagetekeningenbestanden li.noIcon a {
  background: none;
  padding: 0 0 0 5px;
}
#dealers .rightCol .overview ul#montagetekeningenbestanden 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;
}
#dealers a.location {
  width: 100%;
  display: block;
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
}
#dealers a.location .header {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #bd8b40;
  display: inline-block;
  float: left;
  height: 30px;
}
#dealers a.location .header .name {
  color: #6a7172;
  padding: 8px 10px;
  display: inline-block;
  background: #f7f7f7;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  border: 1px solid #bd8b40;
  border-bottom: none;
  min-width: 190px;
}
#dealers a.location .distance {
  float: right;
  color: #bd8b40;
  padding: 10px 10px;
  display: inline-block;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
}
#dealers a.location .content {
  width: 100%;
  clear: both;
  display: inline-block;
  float: left;
  min-height: 115px;
}
#dealers a.location .content .image {
  display: inline-block;
  float: left;
  width: 82px;
  height: 82px;
  margin: 10px 10px 10px;
}
#dealers a.location .content .image img {
  border: 1px solid #414342;
  -webkit-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
}
#dealers a.location .content .address {
  display: inline-block;
  float: left;
  padding-top: 15px;
  font-weight: bold;
}
#dealers a.location .content .row {
  display: inline-block;
  float: left;
  width: 350px;
  clear: both;
}
#dealers a.location .content .row .left {
  display: inline-block;
  float: left;
  width: 90px;
  margin-right: 20px;
  color: #687273;
  text-align: right;
  min-height: 1px;
}
#dealers a.location .content .row .right {
  display: inline-block;
  float: left;
  width: 200px;
  color: #888888;
  min-height: 1px;
}
#dealers a.location:hover .content {
  background: #f7f7f7;
}
/*.darkButtons {
    ul {
        margin: 0;
        padding: 0;
    }

    li {
        margin: 0;
        padding: 0;
        list-style: none;

        ul {
            padding: 0px;
            margin: 0px;
            text-align: left;

            &.width {
                li {
                    a {
                        margin-bottom: 0px;
                        background-color: @color_3;
                        width: 280px;
                        padding-left: 10px;
                        border-bottom: solid 1px #efefef;
                        margin-left: 0px;
                        color: @logo-grey;

                        span {
                            color: @logo-yellow;
                            margin-top: -1px;
                            position: relative;
                            display: block;
                            float: left;
                        }

                        &.active {
                            background: #a3a7a8;
                            color: #FFFFFF;

                            span {
                                color: @color_3;
                            }
                        }

                        &:hover {
                            background: #a3a7a8;
                            color: #FFFFFF;

                            span {
                                color: @color_3;
                            }
                        }
                    }
                }
            }
        }
    }*/
/*a {
        display: inline-block;
        width: 280px;
        padding: 9px 10px 9px 10px;
        margin-bottom: 1px;
        background: #efefef;
        text-decoration: none;
        color: @logo-grey;

        &:hover {
            background: #a3a7a8;
            color: @color_3;
        }
    }*/
/*a.active {
        background: @logo-grey;
        color: @color_3;
    }
}*/
#contact {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#contact .leftCol {
  width: 300px;
  float: left;
}
#contact .darkButtons {
  width: 100%;
  float: left;
}
#contact .vertegenwoordiging .left {
  width: 100%;
  float: left;
  position: relative;
}
#contact .vertegenwoordiging #benelux {
  width: 300px;
  display: none;
  margin: 8px 0px;
  height: auto;
  overflow: hidden;
  position: relative;
}
#contact .vertegenwoordiging #benelux span {
  color: #687273 !important;
}
#contact a.slideButton {
  display: block;
  width: 280px;
  padding: 9px 10px 9px 10px;
  text-decoration: none;
  background: #707474;
  color: #FFFFFF;
}
#contact a.slideButton:hover {
  background: #565a5a;
}
#contact .positie {
  width: 100%;
  float: left;
}
#contact .positie .iconSmall {
  width: 16px;
  height: 16px;
  display: block;
  background: url("/Content/images/icons/contactArrow.png") 0px 0px no-repeat;
  position: absolute;
  right: 10px;
  top: 8px;
}
#contact .positie .content {
  padding: 0px 10px 10px;
  width: 280px;
  color: #687273;
  border-bottom: 1px solid #c48e35;
}
#contact .positie.expanded .iconSmall {
  background: url("/Content/images/icons/contactArrow.png") 0px -16px no-repeat;
}
#contact .maps {
  width: 298px;
  height: 114px;
  float: left;
  margin: 20px 0px;
}
#contact .info {
  padding: 10px;
  border: 1px solid #d9dcdc;
  float: left;
  width: 278px;
}
#contact .info h2 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #687273;
}
#contact .rightCol {
  width: 570px;
  margin: 0 0 0 40px;
  float: left;
}
#contact .addressWrapper {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #c48e35;
}
#contact .addressWrapper .left {
  float: left;
  width: 50%;
}
#contact .addressWrapper .right {
  float: left;
  width: 50%;
}
#contact .addressWrapper .right span {
  color: #687273 !important;
}
#contact .addressWrapper h3 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #687273;
}
#contact #helpmeformcontainer {
  margin: 0px;
}
.note {
  color: #cecdc9;
  font-family: 'LaneNarrowRegular';
}
.contactForm {
  width: 100%;
  float: left;
}
.contactForm .intro {
  float: left;
  width: 100%;
  padding: 0px 0px 10px;
}
.contactForm .row {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.contactForm .left {
  width: 140px;
  text-align: right;
  margin-right: 30px;
  float: left;
  min-height: 1px;
  color: #3D3F3F;
  font-weight: 600;
  font-family: QuicksandRegular;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contactForm .left {
    width: 100%;
    text-align: left;
    margin-right: 0px;
  }
}
.contactForm .required {
  color: #bd8b40;
  font: 24px 'LaneNarrowRegular', Verdana, sans-serif;
  position: absolute;
  left: -20px;
  top: 12px;
}
.contactForm label {
  font-weight: bold;
}
.productcontainer {
  float: left;
  padding: 0 0 20px 0;
  width: 290px;
}
.productcontainer form {
  width: 100%;
}
.productcontainer .intro {
  float: left;
  width: 100%;
  padding: 0px 0px 10px;
}
.productcontainer .row {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0;
  position: relative;
}
.productcontainer .left {
  width: 30%;
  float: left;
  min-height: 1px;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
.productcontainer .right {
  float: left;
  min-height: 1px;
  position: relative;
  width: 70%;
  margin-right: 0px;
  line-height: 20px;
  color: #687273;
}
.productcontainer .right .input {
  width: 42px;
  text-align: center;
}
.productcontainer .required {
  color: #bd8b40;
  font: 24px 'LaneNarrowRegular', Verdana, sans-serif;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  top: 12px;
}
.productcontainer .field-validation-error {
  background-color: #c94011;
}
.productcontainer .input.input-validation-error {
  border: solid 1px #c94011;
}
.productcontainer .textarea.input-validation-error {
  border: solid 1px #c94011;
}
.productcontainer img {
  border: solid 1px #dadbdc;
}
.productcontainer .image {
  display: block;
  height: 225px;
  margin-bottom: 12px;
}
.productcontainer #specs {
  border-bottom: 1px solid #bd8b40;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  width: 100%;
}
.productcontainer #specs .bold {
  display: inline-block;
  margin-bottom: 5px;
}
.productcontainer #specs strong {
  margin-bottom: 7px;
  float: left;
}
.productcontainer #specs .white.bold {
  margin-bottom: 7px;
  float: left;
}
.productcontainer .description {
  min-height: 55px;
  overflow: hidden;
}
.productcontainer .row.custom {
  margin-top: 12px;
}
.productcontainer .row.custom .left {
  width: 30%;
  line-height: 40px;
}
.productcontainer .row.custom .right {
  width: 70%;
  line-height: 40px;
  line-height: 20px;
  color: #dadada;
}
.productcontainer .aantal {
  float: left;
}
.productcontainer .formButton {
  float: left;
  margin-left: 8px;
}
.productcontainer form {
  float: left;
}
.productcontainer .priceingcontainer {
  line-height: 40px;
  margin-left: 10px;
}
#adviesform {
  border: solid 1px #687273;
  float: right;
  width: 350px;
  z-index: 555;
  background: #efefef;
  padding: 35px 25px 25px 25px;
  width: 600px;
}
#adviesform .intro {
  float: left;
  width: 100%;
  padding: 0px 0px 10px;
}
#adviesform .row {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  position: relative;
}
#adviesform .left {
  width: 140px;
  text-align: right;
  margin-right: 30px;
  float: left;
  color: #687273;
  line-height: 40px;
  min-height: 1px;
}
#adviesform .right {
  width: 415px;
  margin-right: 15px;
  float: left;
  min-height: 1px;
  position: relative;
}
#adviesform .required {
  color: #bd8b40;
  font: 24px 'LaneNarrowRegular', Verdana, sans-serif;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  top: 12px;
}
.row.small {
  font-size: 13px;
  font-style: italic;
}
.small {
  font-size: 10px;
}
.input {
  background: #FFFFFF;
  color: #707474;
  height: 39px;
  padding: 0 10px;
  position: relative;
}
.input.wide335,
textarea.wide335 {
  width: 315px;
}
@media only screen and (max-width: 767px) {
  .input.wide335,
  textarea.wide335 {
    width: 100% !important;
  }
}
.input.wide250 {
  width: 230px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .input.wide250 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.input.wide250.right {
  margin-left: 8px;
}
.input.wide165 {
  width: 165px;
  float: left;
}
.input.wide75 {
  width: 55px;
  float: left;
}
.input.wide75.right {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .input.wide75.right {
    margin-left: 0;
  }
}
.input.wide120 {
  width: 100px;
}
.input.search {
  width: 278px;
}
.input.searchEnter {
  width: 278px;
}
.textarea {
  display: block;
  background: #FFFFFF;
  padding: 10px 10px;
  position: relative;
  height: 100px;
}
.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;
}
/*.brochure {
    width: 100%;
    padding: 20px 0;
    position: relative;
    float: unset !important;

    img {
    }

    a {
        display: block;
        float: left;
        position: relative;

        &:hover {
            .magnify {
                display: block;
            }
        }
    }

    .magnify {
        display: none;
        width: 40px;
        position: absolute;
        z-index: 1;
        height: 100%;
        height: 206px;
        top: 0px;
        right: 0px;
        background: url("/Content/images/icons/brochureArrow.png") 50% 50% no-repeat;
    }
}*/
span.borderContact {
  float: left;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #515452;
}
#newsWrapper {
  width: 100%;
  float: left;
}
#newsWrapper .leftCol {
  width: 635px;
  margin-right: 12px;
  float: left;
}
#newsWrapper .leftCol p {
  margin-top: 0;
}
#newsWrapper .leftCol a.item {
  width: 100%;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
}
#newsWrapper .leftCol a.item .header {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #bd8b40;
  display: inline-block;
  float: left;
  height: 30px;
}
#newsWrapper .leftCol a.item .header .name {
  color: #6a7172;
  padding: 8px 10px;
  display: inline-block;
  background: #f7f7f7;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  border: 1px solid #bd8b40;
  border-bottom: none;
  min-width: 190px;
}
#newsWrapper .leftCol a.item .content {
  clear: both;
  display: inline-block;
  float: left;
  width: 100%;
}
#newsWrapper .leftCol a.item .content .image {
  display: inline-block;
  float: left;
  height: 82px;
  margin: 20px 20px 20px;
  width: 82px;
}
#newsWrapper .leftCol a.item .content .description {
  display: inline-block;
  width: 615px;
  color: #888888;
  padding: 10px;
  font-weight: bold;
}
#newsWrapper .leftCol a.item .content .date {
  display: block;
  float: left;
  width: 100%;
  color: #6a7172;
  font-family: 'quicksandbold';
  font-weight: normal;
  margin-bottom: 10px;
}
#newsWrapper .leftCol a.item .content .continue {
  color: #FFFFFF;
}
#newsWrapper .leftCol a.item:hover .content {
  background: #f7f7f7;
}
#newsWrapper .rightCol {
  width: 263px;
  float: left;
}
#newsWrapper .paginate {
  padding-top: 25px;
  border-top: 1px solid #eadbc3;
  text-align: center;
  border-bottom: none;
}
#newsWrapper .searchWrapper {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#newsWrapper .info {
  padding: 16px;
  border: 1px solid #aeb1b1;
  background: #efefef;
  float: left;
  width: 267px;
}
#newsWrapper .info h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #FFFFFF;
}
span.date {
  color: #bd8b40;
}
.filetype {
  background-image: url("/Content/images/icons/filetype.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.filetype.pdf {
  background-position: 0 0;
}
.filetype.doc {
  background-position: 0 -16px;
}
.filetype.xls {
  background-position: 0 -32px;
}
.filetype.ppt {
  background-position: 0 -48px;
}
.filetype.other {
  background-position: 0 -64px;
}
.filetype.video {
  background-position: 0 -80px;
}
#faqWrapper {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
#faqWrapper .leftCol {
  width: 570px;
  margin-right: 30px;
  float: left;
  padding-top: 5px;
}
#faqWrapper .rightCol {
  width: 300px;
  float: left;
  padding-top: 5px;
}
#faqWrapper .info {
  padding: 10px;
  border: 1px solid #d9dcdc;
  float: left;
  width: 278px;
}
#faqWrapper .info h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #687273;
}
#faqWrapper .searchWrapper {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#faqWrapper .faqTitle {
  width: 100%;
}
#faqWrapper .faqTitle .number {
  display: inline-block;
  margin-right: 15px;
  text-align: right;
  color: #bd8b40;
}
#faqWrapper .faqTitle a {
  color: #687273;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0;
}
#faqWrapper .faqTitle a:hover {
  color: #687273;
  font-family: 'quicksandbold';
  font-weight: normal;
  text-decoration: none;
  display: block;
}
#faqWrapper .faqTitle a:hover strong {
  font-family: 'quicksandbold';
  font-weight: normal;
}
#faqWrapper .answer {
  color: #bd8b40;
}
#faqWrapper .faqAnswer {
  display: none;
  background: #efefef;
  border: 1px solid #aeb1b1;
  padding: 10px 10px 10px 10px;
  position: relative;
  overflow: auto;
}
#faqWrapper .faqAnswer .groups {
  position: relative;
  right: -5px;
  top: -5px;
  text-align: right;
  float: right;
}
#faqWrapper .faqAnswer .groups ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}
#faqWrapper .faqAnswer .groups li {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #707474;
  border: 1px solid #707474;
  color: #FFFFFF;
  font-size: 10px;
  margin: 1px;
  padding: 4px;
}
#faqWrapper .attachment {
  display: block;
  width: 100%;
  padding-top: 0px;
  border-top: 1px solid #aeb1b1;
  float: left;
}
#faqWrapper .attachment ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}
#faqWrapper .attachment ul li {
  padding: 5px 0;
}
#faqWrapper .attachment ul li a {
  color: #c48e35;
}
#faqWrapper .item {
  width: 100%;
  border-bottom: 1px solid #1d1f1d;
  float: left;
}
#faqWrapper .tagWrapper {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
#faqWrapper .tagWrapper .title {
  border-bottom: 1px solid #bd8b40;
  float: left;
  width: 100%;
}
#faqWrapper .tagWrapper .name {
  border: none;
  padding: 10px;
  color: #bd8b40;
  display: inline-block;
  font-family: 'montserratlight';
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
}
#faqWrapper .tagWrapper #tags {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
#faqWrapper .tagWrapper a.switch {
  display: inline-block;
  float: right;
  width: 25px;
  height: 25px;
  background: #151816 url("/Content/images/icons/list.png") top left no-repeat;
  border: 1px solid #151816;
  text-transform: uppercase;
  text-indent: -9999px;
  cursor: pointer;
  margin-top: 3px;
}
#faqWrapper .tagWrapper a.switch:hover {
  background: #1c201d url("/Content/images/icons/list.png") top left no-repeat;
}
#tags ul {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 33px;
}
#tags li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: left;
}
#tags li a {
  text-decoration: none;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 1px;
  background: #707474;
  float: left;
  height: 22px;
  line-height: 21px;
}
#tags li a:hover {
  background: #565a5a;
}
#tags li a.selected {
  background: #000000;
}
#tags .alt {
  text-align: left;
  padding: 0;
  background: none;
}
#tags .alt li {
  display: block;
}
#tags .alt li a {
  display: inline-block;
  width: 280px;
  padding: 9px 10px 9px 10px;
  height: auto;
  margin: 0;
  margin-bottom: 1px;
  background: #efefef;
  text-decoration: none;
  color: #6a7172;
  line-height: 1em;
}
#tags .alt li a:hover {
  background: #a3a7a8;
  color: #FFFFFF;
}
#tags .alt li a.selected {
  background: #6a7172;
  color: #FFFFFF;
}
#tags .alt .tag1 {
  font-size: 100%;
  background: #7cc0f4;
}
#tags .alt .tag2 {
  font-size: 100%;
  background: #67abe0;
}
#tags .alt .tag3 {
  font-size: 100%;
  background: #4d92c7;
}
#tags .alt .tag4 {
  font-size: 100%;
  background: #3277ad;
}
#tags .alt .tag5 {
  font-size: 100%;
  background: #266ca2;
}
.tag1 {
  font-size: 100%;
}
.tag2 {
  font-size: 120%;
}
.tag3 {
  font-size: 140%;
}
.tag4 {
  font-size: 160%;
}
.tag5 {
  font-size: 180%;
}
.btn {
  display: block;
}
.goback {
  margin-top: 15px;
  line-height: 30px;
  width: 100%;
  float: left;
  text-align: left;
  padding: 5px 0 20px 0;
  border-top: 1px solid #c48e35;
}
.goback a {
  text-decoration: none;
  color: #c48e35;
}
.goback a:hover {
  text-decoration: underline;
  color: #687273;
}
.notMatchingTheSearchString {
  display: none;
}
.innerMeldingbox {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px 10px;
}
configurator {
  width: 100%;
  float: left;
}
#silverlightControlHost {
  height: 100%;
  text-align: center;
}
.questions.active {
  display: block;
}
.dealerconfigurator {
  background: none repeat scroll 0 0 #232624;
  border: 1px solid #414342;
  -webkit-box-shadow: 0 0 3px #191C1B;
          box-shadow: 0 0 3px #191C1B;
  float: left;
  margin: 0 0 0;
  padding: 20px 25px;
  width: 408px;
}
.questions.brochure {
  padding: 3px 0;
}
.questions.brochure a {
  float: left;
  width: 600px;
}
.questions.brochure .faqAnswer {
  margin-top: 15px;
}
.questions {
  float: left;
  width: 100%;
}
.faqTitle {
  float: left;
  line-height: 1em;
}
.faqTitle .number {
  float: left;
  width: 30px;
}
.faqTitle .strong {
  float: left;
  width: 525px;
}
.faqAnswer {
  float: right;
}
.row.custom .field-validation-error {
  width: 155px;
  padding: 8px 28px 5px 28px;
  line-height: 17px;
}
.field-validation-error {
  background: url('/content/images/pijl-foutmelding-links.png') 11px 5px no-repeat maroon;
  color: #FFFFFF;
  display: block;
  float: left;
  font: 12px "OpenSansRegular", Verdana, sans-serif;
  margin: 0 0 0 0;
  padding-left: 28px;
  line-height: 28px;
  width: 309px;
}
.field-validation-error.rechts {
  background: url('/content/images/pijl-foutmelding-rechts.png') 314px 4px no-repeat maroon;
  text-align: right;
  padding-left: 0;
  padding-right: 28px;
}
.input.input-validation-error {
  border: solid 1px maroon;
}
.textarea.input-validation-error {
  border: solid 1px maroon;
}
.formcheckboxcontainer {
  display: block;
  padding-top: 11px;
}
.customlayout .productcontainer .row {
  margin-bottom: 3px;
}
.customlayout #introduction {
  padding-bottom: 15px;
}
.productcontainer.overview {
  margin-right: 19px;
}
.productcontainer.overview.last {
  margin-right: 0;
}
.bold {
  font-weight: bold !important;
}
.TotalPrice {
  padding-top: 11px;
  display: block;
  width: 100%;
  float: left;
}
.TotalPrice .price {
  color: #687273;
  font-size: 16px;
}
.TotalPrice .priceNochange {
  color: #687273;
  font-size: 16px;
  font-weight: bold;
}
.TotalPrice .priceTotal {
  color: #687273;
  font-size: 16px;
  font-weight: bold;
}
.TotalPrice.nopadding {
  padding-top: 0;
}
.price {
  font-weight: bold;
}
.priceNochange {
  font-weight: bold;
}
.factuuradresdan {
  display: block;
}
.factuuradresdan.hide {
  display: none;
}
.afleveradresdan {
  display: block;
}
.afleveradresdan.hide {
  display: none;
}
.row.file input[type='file'] {
  margin-top: 11px;
}
#contact.customlayout strong {
  font-weight: bold;
  color: #687273;
  font-size: 18px;
}
#helpmeformcontainer {
  position: absolute;
  top: 96px;
  right: 0;
  z-index: 555;
  display: none;
}
.titelgroot {
  font-size: 18px;
}
.readMore.left {
  float: left;
}
.readMore.right {
  float: right;
  margin-right: 7px;
}
.headerMenu {
  position: fixed;
  top: 0px;
  z-index: 101;
  float: left;
  width: 100%;
  height: 50px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #F9F9F9;
  font-family: 'quicksandregular';
  font-weight: normal;
}
.headerMenu .centerMenu {
  height: 50px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.headerMenu .centerMenu .social {
  float: left;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerMenu .centerMenu .social .addthis_inline_follow_toolbox {
  margin-left: 10px;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.headerMenu .centerMenu .social .addthis_inline_follow_toolbox .at-follow-btn {
  margin-bottom: 0;
}
.headerMenu .centerMenu .social .addthis_inline_follow_toolbox p {
  display: none;
}
.headerMenu .centerMenu .menu {
  float: right;
}
.headerMenu .centerMenu .menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.headerMenu .centerMenu .menu li {
  margin: 0;
  padding-left: 5px;
  list-style: none;
  display: inline-block;
  /*height: 45px;*/
  line-height: 50px;
  text-transform: lowercase;
}
.headerMenu .centerMenu .menu li span.spacer {
  display: none;
  /*display: inline-block;
                    height: 50px;
                    line-height: 50px;
                    width: 29px;
                    color: #6a7272;
                    text-align: center;*/
}
.headerMenu .centerMenu .menu li a {
  color: #6a7272;
  text-decoration: none;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headerMenu .centerMenu .menu li a {
    font-size: 13px;
  }
}
.headerMenu .centerMenu .menu li a:hover {
  color: #C48E35;
  border-bottom: #E5E5E5 solid 1px;
  padding-bottom: 15px;
}
.headerMenu .centerMenu .menu li a.active {
  color: #C48E35;
  border-bottom: #E5E5E5 solid 1px;
  padding-bottom: 15px;
}
.headerMenu .centerMenu .languagesHeader {
  float: right;
  margin: 16px 0px 0 30px;
  padding: 0 0 0 0;
}
.headerMenu .centerMenu .languagesHeader ul {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.headerMenu .centerMenu .languagesHeader ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.headerMenu .centerMenu .languagesHeader ul li a {
  height: 16px;
  width: 16px;
}
.headerMenu .centerMenu .languagesHeader ul li a .de {
  padding-right: 30px;
}
.headerMenu .centerMenu .languagesHeader ul.dropdown {
  margin-top: 5px;
  float: left;
  background-color: white;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 200;
  display: none;
  margin-left: -5px;
}
.headerMenu .centerMenu .languagesHeader ul.dropdown li {
  padding: 5px;
}
.headerMenu .centerMenu .languagesHeader .fas {
  color: #B6B8B8;
  font-size: 14px;
  padding-left: 7px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .headerMenu .centerMenu .languagesHeader {
    margin: 16px 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .headerMenu {
    display: none;
  }
}
#fancybox-title {
  padding: 10px 0;
  background: #FFFFFF;
  color: #6a7172;
}
#fancybox-title #fancybox-title-outside {
  font-family: 'quicksandregular';
  font-weight: normal;
  font-weight: bold;
  font-size: 12px;
}
#overlayLoadScreen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/Content/Images/white90.png) top left;
  z-index: 1000;
}
#centeroverlayLoader {
  height: 235px;
  width: 475px;
  margin: 200px auto;
  background: #FFF;
  border: 1px solid #e4e4e4;
}
#centeroverlayLoader .tekstLoader {
  float: left;
  width: 350px;
  height: 150px;
  padding-top: 50px;
  padding-left: 50px;
}
#centeroverlayLoader .tekstLoader h3 {
  margin: 10px 0 10px 30px;
  padding: 0;
}
#centeroverlayLoader .tekstLoader h4 {
  margin: 10px 0 10px 30px;
  padding: 0;
}
#centeroverlayLoader .tekstLoader img {
  border: none;
  display: block;
  margin: 15px auto;
}
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 13px;
  color: #fff;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #bd8b40;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 2px #ACACAC;
  -webkit-box-shadow: 0 1px 2px #ACACAC;
  -moz-box-shadow: 0 1px 2px #ACACAC;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(189, 139, 64, 0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(189, 139, 64, 0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(189, 139, 64, 0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(189, 139, 64, 0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #bd8b40;
  border-top-color: rgba(189, 139, 64, 0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #bd8b40;
  border-bottom-color: rgba(189, 139, 64, 0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #bd8b40;
  border-right-color: rgba(189, 139, 64, 0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #bd8b40;
  border-left-color: rgba(189, 139, 64, 0.92);
}
.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;
}
.overlay .button3 .fas {
  font-size: 14px;
  padding-left: 10px;
}
.overlay .subtitle {
  font-size: 22px;
  color: #707474;
}
.overlay .nieuws {
  color: #707474;
  font-size: 22px;
  font-weight: bold;
}
.overlay h3 {
  font-size: 30px;
  color: #C48E35;
  font-family: 'quicksandlight_italic';
  padding: 0px;
}
.overlay .titel {
  font-size: 30px;
  color: #C48E35;
  font-weight: 100;
}
.overlay .tekst {
  font-size: 17px;
  color: #B6B8B8;
}
.overlay .tekst2 {
  color: #707474;
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #header {
    top: 0px;
  }
}
#newsWrapper .field-validation-error {
  background: none;
  display: inline-block;
  float: none;
  width: auto;
  color: inherit;
  font: inherit;
  margin: inherit;
  padding: 0px;
  line-height: inherit;
}
#newsWrapper .searchresults {
  padding: 30px 40px 40px 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .searchresults {
    padding: 20px 20px;
  }
}
#newsWrapper .searchresults .row {
  padding: 0px 0px 10px 0px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .searchresults .row {
    padding: 0px 0px 10px 0px;
  }
}
#newsWrapper .searchresults .row > div {
  padding: 0px 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #newsWrapper .searchresults .row > div {
    padding: 0px 0px;
  }
}
#newsWrapper .searchresults .row h3 {
  color: #C48E35;
  border-bottom: 1px solid #C48E35;
  padding: 0px 0px 10px 0px;
}
#newsWrapper .searchresults .row ul {
  list-style-type: none;
  padding: 10px 0px 0px 0px;
}
#newsWrapper .searchresults .row ul li a {
  color: black;
}
#newsWrapper .searchresults .row ul li ahover {
  color: black;
}
#searchOnSite {
  display: none;
  position: fixed;
  z-index: 100;
  top: 150px;
  background: #F9F9F9;
  width: 100%;
  height: 67px;
  padding: 10px 10px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  #searchOnSite {
    top: 100px;
  }
}
#searchOnSite input[type=text] {
  width: 70%;
  display: inline-block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #searchOnSite input[type=text] {
    width: 60%;
  }
}
#searchOnSite input.button {
  width: 15%;
  padding: 5px 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #searchOnSite input.button {
    width: 35%;
  }
}
.ui-multiselect {
  position: relative;
  padding: 6px 30px 6px 15px;
  text-align: left;
  font-family: 'quicksandregular';
  font-weight: normal;
  font-size: 17px;
  line-height: 1.58823529;
  height: 47px;
  border-radius: 4px;
  width: 100% !important;
  border: 1px solid #ccc;
  background: #F9F9F9;
  color: #2b2b2b;
  text-decoration: none !important;
}
.ui-multiselect.ui-state-hover {
  border-color: gray;
}
.ui-multiselect.ui-state-active {
  border-color: #C48E35;
}
.ui-multiselect.ui-state-active span.ui-icon:before {
  color: #C48E35;
}
.ui-multiselect span.ui-icon {
  position: absolute;
  float: right;
  margin: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  background: none;
  text-indent: 0;
}
.ui-multiselect span.ui-icon:before {
  content: "\f107";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  color: #B6B8B8;
  font-size: 14px;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  left: -9999px;
  position: absolute !important;
  top: auto !important;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 5px;
  background: gray;
  border: none;
  font-weight: normal;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
  color: #fff;
}
.ui-multiselect-header a:hover .ui-icon {
  color: green;
}
.ui-multiselect-header span.ui-icon {
  margin-right: 5px;
}
.ui-multiselect-header span.ui-icon:before {
  font-size: 12px;
}
.ui-multiselect-header .ui-multiselect-close {
  float: right;
  padding-right: 0;
  text-align: right;
}
.ui-multiselect-menu {
  display: none;
  padding: 5px;
  position: absolute;
  text-align: left;
  z-index: 10;
  width: 100% !important;
  font-family: 'quicksandregular';
  font-weight: normal;
}
.ui-multiselect-checkboxes {
  overflow-y: auto;
  position: relative;
}
.ui-multiselect-checkboxes label {
  border: 1px solid transparent;
  cursor: default;
  display: block;
  padding: 3px 5px;
  margin: 0;
  cursor: pointer;
}
.ui-multiselect-checkboxes label.ui-state-hover {
  background: #C48E35;
  border-color: transparent;
  color: #fff;
}
.ui-multiselect-checkboxes label input {
  display: inline-block;
  position: relative;
  margin: 5px 5px 5px 0;
}
.ui-multiselect-checkboxes label input:focus {
  outline: none;
}
.ui-multiselect-checkboxes label img {
  height: 30px;
  vertical-align: middle;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  list-style: none;
  padding-right: 3px;
}
.ui-multiselect-checkboxes .ui-multiselect-optgroup {
  padding: 3px;
}
.ui-multiselect-checkboxes .ui-multiselect-optgroup a {
  border-bottom: 1px solid;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 1px 0;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}
.ui-multiselect-columns {
  display: inline-block;
  vertical-align: top;
}
