.ce_projects {
  margin-bottom: clamp(8.75rem, 5.9091rem + 7.5758vw, 15rem);
}
.ce_projects .project-list {
  display: flex;
  flex-direction: column;
  gap: 3.2em;
}
@media (min-width: 821px) {
  .ce_projects .project-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ce_projects .headline-wrap {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00FFD4;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  overflow: hidden;
  margin-block: 0.5em;
}
.ce_projects .headline-wrap img {
  width: 1.3em;
  max-width: fit-content;
  transform: translateX(200%);
  transition: transform 0.3s ease-in-out;
}
.ce_projects .external-link video {
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.1));
  filter: brightness(0.5);
  transition: filter 0.3s ease-in-out;
  border-radius: 0.8em;
}
.ce_projects .external-link.visible video {
  filter: brightness(1);
}
.ce_projects .external-link.visible .headline-wrap {
  color: #00FFD4;
}
.ce_projects .external-link.visible .headline-wrap img {
  transform: translateX(0);
}
.ce_projects .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #999999;
  margin-bottom: 0.5em;
}
.ce_projects p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fwecodedesign%2Fweb%2Fwecodedesign.de%2Fpublic_html%2Fvendor%2Fvonheldenundgestalten%2Fwecodedesign-basic%2Fsrc%2FResources%2Fpublic%2Fcss%2Felements%2Fce_projects.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */