#bieten-wir {
  /*list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  flex-direction: row;
  padding: 0;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  padding: 0;
}
#bieten-wir li {
  flex-basis: calc(25% - 2rem);
  display: flex;
  padding: 1rem 1rem 0 0rem;
}
#bieten-wir li .card {
  background: #f2f2f2;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: space-between;
}
#bieten-wir li .card svg {
  width: auto;
  margin: 0 0 2rem 0;
  fill: #23282B;
  height: 64px;
}
#bieten-wir li .card p {
  font-size: 1.25rem;
  color: white;
  background: #23282B;
  width: 100%;
  margin: 0;
  text-align: center;
  hyphens: auto;
}
#bieten-wir li svg {
  width: auto;
  margin: 0 0 2rem 0;
  fill: #23282B;
  height: 100px;
}
@media screen and (max-width: 1500px) {
  #bieten-wir {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 761px) {
  #bieten-wir {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=fdo-css.css.map */
