:root {
  --page-width: 1512px;
  --black: #000;
  --grey: #d9d9d9;
}

.detail-page-bonstettengut .project-copy {
  width: min(860px, calc(100% - 40px));
  text-align: center;
}

.detail-page-bonstettengut .project-copy p + p {
  margin-top: 24px;
}

.bonstettengut-cover {
  object-position: center top;
}

.bonstettengut-gallery {
  padding-top: 150px;
  gap: 88px;
}

.bonstettengut-image {
  width: min(90vw, 1120px);
}

.bonstettengut-image-portrait,
.bonstettengut-image-cover {
  width: min(76vw, 760px);
}

@media (max-width: 900px) {
  .bonstettengut-gallery {
    padding-top: 76px;
    gap: 54px;
  }

  .bonstettengut-image,
  .bonstettengut-image-portrait,
  .bonstettengut-image-cover {
    width: min(92vw, 100%);
  }
}

.detail-page-the-move .project-copy {
  width: min(900px, calc(100% - 40px));
  text-align: center;
}

.detail-page-kleinkunsttag .project-copy {
  width: min(850px, calc(100% - 40px));
  text-align: center;
}

.detail-page-kinder-jugendarbeit .project-copy {
  width: min(850px, calc(100% - 40px));
  text-align: center;
}

.detail-page-albert-hair-design .project-copy {
  width: min(850px, calc(100% - 40px));
  text-align: center;
}

.detail-page-albert-hair-design .project-copy p + p {
  margin-top: 24px;
}

.albert-hair-design-cover {
  width: 620px;
  max-width: min(78vw, 620px);
}

.albert-hair-design-gallery {
  padding-top: 150px;
  gap: 88px;
}

.albert-hair-design-gallery-image {
  width: min(86vw, 850px);
}

@media (max-width: 900px) {
  .albert-hair-design-gallery {
    padding-top: 76px;
    gap: 54px;
  }
}

.detail-page-kinder-jugendarbeit .project-copy p + p {
  margin-top: 24px;
}

.kinder-jugendarbeit-cover {
  width: 620px;
  max-width: min(78vw, 620px);
}

.kinder-jugendarbeit-gallery {
  padding-top: 150px;
  gap: 88px;
}

.kinder-jugendarbeit-gallery-image {
  width: min(86vw, 850px);
}

@media (max-width: 900px) {
  .kinder-jugendarbeit-gallery {
    padding-top: 76px;
    gap: 54px;
  }
}

.detail-page-kleinkunsttag .project-copy p + p {
  margin-top: 24px;
}

.kleinkunsttag-cover {
  width: 620px;
  max-width: min(78vw, 620px);
}

.kleinkunsttag-gallery {
  padding-top: 150px;
  gap: 88px;
}

.kleinkunsttag-gallery-image {
  width: min(86vw, 850px);
}

@media (max-width: 900px) {
  .kleinkunsttag-gallery {
    padding-top: 76px;
    gap: 54px;
  }
}

.detail-page-the-move .project-copy p + p {
  margin-top: 24px;
}

.the-move-cover {
  object-position: center;
}

.the-move-gallery {
  padding-top: 150px;
  gap: 88px;
}

.the-move-gallery-image {
  width: min(86vw, 850px);
}

@media (max-width: 900px) {
  .the-move-gallery {
    padding-top: 76px;
    gap: 54px;
  }
}

.detail-page-aarezentrum .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.detail-page-aarezentrum .project-copy p + p {
  margin-top: 24px;
}

.aarezentrum-cover {
  object-position: center;
}

.aarezentrum-gallery {
  padding-top: 150px;
  gap: 100px;
}

.aarezentrum-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.aarezentrum-image-single {
  display: block;
  width: min(90vw, 980px);
  height: auto;
  object-fit: contain;
}

.aarezentrum-image-people {
  width: min(82vw, 720px);
}

