.container-fluid.mitarbeiter {
  padding: 0;
}

.mitarbeiter-col {
  position: relative;
  overflow: hidden;
  /*
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
                    to top,
                    rgba(0, 0, 0, 0.6),
                    rgba(0, 0, 0, 0)
    );
    z-index: 1;
  }
  */
}
.mitarbeiter-col .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem;
  color: #fff;
  background-color: #3a9de1;
}
.mitarbeiter-col .content .title {
  display: block;
  font-weight: 600;
}
.mitarbeiter-col .content .desc {
  display: block;
}
.mitarbeiter-col .content .desc p {
  margin: 0;
}

/*# sourceMappingURL=mitarbeiter.css.map */
