@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,800|Open+Sans+Condensed:300,700');
.horizontalGradient {
  background: #fd00a8;
  background: -moz-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: -webkit-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: linear-gradient(to right, #fd00a8 0%, #ff3b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-pink', endColorstr='#05abe0', GradientType=1);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.transition {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-italic {
  font-style: italic;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: black;
  height: 100%;
  overflow-x: hidden;
  background-color: white;
  opacity: 0;
}
body.imprintPage {
  opacity: 1;
}
body.menuOpen {
  overflow: hidden;
}
#sideMenu {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  padding-right: 35px;
  width: auto;
}
@media (max-width: 767px) {
  #sideMenu {
    display: none;
  }
}
#sideMenu li {
  text-align: center;
  margin-bottom: 35px;
}
#sideMenu li a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#sideMenu li a:hover,
#sideMenu li a:active {
  color: #fd00a8;
}
#sideMenu li.active {
  position: relative;
}
#sideMenu li.active a,
#sideMenu li.active a:hover,
#sideMenu li.active a:active {
  color: #fd00a8;
}
#sideMenu li.active:after {
  position: absolute;
  content: ' ';
  width: 25px;
  background-color: black;
  height: 1px;
  top: 50%;
  right: -35px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.frame {
  position: absolute;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 50;
}
.frame.stage {
  z-index: 250;
}
.frame.top {
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
}
.frame.left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
}
.frame.right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
}
.frame.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
}
h1,
h2,
p {
  margin: 0;
}
.wave {
  height: 10px;
  display: block;
}
.sectionHeading {
  height: 145px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sectionHeading {
    height: 75px;
    margin-bottom: 30px;
  }
}
h2 {
  font-weight: 600;
  margin-top: 60px;
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  h2 {
    margin-top: 30px;
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
h2.bigger {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  h2.bigger {
    font-size: 20px;
    line-height: 30px;
  }
}
p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .7px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 16px;
  }
}
.brands {
  text-align: center;
}
.brands img {
  max-width: 150px;
  margin: 60px 50px;
}
@media (max-width: 767px) {
  .brands img {
    max-width: 75px;
    margin: 30px 25px;
  }
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  display: inline-block;
  margin-top: 40px;
  font-size: 12px;
  line-height: 47px;
  vertical-align: middle;
  background: #fd00a8;
  background: -moz-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: -webkit-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: linear-gradient(to right, #fd00a8 0%, #ff3b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-pink', endColorstr='#05abe0', GradientType=1);
  letter-spacing: 3px;
  color: white;
  padding: 0 20px;
  border: 0;
  border-radius: 35px;
  height: 47px;
  text-transform: uppercase;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.btn-primary img,
.btn-primary:active img,
.btn-primary:focus img,
.btn-primary:hover img {
  height: 10px;
  margin-right: 15px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 767px) {
  .btn-primary,
  .btn-primary:active,
  .btn-primary:focus,
  .btn-primary:hover {
    margin-top: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 3.5px;
    padding: 0 30px;
    height: 70px;
  }
  .btn-primary img,
  .btn-primary:active img,
  .btn-primary:focus img,
  .btn-primary:hover img {
    height: 15px;
    margin-right: 15px;
  }
}
#multiscroll .ms-right {
  left: 0 !important;
  right: initial !important;
}
#multiscroll .ms-left {
  right: 1px !important;
  left: initial !important;
}
#multiscroll .section1 .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#multiscroll .section1 .intro .stageLogo,
#multiscroll .section1 .intro .stageSubline {
  width: 570px;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #multiscroll .section1 .intro .stageLogo,
  #multiscroll .section1 .intro .stageSubline {
    width: 90%;
    margin-bottom: 20px;
  }
}
#multiscroll .section1 .intro .stageSubline .four,
#multiscroll .section1 .intro .stageSubline .three,
#multiscroll .section1 .intro .stageSubline .two,
#multiscroll .section1 .intro .stageSubline .one {
  fill: white;
  opacity: 0;
}
@media (max-width: 767px) {
  #multiscroll .section1.left {
    display: none;
  }
}
#multiscroll .section1 .graduated {
  background: #fd00a8;
  background: -moz-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: -webkit-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: linear-gradient(to right, #fd00a8 0%, #ff3b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-pink', endColorstr='#05abe0', GradientType=1);
  top: 0;
}
#multiscroll .section1 .graduated .mouse {
  position: absolute;
  width: 25px;
  bottom: 60px;
  left: 50%;
  margin-left: -12.5px;
}
#multiscroll .section1 .graduated .mouse .mouse-icon {
  width: 25px;
  height: 40px;
  border: 3px solid white;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#multiscroll .section1 .graduated .mouse .mouse-icon .mouse-wheel {
  height: 8px;
  margin: 2px auto 0;
  display: block;
  width: 5px;
  background-color: white;
  border-radius: 2.5px;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}
