#LogoTitle {
  width: 100%;
}

.bilderDing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.divDerStände {
  background-color: rgba(42, 63, 51, 0.9);
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 0.5em;
  width: 100%;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

.form-container {
  /* center div on the whole page */
  position: relative;
  margin: 10px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  width: 50%;
}

.generalTxtSize {
  font-size: 1.5em !important;
  color: red !important;
}