@import "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css";
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css";
.pnlm-container {
  cursor: default;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  contain: content;
  background: #f4f4f4 url("background.03cad7b2.svg");
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Nimbus Sans L, Liberation Sans, Arial, sans-serif;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

.pnlm-container * {
  box-sizing: content-box;
}

.pnlm-ui {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.pnlm-grab {
  cursor: grab;
  cursor: url("grab.c9053573.svg") 12 8, default;
}

.pnlm-grabbing {
  cursor: grabbing;
  cursor: url("grabbing.b2f7853b.svg") 12 8, default;
}

.pnlm-sprite {
  background-image: url("sprites.7b25e7b7.svg");
}

.pnlm-container:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pnlm-container:fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}

.pnlm-render-container {
  cursor: inherit;
  height: 100%;
  width: 100%;
  position: absolute;
}

.pnlm-controls {
  cursor: pointer;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #0006;
  border-radius: 3px;
  margin-top: 4px;
  transform: translateZ(9999px);
}

.pnlm-control:hover {
  background-color: #f8f8f8;
}

.pnlm-controls-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 4px;
}

.pnlm-zoom-controls {
  width: 26px;
  height: 52px;
}

.pnlm-zoom-in {
  width: 100%;
  height: 50%;
  border-radius: 3px 3px 0 0;
  position: absolute;
  top: 0;
}

.pnlm-zoom-out {
  width: 100%;
  height: 50%;
  background-position: 0 -26px;
  border-top: 1px solid #0000001a;
  border-radius: 0 0 3px 3px;
  position: absolute;
  bottom: 0;
}

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
  width: 26px;
  height: 26px;
}

