.px_projekte_grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .px_projekte_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.px_projekte_grid .px_projekt_card {
  position: relative;
  height: 60rem;
  display: flex;
  flex-direction: column;
}
.px_projekte_grid .px_projekt_card img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.px_projekte_grid .px_projekt_card .px_projekt_link {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
}
.px_projekte_grid .px_projekt_card .px_projekt_overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 1rem;
  padding: 5rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.px_projekte_grid .px_projekt_card .px_projekt_overlay * {
  margin: 0;
  color: white;
}
.px_projekte_grid .px_projekt_card .px_projekt_overlay .px_projekt_category {
  font-weight: 300;
  text-transform: uppercase;
}
.px_projekte_grid .px_projekt_card .px_projekt_overlay .px_projekt_title {
  width: 70%;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

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