.expertenauswahl {
  margin-bottom: 40px;
  overflow: auto;
}

.expertenauswahl::after {
  content: "";
  clear: both;
  display: table;
}

.auswahlbutton {
  display: block;
  width: 50%;
  float: left;
}

.auswahlbutton label {
  margin-left: 10px;
  display: contents;
}

.spartenExperte_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.experten {
  width: 50%;
}

.abteilung {
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .auswahlbutton {
    width: 100%;
  }

  .experten {
    width: 100%;
  }

}