/* BUS  */
#bus div[class$='-heading'],
#bus h2[class$='-headline'] {
  text-align: center;
}

#bus h2[class$='-headline'] {
  margin-bottom: 0;
}

#bus section {
  padding: 30px 0;
}

#bus section.Bus-filterSection {
  padding-top: 0;
}

#bus section.Bus-filterSection .Accordion-wrapper .neos-contentcollection {
  padding: 15px 0;
}

/* BUS SEARCH */
.BusSearch-wrapper {
  position: relative;
}

.BusSearch-wrapper .BusSearch-field {
  max-width: inherit;
  border: 3px solid var(--clr-blue);
  border-radius: 0;
}

.BusSearch-wrapper .BusSearch-button {
  position: absolute;
  right: 10px;
  background: transparent;
  border-radius: 0;
  color: var(--clr-blue);
  border: 0;
  font-size: 26px;
}

.BusSearch-wrapper .BusSearch-button:hover {
  background: var(--clr-secondary);
}

/* BUS LETTER LIST */
.Bus .BusLetterList {
  border-bottom: 0;
  padding: 0;
}

.Bus .BusLetterList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px 15px;
  margin-top: 0;
}

.Bus .BusLetterList ul li .BusLetterList-button {
  background: var(--clr-blue);
  color: #ffffff;
  height: 50px;
  width: 50px;
  font-weight: 300;
  font-size: inherit;
}

.Bus .BusLetterList ul li .BusLetterList-button:hover,
.Bus .BusLetterList ul li .BusLetterList-button.selected,
.Bus .BusLetterList ul li .BusLetterList-button.active {
  background: var(--clr-secondary);
}

.Bus .BusLetterList ul li .BusLetterList-button:disabled {
  filter: grayscale(100%);
}

/* BUS DEPARTMENT */
.BusDepartmentList {
  margin-top: 15px;
  overflow: hidden;
}

.BusDepartmentList ul {
  list-style: none;
}

.BusDepartmentList ul li {
  float: left;
}

.BusDepartmentList ul li button {
  padding: 10px;
  border: 0;
  margin: 5px;
}

/* BUS VCARD LIST */
.BusvCardList {
  border-bottom: 0;
}

.BusvCardList h3 {
  font-size: 1.85rem;
  margin-bottom: 0;
}

.BusvCardList ul {
  grid-gap: 0;
  gap: 0;
  justify-content: inherit;
  margin-top: 0;
}

.BusvCardList li + li {
  margin-top: 0;
}

.BusvCardList ul li {
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 10px;
  width: calc(33% - 3px);
}

@media screen and (max-width: 1155px) {
  .BusvCardList ul li {
    width: calc(33% - 4px);
  }
}

.BusvCardList ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .BusvCardList ul li {
    width: calc(50% - 5px);
  }
  .BusvCardList ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .BusvCardList ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .BusvCardList ul li {
    width: 100%;
    margin-right: 0;
  }
}

.BusvCardList .BusVcard-address {
  display: flex;
  flex-flow: row;
  margin-bottom: 15px;
}

.BusvCardList .ContactList-dataEntry {
  padding: 0;
  align-items: center;
}

.BusvCardList .ContactList-dataEntry i {
  font-size: 20px;
}

.BusvCardList .BusVcard-role {
  margin-bottom: 15px;
}
