@font-face {
  font-family: 'NotoSans-Regular';
  font-display: swap;
  src: url(../fonts/NotoSans-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'NotoSans-Bold';
  font-display: swap;
  src: url(../fonts/NotoSans-Bold.woff2) format('woff2');
}
* {
  box-sizing: border-box;
}
:root {
  --clr-bg: #000;
}
body {
  background-color: var(--clr-bg);
  font-family: san-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}
.hd-page-container {
  background-color: var(--clr-bg);
  width: 100%;
  font-family: 'NotoSans-Regular', san-serif;
  overflow: hidden;
}
.hd-page-container .footer,
.hd-page-container .header {
  width: 100%;
  display: block;
  z-index: 20;
}
.hd-page-container .footer .navigation-wrapper,
.hd-page-container .header .navigation-wrapper {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}
.hd-page-container .footer .navigation-wrapper .nav-brand,
.hd-page-container .header .navigation-wrapper .nav-brand {
  display: inline-block;
  white-space: nowrap;
  align-self: center;
  vertical-align: middle;
}
.hd-page-container .footer .navigation-wrapper .nav-brand .logo-container a,
.hd-page-container .header .navigation-wrapper .nav-brand .logo-container a {
  width: 80px;
  height: 100px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZD0iTS4zIDBoMjkuM3Y4LjNILjNWMHptMjkuNCA5LjlWMzBILjNzMy42LTkuOCAxMy4xLTE1LjZjOC45LTUuNSAxNi4zLTQuNSAxNi4zLTQuNSIgZmlsbD0iI2U2MDAwZiIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
}
.hd-page-container .footer .navigation-wrapper span.mob-nav,
.hd-page-container .header .navigation-wrapper span.mob-nav {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../assets/img/icon-nav.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.hd-page-container .footer .navigation-wrapper span.mob-nav.is-open,
.hd-page-container .header .navigation-wrapper span.mob-nav.is-open {
  background-image: url(../../assets/img/icon-x.png);
}
.hd-page-container .footer .navigation-wrapper ul,
.hd-page-container .header .navigation-wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: inline-block;
}
.hd-page-container .footer .navigation-wrapper ul#top-navigation,
.hd-page-container .header .navigation-wrapper ul#top-navigation {
  text-transform: uppercase;
}
.hd-page-container .footer .navigation-wrapper ul li,
.hd-page-container .header .navigation-wrapper ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 5px 10px;
}
.hd-page-container .footer .navigation-wrapper ul li a,
.hd-page-container .header .navigation-wrapper ul li a {
  color: #c8c8c8;
  text-decoration: none;
  font-size: 0.9em;
}
.hd-page-container .footer {
  background-color: #191919;
}
.hd-page-container .footer .navigation-wrapper {
  height: 160px;
  position: relative;
  max-width: 1400px;
}
.hd-page-container .footer ul {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.hd-page-container .header {
  height: 100px;
}
.hd-page-container #hd-page {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.hd-page-container #hd-page a {
  color: #ef013f;
}
.hd-page-container #hd-page img {
  width: auto;
  height: auto;
}
.hd-page-container #hd-page p {
  font-family: 'NotoSans-Regular', san-serif;
}
.hd-page-container #hd-page .scene4,
.hd-page-container #hd-page .scene3,
.hd-page-container #hd-page .scene2,
.hd-page-container #hd-page .scene1 {
  margin: 0 auto;
}
.hd-page-container #hd-page section {
  padding: 0 3em;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.hd-page-container #hd-page section .reg {
  font-family: 'NotoSans-Regular', san-serif;
  font-weight: 400;
}
.hd-page-container #hd-page section .bold {
  font-family: 'NotoSans-Bold', san-serif;
}
.hd-page-container #hd-page section .hint,
.hd-page-container #hd-page section .paragraph,
.hd-page-container #hd-page section .lt {
  font-style: normal;
}
.hd-page-container #hd-page section .faq .title {
  font-size: 40px;
  margin: 0;
}
.hd-page-container #hd-page section .scene2 {
  height: 515px;
}
.hd-page-container #hd-page section .item__a {
  height: 900px;
}
.hd-page-container #hd-page section .images {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.hd-page-container #hd-page section .images#img-left {
  background-position: left top;
}
.hd-page-container #hd-page section .images#img-right {
  background-position: right top;
}
.hd-page-container #hd-page section .cta-button img {
  width: 100%;
  height: auto;
}
.hd-page-container #hd-page section .cta-button#go-to-package {
  display: inline-block;
  position: absolute;
  z-index: 100;
}
.hd-page-container #hd-page section .cta-button#book-your-package {
  display: block;
  margin: 10px auto;
}
.hd-page-container #hd-page section ul.logos {
  list-style: none;
  width: 100%;
  padding: 30px 0;
  margin: 20px 0;
  text-align: center;
}
.hd-page-container #hd-page section ul.logos li {
  display: inline-block;
  font-size: 1.3em;
  padding: 0 30px;
}
.hd-page-container #hd-page section ul.logos.all li {
  padding: 20px 10px;
}
.hd-page-container #hd-page section .btn {
  padding: 10px;
  background-color: #000;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  cursor: pointer;
}
.hd-page-container #hd-page section .btn:hover,
.hd-page-container #hd-page section .btn.active {
  background-color: #fff;
  color: #000;
}
.hd-page-container #hd-page section .faq {
  padding: 40px 0;
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.hd-page-container #hd-page section .faq-arrow {
  margin-top: 20px;
}
.hd-page-container #hd-page section .uhd {
  padding: 40px 0;
}
.hd-page-container #hd-page section .uhd a.uhd-logo {
  width: 300px;
  height: 200px;
  display: inline-block;
  background: url(../../assets/img/brand-uhd.png) center center no-repeat;
  background-size: contain;
}
.hd-page-container #hd-page section .hd-logo {
  display: block;
}
.hd-page-container #hd-page section .hd-logo.big img {
  width: 257px;
  height: auto;
  margin: 30px auto 0;
}
.hd-page-container #hd-page section .hd-logo.small img {
  width: 57px;
  height: auto;
  margin: 30px auto;
}
.hd-page-container #hd-page section .cont__a {
  display: flex;
  align-items: center;
  justify-items: center;
}
.hd-page-container #hd-page section .screen {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: inline;
}
.hd-page-container #hd-page section .screen .screenlogo {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 10px;
  background-image: url(../../assets/img/screen-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
}
.hd-page-container #hd-page section .screen .layer {
  width: 500%;
  height: 500%;
  display: block;
  position: absolute;
  top: -500px;
  left: -700px;
  transform: rotate(-30deg);
}
.hd-page-container #hd-page section .screen.blur .layer:before {
  content: '';
  top: 0;
  transform: translateX(1000%);
  width: 50px;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: shine 2s ease-out 1;
  opacity: 0.3;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}
