@charset "UTF-8";
/*
  Catalogtree 5.5
  Copyright (C) 2015–2023 by Systemantics

  Systemantics GmbH
  Hausbroicher Str. 218
  47877 Willich
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   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,
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, menu, nav, section {
  display: block;
}

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;
}

:root {
  --color-black: #004B03;
  --color-white: #fff;
  --color-highlight: #80a581;
  --color-hover: #000;
  --color-tags: var(--color-highlight);
}

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
@font-face {
  font-family: "GT Alpina";
  src: url("../webfonts/GT-Alpina-Standard-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Alpina";
  src: url("../webfonts/GT-Alpina-Standard-Regular-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Loretta";
  src: url("../webfonts/CT-Loretta-08-cVF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Styles */
body,
input {
  font: normal 13px/1.538 "Loretta", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 100;
}

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

a {
  text-decoration: none;
  color: var(--color-black);
}

p + p {
  margin-top: 8px;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  word-wrap: break-word;
  color: var(--color-black);
}

body {
  position: relative;
}

h3 {
  font-variation-settings: "wght" 120;
}
p + h3 {
  margin-top: 8px;
}

:root {
  --space-left: 18px;
  --space-right: 18px;
}

strong {
  font-variation-settings: "wght" 120;
}

em {
  font-style: italic;
}

.main {
  position: relative;
  padding-top: 60px;
  margin-left: var(--space-left);
  margin-right: var(--space-right);
}

.header {
  background-color: #fff;
  position: fixed;
  transition: transform 500ms;
  transform: translateY(0);
  top: 0;
  left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  z-index: 100;
}

.header--hide {
  transform: translateY(-100%);
}

.header__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0122535962%;
  margin-left: var(--space-left);
  margin-right: var(--space-right);
}

.header__logo {
  text-align: center;
  text-transform: uppercase;
  width: 30.5540756526%;
}

.header__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.header__link {
  border-radius: 9px;
  background-color: var(--color-tags);
  color: var(--color-white);
  font-variation-settings: "wght" 120;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  height: 14px;
}

.header__link--active,
.no-touch .header__link:hover {
  background-color: var(--color-hover);
}

.footer {
  padding-top: 50px;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-bottom: 50px;
}

.footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0122535962%;
  justify-content: center;
}

.footer__column {
  border-top: 1px solid var(--color-black);
  padding-top: 9px;
  width: 200px;
}

.footer__column--logo {
  border-top: 0;
  display: flex;
  justify-content: center;
}

.mastodon_logotype {
  display: block;
  height: 33px;
  width: 31px;
}

.block-index {
  padding-bottom: 16px;
  position: relative;
  column-count: 6;
  column-gap: 19px;
}
.block-index h2 + ul li,
.block-index h2 {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.list-index {
  padding-bottom: 11px;
}
.list-index .index-char {
  font: normal 21px/1 "Loretta", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 120;
  padding-bottom: 13px;
  border-bottom: 1px var(--color-black) dashed;
  margin-bottom: 8px;
  padding-left: 8px;
}
.list-index .project {
  text-decoration: underline;
}
.list-index .tag a,
.list-index .project a {
  padding-top: 1px;
}

.char {
  display: inline;
}

.hover--tag {
  background-color: inherit !important;
  text-decoration: line-through;
  color: inherit !important;
}

@keyframes wobble {
  0% {
    font-variation-settings: "wght" 100;
  }
  8.7% {
    font-variation-settings: "wght" 120;
  }
  56.52% {
    font-variation-settings: "wght" 0;
  }
  100% {
    font-variation-settings: "wght" 100;
  }
}
.resize .fixed {
  display: none !important;
  visibility: hidden;
}

.item {
  zoom: 1;
  font: normal 19px/1.052 "GT Alpina", Helvetica, Arial, sans-serif;
  margin-bottom: 50px;
}
.item:before, .item:after {
  content: "";
  display: table;
}
.item:after {
  clear: both;
}
.item.hidden {
  opacity: 0;
  visibility: hidden;
}
.item h1 {
  padding-bottom: 2px;
}
.item .copy + .item__tags {
  padding-top: 8px;
}
.item .copy a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.item--loretta {
  margin-bottom: 37px;
}

.item--space {
  padding: 5.3010122536%;
}

.wrapTags {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 16px;
}
.wrapTags .item__tags {
  border: 0 !important;
}

.item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 11px;
  border-bottom: 1px var(--color-black) solid;
}

