.fw300, .about-wrapper p, .about-wrapper ul, .about-wrapper li {
  font-family: "sigmund-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fw400 {
  font-family: "sigmund-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fw500, .about-wrapper h1, .about-wrapper h2, .about-wrapper h3, .about-wrapper h4, .about-wrapper h5, .about-wrapper h6 {
  font-family: "sigmund-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fw600 {
  font-family: "sigmund-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fw700 {
  font-family: "sigmund-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fw800 {
  font-family: "sigmund-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fs12 {
  font-size: 12px;
  line-height: 1.55em;
}

.fs18 {
  font-size: 18px;
  line-height: 1.55em;
}

.fs15 {
  font-size: 15px;
  line-height: 1.55em;
}

.fs22, .about-wrapper p, .about-wrapper ul, .about-wrapper li {
  font-size: 22px;
  line-height: 1.55em;
}

p {
  line-height: 1.55em;
}

body .accentColor {
  background-color: #535a6b;
}

body .video-wrapper .lds-ring {
  border-color: #535a6b transparent transparent transparent;
}

body.accentOorlog .accentColor {
  background-color: #535a6b;
}

body.accentOorlog .video-wrapper .lds-ring div {
  border-color: #535a6b transparent transparent transparent;
}

body.accentHandel .accentColor {
  background-color: #8f7550;
}

body.accentHandel .video-wrapper .lds-ring div {
  border-color: #8f7550 transparent transparent transparent;
}

body.accentRampen .accentColor {
  background-color: #5b6250;
}

body.accentRampen .video-wrapper .lds-ring div {
  border-color: #5b6250 transparent transparent transparent;
}

body.accentKunst .accentColor {
  background-color: #48443a;
}

body.accentKunst .video-wrapper .lds-ring div {
  border-color: #48443a transparent transparent transparent;
}

body.accentOngelijkheid .accentColor {
  background-color: #7e7161;
}

body.accentOngelijkheid .video-wrapper .lds-ring div {
  border-color: #7e7161 transparent transparent transparent;
}

