#node-schlusselfertig #intro .button-check {
  background-color: var(--color-primary-dark) !important;
}
#node-schlusselfertig #content .text .h5-blue {
  text-transform: none !important;
}
#node-schlusselfertig #projekte .projekte {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt {
  display: block;
  aspect-ratio: 344/413;
  position: relative;
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .image picture {
  height: 100%;
  width: 100%;
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .image picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-items: start;
  position: relative;
  z-index: 10;
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .content .titel {
  font-family: var(--font-family-wide);
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}
#node-schlusselfertig #projekte .projekte .schluesselfertig-projekt .content .text {
  color: #ffffff;
  margin-bottom: 30px;
}
#node-schlusselfertig #projekte .button-wrapper .button {
  width: 100%;
}
#node-schlusselfertig #vorteile {
  padding: var(--p-big) 0;
}
#node-schlusselfertig #grundstueckcheck {
  background-color: var(--color-primary);
}
#node-schlusselfertig #grundstueckcheck .wrapper .content .untertitel {
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}
#node-schlusselfertig #referenzen {
  padding: var(--p-big) 0;
}
@media (hover: hover) {
  #node-schlusselfertig #intro .button-check:hover {
    background-color: var(--color-primary-darker) !important;
  }
}