@media (max-width: 900px) {
  .aarezentrum-gallery {
    padding-top: 76px;
    gap: 58px;
  }

  .aarezentrum-image-wide {
    width: min(92vw, 100%);
  }

  .aarezentrum-image-single {
    width: min(92vw, 100%);
  }

  .aarezentrum-image-people {
    width: min(86vw, 680px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--black);
  font-family: Lato, Arial, Helvetica, sans-serif;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: relative;
  width: min(100%, var(--page-width));
  height: 97px;
  margin: 0 auto;
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 97px;
  height: 97px;
  transform: translateX(-50%);
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  position: absolute;
  top: 32px;
  right: 47px;
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
}

.nav a:first-child {
  font-weight: 800;
}

.nav a {
  display: inline-block;
  min-width: max-content;
  transition: font-weight 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  font-weight: 900;
  -webkit-text-stroke: 0.45px currentColor;
  outline: none;
}

.home {
  position: relative;
  width: min(100%, var(--page-width));
  min-height: 2140px;
  margin: 0 auto;
  overflow: hidden;
}

.home-title {
  position: relative;
  z-index: 2;
  margin: 52px auto 0;
  text-align: center;
}

.home-title h1 {
  margin: 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 65px;
}

.home-title p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.54px;
}

.home-hero {
  --hero-side: clamp(260px, 25.9vw, 530px);
  --hero-main: clamp(390px, 38.1vw, 780px);
  --hero-offset: calc((var(--hero-main) / 2) + (var(--hero-side) / 2) + clamp(38px, 4.4vw, 90px));
  position: relative;
  left: 50%;
  width: min(100vw, 2048px);
  max-width: 2048px;
  height: calc(var(--hero-main) + 20px);
  margin: 54px 0 0;
  overflow: hidden;
  transform: translateX(-50%);
}

.home-slide {
  position: absolute;
  top: 50%;
  margin: 0;
  background: #f4f4f4;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition:
    left 920ms cubic-bezier(0.4, 0, 0.2, 1),
    width 920ms cubic-bezier(0.4, 0, 0.2, 1),
    height 920ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 700ms ease,
    transform 920ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: left, width, height, transform, opacity;
}

.home-slide.is-left,
.home-slide.is-right {
  width: var(--hero-side);
  height: var(--hero-side);
}

.home-slide.is-left {
  left: calc(50% - var(--hero-offset));
}

.home-slide.is-right {
  left: calc(50% + var(--hero-offset));
}

.home-slide.is-active {
  left: 50%;
  width: var(--hero-main);
  height: var(--hero-main);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

.home-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.black-button {
  display: grid;
  place-items: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 57px;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.black-button:hover,
.black-button:focus-visible {
  background: #fff;
  color: #000;
  box-shadow: inset 0 0 0 3px #000;
  outline: none;
}

.home-button {
  width: clamp(172px, 18vw, 222px);
  min-width: max-content;
  height: clamp(48px, 4.2vw, 57px);
  padding: 0 clamp(18px, 2vw, 28px);
  margin: 54px auto 0;
  line-height: 1;
}

.services {
  margin-top: 287px;
}

.services h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 57px;
  text-align: center;
}

.service-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 83px auto 0;
}

