@charset "UTF-8";
@import "resets/_normalize.css";
@import url("https://use.typekit.net/euh1iff.css");
.load-more {
  display: none;
  position: fixed;
  bottom: 20rem;
  left: 20rem;
  border: 1px solid;
}

body {
  --text-color: #0D0D0D;
  --bkg-color: #eaeaea;
}

body {
  background: var(--bkg-color);
  color: var(--text-color);
  transition: background 0.25s ease-in;
  --swiper-theme-color: var(--bkg-color);
}

body.info section.split .left article > div a {
  transition: color 0.25s ease-in;
}
body.info section.split .left article > div a:hover {
  color: #8d8d8d;
}

picture {
  display: block;
  line-height: 0;
}
picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .whoosh {
  position: relative;
}
header .whoosh p {
  transition: transform 0.25s ease-in;
  position: absolute;
  font-size: 29rem;
  font-style: italic;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  top: 0;
  left: 0;
  opacity: 0;
}
header .whoosh:hover p {
  opacity: 1;
}

body.home .whoosh p, body.hometest .whoosh p, body.error .whoosh p {
  transform: translate(4.3em, 0);
}
body.home .whoosh:hover p, body.hometest .whoosh:hover p, body.error .whoosh:hover p {
  transform: translate(4.3em, 0.7em);
}
@media (min-width: 768px) {
  body.home .whoosh p, body.hometest .whoosh p, body.error .whoosh p {
    transform: translate(8.3em, 0);
  }
  body.home .whoosh:hover p, body.hometest .whoosh:hover p, body.error .whoosh:hover p {
    transform: translate(8.3em, 2.5em);
  }
}

body.project .whoosh p, body.info .whoosh p, body.legal .whoosh p {
  transform: translate(3.8em, -0.5em);
  font-size: 22rem;
}
body.project .whoosh:hover p, body.info .whoosh:hover p, body.legal .whoosh:hover p {
  transform: translate(3.8em, 0.5em);
  opacity: 1;
}
@media (hover: none) and (pointer: coarse) {
  body.project .whoosh:hover p, body.info .whoosh:hover p, body.legal .whoosh:hover p {
    transform: none;
    opacity: 0;
  }
}

footer.main {
  padding: 30rem;
}
footer.main ul {
  display: flex;
  justify-content: flex-end;
}
footer.main li {
  margin-left: 30rem;
}
@media (min-width: 768px) {
  footer.main {
    padding: 60rem;
  }
  footer.main li {
    margin-left: 60rem;
  }
}

body.home .hierentlang, body.hometest .hierentlang {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  line-height: 0;
}
body.home .swiper-slide, body.hometest .swiper-slide {
  width: 100% !important;
  align-self: center;
  opacity: 0 !important;
}
body.home .swiper-slide.swiper-slide-active, body.hometest .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
body.home .swiper-button-next, body.home .swiper-button-prev, body.hometest .swiper-button-next, body.hometest .swiper-button-prev {
  top: 22px;
  width: 30%;
  height: 100%;
  cursor: none;
}
body.home .swiper-button-prev, body.home .swiper-rtl .swiper-button-next, body.hometest .swiper-button-prev, body.hometest .swiper-rtl .swiper-button-next {
  left: 0;
}
body.home .swiper-button-next, body.home .swiper-rtl .swiper-button-prev, body.hometest .swiper-button-next, body.hometest .swiper-rtl .swiper-button-prev {
  right: 0;
}
body.home .swiper-button-next:after, body.home .swiper-button-prev:after, body.hometest .swiper-button-next:after, body.hometest .swiper-button-prev:after {
  font-family: inherit;
  opacity: 0;
}
@media (hover: none) and (pointer: coarse) {
  body.home .swiper-button-next, body.home .swiper-button-prev, body.hometest .swiper-button-next, body.hometest .swiper-button-prev {
    display: none;
  }
}

