@font-face {
  font-family: 'lernetz-symbols';
  src: url('fonts/ln-website.woff');
  font-size: 26px;
  color: #FAFAFA;
}
@font-face {
  font-family: 'akkurat-bold';
  src: url('fonts/lineto-akkurat-bold.woff');
  font-size: 26px;
  color: #FAFAFA;
}
body {
  margin: 0;
  background: #006EEC;
}
body #page {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}
body #page .close-container {
  position: fixed;
  z-index: 200;
  width: 100vw;
  margin: 0 auto;
  cursor: pointer;
  font-family: 'lernetz-symbols';
  color: #FAFAFA;
}
body #page .close-container .limiter {
  position: relative;
  margin: 0 auto;
}
body #page .close-container .limiter .close {
  font-weight: 100;
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 25px;
}
body #page .close-container .limiter .close:hover {
  color: white;
}
body #page .close-container .limiter .close:after {
  content: 'u';
}
body #page > section {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
body #page > section iframe {
  width: 100vw;
  margin: 0 auto;
  height: 100vh;
  border: none;
}
body #page > section > .next {
  position: absolute;
  font-size: 200%;
  font-family: 'lernetz-symbols';
  bottom: 20px;
  left: 50%;
  margin-left: -36px;
  transition: all 0.5s;
  cursor: pointer;
}
body #page > section > .next:hover {
  color: #011A33;
}
body #page > section .next:after {
  content: 'r';
}
body #page #raumschiff {
  background: #011A33;
}
body #page #raumschiff h1.title {
  font-family: 'akkurat-bold';
  color: white;
  position: absolute;
  top: 0px;
  left: 30px;
  font-size: 36px;
}
body #page #raumschiff .next {
  color: #FAFAFA;
}
body #page #werte-numbers {
  background: #FF6248;
}
body #page #werte-numbers .next {
  color: #FAFAFA;
}
body #page #werte-a {
  background: #FAC100;
}
body #page #werte-a .next {
  color: #FAFAFA;
}
body #page #werte-b {
  background: #FAFAFA;
}
body #page #werte-b .next {
  color: #FF6248;
}
body #page #werte-c {
  background: #D9D9DA;
}
body #page #werte-c .next {
  color: #FAFAFA;
}
body #page #werte-d {
  background: #00AECB;
}
body #page #werte-d .next {
  color: #FAFAFA;
}
body #page #werte-e {
  background: #3F3F40;
}
body #page #werte-e .next {
  color: #FAFAFA;
}
body #page #werte-f {
  background: #006EEC;
}
body #page #werte-numbers .next:hover,
body #page #werte-a .next:hover,
body #page #werte-b .next:hover,
body #page #werte-c .next:hover,
body #page #werte-d .next:hover,
body #page #werte-f .next:hover,
body #page #raumschiff .next:hover,
body #page #werte-e .next:hover {
  bottom: 15px;
}
