img {
  max-width: 100%;
}

figure {
  line-height: 0;
}
figure figcaption {
  line-height: 1.3em;
  padding-top: 4px;
}

.grid {
  column-gap: 12px;
}
.grid + .grid {
  padding-top: 12px;
}

.images {
  padding-top: 12px;
}

.project-meta {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.project-meta .title {
  grid-column-end: span 4;
}
.project-meta .meta {
  grid-column-end: span 8;
}

[class*=block-] {
  padding: 0;
}

.description {
  font-size: 36px;
  padding-top: 350px;
  max-width: 66.666%;
  line-height: 1.1em;
  font-family: "Portrait";
}

.project-footer {
  margin-top: 24px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-bottom: 350px;
}
.project-footer .close {
  right: 0;
  top: 0;
}
.project-footer .credit {
  grid-column-end: span 4;
}
.project-footer .urls {
  grid-column-end: span 8;
}

.stream {
  padding-bottom: 125px;
  overflow-x: auto;
  overflow-y: hidden;
}
.stream > div {
  padding-bottom: 12px;
}
.stream article {
  overflow: auto;
}
.stream article figure:last-child {
  margin-right: 0;
}
.stream figure.col-1 {
  flex: 0 0 5vw;
}
.stream figure.col-2 {
  flex: 0 0 10vw;
}
.stream figure.col-3 {
  flex: 0 0 15vw;
}
.stream figure.col-4 {
  flex: 0 0 20vw;
}
.stream figure.col-5 {
  flex: 0 0 25vw;
}
.stream figure.col-6 {
  flex: 0 0 30vw;
}
.stream *::-webkit-scrollbar {
  height: 12px; /* horizontal */
  width: 12px; /* vertikal */
}
.stream *::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: none;
}
.stream *::-webkit-scrollbar-thumb {
  background-color: auto; /* Systemfarbe behalten */
  border-radius: 999px;
  box-shadow: none;
  border: 0; /* entfernt die Fuge */
}
.stream *::-webkit-scrollbar-thumb {
  background-clip: padding-box;
}

@media all and (max-width: 1025px) {
  html, body {
    overflow-x: hidden;
  }
  .description {
    max-width: none;
    font-size: 27px;
    padding-top: 200px;
  }
  .grid {
    column-gap: 0;
    display: block;
  }
  .grid + .grid {
    padding-top: 0;
  }
  .grid [class*=block-] {
    margin-bottom: 15px;
  }
  a {
    hyphens: auto;
  }
  .project-footer {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 200px;
    margin-top: 15px;
  }
  .project-footer .close {
    display: none;
  }
  .project-footer .credit + .urls {
    padding-top: 15px;
  }
  .project-footer p + p {
    margin-top: 0.5em;
  }
  .stream {
    margin-right: 0;
  }
  .stream article figure figcaption {
    opacity: 0;
  }
  .stream article figure.col-1 {
    flex: 0 0 10vw;
  }
  .stream article figure.col-2 {
    flex: 0 0 15vw;
  }
  .stream article figure.col-3 {
    flex: 0 0 20vw;
  }
  .stream article figure.col-4 {
    flex: 0 0 25vw;
  }
  .stream article figure.col-5 {
    flex: 0 0 30vw;
  }
  .stream article figure.col-6 {
    flex: 0 0 35vw;
  }
}

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