@charset "UTF-8";

/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * @license
 * MyFonts Webfont Build ID 3774486, 2019-06-17T06:48:57-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: DoctorBob by JOEBOB graphics
 * URL: https://www.myfonts.com/fonts/joebob/doctor-bob/regular/
 * Copyright: &#x00A9; 2001 J O E B O B graphics  -  www.joebob.nl
 * Licensed pageviews: Unlimited
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3774486
 *
 * © 2019 MyFonts Inc
*/

@font-face {
  font-family: "DoctorBob";
  src: url("399816_0_0_GQZdb5.eot");
  src: url("399816_0_0.eot?") format("embedded-opentype"), url("399816_0_0.woff2") format("woff2"), url("399816_0_0.woff") format("woff"), url("399816_0_0.ttf") format("truetype");
}

br {
  font-size: 0rem;
  line-height: 0;
}

body {
  font-family: "DoctorBob", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  font-size: 2.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  letter-spacing: 0.0175em;
  line-height: 1em;
  color: #fff;
}

h1,
.h1 {
  font-size: 3.5rem;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }
}

h2,
.h2 {
  font-size: 3.5rem;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

h2 > span + span,
.h2 > span + span {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 6rem;
  }

  h2 > span + span,
  .h2 > span + span {
    font-size: 4.5rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
  margin: 4.5px 0;
}

h4,
.h4 {
  font-size: 2rem;
  margin: 4.5px 0;
}

h5,
.h5 {
  font-size: 1.9rem;
  margin: 4.5px 0;
}

h6,
.h6 {
  font-size: 1.8rem;
  margin: 4.5px 0;
}

p,
a,
li,
aside {
  margin-bottom: 1.5em;
  letter-spacing: 0.03em;
  line-height: 1.63em;
  color: #fff;
}

p {
  max-width: 680px;
}

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

strong {
  font-weight: 800;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

img,
video {
  display: block;
  width: 100%;
}

.invertTextColor * {
  color: white;
}

.invertTextColor *:before,
.invertTextColor *:after {
  border-color: white;
  color: white;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
}

@supports (-ms-ime-align: auto) {
  /* IE Edge 16+ CSS */
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  10.7143% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  85.7143% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  10.7143% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  85.7143% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

body.active {
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

body.active > header img.logo {
  display: none;
}

section.home div.textWrapper {
  position: absolute;
  left: 30px;
  top: 300px;
  right: 30px;
  bottom: auto;
  z-index: 10;
  color: #fff;
  min-height: 60%;
  overflow-y: auto;
  padding-bottom: 20px;
}

section.home div.textWrapper > a {
  text-decoration: underline;
  font-family: pelago, sans-serif;
  font-weight: 300;
  font-style: normal;
}

section.home div.textWrapper > a:hover {
  text-decoration: none;
}

section.home div.textWrapper > a:not(.imprintLink) {
  font-size: 3rem;
}

section.home div.textWrapper p {
  text-transform: uppercase;
}

section.home div.textWrapper p:not(.claim) {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.75em;
}

section.home div.textWrapper p.claim {
  font-size: 4rem;
  line-height: 1;
}

section.home div.textWrapper p.claim > span:not(:last-child):after {
  content: ".";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  section.home div.textWrapper {
    left: 45px;
    right: 45px;
  }

  section.home div.textWrapper p:not(.claim) {
    font-size: 4.5rem;
  }

  section.home div.textWrapper p.claim {
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 992px) {
  section.home div.textWrapper p.claim {
    position: absolute;
    right: 50px;
    top: 229px;
    font-size: 8.5rem;
  }

  section.home div.textWrapper p.claim > span:not(:last-child):after {
    margin-left: 20px;
    margin-right: 20px;
  }
}

section.footer {
  position: relative;
  left: 30px;
  top: auto;
  bottom: 0;
  right: 30px;
  z-index: 10;
}

section.footer div.imprint {
  font-family: pelago, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: none;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.5s ease;
  transition: transform 0.25s ease, opacity 0.5s ease, -webkit-transform 0.25s ease;
  z-index: -1;
  overflow-y: auto;
  padding: 50px 10% 60px 10%;
  font-size: 1.8rem;
  -webkit-transform: translateY(100vh);
  -khtml-transform: translateY(100vh);
  transform: translateY(100vh);
}

section.footer div.imprint > h1,
section.footer div.imprint h2,
section.footer div.imprint h3,
section.footer div.imprint h4,
section.footer div.imprint p,
section.footer div.imprint a {
  color: #bc2b87;
}

section.footer div.imprint > h2 {
  font-size: 3rem;
}

section.footer div.imprint > h3 {
  font-size: 2.6rem;
}

section.footer div.imprint > h4 {
  font-size: 2rem;
}

section.footer div.imprint > p:last-of-type {
  margin-bottom: 100px;
}

section.footer div.imprint a.closeIcon {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
}

section.footer div.imprint.active {
  opacity: 1;
  z-index: 90;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  section.footer div.imprint {
    padding: 50px 20% 50px 20%;
  }
}

div.backgroundAnimation {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

div.backgroundAnimation img {
  -webkit-animation-name: fadeInOut;
  animation-name: fadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100vh;
  width: auto;
}

div.backgroundAnimation img:nth-of-type(1) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}

div.backgroundAnimation img:nth-of-type(2) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

div.backgroundAnimation img:nth-of-type(3) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

div.backgroundAnimation img:nth-of-type(4) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@media (min-aspect-ratio: 10/6) {
  div.backgroundAnimation img {
    height: auto;
    width: 100vw;
  }
}

header {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 20;
  width: calc(100% - 80px);
}

header img.logo {
  width: 209px;
  height: 218px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  header {
    width: auto;
    margin: 0;
  }

  header img.logo {
    margin: 0;
  }
}

