@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: calc(var(--margin-subpage-general) - 2px);
    width: calc(100vw - var(--margin-subpage-general) - var(--margin-subpage-general));
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
  }
  .logo,
  .language-toggle,
  .page-index {
    display: flex;
    align-items: center;
  }
  .logo {
    font-family: "Kalice";
    justify-content: flex-start;
  }
  .page-index {
    text-align: center;
    justify-content: center;
  }
  .language-toggle {
    justify-content: flex-end;
  }
  .chapter-container {
    margin-top: 0.9em;
    -moz-column-count: 1;
         column-count: 1;
    margin-left: 1.2em;
    margin-right: 1.2em;
  }
  .chapter-container .main-title {
    display: flex;
    align-items: center;
  }
  .chapter-entry {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 2.9em;
    width: 100%;
  }
  .chapter-entry a {
    color: #ffffff;
  }
  .chapter-entry .main-title {
    margin: 0;
  }
  .main-title {
    font-family: "Kalice";
    letter-spacing: 0.03em;
    margin-top: 0.35em;
    margin-bottom: 0.05em;
    font-size: 3.3em;
    line-height: 1.1em;
  }
  .author,
  .menu-subtitle {
    font-size: 1em;
  }
  video {
    width: 100%;
  }
  .gallery {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .gallery.mobile-switch {
    flex-direction: column;
    -moz-columns: 2;
         columns: 2;
  }
  .gallery.mobile-switch.two-images {
    flex-direction: column;
  }
  .gallery.mobile-switch.two-images .second-image {
    margin-top: -0.75em;
  }
  .gallery.mobile-switch .image-caption {
    display: block;
  }
  .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: auto;
    width: 100%;
    max-width: 100%;
  }
  .gallery .key-image.first-image {
    margin-bottom: 0;
    margin-top: 0;
  }
  .gallery .second-image img {
    height: auto;
    width: 65%;
    max-width: 80%;
  }
  .gallery .image-caption {
    margin-top: -1em;
    margin-bottom: -0.4em;
    padding-bottom: 0;
    text-align: right;
  }
  .gallery .image-caption.portrait-caption {
    padding-bottom: 0;
  }
  .gallery .image-caption p {
    font-size: 0.8em;
    line-height: 1.15em;
  }
  .artist-bio,
  .opening-statement {
    font-size: 1.3em;
    line-height: 1.15em;
    width: 100%;
    margin-bottom: 0.8em;
  }
  .opening-area {
    margin-top: 1.8em;
    margin-bottom: 4em;
  }
  .work-description,
  .artist-exhibition-history,
  .artist-website {
    font-size: 1.05em;
    line-height: 1.18em;
    width: 88%;
    margin-left: 12%;
    margin-bottom: 1.3em;
  }
  .work-description a,
  .artist-exhibition-history a,
  .artist-website a {
    color: inherit;
  }
  .essay-text,
  .interview {
    font-size: 1.05em;
    line-height: 1.18em;
    max-width: 100%;
  }
  .essay-text strong,
  .interview strong {
    margin-top: 1em;
    text-transform: uppercase;
  }
  .essay-text .essay-image img,
  .interview .essay-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .footnote-entry .footnotereverse a,
  .footnote a {
    font-size: 0.9em;
    color: #ffffff;
    background-color: var(--color-4);
    font-style: normal;
    padding-left: 0.35em;
    padding-right: 0.36em;
    padding-top: 0em;
    padding-bottom: 0em;
    border-radius: 2em;
    margin: 0em 0.2em 0em 0.6em;
    text-decoration: none;
  }
  .main-content,
  .speaker-container {
    display: block;
    margin-left: 0vw;
    width: 100%;
  }
  .main-content .essay-text,
  .main-content .interview,
  .main-content .speaker-tag,
  .speaker-container .essay-text,
  .speaker-container .interview,
  .speaker-container .speaker-tag {
    width: 100%;
    margin-right: 0%;
  }
  .main-content .essay-text p,
  .main-content .interview p,
  .main-content .speaker-tag p,
  .speaker-container .essay-text p,
  .speaker-container .interview p,
  .speaker-container .speaker-tag p {
    margin: 0;
    margin-bottom: 1em;
  }
  .main-content .essay-text .speaker-tag,
  .main-content .interview .speaker-tag,
  .main-content .speaker-tag .speaker-tag,
  .speaker-container .essay-text .speaker-tag,
  .speaker-container .interview .speaker-tag,
  .speaker-container .speaker-tag .speaker-tag {
    position: relative;
  }
  .main-content .essay-text .speaker-tag p,
  .main-content .interview .speaker-tag p,
  .main-content .speaker-tag .speaker-tag p,
  .speaker-container .essay-text .speaker-tag p,
  .speaker-container .interview .speaker-tag p,
  .speaker-container .speaker-tag .speaker-tag p {
    margin-bottom: 1em;
  }
  .main-content .essay-text .interviewer,
  .main-content .interview .interviewer,
  .main-content .speaker-tag .interviewer,
  .speaker-container .essay-text .interviewer,
  .speaker-container .interview .interviewer,
  .speaker-container .speaker-tag .interviewer {
    margin-left: 4.2em;
    margin-bottom: 0;
  }
  .main-content .essay-text .interviewer-tag,
  .main-content .interview .interviewer-tag,
  .main-content .speaker-tag .interviewer-tag,
  .speaker-container .essay-text .interviewer-tag,
  .speaker-container .interview .interviewer-tag,
  .speaker-container .speaker-tag .interviewer-tag {
    position: absolute;
    left: 4.2em;
    /* Match the interview column margin */
  }
  .main-content .essay-text .essay-image,
  .main-content .interview .essay-image,
  .main-content .speaker-tag .essay-image,
  .speaker-container .essay-text .essay-image,
  .speaker-container .interview .essay-image,
  .speaker-container .speaker-tag .essay-image {
    margin-bottom: 2em;
  }
  .main-content .essay-text .essay-image img,
  .main-content .interview .essay-image img,
  .main-content .speaker-tag .essay-image img,
  .speaker-container .essay-text .essay-image img,
  .speaker-container .interview .essay-image img,
  .speaker-container .speaker-tag .essay-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .main-content .essay-text .essay-image p,
  .main-content .interview .essay-image p,
  .main-content .speaker-tag .essay-image p,
  .speaker-container .essay-text .essay-image p,
  .speaker-container .interview .essay-image p,
  .speaker-container .speaker-tag .essay-image p {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
  }
  .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-back-link {
    color: var(--color-3);
  }
  .footnote-number {
    font-size: 0.9em;
    color: var(--color-3);
    background-color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 1.7em;
    height: 1.3em;
    padding: 0 0.4em;
    border-radius: 1em;
    margin: 0em 0.3em 0em 0em;
    text-decoration: none;
  }
  .footnotes {
    font-size: 0.8em;
    line-height: 1.15em;
    display: none;
    /* Hide footnotes by default */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-3);
    color: #ffffff;
    padding: var(--margin-subpage-general);
    padding-top: 0;
    z-index: 1000;
    max-height: 50vh;
    overflow-y: auto;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .footnotes a {
    color: #ffffff;
  }
  .footnotes.visible {
    display: block;
    transition: display 0.3s ease;
  }
  .footnote a {
    cursor: pointer;
  }
  sup.footnote a.highlight-footnote-marker {
    color: var(--color-3);
    background-color: #ffffff;
    border: var(--color-3) solid 1px;
  }
  .close-footnotes {
    height: 1em;
    display: block;
  }
  .audio-player-container {
    position: relative;
    background-color: #ffffff;
    border: var(--color-3) solid 1px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 2.2em;
    width: auto;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .audio-player-container.audio-kuenstlerin {
    width: auto;
    margin-left: 10dvw;
  }
  div.plyr__controls {
    height: -moz-fit-content;
    height: fit-content;
  }
  #audio-player {
    padding: 0;
  }
  .plyr__time--current {
    font-size: 0.7rem !important;
    order: -1;
    margin-right: 0.2em !important;
  }
  .plyr__time--duration {
    font-size: 0.7rem !important;
    display: none !important;
  }
  .audio-name {
    position: absolute;
    transform: translate(0, -50%);
    font-size: 0.7rem;
    width: 50dvw;
    margin-left: 16dvw;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
  }
}/*# sourceMappingURL=style.css.map */