.service-tabs a {
  display: grid;
  place-items: center;
  min-width: 230px;
  height: 51px;
  padding: 0 18px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.48px;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.service-tabs a:hover,
.service-tabs a:focus-visible {
  background: #fff;
  color: #000;
  box-shadow: inset 0 0 0 3px #000;
  outline: none;
}


.agency-copy {
  display: grid;
  grid-template-columns: 539px 603px;
  gap: 62px;
  margin: 174px 0 0 156px;
}

.agency-copy h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.agency-copy p {
  margin: 2px 0 0;
  font-size: 18px;
  line-height: 25px;
}

.work-section {
  position: relative;
  width: min(100%, var(--page-width));
  height: 932px;
  margin: 0 auto;
  overflow: hidden;
}


.section-title {
  position: absolute;
  top: 86px;
  left: 50%;
  width: 484px;
  transform: translateX(-50%);
  text-align: center;
}

.first .section-title {
  top: 86px;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 57px;
  letter-spacing: 0;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.section-title p {
  margin: 0;
  font-size: 20px;
  line-height: 37px;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.section-title .is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.stage {
  --work-side-offset: 454px;
  --work-far-offset: 790px;
  position: absolute;
  top: 213px;
  left: 50%;
  width: var(--page-width);
  height: 485px;
  overflow: hidden;
  transform: translateX(-50%);
  touch-action: none;
}

.work-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 321px;
  height: 321px;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition:
    left 520ms cubic-bezier(0.4, 0, 0.2, 1),
    width 520ms cubic-bezier(0.4, 0, 0.2, 1),
    height 520ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.4, 0, 0.2, 1);
}

.work-card.small,
.work-card.is-left-far,
.work-card.is-right-far {
  width: 282px;
  height: 283px;
}

.work-card.active {
  left: 50%;
  width: 484px;
  height: 485px;
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.work-card.is-left {
  left: calc(50% - var(--work-side-offset));
  z-index: 2;
}

.work-card.is-right {
  left: calc(50% + var(--work-side-offset));
  z-index: 2;
}

.work-card.is-left-far {
  left: calc(50% - var(--work-far-offset));
  z-index: 1;
}

.work-card.is-right-far {
  left: calc(50% + var(--work-far-offset));
  z-index: 1;
}

.work-card:not(.active):hover {
  opacity: 0.72;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.placeholder {
  background: var(--grey);
}

.arrows {
  position: absolute;
  top: 779px;
  left: 50%;
  display: flex;
  gap: 169px;
  transform: translateX(-50%);
}

.arrow {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 160ms ease;
}


.arrow span {
  display: block;
  width: 100%;
  transform: translateY(-2px);
  text-align: center;
  line-height: 46px;
}

.arrow:hover,
.arrow:focus-visible {
  background: #fff;
  color: #000;
  box-shadow: inset 0 0 0 3px #000;
  outline: none;
}

.arrow:active {
  transform: scale(0.94);
}

.footer {
  width: min(100%, var(--page-width));
  min-height: 560px;
  margin: 0 auto;
  padding: 72px 170px 80px;
}

.footer h2 {
  margin: 0 0 72px;
  font-size: 48px;
  font-weight: 800;
  line-height: 57px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 188px;
  max-width: 820px;
  font-size: 18px;
  line-height: 25px;
}

.footer address {
  font-style: normal;
}

.mail {
  display: grid;
  place-items: center;
  width: 192px;
  height: 51px;
  margin-top: 28px;
  background: #000;
  color: #fff;
  font-size: 18px;
}

.legal {
  margin: 150px 0 0;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 900px) {
  .topbar {
    height: 92px;
  }

  .logo {
    top: 11px;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%);
  }

  .nav {
    right: 20px;
    gap: 12px;
    font-size: 12px;
  }

  .home {
    min-height: 1700px;
  }

  .home-title {
    margin-top: 40px;
    padding: 0 22px;
  }

  .home-title h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .home-title p {
    font-size: 13px;
    line-height: 24px;
  }

  .home-hero {
    --hero-side: clamp(180px, 49vw, 230px);
    --hero-main: clamp(280px, 72vw, 340px);
    --hero-offset: calc((var(--hero-main) / 2) + (var(--hero-side) / 2) + 34px);
    margin-top: 34px;
  }

  .home-button {
    width: min(46vw, 168px);
    min-width: 142px;
    height: 40px;
    padding: 0 14px;
    margin-top: 28px;
    font-size: 11px;
  }

  .services {
    margin-top: 190px;
  }

  .services h2 {
    font-size: 34px;
  }

  .service-tabs {
    flex-wrap: wrap;
    gap: 10px;
    width: min(100% - 40px, 520px);
    margin-top: 48px;
  }

  .service-tabs a {
    min-width: 0;
    width: 100%;
    height: 46px;
    font-size: 13px;
  }

  .agency-copy {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 80px 24px 0;
  }

  .agency-copy h3 {
    font-size: 30px;
    line-height: 37px;
  }

  .agency-copy p {
    font-size: 16px;
  }

  .work-section,
  .work-section.first {
    height: 760px;
  }

  .section-title {
    top: 76px;
    width: 100%;
    padding: 0 20px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title p {
    font-size: 15px;
    line-height: 28px;
  }

  .stage {
    --work-side-offset: 295px;
    --work-far-offset: 520px;
    top: 186px;
    width: 900px;
    height: 360px;
  }

  .work-card,
  .work-card.small,
  .work-card.is-left-far,
  .work-card.is-right-far {
    width: 215px;
    height: 215px;
  }

  .work-card.active {
    width: 324px;
    height: 325px;
  }

  .arrows {
    top: 610px;
    gap: 120px;
  }

  .footer {
    padding: 60px 24px;
  }

  .footer h2 {
    margin-bottom: 48px;
    font-size: 34px;
    line-height: 42px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 40px;
    font-size: 16px;
  }

  .legal {
    margin-top: 90px;
  }
}


.work-card-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.work-card-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card-link img.work-image-contain {
  object-fit: contain;
  background: #fff;
}

.detail-body {
  background: #fff;
}

.detail-topbar {
  height: 136px;
}

.detail-page {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  overflow: hidden;
}

.project-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.project-hero h1 {
  margin: 46px 0 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 57px;
}

.project-subtitle {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.project-cover {
  width: 559px;
  max-width: min(78vw, 559px);
  margin-top: 28px;
}

.project-copy {
  width: min(698px, calc(100% - 40px));
  margin-top: 68px;
  font-size: 20px;
  line-height: 30px;
}

.project-copy p {
  margin: 0;
}

.project-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 228px;
}

.gallery-image {
  display: block;
  max-width: min(86vw, 1167px);
  height: auto;
  object-fit: contain;
}

.gallery-image-one {
  width: 1167px;
}

.gallery-image-two {
  width: 1141px;
  margin-top: 96px;
  transform: rotate(10deg);
}

.gallery-image-three {
  width: 1133px;
  margin-top: 82px;
}

.gallery-image-four {
  width: 1150px;
  margin-top: 118px;
  transform: rotate(-13deg);
}

.gallery-image-five {
  width: 909px;
  margin-top: 112px;
}

.more-work {
  width: min(100%, var(--page-width));
  margin: 246px auto 150px;
  text-align: center;
}

.more-work h2 {
  margin: 0 0 34px;
  font-size: 48px;
  font-weight: 900;
  line-height: 57px;
}

.more-work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
  width: min(100% - 80px, 1416px);
  margin: 0 auto;
}

.more-work-item {
  display: block;
  text-align: center;
}

.more-work-item span {
  display: block;
  min-height: 37px;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0.6px;
}

.more-work-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 900px) {
  .detail-topbar {
    height: 112px;
  }

  .project-hero h1 {
    margin-top: 24px;
    font-size: 34px;
    line-height: 42px;
  }

  .project-subtitle,
  .project-copy,
  .more-work-item span {
    font-size: 15px;
    line-height: 24px;
  }

  .project-cover {
    max-width: 78vw;
    margin-top: 22px;
  }

  .project-copy {
    margin-top: 38px;
  }

  .project-gallery {
    padding-top: 90px;
  }

  .gallery-image-two,
  .gallery-image-three,
  .gallery-image-four,
  .gallery-image-five {
    margin-top: 58px;
  }

  .more-work {
    margin: 96px auto 84px;
  }

  .more-work h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 38px;
  }

  .more-work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    width: calc(100% - 40px);
  }
}


