/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "soehne";
  src: url("../fonts/test-soehne-breit-buch.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "soehne";
  src: url("../fonts/test-soehne-breit-fett.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "soehne";
  src: url("../fonts/test-soehne-breit-extrafett.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
:root {
  --spacer: 2vw;
  --max-text-width: 35ch;
  --text-size-large: 2.3vw;
  --text-size-normal: 1.2vw;
  --grey-dark: #666;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  background: black;
}

body {
  font-family: "soehne", sans-serif;
  font-size: var(--text-size-normal);
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  cursor: none;
}

a, a:hover, a:visited, button, .button {
  cursor: none;
}

a, a:hover, a:visited {
  color: black;
}
a:hover, a:hover:hover, a:visited:hover {
  opacity: 0.7;
}

p + p {
  margin-top: 1em;
}

#follower {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  z-index: 1000;
  mix-blend-mode: difference;
  pointer-events: none;
}
#follower img {
  display: none;
}
#follower.pointer .pointer {
  display: block;
}
#follower.up .up {
  display: block;
}
#follower.down .down {
  display: block;
}
#follower.left .left {
  display: block;
}
#follower.right .right {
  display: block;
}
#follower.view360 .view360 {
  display: block;
}
#follower.play .play {
  display: block;
}
#follower.pause .pause {
  display: block;
}

.header {
  padding: var(--spacer);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.header .logo {
  font-weight: 800;
  color: black;
  transition: color 0.5s ease-in-out;
  text-decoration: none;
  font-size: calc(1.2 * var(--text-size-normal));
}

.white .header .logo,
.open-navigation .header .logo {
  color: white;
}

p {
  width: 100%;
  max-width: var(--max-text-width);
}

.text-large {
  font-size: var(--text-size-large);
}

#fullpage {
  transform: translate3d(0, 0, 0);
}

.section {
  transform: translate3d(0, 0, 0);
}

.slide {
  max-width: 100vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  background: white;
  /* default */
  display: flex;
  flex-direction: row;
  height: 100%;
  max-height: -webit-fill-available;
  max-height: fill-available;
}

.element {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: -webit-fill-available;
  max-height: fill-available;
}
.element.text {
  padding: calc(3*var(--spacer)) calc(var(--spacer));
}
.element.text p {
  margin: 0;
}
.element.text p + p {
  margin-top: 1em;
}
.element.text.theme-white {
  color: white;
}
.element.vimeo {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.element.vimeo .vimeo-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.element.vimeo .vimeo-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .element.vimeo .vimeo-wrapper iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .element.vimeo .vimeo-wrapper iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.element.vimeo .vimeo-controls {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.element.vimeo .vimeo-controls img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}
.element.vimeo .vimeo-controls:after {
  display: block;
  content: " ";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/cursor-play.svg);
}
.element.vimeo .vimeo-controls.play img {
  opacity: 1;
}
.element.vimeo .vimeo-controls.pause:after {
  display: none;
}
.element.image.has-border {
  padding: calc(3*var(--spacer));
}
.element.image.has-border.position-flex-start {
  justify-content: flex-start;
}
.element.image.has-border.position-flex-start img {
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.element.image.has-border.position-center {
  justify-content: center;
}
.element.image.has-border.position-center img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.element.image.has-border.position-flex-bottom {
  justify-content: flex-bottom;
}
.element.image.has-border.position-flex-bottom img {
  object-fit: contain;
  object-position: bottom;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.element.image img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: auto;
}
.element.team {
  padding: var(--spacer);
  padding-bottom: calc(5 * var(--spacer));
}
.element.team .intro {
  margin-top: 3em;
  margin-bottom: 1em;
}
.element.team .team-list {
  margin: 0;
  margin-left: calc(-0.5 * var(--spacer));
  margin-right: calc(-0.5 * var(--spacer));
  padding: 0;
  list-style-type: none;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.element.team .team-list .team-member {
  width: 50%;
  padding: calc(0.5 * var(--spacer));
}
.element.team .team-list .team-member img {
  width: 100%;
  height: auto;
}
.element.team .team-list .team-member .name {
  display: block;
  font-weight: bold;
}
.element.team .team-list .team-member .role {
  display: block;
  font-weight: normal;
}
.element.view360 {
  width: 100%;
  height: 100%;
  position: relative;
}
.element.view360 .iframe-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.element.view360 .placeholder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.element.view360 .placeholder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.element.view360 .placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}
.element.view360 .placeholder:after {
  display: block;
  content: " ";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/cursor-360.svg);
}
.element.view360 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.element.view360 iframe.hidden {
  z-index: -1;
}
.element.clients {
  padding: var(--spacer);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.element.clients .intro {
  margin-top: 1em;
  margin-bottom: 1em;
}
.element.clients .clients-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.element.clients .clients-list .client {
  width: 16%;
  margin: 1em 0;
  height: 4em;
  text-align: center;
}
.element.clients .clients-list .client img {
  height: 100%;
  width: auto;
}

.elements {
  height: 100vh;
  max-height: -webkit-fill-available;
  max-height: fill-available;
}

.elements-2 {
  display: flex;
  flex-direction: row;
}
.elements-2 .element {
  width: 50%;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.center {
  justify-content: center;
}

.section-title {
  color: black;
  position: absolute;
  left: var(--spacer);
  bottom: var(--spacer);
  z-index: 10;
}
.section-title .title {
  font-weight: bold;
}

.white .section-title {
  color: white;
}

.menu-button {
  background: none;
  color: black;
  overflow: hidden;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  position: relative;
  border: 0;
  cursor: none;
  transform: translateY(-30%);
  position: fixed;
  z-index: 1000;
  right: var(--spacer);
  top: var(--spacer);
}
.menu-button:after, .menu-button:before {
  content: " ";
  position: absolute;
  top: 50%;
  height: 4px;
  left: 0;
  right: 0;
  background: black;
  transition: transform 0.25s ease-in-out, background 0.5s ease-in-out;
}
.menu-button:before {
  transform: translateY(-0.2em);
}
.menu-button:after {
  transform: translateY(0.2em);
}
.menu-button.close:before {
  transform: translateY(0) rotate(45deg);
}
.menu-button.close:after {
  transform: translateY(0) rotate(-45deg);
}

.white .menu-button:after, .white .menu-button:before,
.open-navigation .menu-button:after,
.open-navigation .menu-button:before {
  background: white;
}

#navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: var(--grey-dark);
  transform: translateY(-100%);
  transition: transform 800ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 997;
  display: flex;
  flex-direction: row;
}
#navigation.open {
  transform: translateY(0);
}
#navigation.open .left, #navigation.open .right {
  opacity: 1;
}
#navigation a {
  color: var(--grey-dark);
  text-decoration: none;
}
#navigation .left, #navigation .right {
  display: flex;
  padding: calc(2*var(--spacer));
  width: 50%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
