/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.subBanners {
  margin: 30px 0;
}
@media only screen and (min-width: 1024px) {
  .subBanners {
    margin: 0 0 50px;
  }
}
.subBanners a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .subBanners {
    overflow: hidden;
  }
  .subBanners > * {
    float: left;
    margin-right: 2.34375%;
    margin-bottom: 2.34375%;
    width: 48.828125%;
  }
  .lt-ie9 .subBanners > * {
    /*IE 8*/
    width: 47.65625%;
  }
  .subBanners > *:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.34375%;
  }
  .subBanners > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .subBanners > * {
    margin-bottom: 0;
  }
  .subBanners :last-child {
    margin-right: 0;
  }
}
.banner,
.slider {
  position: relative;
  color: #f69a0b;
}
.banner h3,
.slider h3,
.banner h4,
.slider h4 {
  position: absolute;
  left: 22%;
  right: 5%;
  width: 40%;
}
.banner h3,
.slider h3 {
  top: 25%;
  font-size: 50px;
  line-height: 62px;
  font-style: italic;
}
.banner a,
.slider a {
  color: #505050;
}
.banner a h3,
.slider a h3 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .banner a h3,
  .slider a h3 {
    padding-bottom: 70px;
  }
}
.banner a h3:after,
.slider a h3:after {
  content: "Bekijk meer";
  background: #f69a0b;
  color: white;
  display: block;
  padding: 6px 20px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 1024px) {
  .banner a h3:after,
  .slider a h3:after {
    padding: 10px 30px;
    font-size: 25px;
    line-height: 30px;
  }
}
.banner h4,
.slider h4 {
  bottom: 73%;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 7px;
}
.slider a {
  color: #505050;
}
.slider a:hover {
  color: #505050;
}
.banner {
  position: relative;
}
.banner h3,
.banner h4 {
  text-align: center;
  color: white;
  left: 5%;
  width: auto;
}
.banner h3 {
  font-size: 40px;
  line-height: 42px;
  top: 52%;
}
.banner h4 {
  bottom: 45%;
}
.banner a h3:after {
  background: white;
  color: black;
  opacity: 0.95;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .banner a h3:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner a h3:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner + * {
    margin-top: 15px;
  }
}
.banner__image {
  display: block;
  height: auto;
  width: 100%;
}
.halfWidth .banner__image {
  width: 100%;
  display: inline-block;
  margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .halfWidth .banner__image {
    width: calc(50% - 6px);
    margin: 0 7px 4px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .halfWidth .banner__image {
    width: calc(50% - 12px);
    margin: 0 17px 14px 0;
  }
}
.halfWidth .banner__image + .banner__image {
  margin: 0 0 4px;
}
@media only screen and (min-width: 1024px) {
  .halfWidth .banner__image + .banner__image {
    margin: 0 0 14px;
  }
}
.unevenWidth.right .banner__image {
  width: 100%;
  display: inline-block;
  margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .unevenWidth.right .banner__image {
    width: calc(64.25% - 5px);
    margin: 0 7px 4px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .unevenWidth.right .banner__image {
    width: calc(64.25% - 10px);
    margin: 0 17px 14px 0;
  }
}
.unevenWidth.right .banner__image + .banner__image {
  width: 100%;
  margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .unevenWidth.right .banner__image + .banner__image {
    width: calc(35.75% - 6px);
  }
}
@media only screen and (min-width: 1024px) {
  .unevenWidth.right .banner__image + .banner__image {
    width: calc(35.75% - 11px);
    margin: 0 0 14px;
  }
}
.unevenWidth.left .banner__image {
  width: 100%;
  display: inline-block;
  margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .unevenWidth.left .banner__image {
    width: calc(35.75% - 5px);
    margin: 0 7px 4px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .unevenWidth.left .banner__image {
    width: calc(35.75% - 10px);
    margin: 0 17px 14px 0;
  }
}
.unevenWidth.left .banner__image + .banner__image {
  width: 100%;
  margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .unevenWidth.left .banner__image + .banner__image {
    width: calc(64.25% - 6px);
  }
}
@media only screen and (min-width: 1024px) {
  .unevenWidth.left .banner__image + .banner__image {
    width: calc(64.25% - 11px);
    margin: 0 0 14px;
  }
}
.fullWidth {
  margin: 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .fullWidth {
    margin: 0 0 20px;
  }
}
.banner__hotspotlink {
  position: absolute;
  background-color: transparent;
  background-position: center center;
}
@media only screen and (max-width: 1023px) {
  .banner h3,
  .slider h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .banner h4,
  .slider h4 {
    font-size: 14px;
  }
  .banner h3 {
    top: 50%;
  }
  .banner h4 {
    bottom: 47%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .banner h3,
  .slider h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .banner h3:after,
  .slider h3:after {
    font-size: 15px;
  }
  .banner h4,
  .slider h4 {
    font-size: 14px;
  }
}
/* Slider styling */

[data-slider-role="container"] {
  position: relative;
  margin: 0 0 15px;
  list-style: none;
  margin: 0;
}
[data-slider-role="container"]:hover .slidesjs-navigation,
[data-slider-role="container"]:hover .slidesjs-pagination {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
[data-slider-role="container"] .slidesjs-container {
  width: 100%;
  overflow: hidden;
}
[data-slider-role="container"] .slidesjs-pagination {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
}
[data-slider-role="container"] .slidesjs-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 99;
  text-indent: -999999em;
}
[data-slider-role="container"] .slidesjs-navigation.slidesjs-previous {
  right: 30px;
}
[data-slider-role="container"] .slidesjs-navigation.slidesjs-previous:after {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 14px;
  line-height: 14px;
  left: 0;
}
[data-slider-role="container"] .slidesjs-navigation.slidesjs-next {
  right: 0;
}
[data-slider-role="container"] .slidesjs-navigation.slidesjs-next:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 14px;
  line-height: 14px;
  right: 0;
}
[data-slider-role="container"] .slidesjs-navigation.slidesjs-previous:after,
[data-slider-role="container"] .slidesjs-navigation.slidesjs-next:after {
  color: black;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  text-indent: 0;
}