.project-cover-wide {
  width: 720px;
  max-width: min(86vw, 720px);
}

.project-copy-empty {
  min-height: 24px;
  margin-top: 42px;
}

.gernet-gallery {
  padding-top: 150px;
}

.gernet-image-phone {
  width: 760px;
  max-width: min(78vw, 760px);
}

.gernet-image-devices {
  width: 1180px;
  margin-top: 122px;
  max-width: min(92vw, 1180px);
}

.gernet-image-laptop {
  width: 980px;
  margin-top: 122px;
  max-width: min(86vw, 980px);
}

.gernet-image-portrait {
  width: 620px;
  margin-top: 122px;
  max-width: min(72vw, 620px);
}

@media (max-width: 900px) {
  .project-cover-wide {
    max-width: 88vw;
  }

  .project-copy-empty {
    min-height: 8px;
    margin-top: 24px;
  }

  .gernet-gallery {
    padding-top: 72px;
  }

  .gernet-image-devices,
  .gernet-image-laptop,
  .gernet-image-portrait {
    margin-top: 58px;
  }
}


.detail-page-thun .project-gallery {
  padding-top: 210px;
}

.detail-page-thun .gallery-image {
  transform: none;
  max-width: 100%;
}

.thun-image-cover {
  width: min(86vw, 980px);
}

.thun-image-open {
  width: min(86vw, 1070px);
  margin-top: 180px;
}