@keyframes shine {
  0% {
    transform: translateX(-1000%);
  }
  100% {
    transform: translateX(1000%);
  }
}
.hd-page-container #hd-page section .hd-sign img,
.hd-page-container #hd-page section .screen img {
  width: 100%;
  height: auto;
}
.hd-page-container #hd-page section .lsep {
  width: 2px;
  height: 60px;
  display: inline-block;
  background-color: #fff;
  margin: 0 auto 0;
}
.hd-page-container #hd-page section .arrow-stroke {
  margin-bottom: 40px;
  opacity: 0;
  width: 130px;
  height: 50px;
}
.hd-page-container #hd-page section #hold span {
  opacity: 0;
  transition: all 1s ease;
}
.hd-page-container #hd-page section #hold span.fade {
  opacity: 1;
}
.hd-page-container #hd-page section .block {
  display: block;
}
.hd-page-container #hd-page section .t2 {
  font-size: 42px;
  margin-top: -100px;
}
.hd-page-container #hd-page section .t3 {
  font-size: 102px;
}
.hd-page-container #hd-page section .t4s {
  font-size: 44px;
  margin-bottom: 40px;
}
.hd-page-container #hd-page section .t4 {
  font-size: 44px;
  margin-top: 80px;
}
.hd-page-container #hd-page section .t5 {
  padding-bottom: 40px;
  font-size: 48px;
}
.hd-page-container #hd-page section .t6 {
  margin-top: 40px;
}
.hd-page-container #hd-page section .t6s {
  font-size: 34px;
}
.hd-page-container #hd-page section .t6m {
  font-size: 55px;
  margin-bottom: 10px;
}
.hd-page-container #hd-page section .t6b {
  font-size: 60px;
}
.hd-page-container #hd-page section .t6 {
  line-height: 55px;
}
.hd-page-container #hd-page section .t9 {
  font-size: 32px;
}
.hd-page-container #hd-page section .t10 {
  font-size: 32px;
}
.hd-page-container #hd-page section .t11 {
  font-size: 32px;
  margin-bottom: 30px;
}
.hd-page-container #hd-page section .t12 {
  height: 150px;
  font-size: 132px;
}
.hd-page-container #hd-page section .t13 {
  height: 70px;
  font-size: 50px;
  margin-bottom: 30px;
}
.hd-page-container #hd-page section .t14 {
  margin-top: 60px;
}
.hd-page-container #hd-page section .t15 {
  margin-top: 0;
  margin-bottom: 0;
}
.hd-page-container #hd-page section .t17 {
  margin: 40px 0 60px;
}
.hd-page-container #hd-page section .t18 {
  margin: 0;
  position: relative;
}
.hd-page-container #hd-page section .anim__title,
.hd-page-container #hd-page section .top,
.hd-page-container #hd-page section .t2,
.hd-page-container #hd-page section .t3,
.hd-page-container #hd-page section .t4,
.hd-page-container #hd-page section .t4s,
.hd-page-container #hd-page section .t5,
.hd-page-container #hd-page section .t6,
.hd-page-container #hd-page section .t6s,
.hd-page-container #hd-page section .t6m,
.hd-page-container #hd-page section .t6b,
.hd-page-container #hd-page section .t8,
.hd-page-container #hd-page section .t9,
.hd-page-container #hd-page section .t10,
.hd-page-container #hd-page section .t11,
.hd-page-container #hd-page section .t12,
.hd-page-container #hd-page section .t13,
.hd-page-container #hd-page section .t14 {
  text-transform: uppercase;
  display: block;
}
.hd-page-container #hd-page section .opzero,
.hd-page-container #hd-page section .top,
.hd-page-container #hd-page section .lt {
  opacity: 0;
}
.hd-page-container #hd-page section .provider-overview {
  display: none;
}
.hd-page-container #hd-page section .sendungshinweis,
.hd-page-container #hd-page section .contact {
  margin: 50px 0 0;
}
.hd-page-container #hd-page section.faq-scene {
  min-height: 600px;
}
.hd-page-container #hd-page section .faq-cont .accordion {
  color: #fff;
  margin: 40px 0 0 0;
  padding: 0;
  font-family: 'NotoSans-Regular', san-serif;
  overflow: hidden;
}
.hd-page-container #hd-page section .faq-cont .accordion .acc-section {
  position: relative;
}
.hd-page-container #hd-page section .faq-cont .accordion .acc-section .accordion-control {
  background-color: #000;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #333;
  cursor: pointer;
  text-align: left;
  font-family: 'NotoSans-Bold', san-serif;
}
.hd-page-container #hd-page section .faq-cont .accordion .acc-section .accordion-control::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 10px;
  content: ' ';
  top: 32px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.hd-page-container #hd-page section .faq-cont .accordion .acc-section .accordion-control.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.hd-page-container #hd-page section .faq-cont .accordion .acc-section .accordion-panel {
  display: none;
  text-align: left;
  background-color: #1e1c1c;
  padding: 20px;
}
.hd-page-container #hd-page section .faq-cont .accordion .acc-section .accordion-panel span {
  color: #ef013f;
}
.hd-page-container #hd-page section .tabs {
  max-width: 1450px;
  margin: 0 auto;
  background-color: #000;
  padding: 40px 0 0;
}
.hd-page-container #hd-page section .tabs #tabs-content {
  border-top: 1px solid #666666;
}
.hd-page-container #hd-page section .tabs .tab-content {
  padding: 24px 0 10px 0;
  margin-top: -5px;
  opacity: 0;
}
.hd-page-container #hd-page section .tabs .tab-content a {
  display: inline-block;
  vertical-align: center;
  text-decoration: none;
}
.hd-page-container #hd-page section .tabs .tab-content a img {
  display: block;
  margin: 0 14px;
  width: auto;
  height: auto;
  border: 0;
}
.hd-page-container #hd-page section .tabs ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'NotoSans-Regular', san-serif;
}
.hd-page-container #hd-page section .tabs ul#tabs-nav li {
  display: inline-block;
  padding: 8px 10px;
  cursor: pointer;
  opacity: 0;
}
.hd-page-container #hd-page section .tabs ul#tabs-nav li a {
  text-decoration: none;
  color: #fff;
}
.hd-page-container #hd-page section .tabs ul#tabs-nav li:hover,
.hd-page-container #hd-page section .tabs ul#tabs-nav li.active {
  border-bottom: 2px solid #fff;
}
@media (min-width: 320px) {
  .hd-page-container {
    background-image: url(../../assets/img/bg-kiss_mob.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .hd-page-container .footer .navigation-wrapper .nav-brand,
  .hd-page-container .header .navigation-wrapper .nav-brand {
    position: relative;
    z-index: 10;
  }
  .hd-page-container .footer .navigation-wrapper span.mob-nav,
  .hd-page-container .header .navigation-wrapper span.mob-nav {
    display: block;
  }
  .hd-page-container .footer .navigation-wrapper ul#top-navigation,
  .hd-page-container .header .navigation-wrapper ul#top-navigation {
    width: 100%;
    background-color: #191919;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
  }
  .hd-page-container .footer .navigation-wrapper ul#top-navigation.active,
  .hd-page-container .header .navigation-wrapper ul#top-navigation.active {
    top: 0;
    display: block;
    opacity: 1;
  }
  .hd-page-container .footer .navigation-wrapper ul li,
  .hd-page-container .header .navigation-wrapper ul li {
    display: block;
  }
  .hd-page-container .header {
    position: absolute;
  }
  .hd-page-container .footer .navigation-wrapper {
    height: 260px;
  }
  .hd-page-container #hd-page {
    width: 100%;
    padding-top: 100px;
  }
  .hd-page-container #hd-page section {
    padding: 0 20px;
  }
  .hd-page-container #hd-page section .images {
    width: 170px;
    top: 100px;
  }
  .hd-page-container #hd-page section .images#img-left {
    height: 717px;
    left: -100px;
    background-image: url(../../assets/img/man_mob.png);
  }
  .hd-page-container #hd-page section .images#img-right {
    height: 717px;
    right: -100px;
    background-image: url(../../assets/img/woman_mob.png);
  }
  .hd-page-container #hd-page section .arrow-stroke {
    margin-bottom: 40px;
    opacity: 0;
    width: 80px;
    height: 30px;
  }
  .hd-page-container #hd-page section #hold {
    margin-top: 20px;
  }
  .hd-page-container #hd-page section .anim__title {
    font-size: 30px;
  }
  .hd-page-container #hd-page section #start {
    height: 450px;
    padding-bottom: 0;
  }
  .hd-page-container #hd-page section .scene2 {
    height: 300px;
    margin-top: 150px;
  }
  .hd-page-container #hd-page section .scene3 {
    height: 600px;
  }
  .hd-page-container #hd-page section .cont__t {
    height: 270px;
  }
  .hd-page-container #hd-page section .screen {
    width: 65%;
    overflow: hidden;
  }
  .hd-page-container #hd-page section .screen img {
    height: auto;
  }
  .hd-page-container #hd-page section .screen .screenlogo {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .hd-page-container #hd-page section .screen .layer {
    width: 100%;
    height: 200%;
    top: -30px;
    left: -30px;
  }
  .hd-page-container #hd-page section.trigger4 {
    height: auto;
  }
  .hd-page-container #hd-page section .t2 {
    font-size: 25px;
    position: relative;
    top: -30px;
  }
  .hd-page-container #hd-page section .t3 {
    font-size: 45px;
    position: relative;
  }
  .hd-page-container #hd-page section .t4 {
    margin-top: 20px;
  }
  .hd-page-container #hd-page section .t5,
  .hd-page-container #hd-page section .t4s,
  .hd-page-container #hd-page section .t4 {
    font-size: 25px;
  }
  .hd-page-container #hd-page section .t6 {
    margin-top: 0;
    line-height: 30px;
  }
  .hd-page-container #hd-page section .t6s {
    font-size: 15px;
  }
  .hd-page-container #hd-page section .t6m {
    font-size: 24px;
  }
  .hd-page-container #hd-page section .t6b {
    font-size: 26px;
  }
  .hd-page-container #hd-page section .t8 {
    font-size: 48px;
  }
  .hd-page-container #hd-page section .t11 {
    font-size: 20px;
  }
  .hd-page-container #hd-page section .t12 {
    font-size: 66px;
    height: auto;
  }
  .hd-page-container #hd-page section .t13 {
    font-size: 25px;
    height: auto;
  }
  .hd-page-container #hd-page section .t15 {
    width: 100%;
    margin: 0 auto;
  }
  .hd-page-container #hd-page section .subtext {
    font-size: 16px;
  }
  .hd-page-container #hd-page section .hd-logo.big img {
    margin-top: -20px;
    width: 180px;
  }
  .hd-page-container #hd-page section .cta-button#go-to-package {
    width: 80px;
    height: 80px;
    top: 28px;
    right: 26px;
  }
  .hd-page-container #hd-page section .cta-button#book-your-package {
    width: 55%;
    height: auto;
  }
  .hd-page-container #hd-page section ul.logos li img {
    height: 40px;
    width: auto;
  }
  .hd-page-container #hd-page section .tabs {
    padding-top: 10px;
  }
  .hd-page-container #hd-page section .tabs ul #tabs-nav {
    font-size: 12px;
    padding: 8px 0;
  }
  .hd-page-container #hd-page section .tabs .tab-content a {
    width: auto;
  }
  .hd-page-container #hd-page section .tabs .tab-content a img {
    height: 45px;
    width: auto;
    margin-bottom: 30px;
  }
  .hd-page-container #hd-page section .sendungshinweis,
  .hd-page-container #hd-page section .faq {
    margin: 0px auto;
  }
  .hd-page-container #hd-page section .faq-cont .accordion {
    font-size: 14px;
  }
  .hd-page-container #hd-page section .hint,
  .hd-page-container #hd-page section .paragraph,
  .hd-page-container #hd-page section .lt {
    font-size: 12px;
    line-height: 16px;
  }
  .hd-page-container #hd-page section .uhd {
    padding: 0;
  }
  .hd-page-container #hd-page section .uhd a.uhd-logo {
    width: 200px;
    height: 150px;
  }
}
@media (min-width: 700px) {
  .hd-page-container .footer,
  .hd-page-container .header {
    left: 0;
  }
  .hd-page-container .footer .navigation-wrapper,
  .hd-page-container .header .navigation-wrapper {
    text-align: center;
  }
  .hd-page-container .footer .navigation-wrapper span.mob-nav,
  .hd-page-container .header .navigation-wrapper span.mob-nav {
    display: none;
  }
  .hd-page-container .footer .navigation-wrapper ul,
  .hd-page-container .header .navigation-wrapper ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hd-page-container .footer .navigation-wrapper ul#top-navigation,
  .hd-page-container .header .navigation-wrapper ul#top-navigation {
    position: relative;
    width: 500px;
    display: inline-block;
    background: none;
  }
  .hd-page-container .footer .navigation-wrapper ul li,
  .hd-page-container .header .navigation-wrapper ul li {
    display: inline-block;
    vertical-align: center;
    padding: 5px;
    margin: 5px 10px;
  }
  .hd-page-container .footer .navigation-wrapper {
    height: 160px;
  }
  .hd-page-container .header {
    position: absolute;
  }
  .hd-page-container #hd-page {
    background-image: url(../../assets/img/bg.jpg);
    width: 100%;
  }
  .hd-page-container #hd-page section {
    width: 590px;
  }
  .hd-page-container #hd-page section .images {
    width: 400px;
    top: -100px;
  }
  .hd-page-container #hd-page section .images#img-left {
    left: -300px;
    height: 700px;
    background-image: url(../../assets/img/man.png);
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -300px;
    height: 700px;
    background-image: url(../../assets/img/woman.png);
  }
  .hd-page-container #hd-page section .arrow-stroke {
    width: 67px;
    height: 37px;
    margin-bottom: 0;
  }
  .hd-page-container #hd-page section #hold {
    margin-top: 200px;
  }
  .hd-page-container #hd-page section #start {
    height: 800px;
    padding-bottom: 100px;
  }
  .hd-page-container #hd-page section .scene2 {
    height: 380px;
    margin-top: 0px;
    max-width: 1024px;
    position: relative;
  }
  .hd-page-container #hd-page section .scene3 {
    height: auto;
    width: 100%;
  }
  .hd-page-container #hd-page section.trigger4 {
    height: 430px;
  }
  .hd-page-container #hd-page section .cta-button#go-to-package {
    width: 120px;
    height: 120px;
    right: 0px;
    top: 97px;
  }
  .hd-page-container #hd-page section .cta-button#book-your-package {
    width: 284px;
  }
  .hd-page-container #hd-page section .cont__t {
    height: 350px;
  }
  .hd-page-container #hd-page section .cont__a {
    height: 350px;
  }
  .hd-page-container #hd-page section .screen {
    width: 70%;
    display: inline;
    height: auto;
  }
  .hd-page-container #hd-page section .screen .layer {
    width: 500%;
    height: 500%;
    top: -500px;
    left: -700px;
  }
  .hd-page-container #hd-page section .subtext {
    font-size: 21px;
  }
  .hd-page-container #hd-page section .hint,
  .hd-page-container #hd-page section .paragraph,
  .hd-page-container #hd-page section .lt {
    font-size: 15px;
    line-height: 25px;
  }
  .hd-page-container #hd-page section ul#tabs-nav li {
    margin: 0;
    font-size: 21px;
  }
  .hd-page-container #hd-page section .t2 {
    font-size: 42px;
    margin-top: 0px;
    top: 0;
  }
  .hd-page-container #hd-page section .t3 {
    font-size: 70px;
  }
  .hd-page-container #hd-page section .t4s {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .hd-page-container #hd-page section .t4 {
    font-size: 35px;
    margin-top: 0px;
  }
  .hd-page-container #hd-page section .t5 {
    padding-bottom: 20px;
    font-size: 35px;
  }
  .hd-page-container #hd-page section .t6s {
    font-size: 20px;
  }
  .hd-page-container #hd-page section .t6m {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .hd-page-container #hd-page section .t6b {
    font-size: 35px;
  }
  .hd-page-container #hd-page section .t6 {
    margin-top: 40px;
    line-height: 35px;
  }
  .hd-page-container #hd-page section .t8 {
    font-size: 100px;
  }
  .hd-page-container #hd-page section .t9 {
    font-size: 32px;
  }
  .hd-page-container #hd-page section .t10 {
    font-size: 32px;
  }
  .hd-page-container #hd-page section .t11 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .hd-page-container #hd-page section .t12 {
    height: 150px;
    font-size: 132px;
  }
  .hd-page-container #hd-page section .t13 {
    height: 70px;
    font-size: 50px;
    margin-bottom: 30px;
  }
  .hd-page-container #hd-page section .t14 {
    margin-top: 40px;
  }
  .hd-page-container #hd-page section .t15 {
    width: 421px;
    margin: 0 auto;
  }
  .hd-page-container #hd-page section .anim__title {
    font-size: 30px;
    line-height: 40px;
  }
  .hd-page-container #hd-page section .faq-cont .accordion {
    font-size: 20px;
  }
  .hd-page-container #hd-page section .uhd a.uhd-logo {
    width: 200px;
    height: 150px;
  }
  .hd-page-container #hd-page section .sendungshinweis {
    width: 500px;
  }
}
@media (min-width: 840px) {
  .hd-page-container #hd-page section .images#img-left {
    left: -380px;
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -380px;
  }
}
@media (min-width: 988px) {
  .hd-page-container #hd-page {
    width: 100%;
    overflow: hidden;
  }
  .hd-page-container #hd-page section {
    width: 800px;
  }
  .hd-page-container #hd-page section .images {
    width: 480px;
  }
  .hd-page-container #hd-page section .images#img-left {
    left: -400px;
    height: 900px;
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -400px;
    height: 900px;
  }
  .hd-page-container #hd-page section .arrow-stroke {
    margin-bottom: 40px;
  }
  .hd-page-container #hd-page section #hold {
    margin-top: 250px;
  }
  .hd-page-container #hd-page section #start {
    height: 1080px;
    padding-bottom: 0px;
  }
  .hd-page-container #hd-page section .scene2 {
    height: 345px;
    margin-top: 0px;
  }
  .hd-page-container #hd-page section .scene3 {
    margin-top: 0;
  }
  .hd-page-container #hd-page section.trigger4 {
    height: 500px;
  }
  .hd-page-container #hd-page section .cta-button#go-to-package {
    width: 130px;
    height: 130px;
    right: 20px;
    top: 96px;
  }
  .hd-page-container #hd-page section .cta-button#book-your-package {
    width: 342px;
    height: 342px;
    margin: 10px auto;
  }
  .hd-page-container #hd-page section .cont__t {
    height: 354px;
  }
  .hd-page-container #hd-page section .cont__a {
    height: 390px;
  }
  .hd-page-container #hd-page section .screen {
    width: 60%;
  }
  .hd-page-container #hd-page section .screen .screenlogo {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .hd-page-container #hd-page section .t17,
  .hd-page-container #hd-page section .subtext {
    font-size: 21px;
    margin: 40px 0 60px;
  }
  .hd-page-container #hd-page section .hint,
  .hd-page-container #hd-page section .paragraph,
  .hd-page-container #hd-page section .lt {
    font-size: 21px;
    line-height: 35px;
  }
  .hd-page-container #hd-page section ul#tabs-nav li {
    margin: 0 15px;
  }
  .hd-page-container #hd-page section .faq-cont .accordion {
    font-size: 24px;
  }
  .hd-page-container #hd-page section ul#tabs-nav li {
    margin: 0 5px;
  }
  .hd-page-container #hd-page section .t2 {
    font-size: 42px;
    margin-top: 0px;
    top: 0;
  }
  .hd-page-container #hd-page section .t3 {
    font-size: 102px;
  }
  .hd-page-container #hd-page section .t4 {
    margin-top: 20px;
    margin-bottom: -15px;
    font-size: 44px;
  }
  .hd-page-container #hd-page section .t4s {
    margin-bottom: 60px;
    font-size: 44px;
  }
  .hd-page-container #hd-page section .t5 {
    padding-bottom: 40px;
    font-size: 48px;
  }
  .hd-page-container #hd-page section .t6s {
    font-size: 27px;
  }
  .hd-page-container #hd-page section .t6m {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .hd-page-container #hd-page section .t6b {
    font-size: 48px;
  }
  .hd-page-container #hd-page section .t6 {
    line-height: 44px;
    margin-top: 40px;
  }
  .hd-page-container #hd-page section .t8 {
    font-size: 124px;
    line-height: 100px;
  }
  .hd-page-container #hd-page section .t9 {
    font-size: 32px;
  }
  .hd-page-container #hd-page section .t10 {
    font-size: 32px;
  }
  .hd-page-container #hd-page section .t11 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .hd-page-container #hd-page section .t12 {
    margin-top: 0;
    height: 150px;
    font-size: 132px;
  }
  .hd-page-container #hd-page section .t13 {
    height: 70px;
    font-size: 50px;
    margin-bottom: 30px;
  }
  .hd-page-container #hd-page section .t14 {
    margin-top: 40px;
  }
  .hd-page-container #hd-page section .t15 {
    width: 614px;
    margin: 0 auto;
  }
  .hd-page-container #hd-page section .anim__title {
    font-size: 35px;
    line-height: 40px;
  }
  .hd-page-container #hd-page section .uhd a.uhd-logo {
    width: 300px;
    height: 200px;
  }
  .hd-page-container #hd-page section .sendungshinweis {
    width: 695px;
  }
}
@media (min-width: 1200px) {
  .hd-page-container #hd-page {
    width: 100%;
    margin: 0 auto;
  }
  .hd-page-container #hd-page section {
    width: 980px;
    margin: 0 auto;
  }
  .hd-page-container #hd-page section .images {
    width: 570px;
    top: 50px;
  }
  .hd-page-container #hd-page section .images#img-left {
    left: -460px;
    height: 1000px;
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -460px;
    height: 1000px;
  }
  .hd-page-container #hd-page section .cta-button#go-to-package {
    right: 50px;
  }
  .hd-page-container #hd-page section #start {
    height: 1100px;
  }
  .hd-page-container #hd-page section .scene2 {
    height: 351px;
    margin-top: 150px;
  }
  .hd-page-container #hd-page section .scene3 {
    margin-top: 0;
  }
  .hd-page-container #hd-page section .screen .layer {
    width: 500%;
    height: 500%;
    top: -500px;
    left: -1000px;
  }
  .hd-page-container #hd-page section #hold {
    font-size: 45px;
    line-height: 55px;
  }
  .hd-page-container #hd-page section .cont__a {
    height: 450px;
  }
  .hd-page-container #hd-page section .cont__t {
    height: 370px;
  }
  .hd-page-container #hd-page section .t4 {
    font-size: 44px;
  }
  .hd-page-container #hd-page section .t12 {
    margin-top: 0;
    height: 150px;
    font-size: 150px;
  }
  .hd-page-container #hd-page section .t13 {
    font-size: 58px;
  }
  .hd-page-container #hd-page section .t14 {
    margin-top: 67px;
  }
  .hd-page-container #hd-page section .t15 {
    width: 563px;
  }
  .hd-page-container #hd-page section .sendungshinweis {
    margin: 40px auto 0;
    width: 690px;
  }
  .hd-page-container #hd-page section .uhd {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .hd-page-container #hd-page {
    width: 100%;
  }
  .hd-page-container #hd-page section .images {
    width: 41vw;
    top: 150px;
  }
  .hd-page-container #hd-page section .images#img-left {
    left: -600px;
    height: 170vh;
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -600px;
    height: 170vh;
  }
  .hd-page-container #hd-page section .cta-button#go-to-package {
    top: 108px;
    right: 94px;
  }
  .hd-page-container #hd-page section #hold {
    font-size: 45px;
    margin-top: 100px;
  }
  .hd-page-container #hd-page section #start {
    height: 1350px;
    padding-top: 100px;
  }
  .hd-page-container #hd-page section .scene2 {
    height: 372px;
  }
  .hd-page-container #hd-page section .t2 {
    font-size: 50px;
    margin-top: -50px;
  }
  .hd-page-container #hd-page section .t3 {
    font-size: 120px;
  }
  .hd-page-container #hd-page section .t4s,
  .hd-page-container #hd-page section .t4,
  .hd-page-container #hd-page section .t5 {
    font-size: 50px;
  }
  .hd-page-container #hd-page section .t6 {
    line-height: 64px;
  }
  .hd-page-container #hd-page section .t6s {
    font-size: 39px;
  }
  .hd-page-container #hd-page section .t6m {
    font-size: 63px;
  }
  .hd-page-container #hd-page section .t6b {
    font-size: 68px;
  }
  .hd-page-container #hd-page section .t8 {
    font-size: 140px;
    line-height: 128px;
  }
  .hd-page-container #hd-page section .t12 {
    font-size: 150px;
  }
  .hd-page-container #hd-page section .t13 {
    font-size: 57px;
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .hd-page-container #hd-page {
    width: 100%;
  }
  .hd-page-container #hd-page section .images {
    width: 39vw;
  }
  .hd-page-container #hd-page section .images#img-left {
    left: -730px;
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -730px;
  }
  .hd-page-container #hd-page section #hold {
    margin-top: 150px;
  }
  .hd-page-container #hd-page section #start {
    height: 1450px;
  }
}
@media (min-width: 1900px) {
  .hd-page-container #hd-page {
    width: 100%;
  }
  .hd-page-container #hd-page section .images {
    width: 40vw;
  }
  .hd-page-container #hd-page section .images#img-left {
    left: -950px;
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -950px;
  }
}
@media (min-width: 2400px) {
  .hd-page-container {
    margin: 0 auto;
    max-width: 2400px;
  }
  .hd-page-container #hd-page {
    width: 100%;
  }
  .hd-page-container #hd-page section .images {
    max-width: 910px;
  }
  .hd-page-container #hd-page section .images#img-left {
    left: -1100px;
  }
  .hd-page-container #hd-page section .images#img-right {
    right: -1100px;
  }
}
