.view-front-page-bildungsbereiche .col-md-4 {
  padding: 0 0.25rem 0 0.25rem;
}

.view-front-page-bildungsbereiche .card:hover .top {
  opacity: 1;
  background: #343434;
}

.view-front-page-bildungsbereiche .hover-card .top {
  overflow: hidden;
  pointer-events: none;
  transition: 1s;
  background: rgba(66, 66, 66, 0.25);
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  color: white;
  width: 100%;
  max-height: 100%;
}

.view-allprojects .col-md-3 {
  padding: 1px;
}

.view-allprojects .card {
  width: auto;
  height: auto;
}

.view-allprojects .card:hover .top {
  opacity: 1;
  background: rgba(100, 100, 100, 0.85);
}

.view-allprojects .hover-card .top {
  overflow: hidden;
  pointer-events: none;
  transition: 1s;
  background: rgba(66, 66, 66, 0.25);
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: left;
  color: white;
  width: 100%;
  max-height: 100%;
}

h1 {
  color: red;
}
