html,
body {
  font-family: Tahoma, Verdana, Segoe, sans-serif; 
  font-size: 1rem;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.pnlm-container {
  font-family: Tahoma, Verdana, Segoe, sans-serif; 
}

.modal-body-mtyp1 {
  padding: 0;
}

.close-button {
  position: absolute;
  right: -1em;
  font-size: 2rem;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 15px;
}

.close {
	height: 30px !important;
	width: 30px !important;
	border-radius: 15px !important;
	background: transparent !important;
	line-height: 1rem !important;
	margin-top: 0.5rem;
}

.close-button:hover {
  color: #000;
}
	

.typ1-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-movie-player {
    width: 100%;
	padding-top: 56.25%;
    position: relative;
  }

.headline {
  padding: 1rem;
	background: #1A5694;
	color: #fff;
	min-height: 80px
}

.landing-logo {
	width: 360px;
	height: auto
}



@keyframes heart-pulse {
  0% {
    transform: scale(1);
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }

  100% {
    transform: scale(1.2);
	box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}




/*	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
} */

p {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

a {
/* color: #224B86; */
color: #fff;
font-size: 1rem;
}

a:hover {
	color: #fff! important;
	text-decoration: none! important;
}

ol, ul {
	list-style-type: disc
}

li {
  font-size: 0.9rem;
}  

td {
	width: 25%;
}

.tab {
  width: calc(25% - 6px);
  height: 100px! important;
      background-color: #1a5694;
    border: none;
    outline: none;
    display: flex;
    flex-grow: 1;
    color: #fff;
    cursor: pointer;
    padding: 1rem;
    margin: 3px 3px 3px 3px;
    transition: background 0.3s;
}
@media (max-width: 1139px) {
  .tab {
    width: calc(50% - 6px);
  }
}


.tablinks .active,
  .tab:hover {
    background-color: #00a6e2;
    outline: none;
  } */

.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;
}

.start-link a:hover {
  color: #000;
}

.event-card {
  color: white;
/*   background: #233b5f; */
 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;
}

lib-page-links-display a {
  background-color: #5ea814! important;
  border: none;
  color: white;
  margin-top: 12px;
  border-radius: 8px;
  padding: 15px 32px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

lib-page-links-display a:hover {
background-color: #B9D8AC! important;
color: #000! important;
}

.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-radius: 0.3rem;
  outline: 0;
}

.modal-content-muehlberger {
  position: relative;
  display: flex;
  flex-direction: column;
 width: 100%; 
  pointer-events: auto;
  background-color: #f5f5f6;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}	

.legal-content {
	background-color: #4b4b4d;
	opacity: 0.99;
	color: #ffffff; 
	min-height: 100%;
	padding: 75px 35px 25px 35px;
}


.marker {
  width: 48px;
  height: 48px;
  z-index: 99999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 15px;
  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);
}


.non-display-marker .marker {
  height: 0 !important;
  width: 0 !important;
}


.markerTitle {
  width: 180px;
		background: rgba(26, 86, 148, 0.8);
  color: #fff;
	padding: 0.5rem; 
    font-size: 1.1rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.markerTitle:hover,
.markerTitle.hover {
  visibility: visible;
}