body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
#map {
    height: 100vh;
    width: 100vw;
}

#back {
    position: absolute;
    top: 5px;
    left: 50px;
    z-index: 2000;
    border-radius: 50%;
    border: 2px solid #888888;
    background-color: white;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    line-height: 38px;
    color: #888888;
}

#back > span {
    vertical-align: middle;
    line-height: normal;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
}
#back:hover {
    color: #222222;
    border-color: #222222;
}
#metainfo {
    background-color: #FFFFFF;
    position: absolute;
    right: 50px;
    top: 5px;
    width: 400px;
    border: 2px solid #888888;
    border-radius: 20px;
    padding: 10px 3px;
    z-index: 2000;
    max-height: 90%;
    overflow-y: scroll;
}

#image-box {
  display: none;
  position: fixed;
  z-index: 2100;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

#image-box-content {
    margin: auto;
    text-align: center;

}

#image-box-image {
    max-width: 90vw;
    max-height: 90vh;
    display: inline-block;
}

#description-box {
  display: none;
  position: fixed;
  z-index: 2100;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

#description-box-content {
    margin: auto;
    text-align: center;
}

#description-box-text-content {
    max-width: 50vw;
    max-height: 90vh;
    display: inline-block;
    background-color: #FFFFFF;
    padding: 1em;
    text-align: justify;
}

@media (width < 1250px) {
	#map {
		height: 50vh;
	}
	#back {
		left: unset;
		right: 20px;
	}
	#metainfo {
		position: unset;
		border-radius: 0;
		height: 50vh;
		width: 100vw;
	}
	#description-box-text-content {
        max-width: 90vw;
    }
}

#image-box-close {
  color: #000000;
  display: block;
  font-size: 28px;
  font-weight: bold;
}

#image-box-close:hover,
#image-box-close:focus {
  text-decoration: none;
  cursor: pointer;
}

#description-box-close {
  color: #000000;
  display: block;
  font-size: 28px;
  font-weight: bold;
}

#description-box-close:hover,
#description-box-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.ac .ac-trigger:focus {
    color: #000000;
}

.ac:hover {
    background-color: #CCCCCC;
}

.ac.description:hover {
    background-color: #FFFFFF;
}

.ac {
    border-radius: 10px;
}

.ac img{
    padding-left: 10px;
    cursor: pointer;
}

.ac .ac-panel .ac-text {
    font-family: sans-serif;
}
