/* ***************************** */
.landingdiv {
  margin: auto; /*puts the div in middle*/
  display: flex;
  flex-direction: column; /*solved vertical fitting problem */
  width: 75%;
  text-align: center;
  /*border: 3px solid black;*/
  /*box-shadow: 5px 10px #888888;*/
  padding: 50px;
}

/* ***************************** */
.downloadnav {
  float: right;
}

.downloadbutton {
  align-items: center;
  background: #36393e;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 8px;
  border-image-source: linear-gradient(to left, #179966, #40dba0);
  /*
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  */
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  justify-content: center;
  line-height: 1em;
  max-width: 500px;
  min-width: 50px;
  /*
  width: 100%;
  */
  padding: 5px 5px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin: auto;
}

/* ***************************** */
.toolbutton {
  align-items: center;
  background: #36393e;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 8px;
  border-image-source: linear-gradient(to left, #179966, #40dba0);
  box-sizing: border-box;
  color: white;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 500px;
  min-width: 200px;
  padding: 40px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  margin: auto;
}

.toolbutton:active,
.toolbutton:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .toolbutton {
    font-size: 24px;
    min-width: 196px;
  }
}
select {
  text-align: left;
  font-weight: 200;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
}

th {
  text-align: left;
  font-weight: bold;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
}

td {
  text-align: left;
  font-weight: 200;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
}

.App {
  text-align: left;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
table.statstable {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 24px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 0px;
  border-spacing: 10px;
  color: #0096ff;
}

table.divtable2 {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}

div.divSearchField {
  text-align: left;
  font-weight: 200;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
}

div.divtable {
  position: absolute;
  left: 10px;
  width: calc(100% - 10px);
  /*  width: 500px;*/
  height: 1000px;
  overflow: auto;
}

.App-header {
  background-color: #36393e;
  min-height: 5vh;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  font-size: calc(5px + 1vmin);
  color: #0096ff;
  font-weight: bold;
  /*rgb(15, 96, 163);*/
}

.Logo-info {
  background-color: #ffffff;
  min-height: 5vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 1vmin);
  color: #000000;
  font-weight: bold;
}

.withspacer {
  margin-top: 5px;
  margin-bottom: 5px;
}

.buttonspacer {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  background-color: #0096ff;
  border-color: #0096ff;
  border: none;
  font-weight: 200;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
  /*
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  */
}

.App-divider {
  background-image: linear-gradient(144deg, #0b5236, #179966, 50%, #40dba0);
  min-height: 3vh;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: center;
  font-size: calc(24px + 1vmin);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  padding: 20px;
}

.App-body {
  min-height: 100vh;
}

.App-link {
  color: #40dba0;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#container_map {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto;
}

h1 {
  color: #40dba0;
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  font-weight: 200;
  letter-spacing: -0.04em;
}

p {
  color: #36393e;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  margin: 15px 0;
  font-weight: 200;
}

blockquote {
  text-align: left;
  margin: 0;
  padding-left: 1.4rem;
  border-left: 4px solid #dadada;
  color: #36393e;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 200;
}

.pcenter {
  color: rgb(0, 150, 255);
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  margin: 15px 0;
  font-weight: 200;
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #36393e;
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

.topnav a:hover {
  background-color: #36393e;
  color: #40dba0;
}

.topnav a.active {
  background-color: #36393e;
  color: #40dba0;
  font-weight: 800;
}

.topnav-right {
  float: right;
}

.columndrop {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  background-color: white;
  border-color: #0096ff;
  font-weight: 200;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
}

.textbox {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  background-color: white;
  border-color: #0096ff;
  border-width: thin;
  font-weight: 200;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
}

.toggleview {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  float: right;
  position: absolute;
  right: 0;
  color: white;
  /*background-color: #00DDEB;*/
  background-color: transparent;
  border: none;
  font-weight: 200;
  font-size: calc(10px + 1vmin);
  font-family: "Roboto", sans-serif;
  /*
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  */
}

.toggleview:hover {
  background-color: transparent;
  color: #40dba0;
}

.divider {
  color: black;
}

.icon {
  color: black;
  padding: 15px;
  border-radius: 50%;
}

.icon:hover {
  cursor: pointer;
  background-color: #40dba0;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #36393e;
  overflow: hidden;
  z-index: -5000;
}

.background span {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: move;
  animation-duration: 45;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.background span:nth-child(0) {
  color: #003333;
  top: 8%;
  left: 33%;
  animation-duration: 42s;
  animation-delay: -32s;
  transform-origin: -23vw -4vh;
  box-shadow: -40vmin 0 5.4868341774vmin currentColor;
}

.background span:nth-child(1) {
  color: #40dba0;
  top: 59%;
  left: 12%;
  animation-duration: 24s;
  animation-delay: -7s;
  transform-origin: 9vw -13vh;
  box-shadow: -40vmin 0 5.3198356338vmin currentColor;
}

.background span:nth-child(2) {
  color: #027c68;
  top: 44%;
  left: 11%;
  animation-duration: 37s;
  animation-delay: -38s;
  transform-origin: -19vw -11vh;
  box-shadow: -40vmin 0 5.2156006613vmin currentColor;
}

.background span:nth-child(3) {
  color: #40dba0;
  top: 13%;
  left: 27%;
  animation-duration: 6s;
  animation-delay: -9s;
  transform-origin: 4vw -14vh;
  box-shadow: 40vmin 0 5.656274082vmin currentColor;
}

.background span:nth-child(4) {
  color: #027c68;
  top: 96%;
  left: 93%;
  animation-duration: 55s;
  animation-delay: -37s;
  transform-origin: -18vw -13vh;
  box-shadow: -40vmin 0 5.2998309652vmin currentColor;
}

.background span:nth-child(5) {
  color: #027c68;
  top: 8%;
  left: 49%;
  animation-duration: 29s;
  animation-delay: -34s;
  transform-origin: 11vw 10vh;
  box-shadow: -40vmin 0 5.2134849116vmin currentColor;
}

.background span:nth-child(6) {
  color: #027c68;
  top: 29%;
  left: 57%;
  animation-duration: 10s;
  animation-delay: -28s;
  transform-origin: 15vw 3vh;
  box-shadow: 40vmin 0 5.3032825031vmin currentColor;
}

.background span:nth-child(7) {
  color: #027c68;
  top: 62%;
  left: 35%;
  animation-duration: 50s;
  animation-delay: -21s;
  transform-origin: -19vw -9vh;
  box-shadow: 40vmin 0 5.2173465958vmin currentColor;
}

.background span:nth-child(8) {
  color: #003333;
  top: 18%;
  left: 56%;
  animation-duration: 28s;
  animation-delay: -47s;
  transform-origin: 3vw 20vh;
  box-shadow: -40vmin 0 5.3251557624vmin currentColor;
}

.background span:nth-child(9) {
  color: #003333;
  top: 69%;
  left: 18%;
  animation-duration: 26s;
  animation-delay: -28s;
  transform-origin: -21vw 4vh;
  box-shadow: -40vmin 0 5.6631534287vmin currentColor;
}

.background span:nth-child(10) {
  color: #027c68;
  top: 54%;
  left: 17%;
  animation-duration: 16s;
  animation-delay: -28s;
  transform-origin: 7vw 12vh;
  box-shadow: 40vmin 0 5.9674314183vmin currentColor;
}

.background span:nth-child(11) {
  color: #027c68;
  top: 90%;
  left: 61%;
  animation-duration: 14s;
  animation-delay: -8s;
  transform-origin: -3vw -16vh;
  box-shadow: -40vmin 0 5.4251719514vmin currentColor;
}

.background span:nth-child(12) {
  color: #027c68;
  top: 37%;
  left: 41%;
  animation-duration: 42s;
  animation-delay: -30s;
  transform-origin: -17vw 21vh;
  box-shadow: -40vmin 0 5.5184665094vmin currentColor;
}

.background span:nth-child(13) {
  color: #40dba0;
  top: 75%;
  left: 62%;
  animation-duration: 47s;
  animation-delay: -36s;
  transform-origin: -1vw -12vh;
  box-shadow: 40vmin 0 5.6281739358vmin currentColor;
}

.background span:nth-child(14) {
  color: #027c68;
  top: 50%;
  left: 64%;
  animation-duration: 53s;
  animation-delay: -40s;
  transform-origin: 8vw 23vh;
  box-shadow: -40vmin 0 5.5393992513vmin currentColor;
}

.background span:nth-child(15) {
  color: #40dba0;
  top: 14%;
  left: 45%;
  animation-duration: 38s;
  animation-delay: -34s;
  transform-origin: -5vw -19vh;
  box-shadow: 40vmin 0 5.0023751822vmin currentColor;
}

.background span:nth-child(16) {
  color: #027c68;
  top: 91%;
  left: 74%;
  animation-duration: 48s;
  animation-delay: -31s;
  transform-origin: 7vw 18vh;
  box-shadow: -40vmin 0 5.17069892vmin currentColor;
}

.background span:nth-child(17) {
  color: #003333;
  top: 39%;
  left: 73%;
  animation-duration: 10s;
  animation-delay: -3s;
  transform-origin: -4vw 14vh;
  box-shadow: 40vmin 0 5.1303628136vmin currentColor;
}

.background span:nth-child(18) {
  color: #003333;
  top: 52%;
  left: 67%;
  animation-duration: 46s;
  animation-delay: -17s;
  transform-origin: -14vw 25vh;
  box-shadow: 40vmin 0 5.096403219vmin currentColor;
}

.background span:nth-child(19) {
  color: #027c68;
  top: 81%;
  left: 23%;
  animation-duration: 25s;
  animation-delay: -42s;
  transform-origin: -24vw -19vh;
  box-shadow: 40vmin 0 5.4762112376vmin currentColor;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../app/style/style.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;AAGA;EACE;EAEA;EACA;EAEA;EACA;AACA;AACA;EACA;;;AAGF;AAEA;EACE;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;AACA;AAAA;AAAA;AAAA;EAIA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;AAAA;AAAA;EAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;AAEA;EACE;EAEA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACE;;;AAIJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACA;EACI;EACA;AAEJ;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EAEF;EACE;EACA;EACA;EACA;EACA;EACA;AACF;AAAA;AAAA;AAAA;AAAA;;;AAOA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;;;AAGF;EACE;;;AAGF;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EAEF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EAGF;AACE;EACA;EACA;EACA;EACA;EACA;AACF;AAAA;AAAA;AAAA;AAAA;;;AAOA;EACE;EACA;;;AAKF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAIF;EACE;IACI;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA%22,%22file%22:%22style.css%22%7D */