.pnlm-hot-spot-debug-indicator {
  width: 26px;
  height: 26px;
  background-color: #ffffff80;
  border-radius: 13px;
  margin: -13px 0 0 -13px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pnlm-orientation-button-inactive {
  background-position: 0 -156px;
}

.pnlm-orientation-button-active {
  background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
  background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
  background-position: 0 -78px;
}

.pnlm-panorama-info {
  color: #fff;
  text-align: left;
  z-index: 2;
  background-color: #000000b3;
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  display: none;
  position: absolute;
  bottom: 4px;
  transform: translateZ(9999px);
}

.pnlm-title-box {
  margin-bottom: 3px;
  padding-left: 5px;
  font-size: 20px;
  display: table;
  position: relative;
}

.pnlm-author-box {
  padding-left: 5px;
  font-size: 12px;
  display: table;
  position: relative;
}

.pnlm-load-box {
  width: 200px;
  height: 150px;
  text-align: center;
  color: #fff;
  background-color: #000000b3;
  border-radius: 3px;
  margin: -75px 0 0 -100px;
  font-size: 20px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pnlm-load-box p {
  margin: 20px 0;
}

.pnlm-lbox {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pnlm-loading {
  height: 10px;
  width: 10px;
  background-color: #fff;
  animation-name: pnlm-mv;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: relative;
}

@keyframes pnlm-mv {
  from {
    top: 0;
    left: 0;
  }

  25% {
    top: 0;
    left: 10px;
  }

  50% {
    top: 10px;
    left: 10px;
  }

  75% {
    top: 10px;
    left: 0;
  }

  to {
    top: 0;
    left: 0;
  }
}

.pnlm-load-button {
  width: 200px;
  height: 100px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #000000b3;
  border-radius: 3px;
  margin: -50px 0 0 -100px;
  font-size: 20px;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pnlm-load-button:hover {
  background-color: #000c;
}

.pnlm-load-button p {
  vertical-align: middle;
  display: table-cell;
}

.pnlm-info-box {
  width: 200px;
  height: 150px;
  text-align: center;
  color: #fff;
  table-layout: fixed;
  background-color: #000;
  border-radius: 3px;
  margin: -75px 0 0 -100px;
  font-size: 15px;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pnlm-info-box a, .pnlm-author-box a {
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pnlm-info-box p {
  vertical-align: middle;
  padding: 0 5px;
  display: table-cell;
}

.pnlm-error-msg {
  display: none;
}

.pnlm-about-msg {
  color: #fff;
  opacity: 0;
  -o-transition: opacity .3s ease-in-out;
  z-index: 1;
  background: #000000b3;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 11px;
  transition: opacity .3s ease-in-out;
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
  color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
  color: #eee;
}

.pnlm-hotspot-base {
  visibility: hidden;
  cursor: default;
  vertical-align: middle;
  z-index: 1;
  position: absolute;
  top: 0;
}

.pnlm-hotspot {
  height: 26px;
  width: 26px;
  border-radius: 13px;
}

.pnlm-hotspot:hover {
  background-color: #fff3;
}

.pnlm-hotspot.pnlm-info {
  background-position: 0 -104px;
}

.pnlm-hotspot.pnlm-scene {
  background-position: 0 -130px;
}

div.pnlm-tooltip span {
  visibility: hidden;
  color: #fff;
  text-align: center;
  max-width: 200px;
  cursor: default;
  background-color: #000000b3;
  border-radius: 3px;
  margin-left: -220px;
  padding: 5px 10px;
  position: absolute;
}

div.pnlm-tooltip:hover span {
  visibility: visible;
}

div.pnlm-tooltip:hover span:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid #0000;
  border-top-color: #000000b3;
  margin: 0 50%;
  position: absolute;
  bottom: -20px;
  left: -10px;
}

.pnlm-compass {
  width: 50px;
  height: 50px;
  cursor: default;
  background-image: url("compass.d212cc8b.svg");
  border-radius: 25px;
  display: none;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.pnlm-world {
  position: absolute;
  top: 50%;
  left: 50%;
}

.pnlm-face {
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  position: absolute;
}

.pnlm-dragfix, .pnlm-preview-img {
  height: 100%;
  width: 100%;
  position: absolute;
}

.pnlm-preview-img {
  background-position: center;
  background-size: cover;
}

.pnlm-lbar {
  width: 150px;
  height: 6px;
  border: 1px solid #fff;
  margin: 0 auto;
}

.pnlm-lbar-fill {
  height: 100%;
  width: 0;
  background: #fff;
}

.pnlm-lmsg {
  font-size: 12px;
}

.pnlm-fade-img {
  position: absolute;
  top: 0;
  left: 0;
}

.pnlm-pointer {
  cursor: pointer;
}

:root {
  --primary-color: black;
  --color: white;
}

.Ruimte_1_1:after {
  content: url("Ruimte_1_1.cb67b5e4.svg");
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Ruimte_2_1:after {
  content: url("Ruimte_2_1.ca368a05.svg");
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

:root {
  --border-radius: 5px;
  font-size: 18px;
  font-weight: 200;
}

* {
  margin: 0;
  padding: 0;
}

#panorama {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.modal-backdrop {
  --bs-backdrop-opacity: .7 !important;
}

.modal-content {
  color: var(--color);
  background: none;
  border: none;
}

.video-div {
  text-align: right;
  padding: 0;
}

.video-wrapper {
  background: #000;
  padding: 52.73% 0 0;
  position: relative;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-close {
  z-index: 20;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

form {
  text-align: center;
}

.btn-outline-primary {
  text-align: left;
  color: var(--color);
  border: 1px solid var(--color);
  background-color: #0000;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--color) !important;
}

.btn-outline-primary i.bi-arrow-right-short {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
}

.btn-outline-primary:hover i.bi-arrow-right-short {
  opacity: 1;
}

.btn-outline-primary i.bi-check {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
}

.btn-outline-primary span {
  transition: padding-left .5s;
}

.btn-outline-primary:hover span {
  padding-left: 1rem;
}

.btn-check:checked + .btn {
  pointer-events: none;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--color) !important;
}

.btn-check:checked + .btn i.bi-check {
  opacity: 1 !important;
}

.btn-check:checked + .btn span {
  padding-left: 1rem;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--color) !important;
}

.btn-primary i {
  vertical-align: middle;
  margin-left: .5rem;
}

.btn-primary:hover {
  background-color: var(--color) !important;
  border-color: var(--color) !important;
  color: var(--primary-color) !important;
}

.btn-primary[type="submit"] {
  margin: 1.5rem auto 0;
}

div.custom-hotspot span {
  white-space: nowrap;
  white-space: nowrap;
  transition: transform .5s;
  visibility: visible !important;
  visibility: visible !important;
}

div.custom-hotspot:hover span {
  transform: translateY(-5px);
}

div.custom-hotspot:hover span:after {
  border-color: var(--primary-color) transparent transparent transparent;
}

div.custom-hotspot span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: var(--primary-color) transparent transparent transparent;
  margin: 0 50%;
  position: absolute;
  bottom: -20px;
  left: -10px;
}

.custom-hotspot:after {
  box-sizing: unset;
  border: .5rem solid var(--primary-color);
  box-shadow: 0 0 0 0 var(--primary-color);
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  background-color: #0000;
  border-radius: 100%;
  animation: 2s infinite pulse-border;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1);
}

div.pnlm-tooltip span {
  background-color: var(--primary-color);
  color: var(--color);
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius);
  max-width: 400px;
  padding: .5rem;
  bottom: 50px;
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 var(--primary-color);
    transform: translate(-50%, -50%)scale(.95);
  }

  70% {
    transform: translate(-50%, -50%)scale(1);
    box-shadow: 0 0 0 10px #0000;
  }

  to {
    transform: translate(-50%, -50%)scale(.95);
    box-shadow: 0 0 #0000;
  }
}

/*# sourceMappingURL=index.2e8c441c.css.map */
