body {
  padding-top: 70px;
}

@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1540px;
  }
}

.btn-delete {
  display: block;
  background: #ba2121;
  border-radius: 4px;
  padding: 10px 15px;
  height: 25px;
  line-height: 20px;
  color: #fff;
}

.deactive {
  background-color: #fee;
}

.active {
  background-color: #fff;
}

.checkbox input[type="checkbox"],
label > input[type="checkbox"] {
  margin-right: 5px; /* Einheitlicher Abstand für alle Checkboxen */
}

.radio input[type="radio"],
label > input[type="radio"] {
  margin-right: 5px; /* Einheitlicher Abstand für alle Radio-Buttons */
}

.form-group {
  position: relative;
}

.filter-group input,
.filter-group select {
  border: 1px solid gray;
  border-radius: 6px;
  position: relative;
  width: 200px;
  margin: 10px;
  line-height: 6ex;
}

.filter-group label {
  position: absolute;
  top: -0.25ex;
  z-index: 1;
  left: 2em;
  background-color: white;
}