.thun-image-stack {
  width: min(92vw, 1180px);
  margin-top: 170px;
}

.thun-image-open-night {
  width: min(90vw, 1120px);
  margin-top: 180px;
}

.thun-image-flip {
  width: min(70vw, 620px);
  margin-top: 160px;
}

@media (max-width: 900px) {
  .detail-page-thun .project-gallery {
    padding-top: 96px;
  }

  .thun-image-cover,
  .thun-image-open,
  .thun-image-stack,
  .thun-image-open-night,
  .thun-image-flip {
    width: min(92vw, 100%);
    margin-top: 72px;
  }

  .thun-image-cover {
    margin-top: 0;
  }
}


.detail-page-hotel .project-copy {
  width: min(820px, calc(100% - 40px));
}

.hotel-cover {
  width: 720px;
  max-width: min(84vw, 720px);
}

.hotel-gallery {
  padding-top: 150px;
}

.hotel-image-wide {
  width: min(92vw, 1180px);
  margin-top: 122px;
}

.hotel-gallery .hotel-image-wide:first-child {
  margin-top: 0;
}

.hotel-image-card {
  width: min(74vw, 760px);
  margin-top: 122px;
}

@media (max-width: 900px) {
  .hotel-cover {
    max-width: 88vw;
  }

  .hotel-gallery {
    padding-top: 76px;
  }

  .hotel-image-wide,
  .hotel-image-card {
    width: min(92vw, 100%);
    margin-top: 58px;
  }
}


.project-cover,
.project-cover-wide,
.hotel-cover,
.victoria-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

@media (max-width: 900px) {
  .project-cover,
  .project-cover-wide,
  .hotel-cover,
  .victoria-cover {
    max-width: 78vw;
    max-height: 78vw;
  }
}


.detail-page-victoria .project-copy {
  width: min(820px, calc(100% - 40px));
}

.victoria-cover {
  width: 559px;
  max-width: min(78vw, 559px);
}

.victoria-gallery {
  padding-top: 150px;
}

.victoria-image-wide {
  width: min(90vw, 1120px);
  margin-top: 180px;
}

.victoria-gallery .victoria-image-wide:first-child {
  margin-top: 0;
}

@media (max-width: 900px) {
  .victoria-gallery {
    padding-top: 76px;
  }

  .victoria-image-wide {
    width: min(92vw, 100%);
    margin-top: 58px;
  }
}


.detail-page-eden .project-copy {
  width: min(760px, calc(100% - 40px));
}

.eden-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

.eden-gallery {
  padding-top: 150px;
}

.eden-image-wide {
  width: min(90vw, 1120px);
  margin-top: 180px;
}

.eden-gallery .eden-image-wide:first-child {
  margin-top: 0;
}

@media (max-width: 900px) {
  .eden-cover {
    max-width: 78vw;
    max-height: 78vw;
  }

  .eden-gallery {
    padding-top: 76px;
  }

  .eden-image-wide {
    width: min(92vw, 100%);
    margin-top: 58px;
  }
}

.detail-page-bethuned .project-copy {
  width: min(620px, calc(100% - 40px));
}

.bethuned-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

.bethuned-gallery {
  padding-top: 150px;
}

.bethuned-image-wide {
  width: min(90vw, 1120px);
  margin-top: 180px;
}

.bethuned-gallery .bethuned-image-wide:first-child {
  margin-top: 0;
}

@media (max-width: 900px) {
  .bethuned-cover {
    max-width: 78vw;
    max-height: 78vw;
  }

  .bethuned-gallery {
    padding-top: 76px;
  }

  .bethuned-image-wide {
    width: min(92vw, 100%);
    margin-top: 58px;
  }
}

.detail-page-natuerlich .project-copy {
  width: min(620px, calc(100% - 40px));
}

.detail-page-dampfschiff .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.detail-page-dampfschiff .project-copy p + p {
  margin-top: 24px;
}

.detail-page-dampfschiff .project-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dampfschiff-cover {
  object-position: center 65%;
}

.dampfschiff-gallery {
  padding-top: 150px;
}

.dampfschiff-image {
  width: min(88vw, 1040px);
  margin-top: 120px;
}

.dampfschiff-gallery .dampfschiff-image:first-child {
  margin-top: 0;
}

