html.is-changing .transition-fade {
  transition: opacity 0.7s;
  opacity: 1;
}

html.is-changing .transition-fade-2 {
  transition-property: opacity;
  transition-delay: 0.15s;
  transition-duration: 0.7s;
  opacity: 1;
}

html.is-changing .transition-fade-3 {
  transition-property: opacity;
  transition-delay: 0.3s;
  transition-duration: 0.7s;
  opacity: 1;
}

html.is-changing .transition-fade-4 {
  transition-property: opacity;
  transition-delay: 0.45s;
  transition-duration: 0.7s;
  opacity: 1;
}

html.is-animating .transition-fade, html.is-animating .transition-fade-2, html.is-animating .transition-fade-3 {
  opacity: 0;
}

.transition-fade, .transition-fade-2, .transition-fade-3 {
  transition-timing-function: cubic-bezier(0.78, 0, 0.2, 1);
}

body {
  background: #fff;
  --text-color: #000;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, span, a, div {
  color: var(--text-color);
}

footer {
  display: none;
}

main.wp-block-group {
  margin: 0;
}

h3 {
  font-size: 1.8rem !important;
}

#swup .wp-site-blocks {
  overflow: hidden;
}

.nav {
  position: fixed;
  left: 2rem;
  top: 5.4rem;
  z-index: 10;
}
.nav:has(a:hover) a {
  filter: blur(2px);
}
.nav .nav__link {
  font-size: 4.5rem;
  line-height: 1;
  margin: 0;
}
.nav .nav__link.auftragsarbeit a {
  margin-bottom: 1rem;
}
.nav .nav__link a {
  display: block;
  transition: 0.3s;
  letter-spacing: -0.2rem;
}
.nav .nav__link a:hover {
  filter: blur(0px);
}

.artist {
  position: fixed;
  top: 2rem;
  left: 2rem;
  margin: 0;
  max-width: 44vw;
  text-align: right;
  z-index: 10;
}

.about, .imprint {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 34rem;
  max-width: calc(100vw - 4rem) !important;
  z-index: 10;
}

div.imprint {
  top: unset;
  bottom: 2rem;
}
div.imprint a {
  font-family: "PP Neue Montreal";
}

@media screen and (max-width: 1024px) {
  .nav .nav__link {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .nav {
    top: 3rem;
    left: 1rem;
  }
  .nav .nav__link {
    font-size: 2.7rem;
    line-height: 1.1;
  }
  .nav .nav__link a {
    letter-spacing: unset;
  }
  .nav .nav__link.auftragsarbeit a {
    margin-bottom: 0.6rem !important;
  }
  .artist {
    top: 1rem;
    left: 1rem;
    font-size: 1.2rem !important;
    text-align: left;
    max-width: unset;
  }
  .artist a {
    font-weight: 400 !important;
  }
  .about, .imprint {
    position: unset;
  }
  .about .about__text, .about a, .imprint .about__text, .imprint a {
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  .about a::before, .imprint a::before {
    content: url(/icons/pfeil-zurueck.svg);
    width: 16px;
    rotate: 180deg;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
  }
  .mobile-bottom-right {
    position: fixed;
    z-index: 2;
    right: 1rem;
    bottom: 1rem;
    gap: 6px !important;
  }
}
.page-id-17 .artist a, .page-id-680 .artist a {
  background: #fff;
  box-shadow: #fff 0px 3px 18px 20px;
  border-radius: 4px;
}
.page-id-17 .zurueck, .page-id-680 .zurueck {
  z-index: 10;
}
.page-id-17 .zurueck a, .page-id-680 .zurueck a {
  background: #fff;
  box-shadow: #fff 8px 8px 12px 8px;
  border-radius: 4px;
}

.zurueck {
  z-index: 10;
}

.entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.scroll-container {
  align-items: center !important;
  justify-items: center !important;
  padding-block: 40vh;
  width: 100vw;
  padding-inline: 14vw;
  gap: 5rem;
}
.scroll-container figure {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.scroll-container img {
  width: auto;
  max-height: 15rem;
  height: auto;
  transition: 0.3s;
}
.scroll-container img:hover {
  scale: 1.04;
}
.scroll-container figcaption {
  text-align: center;
  color: black;
  margin-top: 0.5rem;
}

figure, img, a {
  outline: none !important;
}

@media screen and (max-width: 600px) {
  .scroll-container {
    padding-inline: 2rem;
    padding-block: 30vh;
  }
  .scroll-container img {
    max-height: unset;
  }
}
@media screen and (min-width: 1300px) {
  .scroll-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .scroll-container img {
    max-height: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-container {
    padding-inline: 9rem;
    gap: 2rem;
  }
  .scroll-container img {
    max-height: 12rem;
  }
}
@media screen and (max-width: 600px) {
  .scroll-container {
    padding-inline: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6rem;
  }
  .scroll-container img {
    max-height: unset;
  }
}
.portrait {
  margin-bottom: 4rem;
}
.portrait img {
  border-radius: 32px;
}

.ueber-text-container {
  padding: 20vh 14vw;
}
.ueber-text-container .ueber-text {
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 2rem;
}
.ueber-text-container .ueber-text:last-of-type {
  text-align: left;
}
.ueber-text-container .ueber-text a {
  color: #4444af;
}

@media screen and (max-width: 1024px) {
  .ueber-text-container {
    padding: 15vh 8vw;
  }
  .ueber-text-container .ueber-text {
    margin-bottom: 1rem;
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .ueber-text-container {
    padding: 15vh 3rem;
  }
  .ueber-text-container .ueber-text {
    font-size: 1.25rem !important;
    line-height: 1.2;
    margin-bottom: 1rem;
    padding: unset !important;
  }
  .portrait img {
    border-radius: 1rem;
    width: 260px !important;
  }
}
.single .entry-content + .wp-block-group,
.single main > .wp-block-group:first-child {
  display: none;
}

.zurueck {
  position: fixed;
  left: 2rem;
  top: 5rem;
  font-size: 1.5rem;
}
.zurueck a::before {
  content: url("/icons/pfeil-zurueck.svg");
  width: 26px;
  display: inline-block;
  margin-right: 12px;
  transition: 0.2s;
}
.zurueck:hover {
  padding-right: 4px;
}
.zurueck:hover a::before {
  margin-right: 8px;
}

.stack {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center !important;
  padding-bottom: 2rem;
  gap: 2rem !important;
  height: calc(100dvh - 5.5rem);
  width: 100vw;
  position: absolute;
  bottom: 0;
}

.single img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background-color: transparent !important;
  max-height: calc(100dvh - 13.5rem) !important;
  padding-inline: 1rem;
}

.werk-info {
  gap: 0 !important;
  flex-direction: column;
  padding-inline: 1rem;
}
.werk-info * {
  text-align: center;
}

html.is-changing .single {
  cursor: auto;
}

.eckdaten-h {
  margin-bottom: 0.25rem !important
}

@media screen and (max-width: 600px) {
  .zurueck {
    left: 1rem;
    top: 2.7rem;
  }
  .werk-info__details {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=main.css.map */