.header-section {
  position: relative;
  z-index: 100;
  display: block;
  overflow: hidden;
  height: 100%;
  background-image: url('../images/anzug_1_960x720.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-section-text {
  position: relative;
  z-index: 50;
  overflow: hidden;
}

.main-section-text.light-gray {
  z-index: 3;
  background-color: rgba(0, 0, 0, .1);
}

.header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-text {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 76px;
  line-height: 76px;
  font-weight: 300;
}

.header-text.print-header-text {
  padding-top: 10px;
  color: #000;
  font-size: 48px;
}

.main-text-container {
  padding-top: 60px;
  padding-bottom: 40px;
}

.body {
  height: 100%;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-text-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-text-row {
  margin-bottom: 4px;
}

.sub-header-text {
  font-size: 36px;
  font-weight: 400;
}

.sub-header-text.print-sub-header-text {
  font-size: 28px;
}

.main-text-bold {
  font-weight: 700;
}

.main-text-tab {
  padding-top: 20px;
}

.footer-section {
  position: relative;
  z-index: 50;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .1);
}

.footer-text {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
}

.menu-bar {
  position: relative;
  width: 100%;
  background-color: hsla(0, 0%, 100%, .5);
}

.menu-bar.menu-sticky {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.menu-link {
  font-size: 20px;
  font-weight: 300;
}

.menu-link:hover {
  background-color: rgba(0, 0, 0, .1);
}

.menu-link.w--current {
  background-color: rgba(0, 0, 0, .2);
  color: #000;
}

.menu-link.menu-link-hidden.w--current {
  display: none;
}

.tab-link {
  background-color: rgba(0, 0, 0, .05);
  font-size: 18px;
  font-weight: 300;
}

.tab-link:hover {
  background-color: rgba(0, 0, 0, .1);
}

.hidden-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  margin-bottom: 10%;
  color: transparent;
}

.link-text {
  color: #000;
}

.sticky-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  width: 100%;
  background-color: hsla(0, 0%, 100%, .6);
}

.header-section-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-block-one {
  min-height: 80vh;
  background-image: url('../images/130409_olivier_keller-118_b_960x720.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-block-two {
  min-height: 80vh;
  background-image: url('../images/hemd_1_960x720.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.download-link {
  margin-left: -3px;
}

.footer-text-container {
  padding-top: 20px;
  padding-bottom: 40px;
}

.print-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.print-link {
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-section {
    z-index: 50;
  }
  .main-text-container {
    padding-top: 40px;
  }
  .menu-bar {
    background-color: transparent;
  }
  .sticky-menu {
    background-color: transparent;
  }
  .floating-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .print-link {
    display: none;
  }
}

@media (max-width: 479px) {
  .header-section {
    z-index: 50;
  }
  .header-text {
    margin-bottom: 70px;
  }
}