@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}
@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}
#multiscroll .section1 .fullscreen {
  top: 0;
}
#multiscroll .section1 .graduated,
#multiscroll .section1 .fullscreen {
  position: absolute;
  width: 200%;
  height: 100%;
  right: 0;
  z-index: 150;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #multiscroll .section1 .graduated,
  #multiscroll .section1 .fullscreen {
    width: 100%;
  }
}
#multiscroll .section2.left {
  background-color: white;
  background: url('../assets/bg-section-2-left.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#multiscroll .section2.right {
  background-color: white;
  padding-left: 85px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  #multiscroll .section2.right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#multiscroll .section3.left {
  background-color: white;
  background: url('../assets/bg-section-3-left.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#multiscroll .section3.right {
  background-color: white;
  padding-left: 85px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  #multiscroll .section3.right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#multiscroll .section4.left {
  background-color: white;
  background: url('../assets/bg-section-4-left.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#multiscroll .section4.right {
  background-color: white;
  padding-left: 85px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  #multiscroll .section4.right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#multiscroll .section5.left {
  background-color: white;
  background: url('../assets/bg-section-5-left.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#multiscroll .section5.right {
  background-color: white;
  padding-left: 85px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  #multiscroll .section5.right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#multiscroll .section6.left {
  background-color: white;
  background: url('../assets/bg-section-6-left.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#multiscroll .section6.right {
  background-color: white;
  padding-left: 85px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  #multiscroll .section6.right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.fontStrong {
  font-weight: 600;
}
.brandLogo {
  position: absolute;
  width: 15px;
  height: 25px;
  display: block;
  top: 50px;
  left: 50px;
}
.brandLogo:hover {
  cursor: pointer;
}
@media (min-width: 767px) {
  .brandLogo {
    height: 35px;
    width: 25px;
    top: 50px;
    left: 50px;
  }
}
.brandLogo img {
  max-width: 100%;
}
.content {
  position: relative;
  height: 100%;
}
.sectionClaim {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 430px;
  display: block;
}
@media (max-width: 767px) {
  .sectionClaim {
    width: 75%;
    margin-top: 100px;
  }
}
/* MENU */
.fullscreenMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 500;
  overflow: hidden;
  background: #fd00a8;
  background: -moz-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: -webkit-linear-gradient(left, #fd00a8 0%, #ff3b3d 100%);
  background: linear-gradient(to right, #fd00a8 0%, #ff3b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary-pink', endColorstr='#05abe0', GradientType=1);
}
.fullscreenMenu .imprintLink {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: right;
  text-decoration: none;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
}
.fullscreenMenu .legal {
  position: absolute;
  bottom: 50px;
  left: 50px;
  text-align: left;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
}
.fullscreenMenu .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  display: none;
  text-align: center;
  list-style-type: none;
  transform: translate(-50%, -50%);
}
.fullscreenMenu .inner .items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Open Sans Condensed', sans-serif;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fullscreenMenu .inner .items a {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 60px;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 767px) {
  .fullscreenMenu .inner .items a {
    font-size: 65px;
    line-height: 90px;
  }
}
.fullscreenMenu .inner .items a:hover {
  text-decoration: underline;
}
/* MENU TOGGLE */
.menuOpenButton {
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 200;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 767px) {
  .menuOpenButton {
    height: 18px;
    width: 30px;
    top: 50px;
    right: 50px;
  }
}
.menuOpenButton span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
}
.menuOpenButton span:nth-child(1) {
  top: 0px;
}
.menuOpenButton span:nth-child(2),
.menuOpenButton span:nth-child(3) {
  top: 4px;
}
@media (min-width: 767px) {
  .menuOpenButton span:nth-child(2),
  .menuOpenButton span:nth-child(3) {
    top: 8px;
  }
}
.menuOpenButton span:nth-child(4) {
  top: 8px;
}
@media (min-width: 767px) {
  .menuOpenButton span:nth-child(4) {
    top: 16px;
  }
}
.menuCloseButton {
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 767px) {
  .menuCloseButton {
    height: 18px;
    width: 30px;
    top: 50px;
    right: 50px;
  }
}
.menuCloseButton span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
}
.menuCloseButton span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menuCloseButton span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.white {
  background-color: white;
}
.img-responsive {
  max-width: 100%;
}
@media (min-width: 767px) {
  .img-responsive {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .img-responsive {
    max-width: 90%;
  }
}
.imprint {
  padding-top: 50px;
  padding-bottom: 50px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: white;
  color: black;
}
@media (min-width: 767px) {
  .imprint {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.imprint img.heading {
  height: 200px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .imprint img.heading {
    height: 100px;
    margin-bottom: 30px;
  }
}
.imprint p,
.imprint h2,
.imprint a {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 27px;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 35px;
  font-weight: 300;
}
.imprint p.strong,
.imprint h2.strong,
.imprint a.strong {
  font-weight: 600;
}
@media (min-width: 767px) {
  .imprint p,
  .imprint h2,
  .imprint a {
    font-size: 20px;
    line-height: 35px;
  }
}
.imprint h2 {
  font-weight: 600;
  margin-top: 60px;
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .imprint h2 {
    margin-top: 30px;
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.imprint p,
.imprint h3 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .7px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .imprint p,
  .imprint h3 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-bottom: 16px;
  }
}
.imprint h3 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 0;
}
.imprint a,
.imprint a:focus,
.imprint a:active,
.imprint a:hover {
  color: black;
  text-decoration: underline;
}