body.project .swiperfooter {
  display: grid;
  grid-template-columns: auto 10ch auto;
  grid-gap: 60rem;
  justify-content: center;
  align-items: center;
  padding-top: 60rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.project .swiperfooter .custom-swiper-pagination {
  text-align: center;
  min-width: 8ch;
}
body.project .swiperfooter .swipeButton {
  cursor: pointer;
  transition: transform 0.25s ease-in;
}
body.project .swiperfooter .swipeButton.custom-button-prev:hover {
  transform: translateX(-15px);
}
body.project .swiperfooter .swipeButton.custom-button-next:hover {
  transform: translateX(15px);
}
body.project .swiperfooter .swipeButton.swiper-button-disabled {
  opacity: 0;
}

.vjs-lars.video-js {
  aspect-ratio: var(--aspect-ratio);
  height: unset;
  width: 100%;
}
.vjs-lars.video-js .vjs-poster {
  background-color: var(--bkg-color);
}
.vjs-lars.video-js .vjs-big-play-button {
  color: var(--text-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  font-size: 110rem;
  transition: color 0.25s ease-in;
}
.vjs-lars.video-js .vjs-big-play-button:hover {
  color: var(--bkg-color);
}
.vjs-lars.video-js .vjs-picture-in-picture-control {
  display: none;
}
.vjs-lars.video-js .vjs-volume-level,
.vjs-lars.video-js .vjs-play-progress,
.vjs-lars.video-js .vjs-slider-bar {
  background: var(--bkg-color);
}
.vjs-lars.video-js .vjs-control-bar {
  height: 60rem;
  font-size: 20rem;
  background: none;
}
.vjs-lars.video-js .vjs-control-bar > * {
  z-index: 1;
}
.vjs-lars.video-js .vjs-control-bar:after {
  content: "";
  width: 100%;
  height: 500%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAYAAACRdbl9AAAAAXNSR0IArs4c6QAAAMBJREFUKFNNx9FGAwAAQNEtK2VpKaVNKTWlUkqbTalsNpUykURmIhPJjMlIJpLIJCaRJJKYfWTOW/fhcAOB/wVNF0LoRg960Ycw+jGACAYxhGGMYBRjiCKGcUxgElOYxgzimMUc5rGARSxhGStYxRoSSCKFNNaxgU1sYRsZZJFDHjvYxR72cYACDnGEY5zgFEWUcIZzlHGBS1yhgipquEYdN7hFA3e4xwMe8YQmnvGCFl7xhnd84BNf+MYPftFG5w+yoByis1rYGwAAAABJRU5ErkJggg==");
}
.vjs-lars.video-js .vjs-progress-control {
  position: absolute;
  bottom: 60rem;
  width: calc(100% - 10rem);
  left: 5rem;
  height: 20rem;
}
.vjs-lars.video-js .vjs-progress-control .vjs-progress-holder {
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.25);
}
.vjs-lars.video-js .vjs-progress-control .vjs-load-progress {
  background: white;
}
.vjs-lars.video-js .vjs-progress-control .vjs-load-progress div {
  background: rgba(93, 93, 93, 0.45);
}
.vjs-lars.video-js .vjs-progress-control .vjs-play-progress:before {
  height: 15rem;
  width: 15rem;
  content: "";
  top: -5rem;
  right: -5rem;
  background: white;
  border-radius: 100%;
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transform: scale(0);
}
.vjs-lars.video-js .vjs-progress-control:hover .vjs-play-progress::before {
  transform: scale(1);
}
.vjs-lars.video-js .vjs-progress-control .vjs-time-tooltip {
  background: none;
  color: white;
}
.vjs-lars.video-js .vjs-progress-control .vjs-volume-bar.vjs-slider-horizontal {
  height: 5rem;
}
.vjs-lars.video-js .vjs-progress-control .vjs-slider-horizontal .vjs-volume-level {
  height: 5rem;
}
.vjs-lars.video-js .vjs-progress-control .vjs-slider-horizontal .vjs-volume-level::before {
  top: -6rem;
}
.vjs-lars.video-js .vjs-fullscreen-control {
  margin-left: auto;
}

#yocursor {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 9999;
  pointer-events: none;
  left: 0;
  top: 0;
  mix-blend-mode: difference;
  filter: invert(1);
}
#yocursor.left {
  background-image: url(../img/prev-new.svg);
}
#yocursor.right {
  background-image: url(../img/next.svg);
}

body.home.stop, body.hometest.stop {
  overflow: hidden;
}