.detail-page-ngt .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.detail-page-ngt .project-copy p + p {
  margin-top: 24px;
}

.ngt-cover {
  object-position: center;
}

.ngt-gallery {
  padding-top: 150px;
  gap: 100px;
}

.ngt-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.ngt-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(94vw, 1380px);
  align-items: center;
}

.ngt-image-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ngt-sketch {
  width: min(78vw, 880px);
}

.detail-page-fahrsport .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.fahrsport-cover {
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.fahrsport-gallery {
  padding-top: 150px;
  gap: 100px;
}

.fahrsport-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.fahrsport-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(94vw, 1380px);
  align-items: center;
}

.fahrsport-image-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.fahrsport-sketch {
  width: min(78vw, 880px);
}

.detail-page-festtage .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.detail-page-festtage .project-copy p + p {
  margin-top: 24px;
}

.festtage-cover {
  object-position: center;
}

.festtage-gallery {
  padding-top: 150px;
  gap: 100px;
}

.festtage-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.festtage-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(94vw, 1380px);
  align-items: center;
}

.festtage-image-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.detail-page-panorama .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.detail-page-panorama .project-copy p + p {
  margin-top: 24px;
}

.panorama-cover {
  object-position: center;
}

.panorama-gallery {
  padding-top: 150px;
  gap: 100px;
}

.panorama-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.panorama-composite {
  width: min(94vw, 1500px);
  margin-top: 0;
}

.panorama-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(94vw, 1380px);
  align-items: center;
}

.panorama-image-row.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(90vw, 1120px);
}

.panorama-image-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.detail-page-schulcoaching .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.schulcoaching-cover {
  object-fit: contain;
  background: #fff;
}

.schulcoaching-gallery {
  padding-top: 150px;
  gap: 100px;
}

.schulcoaching-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.schulcoaching-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(94vw, 1380px);
  align-items: center;
}

.schulcoaching-image-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.schulcoaching-title-gallery {
  width: min(68vw, 620px);
  margin-top: 0;
}

.detail-page-ngt-corporate .project-copy {
  width: min(820px, calc(100% - 40px));
  text-align: center;
}

.detail-page-ngt-corporate .project-copy p + p {
  margin-top: 18px;
}

.ngt-corporate-cover {
  object-fit: contain;
  background: #fff;
}

.ngt-corporate-gallery {
  padding-top: 150px;
  gap: 100px;
}

.ngt-corporate-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.ngt-corporate-image-small {
  width: min(54vw, 480px);
  margin-top: 0;
}

.ngt-corporate-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(94vw, 1380px);
  align-items: center;
}

.ngt-corporate-image-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .dampfschiff-gallery {
    padding-top: 76px;
  }

  .dampfschiff-image {
    width: min(92vw, 100%);
    margin-top: 58px;
  }

  .ngt-gallery {
    padding-top: 76px;
    gap: 58px;
  }

  .ngt-image-wide,
  .ngt-sketch {
    width: min(92vw, 100%);
  }

  .ngt-image-row {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
  }

  .fahrsport-gallery {
    padding-top: 76px;
    gap: 58px;
  }

  .fahrsport-image-wide,
  .fahrsport-sketch {
    width: min(92vw, 100%);
  }

  .fahrsport-image-row {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
  }

  .festtage-gallery {
    padding-top: 76px;
    gap: 58px;
  }

  .festtage-image-wide {
    width: min(92vw, 100%);
  }

  .festtage-image-row {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
  }

  .panorama-gallery {
    padding-top: 76px;
    gap: 58px;
  }

  .panorama-image-wide {
    width: min(92vw, 100%);
  }

  .panorama-composite {
    width: min(96vw, 100%);
  }

  .panorama-image-row,
  .panorama-image-row.three {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
  }

  .schulcoaching-gallery {
    padding-top: 76px;
    gap: 58px;
  }

  .schulcoaching-image-wide {
    width: min(92vw, 100%);
  }

  .schulcoaching-title-gallery {
    width: min(78vw, 100%);
  }

  .schulcoaching-image-row {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
  }

  .ngt-corporate-gallery {
    padding-top: 76px;
    gap: 58px;
  }

  .ngt-corporate-image-wide {
    width: min(92vw, 100%);
  }

  .ngt-corporate-image-small {
    width: min(72vw, 480px);
  }

  .ngt-corporate-image-row {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
  }
}

