html,
body {
  font-family: 'Open Sans';
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.pnlm-container {
  font-family: '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);
}

.checkbox-container-text {
  padding-right: 20px;
  margin-bottom: 40px;
}

.markerTitle {
  background: #000000 !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);
  }
}

.grey {
  background: #4b4b4d;
}

.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;
}

.non-display-marker{
  display: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: all;
  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: 50px;
  height: 50px;
  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;
  @media (max-width: 1280px) {
    width: 46px;
    height: 46px;
  }
  @media (max-width: 1024px) {
    width: 42px;
    height: 42px;
  }
  @media (max-width: 640px) {
    width: 38px;
    height: 38px;
  }
  -webkit-filter: drop-shadow(7px 7px 3px #0000007c);
  filter: drop-shadow(7px 7px 3px #0000007c);
}

.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: 80vh;
}

.carousel-control-next,
.carousel-control-prev {
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 1));
}
.hover-card-title {
  width: 280px;
  text-align: center;
  padding-bottom: 1em;
  padding-top: 0.8em;
}

.hover-card-title .subtitle:nth-child(1) {
  color: white;
  font-size: 1.7em;
}

.hover-card-title .subtitle:nth-child(2) {
  color: white;
}

.hover-card-title .subtitle:nth-child(3) {
  color: white;
}

.hover-card-title {
  line-height: 1.2em;
}

.hover-card-link-wrapper {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #000;
  font-weight: lighter;
}

.hover-card-link-wrapper img {
  height: 32px;
  width: 46px;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  margin-left: 1em;
  margin-right: 0.75em;
}

.carousel-item {
  height: 75vh;
}
.carousel-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin-left: auto;
  transform: translateY(-50%);
  margin-right: auto;
  margin-top: 37.5vh;
}

.bayern-inno-logo {
  width: 40%;
  height: 100%;
}

.single-info-line{
  width: 70%;
}

.info-icon{
  height: 50px;
  width: 50px;
}


.closer{
  font-size: 0.8em;
  position: absolute;
  top: 0;
  right: 0;
}
.closer svg{
  transform: translateY(-8%);
}

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid var(--orange);

}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: var(--orange);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--orange);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.font-weight-semi-bold{
  font-weight: 600;
}

.poster-active {
  width: 360px;
  height: 617px;

  -webkit-animation: blink 4s infinite;
  -moz-animation: blink 4s infinite;
  -ms-animation: blink 4s infinite;
  border: 10px solid;
}

.poster-active:hover {
  border: 10px solid var(--orange);
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  cursor: pointer;
}

@-webkit-keyframes blink {
  0% {
    border-color: var(--blue);
  }
  50% {
    border-color: var(--indigo);
  }
  100% {
    border-color: var(--blue);
  }
}
@-moz-keyframes blink {
  0% {
    border-color: var(--blue);
  }
  50% {
    border-color: var(--indigo);
  }
  100% {
    border-color: var(--blue);
  }
}
@-ms-keyframes blink {
  0% {
    border-color: var(--blue);
  }
  50% {
    border-color: var(--indigo);
  }
  100% {
    border-color: var(--blue);
  }
}


.hover-card-link-wrapper-no-text img {
  height: 64px;
  width: 92px;
  object-fit: contain;
  display: inline-block;
  margin: 1em;
}

.hover-card-link-wrapper-no-text:hover{
  background-color: var(--orange);
}

.btn.btn-clear.close-button{
    color: black;
}