#burger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 30rem 29rem 20px 40px;
}
#burger .inner {
  width: 20px;
  height: 40px;
  transition: 0.3s ease padding-bottom;
  display: flex;
  justify-content: space-between;
}
#burger .inner > div {
  height: 100%;
  width: 2px;
  background: #0D0D0D;
}
#burger .inner > div:nth-child(1) {
  height: 25%;
}
#burger .inner > div:nth-child(2) {
  height: 50%;
}
#burger.open .inner {
  padding-bottom: 20px;
}

body.hometest section.controls.open,
body.home section.controls.open {
  position: fixed;
  z-index: 9998;
  background: var(--bkg-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30rem;
  display: flex;
  flex-direction: column;
}
body.hometest section.controls.open ul,
body.home section.controls.open ul {
  display: block;
}
body.hometest section.controls.open ul li,
body.home section.controls.open ul li {
  margin-bottom: 10rem;
}
body.hometest section.controls.open ul li:last-of-type,
body.home section.controls.open ul li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #burger {
    display: none;
  }
}
body.error section {
  margin-top: 160rem;
}
@media (min-width: 768px) {
  body.error section {
    margin-top: 380rem;
    max-width: 98ch;
  }
}
body.error section a {
  display: block;
  margin-top: 60rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.25s ease-in;
}
body.error section a:hover {
  color: #8d8d8d;
}

* {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 1px;
}

body {
  font-family: sans-serif;
  font-size: 22rem;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
}
.sans {
  font-family: stratos, sans-serif;
  font-style: normal;
}

.display {
  font-family: baskerville-display-pt, serif;
}

.superlarge {
  font-size: 60rem;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .superlarge {
    font-size: 120rem;
    line-height: 0.9;
  }
}

.bisselmehr {
  font-size: 40rem;
}
@media (min-width: 768px) {
  .bisselmehr {
    font-size: 60rem;
  }
}

.bissel {
  font-size: 40rem;
}

.bisselweniger {
  font-size: 22rem;
}
@media (min-width: 768px) {
  .bisselweniger {
    font-size: 30rem;
  }
}

