.main-color {
  color: hsl(0, 0%, 60%);
  background-color: hsl(0, 0%, 8%);
  border-top-color: hsl(214, 24%, 50%);
  border-bottom-color: hsl(214, 24%, 50%);
}

.top-color {
  background-color: hsl(0, 0%, 13%);
  border-bottom-color: hsl(214, 24%, 50%);
}

.gemeinde-color {
  color: #ccccce;
}

.link-color {
  color: hsl(0, 0%, 60%);
}

.link-color:visited {
  color: hsl(0, 0%, 60%);
}

.link-color:hover {
  text-decoration: underline;
  color: hsl(0, 0%, 60%);
}

.link-color:active {
  color: hsl(0, 0%, 80%);
}

.form-title-color {
  color: hsl(214, 66%, 65%);
}

select, input {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

select, input {
  border: 1px solid black;
  color: hsl(0, 0%, 70%);
  background-color: hsl(0, 0%, 10%);
}

select:hover, input:hover {
  outline-color: hsl(214, 66%, 30%);
  border-color: hsl(214, 66%, 30%);
  background-color: hsl(0, 0%, 15%);
}

select:focus, input:focus {
  outline-color: hsl(214, 66%, 65%);
  border-color: hsl(214, 66%, 65%);
}

table {
  color: hsl(0, 0%, 60%);
}

hr {
  color: hsl(0, 0%, 50%);
  background-color: black;
}

.warning-color {
  color: hsl(0,77%,55%);
}
