header nav.navbar {
  background-image: url(../../_shared/header_erneuerbare.jpg);

}

.answers .form-check-input {
  top: 0
}

.custom li {
  font-weight: bold;
  margin-bottom: 6px;
}

.custom .answers label {
  font-weight: 400;
}

.custom .answers {
  margin-bottom: 12px;
}


.block .row {
  display: flex;
  flex-wrap: wrap;
}

.block .col-xs-12,
.block .col-sm-6 {
  display: flex;
  flex-direction: column;
}

.block .header {
  flex-shrink: 0;
}

.block .dropZone {
  flex-grow: 1;
  width: 100%;
  min-height: 200px;
  /* optional, sichtbare Fläche */
  box-sizing: border-box;
}

.header h4 {
  background-color: var(--collapsible-header);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.dropZone {
  min-height: 300px;
  background-color: #f5f5f5;
  padding: 5px;
  margin-top: 0px;
  height: fit-content
}

#itemZone {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 12px;
}

#itemZone .item {
  flex: 0 0 calc(33% - 1rem);
}

.item {
  font-size: 18px;
  line-height: 1.2;
}

.dropZone .item {
  margin-bottom: 6px;
}

.list-group-item:last-child,
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
