.home-banner-container {
  display: block;
  box-sizing: border-box;
  height: 630px;
}

.home-banner-full-width {
  display: block;
  box-sizing: border-box;
  width: calc(100% - 14px);
  margin: 14px 7px;
  height: 280px;
  clear: both;
  background-size: cover;
  background-position: center center;
}

.home-banner {
  display: block;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.home-banner-content {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 74%;
}

.home-banner-label {
  display: inline;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 0px 1px 2px 2px;
  border-bottom: 2px solid #595959;
}

.home-banner-heading {
  display: block;
  width: 100%;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
}

.home-banner-subheading {
  display: block;
  width: 100%;
  font-weight: 600;
  letter-spacing: .5px;
  color: #FFF;
}

div.home-banner-cta-button {
  position: absolute;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 9px 16px 10px;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.home-banner-content-table {
  display: table;
  box-sizing: border-box;
  position: relative;
  width: 70%;
  height: 290px;
  margin: auto;
}

.home-banner-content-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.home-banner-content-table-cell .home-banner-heading {
  display: block;
  width: 100%;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  font-size: 37px;
  line-height: 38px;
  letter-spacing: 1.7px;
  margin: 14px 0 8px;
}

.home-banner-content-table-cell .home-banner-subheading {
  display: block;
  width: 100%;
  font-weight: 600;
  letter-spacing: .5px;
  color: #FFF;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 24px;
}

.home-banner-content-table-cell .home-banner-cta-button {
  position: relative;
}

.home-banner-content-table-cell hr {
  width: 80px;
  height: 2px;
  background: #FFF;
  border: 0;
  margin: 8px auto 10px;
}

.home-banner.height-full .home-banner-cta-button {
  margin-left: 10%;
  bottom: 136px;
}

.home-banner.height-half .home-banner-cta-button {
  margin-left: 10%;
  bottom: 48px;
}

div.home-banner-cta-button:hover {
  color: #595959;
  text-decoration: none;
}

div.home-banner-cta-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

div.home-banner-cta-button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.home-banner.height-full .home-banner-content {
  padding-top: 160px;
  max-width: 420px;
  margin-left: 10%;
}

.home-banner.height-full .home-banner-label {
  font-size: 17px;
  line-height: 20px;
}

.home-banner.height-full .home-banner-heading {
  font-size: 37px;
  line-height: 38px;
  letter-spacing: 2.7px;
  margin: 18px 0 10px;
}

.home-banner.height-full .home-banner-subheading {
  font-size: 26px;
  line-height: 29px;
  min-height: 6em;
}

.home-banner.height-half .home-banner-content {
  padding-top: 52px;
  max-width: 360px;
  margin-left: 10%;
}

.home-banner.height-half .home-banner-label {
  font-size: 15px;
  line-height: 17px;
}

.home-banner.height-half .home-banner-heading {
  font-size: 26px;
  line-height: 27px;
  letter-spacing: 1.6px;
  margin: 14px 0 3px;
}

.home-banner.height-half .home-banner-subheading {
  font-size: 21px;
  line-height: 24px;
  min-height: 4em;
}

.home-banner-label.actie {
  color: #D7D67B!important;
  border-color: #D7D67B!important;
}

.home-banner-label.nieuw {
  color: #9CC381!important;
  border-color: #9CC381!important;
}

.home-banner-label.how-to {
  color: #DDD0C1!important;
  border-color: #DDD0C1!important;
}

.home-banner-label.review {
  color: #C3B6C6!important;
  border-color: #C3B6C6!important;
}

.home-banner-label.topper {
  color: #B0CDDD!important;
  border-color: #B0CDDD!important;
}

.home-banner-label.top-list {
  color: #AEBECE!important;
  border-color: #AEBECE!important;
}

.col20-20 {
  width: 100%;
}

.col20-12 {
  width: calc(60% - 14px);
  margin: 0 7px;
}

.col20-8 {
  width: calc(40% - 14px);
  margin: 0 7px;
}

.height-full {
  height: calc(100% - 14px);
  margin-bottom: 14px;
}

.height-half {
  height: calc(50% - 14px);
  margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {
  .home-banner-content {
    width: 82%;
  }
}

@media only screen and (max-width: 800px) {
  .home-banner-full-width {
    width: calc(100% - 28px);
    margin: 14px 14px 0;
  }

  .home-banner-container.col20-12 {
    height: 500px;
    width: calc(100% - 28px);
    margin: 14px 14px 0;
  }

  .home-banner-container.col20-8 {
    height: 360px;
    width: calc(100% - 14px);
    margin: 0 7px 14px;
  }

  .home-banner-container.col20-8 .home-banner.height-half {
    height: 100%;
    width: calc(50% - 14px);
    margin: 0 7px;
    float: left;
  }

  .home-banner.height-full .home-banner-content {
    padding-top: 140px;
    margin-left: 5%;
  }

  .home-banner.height-half .home-banner-content {
    padding-top: 90px;
  }

  .home-banner.height-full .home-banner-cta-button {
    margin-left: 5%;
    bottom: 96px;
  }
}

@media only screen and (max-width: 700px) {
}

@media only screen and (max-width: 420px) {
  .height-full {
    height: 100%;
    margin-bottom: 0;
  }

  .height-half {
    height: 100%;
    margin-bottom: 0;
  }

  .home-banner-full-width {
    width: calc(100% - 20px);
    margin: 10px 10px 0;
  }

  .home-banner-container.col20-12 {
    height: 400px;
    width: calc(100% - 20px);
    margin: 10px 10px;
  }

  .home-banner-container.col20-8 {
    height: auto;
    width: 100%;
    margin: 0;
  }

  .home-banner-container.col20-8 .home-banner.height-half {
    height: 300px;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    float: left;
    clear: both;
  }

  .home-banner.height-full .home-banner-content {
    padding-top: 75px;
    margin-left: 7%;
  }

  .home-banner.height-half .home-banner-content {
    padding-top: 42px;
    margin-left: 7%;
  }

  .home-banner-content {
    width: 84%;
  }

  .home-banner.height-full .home-banner-label,.home-banner.height-half .home-banner-label {
    font-size: 13px;
    line-height: 18px;
  }

  .home-banner.height-full .home-banner-heading,.home-banner.height-half .home-banner-heading {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 2.3px;
    margin: 13px 0 8px;
  }

  .home-banner.height-full .home-banner-subheading,.home-banner.height-half .home-banner-subheading {
    font-size: 19px;
    line-height: 22px;
    height: 6em;
  }

  .home-banner.height-half .home-banner-subheading {
    height: 4em;
  }

  .home-banner.height-full .home-banner-cta-button {
    margin-left: 7%;
    bottom: 92px;
  }

  .home-banner.height-half .home-banner-cta-button {
    margin-left: 7%;
    bottom: 44px;
  }

  .home-banner-content-table-cell .home-banner-heading {
    font-size: 26px;
    line-height: 27px;
    margin: 14px 0 8px;
  }

  .home-banner-content-table-cell .home-banner-subheading {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
  }

  .home-banner-content-table {
    width: 86%;
  }

  .home-banner-content-table-cell {
    text-align: left;
    width: 100%;
  }

  .home-banner-content-table-cell hr {
    display: none;
  }
}

@media only screen and (max-width: 325px) {
}