@font-face {
  font-family: 'HelveticaNeueLTPro';
  font-style: normal;
  font-weight: 300;
  src: url(../shared/font/HelveticaNeueLTPro-Bd.otf) format('opentype');
}
@font-face {
  font-family: 'HelveticaNeueLTProRoman';
  font-style: normal;
  font-weight: 300;
  src: url(../shared/font/HelveticaNeueLTPro55Roman.otf) format('opentype');
}

html,
body {
  font-family: 'HelveticaNeueLTPro', 'Open Sans';
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: var(--primary);
}

.pnlm-container {
  font-family: 'HelveticaNeueLTPro', 'Open Sans';
}

.modal-body-fps-mtyp1 {
  padding: 0;
}

.close-button-fps {
  position: absolute;
  right: -1em;
  font-size: 2em;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.close-button-fps:hover {
  color: #ffffff;
}

.fps-mtyp1-container {
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fdfeff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.container-text {
  padding-right: 20px;
  margin-bottom: 40px;
}

.markerTitle {
  background: #c00000 !important;
  padding: 5px !important;
  margin-top: 40px !important;
  white-space: pre-wrap !important;
  font-size: 1.2rem;
}

.headline {
  padding: 1rem;
}

p {
  font-size: 1.1rem;
}

.tile-img {
  width: 160px;
  align-items: center;
  justify-content: center;
  margin: 3px 3px 3px 3px;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}

.img-a4 {
  width: 160px;
}

.img-square {
  width: 120px;
}

@media (max-width: 959px) {
  .tile-square {
    width: 120px;
  }
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tile-flex {
  flex: 1;
  height: auto;
  margin: 3px 3px 3px 3px;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}

.tab {
  width: calc(25% - 6px);
  min-height: 110px;
}
@media (max-width: 1139px) {
  .tab {
    width: calc(50% - 6px);
  }
}

.footer-bg {
  height: 32px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-link {
  font-size: 0.8em;
  color: white;
}

.footer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.close-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10001;
  color: white;
}

.landingpage-backdrop {
  background: url('/assets/shared/img/landing-page-background.jpg');
}

.start-tour-button img {
  height: 48px;
}

.landingpage-container {
  max-width: 1200px;
}

.logo-container {
  width: 250px;
}

.jub-logo-container {
  width: 150px;
}

.logo {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.introText {
  font-size: 1em;
  max-width: 800px;
}

.tour-texts {
  background: rgba(255, 255, 255, 0.75);
}

.play-button-img {
  width: 48px;
}

.start-link {
  color: #000;
  font-size: 1.3em;
  white-space: nowrap;
}

.event-card {
  color: white;
  background: rgb(32, 177, 230);
  background: linear-gradient(135deg, rgba(32, 177, 230, 1) 0%, rgba(0, 141, 203, 1) 100%);
}
.event-card .card-header {
  background: #004388;
}

.event-card a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.event-card a:hover {
  color: #fff;
  text-decoration: underline;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.marker {
  width: 2.4vw;
  height: 2.4vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* border-radius: 15px; */
  border-radius: 0px;
  animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  cursor: pointer;
  -webkit-filter: drop-shadow(7px 7px 3px #0000007c);
  filter: drop-shadow(7px 7px 3px #0000007c);
}

.bigger-marker .marker {
  width: 2.8vw;
  height: 2.8vw;
}
/* 
@media (max-width: 1280px) {
  .marker {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1024px) {
  .marker {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 640px) {
  .marker {
    width: 34px;
    height: 34px;
  }
} */

.white-shadow-marker .marker {
  width: 2.4vw;
  height: 2.4vw;
  /* width: 46px;
  height: 46px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* border-radius: 15px; */
  border-radius: 0px;
  /* animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; */
  animation: none;
  cursor: pointer;
}
/* @media (max-width: 1280px) {
  .white-shadow-marker .marker {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1024px) {
  .white-shadow-marker .marker {
    width: 38px;
    height: 38px;
  }
} */

.markerTitle {
  width: 200px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.markerTitle:hover,
.markerTitle.hover {
  visibility: visible;
}

.not-visited-hotspot .marker {
  /* -webkit-filter: drop-shadow(7px 7px 3px yellow);
  filter: drop-shadow(7px 7px 3px yellow);

  border-radius: 100000px;
  border: 2px solid yellow; */
}

.a-scene-frame {
  width: 100%;
  height: 100%;
}

.inlay-image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 320px;
}

.scroll-hint-image{
  position: absolute;
  left: 90px;
  bottom: 20px;
  height: 40px;
}


.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hover-image-size {
  height: 2.5vw;
  width: auto;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.modal {
  z-index: 20000;
}

.english-text {
  color: black;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 2.8em;
  height: 3em;
  width: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.212);
  border-radius: 3em;
  border: 0.1em solid #fff;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 200%;
}

.darker-modal-backdrop.show {
  opacity: 0.8;
}
