@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
html, body {
  padding: 0;
  margin: 0;
  font-family: "Gotham", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

html {
  min-height: 100%;
  display: flex;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  margin: 0 auto;
}
.container.small {
  max-width: 800px;
}

.btn {
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.btn:hover {
  text-decoration: underline;
}
.btn img {
  display: block;
  width: 1.5em;
  margin-right: 1em;
}

h1 {
  text-transform: uppercase;
  font-size: 5vw;
  line-height: 1.05;
  letter-spacing: 0.15em;
}

h2, h3 {
  font-size: 3em;
  line-height: 1.2380952381;
}

.bodytext {
  line-height: 1.2142857143;
}
.bodytext ul {
  padding: 0 0 0 1.2em;
}

p.large {
  font-size: 1.7142857143em;
  line-height: 1.3333333333;
}

.scrolldown {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.6em;
  cursor: pointer;
  z-index: 20;
}
.scrolldown img {
  width: 2em;
  height: auto;
  margin: 1em auto;
}
.scrolldown.disabled {
  cursor: auto;
}

footer {
  background: #000000;
  padding-top: 1em;
}
footer hr {
  border-color: #333333;
  border-style: solid;
}

.footer-container {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
.footer-logo {
  background: #FFFFFF;
  width: 9em;
  height: 9em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-logo img {
  width: 7em;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-note {
  padding-left: 5em;
}
.footer-copy {
  color: #666666;
}

.header-wrap {
  position: relative;
}
.header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.header-bg canvas {
  position: relative;
  z-index: 1;
}
.header-bg:before, .header-bg:after {
  content: "";
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
}
.header-bg:before {
  left: 0;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.header-bg:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 6em;
}
.header-content-inner {
  text-align: center;
  position: relative;
  z-index: 10;
}
.header-icon {
  padding: 1em;
}
.header-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-subtext {
  max-width: 30em;
  letter-spacing: 0.15em;
  margin: 0 auto;
}
.header-subtext p {
  font-size: 0.8em;
}
.header-subtext p strong {
  text-transform: uppercase;
}
.header-subtext p + p {
  margin-top: 3em;
}
.header .scrolldown {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.interview-video {
  position: relative;
  padding-bottom: 41.650390625%;
  background: #e6e6e6;
  box-shadow: 0px 0px 5vw rgba(0, 0, 0, 0.2);
  transform: translateY(-8em);
}
.interview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
  transition: opacity 200ms linear;
  opacity: 1;
  background: #e6e6e6;
}
.interview-video iframe.cookieconsent-optin-marketing {
  pointer-events: none;
  opacity: 0;
}
.interview-video .video-embed-fallback {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 250px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.interview-text {
  padding-bottom: 4em;
  margin-bottom: 4em;
  text-align: center;
}

.picwall-container {
  background: url(../../media/picwall.jpg) center center no-repeat;
  background-size: cover;
}
.picwall-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  box-sizing: border-box;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 10em;
}

.timeline-slide-inner {
  display: flex;
}
.timeline-slide-images {
  flex: 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.timeline-slide-images-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  z-index: 1;
}
.timeline-slide-images-bg img {
  position: absolute;
  transition: all 300ms ease-in-out 500ms;
  transform: translateY(4em);
  opacity: 0;
}
.timeline-slide-images-bg img:nth-of-type(1) {
  left: 0;
  top: 0;
  width: calc(50% - 1em);
}
.timeline-slide-images-bg img:nth-of-type(2) {
  right: 0;
  top: 2em;
  width: calc(50% - 1em);
}
.timeline-slide-images-main {
  position: relative;
  z-index: 5;
  padding: 4em 2em 4em 0;
  margin-top: 8em;
}
.timeline-slide-images-main img {
  position: relative;
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1) 1700ms, opacity 900ms ease-in-out 500ms;
  opacity: 0;
  transform: translateX(-12em);
}
.timeline-slide-text {
  flex: 5;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  z-index: 20;
}
.timeline-slide.tns-slide-active .timeline-slide-images-bg img {
  transform: translateY(0);
  opacity: 1;
}
.timeline-slide.tns-slide-active .timeline-slide-images-bg img:nth-of-type(1) {
  transition-delay: 650ms;
}
.timeline-slide.tns-slide-active .timeline-slide-images-bg img:nth-of-type(2) {
  transition-delay: 500ms;
}
.timeline-slide.tns-slide-active .timeline-slide-images-main img {
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1) 500ms, opacity 900ms ease-in-out 500ms;
  opacity: 1;
  transform: translateX(0);
}
.timeline-date {
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.2857142857em;
}
.timeline-text {
  padding: 2em;
  border-left: 2px solid #000000;
  text-shadow: 0px 0px 1em #FFFFFF;
}
.timeline-modelinfo {
  margin: 1em 0 0 6%;
}
.timeline-slider {
  transform-style: preserve-3d;
}
.timeline-slider-container {
  position: relative;
}
.timeline-slider-container .tns-inner {
  perspective: 20px;
  transform-style: preserve-3d;
}
.timeline-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 100%;
  background: url(../img/sound-pattern.svg);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 751px;
  transform: translateZ(-40px) scale(2.22);
}
.timeline-slider-control {
  position: absolute;
  top: 50%;
  z-index: 100;
  padding: 1em;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  transition: all 150ms ease-in-out;
}
.timeline-slider-control:focus, .timeline-slider-control:active {
  outline: none !important;
}
.timeline-slider-control img {
  width: 33px;
  transform: scale(0.9);
  transition: inherit;
  background: #FFFFFF;
  border-radius: 50%;
}
.timeline-slider-control[aria-disabled=true] {
  opacity: 0;
  pointer-events: none;
}
.timeline-slider-control:hover img {
  transform: scale(1);
}
.timeline-slider-control.prev {
  left: 1em;
}
.timeline-slider-control.next {
  right: 1em;
}
.timeline-slider-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
.timeline-slider-dot {
  cursor: pointer;
  margin: 1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #000000;
  background: rgba(0, 0, 0, 0);
  transition: all 150ms linear;
}
.timeline-slider-dot:hover {
  background: rgba(0, 0, 0, 0.5);
}
.timeline-slider-dot.tns-nav-active {
  background: black;
}

.plaintext {
  min-height: 100vh;
}
.plaintext .bodytext p {
  max-width: 650px;
  line-height: 2em;
}

.data-privacy ul, .data-privacy li {
  max-width: 650px;
}

.login {
  padding: 30px 0 100px 0;
}

form .input,
form .btn {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 9px 18px;
}
form .input {
  font-size: 25px;
  border-bottom: 2px solid #000000;
  margin-bottom: 1em;
  outline: none !important;
}
form .btn {
  cursor: pointer;
  border: 2px solid #C6C6C6;
  transition: all 100ms linear;
  font-size: 18px;
}
form .btn:hover {
  text-decoration: none;
  background: #C6C6C6;
}
form .pw-incorrect {
  color: #AA0000;
  margin-top: -1em;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }

  h2, h3 {
    font-size: 2.2857142857em;
  }

  p.large {
    font-size: 1.4285714286em;
  }

  .timeline-slide-images-bg img:nth-of-type(1) {
    width: 90%;
    right: 10%;
  }
  .timeline-slide-images-bg img:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 30px;
  }

  h2, h3 {
    font-size: 2em;
  }

  p.large {
    font-size: 1.2857142857em;
  }

  .header-text {
    padding: 5em 0;
  }
  .header-icon img {
    margin-left: 0 !important;
  }
  .header-icon-container {
    flex-direction: column;
  }

  .timeline-slide-images {
    overflow: visible;
    position: relative;
    justify-content: flex-start;
  }
  .timeline-slide-images-main {
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: -4em;
  }
  .timeline-slide-images-main img {
    max-width: 150%;
    left: -50%;
  }
  .timeline-slide-images-bg {
    position: relative;
    width: 100%;
  }
  .timeline-slide-images-bg img {
    position: relative;
  }
  .timeline-slide-images-bg img:nth-of-type(1) {
    width: 70%;
    left: -1em;
  }
  .timeline-slide-text {
    padding: 4em 0 0 0;
  }
  .timeline-slide-inner {
    flex-direction: column;
  }
  .timeline-slider:after {
    width: 100%;
    left: 0;
    height: 50%;
    background-position: bottom;
    z-index: 1;
    transform: translateZ(0px);
  }
  .timeline-slider-dot {
    margin: 0.5em;
    width: 0.5em;
    height: 0.5em;
  }
  .timeline-text {
    padding: 0;
    border: none;
  }
  .timeline-date {
    transform: translateX(0);
  }

  .footer-container {
    align-items: flex-end;
  }
  .footer-note {
    padding-bottom: 1em;
    padding-left: 1em;
  }
}

/*# sourceMappingURL=style.css.map */
