html,
body {
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

body {
  background-color: black;
  font-family: "ia_writer_mono_sregular", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

@font-face {
  font-family: "ia_writer_mono_sitalic";
  src: url("../font/iawritermonos-italic-webfont.woff2") format("woff2"), url("../font/iawritermonos-italic-webfont.woff") format("woff"), url("../font/iAWriterMonoS-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ia_writer_mono_sregular";
  src: url("../font/iawritermonos-regular-webfont.woff2") format("woff2"), url("../font/iawritermonos-regular-webfont.woff") format("woff"), url("../font/iAWriterMonoS-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ia_a728_text";
  src: url("../font/iA728Text-Regular.woff") format("woff"), url("../font/iA728Text-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Scale canvas with resize attribute to full size */
canvas[resize] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
canvas[resize]#canvas {
  z-index: 10;
}

#container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#container #main-back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/B1/back.jpg");
  background-size: cover;
  /* visibility: hidden ; */
}

#settings {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 100;
  position: absolute;
  width: 300px;
  height: 100vh;
  top: 0px;
  right: 0px;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
}
#settings #set-params {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
#settings #set-params::-webkit-scrollbar {
  width: 10px;
}
#settings #set-params::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
#settings #set-params::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}
#settings .set-param, #settings .save-settings {
  padding: 2px 8px;
  border-bottom: 1px solid rgba(167, 167, 167, 0.808);
  display: flex;
  height: 40px;
  min-height: 40px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
#settings .set-param label, #settings .save-settings label {
  font-size: 10px;
  color: white;
  width: 100%;
  margin-bottom: -10px;
}
#settings .set-param input[type=text], #settings .save-settings input[type=text] {
  width: 15%;
  text-align: right;
  font-size: 14px;
  color: white;
  background-color: rgba(91, 91, 91, 0.3);
  border: none;
  padding: 4px;
}
#settings .set-param input[type=range], #settings .save-settings input[type=range] {
  width: 75%;
  overflow: hidden;
  background: rgba(133, 133, 133, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#settings .set-param input[type=range]::-webkit-slider-thumb, #settings .save-settings input[type=range]::-webkit-slider-thumb {
  background: rgba(133, 133, 133, 0.6);
  -webkit-appearance: none;
  width: 10px;
  -webkit-appearance: none;
  height: 10px;
  cursor: ew-resize;
  background: rgba(255, 255, 255, 0.8);
}
#settings .set-param > div, #settings .save-settings > div {
  width: 75%;
  height: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}
#settings .set-param > div.display, #settings .save-settings > div.display {
  vertical-align: middle;
  padding-top: 12px;
}
#settings .set-param button, #settings .save-settings button {
  width: calc(15% + 8px);
  margin-left: 4px;
  height: 20px;
  background: rgba(133, 133, 133, 0.6);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}
#settings .save-settings {
  margin-bottom: 15px;
  border-top: 1px solid rgba(167, 167, 167, 0.808);
  border-bottom: none;
}

#dbg-info {
  position: absolute;
  top: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  z-index: 130;
  background-color: rgba(255, 255, 255, 0.5);
}

:root {
  --ac-red: 255, 0, 0;
  --app-height: 100vh;
}

.fnt-title {
  font-family: "ia_a728_text", sans-serif;
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
  line-height: normal;
}

.fnt-subtitle {
  font-family: "ia_writer_mono_sitalic", sans-serif;
  font-size: 1.33rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
  margin-bottom: 10px;
}

.fnt-vorspann {
  font-family: "ia_writer_mono_sregular", sans-serif;
  font-size: 1.11rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
  margin-top: 40px;
}
.fnt-vorspann a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

a {
  font-family: "ia_writer_mono_sitalic", sans-serif;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

#overlay {
  position: absolute;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  transition: opacity 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 120;
}
#overlay.hide {
  transition: opacity 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
}
#overlay #overlay-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
#overlay #overlay-wrap #ovly-text {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px 50px;
}
#overlay #more-info {
  margin-top: 40px;
  max-width: 800px;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 1s;
}
#overlay #more-info.show {
  max-height: 600px;
  transition: max-height 2s;
}
#overlay #more-info p {
  margin-bottom: 0.8rem;
}
#overlay #more-info a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
#overlay #close-but {
  position: absolute;
  top: 6px;
  right: 6px;
}
#overlay #close-but.hide {
  opacity: 0;
}
#overlay #close-but img {
  opacity: 0.6;
}
#overlay #less-but {
  margin-top: 40px;
  margin-bottom: 40px;
}
#overlay #enter-but {
  margin-top: 10px;
  transition: opacity 1s 1s;
}
#overlay #enter-but.hide {
  opacity: 0;
}
#overlay #enter-but.remove {
  opacity: 0;
}
#overlay #enter-but a {
  font-family: "ia_a728_text", sans-serif;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#overlay #more-but {
  margin-top: 20px;
  transition: opacity 1s 1s;
}
#overlay #more-but .hide {
  opacity: 0;
  transition: opacity 1s;
}
#overlay #social-buts {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
#overlay #social-buts img {
  width: 1.4rem;
  margin: 0.2rem;
}

#info-but {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 121;
}
#info-but.hide {
  display: none;
}
#info-but img {
  opacity: 0.6;
}/*# sourceMappingURL=main.css.map */