.hr-6 {
  border: none;
  height: 6px;
  background-color: #588CE3;
  width: 100%;
  border-radius: 999px;   /* macht die Enden rund */
  margin: 1rem 0;
}

.hr-2 {
  border: none;
  height: 2px;
  background-color: #588CE3;
  width: 100%;
  border-radius: 999px;   /* macht die Enden rund */
  margin: 1rem 0;
}
