@charset "UTF-8";
/*
Theme Name: OnePager
Theme URI: https://www.onepager.eu
Description: Theme for OnePager GmbH.
Version: 1.0
Tags: onepager, custom, particles
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
     ========================================================================== */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
   *  `em` units.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevents modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Addresses styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * 1. Remove border when inside `a` element in IE 8/9/10.
   * 2. Improves image quality when scaled in IE 7.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *  Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   * 4. Improves appearance and consistency in all browsers.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *  and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *  `input` and others.
   * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
   *  Known issue: inner spacing remains in IE 6.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   *  Known issue: excess padding remains in IE 6.
   */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   * 3. Corrects text not wrapping in Firefox 3.
   * 4. Corrects alignment displayed oddly in IE 6/7.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'KlavikaLight';
  src: url("fonts/klavika/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("fonts/klavika/KlavikaWebBasicLight/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("fonts/klavika/KlavikaWebBasicLight/KlavikaWebBasicLight.woff2") format("woff2"), url("fonts/klavika/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'KlavikaRegular';
  src: url("fonts/klavika/KlavikaWebBasicRegular/KlavikaWebBasicRegular.eot");
  src: url("fonts/klavika/KlavikaWebBasicRegular/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("fonts/klavika/KlavikaWebBasicRegular/KlavikaWebBasicRegular.woff2") format("woff2"), url("fonts/klavika/KlavikaWebBasicRegular/KlavikaWebBasicRegular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'KlavikaMedium';
  src: url("fonts/klavika/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("fonts/klavika/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("fonts/klavika/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff2") format("woff2"), url("fonts/klavika/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  background-color: #171717;
  color: white;
  font-family: 'KlavikaLight', Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  font-size: 14px;
  font-weight: 400; }
  @media screen and (max-width: 1300px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 420px) {
    body {
      font-size: 12px;
      line-height: 1.5em; } }
  @media screen and (max-width: 320px) {
    body {
      font-size: 11px; } }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
      -webkit-font-smoothing: subpixel-antialiased; } }
  body p,
  body h1,
  body h2,
  body h3 {
    font-size: 14px;
    line-height: 1.75em;
    margin: 0; }
    @media screen and (max-width: 1300px) {
      body p,
      body h1,
      body h2,
      body h3 {
        font-size: 14px; } }
    @media screen and (max-width: 420px) {
      body p,
      body h1,
      body h2,
      body h3 {
        font-size: 12px;
        line-height: 1.5em; } }
    @media screen and (max-width: 320px) {
      body p,
      body h1,
      body h2,
      body h3 {
        font-size: 11px; } }
  body a {
    color: white;
    text-decoration: none; }
  body textarea,
  body select,
  body input,
  body button {
    outline: none; }
  body ::selection {
    background: rgba(0, 145, 218, 0.4);
    color: white; }

.nobreak {
  display: inline-block;
  white-space: nowrap; }

.site-content.page.cover::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #171717), to(rgba(23, 23, 23, 0)));
  background: linear-gradient(#171717 50%, rgba(23, 23, 23, 0));
  content: '';
  height: 15vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%; }

.navigation {
  font-family: 'KlavikaLight';
  letter-spacing: 0.02em;
  padding: 0 48px 0 0;
  position: fixed;
  text-transform: uppercase;
  top: 30px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 99; }
  .navigation-button {
    display: none; }
  @media screen and (max-width: 920px) {
    .navigation {
      background-color: #171717;
      height: 10%;
      left: 0;
      overflow: visible;
      padding: 0;
      position: fixed;
      top: 0; }
      .navigation::before {
        background-color: #171717;
        border-bottom: 1px solid #0091da;
        content: '';
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        width: 100%;
        z-index: 9; }
      .navigation-button {
        color: #0091da;
        cursor: pointer;
        display: block;
        height: 20px;
        position: fixed;
        right: 3vw;
        text-transform: uppercase;
        top: 5vh;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 999; } }
  .navigation-logo {
    height: auto;
    left: 5vw;
    position: absolute;
    top: 50vh;
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease, -webkit-transform 0.75s ease;
    -webkit-transform: scale(1) translate(0, -49vh);
    transform: scale(1) translate(0, -49vh);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 150px;
    z-index: 99; }
    @media screen and (max-width: 1200px) {
      .navigation-logo {
        left: 3vw; } }
    @media screen and (max-width: 920px) {
      .navigation-logo {
        left: 3vw;
        top: 5vh;
        -webkit-transform: scale(1) translate(0, -50%);
        transform: scale(1) translate(0, -50%);
        width: 120px; } }
    @media screen and (max-width: 420px) {
      .navigation-logo {
        top: 4.5vh;
        width: 90px; } }
    .navigation-logo--large {
      -webkit-transform: scale(1) translate(12.5vw, -5vh);
      transform: scale(1) translate(12.5vw, -5vh); }
      @media screen and (max-width: 920px) {
        .navigation-logo--large {
          left: 50%;
          -webkit-transform: scale(1) translate(-50%, 65vh);
          transform: scale(1) translate(-50%, 65vh);
          width: 30vw; } }
  .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    @media screen and (max-width: 920px) {
      .navigation-list {
        background-color: black;
        border-bottom: 1px solid #0091da;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px;
        height: 100vh;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 22.5vh 0 30vh 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); } }
    .navigation-list__item {
      display: block;
      cursor: pointer;
      padding: 0;
      position: relative; }
      @media screen and (max-width: 920px) {
        .navigation-list__item {
          text-align: center; } }
      .navigation-list__item.active a {
        color: #0091da; }
      .navigation-list__item-title {
        color: white;
        text-decoration: none;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .navigation-list__item-title:hover {
          color: #0091da; }
      .navigation-list__item:not(:last-child) {
        padding: 0 20px 0 0; }
        @media screen and (max-width: 920px) {
          .navigation-list__item:not(:last-child) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding: 0; } }
        .navigation-list__item:not(:last-child)::after {
          cursor: default;
          color: #0091da;
          content: '–';
          height: 100%;
          position: absolute;
          right: 0;
          top: 50%;
          text-align: center;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 20px; }
          @media screen and (max-width: 920px) {
            .navigation-list__item:not(:last-child)::after {
              left: 50%;
              top: 100%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
      .navigation-list__item .post-title,
      .navigation-list__item .children {
        display: none; }
  @media screen and (max-width: 920px) {
    .navigation--expanded .navigation-list {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.header--firstSlide .navigation {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .header--firstSlide .navigation-list {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

@media screen and (max-width: 920px) {
  .header--firstSlide .navigation-button {
    display: none; }
  .header--firstSlide .navigation-list {
    display: none; }
  .header--firstSlide .navigation::before {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

.footer {
  text-transform: uppercase;
  font-size: 12px; }
  .footer__links {
    bottom: 15px;
    left: 5vw;
    opacity: 1;
    position: fixed;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999; }
    @media screen and (max-width: 1200px) {
      .footer__links {
        left: 3vw; } }
    .footer__links-link {
      color: rgba(255, 255, 255, 0.6);
      display: inline-block;
      padding: 0 0 0 0;
      position: relative;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .footer__links-link:hover {
        color: #0091da; }
      .footer__links-link.active {
        color: #0091da; }
    .footer__links-separator {
      color: #0091da;
      padding: 0 3px; }
    .footer__links.hidden {
      opacity: 0;
      pointer-events: none; }
    @media screen and (max-width: 920px) {
      .footer__links {
        font-size: 10px;
        display: none; }
        .footer__links.visible {
          display: block; } }
  .footer__scroll {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    font-size: 10px;
    font-weight: 200;
    bottom: 10px;
    left: 50%;
    opacity: 1;
    overflow: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-width: 920px) {
      .footer__scroll {
        display: none; } }
    .footer__scroll::before {
      -webkit-animation: scrollanimation 0.75s ease-in-out 0.5s infinite alternate;
      animation: scrollanimation 0.75s ease-in-out 0.5s infinite alternate;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
      content: '';
      height: 15px;
      position: absolute;
      top: -15px;
      left: 50%;
      -webkit-transform: rotate(-45deg) translate(0, 0);
      transform: rotate(-45deg) translate(0, 0);
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      width: 15px; }
    .footer__scroll.hidden {
      opacity: 0; }

@-webkit-keyframes scrollanimation {
  from {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); }
  to {
    -webkit-transform: rotate(-45deg) translate(18%, -18%);
    transform: rotate(-45deg) translate(18%, -18%); } }

@keyframes scrollanimation {
  from {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0); }
  to {
    -webkit-transform: rotate(-45deg) translate(18%, -18%);
    transform: rotate(-45deg) translate(18%, -18%); } }

.section {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .section .fp-tableCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section-header, .section-content {
    opacity: 0;
    padding: 0 5vw 0 5vw;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .section-header, .section-content {
        padding: 0 3vw 0 3vw;
        z-index: 1; } }
    @media screen and (max-width: 420px) {
      .section-header, .section-content {
        height: 40vh; } }
  .section-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 50px;
    z-index: 1; }
    @media screen and (max-width: 920px) {
      .section-header {
        display: block;
        height: 18vh;
        margin-top: 10vh; } }
    .section-header__title {
      display: block;
      font-family: 'Gotham A', 'Gotham B';
      font-size: 12px;
      font-style: normal;
      font-weight: 200;
      letter-spacing: 0.07em;
      line-height: 3em;
      opacity: 0;
      overflow: hidden;
      position: relative;
      text-transform: uppercase;
      -webkit-transform: translate(0, 25%);
      transform: translate(0, 25%);
      -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
      transition: opacity 0.75s, -webkit-transform 0.75s;
      transition: opacity 0.75s, transform 0.75s;
      transition: opacity 0.75s, transform 0.75s, -webkit-transform 0.75s;
      white-space: nowrap; }
      @media screen and (max-width: 920px) {
        .section-header__title {
          display: table;
          font-size: 10px;
          margin-top: 2.5vh; } }
      .section-header__title::after {
        background-color: #0091da;
        bottom: 0;
        content: '';
        display: inline-block;
        height: 1px;
        left: 0;
        position: absolute;
        -webkit-transform: translateZ(0) scale(0, 1);
        transform: translateZ(0) scale(0, 1);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
        width: 100%; }
    .section-header__headline {
      font-family: 'KlavikaLight';
      font-size: 26px;
      font-weight: normal;
      letter-spacing: 0.07em;
      margin-top: 3px;
      opacity: 0;
      text-transform: uppercase;
      -webkit-transform: translate(0, 15%);
      transform: translate(0, 15%);
      -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
      transition: opacity 0.75s, -webkit-transform 0.75s;
      transition: opacity 0.75s, transform 0.75s;
      transition: opacity 0.75s, transform 0.75s, -webkit-transform 0.75s;
      word-spacing: 0.05em; }
      @media screen and (max-width: 1300px) {
        .section-header__headline {
          font-size: 28px; } }
      @media screen and (max-width: 420px) {
        .section-header__headline {
          font-size: 18px; } }
  .section-content {
    height: 60vh;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 200;
    -webkit-transform: translate(0, 2.5%);
    transform: translate(0, 2.5%);
    -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
    transition: opacity 0.75s, -webkit-transform 0.75s;
    transition: opacity 0.75s, transform 0.75s;
    transition: opacity 0.75s, transform 0.75s, -webkit-transform 0.75s; }
    @media screen and (max-width: 920px) {
      .section-content {
        height: 71vh; } }
  .section-wrapper {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .section-wrapper::after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0));
      content: '';
      height: 50vh;
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      width: 100%;
      z-index: 1; }
    .section-wrapper.active-cases::after {
      opacity: 1; }
  .section.loaded .section-header, .section.loaded .section-content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .section.loaded .section-header__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s; }
    .section.loaded .section-header__title::after {
      -webkit-transform: translateZ(0) scale(1, 1);
      transform: translateZ(0) scale(1, 1); }
  .section.loaded .section-header__headline {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .section.loaded .section-content {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s; }

.section-start::before {
  background-color: #0091da;
  content: '';
  display: inline-block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate3D(-50%, -50%, 0) scale(1, 0);
  transform: translate3D(-50%, -50%, 0) scale(1, 0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 1px;
  z-index: 1; }
  @media screen and (max-width: 920px) {
    .section-start::before {
      height: 1px;
      width: 70%; } }

.section-start.loaded::before {
  -webkit-transform: translate3D(-50%, -50%, 0) scale(1, 1);
  transform: translate3D(-50%, -50%, 0) scale(1, 1); }

.section-start__language {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: none;
  border: 15px solid #171717;
  left: 50%;
  line-height: 1em;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 75%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99; }
  @media screen and (max-width: 920px) {
    .section-start__language {
      top: 90%; }
      .section-start__language::before {
        background-color: #0091da;
        content: '';
        display: inline-block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 1; } }
  .section-start__language a {
    color: #0091da; }
  .section-start__language-item {
    display: inline-block;
    padding: 1px 11px 0; }

.section-start__particles {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%; }
  .section-start__particles canvas {
    left: 50%;
    height: 75%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 920px) {
    .section-start__particles {
      height: 50%;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transform: translate(12.5%, 0);
      transform: translate(12.5%, 0);
      width: 75%; }
      .section-start__particles canvas {
        height: 80%;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.section-intro .section-header,
.section-intro .section-content {
  padding-right: 40vw; }
  @media screen and (max-width: 920px) {
    .section-intro .section-header,
    .section-intro .section-content {
      padding-right: 3vw; } }

.section-intro .section-content ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0091da;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Gotham A', 'Gotham B';
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  flex-direction: column;
  list-style: none;
  margin: 20px 0 30px 0;
  padding: 0; }
  @media screen and (max-width: 920px) {
    .section-intro .section-content ul {
      font-size: 10px; } }
  .section-intro .section-content ul li {
    line-height: 2em;
    margin-bottom: 2px;
    position: relative;
    text-transform: uppercase; }
    .section-intro .section-content ul li:last-of-type {
      margin-bottom: 0; }
    .section-intro .section-content ul li:after {
      background-color: #0091da;
      bottom: 0;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }

.section-mission .section-content {
  height: auto;
  min-height: 60vh; }
  .section-mission .section-content .mission__text {
    -webkit-column-count: 2;
    column-count: 2; }
    @media screen and (max-width: 920px) {
      .section-mission .section-content .mission__text {
        -webkit-column-count: 1;
        column-count: 1; } }
  .section-mission .section-content p {
    margin: 0;
    padding: 0 45px 0 0; }
    @media screen and (max-width: 920px) {
      .section-mission .section-content p {
        padding: 0 0 0 0; } }

.section-mission .cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: visible;
  position: static; }
  @media screen and (max-width: 920px) {
    .section-mission .cases {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 60px; } }
  .section-mission .cases-description {
    font-family: 'KlavikaLight';
    font-size: 13px;
    letter-spacing: 0.06em;
    margin: 20px 0;
    text-transform: uppercase;
    width: 43%; }
    @media screen and (max-width: 920px) {
      .section-mission .cases-description {
        width: 100%; } }
  .section-mission .cases__case {
    margin: 0 10px 0 0;
    position: relative; }
    .section-mission .cases__case:last-of-type {
      margin: 0; }
    @media screen and (max-width: 920px) {
      .section-mission .cases__case {
        margin: 0; } }
    .section-mission .cases__case-button {
      border: 1px solid #0091da;
      background-color: #0091da;
      border-radius: 1rem;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-family: 'KlavikaLight';
      font-size: 12px;
      letter-spacing: 0.06em;
      line-height: 1.9rem;
      padding: 2px 45px 0 15px;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: border 0.5s, background-color 0.2s;
      transition: border 0.5s, background-color 0.2s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .section-mission .cases__case-button:hover {
        background-color: #171717; }
      @media screen and (max-width: 920px) {
        .section-mission .cases__case-button:hover {
          background-color: #0091da; } }
      .section-mission .cases__case-button::after {
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        content: '';
        height: 8px;
        position: absolute;
        right: 15px;
        top: 45%;
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg);
        -webkit-transform-origin: 50% 75%;
        transform-origin: 50% 75%;
        width: 8px; }
    .section-mission .cases__case-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 12px;
      left: 0;
      max-height: 250px;
      opacity: 0;
      overflow: hidden;
      padding: 0 0 0 15px;
      position: absolute;
      -webkit-transform: translate(0, 10px);
      transform: translate(0, 10px);
      -webkit-transition: opacity 0.15s, -webkit-transform 0.35s;
      transition: opacity 0.15s, -webkit-transform 0.35s;
      transition: opacity 0.15s, transform 0.35s;
      transition: opacity 0.15s, transform 0.35s, -webkit-transform 0.35s; }
      @media screen and (max-width: 420px) {
        .section-mission .cases__case-items {
          padding: 0 0 0 5px; } }
      @media screen and (max-width: 920px) {
        .section-mission .cases__case-items {
          margin-bottom: 5px;
          max-height: 0;
          opacity: 0;
          -webkit-transition: max-height 1.2s;
          transition: max-height 1.2s;
          position: relative; } }
      .section-mission .cases__case-items__item {
        line-height: 1.4em;
        margin-bottom: 7px;
        pointer-events: none;
        white-space: nowrap; }
        .section-mission .cases__case-items__item:first-of-type {
          margin-top: 15px; }
        .section-mission .cases__case-items__item:last-of-type {
          margin-bottom: 0; }
          @media screen and (max-width: 920px) {
            .section-mission .cases__case-items__item:last-of-type {
              margin-bottom: 15px; } }
        .section-mission .cases__case-items__item--title {
          font-family: 'Gotham A', 'Gotham B';
          font-size: 11px;
          font-style: normal;
          font-weight: 700;
          text-transform: uppercase; }
        @media screen and (max-width: 420px) {
          .section-mission .cases__case-items__item--subtitle {
            font-size: 11px; } }
    .section-mission .cases__case.active {
      opacity: 1; }
      .section-mission .cases__case.active .cases__case-items {
        max-height: 500px;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
      .section-mission .cases__case.active .cases__case-button {
        background-color: #171717; }
        .section-mission .cases__case.active .cases__case-button::after {
          -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg); }

.methodology-phases {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0 0 0 0;
  width: 44vw; }
  @media screen and (max-width: 920px) {
    .methodology-phases {
      padding: 0 3vw; } }
  @media screen and (max-width: 1200px) {
    .methodology-phases {
      margin: 30px 0 0 0;
      width: 45.5vw; } }
  @media screen and (max-width: 920px) {
    .methodology-phases {
      -ms-flex-item-align: end;
      align-self: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      margin: 0;
      position: absolute;
      top: 32vh;
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .methodology-phases {
      top: 50vh; } }
  @media screen and (max-width: 420px) {
    .methodology-phases {
      top: 35vh; } }
  @media screen and (max-width: 320px) {
    .methodology-phases {
      top: 32vh; } }
  .methodology-phases__phase {
    display: block;
    position: relative; }
    @media screen and (max-width: 920px) {
      .methodology-phases__phase {
        position: static; } }
    .methodology-phases__phase-inner {
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      left: 0;
      opacity: 0;
      padding: 40px 40px 0 0;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(5%);
      transform: translateY(5%);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }
      @media screen and (max-width: 920px) {
        .methodology-phases__phase-inner {
          left: 0;
          padding: 40px 3vw 0 3vw; } }
    .methodology-phases__phase--number {
      color: #0091da;
      font-family: 'Gotham A', 'Gotham B';
      font-size: 40px;
      font-style: normal;
      font-weight: 200;
      line-height: 1em;
      margin: 2px 0 0 0;
      -webkit-transform: translate(96%, 0) scale(0.4);
      transform: translate(96%, 0) scale(0.4);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-transition: -webkit-transform 0.75s;
      transition: -webkit-transform 0.75s;
      transition: transform 0.75s;
      transition: transform 0.75s, -webkit-transform 0.75s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (max-width: 920px) {
        .methodology-phases__phase--number {
          font-size: 25px;
          margin: 2px 0 5px 0;
          -webkit-transform: translate(0, 0) scale(0.4);
          transform: translate(0, 0) scale(0.4);
          -webkit-transform-origin: center bottom;
          transform-origin: center bottom; } }
    .methodology-phases__phase:first-of-type .methodology-phases__phase--number {
      letter-spacing: 0.1em; }
    .methodology-phases__phase--title {
      font-family: 'KlavikaRegular';
      letter-spacing: 0.02em;
      text-transform: uppercase; }
    .methodology-phases__phase--graphic {
      opacity: 0.2; }
    .methodology-phases__phase::before {
      background-color: #0091da;
      content: '';
      display: inline-block;
      height: 1px;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: -webkit-transform 0.75s;
      transition: -webkit-transform 0.75s;
      transition: transform 0.75s;
      transition: transform 0.75s, -webkit-transform 0.75s;
      -webkit-transform: translateZ(0) scale(0, 1);
      transform: translateZ(0) scale(0, 1);
      -webkit-transform-origin: top right;
      transform-origin: top right;
      width: 99%; }
      @media screen and (max-width: 920px) {
        .methodology-phases__phase::before {
          bottom: 0;
          display: none;
          right: inherit;
          top: inherit;
          width: 50px; } }
    .methodology-phases__phase.active::before {
      -webkit-transform: translateZ(0) scale(1, 1);
      transform: translateZ(0) scale(1, 1); }
    .methodology-phases__phase.active .methodology-phases__phase-inner {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 0.75s;
      transition-delay: 0.75s; }
    .methodology-phases__phase.active .methodology-phases__phase--number {
      font-family: 'Gotham A', 'Gotham B';
      font-style: normal;
      font-weight: 100;
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1); }

.methodology-particles {
  background-color: black;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.5s;
  transition: opacity 0.75s, -webkit-transform 0.5s;
  transition: opacity 0.75s, transform 0.5s;
  transition: opacity 0.75s, transform 0.5s, -webkit-transform 0.5s;
  width: 50%; }
  @media screen and (max-width: 920px) {
    .methodology-particles {
      width: 100%; } }
  .methodology-particles::before {
    background-color: #0091da;
    content: '';
    display: inline-block;
    height: 70%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate3D(0, -50%, 0) scale(1, 0);
    transform: translate3D(0, -50%, 0) scale(1, 0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 1px;
    z-index: 9; }
    @media screen and (max-width: 920px) {
      .methodology-particles::before {
        display: none; } }

.section-methodik.loaded .methodology-particles {
  opacity: 1;
  overflow: hidden; }
  .section-methodik.loaded .methodology-particles::before {
    -webkit-transform: translate3D(0, -50%, 0) scale(1, 1);
    transform: translate3D(0, -50%, 0) scale(1, 1); }
  .section-methodik.loaded .methodology-particles #particleCanvas {
    background: #000;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 420px) {
      .section-methodik.loaded .methodology-particles #particleCanvas {
        -webkit-transform: translate(-50%, 2.5%) scale(0.5);
        transform: translate(-50%, 2.5%) scale(0.5); } }
    @media screen and (max-width: 320px) {
      .section-methodik.loaded .methodology-particles #particleCanvas {
        -webkit-transform: translate(-50%, 3%) scale(0.4);
        transform: translate(-50%, 3%) scale(0.4); } }

.section-methodik.loaded .section-header {
  height: 35vh;
  padding-bottom: 10px; }
  @media screen and (max-width: 920px) {
    .section-methodik.loaded .section-header {
      height: 15vh; } }

.section-methodik.loaded .section-content {
  background: none;
  height: 65vh; }
  @media screen and (max-width: 920px) {
    .section-methodik.loaded .section-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .section-methodik.loaded .section-content__subheadline {
    width: 40%; }
    @media screen and (max-width: 920px) {
      .section-methodik.loaded .section-content__subheadline {
        width: 90%; } }

.section-erfolgsgeschichte .section-content {
  padding-right: 0; }
  @media screen and (max-width: 920px) {
    .section-erfolgsgeschichte .section-content::after {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
      bottom: 0;
      content: '';
      height: 150px;
      left: 0;
      position: absolute;
      width: 100%; } }

.historical {
  height: 100%;
  left: 0;
  overflow: visible;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 920px) {
    .historical {
      -webkit-transform: rotate(90deg) translate(100%, 0%);
      transform: rotate(90deg) translate(100%, 0%);
      -webkit-transform-origin: top right;
      transform-origin: top right; } }
  .historical-events {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-top: 1px solid #0091da;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 25%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 920px) {
      .historical-events {
        top: 5%; } }
    .historical-events__event {
      cursor: default;
      color: rgba(255, 255, 255, 0);
      display: inline-block;
      left: 0;
      overflow: visible;
      padding-left: 8px;
      position: absolute;
      top: 0;
      -webkit-transition: color 0.5s;
      transition: color 0.5s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 50vw; }
      @media screen and (max-width: 920px) {
        .historical-events__event {
          padding-top: 6vw;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          width: 81vw; }
          .historical-events__event-inner {
            -webkit-transform: translate(-100%, 0%) rotate(-90deg);
            transform: translate(-100%, 0%) rotate(-90deg);
            -webkit-transform-origin: top right;
            transform-origin: top right; } }
      .historical-events__event--date {
        color: rgba(0, 145, 218, 0);
        font-family: 'KlavikaRegular';
        position: absolute;
        top: -50px;
        white-space: nowrap; }
        @media screen and (max-width: 920px) {
          .historical-events__event--date {
            right: 0;
            top: -19px; } }
      .historical-events__event--title {
        font-family: 'KlavikaRegular';
        letter-spacing: 0.02em;
        margin: 15px 0 12px;
        text-transform: uppercase; }
      .historical-events__event::before {
        background-color: #0091da;
        content: '';
        height: 25px;
        left: 0;
        position: absolute;
        top: -25px;
        -webkit-transform: scaleY(0.7) translate(0, 0);
        transform: scaleY(0.7) translate(0, 0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        width: 1px; }
        @media screen and (max-width: 920px) {
          .historical-events__event::before {
            -webkit-transform: scaleY(0.7) translate(0, 100%);
            transform: scaleY(0.7) translate(0, 100%); } }
      .historical-events__event--image {
        background-color: #171717;
        display: block;
        width: 25vw; }
        @media screen and (max-width: 920px) {
          .historical-events__event--image {
            display: none; } }
        .historical-events__event--image-wrapper {
          left: 0;
          opacity: 0;
          position: absolute;
          top: 0;
          -webkit-transform: translate3D(55vw, -101%, 0);
          transform: translate3D(55vw, -101%, 0);
          -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
          transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
        .historical-events__event--image-subline {
          font-size: 12px;
          margin-top: 7px;
          position: absolute; }
          @media screen and (max-width: 920px) {
            .historical-events__event--image-subline {
              display: none; } }
      .historical-events__event.active {
        color: white;
        z-index: 1; }
        .historical-events__event.active::before {
          -webkit-transform: scaleY(1) translate(0, 0);
          transform: scaleY(1) translate(0, 0); }
          @media screen and (max-width: 920px) {
            .historical-events__event.active::before {
              -webkit-transform: scaleY(1) translate(0, 100%);
              transform: scaleY(1) translate(0, 100%); } }
        .historical-events__event.active .historical-events__event--date {
          color: #0091da; }
        .historical-events__event.active .historical-events__event--image-wrapper {
          opacity: 1;
          -webkit-transform: translate3D(50vw, -101%, 0);
          transform: translate3D(50vw, -101%, 0); }
  .historical::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(23, 23, 23, 0)), to(#171717));
    background-image: linear-gradient(90deg, rgba(23, 23, 23, 0), #171717);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15vw; }
    @media screen and (max-width: 920px) {
      .historical::after {
        display: none; } }

.references {
  position: relative; }
  .references__chunks {
    opacity: 0;
    padding-left: 55px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(100px, 50px);
    transform: translate(100px, 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.75s;
    transition: opacity 0.35s, -webkit-transform 0.75s;
    transition: transform 0.75s, opacity 0.35s;
    transition: transform 0.75s, opacity 0.35s, -webkit-transform 0.75s; }
    @media screen and (max-width: 920px) {
      .references__chunks {
        padding-left: 0; } }
    .references__chunks.active {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .references-reference {
    padding: 70px 0 0 10vw;
    left: 0;
    top: 0;
    width: 100%; }
    .references-reference:first-child {
      padding: 0; }
    .references-reference--statement, .references-reference--person {
      display: block;
      max-width: 75%; }
      @media screen and (max-width: 920px) {
        .references-reference--statement, .references-reference--person {
          max-width: 100%; } }
    .references-reference--person {
      display: inline-block;
      color: #0091da;
      font-family: 'KlavikaLight';
      margin-top: 15px;
      position: relative;
      text-transform: uppercase; }
      @media screen and (max-width: 920px) {
        .references-reference--person {
          margin-top: 10px; } }
      .references-reference--person.highlighted::after {
        background-color: #0091da;
        bottom: -2px;
        content: '';
        height: 1px;
        position: absolute;
        right: 0;
        width: 100%; }

@media screen and (max-width: 920px) {
  .section-referenzen .section-header {
    height: 30vh; } }

@media screen and (max-width: 920px) {
  .section-referenzen .section-content {
    height: 60vh; } }

.subjects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 920px) {
    .subjects {
      position: relative; } }
  .subjects__subject {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px; }
    @media screen and (max-width: 920px) {
      .subjects__subject {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translate(10%, 0);
        transform: translate(10%, 0);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
        width: 85%; }
        .subjects__subject.active {
          opacity: 1;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); } }
    .subjects__subject-image {
      display: block;
      height: 28vh;
      margin-bottom: 30px;
      opacity: 0;
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
      -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
      transition: opacity 0.75s, -webkit-transform 0.75s;
      transition: transform 0.75s, opacity 0.75s;
      transition: transform 0.75s, opacity 0.75s, -webkit-transform 0.75s;
      -webkit-transition-delay: 0.35s;
      transition-delay: 0.35s;
      width: auto; }
      @media screen and (max-width: 920px) {
        .subjects__subject-image {
          height: 55vw;
          max-height: 350px; } }
    .subjects__subject-text {
      padding-top: 10px;
      position: relative; }
      .subjects__subject-text::before {
        background-color: #0091da;
        content: '';
        display: inline-block;
        height: 1px;
        left: 0;
        position: absolute;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transition: background-color 2s, -webkit-transform 0.35s;
        transition: background-color 2s, -webkit-transform 0.35s;
        transition: transform 0.35s, background-color 2s;
        transition: transform 0.35s, background-color 2s, -webkit-transform 0.35s;
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
        top: 0;
        width: 100%; }
      .subjects__subject-text::after {
        background-color: black;
        content: '';
        display: inline-block;
        height: 100vh;
        left: 0;
        position: absolute;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        top: 0;
        width: 200vw;
        z-index: -1; }
      .subjects__subject-text--author, .subjects__subject-text--description {
        display: block; }
      .subjects__subject-text--author {
        color: #0091da;
        font-family: 'KlavikaRegular';
        margin: 0 0 12px;
        text-transform: uppercase; }

.section-zum-thema .section-content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.section-zum-thema.loaded .section-header {
  background-color: black; }

.section-zum-thema.loaded .section-content {
  overflow: hidden; }
  .section-zum-thema.loaded .section-content .subjects__subject-text::after {
    background-color: black; }

.section-zum-thema.loaded .subjects__subject-image {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.section-zum-thema.loaded .subjects__subject-text::before {
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1); }

.section-kontakt .section-header {
  height: 40vh;
  pointer-events: none; }
  @media screen and (max-width: 920px) {
    .section-kontakt .section-header {
      height: 25vh; } }
  @media screen and (max-width: 420px) {
    .section-kontakt .section-header {
      height: 22vh;
      margin-top: 38px; } }
  @media screen and (max-width: 320px) {
    .section-kontakt .section-header {
      height: 18vh;
      margin-top: 33px; } }
  .section-kontakt .section-header__headline {
    font-family: 'Gotham A', 'Gotham B';
    font-style: normal;
    font-size: 14px;
    font-weight: 200;
    margin-top: 7px;
    text-transform: none;
    word-spacing: inherit;
    width: 40%; }
    @media screen and (max-width: 920px) {
      .section-kontakt .section-header__headline {
        font-size: 12px;
        width: 75%; } }
    @media screen and (max-width: 420px) {
      .section-kontakt .section-header__headline {
        width: 100%; } }
    @media screen and (max-width: 320px) {
      .section-kontakt .section-header__headline {
        font-size: 10px; } }
    .section-kontakt .section-header__headline--desktop {
      display: block; }
      @media screen and (max-width: 420px) {
        .section-kontakt .section-header__headline--desktop {
          display: none; } }
    .section-kontakt .section-header__headline--mobile {
      display: none; }
      @media screen and (max-width: 420px) {
        .section-kontakt .section-header__headline--mobile {
          display: block; } }

.section-kontakt .section-content {
  height: 60vh; }
  @media screen and (max-width: 920px) {
    .section-kontakt .section-content {
      height: 65vh; } }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 1.75em; }
  @media screen and (max-width: 920px) {
    .contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .contact-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 920px) {
      .contact-list {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
    .contact-list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .contact-list__item--type {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-transform: uppercase; }
        @media screen and (max-width: 920px) {
          .contact-list__item--type {
            font-size: 11px; } }
      .contact-list__item--lines {
        color: #0091da;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 920px) {
          .contact-list__item--lines {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2; } }
  .contact-form {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: black;
    bottom: 0;
    height: 120%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 5%;
    right: 0; }
    @media screen and (max-width: 920px) {
      .contact-form {
        -ms-flex-item-align: start;
        align-self: flex-start;
        background: none;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: auto;
        padding-top: 0;
        width: 100%; } }
    .contact-form__element {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 30px; }
      @media screen and (max-width: 920px) {
        .contact-form__element {
          margin-bottom: 10px; } }
      .contact-form__element--label, .contact-form__element--input {
        width: 100%; }
        @media screen and (max-width: 920px) {
          .contact-form__element--label, .contact-form__element--input {
            font-size: 11px; } }
      .contact-form__element--label {
        text-transform: uppercase;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .contact-form__element--input {
        background: none;
        border: none;
        border-bottom: 1px solid white;
        line-height: 1.75em;
        margin-top: 15px; }
        @media screen and (max-width: 920px) {
          .contact-form__element--input {
            line-height: 1.2em;
            margin-top: 5px; } }
      .contact-form__element--checkbox {
        font-size: 12px;
        line-height: 1.4em; }
        @media screen and (max-width: 420px) {
          .contact-form__element--checkbox {
            font-size: 10px; } }
        .contact-form__element--checkbox input[type='checkbox'] {
          margin-top: 2px; }
        .contact-form__element--checkbox label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .contact-form__element--checkbox a {
          color: #0091da; }
      .contact-form__element br {
        display: none; }
    .contact-form__button {
      -ms-flex-item-align: end;
      align-self: flex-end;
      background: none;
      border: 1px solid #0091da;
      float: right;
      font-family: 'KlavikaLight';
      margin-top: 5px;
      padding: 7px 65px 6px 10px;
      text-transform: uppercase;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (max-width: 920px) {
        .contact-form__button {
          margin-top: 0; } }
      @media screen and (max-width: 320px) {
        .contact-form__button {
          margin-top: -10px; } }
      .contact-form__button:active {
        background-color: #0091da; }
    .contact-form .wpcf7 {
      padding: 0 30px; }
      @media screen and (max-width: 920px) {
        .contact-form .wpcf7 {
          padding: 0; } }
      @media screen and (max-width: 420px) {
        .contact-form .wpcf7 {
          padding: 0; } }
      .contact-form .wpcf7 textarea {
        overflow-y: scroll;
        resize: none; }
        @media screen and (max-width: 420px) {
          .contact-form .wpcf7 textarea {
            height: 40px; } }
        @media screen and (max-width: 320px) {
          .contact-form .wpcf7 textarea {
            height: 25px; } }
      .contact-form .wpcf7-form {
        position: relative; }
        .contact-form .wpcf7-form.sent .contact-form__element {
          opacity: 0;
          pointer-events: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .contact-form .wpcf7-form.sent .contact-form__button {
          opacity: 0;
          pointer-events: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .contact-form .wpcf7-form .ajax-loader {
          background: #0091da;
          background-image: none;
          height: 1px;
          left: 0;
          margin: 0;
          position: absolute;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          top: -50px;
          -webkit-transform-origin: left;
          transform-origin: left;
          visibility: visible;
          width: 100%; }
          @media screen and (max-width: 920px) {
            .contact-form .wpcf7-form .ajax-loader {
              top: 0; } }
          .contact-form .wpcf7-form .ajax-loader.is-active {
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: sending;
            animation-name: sending; }
      .contact-form .wpcf7-list-item {
        margin: 0; }
        .contact-form .wpcf7-list-item-label {
          display: inline-block;
          padding-left: 10px; }
      .contact-form .wpcf7-mail-sent-ok {
        border: none;
        color: #0091da;
        left: 0;
        margin: 0;
        padding: 20px 50px 20px 80px;
        position: absolute;
        top: 0; }
        .contact-form .wpcf7-mail-sent-ok::before {
          background-color: #171717;
          background-image: url("/wp-content/uploads/2018/09/check.svg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: 50%;
          border-radius: 100%;
          content: '';
          height: 55px;
          left: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 55px; }
      .contact-form .wpcf7-not-valid {
        border-color: red; }
      .contact-form .wpcf7-validation-errors, .contact-form .wpcf7-not-valid-tip {
        display: none !important; }
    .contact-form textarea,
    .contact-form input.text,
    .contact-form input[type='text'],
    .contact-form input[type='button'],
    .contact-form input[type='submit'],
    .contact-form input[type='email'],
    .contact-form .input-checkbox {
      -webkit-appearance: none;
      border-radius: 0; }

@-webkit-keyframes sending {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  45% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  55% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes sending {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  45% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  55% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

.legal {
  background-color: #171717;
  color: white;
  margin: 200px 25vw; }
  @media screen and (max-width: 920px) {
    .legal {
      margin: 20vh 3vw; } }
  .legal h1 {
    font-family: 'KlavikaLight';
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    word-spacing: 0.05em; }
    @media screen and (max-width: 420px) {
      .legal h1 {
        font-size: 20px; } }
  .legal-back {
    background-color: black;
    border: 1px solid #0091da;
    border-radius: 15px;
    bottom: 20px;
    color: #0091da;
    height: 30px;
    line-height: 0.85em;
    font-size: 28px;
    left: 5vw;
    padding-top: 1px;
    position: fixed;
    text-align: center;
    width: 60px; }
    @media screen and (max-width: 920px) {
      .legal-back {
        left: 3vw; } }
    .legal-back:hover {
      background-color: #0091da;
      color: white; }
  .legal-info__entry {
    margin-top: 75px;
    padding: 0 0 0 0; }
    .legal-info__entry h2 {
      font-family: 'KlavikaLight';
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      word-spacing: 0.05em; }
      @media screen and (max-width: 420px) {
        .legal-info__entry h2 {
          font-size: 14px; } }
    .legal-info__entry ul {
      margin: 0;
      padding: 0 0 0 16px; }
      .legal-info__entry ul li {
        margin: 0 0 10px 0; }
        .legal-info__entry ul li:last-of-type {
          margin: 0; }
