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

@font-face {
  font-family: Munkensansweb;
  src: url('../fonts/MunkenSansWeb-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Munkensansweb;
  src: url('../fonts/MunkenSansWeb-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #8d8d8d;
  --dim-grey: #464646;
  --dark-slate-grey: #3d3d3d;
  --white: white;
  --orange-red: #fc3503;
  --black: black;
  --black-2: #2c2c2c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Munkensansweb, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 28px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: visible;
}

.container:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.container.back-ground {
  border-top: 0px none var(--grey);
  border-radius: 0;
  margin-top: 0;
}

.container.info {
  margin-top: 130px;
  padding-top: 0;
  padding-left: 130px;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 100px;
  grid-template: "."
  / 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 100%;
  font-family: Inconsolata, monospace;
  display: grid;
}

.grid.raster {
  grid-template-rows: auto;
  grid-auto-flow: row;
  align-content: space-around;
}

.body {
  margin: 0;
}

.grid-link {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}

.grid-link.c {
  margin-left: 108px;
}

.grid-link-image-pair {
  text-align: left;
  width: 100%;
  margin-right: 27px;
  padding-left: 0;
  display: inline-block;
}

.grid-project-title {
  color: var(--dim-grey);
  text-align: left;
  border: 0 #000;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Munkensansweb, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.grid-project-title.regular {
  font-weight: 400;
}

.grid-project-title.no-padding-top {
  margin-top: 0;
}

.project-text {
  color: #3a3a3a;
  border: 0 #000;
  width: 90%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Munkensansweb, sans-serif;
  font-size: 14px;
  display: block;
}

.project-text._50 {
  text-align: left;
  max-width: 50%;
}

.project-text.solo {
  margin-top: 10px;
}

.project-text.ohne-abstand {
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-text.rauminfo {
  margin-top: 0;
  padding-bottom: 20px;
}

.project-text.link {
  opacity: 1;
  color: var(--dark-slate-grey);
  border-style: none;
  border-color: #000;
  text-decoration: none;
}

.project-text.last {
  width: 50%;
  margin-bottom: 30px;
}

.div-block-804 {
  font-size: 18px;
}

.body-2 {
  margin-top: 80px;
  margin-left: 80px;
  margin-right: 80px;
}

.slider-img {
  background-color: #fff;
  width: 100%;
  display: block;
}

.slider-img.rahmen {
  border: 1px solid #cfcdcd;
}

.slider-img.solo {
  margin-bottom: 20px;
}

.arrow-left {
  opacity: 0;
  width: 50%;
}

.section-slider-test {
  align-items: center;
  margin-bottom: 150px;
  display: block;
}

.slide {
  background-color: var(--white);
}

.arrow-icon {
  color: #3d3d3d;
  display: none;
}

.arrow-icon.left {
  inset: 0% auto 0% 20px;
}

.arrow-icon.right {
  inset: 0% 20px 0% auto;
}

.slider-nav {
  opacity: 0;
  color: #333;
  cursor: auto;
  margin-bottom: 0;
}

.slider {
  opacity: 1;
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.arrow-right {
  opacity: 0;
  width: 50%;
}

.header-nav {
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.list {
  justify-content: space-between;
  padding-left: 0;
  display: block;
}

.link {
  color: var(--grey);
  margin-top: 0;
  font-family: Munkensansweb, sans-serif;
  text-decoration: underline;
  display: block;
}

.link:hover {
  color: var(--orange-red);
}

.link.extern {
  color: #ff7b7b;
  display: none;
}

.link.extern:hover {
  color: var(--orange-red);
}

.nav-link {
  color: var(--black);
  font-family: Munkensansweb, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--orange-red);
}

.nav-link.w--current {
  font-family: Munkensansweb, sans-serif;
  line-height: 34px;
}

.nav-link.w--current:hover {
  color: var(--orange-red);
}

.list-item {
  text-decoration: none;
}

.section-nav {
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}

._1-spalte {
  border: 1px #000;
  width: 70%;
  margin-right: 22px;
  padding-left: 0;
}

._1-spalte._75 {
  border: 1px #000;
  width: 75%;
  padding-left: 2px;
}

._1-spalte.padding {
  margin-bottom: 32px;
}

._1-spalte._10 {
  width: 70px;
}

.layout-2-spalten {
  opacity: 1;
  border: 50px #f40;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.infotext {
  color: var(--dark-slate-grey);
  font-family: Munkensansweb, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
}

.infotext.padding {
  width: 90%;
  padding-bottom: 10px;
}

.infotext.padding.last {
  padding-bottom: 140px;
}

.infotext.medium {
  font-weight: 500;
}

.heading {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading.about {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 27px;
  display: block;
}

.project-info {
  opacity: 1;
  background-color: #0000;
  border-left: 1px #000;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: -14.3em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.project-info.about {
  margin-bottom: 60px;
}

.info {
  color: #333;
  background-color: #0000;
  min-width: auto;
  max-width: none;
  margin-left: 0;
}

.headerbild {
  margin-bottom: 0;
}

.wrapper_flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.project_item {
  width: 100%;
  margin-left: 0;
  margin-right: 12px;
}

.project_item._12px-top {
  margin-top: 12px;
}

.section_flex {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
}

.section_flex.beispiel {
  margin-top: 500px;
}

.section_projectname {
  border-top: 0px none var(--grey);
  margin-bottom: 100px;
}

.item-wrap {
  margin-top: 0;
  padding-bottom: 0;
}

.item-wrap.top-100px {
  margin-top: 100px;
}

.item-wrap.top-200px {
  margin-top: 200px;
}

.item-wrap.bottom-10em {
  margin-top: -10em;
  margin-bottom: 0;
}

.section_background {
  background-color: #f1f1f1;
  margin-top: 2px;
  padding-top: 0;
  padding-bottom: 50px;
}

.group-title-name {
  border-top: .5px dotted var(--orange-red);
  border-bottom: 1px none var(--orange-red);
  color: var(--orange-red);
  text-align: right;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Munkensansweb, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.group-title-name.aktuell {
  color: var(--dim-grey);
  text-align: right;
  text-transform: none;
  border-top-style: none;
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 400;
  display: none;
}

.group-title-name.first {
  border-top-style: dashed;
  border-top-width: 0;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-image-grid {
  width: 100%;
  max-width: 100%;
  display: block;
}

.sound-wrapper {
  opacity: 1;
  text-align: center;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.sound-wrapper:hover {
  opacity: 1;
  color: #7e7e7e;
  background-color: #fff;
  border: 1px solid #a5a3a3;
  border-radius: 0;
}

.slider_img-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 630px;
  display: flex;
  position: static;
  inset: 0%;
}

.footer {
  margin-left: 20px;
}

.page-link {
  color: var(--black-2);
  margin-top: 43px;
  margin-bottom: 50px;
  padding-right: 30px;
  font-family: Munkensansweb, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-links {
  justify-content: flex-end;
  display: flex;
}

.impressum-headline {
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  padding-top: 49px;
  font-family: Munkensansweb, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.infotext-unterthemen {
  margin-bottom: 5px;
  font-family: Munkensansweb, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.go-top {
  color: var(--dim-grey);
  background-color: #0000;
  padding-top: 35px;
  font-family: Munkensansweb, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-3 {
  display: block;
}

.image-4 {
  text-align: center;
  max-height: 100%;
  display: inline;
  position: absolute;
}

.sound-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-sound {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.slider-img {
  margin-bottom: 20px;
}

.button-sound {
  width: 100%;
  height: 100px;
  max-height: 100px;
  display: none;
  position: absolute;
}

.button-sound:hover {
  opacity: .63;
}

.jahr {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: .5px;
  width: 8%;
  margin-bottom: 0;
  font-family: Munkensansweb, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.vita-zwei-spalten {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.vita-zwei-spalten.info {
  margin-top: 0;
  margin-bottom: 50px;
}

.vita-zwei-spalten.info._1100 {
  max-width: 1000px;
}

.vita-eintrag-2 {
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.ausstellungseintrag {
  color: var(--dark-slate-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Munkensansweb, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  overflow: visible;
}

.vita-zahl {
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: 0;
  width: 100px;
  min-width: 100px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.exhibition-wrapper {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin: 0 auto;
  display: block;
}

.vita-eintrag-3 {
  max-width: 90%;
  margin-bottom: 0;
  font-family: Munkensansweb, sans-serif;
  display: flex;
}

.link-2 {
  text-decoration: none;
}

.bold-text {
  font-weight: 400;
}

.text-wrapper {
  text-align: left;
  width: 50vw;
  margin-bottom: 100px;
  margin-left: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 130px;
    grid-template-rows: auto;
  }

  .slider {
    display: block;
  }

  .nav-link:hover {
    color: #fa2f07;
  }

  .item-wrap.top-100px {
    margin-top: 130px;
  }

  .group-title-name {
    margin-bottom: 52px;
    font-family: Munkensansweb, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .vita-zwei-spalten.info._1100 {
    max-width: 1250px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.info {
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 30px;
  }

  .container.info.impressum {
    margin-top: 150px;
    padding: 0 53px 53px;
  }

  .container.info.oben {
    margin-top: 162px;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .grid.raster {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .body {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-project-title {
    display: block;
  }

  .project-text {
    line-height: 18px;
  }

  .project-text._50 {
    max-width: 70%;
  }

  .body-2 {
    margin-left: 25px;
    margin-right: 20px;
  }

  .slider-img.solo {
    margin-bottom: 10px;
  }

  .slider {
    margin-bottom: 10px;
    display: block;
  }

  .list {
    margin-top: 16px;
  }

  .section-nav {
    margin-left: 20px;
    display: inline;
  }

  ._1-spalte {
    width: 90%;
    margin-bottom: 30px;
    margin-right: 10px;
  }

  ._1-spalte._75 {
    width: 100%;
  }

  ._1-spalte.padding {
    text-align: left;
    width: 90%;
  }

  ._1-spalte._10 {
    width: 10%;
  }

  .layout-2-spalten {
    text-align: left;
    flex-wrap: wrap;
  }

  .infotext {
    text-align: left;
    line-height: 20px;
  }

  .infotext.padding {
    text-align: left;
    padding-bottom: 13px;
  }

  .infotext.padding.last {
    padding-bottom: 80px;
  }

  .project-info {
    text-align: center;
    max-width: 90vw;
    margin-bottom: 1.6em;
  }

  .project-info.about {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 30px;
  }

  .info {
    margin-left: 0;
    position: static;
    left: -18px;
  }

  .section_projectname {
    margin-bottom: 0;
  }

  .item-wrap {
    margin-bottom: 40px;
  }

  .item-wrap.top-100px {
    margin-bottom: 36px;
  }

  .item-wrap.top-200px {
    margin-top: 100px;
  }

  .item-wrap.bottom-10em {
    margin-top: -2.9em;
  }

  .group-title-name {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 5px;
    font-size: 14px;
  }

  .group-title-name.aktuell {
    margin-top: 0;
    margin-bottom: 21px;
    padding-bottom: 0;
  }

  .sound-wrapper {
    align-items: center;
  }

  .slider_img-wrap {
    height: auto;
  }

  .impressum-headline {
    color: var(--black-2);
    font-family: Munkensansweb, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .infotext-unterthemen {
    text-align: left;
    margin-bottom: 5px;
    font-family: Munkensansweb, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .jahr {
    letter-spacing: .5px;
    font-size: 16px;
  }

  .vita-zwei-spalten {
    margin-bottom: 30px;
  }

  .vita-zwei-spalten.info {
    margin-top: 0;
  }

  .ausstellungseintrag {
    text-align: left;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .vita-zahl {
    letter-spacing: 0;
    width: 80px;
    min-width: 80px;
    font-size: 16px;
  }

  .exhibition-wrapper {
    margin-bottom: 30px;
  }

  .vita-eintrag-3 {
    max-width: 100%;
  }

  .text-wrapper {
    width: 80vw;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: 50px;
  }

  .container.info {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 25px;
  }

  .container.info.impressum {
    margin-top: 150px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 30px;
  }

  .container.info.oben {
    margin-top: 150px;
  }

  .section-nav {
    margin-left: 20px;
  }

  ._1-spalte {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 13px;
  }

  ._1-spalte._75 {
    width: 100%;
    margin-bottom: 0;
  }

  ._1-spalte.padding {
    width: 100%;
  }

  ._1-spalte._10 {
    width: 13%;
  }

  .infotext {
    font-size: 15px;
  }

  .infotext.padding {
    width: 100%;
    max-width: 100%;
  }

  .infotext.padding.last {
    padding-bottom: 50px;
  }

  .heading.about {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .project-info {
    margin-top: 50px;
    margin-bottom: -3.2em;
  }

  .project-info.about {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .info {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .footer {
    text-align: left;
    margin-right: 20px;
  }

  .page-link {
    margin-top: 20px;
    padding-right: 0;
  }

  .footer-links {
    border-top: 1px solid var(--grey);
    justify-content: flex-start;
    margin-top: 25px;
  }

  .impressum-headline {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .jahr {
    font-size: 14px;
  }

  .vita-zwei-spalten {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vita-eintrag-2 {
    line-height: 17px;
  }

  .ausstellungseintrag {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .vita-zahl {
    width: 70px;
    min-width: 70px;
    font-size: 14px;
  }

  .exhibition-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vita-eintrag-3 {
    line-height: 17px;
  }

  .text-wrapper {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .container.info {
    margin-top: 36px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 30px;
  }

  .container.info.impressum {
    margin-top: 100px;
    padding-top: 37px;
  }

  .container.info.oben {
    margin-top: 50px;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 40px;
  }

  .grid.raster {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .body {
    padding-top: 0;
  }

  .grid-project-title {
    display: block;
  }

  .project-text {
    width: 100%;
    padding-right: 0;
  }

  .project-text._50 {
    max-width: 100%;
  }

  .project-text.ohne-abstand {
    width: 100%;
  }

  .body-2 {
    margin-left: 10px;
    margin-right: 5px;
  }

  .section-slider-test {
    display: block;
  }

  .slider {
    margin-bottom: 14px;
  }

  .slider.rahmen {
    border: 1px solid #7e7e7e;
  }

  .header-nav {
    font-size: 15px;
  }

  .list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link.extern {
    color: var(--grey);
  }

  .nav-link {
    color: var(--dark-slate-grey);
    font-size: 22px;
    line-height: 25px;
  }

  .nav-link.w--current {
    font-size: 22px;
    line-height: 25px;
  }

  .list-item {
    line-height: 15px;
  }

  .section-nav {
    margin-left: 20px;
  }

  ._1-spalte {
    border-left-width: 1px;
    width: 100%;
    margin-bottom: 30px;
  }

  ._1-spalte._75 {
    width: 100%;
    margin-bottom: 0;
  }

  ._1-spalte._10 {
    width: 16%;
  }

  .layout-2-spalten {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .infotext {
    flex-wrap: wrap;
    margin-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
  }

  .infotext.padding.last {
    padding-bottom: 70px;
  }

  .heading.about {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .project-info {
    max-width: 100vw;
    margin-bottom: -10.3em;
  }

  .project-info.about {
    margin-bottom: 0;
  }

  .info {
    font-size: 12px;
  }

  .wrapper_flex {
    width: 100%;
    margin-top: -50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .project_item._0 {
    margin-right: 0;
  }

  .item-wrap {
    margin-bottom: 0;
  }

  .item-wrap.top-100px.mobile-no-padding {
    margin-top: 0;
  }

  .item-wrap.top-200px {
    margin-top: 50px;
  }

  .item-wrap.bottom-10em {
    margin-top: 0;
  }

  .section_background {
    padding-bottom: 30px;
  }

  .group-title-name {
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .group-title-name.aktuell {
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 22px;
  }

  .footer {
    margin-left: 20px;
  }

  .page-link {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 15px;
    padding-left: 0;
    display: flex;
  }

  .impressum-headline {
    color: var(--dark-slate-grey);
  }

  .infotext-unterthemen {
    color: var(--dark-slate-grey);
    margin-bottom: 0;
    font-size: 15px;
  }

  .top {
    justify-content: center;
    margin-top: 13px;
  }

  .go-top {
    padding-top: 5px;
    font-size: 22px;
    font-weight: 400;
  }

  .button-sound {
    width: 50%;
    height: 50px;
  }

  .button-sound:hover {
    opacity: .6;
  }

  .jahr {
    font-size: 14px;
  }

  .vita-zwei-spalten {
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .vita-zwei-spalten.info {
    margin-bottom: 0;
  }

  .vita-eintrag-2 {
    margin-bottom: 13px;
  }

  .ausstellungseintrag {
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
  }

  .vita-zahl {
    letter-spacing: 0;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    font-size: 14px;
    line-height: 16px;
  }

  .exhibition-wrapper {
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .vita-eintrag-3 {
    margin-bottom: 8px;
  }

  .text-wrapper {
    width: 90vw;
    margin-bottom: 50px;
  }
}

#w-node-_0e549ddc-3068-d635-0015-1545c40144ce-e289ad94, #w-node-_32da6707-7879-c397-5cd1-8f88c7ca5a25-e289ad94 {
  grid-area: 1 / 3 / 2 / 15;
}

#w-node-ee6d73eb-6bc5-d582-47a4-781a4f14d00f-e289ad94 {
  grid-area: 1 / 3 / 2 / 14;
}

#w-node-cb93d03e-4a33-20a4-8bde-eba349bb2435-e289ad94 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-b4a3fdd7-9934-e33f-ad3a-e3d7595681e1-e289ad94 {
  grid-area: 1 / 11 / 2 / 17;
}

#w-node-_8f1f3d42-8abf-7bbb-2d95-e9331d8483cb-e289ad94 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-ba811145-b488-dd3b-4308-f6e7e6777474-e289ad94 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-ba811145-b488-dd3b-4308-f6e7e677748c-e289ad94 {
  grid-area: 2 / 4 / 3 / 17;
}

#w-node-ba811145-b488-dd3b-4308-f6e7e67774a4-e289ad94 {
  grid-area: 3 / 1 / 4 / 9;
}

#w-node-ba811145-b488-dd3b-4308-f6e7e67774bd-e289ad94 {
  grid-area: 3 / 11 / 4 / 17;
}

#w-node-ba811145-b488-dd3b-4308-f6e7e67774d7-e289ad94 {
  grid-area: 4 / 3 / 5 / 8;
}

#w-node-dafd90c0-0244-f55b-ce01-9e05e4bdd37a-e289ad94 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_1d13335c-2e26-a65b-ee1e-c2572826983c-e289ad94 {
  grid-area: 2 / 3 / 3 / 15;
}

#w-node-_97e00bf7-f9b8-6c89-661d-235a5439c3ff-e289ad94 {
  grid-area: 1 / 4 / 2 / 14;
}

#w-node-_97e00bf7-f9b8-6c89-661d-235a5439c413-e289ad94 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_1a0381cd-1f7e-6bc7-3fe1-80652e178e5d-e289ad94 {
  grid-area: 2 / 10 / 3 / 17;
}

#w-node-aa410932-ef08-e88d-a78f-4a3650e71091-e289ad94 {
  grid-area: 1 / 4 / 2 / 14;
}

#w-node-a5e21d4a-5fcc-e90b-2427-409962ba7687-e289ad94 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_16c37f0a-4609-3835-acab-fe15ef182df3-e289ad94 {
  grid-area: 2 / 1 / 3 / 10;
}

#w-node-_3866aa96-9dbd-9377-3ca2-5cb9e9d24de2-e289ad94 {
  grid-area: 2 / 13 / 3 / 17;
}

#w-node-f0be78c1-76fe-300d-925b-771e52995500-e289ad94 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_8c4fb554-f472-3749-2520-e1b2406c8796-e289ad94 {
  grid-area: 2 / 10 / 3 / 17;
}

#w-node-_8c4fb554-f472-3749-2520-e1b2406c87a8-e289ad94 {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-_72a79d5a-4198-9ec6-8ccd-cbfd6bc8a5e4-e289ad94 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_72a79d5a-4198-9ec6-8ccd-cbfd6bc8a602-e289ad94 {
  grid-area: 1 / 12 / 2 / 17;
}

#w-node-_2a9aa440-2a7c-a7e4-2211-85601f7c127e-e289ad94 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_2a9aa440-2a7c-a7e4-2211-85601f7c1291-e289ad94 {
  grid-area: 1 / 13 / 2 / 17;
}

#w-node-_6209ba30-7554-ac76-86e4-66f39a55694f-e289ad94 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-f93a33af-d183-d2bf-4ba1-84c84b1e1380-e289ad94 {
  grid-area: 1 / 10 / 2 / 17;
}

#w-node-d00775cc-b605-b0ba-c2ba-60f6c05bda23-e289ad94 {
  grid-area: 2 / 4 / 3 / 14;
}

#w-node-_9dd9be5f-6f63-4c14-a080-3bfc9d64b961-e289ad94 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_9dd9be5f-6f63-4c14-a080-3bfc9d64b973-e289ad94 {
  grid-area: 2 / 10 / 3 / 17;
}

#w-node-_5f07fcb9-73c3-d3d4-f315-67791189d436-e289ad94 {
  grid-area: 1 / 11 / 2 / 17;
}

#w-node-_5f07fcb9-73c3-d3d4-f315-67791189d412-e289ad94 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_6de9ce30-ad2a-9a94-7f7d-ee34ff24ec06-e289ad94 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_6de9ce30-ad2a-9a94-7f7d-ee34ff24ec1c-e289ad94 {
  grid-area: 1 / 9 / 2 / 16;
}

#w-node-_64ec12ae-8e00-f05c-59e4-7275fe3534ec-e289ad94 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_64ec12ae-8e00-f05c-59e4-7275fe353502-e289ad94 {
  grid-area: 1 / 11 / 2 / 17;
}

#w-node-_64ec12ae-8e00-f05c-59e4-7275fe353513-e289ad94 {
  grid-area: 2 / 3 / 3 / 12;
}

#w-node-b1e1cc61-8e92-db09-6fdf-9755f8849464-e289ad94 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_09e1041f-dbb3-3f91-4027-00887c25e7c5-e289ad94 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_1bd211d4-a8c6-ae3d-e4f5-25c30f08db87-e289ad94 {
  grid-area: 2 / 10 / 3 / 16;
}

#w-node-_6943f72b-2d91-21ea-cf48-8415e7c21f95-e289ad94 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-a2da5f9d-c91a-ed6c-e774-90f8e7ec6b71-e289ad94 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_163687ef-ed00-aeb3-0445-e6a9c178f377-e289ad94 {
  grid-area: 1 / 9 / 2 / 15;
}

#w-node-_4fa921f5-132c-f947-6690-eae0198e14f7-e289ad94 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_4fa921f5-132c-f947-6690-eae0198e150d-e289ad94 {
  grid-area: 1 / 11 / 2 / 17;
}

#w-node-_4fa921f5-132c-f947-6690-eae0198e151e-e289ad94 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_8f2d7a46-0983-bde9-d101-ca10199547bb-e289ad94 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_6386810e-af38-7edb-0d2c-a1f8f65b0db1-e289ad94 {
  grid-area: 3 / 10 / 4 / 17;
}

#w-node-_3749af64-573a-0e6e-4dad-18bfdc08a785-e289ad98 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_3749af64-573a-0e6e-4dad-18bfdc08a79a-e289ad98 {
  grid-area: 1 / 8 / 2 / 16;
}

@media screen and (min-width: 1440px) {
  #w-node-_3749af64-573a-0e6e-4dad-18bfdc08a785-e289ad98, #w-node-_3749af64-573a-0e6e-4dad-18bfdc08a79a-e289ad98 {
    grid-area: 1 / 1 / 2 / 12;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0e549ddc-3068-d635-0015-1545c40144ce-e289ad94, #w-node-_32da6707-7879-c397-5cd1-8f88c7ca5a25-e289ad94 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_8f1f3d42-8abf-7bbb-2d95-e9331d8483cb-e289ad94 {
    grid-column-end: 14;
  }

  #w-node-ba811145-b488-dd3b-4308-f6e7e6777474-e289ad94 {
    grid-area: 1 / 2 / 2 / 11;
  }

  #w-node-ba811145-b488-dd3b-4308-f6e7e677748c-e289ad94 {
    grid-area: 2 / 3 / 2 / 15;
  }

  #w-node-ba811145-b488-dd3b-4308-f6e7e67774a4-e289ad94 {
    grid-column-end: 10;
  }

  #w-node-ba811145-b488-dd3b-4308-f6e7e67774bd-e289ad94 {
    grid-column: 11 / 17;
  }

  #w-node-ba811145-b488-dd3b-4308-f6e7e67774d7-e289ad94 {
    grid-area: 4 / 3 / 5 / 8;
  }

  #w-node-dafd90c0-0244-f55b-ce01-9e05e4bdd37a-e289ad94 {
    grid-column: 2 / 11;
  }

  #w-node-_1d13335c-2e26-a65b-ee1e-c2572826983c-e289ad94 {
    grid-area: 2 / 2 / 3 / 15;
  }

  #w-node-_97e00bf7-f9b8-6c89-661d-235a5439c3ff-e289ad94 {
    grid-area: 1 / 3 / 2 / 15;
  }

  #w-node-_97e00bf7-f9b8-6c89-661d-235a5439c413-e289ad94 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa410932-ef08-e88d-a78f-4a3650e71091-e289ad94 {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-a5e21d4a-5fcc-e90b-2427-409962ba7687-e289ad94 {
    grid-area: 1 / 4 / 2 / 14;
  }

  #w-node-_8c4fb554-f472-3749-2520-e1b2406c87a8-e289ad94 {
    grid-row-start: 2;
  }

  #w-node-_72a79d5a-4198-9ec6-8ccd-cbfd6bc8a5e4-e289ad94 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_9dd9be5f-6f63-4c14-a080-3bfc9d64b961-e289ad94 {
    grid-area: 1 / 2 / 2 / 14;
  }

  #w-node-_9dd9be5f-6f63-4c14-a080-3bfc9d64b973-e289ad94 {
    grid-area: 2 / 7 / 4 / 15;
  }

  #w-node-_64ec12ae-8e00-f05c-59e4-7275fe353513-e289ad94 {
    grid-column-end: 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e549ddc-3068-d635-0015-1545c40144ce-e289ad94, #w-node-_32da6707-7879-c397-5cd1-8f88c7ca5a25-e289ad94 {
    grid-column-end: 16;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e549ddc-3068-d635-0015-1545c40144ce-e289ad94, #w-node-_32da6707-7879-c397-5cd1-8f88c7ca5a25-e289ad94, #w-node-cb93d03e-4a33-20a4-8bde-eba349bb2435-e289ad94, #w-node-b4a3fdd7-9934-e33f-ad3a-e3d7595681e1-e289ad94, #w-node-_8f1f3d42-8abf-7bbb-2d95-e9331d8483cb-e289ad94, #w-node-ba811145-b488-dd3b-4308-f6e7e6777474-e289ad94, #w-node-ba811145-b488-dd3b-4308-f6e7e677748c-e289ad94, #w-node-ba811145-b488-dd3b-4308-f6e7e67774a4-e289ad94, #w-node-ba811145-b488-dd3b-4308-f6e7e67774bd-e289ad94, #w-node-ba811145-b488-dd3b-4308-f6e7e67774d7-e289ad94, #w-node-dafd90c0-0244-f55b-ce01-9e05e4bdd37a-e289ad94, #w-node-_1d13335c-2e26-a65b-ee1e-c2572826983c-e289ad94, #w-node-_97e00bf7-f9b8-6c89-661d-235a5439c3ff-e289ad94, #w-node-_97e00bf7-f9b8-6c89-661d-235a5439c413-e289ad94, #w-node-_1a0381cd-1f7e-6bc7-3fe1-80652e178e5d-e289ad94, #w-node-aa410932-ef08-e88d-a78f-4a3650e71091-e289ad94, #w-node-a5e21d4a-5fcc-e90b-2427-409962ba7687-e289ad94, #w-node-_16c37f0a-4609-3835-acab-fe15ef182df3-e289ad94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3866aa96-9dbd-9377-3ca2-5cb9e9d24de2-e289ad94 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f0be78c1-76fe-300d-925b-771e52995500-e289ad94, #w-node-_8c4fb554-f472-3749-2520-e1b2406c8796-e289ad94, #w-node-_8c4fb554-f472-3749-2520-e1b2406c87a8-e289ad94, #w-node-_72a79d5a-4198-9ec6-8ccd-cbfd6bc8a5e4-e289ad94, #w-node-_72a79d5a-4198-9ec6-8ccd-cbfd6bc8a602-e289ad94, #w-node-_2a9aa440-2a7c-a7e4-2211-85601f7c127e-e289ad94, #w-node-_2a9aa440-2a7c-a7e4-2211-85601f7c1291-e289ad94, #w-node-_6209ba30-7554-ac76-86e4-66f39a55694f-e289ad94, #w-node-f93a33af-d183-d2bf-4ba1-84c84b1e1380-e289ad94, #w-node-d00775cc-b605-b0ba-c2ba-60f6c05bda23-e289ad94, #w-node-_9dd9be5f-6f63-4c14-a080-3bfc9d64b961-e289ad94, #w-node-_9dd9be5f-6f63-4c14-a080-3bfc9d64b973-e289ad94, #w-node-_5f07fcb9-73c3-d3d4-f315-67791189d436-e289ad94, #w-node-_5f07fcb9-73c3-d3d4-f315-67791189d412-e289ad94, #w-node-_6de9ce30-ad2a-9a94-7f7d-ee34ff24ec06-e289ad94, #w-node-_6de9ce30-ad2a-9a94-7f7d-ee34ff24ec1c-e289ad94, #w-node-_64ec12ae-8e00-f05c-59e4-7275fe3534ec-e289ad94, #w-node-_64ec12ae-8e00-f05c-59e4-7275fe353502-e289ad94, #w-node-_64ec12ae-8e00-f05c-59e4-7275fe353513-e289ad94, #w-node-b1e1cc61-8e92-db09-6fdf-9755f8849464-e289ad94, #w-node-_09e1041f-dbb3-3f91-4027-00887c25e7c5-e289ad94, #w-node-_1bd211d4-a8c6-ae3d-e4f5-25c30f08db87-e289ad94, #w-node-_6943f72b-2d91-21ea-cf48-8415e7c21f95-e289ad94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2da5f9d-c91a-ed6c-e774-90f8e7ec6b71-e289ad94 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_163687ef-ed00-aeb3-0445-e6a9c178f377-e289ad94 {
    grid-area: 2 / 4 / 3 / 12;
  }

  #w-node-_4fa921f5-132c-f947-6690-eae0198e14f7-e289ad94 {
    grid-area: 1 / 2 / 2 / 14;
  }

  #w-node-_4fa921f5-132c-f947-6690-eae0198e150d-e289ad94 {
    grid-area: 2 / 2 / 3 / 14;
  }

  #w-node-_4fa921f5-132c-f947-6690-eae0198e151e-e289ad94 {
    grid-area: 3 / 2 / 4 / 14;
  }

  #w-node-_8f2d7a46-0983-bde9-d101-ca10199547bb-e289ad94 {
    grid-area: 5 / 1 / 6 / 15;
  }

  #w-node-_6386810e-af38-7edb-0d2c-a1f8f65b0db1-e289ad94 {
    grid-area: 4 / 2 / 5 / 14;
  }
}


@font-face {
  font-family: 'Munkensansweb';
  src: url('../fonts/MunkenSansWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Munkensansweb';
  src: url('../fonts/MunkenSansWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Munkensansweb';
  src: url('../fonts/MunkenSansWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}