.natuerlich-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

.natuerlich-gallery {
  padding-top: 150px;
  gap: 100px;
}

.natuerlich-image-wide {
  width: min(88vw, 1160px);
  margin-top: 0;
}

.natuerlich-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(96vw, 1480px);
  align-items: center;
}

.natuerlich-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(99vw, 1780px);
}

.natuerlich-image-row img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.natuerlich-row-three img {
  aspect-ratio: 1952 / 1319;
  height: 430px;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .natuerlich-cover {
    max-width: 78vw;
    max-height: 78vw;
  }

  .natuerlich-gallery {
    padding-top: 76px;
    gap: 70px;
  }

  .natuerlich-image-wide {
    width: min(92vw, 100%);
  }

  .natuerlich-image-row {
    width: min(96vw, 100%);
  }

  .natuerlich-image-row,
  .natuerlich-row-three {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .natuerlich-row-three img {
    height: auto;
  }
}

.detail-page-wandel .project-copy {
  width: min(760px, calc(100% - 40px));
}

.wandel-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

.wandel-gallery {
  padding-top: 150px;
  gap: 180px;
}

.wandel-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  width: min(90vw, 1080px);
  align-items: center;
}

.wandel-image-pair img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wandel-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

@media (max-width: 900px) {
  .wandel-cover {
    max-width: 78vw;
    max-height: 78vw;
  }

  .wandel-gallery {
    padding-top: 76px;
    gap: 70px;
  }

  .wandel-image-pair {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
    gap: 34px;
  }

  .wandel-image-wide {
    width: min(92vw, 100%);
  }
}

.detail-page-kaliedoskop .project-copy {
  width: min(680px, calc(100% - 40px));
}

.kaliedoskop-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

.kaliedoskop-gallery {
  padding-top: 150px;
  gap: 180px;
}

.kaliedoskop-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  width: min(88vw, 980px);
  align-items: center;
}

.kaliedoskop-image-pair img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.kaliedoskop-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.kaliedoskop-image-small {
  width: min(72vw, 760px);
  margin-top: 0;
}

@media (max-width: 900px) {
  .kaliedoskop-cover {
    max-width: 78vw;
    max-height: 78vw;
  }

  .kaliedoskop-gallery {
    padding-top: 76px;
    gap: 70px;
  }

  .kaliedoskop-image-pair {
    grid-template-columns: 1fr;
    width: min(92vw, 100%);
    gap: 34px;
  }

  .kaliedoskop-image-wide,
  .kaliedoskop-image-small {
    width: min(92vw, 100%);
  }
}

.detail-page-glp .project-copy {
  width: min(780px, calc(100% - 40px));
}

.glp-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

.glp-gallery {
  padding-top: 150px;
  gap: 170px;
}

.glp-image-wide {
  width: min(90vw, 1120px);
  margin-top: 0;
}

.glp-image-portrait {
  width: min(72vw, 720px);
  margin-top: 0;
}

@media (max-width: 900px) {
  .glp-cover {
    max-width: 78vw;
    max-height: 78vw;
  }

  .glp-gallery {
    padding-top: 76px;
    gap: 70px;
  }

  .glp-image-wide,
  .glp-image-portrait {
    width: min(92vw, 100%);
  }
}

.detail-page-kirche .project-copy {
  width: min(720px, calc(100% - 40px));
}

.kirche-cover {
  width: 559px;
  height: 559px;
  max-width: min(78vw, 559px);
  max-height: min(78vw, 559px);
  object-fit: cover;
}

.kirche-gallery {
  padding-top: 150px;
  gap: 170px;
}

.kirche-gallery .gallery-image {
  width: min(90vw, 1120px);
  max-height: 760px;
  object-fit: contain;
  margin-top: 0;
}

.kirche-image-wide,
.kirche-image-portrait {
  width: min(90vw, 1120px);
}

@media (max-width: 900px) {
  .kirche-cover {
    max-width: 78vw;
    max-height: 78vw;
  }

  .kirche-gallery {
    padding-top: 76px;
    gap: 70px;
  }

  .kirche-image-wide,
  .kirche-image-portrait {
    width: min(92vw, 100%);
  }
}
