.map {
  /* height: 100%;  */
  height: 80vh;
  width: 100%;
  /* width: 100%; */
  z-index: 0
}


.text_class {
  font-size: 17px!important;
}


#legend {
  position: absolute;
  bottom: 5em;
  right: .5em;
  z-index: 100;
}

#legend_id{
  height: auto;
  width: max(100px, 15vw);
  border-radius: 5%;
}


#svg_img {
  position: absolute;
  left: 1%;
  bottom: 40%;
  z-index: 105;
}

#helptext {
  position: absolute;
  left: 6%;
  bottom: 50%;
  z-index: 105;
}

#info {
  position: absolute;
  left: 3%;
  bottom: 33%;
  z-index: 106;
}

#login_button {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

#Timestamp {
  position: absolute;
  bottom: 85px;
  right: 46%;
  z-index: 100;
}



.set_transparency {
  top: .5em;
  right: .5em;
  /* transform: rotate(270deg); */
}


/* .ol-touch .set_transparency {
  top: 80px;
} */



.bubble {
  position: relative;
  margin:1em 0 3em;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 24px;
  width: 350px;
  background: #fff;
  border-radius: 40px;
  padding: 26px;
  text-align: center;
  color: #000;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}



.ui-dialog-titlebar-close {
  padding:0 !important;
}

.ui-dialog-titlebar-close:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  /* Change path to image*/
  background-image: url("Images/ui-icons_777777_256x240.png");
  background-position: -96px -128px;
  background-repeat: no-repeat;
}



.text_auto_width{
  width: 100%;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}



.ol-layer-hidden {
  opacity: 1 !important;
  border-color: rgb(255, 255, 255)!important;
}
.ol-visible {
  opacity: 1 !important;
  border-color: rgb(232, 33, 36)!important;
}


.ol-attribution {
  left: 0.5em;
  right: auto;

  top: 5em;
  height: 1.8em;
  width: 1.8em;

  text-align: left !important;
  flex-flow: row !important;
}



/* Popup */
.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 140px;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 1px;
  right: 6px;
}

.ol-popup-closer:after {
  content: "✖";
}





.ol-timeline {
  font-size: 2.5em;
}

.ol-timeline .ol-features {
  text-align: center;
}


.ol-timeline .ol-scroll {
  overflow: hidden;
  scroll-behavior: smooth;
  line-height: 0.5em;
  height: 2em !important;
  padding: 0 0%;
}



button.go:before {
  content: '';
  position: absolute;
  width: 0;
  height: .8em;
  background: transparent;
  border: 0.4em solid transparent;
  border-right: 0;
  border-left: .6em solid #fff;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.running button.go:before {
  background: transparent;
  width: .2em;
  border: 0;
  box-shadow: .2em 0, -.2em 0;
}