
@import url(https://cdn5.onboard.org/assets/klosterhof/fonts/fonts.css);

*, ::after, ::before { box-sizing: border-box; }

body {
  margin: 0;
  font-family: AdelleSans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.64;
  text-align: left;
  background-color: #fff;
}

.department {
  color: #44423f;
  text-transform: uppercase;
}
.department ~ .department {
  margin-top: 2rem;
}

.job {
  color: #a29485;
}
.job:hover {
  color: #7c6e5f;
  text-decoration: none;
}

.list {
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.item {
  list-style: none;
  position: relative;
  margin-bottom: 0.5em;
}
.item::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url('https://cdn5.onboard.org/assets/klosterhof/icons/company.svg') no-repeat;
  background-size: contain;
  left: -37px;
  top: 6px;
}