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

/*--- 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 -----*/
/*----- Responsive functions -----*/
.homepage #breadcrumbs {
  display: none !important;
}
.homepage #cols {
  padding: 0;
}
.homepage #cols #sidecol {
  display: none;
}
.homepage #banner {
  position: relative;
  margin: 0 auto 15px;
  max-width: 1920px;
}
.homepage #banner > ul {
  list-style: none;
  margin: 0;
}
.homepage #banner > ul .slidesjs-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 53.5%;
}
.homepage #banner .slidesjs-navigation {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  text-indent: -999999em;
}
.homepage #banner .slidesjs-navigation.slidesjs-previous {
  left: 20px;
  background: url('../images/svg/arrowLeftWhite.svg') no-repeat 6px center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .homepage #banner .slidesjs-navigation.slidesjs-previous {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ee7f01;
  }
  .homepage #banner .slidesjs-navigation.slidesjs-previous:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background: url('../images/svg/arrowLeftWhite.svg') no-repeat 2px center;
    background-size: 100%;
  }
}
.homepage #banner .slidesjs-navigation.slidesjs-next {
  right: 20px;
  background: url('../images/svg/arrowRightWhite.svg') no-repeat -9px center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .homepage #banner .slidesjs-navigation.slidesjs-next {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ee7f01;
  }
  .homepage #banner .slidesjs-navigation.slidesjs-next:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background: url('../images/svg/arrowRightWhite.svg') no-repeat -2px center;
    background-size: 100%;
  }
}
.homepage #banner .slidesjs-pagination {
  margin: 10px auto 0;
  position: absolute;
  width: 100% !important;
  bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage #banner .slidesjs-pagination {
    display: none;
  }
}
.homepage #banner img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .homepage #header #logo {
    width: 265px;
    height: 130px;
    top: 17px;
    background: white;
  }
  .homepage #header #logo:after {
    content: '';
    display: block;
    position: relative;
    top: 10px;
    width: 0;
    height: 0;
    border-width: 36px 132px 50px 133px;
    border-style: solid;
    border-color: white white transparent white;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage #header.stickyHeader #logo {
    width: 150px;
    height: 73px;
    top: 10px;
    background: none;
    -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;*/
  
  }
  .homepage #header.stickyHeader #logo:after {
    display: none;
  }
}
.homepage #banners {
  margin: 0 0 15px;
}
.homepage #banners ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.homepage #banners ul > li {
  float: left;
  margin-right: 1.171875%;
  margin-bottom: 1.171875%;
  width: 32.552083333%;
}
.lt-ie9 .homepage #banners ul > li {
  /*IE 8*/
  width: 32.161458333%;
}
.homepage #banners ul > li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 1.171875%;
}
.homepage #banners ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.homepage #banners ul li {
  margin-bottom: 0;
}
.homepage #banners ul li a {
  display: block;
}
.homepage #banners ul li img {
  width: 100%;
  display: block;
}
.homepage #inspirationalBanner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .homepage #inspirationalBanner {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage #inspirationalBanner .slidesjs-navigation {
    position: absolute;
    top: 0;
    z-index: 999;
    text-indent: -99999em;
    width: 40px;
    height: 40px;
    top: 30%;
    background: #ee7f01;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .homepage #inspirationalBanner .slidesjs-navigation.slidesjs-previous:before,
  .homepage #inspirationalBanner .slidesjs-navigation.slidesjs-next:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
  }
  .homepage #inspirationalBanner .slidesjs-navigation.slidesjs-previous {
    left: 20px;
  }
  .homepage #inspirationalBanner .slidesjs-navigation.slidesjs-previous:before {
    background: url('../images/svg/arrowLeftWhite.svg') no-repeat center center;
    background-size: 70%;
  }
  .homepage #inspirationalBanner .slidesjs-navigation.slidesjs-next {
    right: 20px;
  }
  .homepage #inspirationalBanner .slidesjs-navigation.slidesjs-next:before {
    background: url('../images/svg/arrowRightWhite.svg') no-repeat center center;
    background-size: 70%;
  }
  .homepage #inspirationalBanner .slidesjs-container {
    padding-bottom: 60%;
  }
}
.homepage #inspirationalBanner ul.banner li {
  float: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .homepage #inspirationalBanner ul.banner li {
    width: 48%;
  }
}
.homepage #inspirationalBanner ul.banner li a {
  display: block;
  color: #222222;
}
.homepage #inspirationalBanner ul.banner li a:hover {
  text-decoration: none;
  color: #ee7f01;
}
.homepage #inspirationalBanner ul.banner li span.kop3 {
  margin: 15px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .homepage #inspirationalBanner ul.banner li:nth-child(even) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .newsSliderIntro > p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .newsSliderIntro {
    text-align: center;
  }
}
.homepage #newsSlider {
  position: relative;
}
.homepage #newsSlider a:hover {
  text-decoration: none;
  color: #ee7f01;
}
.homepage #newsSlider img {
  margin-bottom: 15px;
}
.homepage #newsSlider .slidesjs-navigation {
  position: absolute;
  top: 0;
  z-index: 999;
  text-indent: -99999em;
  width: 40px;
  height: 40px;
  top: 12.5%;
  background: #ee7f01;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage #newsSlider .slidesjs-navigation.slidesjs-previous:before,
.homepage #newsSlider .slidesjs-navigation.slidesjs-next:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.homepage #newsSlider .slidesjs-navigation.slidesjs-previous {
  left: 20px;
}
.homepage #newsSlider .slidesjs-navigation.slidesjs-previous:before {
  background: url('../images/svg/arrowLeftWhite.svg') no-repeat center center;
  background-size: 70%;
}
.homepage #newsSlider .slidesjs-navigation.slidesjs-next {
  right: 20px;
}
.homepage #newsSlider .slidesjs-navigation.slidesjs-next:before {
  background: url('../images/svg/arrowRightWhite.svg') no-repeat center center;
  background-size: 70%;
}
@media only screen and (max-width: 767px) {
  .homepage #newsSlider .slidesjs-container {
    padding-bottom: 137.3%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage #newsSlider .slidesjs-container {
    padding-bottom: 126%;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage #newsSlider .slidesjs-container {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .homepage #newsSlider .slidesjs-container {
    padding-bottom: 86%;
  }
}
/*end .homepage*/

@media only screen and (min-width: 768px) {
  .homepage #cols {
    padding: 0;
  }
  .homepage #banners {
    overflow: hidden;
  }
  .homepage #banners .smallBanner {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
    min-width: 147px;
  }
  .homepage #banners .smallBanner:last-child {
    margin: 0;
  }
  /*end .homepage*/
}
@media only screen and (min-width: 1024px) {
  .homepage #cols {
    padding: 0 1%;
  }
}
