@charset "UTF-8";
html {
  --color-3: #10004e;
  --color-1: #eae5e5;
  --color-4: #10004e;
  --color-5: #ffffff;
  --color-6: #ff0000;
  --color-7: #e7c8ff;
  /* Replaced --color-X5 */
  --dashed: 1px;
  --margin-home-boxes: 5px;
  --margin-subpage-general: 16px;
  font-size: 16px;
  overflow-x: hidden;
  color: #ffffff;
  /* Updated */
  font-family: "Oracle", sans-serif;
  height: 100%;
}
html body.parent-page {
  background-color: #10004e;
}
html body.parent-page .main-title {
  -webkit-text-stroke: 3px var(--color-5);
  /* Outline color on hover */
}
html body.parent-page .main-title:hover {
  -webkit-text-stroke: 10px var(--color-5);
  /* Outline color on hover */
  -webkit-animation: outlineAnimation 1s ease;
          animation: outlineAnimation 1s ease;
  /* Animate the outline */
}
@-webkit-keyframes outlineAnimation {
  0% {
    -webkit-text-stroke: 10px var(--color-5);
  }
  100% {
    -webkit-text-stroke: 30px var(--color-5);
  }
  100% {
    -webkit-text-stroke: 10px var(--color-5);
  }
}
@keyframes outlineAnimation {
  0% {
    -webkit-text-stroke: 10px var(--color-5);
  }
  100% {
    -webkit-text-stroke: 30px var(--color-5);
  }
  100% {
    -webkit-text-stroke: 10px var(--color-5);
  }
}
html body.parent-page div {
  color: #ffffff;
}
html body.child-page {
  color: #10004e;
  background-color: #ffffff;
}
html body.child-page .main-title {
  -webkit-text-stroke-width: 0.02em;
  -webkit-text-stroke-color: #10004e;
}
html body.child-page .main-title:hover {
  -webkit-text-stroke: 10px var(--color-3);
  /* Outline color on hover */
  -webkit-animation: outlineAnimation2 1s ease;
          animation: outlineAnimation2 1s ease;
  /* Animate the outline */
}
@-webkit-keyframes outlineAnimation2 {
  0% {
    -webkit-text-stroke: 10px transparent;
  }
  100% {
    -webkit-text-stroke: 30pxvar --color-3;
  }
  100% {
    -webkit-text-stroke: 10px var(--color-3);
  }
}
@keyframes outlineAnimation2 {
  0% {
    -webkit-text-stroke: 10px transparent;
  }
  100% {
    -webkit-text-stroke: 30pxvar --color-3;
  }
  100% {
    -webkit-text-stroke: 10px var(--color-3);
  }
}
html body.child-page div {
  color: #10004e;
}
html em {
  font-style: italic;
}

::-moz-selection {
  background-color: var(--color-3);
  color: #ffffff;
}

::selection {
  background-color: var(--color-3);
  color: #ffffff;
}