* {
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

.ui {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ui-bottomWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.ui-bottomWrapper.active {
  opacity: 1;
}

.ui-leftTop {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  gap: 0 15px;
  opacity: 1;
  transition: 400ms ease-in-out opacity;
  pointer-events: none;
  z-index: 5;
}
.ui-leftTop.hidden {
  opacity: 0;
}
.ui-leftTop .ui-button {
  pointer-events: auto;
  background-color: #0c0c0c;
  cursor: pointer;
}

.ui-menu .ui-buttonImage {
  background-image: url("../assets/icons/menu.svg");
}

.ui-sound .ui-buttonImage.hidden {
  display: none;
}

.ui-sound .ui-buttonImage.sound-on {
  background-image: url("../assets/icons/soundOn.svg");
}

.ui-sound .ui-buttonImage.sound-off {
  background-image: url("../assets/icons/soundOff.svg");
}

.ui-bottom {
  display: inline-block;
  margin-bottom: 20px;
  opacity: 1;
  transition: opacity 600ms ease-in-out;
  flex-direction: column;
}
.ui-bottom .ui-button-wrapper {
  display: flex;
  gap: 0px 20px;
  justify-content: center;
  align-items: center;
  background-color: #0c0c0c;
  border-radius: 200px;
  display: flex;
  padding: 25px;
}
.ui-bottom.locked .ui-openView, .ui-bottom.locked .ui-openLenses, .ui-bottom.locked .ui-start-button {
  opacity: 0.4;
  pointer-events: none;
}
.ui-bottom.locked .ui-openView.raiseTut, .ui-bottom.locked .ui-openLenses.raiseTut, .ui-bottom.locked .ui-start-button.raiseTut {
  opacity: 1;
}
.ui-bottom.locked .ui-title {
  pointer-events: none;
}
.ui-bottom.locked .ui-title .ui-title-wrapper {
  opacity: 0.4;
}
.ui-bottom.locked .ui-title.raiseTut .ui-title-wrapper {
  opacity: 1;
}
.ui-bottom.lockedTransition .ui-openView, .ui-bottom.lockedTransition .ui-openLenses, .ui-bottom.lockedTransition .ui-start-button {
  transition: opacity 600ms ease-in-out, background-color 500ms ease-in-out;
}
.ui-bottom.hidden {
  opacity: 0;
}
.ui-bottom.hidden .ui-openView, .ui-bottom.hidden .ui-openLenses, .ui-bottom.hidden .ui-start-button, .ui-bottom.hidden .ui-title {
  pointer-events: none;
}

.ui-title {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #0c0c0c;
  border-top: 1px solid rgb(87, 87, 87);
  cursor: pointer;
  pointer-events: auto;
}

.ui-title-wrapper {
  display: flex;
  align-items: center;
  color: white;
  padding: 20px;
  transition: opacity 600ms ease-in-out;
}
.ui-title-wrapper .ui-responsive-title {
  margin: 0 13px;
}
.ui-title-wrapper .visitedPositioner {
  display: flex;
  align-items: center;
  display: block;
  overflow: hidden;
  height: 23px;
  width: 0px;
  position: relative;
  opacity: 0;
  transition: width 200ms ease-in, opacity 400ms ease-in;
}
.ui-title-wrapper .visitedPositioner.appear {
  width: 23px;
  opacity: 1;
}
.ui-title-wrapper .visitedPositioner.true {
  transition: none;
  width: 23px;
  opacity: 1;
}
.ui-title-wrapper .visitedPositioner .visited {
  position: absolute;
}

.ui-button {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: relative;
}
.ui-button.small {
  width: 60px;
  height: 60px;
}

.close-button {
  position: fixed;
  right: 30px;
  top: 30px;
  background-color: #0c0c0c;
  background-image: url("../assets/icons/arrow.svg");
  cursor: pointer;
}

.ui-buttonImage {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ui-openLenses.disabled, .ui-start-button.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.ui-openView, .ui-openLenses, .ui-start-button {
  cursor: pointer;
  pointer-events: auto;
  z-index: 4;
  transition: opacity 100ms ease-in-out, background-color 500ms ease-in-out;
}
.ui-openView:hover, .ui-openLenses:hover, .ui-start-button:hover {
  opacity: 0.8;
}

.ui-openView .ui-buttonImage {
  background-image: url("../assets/icons/magnifyingGlass.svg");
}

.ui-start-button {
  display: none;
}
.ui-start-button .ui-buttonImage {
  background-image: url("../assets/icons/play.svg");
}

.ui-lenses {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 3rem;
  box-sizing: border-box;
  align-items: self-end;
  justify-content: center;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-in;
  transform: scale(1) translateZ(0);
  backface-visibility: hidden;
  z-index: 3;
}
.ui-lenses.active {
  pointer-events: auto;
  opacity: 1;
}
.ui-lenses.active .ui-lensesWrapper {
  transform: scale(1) translateZ(0);
}

.ui-lensesWrapper {
  display: flex;
  gap: 0 40px;
  border-radius: 100px;
  padding: 1rem;
  transform: scale(0.8) translateZ(0);
  backface-visibility: hidden;
  transition: transform 300ms ease-in-out;
}

.ui-lensNames {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-lensName {
  color: white;
  font-size: 64px;
  opacity: 0;
  position: absolute;
  transition: opacity 200ms ease-in-out;
}
.ui-lensName.active {
  opacity: 1;
}

.ui-lens {
  margin-top: -12rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: transform 100ms ease-in;
  backface-visibility: hidden;
}
.ui-lens:first-of-type {
  margin-top: -6rem;
  margin-right: -2.5rem;
  background-color: #8f7550;
}
.ui-lens:nth-child(2) {
  margin-top: -10.5rem;
  margin-right: -1rem;
  background-color: #535a6b;
}
.ui-lens:nth-child(3) {
  background-color: #5b6250;
}
.ui-lens:nth-child(4) {
  margin-top: -10.5rem;
  margin-left: -1rem;
  background-color: #48443a;
}
.ui-lens:nth-child(5) {
  margin-top: -6rem;
  margin-left: -2.5rem;
  background-color: #7e7161;
}
.ui-lens.active {
  color: white;
}
.ui-lens.unavailable {
  pointer-events: none;
}
.ui-lens.unavailable:first-of-type {
  background-color: #4c4131;
}
.ui-lens.unavailable:nth-child(2) {
  background-color: #2c343b;
}
.ui-lens.unavailable:nth-child(3) {
  background-color: #31352b;
}
.ui-lens.unavailable:nth-child(4) {
  background-color: #26241e;
}
.ui-lens.unavailable:nth-child(5) {
  background-color: #463e34;
}
.ui-lens.unavailable .ui-buttonImage, .ui-lens.unavailable .ui-resp-lensName {
  opacity: 0.3;
}
.ui-lens:not(.unavailable):hover {
  transform: scale(1.1) translateZ(0);
}
.ui-lens .ui-resp-lensName {
  margin-top: -2px;
  display: none;
  pointer-events: none;
}

.visited {
  width: 23px;
  height: 23px;
  background-color: white;
  border-radius: 100px;
  background-image: url("../assets/icons/visited.svg");
  box-shadow: 6px 6px 23px -11px rgba(0, 0, 0, 0.32);
}

.museumWindow {
  background-position-x: 30%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.museumWindow .museumWindow-wrapper-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 150px 30px 150px;
  max-height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.museumWindow .museumWindow-wrapper-wrapper::-webkit-scrollbar {
  width: 10px;
}
.museumWindow .museumWindow-wrapper-wrapper::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}
.museumWindow .museumWindow-wrapper-wrapper::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.museumWindow .museumWindow-wrapper-wrapper::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}
.museumWindow .museumWindow-wrapper {
  max-width: 750px;
  padding: 0;
  margin: 0 auto;
}
.museumWindow h3 {
  font-size: 3.4rem;
  line-height: 1.2em;
  margin-bottom: 2rem;
}
.museumWindow p {
  margin-top: 1rem;
}
.museumWindow a {
  margin-top: 3rem;
  display: inline-block;
  background-image: url("../assets/icons/link.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}

.ui-museumIcon {
  position: absolute;
  cursor: pointer;
  top: 34%;
  left: 85%;
  opacity: 0;
  transition: opacity 1000ms ease-in-out, transform 200ms ease-in-out;
  z-index: 1;
}
.ui-museumIcon.active {
  opacity: 0.4;
  pointer-events: auto;
}
.ui-museumIcon.active:hover {
  opacity: 0.7;
}
.ui-museumIcon.active.transitionSpeed {
  transition: opacity 200ms ease-in-out;
}
.ui-museumIcon.right {
  left: 10%;
}
.ui-museumIcon .ui-buttonImage {
  background-position-y: 40%;
  background-image: url("../assets/icons/house.svg");
  opacity: 0.5;
}
.ui-museumIcon .ui-museumIconFilling {
  filter: blur(1px);
}
.ui-museumIcon svg {
  position: absolute;
  opacity: 0.5;
}
.ui-museumIcon path {
  fill: transparent;
}
.ui-museumIcon text {
  fill: white;
  font-family: "sigmund-pro", sans-serif;
}
.ui-museumIcon text textPath {
  font-size: 90px;
}

.ui-description {
  position: absolute;
  width: 50%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
}
.ui-description.right {
  right: 0;
  justify-content: end;
}
.ui-description.right .start-button {
  margin-left: -2rem;
}
.ui-description.left {
  left: 0;
  justify-content: start;
}
.ui-description.left .start-button {
  margin-left: auto;
}
.ui-description .ui-description-wrapper {
  margin-bottom: -18%;
  padding: 3rem 6rem;
}
.ui-description .title {
  max-width: 34rem;
  transition: opacity 1000ms ease-in-out;
  opacity: 0;
  padding-bottom: 35px;
}
.ui-description .title h1 {
  margin-right: 0.2em;
}
.ui-description .title.active {
  opacity: 1;
}
.ui-description h1 {
  font-size: 3.4rem;
  line-height: 1em;
  text-shadow: -1px 0px 9px rgba(0, 0, 0, 0.23);
  display: inline;
}
.ui-description .end-title-wrapper {
  display: inline-block;
}
.ui-description .visitedPositioner {
  display: flex;
  align-items: center;
}
.ui-description .visited {
  transform: scale(0);
  margin-left: 15px;
  margin-top: 3.5%;
  transition: transform 400ms cubic-bezier(0.285, 0.165, 0, 1.575);
}
.ui-description .visited.appear {
  transform: scale(1);
}
.ui-description .visited.true {
  transition: none;
  transform: scale(1);
}
.ui-description p {
  padding-left: 4rem;
  max-width: 20em;
  text-shadow: -1px 0px 9px rgba(0, 0, 0, 0.43);
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
}
.ui-description p.active {
  opacity: 1;
}
.ui-description .start-button {
  opacity: 0;
  z-index: 2;
  position: relative;
  pointer-events: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  line-height: 1.2em;
  margin-top: 2rem;
  margin-right: 3rem;
  box-shadow: 6px 6px 23px -11px rgba(0, 0, 0, 0.32);
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 1000ms ease-in-out, transform 200ms ease-in-out;
}
.ui-description .start-button:hover {
  transform: scale(1.07) translateZ(0);
}
.ui-description .start-button.active {
  opacity: 1;
  pointer-events: auto;
}
.ui-description .start-button div {
  width: 5rem;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.ui-indicators {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

.ui-indicator-wrapper {
  position: absolute;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  opacity: 0;
  transform: scale(0.15) translateZ(0);
  backface-visibility: hidden;
  transition: opacity 800ms ease-in-out, transform 800ms cubic-bezier(0.81, -1, 0.315, 2);
}
.ui-indicator-wrapper.active {
  opacity: 1;
  transform: scale(1) translateZ(0);
}

.ui-indicator-arrow {
  width: 220px;
  height: 220px;
  margin-left: -50px;
  margin-bottom: -50px;
  position: absolute;
  bottom: 0px;
  background-size: 28%;
  background-repeat: no-repeat;
  background-position: center 101%;
  transition: background-position 200ms ease-in-out;
}

.ui-indicator-wrapper .visited {
  position: absolute;
  z-index: 2;
  left: -10px;
  top: -10px;
  transition: 200ms ease-in-out;
}
.ui-indicator-wrapper .visited.right {
  left: unset;
  right: -10px;
}

.ui-indicator {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  width: 120px;
  height: 120px;
  border: 3px solid white;
  box-sizing: border-box;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 6px 6px 23px -11px rgba(0, 0, 0, 0.32);
  transition: transform 200ms ease-in-out;
}
.ui-indicator:hover {
  transform: scale(1.1) translateZ(0);
  backface-visibility: hidden;
}
.ui-indicator:hover ~ .ui-indicator-arrow {
  background-position: center 109%;
}
.ui-indicator:hover ~ .visited {
  left: -14px;
  top: -14px;
}
.ui-indicator:hover ~ .visited.right {
  right: -14px;
  left: unset;
}
.ui-indicator img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ui-score {
  position: absolute;
  background-color: #0c0c0c;
  padding: 17px 19px;
  right: 30px;
  top: 30px;
  display: flex;
  border-radius: 100px;
  color: white;
  gap: 0 15px;
  z-index: 4;
  transition: 400ms ease-in-out opacity;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.ui-score.hidden {
  opacity: 0;
}
.ui-score .visited {
  margin-top: 2px;
}
.ui-score .score {
  width: 30px;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  transition: opacity 1500ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.video-wrapper.hideCursor {
  cursor: none;
}
.video-wrapper.active {
  opacity: 1;
}
.video-wrapper video {
  width: 100%;
  max-height: 100vh;
  opacity: 0;
  transition: opacity ease-in-out 1000ms;
}
.video-wrapper video.active {
  opacity: 1;
}
.video-wrapper .video-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  background-color: #0c0c0c;
  border-radius: 200px;
  gap: 0px 15px;
  padding: 15px;
  width: 1050px;
  max-width: 90%;
  opacity: 0;
  transition: 400ms ease-in-out opacity;
  pointer-events: none;
}
.video-wrapper .video-controller.loading .video-control {
  opacity: 0.5;
  pointer-events: none;
}
.video-wrapper .video-controller.loading .video-bar-wrapper {
  opacity: 0.5;
  pointer-events: none;
}
.video-wrapper .video-controller.active {
  pointer-events: auto;
  opacity: 1;
}
.video-wrapper .video-bar-wrapper {
  flex-grow: 1;
  margin: 0 30px;
  height: 8px;
  position: relative;
  cursor: pointer;
}
.video-wrapper .video-bar {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: white;
}
.video-wrapper .video-exit .ui-buttonImage {
  background-image: url("../assets/icons/arrow.svg");
}
.video-wrapper .video-control .ui-buttonImage.video-play {
  background-image: url("../assets/icons/play.svg");
}
.video-wrapper .video-control .ui-buttonImage.video-pause {
  background-image: url("../assets/icons/pause.svg");
}
.video-wrapper .video-control .ui-buttonImage.hidden {
  display: none;
}
.video-wrapper .video-exit .ui-buttonImage.video-pause {
  background-image: url("../assets/icons/pause.svg");
}
.video-wrapper .ui-button {
  cursor: pointer;
}
.video-wrapper .lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.video-wrapper .lds-ring.active {
  opacity: 1;
}
.video-wrapper .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.video-wrapper .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.video-wrapper .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.video-wrapper .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.raiseTut {
  z-index: 20 !important;
  pointer-events: none !important;
}

.tutorialUnclickable {
  z-index: 19;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.tutorialUnclickable.active {
  pointer-events: auto;
}

.tutorial-background {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease-in-out;
}
.tutorial-background.active {
  opacity: 1;
}

.tutorial {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease-in-out;
  z-index: 22;
}
.tutorial.active {
  opacity: 1;
  pointer-events: auto;
}
.tutorial .tutorial-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 50px;
  margin-top: 20px;
}
.tutorial .tutorial-step {
  width: 20px;
  height: 20px;
  border: solid 2px white;
  border-radius: 100px;
  margin: 0 15px;
}
.tutorial .tutorial-step.active {
  background-color: white;
}
.tutorial .tutorial-wrapper {
  padding: 40px 25px 60px;
  border-radius: 40px;
  display: none;
  z-index: 21;
}
.tutorial .tutorial-wrapper.active {
  display: block;
}
.tutorial p {
  color: white;
  margin: 15px 0 55px;
  max-width: 22em;
  padding: 0 15px;
  text-align: center;
}
.tutorial p span.mob {
  display: none;
}
.tutorial .btn-wrapper {
  display: flex;
  justify-content: center;
}
.tutorial .introBtn {
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-in-out;
}
.tutorial .introBtn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.textureBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/textures/bg_02.jpg");
  opacity: 0;
  pointer-events: none;
}
.textureBackground.active {
  opacity: 1;
  pointer-events: auto;
}

.introBtn {
  color: white;
  background-color: #535a6b;
  display: inline-block;
  padding: 15px 26px 18px;
  border-radius: 100px;
  margin: 0 10px;
  transition: opacity 100ms ease-in-out;
  cursor: pointer;
  opacity: 1;
  margin-bottom: 20px;
}
.introBtn:hover {
  opacity: 0.8;
}

.introScreen .lds-circle {
  transform: translateZ(1px);
  position: absolute;
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
.introScreen .lds-circle.active {
  opacity: 1;
}
.introScreen .lds-circle > div {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  background: #535a6b;
  opacity: 0.5;
  animation: lds-circle 3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.introScreen .introScreen-logo {
  width: 280px;
  max-width: 75%;
  margin-top: -50px;
  transition: opacity 1000ms ease-in-out;
  transition-delay: 400ms;
  opacity: 0;
}
.introScreen .introScreen-logo.firstTransition {
  transition-delay: 500ms;
}
.introScreen p {
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
  transition-delay: 200ms;
}
.introScreen p.firstTransition {
  transition-delay: 700ms;
}
.introScreen .introScreen-start-transition {
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
  transition-delay: 0ms;
}
.introScreen .introScreen-start-transition.firstTransition {
  transition-delay: 900ms;
}

.introScreen-wrapper, .introScreenTwo-wrapper, .finished-wrapper {
  text-align: center;
  padding: 20px 30px;
  box-sizing: border-box;
}

.introScreen-wrapper {
  pointer-events: none;
}
.introScreen-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.introScreen-wrapper.active .introScreen-start-transition, .introScreen-wrapper.active p, .introScreen-wrapper.active .introScreen-logo {
  opacity: 1;
}

.introScreen, .introScreenTwo, .finished {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introScreen p, .introScreenTwo p, .finished p {
  color: white;
  margin: 15px 0 55px;
  max-width: 22em;
}
.introScreen.transitionOut, .introScreenTwo.transitionOut, .finished.transitionOut {
  transition: opacity 1000ms ease-in-out;
}

.introScreenTwo p {
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
  transition-delay: 200ms;
}
.introScreenTwo p.firstTransition {
  transition-delay: 0ms;
}
.introScreenTwo .introScreen-start-transition {
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
  transition-delay: 0ms;
}
.introScreenTwo .introScreen-start-transition.firstTransition {
  transition-delay: 200ms;
}

.introScreenTwo-wrapper {
  pointer-events: none;
}
.introScreenTwo-wrapper.active {
  pointer-events: auto;
}
.introScreenTwo-wrapper.active .introScreen-start-transition, .introScreenTwo-wrapper.active p {
  opacity: 1;
}

.finished {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 400ms ease-in-out;
}

.about {
  overflow-y: auto;
  padding: 100px 0 200px;
  box-sizing: border-box;
  z-index: 12;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.about::-webkit-scrollbar {
  width: 10px;
}
.about::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}
.about::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.about::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}

.about-wrapper {
  margin: 0 auto;
  max-width: 700px;
  color: white;
  padding: 0 30px;
}
.about-wrapper .about-logo {
  width: 280px;
  margin: 0 auto 20px;
  display: block;
}
.about-wrapper p, .about-wrapper ul, .about-wrapper li {
  margin: 20px 0;
  line-height: 1.55em;
}
.about-wrapper ul {
  margin-top: 40px;
}
.about-wrapper li {
  list-style: none;
  margin: 5px 0;
}
.about-wrapper a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}
.about-wrapper h1, .about-wrapper h2, .about-wrapper h3, .about-wrapper h4, .about-wrapper h5, .about-wrapper h6 {
  margin-top: 120px;
  margin-bottom: 20px;
  font-size: 3.4rem;
  text-align: center;
}
.about-wrapper strong {
  font-weight: 500;
}

.scoreOverview {
  z-index: 5;
  padding: min(30vh, 200px) min(200px, 10vw) 50px;
  box-sizing: border-box;
  color: white;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scoreOverview::-webkit-scrollbar {
  width: 10px;
}
.scoreOverview::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}
.scoreOverview::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.scoreOverview::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}
.scoreOverview .scoreOverview-found, .scoreOverview .scoreOverview-hidden {
  margin-bottom: 100px;
}
.scoreOverview .scoreOverview-hidden .visited {
  background-image: url("../assets/icons/hidden.svg");
}
.scoreOverview .scoreOverview-hidden .scoreOverview-icons .icon {
  border: 3px solid rgb(100, 100, 100);
}
.scoreOverview .scoreOverview-hidden .scoreOverview-icons .icon .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.45) 55%, rgba(20, 20, 20, 0.8) 73%);
}
.scoreOverview .title {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.scoreOverview .visited {
  margin-top: 14px;
  width: 30px;
  height: 30px;
}
.scoreOverview h3 {
  font-size: 3.4rem;
}
.scoreOverview .amount {
  margin-top: 24px;
  font-size: 18px;
}
.scoreOverview .scoreOverview-icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 50px 0;
  gap: 30px 50px;
  flex-wrap: wrap;
}
.scoreOverview .scoreOverview-icons .icon {
  width: 120px;
  height: 120px;
  border: 100px;
  overflow: hidden;
  border-radius: 100px;
  border: 3px solid white;
  position: relative;
}
.scoreOverview .scoreOverview-icons .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.scoreOverview .scoreOverview-icons .icon .shadow {
  z-index: 2;
  display: none;
}

.notFoundPage {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.notFoundPage .notFoundPage-wrapper {
  color: white;
}
.notFoundPage .notFoundPage-wrapper h2 {
  font-size: 3.4rem;
  margin-bottom: 1rem;
}
.notFoundPage .notFoundPage-wrapper a {
  text-decoration: underline;
  color: white;
  margin-left: 0.2em;
}
.notFoundPage .notFoundPage-wrapper p {
  max-width: 22em;
}

.overview {
  background-position-x: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: max(30vh, 300px) 20vw max(30vh, 250px);
  z-index: 3;
}
.overview .overview-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: relative;
}
.overview .point {
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: white;
  border-radius: 100px;
  z-index: 2;
}
.overview .point.selected {
  z-index: 3;
}
.overview .point.active .stick {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(0, 0, 0) 100%);
}
.overview .point.active .circle {
  border: 3px solid white;
}
.overview .point .visited {
  position: absolute;
  left: -74px;
  top: -180px;
}
.overview .point .selected {
  position: absolute;
  width: 100px;
  margin-left: -50px;
  bottom: 190px;
  color: rgb(255, 255, 255);
  text-align: center;
  height: 50px;
}
.overview .point .selected .arrow {
  width: 50px;
  height: 50px;
  margin: -5px auto;
  background-repeat: no-repeat;
}
.overview .point .stick {
  height: 50px;
  width: 4px;
  margin-left: -2px;
  position: absolute;
  bottom: -2px;
  border-radius: 4px;
  background: rgb(116, 116, 116);
  background: linear-gradient(0deg, rgb(100, 100, 100) 0%, rgb(100, 100, 100) 35%, rgb(0, 0, 0) 100%);
}
.overview .point .circle {
  width: 100px;
  position: absolute;
  width: 120px;
  height: 120px;
  margin-left: -63px;
  margin-top: -60px;
  border-radius: 100px;
  bottom: 45px;
  border: 3px solid rgb(100, 100, 100);
  overflow: hidden;
}
.overview .point .circle img {
  width: 100%;
  height: 100%;
}
.overview .point .circle .shadow {
  display: none;
}
.overview .line {
  position: absolute;
  height: 3px;
  margin-top: 1px;
  -o-border-image: url("../assets/textures/line.png") 30 round;
     border-image: url("../assets/textures/line.png") 30 round;
  border-top: 3px solid transparent;
  opacity: 0.2;
  transform-origin: center center;
}

@media only screen and (max-width: 1700px) {
  .scoreOverview .amount {
    margin-top: 17px;
  }
  .ui-description h1, .about-wrapper h1, .scoreOverview h3, .museumWindow h3 {
    font-size: 2.8rem;
  }
  .scoreOverview .visited {
    margin-top: 5px;
  }
  .ui-description .title {
    max-width: 27rem;
  }
  .ui-description .fs22, .ui-description .about-wrapper p, .about-wrapper .ui-description p, .ui-description .about-wrapper ul, .about-wrapper .ui-description ul, .ui-description .about-wrapper li, .about-wrapper .ui-description li {
    font-size: 18px;
  }
  .ui-description .ui-description-wrapper {
    padding: 3rem 30px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .ui-description .start-button {
    width: 105px;
    height: 105px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .overview {
    padding: max(280px, 30vh) 20vw max(200px, 20vh);
  }
  .overview .point .selected {
    bottom: 160px;
  }
  .overview .point .circle {
    width: 90px;
    height: 90px;
    margin-left: -48px;
  }
  .overview .point .visited {
    left: -60px;
    top: -152px;
  }
  .ui-museumIcon {
    left: unset;
    right: 4%;
  }
  .ui-museumIcon.right {
    right: unset;
    left: 4%;
  }
  .tutorial p span.mob {
    display: block;
  }
  .tutorial p span.desk {
    display: none;
  }
  .ui-start-button {
    display: flex;
  }
  .start-button {
    display: none;
  }
  .ui-description {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    background-image: url("../assets/textures/bg_02.jpg");
    opacity: 0;
    pointer-events: none;
    transition: opacity 0ms ease-in-out;
  }
  .ui-description.active {
    opacity: 1;
    pointer-events: auto;
  }
  .ui-description .start-button {
    display: none;
  }
  .ui-description.left, .ui-description.right {
    justify-content: center;
  }
  .ui-description p.fw400 {
    font-weight: 300;
  }
  .ui-description p {
    max-width: 100%;
  }
  .ui-description .title {
    max-width: 100%;
  }
  .ui-description .ui-description-wrapper, .museumWindow .museumWindow-wrapper {
    max-width: 650px;
    padding: 0;
  }
  .ui-description .fs22, .ui-description .about-wrapper p, .about-wrapper .ui-description p, .ui-description .about-wrapper ul, .about-wrapper .ui-description ul, .ui-description .about-wrapper li, .about-wrapper .ui-description li {
    font-size: 22px;
  }
  .ui-description .ui-description-wrapper {
    margin-bottom: 0;
  }
  .ui-description p {
    padding-left: 0;
  }
  .ui-title {
    display: flex;
  }
  .ui-bottom {
    margin-bottom: 0;
    transition: opacity 600ms ease-in-out, margin-bottom 900ms ease-in-out;
  }
  .ui-bottom.locked {
    margin-bottom: -240px;
  }
  .ui-bottom.hidden {
    margin-bottom: -240px;
  }
  .ui-bottom.locked.tut {
    margin-bottom: 0;
  }
  .ui-bottom .ui-button-wrapper {
    border-radius: 60px 60px 0 0;
  }
  .ui-lenses {
    padding: 0;
    align-items: center;
  }
  .ui-lensesWrapper {
    width: 100%;
    height: 100%;
    max-height: 870px;
    padding: 120px 0 240px 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    transform: scale(0.95) translateZ(0);
  }
  .ui-lens {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ui-lens:first-of-type, .ui-lens:nth-child(2), .ui-lens:nth-child(3), .ui-lens:nth-child(4), .ui-lens:nth-child(5) {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ui-lens:not(.unavailable):hover {
    transform: scale(1.06) translateZ(0);
  }
  .ui-lensNames {
    display: none;
  }
  .ui-lens.ui-button {
    width: 80%;
    max-width: 400px;
    max-height: 18.4%;
    height: 80px;
  }
  .ui-lens .ui-buttonImage {
    width: 20%;
    min-width: 60px;
    max-width: 10vh;
  }
  .ui-lens .ui-resp-lensName {
    display: block;
    color: white;
  }
  .ui-button {
    width: 60px;
    height: 60px;
  }
  .ui-museumIcon .ui-button {
    width: 80px;
    height: 80px;
  }
  .ui-museumIcon.active {
    opacity: 0.5;
  }
  .ui-bottom .ui-button-wrapper {
    padding: 20px;
  }
  .ui-bottom .ui-button-wrapper {
    border-radius: 40px 40px 0 0;
    gap: 0px 10px;
  }
  .ui-title .ui-title-wrapper .fs22, .ui-title .ui-title-wrapper .about-wrapper p, .about-wrapper .ui-title .ui-title-wrapper p, .ui-title .ui-title-wrapper .about-wrapper ul, .about-wrapper .ui-title .ui-title-wrapper ul, .ui-title .ui-title-wrapper .about-wrapper li, .about-wrapper .ui-title .ui-title-wrapper li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .scoreOverview .visited {
    display: none;
  }
  .ui-indicator {
    width: 110px;
    height: 110px;
  }
  .ui-indicator-arrow {
    width: 200px;
    height: 200px;
    margin-left: -45px;
    margin-bottom: -35px;
  }
  .tutorial .fs22, .tutorial .about-wrapper p, .about-wrapper .tutorial p, .tutorial .about-wrapper ul, .about-wrapper .tutorial ul, .tutorial .about-wrapper li, .about-wrapper .tutorial li {
    font-size: 18px;
  }
  .tutorial p {
    margin: 15px 0 35px;
  }
  .tutorial .tutorial-wrapper {
    padding: 30px 15px 20px;
  }
  .tutorial .tutorial-steps {
    margin-bottom: 30px;
  }
  .ui-museumIcon .ui-button {
    width: 60px;
    height: 60px;
  }
  .introScreen .introScreen-logo, .about-wrapper .about-logo {
    max-width: max(45%, 200px);
  }
  .fs22, .about-wrapper p, .about-wrapper ul, .about-wrapper li, .ui-description .fs22 {
    font-size: 20px;
  }
}
@media only screen and (max-height: 700px) {
  .ui-lensesWrapper {
    padding: 120px 0 190px 0;
  }
}
@media only screen and (max-width: 650px) {
  .introScreen .introScreen-logo {
    margin-top: 0;
  }
  .scoreOverview .scoreOverview-found, .scoreOverview .scoreOverview-hidden {
    margin-bottom: 30px;
  }
  .scoreOverview {
    padding: 120px 30px 50px;
  }
  .museumWindow .museumWindow-wrapper-wrapper {
    padding: 120px 30px 150px;
  }
  .scoreOverview .scoreOverview-icons {
    gap: 30px 8%;
    padding: 30px 0;
  }
  .scoreOverview .scoreOverview-icons .icon {
    height: 0;
    padding-top: calc(27% - 6px);
    width: 27%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 500px) {
  .tutorial .tutorial-wrapper {
    padding: 15px 10px 10px;
  }
  .tutorial .tutorial-steps {
    margin-bottom: 20px;
  }
  .tutorial .fs22, .tutorial .about-wrapper p, .about-wrapper .tutorial p, .tutorial .about-wrapper ul, .about-wrapper .tutorial ul, .tutorial .about-wrapper li, .about-wrapper .tutorial li, .tutorial .fs18 {
    font-size: 16px;
  }
  .ui-indicator {
    width: 100px;
    height: 100px;
  }
  .ui-indicator-arrow {
    width: 180px;
    height: 180px;
    margin-left: -40px;
    margin-bottom: -20px;
  }
  .ui-indicator-wrapper .visited.right {
    right: 5px;
  }
  .scoreOverview .scoreOverview-icons {
    gap: 30px 5%;
  }
  .scoreOverview .scoreOverview-icons .icon {
    padding-top: calc(30% - 6px);
    width: 30%;
  }
}
@media only screen and (max-width: 450px) {
  .ui-indicator-arrow {
    width: 150px;
    height: 150px;
    margin-left: -35px;
    margin-bottom: 5px;
  }
  .ui-indicator {
    width: 80px;
    height: 80px;
  }
  .ui-indicator-wrapper .visited {
    left: -15px;
  }
  .ui-indicator-wrapper .visited.right {
    right: 20px;
  }
  .tutorial .fs18 {
    font-size: 14px;
  }
  .tutorial .introBtn {
    padding: 15px 20px 18px;
  }
  .ui-lens.ui-button {
    width: calc(100% - 60px);
    max-width: none;
  }
  .ui-lens .ui-buttonImage {
    margin-left: 4px;
  }
  .scoreOverview .scoreOverview-icons {
    gap: 30px 10%;
  }
  .scoreOverview .scoreOverview-icons .icon {
    padding-top: calc(40% - 6px);
    width: 40%;
  }
}
@media only screen and (max-width: 350px) {
  .ui-description h1, .about-wrapper h1, .scoreOverview h3, .museumWindow h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-height: 550px) and (orientation: landscape) {
  .ui-lens .ui-buttonImage {
    display: none;
  }
  .ui-lensesWrapper {
    flex-direction: row;
    gap: unset;
  }
  .ui-lens.ui-button {
    width: 17%;
    max-width: none;
    max-height: none;
  }
  .ui-lens {
    font-size: 1.2rem;
  }
  .ui-lensesWrapper {
    padding: 120px 30px 190px 30px;
  }
  .introScreen .introScreen-logo {
    max-width: max(20%, 100px);
  }
  .introScreen-wrapper.active .introScreen-logo {
    opacity: 0.45;
  }
  .scoreOverview .visited {
    display: none;
  }
  .ui-indicator-arrow {
    width: 150px;
    height: 150px;
    margin-left: -35px;
    margin-bottom: 5px;
  }
  .ui-indicator {
    width: 80px;
    height: 80px;
  }
  .ui-indicator-wrapper .visited {
    left: -15px;
  }
  .ui-indicator-wrapper .visited.right {
    right: 20px;
  }
  .tutorial .tutorial-wrapper {
    padding: 15px 10px 10px;
  }
  .tutorial .tutorial-steps {
    margin-bottom: 20px;
  }
  .tutorial .fs22, .tutorial .about-wrapper p, .about-wrapper .tutorial p, .tutorial .about-wrapper ul, .about-wrapper .tutorial ul, .tutorial .about-wrapper li, .about-wrapper .tutorial li, .tutorial .fs18 {
    font-size: 16px;
  }
  .tutorial p {
    margin: 15px 0 35px;
  }
  .introScreen p, .introScreenTwo p, .finished p {
    margin: 15px 0 40px;
  }
  .ui-museumIcon .ui-button {
    width: 60px;
    height: 60px;
  }
  .introScreen .introScreen-logo {
    margin-top: 0;
  }
  .fs22, .about-wrapper p, .about-wrapper ul, .about-wrapper li, .ui-description .fs22 {
    font-size: 20px;
  }
}
@media only screen and (max-height: 550px) and (orientation: landscape) {
  .ui-lens {
    font-size: 1rem;
  }
  .ui-button {
    height: 60px;
  }
}
@media (hover: none) {
  .ui-openView:hover, .ui-openLenses:hover, .ui-start-button:hover {
    opacity: 1;
  }
  .ui-lens:not(.unavailable):hover {
    transform: scale(1) translateZ(0);
  }
  .ui-museumIcon.active:hover {
    opacity: 0.5;
  }
}/*# sourceMappingURL=main.css.map */