@font-face {
  font-family: "CentSchbookMono";
  src: url("fonts/CenturySchoolbookBT-Monospace.woff2") format("woff2"), url("fonts/CenturySchoolbookBT-Monospace.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  overflow: scroll;
  font-family: "CentSchbookMono";
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome, Opera and Firefox */
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, p, a {
  color: white;
  font-size: calc(0.3vw + 0.3vh + 1vmin);
  line-height: calc(0.4vw + 0.4vh + 1vmin);
  font-weight: normal;
}

a, #imprintlink, #toplink {
  text-decoration: none;
  padding-bottom: 0.1vw;
  border-bottom: 0.1vw solid white;
  cursor: pointer;
}

h1 {
  margin-bottom: calc(1.2vw + 1.2vh + 1vmin);
  margin-top: calc(2.5vw + 2.5vh + 1vmin);
}

h1:first-child {
  margin-top: calc(0.5vw + 0.5vh + 1vmin);
}

h2 {
  margin-top: calc(1.2vw + 1.2vh + 1vmin);
}

canvas {
  position: absolute;
  display: block;
  width: 100vw;
  z-index: 2;
  max-height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
  opacity: 0.8;
}

main {
  display: flex;
  flex-direction: column;
}

#info {
  width: 50vw;
  pointer-events: none;
  z-index: 1;
}

#contactlink {
  position: relative;
  z-index: 10;
}

#imprintlink {
  top: auto;
  bottom: calc(0.5vw + 0.5vh + 1vmin);
  z-index: 10;
  position: absolute;
}

#imprint {
  position: absolute;
  z-index: 4;
  width: 48vw;
  top: 100vh;
}

#toplink {
  display: inline;
}

#info, #imprint, #imprintlink, #contactlink {
  margin-top: calc(0.4vw + 0.4vh + 1vmin);
  margin-left: calc(0.5vw + 0.5vh + 1vmin);
}

.hide {
  display: none;
}

@media only screen and (max-width: 600px) {
  h1, h2, p, a {
    color: white;
    font-size: calc(1vw + 1vh + 1vmin);
    line-height: calc(1.2vw + 1.2vh + 1vmin);
    font-weight: normal;
  }

  main {
    width: 100vw;
  }

  #info, #imprint {
    width: 95vw;
  }

  #info, #imprint, #imprintlink, #contactlink {
    margin-top: calc(0.8vw + 0.8vh + 1vmin);
    margin-left: calc(1vw + 1vh + 1vmin);
  }
}
@media only screen and (orientation: portrait) {
  canvas {
    transform: rotate(90deg);
    transform-origin: top left;
    bottom: auto;
    left: 100%;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: auto;
  }
}

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