@font-face {
  font-family: AkkuratPro;
  src: url("fonts/AkkuratPro-Regular.woff");
}
@font-face {
  font-family: AkkuratProBold;
  src: url("fonts/AkkuratPro-Bold.woff");
}
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#infomap-noscript {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.marker-cluster .circle {
  position: absolute;
  right: -25px;
  top: -40px;
  line-height: 30px;
  background: white;
  font-family: "AkkuratPro";
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}

#infomap-wrapper {
  background: #333;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

#infomap {
  max-width: 1920px;
  max-height: 1080px;
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

#infomap-logo {
  position: absolute;
  z-index: 500;
}

#infomap-zoom-control {
  position: absolute;
  z-index: 500;
}
#infomap-zoom-control img {
  display: block;
}

#infomap-sidebar {
  position: relative;
  float: right;
  z-index: 400;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  max-height: inherit;
  transform: translate(0, -100%);
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: -1px 1px 20px 2px rgba(0, 0, 0, 0.5);
  font-family: AkkuratPro;
}
#infomap-sidebar #infomap-languages {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 3rem;
}
#infomap-sidebar #infomap-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 15px;
  padding: 0 2rem;
  padding-top: 1rem;
}
#infomap-sidebar #infomap-categories .category {
  display: flex;
  justify-content: center;
}
#infomap-sidebar #infomap-categories .trigger {
  width: min-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}
#infomap-sidebar #infomap-categories .trigger span {
  min-height: 56px;
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
  color: #2b6177;
}

.infomap-overlay {
  bottom: 5em;
  z-index: 500;
  position: absolute;
  left: 5em;
  background-color: #fff;
  width: 400px;
  height: 400px;
  border: 1px solid #777;
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.infomap-overlay .glyphicons {
  color: gray;
}
.infomap-overlay .close-overlay {
  position: absolute;
  right: -35px;
  top: -35px;
  padding: 0.3em;
  font-size: 2em;
  z-index: 501;
  color: white;
}
.infomap-overlay .page {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 60px);
  overflow-y: auto;
  margin-left: 2rem;
  margin-top: 2rem;
  margin-right: 1rem;
  padding-right: 1rem;
  font-size: 15px;
}
.infomap-overlay .page h3.overlay-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}
.infomap-overlay .page div.overlay-text {
  margin-bottom: 1rem;
}
.infomap-overlay .page img.overlay-image {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 1rem;
}
.infomap-overlay .controls {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  background: white;
}
.infomap-overlay .controls .prev-page {
  position: absolute;
  font-size: 2em;
  padding: 0.3em;
  bottom: 8px;
  left: 8px;
}
.infomap-overlay .controls .next-page {
  position: absolute;
  font-size: 2em;
  padding: 0.3em;
  bottom: 8px;
  right: 8px;
}

/*# sourceMappingURL=infomap.css.map */
