@charset "UTF-8";
@font-face {
  font-family: "TimesNewArial";
  src: url(../fonts/TimesNewArialGX.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BradfordLLWeb-Book";
  src: url("../fonts/BradfordLLWeb-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  z-index: 1;
  font-size: 100%;
  line-height: 120%;
  padding: 0;
  margin: 0;
  width: 100vw;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #303030;
  color: #fff;
  overflow-x: hidden;
}

a,
button,
input,
label {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

ul,
ol,
li {
  list-style: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: lighter;
}

.hidden {
  display: none;
}

span {
  display: inline;
}

h1 {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 5vw;
  line-height: 5vw;
  margin-top: 1vw;
}
h2 {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-top: 1vw;
}
p {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 1.75vw;
  line-height: 2vw;
  margin-top: 1vw;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover, a:visited, a:active {
  color: inherit;
}
a:hover, a:visited, a:active {
  color: inherit;
}

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

nav {
  position: fixed;
  width: 100vw;
  z-index: 99;
  padding: 0.5vw;
  display: flex;
  left: 0;
  top: 0;
}
nav ul,
nav .filler {
  display: inline-flex;
}
nav ul li,
nav .filler li {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 1.5vw;
  line-height: 1.75vw;
  margin-top: 1vw;
  margin-top: 0;
  line-height: 1.5vw;
  background-color: #303030;
  color: #fff;
  padding: 0.25vw 0.75vw;
  margin-left: 0;
  margin-right: 0.5vw;
  height: 2vw;
  border-radius: 2vw;
  transform-origin: top;
}
nav ul li .home,
nav .filler li .home {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 1.5vw;
  line-height: 1.75vw;
  margin-top: 1vw;
  line-height: 1.5vw;
}
nav ul li a.active,
nav .filler li a.active {
  filter: blur(1px);
}
nav ul li.arrow,
nav .filler li.arrow {
  width: 2vw;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none;
}
nav ul li.arrow.active,
nav .filler li.arrow.active {
  opacity: 1;
  pointer-events: initial;
}
nav ul li.count,
nav .filler li.count {
  cursor: default;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: „tnum“;
  -webkit-font-feature-settings: „tnum“;
  font-feature-settings: „tnum“;
}
nav ul li.count span,
nav .filler li.count span {
  cursor: default;
}
nav ul li .close,
nav .filler li .close {
  margin-left: 0.25vw;
  display: none;
}
nav .filler {
  flex-grow: 1;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2vw;
}
.grid.nopadding {
  padding: 0 9.45vw 0 0;
}
.grid.padding {
  padding: 0 14.45vw 0 5vw;
}
.grid > .column {
  grid-column: span var(--span);
  margin-bottom: var(--gutter);
  margin-top: 2vw;
  padding: 0.75vw;
}

.block figcaption {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 0.95vw;
  line-height: 0.875vw;
  margin-top: 0;
  margin-top: 0.5vw;
}
.block.type-videolocal figure video {
  width: 100%;
}
.block.type-image figure[data-ratio="1/1"] div {
  aspect-ratio: 1/1;
}
.block.type-image figure div {
  position: relative;
  display: block;
  overflow: hidden;
}
.block.type-image figure div img {
  object-fit: cover;
}

.slide {
  transform-origin: top left;
  width: 0;
  height: 100vh;
  display: inline-block;
  vertical-align: top;
}
.slide .inner {
  transform-origin: top left;
  width: 100vw;
  height: 100vh;
}
.slide:not(.filtered).active {
  width: 100vw;
}
.slide .content {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  line-height: 0;
}
.slide .content .starter {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}

.currentindex {
  display: none;
}

.slider {
  transform-origin: top left;
}

.about {
  padding-top: 0;
  transform-origin: top left;
  transform: translateZ(0) scale(1, 0);
  height: 0;
}
.about .left {
  display: inline-block;
  width: 65.6666666667vw;
  margin-right: 0.5vw;
}
.about .right {
  display: inline-block;
  width: 32.8333333333vw;
}
.about .left p,
.about .right p {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 1.5vw;
  line-height: 1.75vw;
  margin-top: 1vw;
  margin-top: 0.5vw;
}
.about .projectlist {
  position: relative;
}
.about .projectlist nav.projectfilter {
  position: relative;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding: 0;
}
.about .projectlist nav.projectfilter ul {
  grid-column: span var(--span);
  margin-bottom: var(--gutter);
}
.about .projectlist ul[ndx--projectfilter],
.about .projectlist div[ndx--content=legal-notice],
.about .projectlist div[ndx--content=data-privacy] {
  display: inline-block;
  padding: 0 0.75vw 0.75vw 0.75vw;
  width: 100%;
  position: absolute;
  top: 2vw;
  left: 0;
  background: #303030;
  transform-origin: top left;
  transform: translateZ(0) scale(1, 1);
}
.about .projectlist ul[ndx--projectfilter].hidden,
.about .projectlist div[ndx--content=legal-notice].hidden,
.about .projectlist div[ndx--content=data-privacy].hidden {
  transform: translateZ(0) scale(1, 0);
}
.about .projectlist ul[ndx--projectfilter] li,
.about .projectlist div[ndx--content=legal-notice] li,
.about .projectlist div[ndx--content=data-privacy] li {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 1.5vw;
  line-height: 1.75vw;
  margin-top: 1vw;
  margin-top: 0;
  border-bottom: 0.1vw solid white;
}
.about .projectlist ul[ndx--projectfilter] li .year,
.about .projectlist ul[ndx--projectfilter] li .title_cat,
.about .projectlist div[ndx--content=legal-notice] li .year,
.about .projectlist div[ndx--content=legal-notice] li .title_cat,
.about .projectlist div[ndx--content=data-privacy] li .year,
.about .projectlist div[ndx--content=data-privacy] li .title_cat {
  display: inline-block;
  vertical-align: top;
  margin: 0.5vw 0;
}
.about .projectlist ul[ndx--projectfilter] li .year,
.about .projectlist div[ndx--content=legal-notice] li .year,
.about .projectlist div[ndx--content=data-privacy] li .year {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: „tnum“;
  -webkit-font-feature-settings: „tnum“;
  font-feature-settings: „tnum“;
}
.about .projectlist ul[ndx--projectfilter] li span,
.about .projectlist div[ndx--content=legal-notice] li span,
.about .projectlist div[ndx--content=data-privacy] li span {
  display: inline-block;
  vertical-align: top;
  margin: 0.5vw 0;
}
.about .projectlist ul[ndx--projectfilter] li span.year,
.about .projectlist div[ndx--content=legal-notice] li span.year,
.about .projectlist div[ndx--content=data-privacy] li span.year {
  width: 7.3%;
}
.about .projectlist ul[ndx--projectfilter] li span.title,
.about .projectlist div[ndx--content=legal-notice] li span.title,
.about .projectlist div[ndx--content=data-privacy] li span.title {
  width: 52.1%;
  font-style: italic;
  padding-right: 1vw;
}
.about .projectlist ul[ndx--projectfilter] li span.client,
.about .projectlist div[ndx--content=legal-notice] li span.client,
.about .projectlist div[ndx--content=data-privacy] li span.client {
  width: 20.3%;
  padding-right: 1vw;
}
.about .projectlist ul[ndx--projectfilter] li span.cat,
.about .projectlist div[ndx--content=legal-notice] li span.cat,
.about .projectlist div[ndx--content=data-privacy] li span.cat {
  width: 20.3%;
}

body[ndx--target-view=legal-notice],
body[ndx--target-view=data-privacy],
body[ndx--target-view=about] {
  overflow: hidden;
}
body[ndx--target-view=legal-notice] ul[ndx--target=filtermenu] .navitem:not(.home),
body[ndx--target-view=data-privacy] ul[ndx--target=filtermenu] .navitem:not(.home),
body[ndx--target-view=about] ul[ndx--target=filtermenu] .navitem:not(.home) {
  display: none;
}
body[ndx--target-view=legal-notice] .about,
body[ndx--target-view=data-privacy] .about,
body[ndx--target-view=about] .about {
  padding: 3vw 0.5vw 0.5vw 0.5vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  transform: translateZ(0) scale(1, 1);
}
body[ndx--target-view=legal-notice] .controls,
body[ndx--target-view=data-privacy] .controls,
body[ndx--target-view=about] .controls {
  display: none;
}
body[ndx--target-view=legal-notice] .aboutlink .openabout,
body[ndx--target-view=data-privacy] .aboutlink .openabout,
body[ndx--target-view=about] .aboutlink .openabout {
  display: none;
}
body[ndx--target-view=legal-notice] .aboutlink .closeabout,
body[ndx--target-view=data-privacy] .aboutlink .closeabout,
body[ndx--target-view=about] .aboutlink .closeabout {
  display: inline;
}

body[ndx--target-view=legal-notice] ul[ndx--projectfilter],
body[ndx--target-view=legal-notice] div[ndx--content],
body[ndx--target-view=data-privacy] ul[ndx--projectfilter],
body[ndx--target-view=data-privacy] div[ndx--content] {
  width: 100%;
  padding: 0 0.75vw 0.75vw 0.75vw;
}
body[ndx--target-view=legal-notice] .projectfilter .navitem a.active,
body[ndx--target-view=data-privacy] .projectfilter .navitem a.active {
  filter: blur(0);
}

body[ndx--target-view=legal-notice] .navitem a[ndx--target=legal-notice] {
  filter: blur(1px);
}
body[ndx--target-view=legal-notice] .about div[ndx--content=legal-notice].hidden {
  display: inline-block;
  transform: translateZ(0) scale(1, 1);
}

body[ndx--target-view=data-privacy] .navitem a[ndx--target=data-privacy] {
  filter: blur(1px);
}
body[ndx--target-view=data-privacy] .about div[ndx--content=data-privacy].hidden {
  display: inline-block;
  transform: translateZ(0) scale(1, 1);
}

.indexopen,
body[ndx--target-view=index] {
  overflow: hidden;
}
.indexopen section,
body[ndx--target-view=index] section {
  cursor: pointer;
}
.indexopen section *,
body[ndx--target-view=index] section * {
  pointer-events: none;
}
.indexopen .currentindex,
body[ndx--target-view=index] .currentindex {
  display: inline-block;
}
.indexopen .slide,
body[ndx--target-view=index] .slide {
  padding-top: 3vw;
}
.indexopen .slide .content,
body[ndx--target-view=index] .slide .content {
  height: initial;
}
.indexopen .slide:not(.offScreen):not(.filtered),
.indexopen .slide.active,
body[ndx--target-view=index] .slide:not(.offScreen):not(.filtered),
body[ndx--target-view=index] .slide.active {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 0.5vw;
  width: 9.45vw;
}

body[ndx--target-view=index] .controls .openindex {
  display: none;
}
body[ndx--target-view=index] .controls .closeindex {
  display: inline;
}

/* Media Queries */
@media screen and (max-width: 500px) {
  h1 {
    color: blue;
  }
}
/*** Scrollbar ***/
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: none;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  display: none !important;
  width: 0 !important;
}

.gallery {
  cursor: pointer;
}
.gallery.shadow .fullwidth figcaption {
  bottom: calc(0.5vw + 8vh);
}
.gallery .fullwidth {
  position: relative;
  width: 100%;
  text-align: center;
}
.gallery .fullwidth img {
  max-height: calc(90vh - 2.75vw);
  object-fit: contain;
}
.gallery .fullwidth div {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
}
.gallery .fullwidth div.left {
  left: 0;
  cursor: w-resize;
}
.gallery .fullwidth div.right {
  right: 0;
  cursor: e-resize;
}
.gallery figcaption {
  position: absolute;
  bottom: 0.5vw;
  left: 0.5vw;
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 0.95vw;
  line-height: 0.875vw;
  margin-top: 0;
}
.gallery ul.imagelist {
  line-height: 0;
  font-size: 0;
  width: calc(100% + 10vw);
  overflow-x: hidden;
  white-space: nowrap;
}
.gallery ul.imagelist li {
  display: inline-block;
  height: 10vh;
}
.gallery ul.imagelist li img {
  width: auto;
  height: 100%;
}
.gallery ul.imagelist li.active {
  filter: blur(3px);
}

.navitem span {
  cursor: pointer;
}

div.meta {
  column-count: 2;
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 1.5vw;
  line-height: 1.75vw;
  margin-top: 1vw;
}
div.meta p,
div.meta a,
div.meta em {
  font-family: "BradfordLLWeb-Book", serif;
  font-size: 1.5vw;
  line-height: 1.75vw;
  margin-top: 1vw;
  margin-top: 0;
}
p a {
  text-decoration: underline;
}

.info {
  height: 100vh;
  overflow-y: scroll;
}

.introimg {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.introimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.slide {
  will-change: transform;
}
.slide .inner {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0) scale(0, 1);
}
.slide:not(.filtered).active .inner {
  transform: translateZ(0) scale(1, 1);
}

.indexopen .slide:not(.offScreen):not(.filtered) .inner,
.indexopen .slide:not(.offScreen):not(.filtered).active .inner,
body[ndx--target-view=index] .slide:not(.offScreen):not(.filtered) .inner,
body[ndx--target-view=index] .slide:not(.offScreen):not(.filtered).active .inner {
  transform: translateZ(0) scale(0.0945, 0.0945);
}

#minimap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  display: inline-block;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -o-transform: translateZ(0) scale(0.0945);
  -ms-transform: translateZ(0) scale(0.0945);
  -moz-transform: translateZ(0) scale(0.0945);
  -webkit-transform: translateZ(0) scale(0.0945);
  transform: translateZ(0) scale(0.0945);
}
#minimap .content {
  padding-top: 30vw;
  height: 1057vh;
  overflow: scroll;
  position: relative;
  pointer-events: none;
}
#minimap section {
  pointer-events: initial;
  cursor: pointer;
}
#minimap section * {
  pointer-events: none;
}
#minimap .indicator {
  position: absolute;
  top: 0;
  margin-top: 30vw;
  width: 100%;
  height: 105.8201058201vh;
  background-color: rgba(255, 255, 255, 0.1882352941);
  transition: none;
}

.indexopen #minimap,
body[ndx--target-view=index] #minimap,
body[ndx--target-view=legal-notice] #minimap,
body[ndx--target-view=data-privacy] #minimap,
body[ndx--target-view=about] #minimap {
  transform: translateZ(0) scale(0, 0.0945);
}

html:not(.safari.mobile) .slide,
html:not(.safari.mobile) .inner,
html:not(.safari.mobile) .slider,
html:not(.safari.mobile) .about,
html:not(.safari.mobile) #minimap {
  transition: all 0.5s ease-in-out;
}

.mobile .controls .openindex, .mobile .controls .closeindex {
  display: none;
}
.mobile .controls li.arrow {
  transform: scale(6);
  position: fixed;
  top: 40vh;
}
.mobile .controls li.arrow.prev {
  left: 6vw;
}
.mobile .controls li.arrow.next {
  right: 6vw;
}