@import url("../fonts/BarlowCondensed/barlow-condensed-v1-latin.css");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,800");
draft {
  background-color: yellow;
  color: black;
  font-weight: bold; }

.schnitzlerRed {
  color: #dc0046; }

.backgroundGrey {
  color: #30251c; }

html {
  overflow: hidden;
  font-size: 1em;
  line-height: 1.2em; }

strong {
  font-weight: 800; }

i, em {
  font-style: italic; }

body {
  font-family: 'Josefin Sans', sans-serif !important;
  line-height: 1.4em;
  color: white; }

.fps {
  display: inline-block;
  padding: 0.3em;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0px;
  right: 0px; }

#fps {
  color: yellow;
  font-weight: bold;
  font-family: monospace;
  font-size: 20px; }

.stateMachine {
  z-index: 1000;
  position: fixed; }

object {
  position: fixed;
  top: 0px;
  left: 0px; }

#container {
  height: 100vh;
  width: 100vw; }

#loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #30251c; }

#loadingCircle {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  margin: auto; }

#graph {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  overflow: visible; }

#network {
  background-color: #30251c;
  background-image: url("../img/schnitzlerBG_b.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.links {
  pointer-events: none; }

.node {
  fill: #30251c;
  stroke-width: 2.5;
  stroke: #FFFFFF;
  cursor: pointer; }

.extraNode {
  fill: #30251c;
  stroke-width: 2.5;
  stroke: #FFFFFF; }

.nodeText {
  text-anchor: middle;
  fill: #FFFFFF;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Non-prefixed version, currently supported by any browser but < IE9 */ }

.extraNodeText {
  text-anchor: middle;
  fill: #FFFFFF;
  display: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Non-prefixed version, currently supported by any browser but < IE9 */ }

.smallDot {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border: 2px solid black;
  background-color: white;
  pointer-events: none; }

#infoButton {
  display: block;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  height: 1.5rem;
  font-size: 1.5rem;
  right: 0.2rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #dc0046;
  cursor: pointer;
  pointer-events: initial; }

.infoButtonIcon {
  width: 1rem;
  margin-right: 0.5rem;
  fill: #dc0046; }

#helpBar {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 75px;
  right: 50px;
  width: 50%;
  max-width: 700px;
  height: 70vh;
  background-color: #dc0046;
  pointer-events: initial; }
  @media only screen and (orientation: portrait) {
    #helpBar {
      max-width: initial;
      width: 89%; } }

.helpLabel {
  display: block;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  top: 0;
  bottom: 0;
  height: 1.5rem;
  font-size: 1.5rem;
  left: 0.4rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: white;
  padding: 0;
  pointer-events: none; }

.helpText {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 3em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 3em;
  height: 100%;
  color: white;
  overflow: auto; }
  .helpText img {
    max-width: 400px;
    display: block; }
  .helpText .caption {
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-style: italic; }
  .helpText h1 {
    font-size: 1.5em;
    margin-top: 1em; }
  .helpText h2 {
    font-size: 1em;
    font-style: italic; }
  .helpText h1 + p, .helpText h2 + p {
    margin-top: 1em; }
  .helpText p + img {
    margin-top: 2em; }
  .helpText .caption + p {
    margin-top: 1em; }
  .helpText hr {
    width: 5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em; }
  .helpText p + p {
    margin-top: 1em; }
  .helpText .logo {
    width: 8em;
    margin-top: 1em; }

.helpCloseButton {
  position: absolute;
  top: 1rem;
  left: 1rem;
  pointer-events: auto;
  width: 1rem; }

#photoSphere {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.linkHotSpotMarker {
  -webkit-transform: scale(1rem);
  transform: scale(1rem); }

#infoBoxContainer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100; }

.infoBoxContent {
  line-height: 0px; }

.infoBox {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15vh;
  background-color: #dc0046;
  padding-bottom: 0; }

.infoBoxImage {
  width: 55vw; }

.infoBoxText {
  width: 50vw;
  max-height: 67vh;
  overflow: auto; }

.infoBoxVideo {
  width: 45vw; }

@media only screen and (orientation: portrait) {
  .infoBoxImage {
    width: 80vw; }
  .infoBoxText {
    width: 76vw;
    max-height: 67vh;
    overflow: auto; }
  .infoBoxVideo {
    width: 80vw; } }

.infoBoxHeader {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  height: 2.2em; }

#infoBoxHeaderText {
  line-height: 2.5em;
  margin-left: 2.8em; }

#referenceLink {
  font-size: 1rem;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  padding: 0.7em;
  padding-right: 1.2em; }

