body {
  background: #009fe1 url(../image/splash.jpg) repeat-x center top;
  font-family: "Open Sans", sans-serif;
}

h1 {
  color: #e30613;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.form-bg {
  background-color: rgba(255, 255, 255, 0.7);
}

.logo {
  width: 20%;
}

.btn {
  border-radius: 0;
  font-size: 1.25rem;
  border: 0;
}
.btn.btn-primary {
  background-color: #009fe3;
}

#strasse, #ort, #fh-strasse, #fh-ort {
  flex: 3 1 0%;
}

/* Important part */
.modal-dialog {
  overflow-y: initial !important;
  max-width: 700px;
}

.modal-body {
  height: 700px;
  overflow-y: auto;
}

.req {
  color: #e30613;
  padding-left: 2px;
}

#formcontent dl {
  font-size: 0.9rem;
  margin-bottom: 0;
}
#formcontent dl dd {
  margin-bottom: 0.3rem;
}
#formcontent .card-body {
  padding: 1rem;
}

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