/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                      http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
Palette
*/
body {
  background-color: #061926;
  color: #fff;
  overflow-x: hidden;
}
h1 {
  font-size: 2.5em;
  color: #0075be;
  font-family: "Texta Alt Black", LatoWebBlack, Helvetica, Arial, sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  color: #030304;
  font-family: LatoWeb, Helvetica, Arial, sans-serif;
}
header {
  background-color: #fff;
  height: 60px;
  padding: 0;
  margin: 0;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.66);
  position: fixed;
  width: 100%;
  z-index: 2;
}
header nav {
  float: right;
}
header nav ul {
  list-style: none;
  display: flex;
  padding: 0 60px 0 0;
  margin: 0;
  height: 60px;
}
header nav ul li {
  flex: 1;
  font-family: "Texta Alt Black", LatoWebBlack, Helvetica, Arial, sans-serif;
}
header nav ul li a {
  text-decoration: none;
  color: #030304;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 50px;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
}
header nav ul li a.lang {
  padding: 0 0 0 20px;
}
header nav ul li a.active {
  color: #0075be;
}
header nav ul li a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 0;
  border-right: 24px solid transparent;
  border-top: 18px solid #fff;
  border-left: 24px solid transparent;
  transform: translateX(-50%);
}
header.home {
  display: none;
}
.icon-flag-en {
  height: 20px;
  width: 30px;
  background: url(/img/icons/flag-uk.jpg) no-repeat left top;
  background-size: cover;
  display: inline-block;
}
.icon-flag-de {
  height: 20px;
  width: 30px;
  background: url(/img/icons/flag-de.jpg) no-repeat left top;
  background-size: cover;
  display: inline-block;
}
#logo {
  float: left;
  height: 22px;
  margin: 19px 60px;
}
#home > article,
article.quote {
  background: #001f33;
  background: linear-gradient(to bottom, #003556 0%, #001f33 100%);
}
blockquote {
  margin: 0;
  font-size: 2.5vmax;
  line-height: 1.1;
  position: relative;
  font-family: "Texta Alt Black", LatoWebBlack, Helvetica, Arial, sans-serif;
  transition: opacity 0.25s ease-in-out;
}
blockquote p {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  padding: 5vh;
}
blockquote p span {
  color: #66ccff;
}
blockquote a {
  text-decoration: none;
  color: #66ccff;
}
blockquote span {
  color: #fff;
}
blockquote cite {
  display: block;
  padding-top: 1.25vmax;
  color: #0075be;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.66vmax;
}
#home article > div {
  overflow: hidden;
}
.quote-1-2,
.quote-2-1 {
  display: flex;
}
.quote-1-2 blockquote,
.quote-2-1 blockquote {
  display: block;
  flex: 1;
  width: 33.3%;
}
.quote-1-2 div,
.quote-2-1 div {
  width: 66.7%;
  flex: 2;
}
.quote-1-1-1 {
  display: flex;
}
.quote-1-1-1 blockquote {
  display: block;
  flex: 1;
  width: 33.4%;
}
.quote-1-1-1 div {
  width: 33.3%;
  flex: 1;
}
#content {
  height: 100%;
  padding-top: 60px;
}
#content article > p {
  margin: 0;
  font-size: 1.33em;
  padding-bottom: 1em;
}
article {
  position: relative;
}
.full-heigth {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.full-heigth .background {
  position: absolute;
  left: 50%;
  width: auto;
  min-height: 100vh;
  min-width: 100%;
  transform: translate(-50%, 0);
  transform-origin: left center;
  opacity: 0;
  transition: opacity 0.3s, transform 12s ease-out;
}
.full-heigth .background.active {
  opacity: 1;
  transform: scale(1.1) translate(-50%, 0);
}
.full-heigth .slider-description {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-family: "Texta Alt Black", LatoWebBlack, Helvetica, Arial, sans-serif;
  text-shadow: 1px 2px 5px black;
  font-weight: 400;
  font-size: 24px;
  opacity: 0.66;
  text-align: right;
}
.full-heigth .vr-munich {
  background: transparent url(../img/home/vr-from-munich-home.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  height: 33%;
  top: 40%;
  width: 100%;
}
.full-heigth .vr-munich a {
  position: absolute;
  left: 33%;
  right: 33%;
  height: 100%;
}
.full-heigth .vr-munich .links {
  list-style: none;
  position: absolute;
  bottom: 4.4vh;
  width: 44vh;
  left: 50%;
  transform: translate(-50%, 0);
  height: 6.6vh;
  text-align: center;
  padding-left: 0;
}
.full-heigth .vr-munich .links li {
  padding-right: 30px;
  font-size: 30px;
  display: inline;
}
.full-heigth .vr-munich .links li a {
  display: inline-block;
}
.full-heigth .vr-munich .links li:nth-child(odd) {
  clear: left;
}
.full-heigth .vr-munich .links li .arrows:after {
  color: #66ccff;
  right: -30px;
  font-size: 1.6em;
  line-height: 0.7;
}
video {
  width: 100%;
  margin-bottom: 1em;
}
#video-container {
  position: relative;
}
#video-container.pause:after {
  content: "⏸";
  opacity: 0;
}
#video-container:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "▶";
  font-size: 5em;
  opacity: 0.2;
  transition: opacity 0.2s ease-in;
  pointer-events: none;
}
#video-container:hover:after {
  opacity: 0.4;
}
.background {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cta {
  position: absolute;
  left: 0;
  bottom: -34px;
  z-index: 2;
  width: 100% !important;
  overflow: visible !important;
}
@media only screen and (min-width: 1200px) {
  .cta {
    transform: scale(1.4);
  }
}
@media only screen and (min-width: 1400px) {
  .cta {
    transform: scale(1.6);
  }
}
@media only screen and (min-width: 1600px) {
  .cta {
    transform: scale(1.8);
  }
}
@media only screen and (min-width: 1800px) {
  .cta {
    transform: scale(2);
  }
}
@media only screen and (min-width: 2000px) {
  .cta {
    transform: scale(2.2);
  }
}
.cta .action {
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.66);
}
.text {
  background-color: #fff !important;
  background-image: none !important;
  padding: 60px 16.6vw;
}
.text h1 {
  text-align: center;
  margin-top: 0;
}
.text p {
  color: #030304;
  margin: 0;
  font-size: 1.33em;
  padding-bottom: 1em;
}
.text a {
  color: #0075be;
  text-decoration: none;
}
.action {
  height: 24px;
  margin: 10px;
  padding: 12px 12px 12px 12px;
  background-color: #0075be;
  color: #fff !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-family: "Texta Alt Black", LatoWebBlack, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  width: 360px;
  max-width: 90%;
  display: block;
}
@media only screen and (max-width: 480px) {
  .action > span {
    display: none;
  }
}
.action:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 14px solid #0075be;
}
.gallery-2 {
  width: 80%;
  margin: 10px auto;
  display: flex;
  padding: 1em 0;
  list-style: none;
}
.gallery-2 li {
  flex: 1;
  padding-left: 20px;
  width: 50%;
}
.gallery-2 li:first-child {
  padding-left: 0;
}
.gallery-2 li img {
  width: 100%;
}
.gallery-3 {
  width: 100%;
  margin: 10px 0;
  display: flex;
  padding: 1em 0;
  list-style: none;
}
.gallery-3 li {
  flex: 1;
  padding-left: 20px;
  width: 33.33%;
}
.gallery-3 li:first-child {
  padding-left: 0;
}
.gallery-3 li img {
  width: 100%;
}
#logo-white {
  height: 42px;
  margin: 20px 60px;
  float: left;
}
footer {
  display: flex;
}
footer > div {
  flex: 1;
}
footer nav {
  flex: 2;
  padding: 20px 60px;
}
footer nav p {
  margin-top: -2px;
  color: #b1b3b6;
}
footer nav ul {
  list-style: none;
  padding: 0;
  display: flex;
}
footer nav li {
  padding-right: 40px;
}
.arrows {
  color: #fff;
  font-family: "Texta Alt Black", LatoWebBlack, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.arrows:after {
  content: "»";
  color: #0075be;
  position: absolute;
  right: -20px;
  font-size: 28px;
  line-height: 13px;
}
.flex {
  display: flex;
  padding: 1em 0;
}
.flex > * {
  flex: 1;
}
#scroll-hint {
  position: absolute;
  width: 2vw;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
}
/*
Animation
*/
.pulse {
  animation-name: pulse_animation;
  animation-duration: 7000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  20% {
    transform: scale(0.98);
  }
  40% {
    transform: scale(1.08);
    opacity: 0.75;
  }
  50% {
    transform: scale(0.97);
    opacity: 0.5;
  }
  70% {
    transform: scale(1.05);
    opacity: 0.75;
  }
  80% {
    transform: scale(0.99);
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@media only screen and (max-width: 980px) {
  header {
    z-index: 3;
  }
  header.home {
    display: block;
  }
  header nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  header nav:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 19px;
    width: 30px;
    height: 5px;
    background: black;
    box-shadow: 0 8px 0 0 black,
          0 16px 0 0 black;
  }
  header nav.open ul {
    max-height: 400px;
  }
  header nav ul {
    display: block;
    height: auto;
    max-height: 0;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100vw;
    padding: 0;
    background: #fff;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.66);
    transition: all 0.2s ease-in;
    overflow: hidden;
  }
  header nav ul li {
    border-bottom: 1px solid #eee;
    display: block;
  }
  #home {
    padding-top: 60px;
  }
  blockquote {
    font-size: 4vw;
  }
  blockquote p {
    padding: 5vw;
  }
  blockquote cite {
    font-size: 3vw;
  }
  .full-heigth {
    height: 76vh;
  }
  .full-heigth .background {
    height: 100%;
  }
  .full-heigth .vr-munich {
    background-image: url(../img/home/vr-from-munich-mobile.png);
    height: 40%;
  }
  .full-heigth .vr-munich .links {
    display: none;
  }
  .quote-1-2 div,
  .quote-2-1 div {
    flex: 1;
    overflow: hidden;
  }
  .quote-1-2 div img,
  .quote-2-1 div img {
    width: 250%;
    margin-left: -75%;
  }
  .quote-1-2.mobile-reverse,
  .quote-2-1.mobile-reverse {
    flex-flow: row-reverse;
  }
  .quote-1-1-1 div:nth-child(3) {
    display: none;
  }
  .quote-1-1-1 div img {
    width: 130%;
    margin-left: -15%;
  }
  footer {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #content .background {
    width: 140%;
    margin-left: -20%;
  }
  #content .background.left {
    margin-left: 0;
  }
  h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  #logo {
    margin: 19px 30px;
  }
  .action {
    width: 280px;
  }
  .text {
    padding: 30px;
  }
  .text h1 {
    text-align: left;
  }
  footer #logo-white {
    margin: 30px;
  }
  footer nav {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 380px) {
  #logo {
    margin: 19px 15px;
  }
  .action {
    width: 220px;
  }
}
