@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheros-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheros-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheroscn;
  src: url('../fonts/texgyreheroscn-bolditalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheroscn;
  src: url('../fonts/texgyreheroscn-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheros-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheroscn;
  src: url('../fonts/texgyreheroscn-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheroscn;
  src: url('../fonts/texgyreheroscn-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheros-bolditalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  background-color: #f7f7f7;
  font-family: Texgyreheroscn, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  font-weight: 400;
}

a {
  color: #8a8a8a;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.btn {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #000;
  flex: 1;
  align-self: stretch;
  padding: .5rem 1rem .6rem;
  font-family: Texgyreheroscn, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.6, -.28, .735, .045), background-color .4s cubic-bezier(.755, .05, .855, .06);
}

.btn:hover {
  color: #fff;
  background-color: #000;
}

.btn.w--current {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn.totop {
  display: block;
}

.btn.album {
  border-left-style: none;
}

.btn.insta {
  flex: none;
}

.btn-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.btn-wrap {
  z-index: 999;
  border-bottom: 1px solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: flex-start;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.image-slide {
  object-fit: fill;
}

.layout-2 {
  background-color: #000;
  flex-direction: column;
  width: 50%;
  padding: 7rem .5rem .5rem;
  display: flex;
}

.clmn-left {
  flex-direction: column;
  place-content: flex-start;
  min-width: 33.3%;
  max-width: 33.3px;
  height: 100vh;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.box {
  border-radius: 0;
  flex: none;
  align-content: flex-start;
  align-self: flex-start;
  width: 50%;
  padding: 1rem;
  font-family: Texgyreheroscn, sans-serif;
  text-decoration: none;
}

.clmn-right {
  background-color: #000;
  height: 100vh;
  position: sticky;
  top: 0;
}

.txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1em;
}

.txt-long {
  margin-top: 0;
  margin-bottom: 0;
}

.layout-1 {
  flex-direction: column;
  width: 100%;
  padding: 7rem .5rem .5rem;
  display: flex;
}

.layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100vw;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.box-link {
  color: #fff;
  border: .1rem solid #fff;
  border-radius: .25rem;
  align-content: flex-start;
  align-self: flex-start;
  margin-bottom: .125rem;
  margin-right: .25rem;
  padding: 1rem 1rem .85rem;
  text-decoration: none;
  display: flex;
}

.right {
  flex: none;
  align-content: flex-start;
  align-self: flex-start;
  width: 100%;
  padding: .5rem;
  font-family: Texgyreheroscn, sans-serif;
  text-decoration: none;
}

.right.border {
  border-top-style: none;
  border-right-style: none;
}

.feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100vw;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.feed-item {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feed-item.hide {
  display: none;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.box-full {
  border-top: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  align-content: flex-start;
  align-self: flex-start;
  width: 100%;
  padding: .25rem 2em 2rem .25rem;
  font-size: 1.4em;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.box-full.border-5 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.box-full.border-4 {
  border-bottom-style: none;
  border-right-style: none;
}

.poster {
  z-index: 1;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  padding: 1em;
  font-family: Texgyreheros, sans-serif;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.poster.y {
  background-color: #ffd500;
}

.poster.b {
  background-color: #2a00ff;
}

.poster.r {
  background-color: #fff;
}

.overlay-animation {
  z-index: 2;
  cursor: pointer;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.overlay-animation._2, .overlay-animation._3 {
  display: none;
}

.poster-text {
  text-align: left;
  font-family: Texgyreheros, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.poster-text._2 {
  margin-top: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.icon {
  z-index: 999;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-start;
  height: 35%;
  margin: auto;
  position: fixed;
  inset: 0%;
}

.icon.scale {
  height: 35%;
}

.impressum {
  color: #000;
}

.poster-m {
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  padding: 1em;
  font-family: Texgyreheros, sans-serif;
  line-height: 1em;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.poster-m.b, .poster-m.y {
  background-color: #2a00ff;
}

.button {
  background-color: #000;
  border: 1px solid #000;
  flex: 1;
  align-items: center;
  padding: 0;
  font-size: 1em;
  display: flex;
}

.button._2 {
  padding-left: .5em;
}

.blackboard {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
}

.caption {
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  align-self: stretch;
  font-family: Texgyreheros, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.caption.default {
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Texgyreheroscn, sans-serif;
  font-size: 1em;
}

.bleed {
  color: #fff;
  text-align: center;
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding: 4rem 1rem;
  font-size: 5em;
  line-height: 1.2em;
  display: flex;
}

.bleed.alt {
  color: #000;
  background-color: #fff;
}

.info {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.previewinfo {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  padding: .5rem 1rem;
  line-height: 1.2em;
  display: flex;
}

.impressumtext {
  font-family: Texgyreheroscn, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 110%;
}

.impressumlink {
  color: #fff;
  text-decoration: none;
}

.img2 {
  background-color: #000;
  border-top: 1px solid #000;
  width: 100%;
  height: 100%;
}

.left {
  flex-direction: column;
  flex: none;
  align-content: flex-start;
  align-self: flex-start;
  padding: .5rem;
  font-family: Texgyreheroscn, sans-serif;
  text-decoration: none;
  display: flex;
}

.left.last {
  border-bottom-style: none;
}

.project-image {
  filter: grayscale();
  border-top: 1px solid #000;
  align-self: stretch;
  transition: filter .6s cubic-bezier(.47, 0, .745, .715);
}

.project-image:hover {
  filter: grayscale(0%);
}

.project-image.crop {
  object-fit: cover;
  height: 450px;
}

.information {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.information._2 {
  margin-top: .5em;
  margin-bottom: 1em;
}

.background-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.bgvideo-wrap {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.bgvideo-wrap.videolink {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.project-caption {
  z-index: 9;
  background-color: #fff;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  padding: .125rem .125rem .125rem .5rem;
  display: flex;
  position: relative;
}

.image-info-copy {
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  align-self: flex-start;
  padding: .25rem .5rem;
  font-size: .8em;
  line-height: 1.2em;
}

.wait {
  background-color: #000;
  height: 100vh;
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #fff;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  color: #000;
  cursor: pointer;
  margin-left: .75rem;
  padding: .625rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_text {
  color: #000;
  margin-right: 1.5rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 1rem;
  overflow: scroll;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_text {
  color: #000;
  font-size: .75rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_text-link {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #f5f5f5;
  border-color: #000;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #000;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dropdown-toggle {
  color: #fff;
  background-color: #000;
  flex: 1;
  padding: .5rem;
  font-family: Texgyreheroscn, sans-serif;
  display: flex;
}

.dropdown {
  flex: 1;
  width: 100%;
  font-size: 1em;
}

.legal {
  text-decoration: underline;
}

.dropdown-list {
  background-color: #000;
  position: relative;
}

.textblock {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.participants {
  border-top: 1px solid #000;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.participants._2 {
  margin-top: .5em;
  margin-bottom: 1em;
}

.highlight {
  background-color: #fff;
  border-radius: 20px;
  padding-left: .5em;
  padding-right: .5em;
  line-height: 1.4em;
}

.html-embed {
  width: 100%;
}

.html-embed.small {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blackboard-text {
  color: #fff;
  flex: 0 auto;
  display: flex;
}

.bleederimpressum {
  border-top: 1px solid #000;
  flex-direction: column;
  padding: .5rem;
  display: flex;
}

.impressumtoggle {
  color: #fff;
  padding-top: .125rem;
  padding-bottom: .25rem;
  text-decoration: none;
}

.placeholder {
  color: #fff;
}

.scroll {
  color: #fff;
  position: absolute;
  inset: auto 0% 0%;
}

.case-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.case {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-folder {
  width: 100px;
}

.folder {
  color: #000;
  flex-direction: column;
  align-items: center;
  font-size: 1.4em;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.foldername {
  border: .1rem solid #000;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding: .5rem;
  font-family: Texgyreheroscn, sans-serif;
  display: flex;
}

.process {
  height: 100%;
}

.read-more {
  flex: 1;
  font-size: .8em;
  line-height: 1.2em;
  display: none;
}

.portrait {
  background-color: #000;
  border-top: 1px solid #000;
  position: relative;
}

.bg-portrait {
  z-index: 1;
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mixed-media-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.mixed-media-wrap.videolink {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.section-height {
  height: 300vh;
  position: relative;
}

.sticky-element {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.track {
  flex: none;
  height: 100%;
  position: relative;
  transform: translate(0%);
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.hero-panel {
  flex: none;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-panel_img {
  background-image: url('../images/photo1.42abc711.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
  transform: scale(1);
}

.footer {
  width: 100%;
  height: 100vh;
}

.horizontal-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-item.hide {
  display: none;
}

.media {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  width: 100%;
  height: 98vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.media.videolink {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.item-caption {
  z-index: 9;
  background-color: #fff;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  padding: .125rem .125rem .125rem .5rem;
  display: flex;
  position: relative;
}

.image-horizontal {
  height: 100%;
}

.image-4 {
  flex: none;
}

.horizont {
  background-color: #000;
}

.bg-portrait-2 {
  z-index: 1;
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100vh;
  position: relative;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .right.border {
    border-top-style: solid;
  }

  .right.bordertop {
    border-top-style: none;
  }

  .box-full {
    justify-content: space-between;
  }

  .box-full.border-1, .box-full.border-2 {
    border-bottom-style: none;
  }

  .overlay-animation {
    display: block;
  }

  .poster-text, .bleed {
    font-size: 3em;
  }

  .impressumlink {
    font-size: .8em;
    line-height: 1.2em;
  }

  .bgvideo-wrap {
    width: 600px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .mixed-media-wrap {
    width: 600px;
  }

  .hero-panel {
    width: 150vw;
  }

  .media {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .layout {
    display: flex;
  }

  .right {
    border-left-style: none;
    border-right-style: none;
  }

  .right.border {
    border-top-style: none;
    border-bottom-width: .1rem;
    border-left-style: none;
  }

  .box-full {
    order: 1;
  }

  .box-full.border-1 {
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    order: -1;
  }

  .box-full.border-2 {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    order: -1;
  }

  .box-full.border-4 {
    border-left-style: none;
  }

  .poster {
    width: 100vw;
    display: none;
  }

  .poster-text {
    font-size: 2em;
  }

  .icon {
    z-index: 1;
    object-fit: contain;
    height: 35%;
    margin: auto;
    position: fixed;
    inset: 0%;
  }

  .impressum {
    color: #000;
    font-size: 20px;
  }

  .poster-m {
    width: 100vw;
    display: flex;
  }

  .poster-m.y {
    background-color: #ffd500;
  }

  .poster-m.r {
    background-color: #fff;
  }

  .caption.default {
    font-size: 1em;
  }

  .bleed {
    font-size: 2em;
  }

  .impressumtext {
    column-count: 1;
  }

  .impressumlink {
    color: #000;
    font-size: 20px;
  }

  .img2 {
    order: 1;
    min-height: 500px;
  }

  .left {
    padding-bottom: 0;
  }

  .information {
    border-bottom-style: none;
    margin-top: .5rem;
  }

  .bgvideo-wrap {
    width: 100%;
  }

  .project-caption {
    flex-direction: column;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .textblock {
    border-top-style: none;
  }

  .bleederimpressum {
    order: 1;
  }

  .portrait {
    order: 1;
    min-height: 500px;
  }

  .mixed-media-wrap, .media {
    width: 100%;
  }

  .item-caption {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .poster {
    display: block;
  }

  .poster.r {
    bottom: 35px;
  }

  .bleed {
    font-size: 1.5em;
  }

  .information {
    margin-top: .5em;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .participants {
    margin-top: .5em;
  }
}

#w-node-be043ca6-fbb9-e877-7ae8-09ea10b7b2ff-b489c76e, #w-node-_5079aa87-2e1c-e85f-367a-322e6bfee4c5-b489c76e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c49e1f65-5d08-c679-089a-0718e4c9f311-b489c76e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee85ae30-62a9-f2e3-28fe-71c543123e24-b489c777 {
  align-self: stretch;
}

#w-node-be043ca6-fbb9-e877-7ae8-09ea10b7b2ff-b489c778, #w-node-_5079aa87-2e1c-e85f-367a-322e6bfee4c5-b489c778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c49e1f65-5d08-c679-089a-0718e4c9f311-b489c778 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75967d49-84e4-aa77-ee6b-70d0e3ea2cfa-b489c779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e5a0c24-15d8-1941-abc9-eb877312b7d1-b489c779 {
  place-self: stretch stretch;
}


@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheroscn';
  src: url('../fonts/texgyreheroscn-bolditalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheroscn';
  src: url('../fonts/texgyreheroscn-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheroscn';
  src: url('../fonts/texgyreheroscn-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheroscn';
  src: url('../fonts/texgyreheroscn-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros-bolditalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}