/* #####################################################################################################
   HOMEPAGE
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 4 - VELTHUIS SCHOENEN
   ##################################################################################################### */
/*--- 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 -----*/
.homepage .FullwidthWrapperTop {
  margin-top: 0;
}
.homepage #pageContainer {
  padding-top: 70px;
}
@media only screen and (min-width: 1024px) {
  .homepage #pageContainer {
    padding-top: 0;
  }
}
.homepage #NavHome {
  background-color: rgba(0, 0, 0, 0.2);
}
.homepage .subBannersWrapper {
  display: block;
  margin-top: 25px;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 768px) {
  .homepage .subBannersWrapper {
    margin-top: 50px;
  }
}
.homepage .subBannersWrapper .subBanner {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .homepage .subBannersWrapper .subBanner {
    padding: 0;
  }
}
.homepage .subBannersWrapper .subBanner:last-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .homepage .subBannersWrapper .subBanner {
    width: calc(100% / 3);
    padding-right: 10px;
    padding-left: 10px;
  }
}
.homepage .subBannersWrapper .subBanner .banner {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: calc(100% + 50px);
}
.homepage .subBannersWrapper .subBanner .banner h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: -7px 0 0 0;
  padding: 25px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  background-color: #f8f8f8;
}
.homepage .subBannersWrapper .subBanner .banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage .subBannersWrapper .subBanner .banner .banner__link img {
  -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;*/

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.homepage .subBannersWrapper .subBanner .banner .banner__link h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -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;*/

  color: #454545;
}
.homepage .subBannersWrapper .subBanner .banner .banner__link:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.homepage .subBannersWrapper .subBanner .banner .banner__link:hover h3 {
  background-color: #007f95;
  color: white;
}
.homepage .highlightsWrapper {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.homepage .highlightsWrapper h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}
