/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Sequel Sans";
  font-display: fallback;
  src: url("../fonts/sequelred-medium-subset.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  font-display: fallback;
  src: url("../fonts/sequelred-book-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sabon Next";
  font-display: fallback;
  src: url("../fonts/sabonnext.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Sequel Sans", Helvetica, sans-serif;
  line-height: 18px;
  letter-spacing: 0.8px;
  font-size: 12px;
  font-variant-emoji: text;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
}

h1 {
  letter-spacing: 1.55px;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 1.55px;
  font-size: 10px;
  line-height: 15px;
}

.margin {
  margin-bottom: 10px;
}

.hidden.margin {
  margin-top: 5px;
  margin-bottom: 15px;
}

.indent p + p {
  margin-top: 10px;
}
.indent.p p + p {
  margin-top: 0;
}

.indent,
li ul {
  padding-left: 20px;
}

i, em {
  font-family: "Sabon Next", Times, serif;
}

.indent .credit p {
  margin: 0;
}
.indent .credit p:not(.credit__title) {
  padding-left: 2.25em;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #808080;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #000;
  color: #fff;
  overflow-x: hidden;
  user-select: none;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  body {
    overflow: hidden;
  }
}

* {
  box-sizing: border-box;
}

.col {
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .col {
    padding: 10px;
  }
}
.col.row {
  padding-left: 0;
  padding-right: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .col.row {
    max-height: 100vh;
    overflow: auto;
  }
}
.col.margin {
  width: 100%;
  flex-shrink: 0;
}
.col.intro {
  padding-top: 80px;
  margin-bottom: 30px;
}
.active .col.intro {
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .col.intro {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.col.slider {
  margin-bottom: 0;
}
.col.pad {
  display: block;
}
.col .col {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

video,
.slider,
.slide img,
.slide video {
  max-width: 100%;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  video,
.slider,
.slide img,
.slide video {
    max-height: 50vh;
  }
}
@media screen and (min-width: 1024px) {
  video,
.slider,
.slide img,
.slide video {
    max-height: 70vh;
  }
}

.hidden {
  display: none;
  margin-bottom: 5px;
}
.active .hidden {
  display: block;
}

.col.slider {
  padding: 0 0 10px;
}
.col.slider::after {
  display: block;
  width: 100%;
  padding-top: 66.667%;
  content: "";
}
@media screen and (min-width: 1024px) {
  .col.slider::after {
    display: none;
  }
}
.col.slider .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .col.slider .slide {
    position: static;
  }
}
.col.slider .slide__img {
  height: 100%;
}
.active .col.slider {
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .col.slider {
    padding: 0 10px;
  }
}

.text {
  width: 60%;
  margin-left: 40%;
}
.active .text {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .text {
    width: 33.333%;
    margin-left: 66.667%;
  }
}
@media screen and (min-width: 1024px) {
  .text {
    width: 100%;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .row {
    display: flex;
  }
}

.col {
  width: 100%;
}

.video {
  display: flex;
  padding: 10px 10px 0;
}
.active .video {
  width: 50%;
  position: sticky;
  top: 10px;
  height: calc(100vh - 40px);
  padding: 0 10px;
  flex-direction: column;
  justify-content: space-between;
}
.video .col {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .video .col {
    width: auto;
  }
}
.video .hidden {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .active .video {
    width: 66.667%;
  }
}
@media screen and (min-width: 1024px) {
  .video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 10px;
  }
  .video__content.col {
    width: 75%;
  }
  .active .video {
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    padding: 0 0 10px;
    flex-direction: row;
    align-items: flex-end;
  }
  .active .video__content.col,
.active .video .slider.col {
    width: 25%;
  }
}

main {
  min-height: calc(100vh - 40px);
}
.active main {
  display: flex;
}

.imprint {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 0;
  background: #000;
  scrollbar-width: none;
}
.imprint::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .imprint {
    overflow: hidden;
  }
}
.imprint.active {
  display: block;
  padding: 0;
}
.imprint p + p, .imprint div + div {
  margin-top: 15px;
}
.imprint__thumb, .imprint__thumb--video {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  object-fit: cover;
  width: 40vw;
  height: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .imprint__thumb, .imprint__thumb--video {
    width: 20vw;
    right: 3vw;
  }
}
@media screen and (min-width: 1440px) {
  .imprint__thumb, .imprint__thumb--video {
    right: 16vw;
  }
}
.imprint__inner {
  position: relative;
  z-index: 2;
  width: 75%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .imprint__inner {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .imprint__inner {
    width: 66.666%;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .imprint__inner {
    width: 45.833%;
  }
}
@media screen and (min-width: 768px) {
  .imprint__inner > div {
    width: 50%;
    padding: 10px;
  }
  .imprint__inner > div.indent {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .imprint__inner > div {
    max-height: calc(100vh - 20px);
    overflow: auto;
    scrollbar-width: none;
  }
  .imprint__inner > div::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .imprint__inner > div + div {
    margin-top: -10px;
    padding-top: 60px;
    max-height: 100vh;
    height: 100vh;
    margin-bottom: -20px;
  }
}
.imprint__close {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .imprint__close {
    right: auto;
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .imprint__close {
    position: static;
    margin: 0 0 20px;
  }
}

.credit.dim {
  opacity: 0.5;
}

.credits-col > .indent {
  padding-bottom: 50vh;
}

@media screen and (min-width: 1024px) {
  .m-11 {
    width: 45.833%;
  }
  .m-11 p {
    width: 66%;
  }
}
@media screen and (min-width: 1024px) {
  .m-quart {
    width: 33.333%;
  }
}

@media screen and (min-width: 1440px) {
  .xl-quart {
    width: 25%;
  }
  .xl-quart p {
    width: 84%;
  }
}
@media screen and (min-width: 1440px) {
  .xl-half {
    width: 50%;
  }
}

.slider.col {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider.col {
    display: inline-block;
  }
}
.slider.col .slide {
  display: none;
  background: #000;
}
.slider.col .slide.active {
  display: block;
}
.slider.col .slide.active img,
.slider.col .slide.active video {
  visibility: visible;
}
.slider.col .slide .caption {
  position: absolute;
  top: 100%;
  display: inline-block;
  width: 50%;
  padding: 5px 10px 10px 0;
}
body.active .slider.col .slide .caption {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider.col .slide .caption {
    position: static;
    display: block;
    width: auto;
    padding: 10px 0 0;
  }
}
.slider.col .slide img,
.slider.col .slide video {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
  visibility: hidden;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .slider.col .slide img,
.slider.col .slide video {
    max-height: 50vh;
  }
}
@media screen and (min-width: 1024px) {
  .slider.col .slide img,
.slider.col .slide video {
    height: auto;
    max-height: calc(70vh - 38px);
    margin-top: 10px;
  }
}
.slider.col .slide img.lazyload,
.slider.col .slide video.lazyload {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider.col .slide img.lazyload,
.slider.col .slide video.lazyload {
    height: auto;
    width: auto;
  }
}
body.active .slider.col .slide img,
body.active .slider.col .slide video {
  height: auto;
}
@media screen and (min-width: 1024px) {
  body.active .slider.col .slide img,
body.active .slider.col .slide video {
    max-height: 20vh;
  }
}
.slider.col .slide .slide__img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .slider.col .slide .slide__img {
    height: 50vh;
  }
}
@media screen and (min-width: 1024px) {
  .slider.col .slide .slide__img {
    height: 100%;
    max-height: calc(70vh - 38px);
  }
}
body.active .slider.col .slide .slide__img {
  height: auto;
}
@media screen and (min-width: 1024px) {
  body.active .slider.col .slide .slide__img {
    max-height: 20vh;
  }
}
.slider.col .slide_nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  cursor: none;
}
.slider.col .slide_nav.next {
  right: 0;
}
.slider.col .slide_nav.prev {
  left: 0;
}
.slider.col .slide_nav span {
  position: fixed;
  display: none;
  color: #fff;
  mix-blend-mode: difference;
  font-size: 36px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.slider.col .slide_nav span.display {
  display: inline-block;
}

body.inverted {
  background: #fff;
  color: #0000ff;
}
body.inverted .error img {
  filter: none;
}

.error {
  width: 100%;
  aspect-ratio: 3/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .error {
    aspect-ratio: unset;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}
.error img {
  width: 103px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .error img {
    width: 140px;
  }
}
.error p {
  pointer-events: all;
}

.error-message {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.125em;
  line-height: 30px;
}
.error-message span {
  font-size: 10px;
  display: inline-block;
  transform: translateY(-6%);
}
@media screen and (min-width: 768px) {
  .error-message span {
    font-size: 14px;
  }
}
