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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- 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 -----*/
.Munnichs.homepage .customerBlock .uspBlock.munnichsKiyoh {
  display: none;
}
@media only screen and (min-width: 768px) {
  .Munnichs.homepage .customerBlock .uspBlock.munnichsKiyoh {
    display: inline-block;
  }
}
.Munnichs.homepage .customerBlock .uspBlock.gaborKiyoh {
  display: none;
}
.Gabor.homepage .customerBlock .uspBlock.gaborKiyoh {
  display: none;
}
@media only screen and (min-width: 768px) {
  .Gabor.homepage .customerBlock .uspBlock.gaborKiyoh {
    display: inline-block;
  }
}
.Gabor.homepage .customerBlock .uspBlock.munnichsKiyoh {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .homepage #cols {
    padding: 0;
  }
}
.homepage #pageContainer {
  position: relative;
  background: white;
}
@media only screen and (min-width: 1024px) {
  .homepage #pageContainer .colorBlock {
    height: 900px;
    top: 0;
    width: 100%;
    max-width: 1920px;
    background: #fafafa;
    position: absolute;
  }
}
.homepage .mainBanner {
  margin-bottom: 15px;
}
.homepage .productHighlight {
  margin: 15px 0;
}
.homepage .productHighlight .highlightTitle {
  margin: 15px 0;
}
@media only screen and (min-width: 1024px) {
  .homepage .productHighlight .highlightTitle {
    margin: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .productHighlight .productList {
    overflow: hidden;
  }
  .homepage .productHighlight .productList > .item {
    float: left;
    margin-right: 2.077562327%;
    margin-bottom: 2.077562327%;
    width: 48.961218837%;
  }
  .lt-ie9 .homepage .productHighlight .productList > .item {
    /*IE 8*/
    width: 47.922437673%;
  }
  .homepage .productHighlight .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.077562327%;
  }
  .homepage .productHighlight .productList > .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .productHighlight .productList {
    overflow: hidden;
  }
  .homepage .productHighlight .productList > .item {
    float: left;
    margin-right: 2.077562327%;
    margin-bottom: 2.077562327%;
    width: 23.441828255%;
  }
  .lt-ie9 .homepage .productHighlight .productList > .item {
    /*IE 8*/
    width: 22.922437673%;
  }
  .homepage .productHighlight .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.077562327%;
  }
  .homepage .productHighlight .productList > .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.homepage .customerBlock {
  margin: 15px 0;
}
@media only screen and (min-width: 1024px) {
  .homepage .customerBlock {
    margin: 45px 0;
  }
}
.homepage .customerBlock .uspBlock.munnichsKiyoh,
.homepage .customerBlock .uspBlock.gaborKiyoh {
  background: #fafafa;
  padding: 20px 10%;
  min-height: 300px;
  text-align: center;
  float: left;
  margin-right: 2%;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .homepage .customerBlock .uspBlock.munnichsKiyoh,
  .homepage .customerBlock .uspBlock.gaborKiyoh {
    min-height: 270px;
    width: 49%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .homepage .customerBlock .uspBlock.munnichsKiyoh,
  .homepage .customerBlock .uspBlock.gaborKiyoh {
    padding: 40px 10%;
  }
}
.homepage .customerBlock .uspBlockInner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.homepage .customerBlock .uspBlockInner h3 {
  font-family: 'IBM Plex Serif', serif;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px 0;
}
.homepage .customerBlock .uspBlockInner li {
  font-weight: 600;
  line-height: 40px;
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 250px;
  padding-left: 50px;
  font-size: 12px;
}
@media only screen and (min-width: 375px) {
  .homepage .customerBlock .uspBlockInner li {
    max-width: 300px;
    padding-left: 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .customerBlock .uspBlockInner li {
    max-width: 320px;
    padding-left: 50px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage .customerBlock .uspBlockInner li {
    max-width: 550px;
  }
}
.homepage .customerBlock .uspBlockInner li:before {
  content: '';
  background-image: url('../images/Check.svg');
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
}
@media only screen and (min-width: 1024px) {
  .homepage .customerBlock .collectionBlock {
    min-height: 270px;
    width: 49%;
    display: inline-block;
    float: left;
    padding: 50px 30px;
    margin: 0;
  }
}
.homepage .customerBlock .collectionBlock .bttnBlock {
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 1024px) {
  .homepage .customerBlock .collectionBlock .bttnBlock .bttn {
    width: 45%;
  }
}
.homepage .centerBanners {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1280px) {
  .homepage .centerBanners {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .centerBanners .bannerItem {
    max-width: 48%;
    float: left;
  }
}
.homepage .centerBanners .bannerItem.black {
  padding: 0px;
  border-top: 5px #c61c40 solid;
}
.homepage .centerBanners .bannerItem.halfsize {
  margin: 0 0 15px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .homepage .centerBanners .bannerItem.halfsize {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .centerBanners .bannerItem.halfsize {
    width: 23.7%;
    margin: 0 1.5% 0 0;
  }
}
.homepage .centerBanners .bannerItem.last {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .homepage .centerBanners .bannerItem.last {
    margin-right: 1.5%;
  }
}
.homepage .centerBanners .bannerItem.inspiratie {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .homepage .centerBanners .bannerItem.inspiratie {
    max-width: 49.5%;
    max-height: 370px;
  }
}
.homepage .centerBanners .bannerItem.inspiratie img {
  max-height: 370px;
}
.homepage .centerBanners #KiyohLargeBanner {
  background-color: #f8f8f8;
  text-align: center;
  height: 250px;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .homepage .centerBanners #KiyohLargeBanner {
    min-width: 100%;
  }
}
.homepage .centerBanners #specialCollections {
  padding: 50px;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .homepage .centerBanners #specialCollections {
    min-width: 100%;
  }
}
.homepage .centerBanners #specialCollections .CenterAlign {
  width: 100%;
  margin: 0px auto;
}
.homepage .centerBanners #specialCollections .CenterAlign .bttn {
  margin-top: 20px;
  width: 48%;
  float: left;
  min-width: 200px;
  display: inline-block;
}
.homepage .newsBlock .newsContent {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .homepage .newsBlock .newsContent {
    width: 44%;
    margin-right: 5%;
    float: left;
    text-align: right;
    padding: 5% 0;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage .newsBlock .newsContent {
    width: 46%;
    margin-right: 4.6%;
  }
}
.homepage .newsBlock .newsContent h2.title {
  margin-bottom: 15px;
  font-family: 'IBM Plex Serif', serif;
  color: black;
}
@media only screen and (min-width: 1280px) {
  .homepage .newsBlock .newsContent h2.title {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .newsBlock .newsContent h2.title {
    margin-bottom: 30px;
    max-width: 500px;
    float: right;
  }
}
.homepage .newsBlock .newsContent .date {
  display: none;
}
.homepage .newsBlock .newsContent .itemContent {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .homepage .newsBlock .newsContent .itemContent {
    float: right;
    display: block;
  }
}
.homepage .newsBlock .newsContent .bttn {
  margin: 15px 0;
}
.homepage .newsBlock .newsContent .bttn:hover {
  background: #bc9f75;
}
@media only screen and (max-width: 767px) {
  .homepage .newsBlock .newsContent .bttn {
    background: #bc9f75;
    border: 4px solid #bc9f75;
    color: white;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .newsBlock .newsContent .bttn {
    float: right;
  }
}
.homepage .newsBlock .newsBanner {
  max-width: 790px;
}
@media only screen and (min-width: 768px) {
  .homepage .newsBlock .newsBanner {
    float: left;
    width: 51%;
  }
}
.homepage .newsBlock .newsBanner .banner {
  border-top: 5px solid #c61c40;
}
@media only screen and (min-width: 768px) {
  .homepage .newsBlock .newsBanner .banner {
    max-width: 800px;
    display: inline-block;
  }
}
.homepage .bottomWideContent {
  background: #fafafa;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .homepage .bottomWideContent {
    padding: 50px 0;
  }
}
.homepage .bottomWideContent .brandsSection .featuredLogos {
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .homepage .bottomWideContent .brandsSection .featuredLogos {
    margin: 60px 0px;
  }
}
.homepage .bottomWideContent .brandsSection .featuredLogos img {
  width: 80%;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) {
  .homepage .bottomWideContent .brandsSection .featuredLogos img {
    width: 100%;
    margin: 0;
  }
}
.homepage .bottomWideContent .brandsSection h1 {
  font-weight: 500;
}
.homepage .bottomWideContent .brandsSection h1,
.homepage .bottomWideContent .brandsSection h4 {
  text-align: center;
}
.homepage .bottomWideContent .brandsSection .bttn {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .homepage .bottomWideContent .brandsSection .bttn {
    display: inline-block;
  }
}
.homepage .nowContent {
  max-width: 1220px;
  margin: 15px auto;
}
@media only screen and (min-width: 768px) {
  .homepage .nowContent {
    margin: 45px auto;
  }
}
