@charset "UTF-8";
.bg-adj {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#ueber hr {
  border: 1px solid #1B3258;
}
#ueber .pflicht {
  font-size: 11px;
}
#ueber .form-control {
  border: none;
  border-bottom: 1px solid #B3B2B2;
  border-radius: 0px;
  font-size: 14px;
}
#ueber .custom-select {
  border: none;
  border-bottom: 1px solid #B3B2B2;
  border-radius: 0px;
  font-size: 14px;
  background: none;
}
#ueber ul {
  list-style: none;
}
#ueber li {
  padding-top: 10px;
}
#ueber ul li::before {
  content: "•";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
#ueber ol {
  list-style-type: circle;
  padding-left: 60px;
}
#ueber ol li::before {
  content: "";
  margin-right: -20px;
}
#ueber a {
  text-decoration: underline;
}

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