main {
  height: 90vh;
  height: calc(100vh - 70px);
  height: calc((var(--vh, 1vh) * 100) - 70px);
  width: 100%;


}


#map {
  position: relative;

  height: 100%;
  width: 100%;

  z-index: 99;
}

.neuLaden {
  position: absolute;
  font-size: 2rem;
  z-index: 1000;
  background-color: var(--hover);
  color: var(--lettersbackground);
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  padding: 0 1rem;
  cursor: pointer;
  border: 0.2rem solid #ecf5ef;
  display:none;
}

.sender {
  position: absolute;
  z-index: 2000;
  width: 60px;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}


#add-berg{
  text-decoration: none;
background-color: var(--button);
color:var(--lettersactive);
border-radius: 1rem;
padding: 0.3rem;
}

#berg-titel, #berg-titel-box{
text-decoration: underline;
color: var(--active);
font-weight: 700;
font-size: 1.6rem;

}