#navigation .left {
  flex-direction: column;
  justify-content: flex-end;
}
#navigation .left img {
  width: 100%;
  height: auto;
}
#navigation .right {
  justify-content: space-between;
  flex-direction: column;
}
#navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: calc(1.5*var(--text-size-large));
  line-height: 1.05;
  margin-top: calc(var(--spacer));
}
#navigation .menu a {
  color: white;
  transition: color 0.3s ease-in-out;
}
#navigation .menu a:hover {
  color: var(--grey-dark);
}

strong {
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fp-arrow {
  opacity: 0;
}

.fp-slidesNav.fp-bottom {
  left: inherit !important;
  right: var(--spacer) !important;
  bottom: var(--spacer) !important;
}
.fp-slidesNav.fp-bottom ul {
  margin: -5px;
}
.fp-slidesNav.fp-bottom ul li {
  width: 2.5em;
  height: 5px;
  margin: 5px;
}
.fp-slidesNav.fp-bottom ul li a {
  display: block;
  background: black;
  opacity: 0.4;
}
.fp-slidesNav.fp-bottom ul li a span {
  display: none;
}
.fp-slidesNav.fp-bottom ul li a.active {
  opacity: 1;
}

.white .fp-slidesNav.fp-bottom ul li a {
  background: white;
}

.prev-section-button,
.next-section-button {
  position: fixed;
  top: 0;
  left: 10vw;
  right: 10vw;
  height: 10vh;
  text-indent: -999em;
  z-index: 999;
  display: none;
}

.open-navigation .prev-section-button,
.open-navigation .next-section-button {
  display: none;
}

.next-section-button {
  top: unset;
  bottom: 0;
}

.fp-arrow {
  display: none !important;
  top: 10% !important;
  bottom: 10% !important;
  left: 0 !important;
  width: 10% !important;
  height: 80% !important;
  margin-top: 0 !important;
  cursor: none !important;
  border: 0 !important;
}

.fp-is-overflow > .fp-overflow {
  -webkit-overflow-scrolling: touch !important;
}

.fp-arrow.fp-next {
  left: unset !important;
  right: 0 !important;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

@media only screen and (max-width: 960px) and (orientation: portrait) {
  :root {
    --spacer: 1rem;
    --max-text-width: none;
    --text-size-large: 1.7rem;
    --text-size-normal: 1rem;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .elements-2 {
    display: flex;
    flex-direction: column;
  }
  .elements-2 .element {
    height: 50%;
    width: 100%;
  }
  .elements-2 .element.text {
    min-height: 50%;
    height: auto;
  }

  #navigation .left {
    display: none !important;
  }
  #navigation .right {
    width: 100%;
    padding: calc(var(--spacer));
    padding-top: calc(3*var(--spacer));
    justify-content: flex-start;
    align-items: flex-start;
  }

  .element.team {
    height: auto;
    padding: var(--spacer);
    padding-bottom: calc(5 * var(--spacer));
  }
  .element.team .intro {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .element.team .team-list {
    flex-direction: column;
  }
  .element.team .team-list .team-member {
    width: 100%;
    padding: calc(0.5 * var(--spacer));
    margin-bottom: 1em;
  }

  .element.image.has-border {
    padding: calc(5*var(--spacer)) var(--spacer);
  }

  .section-title {
    bottom: calc(2*var(--spacer));
  }

  .fp-slidesNav.fp-bottom {
    right: unset !important;
    left: var(--spacer) !important;
  }

  .element.clients {
    height: auto;
    justify-content: flex-start;
    padding-top: 3em;
  }
  .element.clients .clients-list .client {
    width: 33%;
  }
}
@media only screen and (max-width: 390px) {
  :root {
    --spacer: 0.9rem;
    --max-text-width: none;
    --text-size-large: 1.5rem;
    --text-size-normal: 0.9rem;
  }
}
@media (hover: hover) {
  #follower {
    display: block;
  }

  .fp-arrow {
    display: block !important;
  }

  .menu-button:hover::before {
    transform: translateY(-0.4em);
  }
  .menu-button:hover::after {
    transform: translateY(0.4em);
  }

  .prev-section-button,
.next-section-button {
    display: block;
  }
}

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