input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.switch {
  position: relative;
  height: 34px;
  display: inline-block;
}

.switch span {
  position: absolute;
  background-color: #b30038;
  border-radius: 17px;
  cursor: pointer;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.4s;
}

.switch span::before {
  background-color: white;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  height: 16px;
  width: 16px;
}

input:checked + span {
  background-color: #055b8c;
}

input:checked + span::before {
  transform: translateX(30px);
}

.switch {
  position: relative;
  display: grid;
  grid-template-columns: 110px 64px;
  grid-template-rows: 34px;
  grid-template-areas: "settings switch";
}

.switch input {
  display: none;
}

.switch span {
  background-color: #b30038;
  transition: 0.4s;
  grid-area: switch;
  width: 54px;
  height: 25px;
}

input:checked + p::before {
  content: "";
}

input:checked ~ p::after {
  content: "";
}

.list {
  margin-bottom: 0px;
}

#loader {
  border: 8px solid #6fa0be;
  border-radius: 50%;
  border-top: 8px solid #c10001;
  border-bottom: 8px solid #c10001;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.error {
  border: 2px solid red !important;
}

.success {
  border: 2px solid green !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.test::before {
  content: attr(placeholder) !important;
  color: #aaa;
  width: 100%;
}

.test:focus::before,
.test::before {
  content: "";
  width: 0%;
}

.inno #multicheckbox-1 {
  flex-direction: column;
  display: flex;
}

.inno #multicheckbox-1 > div {
  margin-bottom: 10px;
}

.inno #f3 > div:nth-child(6) .form-check,
.inno #f4 > div:nth-child(3) .form-check,
.inno #f4 > div:nth-child(5) .form-check,
.inno #f4 > div:nth-child(7) .form-check {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.inno #f3 > div:nth-child(6) .form-check .form-check-label,
.inno #f4 > div:nth-child(3) .form-check .form-check-label,
.inno #f4 > div:nth-child(5) .form-check .form-check-label,
.inno #f4 > div:nth-child(7) .form-check .form-check-label {
  margin-left: 9px;
}

.inno .errorfild {
  flex-direction: column;
  border: 2px solid #b30038;
  padding: 20px;
}

.inno .errorfild button {
  background: transparent;
  border: 0;
  color: #b30038;
}

.inno #form .btn-group {
  margin-bottom: 20px;
}

a:before {
  content: "";
  width: 32px;
  min-height: 25px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

#normal:not(.switch):after,
#single_orga:not(.switch):after,
#juleica:not(.switch):after,
#multi_orga:not(.switch):after,
#Qualifikationsstufe:not(.switch):after,
#Qualifikationsstufe1:not(.switch):after,
#HEOIN:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  transform: rotate(var(--r, 20deg));
}

#Zivilschutzorganisationen:not(.switch):after,
#sport:not(.switch):after,
#musik:not(.switch):after,
#kirchen:not(.switch):after,
#umwelt:not(.switch):after,
#migranten:not(.switch):after,
#soziales:not(.switch):after,
#feuerwehr:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  transform: rotate(var(--r, 20deg));
}
