@font-face {
  font-family: 'minion';
  src: url("../../assets/font/MinionVariableConcept-Roman.otf"); }

* {
  margin: 0px;
  padding: 0px;
  font-family: "minion", serif; }

html {
  font-size: 16px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.menu-wrapper {
  background-size: contain;
  position: fixed;
  z-index: 1;
  width: 100%; }
  .menu-wrapper .logo img {
    width: 40px; }
  .menu-wrapper .menu-item-wrapper {
    width: 80%;
    text-align: right; }
    .menu-wrapper .menu-item-wrapper .menu-item {
      font-family: "stolzl", sans-serif;
      text-transform: uppercase;
      color: white;
      width: 12%;
      display: inline-block;
      text-align: center;
      font-size: 14px;
      vertical-align: sub; }
      .menu-wrapper .menu-item-wrapper .menu-item:hover {
        text-decoration: none; }
      .menu-wrapper .menu-item-wrapper .menu-item.selected {
        font-weight: bold; }
  .menu-wrapper .burger-menu {
    display: none; }

.main-content {
  background-color: black;
  min-height: 100vh; }
  .main-content .page {
    padding: 0px;
    min-height: 100vh;
    position: relative; }
    .main-content .page:after {
      content: '';
      width: 100%;
      background: black;
      background: linear-gradient(0deg, black 5%, rgba(0, 0, 0, 0) 100%);
      height: 100px;
      position: absolute;
      bottom: 0px; }
    .main-content .page .arrow {
      position: absolute;
      bottom: 100px;
      text-align: center;
      width: 100%; }
      .main-content .page .arrow img {
        width: 30px; }
    .main-content .page .headline {
      text-align: center;
      font-size: 45px;
      color: white;
      padding: 50px 0px;
      line-height: 40px;
      font-family: "minion", serif;
      text-transform: uppercase; }
    .main-content .page .split-left,
    .main-content .page .split-right {
      padding-top: 20vh;
      padding-left: 15vw; }
      .main-content .page .split-left .headline,
      .main-content .page .split-right .headline {
        text-align: left;
        margin-bottom: 20px;
        font-size: 45px; }
      .main-content .page .split-left .text,
      .main-content .page .split-right .text {
        font-size: 13px;
        color: white;
        width: 30%; }
    .main-content .page .split-right .headline {
      margin-left: 50%; }
    .main-content .page .split-right .text {
      margin-left: 50%; }
    .main-content .page .full-screen-video {
      height: calc(100% - 100px); }
      .main-content .page .full-screen-video .preview {
        height: 100%;
        text-align: center;
        margin: 0px 20px;
        cursor: pointer;
        position: relative; }
        .main-content .page .full-screen-video .preview img {
          max-width: 100%;
          max-height: 100%;
          display: inline-block; }
        .main-content .page .full-screen-video .preview .headline {
          position: absolute;
          top: 100px;
          width: 100%;
          text-align: center; }
        .main-content .page .full-screen-video .preview .video-play {
          position: absolute;
          width: 50px;
          height: auto;
          top: 45%;
          left: calc(50% - 25px); }
      .main-content .page .full-screen-video video {
        display: none;
        height: 100%;
        width: 100%; }
  .main-content .flex {
    display: flex; }

footer {
  background-color: black;
  color: white;
  padding: 20px 0px; }
  footer * {
    font-family: "stolzl", sans-serif;
    font-size: 12px; }
  footer a {
    color: white; }
    footer a:hover {
      color: white;
      text-decoration: underline; }
  footer .block {
    align-items: center;
    justify-content: center; }
  footer .block-one .logo-footer, footer .block-one .follow-us, footer .block-one .facebook, footer .block-one .instagram, footer .block-one .tripadvisor {
    display: inline-block;
    margin-top: 10px; }
    footer .block-one .logo-footer img, footer .block-one .follow-us img, footer .block-one .facebook img, footer .block-one .instagram img, footer .block-one .tripadvisor img {
      width: 30px; }
  footer .block-one .follow-us {
    margin: 0px 30px; }
  footer .block-one .facebook, footer .block-one .instagram, footer .block-one .tripadvisor {
    margin: 0px 0px; }
  footer .block-one .logo-footer {
    margin-left: 15px; }
    footer .block-one .logo-footer img {
      height: 35px;
      width: auto; }
  footer .block-two .item {
    display: flex;
    justify-content: center;
    width: 33%;
    float: left; }
    footer .block-two .item h5 {
      margin-bottom: 0px;
      font-size: 16px;
      font-weight: 500; }
    footer .block-two .item .icon {
      width: 25%;
      text-align: center; }
      footer .block-two .item .icon img {
        max-width: 30px;
        max-height: 30px; }
    footer .block-two .item .content {
      width: 75%;
      color: #a6a6a6; }
      footer .block-two .item .content a {
        color: #a6a6a6; }
      footer .block-two .item .content ul {
        margin-bottom: 0px; }
  footer .block-three {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px; }
    footer .block-three div {
      display: inline-block;
      margin: 0px 2px; }
      footer .block-three div a {
        color: white; }
  footer .copyright {
    display: block !important;
    text-align: right;
    margin-bottom: 20px; }
  footer .lang-wrapper {
    margin-bottom: 20px;
    color: white;
    padding: 0px 20px;
    text-align: right; }
    footer .lang-wrapper a {
      font-family: "stolzl", sans-serif;
      text-transform: uppercase;
      padding: 0px 5px;
      color: white; }

@media (max-width: 768px) {
  .main-content .page .headline {
    font-size: 30px; }
  .main-content .page:after {
    height: 50px; }
  .main-content .page .full-screen-video video {
    height: auto; }
  .main-content .page .full-screen-video .preview {
    height: auto; }
    .main-content .page .full-screen-video .preview .video-play {
      top: 35%; }
    .main-content .page .full-screen-video .preview .headline {
      font-size: 16px;
      padding: 0px;
      top: 10px; }
  .menu-wrapper {
    background: black;
    padding: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .menu-wrapper.menu-open {
      background-color: black; }
    .menu-wrapper .menu-item-wrapper {
      margin-top: 10px;
      display: none;
      width: 100%;
      background-color: black;
      position: absolute;
      top: 50px;
      left: 0px;
      height: calc(100vh - 70px); }
      .menu-wrapper .menu-item-wrapper .menu-item {
        display: block;
        width: 100%;
        text-align: left;
        padding: 20px;
        border-top: thin solid white; }
    .menu-wrapper .burger-menu {
      display: inline-block;
      float: right; }
      .menu-wrapper .burger-menu img {
        height: 20px;
        width: auto;
        margin-top: 10px; }
  footer .lang-wrapper {
    text-align: center; }
  footer .block-one .logo-footer {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 20px; }
  footer .block-one .follow-us {
    margin: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  footer .block-one .facebook, footer .block-one .instagram, footer .block-one .tripadvisor {
    width: 32%;
    text-align: center; }
  footer .block-two {
    margin: 20px 0px; }
    footer .block-two .item {
      width: 100%;
      margin: 20px 0px; }
  footer .block-three {
    text-align: center; }
    footer .block-three .copyright {
      text-align: center; } }
