body {
  font-family: Helvetica, Arial;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
}

h1 {
  font-size: 1.4rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
}

.button button, .button .camera-footer .camera-button, .camera-footer .button .camera-button {
  background-color: #004595;
  padding: 14px 43px 18px 43px;
  border-radius: 120px;
  border-style: none;
  color: #FFFFFF;
}

#meldung-bild-aufgenommen {
  position: absolute;
  bottom: 200px;
  height: auto;
  left: 60px;
  right: 60px;
  background-color: #f2942e;
  color: #FFFFFF;
  border-radius: 120px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  opacity: 0;
  transition: opacity 1s linear;
}

.meldung-bild-aufgenommen-visible {
  opacity: 0.87 !important;
  transition: opacity 1s linear;
}

.header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  text-align: center;
  z-index: 14;
  background-color: #FFFFFF;
}
.header img {
  max-width: calc(100% - 20px);
}

.camera-footer {
  background-color: #004595;
  height: 120px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.camera-footer .camera-input {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.camera-footer .camera-button {
  background-color: #f2942e;
  padding: 0px 0px 0px 0px;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  border-style: none;
  color: #FFFFFF;
  position: absolute;
  top: -50px;
  margin-left: calc(50% - 50px);
}
.camera-footer .camera-button-clicked {
  background-color: red;
}
.camera-footer .impressum {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.camera-footer .impressum a {
  color: #FFFFFF;
  text-decoration: none;
}

.upload-button button, .upload-button .camera-footer .camera-button, .camera-footer .upload-button .camera-button {
  margin-top: 20px;
}

#geolocation {
  position: fixed !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100vh;
  width: 100%;
}

#geolocation-refresh-message {
  padding: 0px 14px 0px 14px;
  position: fixed;
  height: auto;
  top: 120px;
  left: 0px;
  right: 0px;
  background-color: #FFFFFF;
}

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