:root {
  --white: white;
  --black: black;
}

body {
  color: #fff;
  background-color: #d9b784;
  font-family: Sf pro display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

.logo {
  width: 55px;
  height: 55px;
  color: #fff;
  background-image: url('../images/nicolaskayser-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.logo.schriftzug {
  width: 194px;
  background-image: url('../images/Logo-Schriftzug-Weiß.svg');
  background-size: 194px;
}

.logo.schriftzug:hover {
  background-image: url('../images/Logo-Schriftzug-Weiß.svg');
  background-position: 50%;
}

.logo.logo-loader {
  background-image: url('../images/nicolaskayser-black.svg');
  background-size: cover;
}

.page-wrapper {
  z-index: 1000;
  perspective: 1000px;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.page-wrapper.no-fullscreen {
  height: auto;
  padding-top: 300px;
  padding-bottom: 250px;
  display: block;
}

.welcome {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-top: 240px;
  margin-bottom: 100px;
  padding: 180px;
  display: block;
  position: relative;
}

.welcome.small-grid {
  max-width: 1000px;
}

.headline {
  color: #fff;
  letter-spacing: -2px;
  flex: none;
  align-self: flex-start;
  margin-top: 0;
  font-size: 170px;
  font-weight: 600;
  line-height: 160px;
}

.info-button {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Maisonneue mono;
  display: inline-block;
  position: static;
}

.info-button.livegang {
  font-family: Sf pro display, sans-serif;
}

.wrapper {
  height: 100vh;
  opacity: 1;
  background-color: #000;
  background-image: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.headline-wrapper {
  position: relative;
}

.info-button-wrapper {
  margin-left: 55px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.info-button-wrapper.no-margin {
  margin-left: 0;
}

.link-wrapper {
  display: flex;
  position: relative;
}

.link {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  opacity: .5;
  color: #fff;
}

.wrapper-animation {
  z-index: 100;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.subline-wrapper {
  letter-spacing: .5px;
  padding-top: 95px;
  padding-bottom: 75px;
  font-size: 20px;
  line-height: 36px;
}

.clients-wrapper {
  align-items: center;
  display: none;
}

.client-text-wrapper {
  min-width: 170px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 23px;
}

.footer-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 100;
  display: flex;
  position: relative;
  bottom: 40px;
  left: 50px;
  right: 50px;
}

.welcome-text-highlight {
  color: #fff;
  border: 1px #000;
  border-bottom: 12px rgba(255, 255, 255, .25);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Sf pro display, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 70px;
}

.welcome-text-highlight.link {
  border-bottom: 1px solid #fff;
}

.header-wrapper {
  z-index: 1200;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 40px;
  left: 50px;
  right: 50px;
}

.header-wrapper.header-loader {
  z-index: 1002;
  display: flex;
  position: fixed;
}

.animations-maske {
  z-index: 1200;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.body {
  background-color: #000;
}

.client-logos-wrapper {
  align-items: center;
  display: flex;
}

.client-logo-item {
  margin-right: 52px;
}

.client-logo-item.last {
  margin-right: 0;
}

.imprint-text {
  border-top: 3px solid rgba(255, 255, 255, .17);
  margin-top: 50px;
  padding-top: 50px;
  font-size: 23px;
  line-height: 40px;
}

.hiring {
  width: 267.656px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 80px;
  margin-right: auto;
  padding-right: 0;
  line-height: 44px;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.hiring.small-grid {
  max-width: 1000px;
}

.hiring-button {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  font-size: 20px;
}

.hiring-button.large {
  font-size: 30px;
  line-height: 50px;
}

.text-span {
  font-family: Maisonneue mono;
}

.hiring-btn {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 20px;
}

.hiring-line {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  top: 0;
}

.hiring-link {
  z-index: 1100;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.hiring-link:hover {
  opacity: .34;
  transform: translate(15px);
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.p-large {
  font-size: 60px;
  font-weight: 100;
  line-height: 80px;
}

.instagram {
  padding-left: 24px;
  font-size: 20px;
  font-weight: 100;
  line-height: 50px;
  display: block;
}

.bg-video {
  z-index: 0;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-video-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .82), rgba(0, 0, 0, .82));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  z-index: 1200;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 40px;
  left: 50px;
  right: 50px;
}

.footer-wrapper.header-loader {
  z-index: 1002;
  display: flex;
  position: fixed;
}

html.w-mod-js [data-ix="animation-logo"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="animation-text"] {
  opacity: 0;
  transform: translate(-100px)skewX(0)skewY(10deg);
}

html.w-mod-js [data-ix="animation-wrappr"] {
  height: 0;
}

html.w-mod-js [data-ix="animation-text-2"], html.w-mod-js [data-ix="animation-text-3"], html.w-mod-js [data-ix="animation-text-4"], html.w-mod-js [data-ix="animation-text-5"] {
  transform: translate(0, 140%);
}

html.w-mod-js [data-ix="animation-wrappr-2"] {
  height: 100vh;
}

html.w-mod-js [data-ix="new-interaction"] {
  transform: translate(0, 330px);
}

html.w-mod-js [data-ix="logo-animation"] {
  opacity: 0;
  transform: translate(0, 100vh);
}

html.w-mod-js [data-ix="logo-show"] {
  opacity: 0;
}

html.w-mod-js [data-ix="logo-maske"] {
  display: block;
}

html.w-mod-js [data-ix="animation-welcome"] {
  opacity: 0;
  transform: translate(0, 160px);
}

html.w-mod-js [data-ix="animation-welcome-2"] {
  opacity: .3;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="animation-welcome-3"] {
  opacity: 0;
  transform: translate(0, 200px);
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    height: auto;
    padding-top: 210px;
    display: block;
  }

  .welcome {
    margin-top: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .headline {
    font-size: 90px;
    line-height: 94px;
  }

  .info-button-wrapper {
    margin-left: 0;
    margin-right: 45px;
  }

  .info-button-wrapper.no-margin {
    line-height: 40px;
  }

  .subline-wrapper {
    padding-top: 35px;
    padding-bottom: 80px;
    padding-left: 0;
    font-size: 20px;
  }

  .clients-wrapper {
    border-top: 2px solid rgba(255, 255, 255, .17);
    border-bottom: 2px solid rgba(255, 255, 255, .17);
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .client-text-wrapper {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .header-wrapper.header-loader {
    top: 30px;
    left: 40px;
    right: 40px;
  }

  .client-logos-wrapper {
    padding-top: 30px;
  }

  .hiring {
    margin-left: 40px;
    padding-left: 0;
    padding-right: 40px;
  }

  .footer-wrapper.header-loader {
    top: 30px;
    left: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper.no-fullscreen {
    padding-top: 200px;
    padding-bottom: 0;
  }

  .headline {
    font-size: 60px;
    line-height: 65px;
  }

  .welcome-text-highlight {
    font-size: 30px;
    line-height: 60px;
  }

  .client-logos-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .client-logo-item {
    margin-bottom: 30px;
  }

  .imprint-text {
    font-size: 20px;
    line-height: 36px;
  }

  .p-large {
    font-size: 40px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 60px;
    height: 60px;
    background-size: cover;
    font-size: 25px;
  }

  .logo.schriftzug {
    width: 184px;
    height: 35px;
    background-size: contain;
    margin-top: 20px;
  }

  .logo.logo-loader {
    background-size: cover;
  }

  .page-wrapper {
    padding-top: 220px;
  }

  .page-wrapper.no-fullscreen {
    padding-top: 0;
    padding-bottom: 0;
  }

  .welcome {
    margin-bottom: 0;
    padding: 60px 25px 140px;
  }

  .headline {
    text-align: center;
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 52px;
  }

  .wrapper {
    position: fixed;
  }

  .info-button-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }

  .wrapper-animation {
    position: fixed;
  }

  .subline-wrapper {
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }

  .clients-wrapper {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .client-text-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 22px;
    line-height: 28px;
    display: block;
  }

  .footer-container {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .welcome-text-highlight {
    font-size: 20px;
    line-height: 40px;
  }

  .animations-maske {
    display: none;
  }

  .body {
    height: 100vh;
  }

  .client-logos-wrapper {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .client-logo-item {
    margin-bottom: 40px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .text-block {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .imprint-text {
    border-top-color: rgba(255, 255, 255, .17);
  }

  .hiring {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hiring-button.large {
    font-size: 20px;
  }

  .p-large {
    font-size: 30px;
    line-height: 50px;
  }
}


@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}