#wb-umzugsliste-filter {
  border-radius: 0 !important;
  margin-bottom: 20px;
}

.wb-legende-accordeon {

}

.wb-legende-single-accordeon {
  margin-bottom: 20px !important;
  border: 1px solid #ededed !important;
}

.wb-legende-single-accordeon-head:hover,
.wb-legende-single-accordeon-head:focus,
.wb-legende-single-accordeon-head:active {
  outline: 5px dotted #ededed !important;
}

.wb-legende-single-accordeon-head {
  cursor: pointer;
  padding: 15px 20px !important;
}

.wb-legende-single-accordeon-head h3 {
  margin: 0 !important;
}

.wb-legende-single-accordeon-body {
    display: none;

    border-top: 1px solid #ededed !important;
    padding: 15px 20px !important;

    gap: 20px;
    grid-column-gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wb-legende-single-accordeon-body label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.wb-legende-single-accordeon-body label > span {
  width: 100%;
  text-align: center;

  margin-bottom: 5px;
  font-weight: bold;
}

input {
  border-radius: 0 !important;
}

#wb-umzugsliste-total {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: var(--blue);
  color: #fff;
  padding: 20px;
}

.page-template-page-umzugsgut .wpforms-container-full button[type="submit"] {
  border: 1px solid var(--blue) !important;
}

.wb-input-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wb-minus-button, .wb-plus-button {
    width: 43px !important;
    height: 43px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed !important;
    border: 1px solid #ededed !important;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 30px !important;
    font-weight: 200;
    user-select: none;
}

.wb-plus-button {
    background-color: var(--bluetransparent) !important;
}

.wb-minus-button:hover, .wb-plus-button:hover {
    background-color: #bbb !important;
}