@font-face {
  font-family: "Oracle";
  src: url("/assets/font/ABCOracle-Regular.woff2"), url("/assets/font/ABCOracle-RegularItalic.woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalice";
  src: url("/assets/font/Kalice-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
body {
  margin: calc(2 * (var(--margin-subpage-general))) var(--margin-subpage-general);
  margin-bottom: 3em;
}
body .parent-page {
  color: #10004e;
}
body .child-page {
  color: #ffffff;
}

main {
  padding-top: var(--margin-home-boxes);
}

a,
a:visited {
  color: var(--color-4);
  word-break: break-word;
}

.interview-entry > p > a:hover,
.essay-text > p > a:hover {
  font-style: italic;
  background-color: #f0d5ff;
}

.interview-entry > p > a::before,
.essay-text > p > a::before {
  content: "↗ ";
  display: inline-block;
  margin-right: 0.2em;
  /* Space between arrow and link text */
}

.chapter-container {
  margin-top: 1em;
  margin-left: 1.8em;
  margin-right: 1.8em;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1.8em;
       column-gap: 1.8em;
}
.chapter-container .main-title {
  display: flex;
  align-items: center;
}
.chapter-container.wide-chapter {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0em;
       column-gap: 0em;
}

.chapter-entry {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 3.8em;
  width: 100%;
}
.chapter-entry a {
  color: #ffffff;
}
.chapter-entry .main-title {
  margin-bottom: 0.16em;
}

em,
i {
  font-style: italic;
}

strong {
  text-transform: uppercase;
}

.header {
  position: fixed;
  top: calc(var(--margin-subpage-general) - 3.5px);
  width: calc(100vw - var(--margin-subpage-general) - var(--margin-subpage-general));
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  font-size: 1.2em;
}

.logo,
.language-toggle {
  display: flex;
  align-items: center;
}

.logo {
  font-family: "Kalice";
}

.page-index {
  position: fixed;
  left: 50vw;
  text-align: center;
  justify-content: center;
  transform: translate(-50%, 0%);
  background-color: #ffffff;
}

.language-toggle {
  justify-content: flex-end;
}

.header.child-page div,
.header.parent-page div {
  padding: 0.3em 0.7em;
  border-radius: 2em;
}

.header.child-page div {
  background-color: #10004e;
  border: 1px solid #10004e;
}
.header.child-page a {
  color: #ffffff;
}
.header.child-page .page-index {
  border: 1px solid #10004e;
  background-color: #ffffff;
}
.header.child-page .page-index a {
  padding-left: -3rem;
  color: #10004e;
}
.header.child-page .language-toggle {
  border: 1px solid #10004e;
  background-color: #ffffff;
}
.header.child-page .language-toggle a {
  color: #10004e;
}

.header.parent-page div {
  background-color: #10004e;
  border: 1px solid var(--color-5);
  transition: background-color 0.5s ease, color 0.5s ease;
  /* Added transition */
}
.header.parent-page div:hover {
  background-color: #10004e;
  /* Set to the same color as the original */
  color: var(--color-6);
}
.header.parent-page a {
  color: var(--color-5);
  transition: color 0.5s ease, background-color 0.5s ease;
  /* Added transition */
}
.header.parent-page a:hover {
  color: var(--color-6);
  background-color: #10004e;
  /* Set to the same color as the original */
}
.header.parent-page .page-index {
  border: 1px solid var(--color-5);
  background-color: var(--color-5);
  transition: background-color 0.5s ease, color 0.5s ease;
  /* Added transition */
}
.header.parent-page .page-index:hover {
  background-color: var(--color-7);
  /* Change to var(--color-7) on hover */
  color: var(--color-6);
}
.header.parent-page .page-index a {
  color: #10004e;
  transition: color 0.5s ease;
  /* Removed background-color transition */
}
.header.parent-page .page-index a:hover {
  color: var(--color-6);
  /* Change text color only */
  /* No background-color change for the link */
}
.header.parent-page .language-toggle {
  border: 1px solid var(--color-5);
  transition: background-color 0.5s ease, color 0.5s ease;
  /* Added transition */
}
.header.parent-page .language-toggle:hover {
  background-color: #10004e;
  /* Set to the same color as the original */
  color: var(--color-6);
}
.header.parent-page .language-toggle a {
  color: var(--color-5);
  transition: color 0.5s ease, background-color 0.5s ease;
  /* Added transition */
}
.header.parent-page .language-toggle a:hover {
  color: var(--color-6);
  background-color: #10004e;
  /* Set to the same color as the original */
}

footer {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  font-size: 0.6em;
}

.subpage {
  margin-left: calc(var(--margin-home-boxes) + 5px);
  margin-right: calc(var(--margin-home-boxes) + 5px);
}

.title-area {
  padding-top: 0.9em;
  margin-left: calc(var(--margin-home-boxes) + 2px);
  margin-right: calc(var(--margin-home-boxes) + 2px);
}

.main-title {
  font-family: "Kalice";
  letter-spacing: 0.02em;
  margin-bottom: 0.16em;
  font-size: 5.8em;
  line-height: 1.05em;
}

.main-title:hover {
  -webkit-text-stroke: 10px white;
  /* Outline color on hover */
  -webkit-animation: outlineAnimation 1s ease;
          animation: outlineAnimation 1s ease;
  /* Animate the outline */
}

@keyframes outlineAnimation {
  0% {
    -webkit-text-stroke: 10px transparent;
  }
  100% {
    -webkit-text-stroke: 30px white;
  }
  100% {
    -webkit-text-stroke: 10px white;
  }
}
.author,
.menu-subtitle {
  font-size: 1.65em;
}

.author.mailart {
  margin-bottom: 3em;
}

.gallery {
  display: flex;
  justify-content: flex-start;
  gap: 0.4em;
  align-items: flex-end;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%;
}
.gallery.mobile-switch {
  flex-direction: row-reverse;
}
.gallery.mobile-switch.two-images {
  flex-direction: row;
}
.gallery .key-image.portrait-image img {
  height: 40vh;
  width: auto;
  max-width: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 0;
}
.gallery .key-image img {
  height: 750px;
  width: auto;
  max-width: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 0;
}
.gallery .second-image {
  margin-left: 0vw;
}
.gallery .second-image img {
  height: 350px;
  width: auto;
}
.gallery .image-caption {
  padding-bottom: 375px;
  margin-bottom: 1em;
}
.gallery .image-caption.portrait-caption {
  padding-bottom: 125px;
}
.gallery .image-caption p {
  font-size: 0.9em;
  line-height: 1.15em;
}

.artist-bio {
  font-size: 2.2em;
  line-height: 1.05em;
  width: 65vw;
  margin-bottom: 2em;
}

.opening-statement {
  font-size: 2.2em;
  line-height: 1.05em;
  width: 65vw;
  margin-bottom: 0.2em;
}

.opening-area {
  margin-top: 1.8em;
  margin-bottom: 8em;
}

.statement-credit {
  font-size: 0.9em;
}

.work-description,
.artist-exhibition-history,
.artist-website {
  font-size: 1.5em;
  line-height: 1.15em;
  width: 58vw;
  margin-left: 33vw;
  margin-bottom: 1.5em;
}
.work-description a,
.artist-exhibition-history a,
.artist-website a {
  color: inherit;
}

.essay-text,
.interview {
  font-size: 1.4em;
  line-height: 1.15em;
  max-width: 66vw;
}
.essay-text strong,
.interview strong {
  margin-top: 1em;
  text-transform: uppercase;
}

.video-file {
  position: relative;
  max-width: 66vw;
  padding-top: 37.5%;
  /* Aspect ratio: 9 / 16 = 56.25% for full width, adjust for smaller sizes */
}

.video-file iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-cap-container {
  width: 66vw;
}

.video-image-caption {
  font-size: 0.9em;
  line-height: 1.15em;
  padding-top: 0.3em;
  padding-bottom: 1.8em;
  padding-right: 34vw;
  margin: auto;
  text-align: center;
}

.footnote-entry .footnotereverse a,
.footnote a {
  font-size: 0.9em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.7em;
  height: 1.3em;
  padding: 0 0.4em;
  border-radius: 1em;
  color: #ffffff;
  background-color: var(--color-3);
  text-decoration: none;
  margin: 0em 0.3em 0em 0.5em;
}

.footnote-number {
  font-size: 0.9em;
  color: #ffffff;
  background-color: var(--color-3);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.7em;
  /* Set a minimum width for a pill shape */
  height: 1.3em;
  /* Set a fixed height */
  padding: 0 0.4em;
  /* Add padding to make the pill elongated */
  border-radius: 1em;
  margin: 0em 0.3em 0em 0em;
  text-decoration: none;
}

.footnote-entry a:not(.footnotereverse a) {
  color: yellow;
}

.footnote-entry {
  margin-bottom: 1em;
  color: yellow;
}

.main-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  margin-left: 16vw;
  align-items: flex-start;
}
.main-content speaker-container {
  display: block;
}
.main-content .essay-text,
.main-content .interview {
  flex-grow: 6;
  width: 70%;
  margin-right: 2vw;
}
.main-content .essay-text p,
.main-content .interview p {
  margin: 0;
  margin-bottom: 1em;
}
.main-content .essay-text .speaker-tag,
.main-content .interview .speaker-tag {
  position: relative;
}
.main-content .essay-text .speaker-tag p,
.main-content .interview .speaker-tag p {
  margin-bottom: 1em;
}
.main-content .essay-text .interviewer,
.main-content .interview .interviewer {
  margin-left: 16em;
  margin-bottom: 0;
}
.main-content .essay-text .interview-kontext,
.main-content .interview .interview-kontext {
  font-size: 0.9rem;
  line-height: 1.15em;
}
.main-content .essay-text .interviewer-tag,
.main-content .interview .interviewer-tag {
  position: absolute;
  left: 16em;
  /* Match the interview column margin */
}
.main-content .essay-text .essay-image img,
.main-content .interview .essay-image img {
  width: 100%;
}
.main-content .essay-text .essay-image p,
.main-content .interview .essay-image p {
  font-size: 0.9rem;
  line-height: 1.15rem;
  text-align: center;
  margin-left: 1em;
  margin-right: 1em;
}
.main-content .speaker-tag {
  display: flex;
  flex-grow: 6;
  width: 70%;
}
.main-content .footnotes,
.main-content .speaker-empty {
  font-size: 0.9em;
  line-height: 1.15em;
  flex-grow: 4;
  width: 20%;
}
.main-content .footnotes li,
.main-content .speaker-empty li {
  margin-bottom: 1em;
}
.main-content .footnotes a,
.main-content .speaker-empty a {
  color: var(--color-2);
}

.highlight-footnote .footnote-number {
  color: var(--color-3);
  background-color: #ffffff;
  border: var(--color-3) solid 1px;
  transition: color 0.1s ease;
}

a.highlight-footnote {
  color: var(--color-3);
  background-color: #ffffff;
  border: var(--color-3) solid 1px;
  transition: color 0.1s ease;
}

sup.highlight-footnote-persistent a {
  color: var(--color-3);
  background-color: #ffffff;
  border: var(--color-3) solid 1px;
  transition: color 0.1s ease;
}

li.highlight-footnote-persistent {
  padding-left: 3em;
  transition: padding-left 0.3s ease;
}
li.highlight-footnote-persistent .footnote-number {
  color: var(--color-3);
  background-color: #ffffff;
  border: var(--color-3) solid 1px;
  transition: color 0.1s ease;
}

sup.highlight-footnote-persistent-two a {
  color: var(--color-3);
  background-color: #ffffff;
  border: var(--color-3) solid 1px;
  transition: color 0.1s ease;
}

li.highlight-footnote-persistent-two {
  padding-left: 3em;
  transition: padding-left 0.3s ease;
}
li.highlight-footnote-persistent-two .footnote-number {
  color: var(--color-3);
  background-color: #ffffff;
  border: var(--color-3) solid 1px;
  transition: color 0.1s ease;
}

.audio-player-container {
  position: relative;
  background-color: #ffffff;
  border: var(--color-3) solid 1px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0.2em 20px;
  height: 2.2em;
  width: 56vw;
  margin-left: 36vw;
  margin-bottom: 1em;
}
.audio-player-container.audio-kuenstlerin {
  width: auto;
  margin-left: 33vw;
}

/* Plyr controls customization */
.plyr--audio .plyr__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}

.plyr__controls button {
  background: none;
  border: none;
  color: var(--color-3);
  cursor: pointer;
}

.plyr__controls {
  background: transparent !important;
  font-size: 2em !important;
}

.plyr__controls__item {
  color: red;
}

.plyr__control:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.plyr__time--current {
  order: -1;
  margin-right: 0.5em;
}

.plyr__time--duration {
  margin-left: 0.5em !important;
}

/* Additional styles for buttons and progress bar to match pill shape */
.plyr--audio .plyr__volume,
.plyr--audio .plyr__mute {
  display: none;
}

.header a,
.page-index a {
  background-color: transparent !important;
  /* No background */
  text-decoration: none;
  /* Remove underline */
  transition: color 0.5s ease;
  /* Smooth color transition */
}

.header a:hover,
.page-index a:hover {
  color: var(--color-6) !important;
  /* Change color on hover */
  background-color: transparent;
  /* Keep the background transparent */
}

/* Additional adjustment for nested link hover states */
.header a:hover,
.header a:visited {
  background-color: transparent;
  /* Explicitly set to transparent */
}/*# sourceMappingURL=style.css.map */