@font-face {
  font-family: KarbonBold;
  src: url(fonts/Karbon-Bold.otf); }
@font-face {
  font-family: Karbon;
  src: url(fonts/Karbon-Regular.otf); }
@font-face {
  font-family: Traditio;
  src: url(fonts/traditio.ttf); }
@font-face {
  font-family: Miso;
  src: url(fonts/miso.otf); }
@font-face {
  font-family: MatchMorse;
  src: url(fonts/MatchMorse_szett.otf); }
.langEn {
  display: none; }

body #bottom {
  width: 290px;
  position: fixed;
  bottom: 0;
  height: 100px;
  border: 0px solid magenta;
  box-sizing: border-box;
  background-color: black;
  z-index: 9999; }
  body #bottom #bottomRight {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    body #bottom #bottomRight #langSelector {
      position: absolute;
      right: 45px;
      top: 0;
      height: 100%;
      display: table;
      border: 0px solid cyan;
      box-sizing: border-box; }
      body #bottom #bottomRight #langSelector .langSelector {
        position: relative;
        padding: 0;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
        padding-right: 15px;
        font-family: KarbonBold, sans-serif;
        font-size: 32px;
        color: #878787;
        text-transform: uppercase; }
        body #bottom #bottomRight #langSelector .langSelector.langSelected {
          color: white; }
  body #bottom #bottomLeft {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    body #bottom #bottomLeft #navigationPoint {
      position: absolute;
      width: 290px;
      left: 0;
      top: 0;
      height: 100%;
      display: table;
      border: 0px solid cyan;
      box-sizing: border-box;
      border-right: 1px solid #333333; }
      body #bottom #bottomLeft #navigationPoint .navigationPoint {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        border: 0px solid magenta;
        box-sizing: border-box;
        font-family: KarbonBold, sans-serif;
        font-size: 20px;
        color: white;
        text-transform: uppercase; }
      body #bottom #bottomLeft #navigationPoint #navigationPointPlan {
        display: none; }
      body #bottom #bottomLeft #navigationPoint #navigationPointReset {
        font-size: 35px; }
body #darkenLayer {
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }
body #backgroundPlane {
  background-color: rgba(77, 178, 196, 0.85);
  z-index: 500;
  background-image: url(../img/backgrounds/eye.jpg); }
body #frontpagePlane {
  z-index: 1000; }
  body #frontpagePlane video {
    width: 1920px;
    height: 1080px; }
  body #frontpagePlane #frontpageTitle {
    position: absolute;
    top: 220px;
    width: 100%;
    border: 0px solid magenta;
    box-sizing: border-box; }
    body #frontpagePlane #frontpageTitle div.makeAbs {
      position: absolute;
      top: 0;
      width: 100%; }
      body #frontpagePlane #frontpageTitle div.makeAbs div {
        position: relative;
        margin-left: auto;
        margin-right: auto; }
      body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImageRingOuter {
        top: 0;
        width: 464px;
        height: 464px;
        background-image: url(../img/ASIS_ico_test_out.png); }
        body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImageRingOuter.rotate {
          -webkit-animation: rotating 80s linear infinite;
          -moz-animation: rotating 80s linear infinite;
          -ms-animation: rotating 80s linear infinite;
          -o-animation: rotating 80s linear infinite;
          animation: rotating 80s linear infinite; }
      body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImageRingInner {
        top: 60px;
        width: 346px;
        height: 346px;
        background-image: url(../img/ASIS_ico_test.png); }
        body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImageRingInner.rotate {
          -webkit-animation: antiRotating 80s linear infinite;
          -moz-animation: antiRotating 80s linear infinite;
          -ms-animation: antiRotating 80s linear infinite;
          -o-animation: antiRotating 80s linear infinite;
          animation: antiRotating 80s linear infinite; }
      body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImageTriangle {
        top: 97px;
        width: 270px;
        height: 270px;
        background-image: url(../img/ASIS_ico_doc_strahlen.png); }
      body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImagePyramidOuter {
        position: absolute;
        left: 960px;
        top: 126px; }
        body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImagePyramidOuter #frontpageTitleImagePyramidInner {
          position: absolute;
          left: -90px;
          top: 0;
          width: 180px;
          height: 180px;
          background-image: url(../img/ASIS_ico_doc_solo.svg);
          background-size: 100%;
          background-repeat: no-repeat; }
          body #frontpagePlane #frontpageTitle div.makeAbs #frontpageTitleImagePyramidOuter #frontpageTitleImagePyramidInner.goBig {
            zoom: 4;
            /* Old IE only */
            -moz-transform: scale(4);
            -webkit-transform: scale(4);
            transform: scale(4); }
  body #frontpagePlane #frontpageTitleStart {
    position: absolute;
    right: 80px;
    bottom: 160px;
    width: 284px;
    height: 100px;
    background-color: #32F05A;
    box-sizing: border-box;
    font-family: KarbonBold, sans-serif;
    font-size: 45px;
    color: white;
    text-align: center;
    padding-top: 22px; }
    body #frontpagePlane #frontpageTitleStart.inverted {
      background-color: white;
      color: #32F05A; }
    body #frontpagePlane #frontpageTitleStart:active {
      background-color: #98f7ac; }
body #pyramidPlane {
  z-index: 800; }
  body #pyramidPlane #pyramidPos {
    position: absolute;
    top: 220px;
    width: 100%; }
    body #pyramidPlane #pyramidPos div.makeAbs {
      position: absolute;
      top: 0;
      width: 100%; }
      body #pyramidPlane #pyramidPos div.makeAbs #frontpageTitleImagePyramidOuter {
        position: absolute;
        left: 960px;
        top: 126px; }
        body #pyramidPlane #pyramidPos div.makeAbs #frontpageTitleImagePyramidOuter #frontpageTitleImagePyramidInner {
          position: absolute;
          left: -90px;
          top: 0;
          width: 180px;
          height: 180px;
          background-image: url(../img/ASIS_ico_doc_solo.svg);
          background-size: 100%;
          background-repeat: no-repeat; }
          body #pyramidPlane #pyramidPos div.makeAbs #frontpageTitleImagePyramidOuter #frontpageTitleImagePyramidInner.goBig {
            zoom: 4;
            /* Old IE only */
            -moz-transform: scale(4);
            -webkit-transform: scale(4);
            transform: scale(4); }
body #debugText {
  position: absolute;
  height: auto;
  width: 400px;
  z-index: 12000;
  top: 0;
  right: 0;
  background-color: white; }
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes antiRotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes antiRotating {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
.noElementSelecting {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

/*# sourceMappingURL=dsm-extensions.css.map */