.superheavy {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.text p {
  margin-bottom: 0.5em;
}
.text p:last-of-type {
  margin-bottom: 0;
}

body.home .grid .grid-item figcaption p:first-of-type,
body.hometest .grid .grid-item figcaption p:first-of-type,
body.project > header > div > h2 {
  letter-spacing: -0.7px;
  line-height: 1;
}

body.home section.controls.open > .bisselweniger,
body.hometest section.controls.open > .bisselweniger {
  font-size: 35rem;
}

@media (max-width: 767px) {
  body.project h1 {
    font-size: 35rem;
  }
}

body.error section,
body.info section.split .right blockquote,
body.info section.split .right .block-type-text,
body.info section.split .right article h3,
body.info section.split .left {
  font-family: Helvetica, Arial, sans-serif;
}

body.info section.split .right article.clients,
body.info section.split .right .desc {
  font-family: Times, serif;
}

@media (max-width: 767px) {
  body.info section.split .right article h2 {
    font-size: 30rem;
  }
}

body.info section.split .right blockquote {
  max-width: 40ch;
}
body.info section.split .right blockquote > div p:first-of-type::before {
  content: "“";
}
body.info section.split .right blockquote > div p:last-of-type::after {
  content: "”";
}

body.info section.split .right .desc {
  max-width: 80ch;
}

body.info section.split .right .block-type-text {
  max-width: 40ch;
}
body.info section.split .right .block-type-text a {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.25s ease-in;
}
body.info section.split .right .block-type-text a:hover {
  color: #8d8d8d;
}

@media (min-width: 768px) {
  body.info section.split .right article.clients {
    max-width: 82ch;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
  font-weight: inherit;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

input {
  font-weight: inherit;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img, video {
  width: 100%;
  height: auto;
}

input {
  border-radius: 0;
}

code, pre {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

section {
  padding: 30rem;
}
@media (min-width: 768px) {
  section {
    padding: 60rem;
  }
}

body.hometest figure {
  opacity: 0;
}

main {
  position: relative;
}

.grid {
  padding: 60rem calc(30rem - 2.5%) 60rem calc(30rem - 2.5%);
  margin-top: 160rem;
}
@media (min-width: 768px) {
  .grid {
    padding: 60rem calc(60rem - 2.5%) 60rem calc(60rem - 2.5%);
    margin-top: 0;
  }
}

.grid-sizer,
.projects > .grid-item {
  width: 100%;
  padding: 0 2.5% 0 2.5%;
}

@media (min-width: 768px) {
  .grid-sizer,
  .projects > .grid-item {
    width: 33.333%;
    padding: 0 2.5% 0 2.5%;
  }
}
body.home, body.hometest section.controls {
  font-style: italic;
}

body.home header, body.hometest header, body.error header {
  position: fixed;
  left: 28rem;
  top: 0;
  padding-top: 30rem;
  z-index: 99;
  transition: transform 0.25s ease-in;
  transform-origin: top left;
}
@media (min-width: 768px) {
  body.home header, body.hometest header, body.error header {
    left: calc(35vw + 17rem);
    padding-top: 60rem;
  }
}
body.home header.smoll, body.hometest header.smoll, body.error header.smoll {
  transform: scale(0.5);
}
@media (min-width: 768px) {
  body.home header.smoll, body.hometest header.smoll, body.error header.smoll {
    transform: scale(0.5) translateY(100rem);
  }
}
body.home header.smoll p, body.hometest header.smoll p, body.error header.smoll p {
  opacity: 0;
  pointer-events: none;
}
body.home header h1, body.hometest header h1, body.error header h1 {
  max-width: 6ch;
}

body.home section.controls, body.hometest section.controls {
  display: none;
  justify-content: space-between;
  transition: padding 0.25s ease-in;
  z-index: 10;
}
body.home section.controls ul, body.hometest section.controls ul {
  order: 2;
}
body.home section.controls > a, body.hometest section.controls > a {
  order: 1;
}
@media (min-width: 768px) {
  body.home section.controls, body.hometest section.controls {
    position: sticky;
    display: flex;
    overflow-x: unset;
    overflow-y: unset;
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 380rem;
    padding: 30rem 60rem 0 60rem;
    top: 0;
  }
  body.home section.controls > a, body.home section.controls ul, body.hometest section.controls > a, body.hometest section.controls ul {
    order: unset;
  }
}
body.home section.controls span, body.hometest section.controls span {
  transition: transform 0.25s;
  display: block;
}
body.home section.controls > a, body.hometest section.controls > a {
  transition: transform 0.25s;
  margin-right: 60rem;
}
@media (min-width: 768px) {
  body.home section.controls > a, body.hometest section.controls > a {
    margin-right: 0rem;
  }
  body.home section.controls > a:hover span, body.hometest section.controls > a:hover span {
    transform: translateX(15px);
  }
}
body.home ul.filterbuttons, body.hometest ul.filterbuttons {
  display: flex;
}
body.home ul.filterbuttons li, body.hometest ul.filterbuttons li {
  margin-right: 20rem;
}
body.home ul.filterbuttons li a, body.hometest ul.filterbuttons li a {
  display: block;
}
body.home ul.filterbuttons li a.active, body.hometest ul.filterbuttons li a.active {
  color: #8d8d8d;
}
@media (min-width: 768px) {
  body.home ul.filterbuttons li a:hover span, body.hometest ul.filterbuttons li a:hover span {
    transform: translateY(-15px);
  }
}
body.home .grid .grid-item, body.hometest .grid .grid-item {
  padding-bottom: 10vh;
  padding-bottom: calc(10% + 10vh);
}
body.home .grid .grid-item > figure, body.hometest .grid .grid-item > figure {
  margin-bottom: 80rem;
}
body.home .grid .grid-item > figure > div, body.hometest .grid .grid-item > figure > div {
  height: 100%;
}
body.home .grid .grid-item > figure > div > .swiper, body.hometest .grid .grid-item > figure > div > .swiper {
  height: 100%;
}
body.home .grid .grid-item > figure > div > .swiper picture, body.hometest .grid .grid-item > figure > div > .swiper picture {
  height: 100%;
}
body.home .grid .grid-item > figure.hithere, body.hometest .grid .grid-item > figure.hithere {
  animation: hithere 0.75s normal forwards ease-in-out;
}
body.home .grid .grid-item > figure.smoothMe, body.hometest .grid .grid-item > figure.smoothMe {
  transition: transform 0.25s;
}
@keyframes hithere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.home .grid .grid-item a.moin, body.hometest .grid .grid-item a.moin {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
body.home .grid .grid-item img, body.hometest .grid .grid-item img {
  opacity: 1;
}
body.home .grid .grid-item img[imageLoaded=false], body.hometest .grid .grid-item img[imageLoaded=false] {
  opacity: 0;
}
body.home .grid .grid-item img, body.home .grid .grid-item video, body.hometest .grid .grid-item img, body.hometest .grid .grid-item video {
  transition: transform 0.7s ease-in-out, opacity 0.7s;
}
body.home .grid .grid-item a.moin:hover img, body.home .grid .grid-item a.moin:hover video, body.home .grid .grid-item a.moin:hover ~ .swiper-slide-active img, body.home .grid .grid-item a.hierentlang:hover img, body.home .grid .grid-item a.hierentlang:hover video, body.home .grid .grid-item a.hierentlang:hover ~ .swiper-slide-active img, body.hometest .grid .grid-item a.moin:hover img, body.hometest .grid .grid-item a.moin:hover video, body.hometest .grid .grid-item a.moin:hover ~ .swiper-slide-active img, body.hometest .grid .grid-item a.hierentlang:hover img, body.hometest .grid .grid-item a.hierentlang:hover video, body.hometest .grid .grid-item a.hierentlang:hover ~ .swiper-slide-active img {
  transform: scale(1.1);
}
@media (hover: none) and (pointer: coarse) {
  body.home .grid .grid-item a.moin:hover img, body.home .grid .grid-item a.moin:hover video, body.home .grid .grid-item a.moin:hover ~ .swiper-slide-active img, body.home .grid .grid-item a.hierentlang:hover img, body.home .grid .grid-item a.hierentlang:hover video, body.home .grid .grid-item a.hierentlang:hover ~ .swiper-slide-active img, body.hometest .grid .grid-item a.moin:hover img, body.hometest .grid .grid-item a.moin:hover video, body.hometest .grid .grid-item a.moin:hover ~ .swiper-slide-active img, body.hometest .grid .grid-item a.hierentlang:hover img, body.hometest .grid .grid-item a.hierentlang:hover video, body.hometest .grid .grid-item a.hierentlang:hover ~ .swiper-slide-active img {
    transform: none;
  }
}
body.home .grid .grid-item figcaption, body.hometest .grid .grid-item figcaption {
  padding-top: 15rem;
}
@media (min-width: 768px) {
  body.home .grid .grid-item figcaption, body.hometest .grid .grid-item figcaption {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in;
  }
  body.home .grid .grid-item figcaption p, body.hometest .grid .grid-item figcaption p {
    transition: opacity 0.25s;
  }
}
@media (hover: none) and (pointer: coarse) {
  body.home .grid .grid-item figcaption, body.hometest .grid .grid-item figcaption {
    opacity: 1;
    visibility: visible;
  }
}
body.home .grid .grid-item figcaption:hover p:first-of-type, body.hometest .grid .grid-item figcaption:hover p:first-of-type {
  color: #8d8d8d;
}
body.home .grid .grid-item:hover figcaption, body.hometest .grid .grid-item:hover figcaption {
  visibility: visible;
  opacity: 1;
}

body.info a {
  display: block;
}

body.project header, body.info header, body.legal header {
  padding: 60rem 30rem 0 30rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body.project header h1, body.info header h1, body.legal header h1 {
  max-width: 6ch;
  line-height: 0.9;
}
@media (min-width: 768px) {
  body.project header, body.info header, body.legal header {
    padding: 60rem 60rem 0 60rem;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  body.project header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}
body.project section.content .swiper-slide .custom-button {
  display: none;
}
@media (min-width: 768px) {
  body.project section.content .swiper-slide {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr auto 1fr;
  }
  body.project section.content .swiper-slide .custom-button {
    display: block;
    height: 100%;
    width: 100%;
    cursor: none;
  }
  body.project section.content .swiper-slide .custom-button.swiper-button-disabled {
    cursor: default;
  }
}
body.project section.content .swiper {
  width: 100%;
}
body.project section.content .swiper.portrait {
  height: calc(50vh + 2em);
}
@media (max-width: 1400px) {
  body.project section.content .swiper.landscape .swiper-slide {
    display: block;
  }
  body.project section.content .swiper.landscape .swiper-slide img {
    width: 100%;
  }
  body.project section.content .swiper.landscape .swiper-slide .custom-button {
    position: absolute;
    width: 20vh;
    top: 0;
  }
  body.project section.content .swiper.landscape .swiper-slide .custom-button.custom-button-prev {
    left: 0;
  }
  body.project section.content .swiper.landscape .swiper-slide .custom-button.custom-button-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  body.project section.content .swiper {
    height: 100%;
  }
  body.project section.content .swiper img {
    height: 70vh;
    width: auto;
  }
  body.project section.content .swiper.portrait {
    height: 100%;
  }
}
body.project section.content .swiper picture {
  height: 50vh;
  display: block;
}
@media (min-width: 768px) {
  body.project section.content .swiper picture {
    height: 70vh;
  }
}
body.project section.content .swiper picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.project section.content.Image figure {
  height: 70vh;
}
body.project section.content.Image figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body.project section.info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 60rem;
  border-top: 1px solid;
}
body.project .videocontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
body.project .videocontainer.landscape {
  margin-top: 120rem;
}
@media (min-width: 768px) {
  body.project .videocontainer.portrait {
    height: 80vh;
  }
  body.project .videocontainer.portrait .vjs-lars.video-js {
    max-height: 80vh;
    width: auto;
  }
  body.project .videocontainer.landscape {
    height: auto;
    margin-top: 0;
  }
}

body.info figure {
  overflow: hidden;
  line-height: 0;
}
body.info figure img {
  transition: transform 1.25s ease-in-out;
}
body.info figure:hover img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  body.info section.split {
    display: grid;
    grid-template-columns: 20% auto;
    grid-gap: 180rem;
  }
}
body.info section.split .left {
  align-self: start;
}
@media (min-width: 768px) {
  body.info section.split .left {
    position: sticky;
    top: 60rem;
  }
}
body.info section.split .left figure, body.info section.split .left article > div {
  margin-bottom: 30rem;
}
body.info section.split .right article {
  margin-bottom: 60rem;
}
@media (min-width: 768px) {
  body.info section.split .right article {
    margin-bottom: 120rem;
  }
}
body.info section.split .right article.desc {
  margin-top: 60rem;
  margin-bottom: 60rem;
}
@media (min-width: 768px) {
  body.info section.split .right article.desc {
    margin-top: 0;
  }
}
body.info section.split .right h2 {
  margin-bottom: 30rem;
}
body.info section.split .right .desc {
  line-height: 1.03;
}
body.info section.split .right h3 {
  margin-top: 40rem;
}
@media (min-width: 768px) {
  body.info section.split .right h3 {
    margin-top: 60rem;
  }
}
body.info section.split .right blockquote {
  margin: 60rem 0;
}
body.info section.split .right blockquote div p {
  text-indent: 50rem;
}
body.info section.split .right blockquote div p:first-of-type {
  text-indent: 0;
}
body.info section.split .right blockquote footer {
  text-align: right;
  margin-top: 20rem;
}
body.info section.split .right ul {
  margin: 30rem 0 30rem 0;
}
body.info section.split .right ul li {
  display: inline;
}
body.info section.split .right ul li::after {
  content: "";
  width: 2.5em;
  display: inline-block;
  background: black;
  height: 1px;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 768px) {
  body.info section.split .right ul li::after {
    width: 2em;
  }
}
body.info section.split .right ul li:last-of-type::after {
  display: none;
}

body.legal {
  font-family: Times, serif;
}
body.legal section > h2 {
  margin-bottom: 60rem;
}
body.legal .block-type-heading {
  margin-bottom: 30rem;
  font-size: 40rem;
  max-width: 24ch;
  line-height: 0.9;
}
@media (min-width: 768px) {
  body.legal .block-type-heading {
    font-size: 60rem;
  }
}
body.legal .block-type-text {
  margin-bottom: 60rem;
  max-width: 65ch;
}
body.legal .block-type-text p {
  margin-bottom: 15rem;
}
body.legal .block-type-text p:last-of-type {
  margin-bottom: 0;
}/*# sourceMappingURL=index.css.map */