.item__tag {
  font: normal 10px/1 "Loretta", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 50;
  border-radius: 9px;
  background-color: var(--color-tags);
  color: var(--color-white);
  font-variation-settings: "wght" 120;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}
.no-touch .item__tag:hover {
  background-color: var(--color-hover);
}

.item__tag--tagged {
  text-decoration: line-through;
}

.about {
  display: grid;
  grid-template-columns: repeat(8, 11.6142781034%);
  grid-column-gap: 1.0122535962%;
  max-width: inherit;
}
.about .item-about-contact {
  grid-column: span 1;
  max-width: 237px;
}
.about .item-about-contact a {
  border: 0;
}
.about .item-about-contact h2 {
  text-transform: uppercase;
}
.about .item-about-contact p + p {
  margin-top: 16px;
}
.about .item-about-contact .item-contact + .item-contact {
  margin-top: 16px;
}
.about .block-items {
  grid-column: 6/span 2;
}
.about .block-items .item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.item-about-content {
  grid-column: 2/span 3;
}
.item-about-contact + .item-about-content {
  grid-column: span 3;
  margin-left: 0;
}

.format-text a {
  border-bottom: 1px var(--color-black) dotted;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 0;
}
.format-text h2 {
  font-variation-settings: "wght" 120;
}
.format-text p + .accordion-item {
  margin-top: 24px;
}
.format-text p + ul {
  margin-top: 8px;
}
.format-text ul + p {
  margin-top: 8px;
}
.format-text ul li {
  padding-left: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.format-text ul li:before {
  content: "–";
  position: absolute;
  margin-left: -16px;
}
.format-text .accordion-item {
  border-bottom: 1px var(--color-black) solid;
}
.format-text .accordion-item + .accordion-item {
  margin-top: 6px;
}
.format-text .accordion-item h2 {
  height: 20px;
  cursor: pointer;
}
.format-text .accordion-item .item-hidden {
  display: none;
  margin-top: 7px;
  padding-bottom: 6px;
}
.format-text .accordion-item.item-open .item-hidden {
  display: block;
}

.item-width-1 {
  width: 11.6142781034%;
}

.item-width-2 {
  width: 24.2408098029%;
}

.item-width-3 {
  width: 49.4938732019%;
}

.projects-list-column {
  column-count: 3;
  column-gap: 19px;
}
.projects-list-column .projects-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.projects-list-column .projects-item .copy {
  margin-top: 5px;
}
.projects-list-column .projects-item .item__tags {
  padding-bottom: 0;
}

.projects-item__date {
  font: normal 13px/1.538 "Loretta", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 100;
  text-transform: uppercase;
}

.projects-item__caption {
  font: normal 21px/1.052 "GT Alpina", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.projects-item__more {
  font: normal 13px/1.538 "Loretta", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 100;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.wrap-images {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 30px;
  padding-bottom: 30px;
}
.wrap-images a {
  display: block;
}
.wrap-images .item-image a {
  border: 0;
  display: block;
}

.wrap-images--loretta-space {
  padding-bottom: 15px;
}

.item-image {
  position: relative;
}

.item-image--isotope,
.item-image__container {
  position: relative;
}
.item-image--isotope img,
.item-image__container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.item-image__image--hidden {
  opacity: 0;
}

.item-video-container {
  position: relative;
}

.item-image__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.image-width-1 {
  width: calc(50% - 8px);
}
.image-width-1 + .image-width-2 {
  margin-top: 16px;
}

.image-width-2 {
  width: 100%;
}

.next-project {
  font: normal 55px/1 "Loretta", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 120;
  position: absolute;
  text-align: center;
  transform: rotate(-90deg) translateY(0);
  height: 280px;
}

.next-project--image {
  height: auto;
  transform: none;
  width: 24.2408098029%;
}
.next-project--image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.project-detail .detail-images {
  padding-bottom: 1.0122535962%;
}
.project-detail .detail-images .placeholder {
  padding-bottom: 150px;
}
.project-detail .fixed {
  grid-column: span 2;
  position: fixed;
  top: 88px;
  padding: 0;
}
.project-detail .fixed.fixed-top {
  padding-top: 9px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}
.project-detail .item .copy,
.project-detail .item .item__tags {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.project-detail .item .item__tags a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: initial;
}
.project-detail .item-gutter {
  width: 1.0122535962%;
}
.project-detail .item-width {
  width: 11.6142781034%;
}
.project-detail .wrapTags {
  margin-left: 0;
}
.project-detail .wrapTags .item__tags {
  border: 0 !important;
}
.project-detail + .project-detail {
  border-top: 1px solid var(--color-black);
  padding-top: 20px;
}

.mobile-arrows {
  display: none;
  margin-top: 8px;
}
.mobile-arrows a {
  border: 0;
}
.mobile-arrows .mobile-arrow-prev {
  float: left;
  width: 17px;
  height: 17px;
}
.mobile-arrows .mobile-arrow-next {
  float: right;
  width: 17px;
  height: 17px;
}

.preview-tag {
  font: normal 32px/1.5 "Loretta", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 40px;
  padding-bottom: 30px;
}

#bp {
  width: 2px;
}

@media screen and (min-width: 1678px) {
  .block-index {
    column-count: 7;
  }

  .projects-list-column {
    column-count: 4;
  }
}
@media screen and (min-width: 1916px) {
  .block-index {
    column-count: 8;
  }

  .projects-list-column {
    column-count: 5;
  }
}
@media screen and (min-width: 2154px) {
  .block-index {
    column-count: 9;
  }
}
@media screen and (min-width: 2392px) {
  .block-index {
    column-count: 10;
  }
}
@media screen and (min-width: 2630px) {
  .block-index {
    column-count: 11;
  }
}
@media screen and (max-width: 1024px) {
  .arrow,
.arrow-large {
    display: none;
  }

  .mobile-arrows {
    display: block;
  }

  .block-index {
    column-count: 5;
  }
  .block-index li + li {
    margin-top: 5px;
  }

  .projects-list-column {
    column-count: 2;
  }
}
@media screen and (max-width: 920px) {
  .block-index {
    column-count: 4;
  }
}
@media screen and (max-width: 768px) {
  .block-index {
    column-count: 3;
  }
}
@media screen and (max-width: 870px) {
  .footer__columns {
    text-align: center;
  }

  .footer__column {
    padding-bottom: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  #bp {
    width: 1px;
  }

  body {
    padding-bottom: 20px;
  }

  .mobile-arrows,
.fixed {
    display: none;
  }

  .logo-hidden {
    display: none !important;
  }

  .projects-list-column {
    column-count: 1;
  }
  .projects-list-column .projects-item {
    grid-column: span 4;
    padding: 0;
  }

  .projects-item .item-image {
    width: 100% !important;
    position: relative !important;
  }

  .block-index {
    max-width: inherit;
    column-count: 2;
  }

  .project-detail .project-items {
    grid-column: span 4;
    padding: 0;
  }
  .project-detail .project-items .detail-images,
.project-detail .project-items .item-width-2 {
    grid-column: span 5 of 5;
    opacity: 1;
    visibility: visible;
  }
  .project-detail .project-items .detail-images,
.project-detail .project-items .next-project {
    margin-bottom: 20px;
  }

  .about .item-about-contact {
    grid-column: span 6;
    padding-bottom: 16px;
    max-width: inherit;
  }
  .about .item-about-contact .item-contact {
    grid-column: span 3;
    margin-top: 0 !important;
    padding-left: 0;
  }
  .about .item-about-contact .item-contact:nth-child(2) {
    grid-column: span 3 last;
    padding-right: 0;
  }
  .about .item-about-content {
    grid-column: span 8;
    padding-bottom: 16px;
    max-width: inherit;
  }
  .about .block-items {
    grid-column: span 6;
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
  }

  .item--space {
    padding: 0;
  }

  .project-detail .detail-images {
    padding-bottom: 8px;
  }
  .project-detail .item-gutter {
    width: 6px;
  }

  .block-isotope .item-width-1,
.block-isotope .item-width-2,
.block-isotope .item-width-3 {
    width: 100%;
  }
}
@media screen and (max-width: 504px) {
  .project-detail .project-items {
    grid-column: span 6;
    padding: 0;
  }
  .project-detail .project-items .detail-images,
.project-detail .project-items .item-width-2 {
    grid-column: span 6;
  }

  .projects-list-column {
    column-count: 1;
  }
  .projects-list-column .projects-item {
    grid-column: span 6;
    padding: 0;
  }
}
/* Transition specific styles */
.sysslider-transition-has-arrows_no-arrows .arrow,
.sysslider-transition-no-arrows_has-arrows .arrow {
  position: absolute;
}

/* sysSlider specific styles */
.sysslider-page {
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  transition: left 500ms ease;
}

.sysslider-page-from {
  left: 0;
}

.sysslider-page-to {
  left: 100%;
}

.sysslider-transitioning .fixed-top {
  display: none !important;
}

#fps-counter {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  width: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
