@font-face {
  font-family: "Synt";
  src: url("../type/KPLSynt-Regular.woff");
  font-style: normal;
}
@font-face {
  font-family: "Synt";
  src: url("../type/KPLSynt-Italic.woff");
  font-style: italic;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  font-size: 0.85vw;
  -webkit-font-smoothing: antialiased;
  --main: 4.6rem;
  --medium: 2.6rem;
}
@media (max-width: 670px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 1.3vw;
  }
}

body {
  font-family: "Synt";
  font-size: 1.6rem;
  line-height: 1;
  margin: 0.75em 1em 1em;
  position: relative;
  font-variant-numeric: oldstyle-nums;
  counter-reset: line-count;
  -webkit-font-smoothing: antialiased;
}
body.en [data-lang=en] {
  display: block;
}
body.en [data-lang=de] {
  display: none;
}
body.de [data-lang=de] {
  display: block;
}
body.de [data-lang=en] {
  display: none;
}
@media (max-width: 670px) {
  body {
    margin: 1em;
  }
}

strong {
  font-weight: normal;
}

.line-count {
  counter-increment: line-count;
}

.line-count::before {
  content: counter(line-count);
  font-variant-numeric: normal;
  position: absolute;
  left: 0;
}

h1, h2, p, li, .location, .dates, .parent, .lang-toggle {
  font-size: var(--main);
  font-weight: normal;
  display: block;
}

.dates, .parent, .location {
  padding-left: 1.25em;
}
@media (max-width: 670px) {
  .dates, .parent, .location {
    padding-left: 1.5em;
  }
}

.parent {
  padding-left: 2.5em;
}

.dates span {
  opacity: 0;
}

h1, h2 {
  text-align: center;
}

a {
  color: black;
}
a:hover {
  font-style: italic;
}

.parent-title:hover {
  cursor: pointer;
}
.parent-title:hover span, .parent-title:hover:after {
  font-style: italic;
  -webkit-font-smoothing: subpixel-antialiased;
}
.parent-title span:after {
  content: ";";
}
.parent-content {
  padding-left: 1.25em;
  width: calc(100% - 2.5em);
  display: none;
}
@media (max-width: 670px) {
  .parent-content {
    padding-left: 0;
    width: 100%;
  }
}
.parent-content-txt {
  margin-bottom: 1em;
}
.parent-content-txt h1 {
  margin: 1em 0;
}
.parent-content-txt h2 {
  max-width: 70%;
  margin: 1em auto;
}
.parent-content-txt p + p {
  text-indent: 2em;
}
.parent-content-txt hr {
  border: none;
  margin-top: 1em;
}
.parent-content-txt figure {
  max-width: 32rem;
  margin-top: 1em;
}
@media (max-width: 670px) {
  .parent-content-txt figure {
    max-width: 70%;
  }
}
.parent-content-txt figure img {
  max-width: 100%;
  display: block;
}
.parent-content-item:nth-of-type(2) {
  padding-left: 2.5em;
}
.parent-content-item:hover {
  cursor: pointer;
}
.parent-content-item:hover span {
  font-style: italic;
}
.parent-content-item.text {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 670px) {
  .parent-content-item.text {
    max-width: 100%;
  }
}
.parent-content-item.text .author {
  display: block;
}
.parent-content-item:hover {
  cursor: pointer;
}
.parent-content-text {
  margin: 0 0 1em 0;
  display: none;
}
.parent-content-text p {
  font-size: var(--main);
  text-indent: 0;
  position: relative;
}
.parent-content-text p + p {
  margin-top: 1em;
}
.parent-content-text p a {
  color: black;
  border-bottom: 1px solid;
}
.parent-content-text figure {
  display: table;
  max-width: 80%;
  margin: 1em auto;
}
.parent-content-text figure figcaption {
  font-size: 2.2rem;
  padding-top: 0.25em;
}
@media (max-width: 670px) {
  .parent-content-text figure figcaption {
    font-size: 2.6rem;
  }
}
.parent-content-text sup + li {
  position: absolute;
  max-width: 55%;
  left: 50%;
  transform: translate(-50%);
  background: white;
  padding: 0.35em 0.5em 0.5em;
  border-radius: 2rem;
  box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
}
@media (max-width: 670px) {
  .parent-content-text sup + li {
    max-width: 90%;
    transform: none;
    left: inherit;
  }
}
.parent-content-text sup + li a {
  display: none;
}
.parent-content-text sup + li p {
  font-size: 2.2rem;
  line-height: 1.1;
}
.parent-content-text blockquote {
  margin: 1em 1em 1em 4em;
}

[data-slug=artists] .parent-content {
  display: block !important;
}

.footnotes {
  max-width: 70%;
  margin-top: 1em;
}
@media (max-width: 670px) {
  .footnotes {
    max-width: 90%;
  }
}
.footnotes hr {
  display: none;
}
.footnotes ol {
  list-style: decimal;
  font: inherit;
  font-size: 2.2rem;
  counter-reset: line-num;
}
.footnotes ol li p {
  font-size: 2.2rem;
  line-height: 1.1;
  display: inline-block;
}
@media (max-width: 670px) {
  .footnotes ol li p {
    font-size: 2.6rem;
  }
}
.footnotes ol li p::before {
  counter-increment: line-num;
  content: counter(line-num);
  font-size: 2.2rem;
  font-variant-numeric: normal;
  display: inline-block;
  margin-right: 1.5em;
}
.footnotes ol li p a {
  border-bottom: 0;
}

.note-container sup + li {
  position: absolute;
  max-width: 55%;
  left: 50%;
  transform: translate(-50%);
  background: white;
  padding: 0.35em 0.5em 0.5em;
  border-radius: 2rem;
  box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
}
.note-container sup + li p {
  text-indent: 0;
}
@media (max-width: 670px) {
  .note-container sup + li {
    max-width: 90%;
    transform: none;
    left: inherit;
  }
}
.note-container sup + li a {
  display: none;
}
.note-container sup + li p {
  font-size: 2.2rem;
  line-height: 1.1;
}
.note-container sup {
  padding-left: 0.5rem;
}
.note-container sup a {
  color: black;
}
.note-container sup:hover + li {
  display: block;
}

sup {
  font-size: 3rem;
  line-height: 1;
}
sup a {
  border-bottom: 0 !important;
}

.lang-toggle {
  font: inherit;
  font-size: var(--main);
  position: fixed;
  top: 0.25em;
  right: 0.5em;
}
.lang-toggle span:hover {
  cursor: pointer;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

p.line-count span {
  opacity: 0;
}
p.line-count span.credit {
  opacity: 1;
  padding-left: 1.25em;
}
p.line-count span.credit a {
  color: black;
}

img {
  max-width: 100%;
  display: block;
}

.show {
  opacity: 1 !important;
  padding-left: 1.25em;
}

figure.inline {
  max-width: 46rem;
  padding: 1em 0 0.5em 3.5em;
}

[data-slug=texts] .text .title {
  margin-bottom: 1em;
}

.images {
  margin: 1em 0 0;
}

figcaption p {
  font-size: var(--medium);
  margin: 0.25em 0 0.5em;
}

.videos video {
  max-width: 100%;
  display: block;
}
.videos video + video {
  margin-top: 0.5em;
}

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