.infoBoxImage #referenceLink {
  margin-top: -2.8em; }

.infoBoxText #referenceLink {
  text-align: left;
  padding: 1.3em;
  padding-left: 1.4em; }

a {
  color: inherit; }
  a:link, a:visited, a:hover, a:active {
    color: inherit; }

.externalLink {
  -webkit-text-decoration-line: none;
  text-decoration-line: none; }

.externalLink:link {
  color: #FFFFFF; }

.externalLink:visited {
  color: #FFFFFF; }

.externalLink:hover {
  color: #FFFFFF;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }

.externalLink:active {
  color: #FFFFFF;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }

.externalLinkDot {
  margin-bottom: -0.13em;
  margin-right: 1em; }

.closeButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.65em;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  height: 1em; }

.closeButton:link {
  color: #FFFFFF; }

.closeButton:visited {
  color: #FFFFFF; }

.closeButton:hover {
  color: #AAAAAA; }

.closeButton:active {
  color: #FFFFFF; }

.infoBoxImageBackground {
  position: relative;
  display: inline-block;
  width: 66%;
  margin: 0;
  padding: 0;
  height: 60vh;
  background-color: #000000; }

#infoBoxImage {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

#infoBoxTextBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 0;
  font-size: 1rem;
  color: white;
  height: 60vh;
  width: 33%;
  display: inline-block;
  overflow: auto;
  line-height: 1.4em;
  vertical-align: top; }

#infoBoxVideoTextBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  color: white;
  display: inline-block;
  width: 100%;
  max-height: 30vh;
  overflow: auto;
  line-height: 1.4em; }

#infoBoxText {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 1rem;
  color: white;
  overflow: auto;
  line-height: 1.4em; }

#imageCounter {
  color: white;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  font-size: 1rem;
  padding: 1rem;
  margin: auto; }

.imageArrow {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  cursor: pointer; }

.imageArrowIconLeft,
.imageArrowIconRight {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 1rem; }

.imageArrowIconRight {
  left: 1rem; }

.imageArrowIconLeft {
  right: 1rem; }

#imageLeftArrow {
  right: 0; }

#imageRightArrow {
  left: 0; }

.arrow {
  font-size: 40px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  vertical-align: middle; }

.loadingCircle {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em; }

.borderTitle {
  color: #dc0046;
  padding-top: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  pointer-events: none; }

#backDot {
  width: 0.5rem;
  position: absolute;
  left: 0;
  top: 4rem;
  right: 0;
  margin: auto; }

#sphereBack {
  display: none;
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  width: 20rem;
  height: 6rem;
  margin: auto;
  pointer-events: initial;
  cursor: pointer; }

#backNetwork {
  width: 8rem;
  position: absolute;
  left: 0;
  top: 4rem;
  right: 0;
  margin: auto;
  opacity: 0; }

#sphereTitle {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4rem; }

.backButton {
  display: none;
  position: absolute;
  font-size: 1.5rem;
  left: 4rem;
  top: 1.5rem;
  pointer-events: all; }

.disable-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Non-prefixed version, currently supported by any browser but < IE9 */ }

.noselect {
  pointer-events: none; }

#decoBorder {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  height: 85%;
  pointer-events: none;
  border-width: 250px;
  border-style: solid;
  -o-border-image: url(../img/frame_9scale.png) 45% repeat;
  border-image: url(../img/frame_9scale.png) 45% fill repeat;
  padding: 0px;
  display: none; }

#fallBackDecoBorder {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  height: 85%;
  pointer-events: none;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-color: #dc0046;
  padding: 0px;
  display: none; }

.borderTable {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.outerCell {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 172px;
  height: 14px; }

.innerCell {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top; }

.outerCellImage {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 172px;
  height: 14px; }

.innerCellImage {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 14px;
  vertical-align: top; }

.rightCellImage {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.frameBottomLine {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  pointer-events: none;
  background: url(../img/frame_bottomLine.svg);
  background-size: 100% 100%;
  padding: 0px; }

.decoTextBox {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  height: 85%;
  pointer-events: none;
  padding: 0px; }

.decoInnerLine {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 0;
  border-color: #dc0046;
  border-width: 3px;
  border-bottom-style: solid;
  pointer-events: none; }

.backButton:link {
  color: #dc0046; }

.backButton:link {
  color: #dc0046; }

.backButton:visited {
  color: #dc0046; }

.backButton:active {
  color: #dc0046; }

.normalPointer {
  cursor: default; }

.linkPointer {
  cursor: pointer; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

html.landingPage {
  overflow: scroll; }
