/* ----- Font Definitions --------------------------------------------- */
html {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 500;
  line-height: 18px;
}

/* ----- Reset & Normalization ---------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

::-webkit-scrollbar {
  display: none;
}

/* ----- General Typography ------------------------------------------- */
h1 {
  font-size: 16px;
}

/* Links */
a {
  text-decoration: none;
  color: black;
}

a::hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}

.mob a:hover {
  text-decoration: none;
  border-bottom: 0;
}

a:hover,
a:focus,
a:active,
a:visited {
  color: black;
}

strong em {
  font-weight: 500;
  font-size: 23px;
  line-height: 31px;
  font-style: italic;
  display: inline-block;
}

strong {
  font-style: italic;
  font-weight: 500;
  display: inline-block;
}

.blur {
  filter: blur(2px);
  position: fixed;
  overflow: hidden;
}

.blur .article {
  pointer-events: none;
}

#iframe {
  display: none;
  z-index: 1111;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80vw;
  height: 80vh;
}

/* .of-hidden{
  overflow: hidden;
} */
.article-title {
  display: inline;
}

.pub .article-title .desk {
  display: inline-block;
}

.pub .article-title .mob {
  display: none;
}

.pub .article-title > p:hover {
  font-style: italic;
  cursor: pointer;
}

.pub .article-title > a {
  display: none;
}

/* ----- Menu --------------------------------------------------------- */
ul.menu {
  margin: 10px;
  display: inline-block;
  position: relative;
  z-index: 999;
}

ul.menu li {
  display: inline-block;
  margin-right: 10px;
}

.showcase-caption h3 {
  word-break: break-all;
  width: 120px;
  font-weight: 500;
  font-size: 16px;
  vertical-align: bottom;
  display: none;
  padding-bottom: 10px;
}

.showcase-caption-h h3 {
  word-break: break-all;
  font-weight: 500;
  font-size: 16px;
  vertical-align: bottom;
  display: none;
  padding-bottom: 10px;
  text-align: left;
}

.showcase-caption {
  bottom: 0;
  position: absolute;
  margin: 10px;
  margin-bottom: 0;
  margin-left: 0;
}

.showcase-caption-h {
  margin: 10px;
  margin-left: 0;
  bottom: 30px;
  right: 0;
  position: absolute;
  margin-bottom: 0;
}

.showcase-caption-h h3 {
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  -webkit-filter: "FlipH";
  filter: FlipH;
  right: 0;
  position: absolute;
  margin-right: -10px;
  padding-bottom: 5px;
}

.showcase-item:hover .showcase-caption h3,
.showcase-item:hover .showcase-caption-h h3,
.showcase-item-h:hover .showcase-caption h3,
.showcase-item-h:hover .showcase-caption-h h3 {
  display: block;
}

header.wrap.wide {
  position: relative;
  height: 7vh;
}

header.wrap.fix {
  position: fixed;
  width: 100vw;
  background-color: #272727;
  opacity: 1;
  z-index: 998;
}

.rotated {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  padding-top: -2px;
  width: 11px;
}

/* ----- Filter --------------------------------------------------------- */
ul.filter {
  margin: 10px;
  display: inline-block;
  right: 0;
  position: absolute;
  z-index: 999;
}
ul.filter li,
ul.filter li span,
ul.filter li p {
  display: inline-block;
}

.filter .filter-projects,
.filter .filter-research {
  margin-right: 10px;
  display: inline-block;
}
.filter .filter-projects li span,
.filter .filter-research li span {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.filter .filter-projects p:hover,
.filter .filter-research p:hover {
  cursor: pointer;
  border-bottom: 1px solid black;
}
.filter .filter-projects {
  margin-right: 10px;
}

.filter-close {
  display: inline-block;
  width: 12px;
}

/* ----- Main Content ------------------------------------------------- */
.gradient {
  background-color: #272727;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -2;
  top: 0;
}

main {
  background-color: transparent;
}

#main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  height: auto;
}

#main_wrapper {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

.text.wrap {
  padding: 10px;
  padding-bottom: 100vh;
}

.text.wrap h1,
.text.wrap p {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text.wrap p {
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 20px;
  /* margin-top: 20px; */
}

.text_wrapper figure img {
  width: 100%;
  margin-top: 10px;
  pointer-events: none;
}

.wrap h1 {
  background-color: #272727;
  padding: 10px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  display: inline-block;
}

.close {
  /* display: inline-block; */
  margin: 10px;
  width: 12px;
  float: right;
  cursor: pointer;
  margin-top: 12px;
}

.text_wrapper {
  padding-bottom: 40px;
  padding-top: 20px;
}

audio {
  width: 100%;
  background-color: black;
}

em,
em > a {
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  /* margin-top: -10px; */
  color: white;
  display: inline-block;
  /* vertical-align: top; */
}

em > a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 0;
}

/* ----- Exibition ------------------------------------------------- */
.exhibition.wrap,
.about.wrap {
  margin: 0 10px 10px 10px;
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 100vh;
}

.exhibition.wrap {
  padding-top: 80px;
}

.exhibition.wrap h2,
.about.wrap h2 {
  font-size: 23px;
  line-height: 31px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.exhibition.wrap p,
.about.wrap p {
  font-size: 16px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.about.wrap h2 > p {
  font-size: 23px;
  line-height: 31px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.ex_inner_wrap_1 {
  padding-bottom: 60px;
}

.ex_inner_wrap_1:first-of-type {
  display: none;
}

.article {
  padding-bottom: 20px;
  cursor: pointer;
}

.article:hover {
  cursor: pointer;
}

.article-title p {
  display: inline;
}

.article h2,
.text p {
  cursor: default;
}

#custom-cursor {
  margin-top: 20px;
  margin-left: 10px;
  width: 320px;
  position: absolute;
  z-index: 999;
  height: auto;
  overflow: hidden;
}

#custom-cursor > img {
  width: 100%;
}

.header_article {
  background-color: #272727;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.header_article ul.menu li a {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.show {
  display: none;
}

.header {
  width: 100vw;
}

.under {
  width: 100vw;
  height: 38px;
  background-color: white;
  z-index: 997;
  position: fixed;
  top: 0;
}

/* ----- About ------------------------------------------------- */
.text_cv,
.text_cv a,
.text_cv a:visited {
  font-size: 23px;
  line-height: 31px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.text_cv a[href^=mailto] {
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: white;
  display: inline-block;
  vertical-align: top;
}

.text_cv {
  margin-bottom: 20px;
}

.text_wrapper a,
.text_wrapper a:hover,
.text_wrapper a:visited,
.imprint_last a,
.imprint_last a:hover,
.imprint_last a:visited {
  color: white;
}

.text_wrapper a:hover,
.imprint_last a:hover {
  border-bottom: 1px solid white;
}

.text_wrapper figcaption {
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  /* margin-top: -10px; */
  color: white;
  display: inline-block;
  /* vertical-align: top; */
  margin-bottom: 20px;
  font-weight: 100;
}

.imprint_last p {
  line-height: 22px;
}

.about {
  font-size: 16px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  margin: 0 10px 10px 10px;
}

.about strong {
  font-size: 23px;
  line-height: 31px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  margin-top: 20px;
}

.exhibition.wrap h2 > p {
  font-size: 23px;
  line-height: 31px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.exhibition.wrap a {
  color: white;
}

.imprint {
  margin-top: 20px;
}

/* ----- Showcase Nr.1 -------------------------------------------------- */
#showcase {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 31vh;
}

.wrap.wide {
  white-space: nowrap;
}

ul.showcase {
  display: inline-block;
  position: relative;
}

ul.showcase li {
  display: inline-block;
  vertical-align: bottom;
  height: 31vh;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 0;
}

ul.showcase:first-of-type {
  margin-left: 100%;
}

ul.showcase li a:hover {
  border-bottom: 0;
}

ul.showcase img {
  max-width: 30vh;
  max-height: 25vh;
}

/* ----- Showcase Nr.2 -------------------------------------------------- */
#showcase1 {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 31vh;
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  -webkit-filter: "FlipH";
  filter: FlipH;
}

.wrap.wide1 {
  white-space: nowrap;
}

ul.showcase1 {
  display: inline-block;
  position: relative;
}

ul.showcase1 li {
  display: inline-block;
  vertical-align: middle;
  /*margin: 4px;*/
  height: 31vh;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

ul.showcase1:first-of-type {
  margin-left: 100%;
}

ul.showcase1 li a:hover {
  border-bottom: 0;
}

ul.showcase1 img {
  max-width: 30vh;
  max-height: 25vh;
}

/* ----- Showcase Nr.3 -------------------------------------------------- */
#showcase2 {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 31vh;
}

.wrap.wide2 {
  white-space: nowrap;
}

ul.showcase2 {
  display: inline-block;
  position: relative;
}

ul.showcase2 li {
  display: inline-block;
  vertical-align: bottom;
  height: 31vh;
  margin: 10px;
  margin-bottom: 0;
  margin-top: 0;
}

ul.showcase2 li a {
  display: block;
}

ul.showcase2:first-of-type {
  margin-left: 100%;
}

ul.showcase2 li a:hover {
  border-bottom: 0;
}

ul.showcase2 img {
  max-width: 30vh;
  max-height: 25vh;
}

/* ----- Audio -------------------------------------------------- */
input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid white;
  border-left: 0;
  display: inline-block;
  width: 88%;
  height: 15px;
  position: relative;
  top: -18px;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.6);
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 0;
}

input[type=range]:focus {
  outline: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  cursor: pointer;
  animation: 0.2s;
  background: white;
}

input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 5px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

input[type=range]::-moz-range-track {
  height: 1px;
  cursor: pointer;
  animation: 0.2s;
  background: white;
}

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 4px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -9px;
  border: none;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: white;
  border: 0.2px solid white;
  border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
  background: black;
  border: 0.2px solid white;
  border-radius: 2.6px;
}

input[type=range]::-ms-thumb {
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: white;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: white;
}

input[type=range]:focus::-ms-fill-upper {
  background: white;
}

#audio-2 {
  direction: inline-block;
}

#audio-player {
  display: none;
}

#play,
#pause,
#rewind {
  width: 4%;
  height: 40px;
  position: relative;
  display: inline-block;
}

#play {
  background: url(../images/play4.svg) no-repeat left center;
  background-size: 18px 18px;
}

#pause {
  background: url(../images/pause3.svg) no-repeat left center;
  background-size: 18px 18px;
}

#rewind {
  background: url(../images/rewind4.svg) no-repeat left center;
  background-size: 18px 18px;
}

/* ----- Slider -------------------------------------------------- */
.js_slide {
  height: 70vh;
  margin-left: -10px;
}

.js_slide img {
  height: 100%;
  margin: 10px;
  pointer-events: none;
}

button.slick-prev,
button.slick-next {
  height: 100%;
  width: 25%;
  background-color: transparent;
  position: absolute;
  z-index: 997;
}

.slick-dots {
  display: none;
}

.next {
  right: 0;
}

.prev {
  left: 0;
}

span.js_next,
span.js_prev {
  display: none;
}

/* -----  Video  ----------------------------------------------------- */
.muted {
  position: relative;
  font-size: 72px;
  margin-top: -60px;
  margin-left: 10px;
  color: white;
  z-index: 9999;
  width: 6vw;
  cursor: pointer;
}

.muted p {
  cursor: pointer;
}

.text.wrap video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: black;
  margin-top: 10px;
  pointer-events: none;
  margin-bottom: 5px;
}

.playpause {
  position: absolute;
  float: left;
  width: 100%;
  margin-left: -10px;
  z-index: 997;
  background: url(../images/play1.svg) no-repeat center;
  background-size: 24px 24px;
  height: 85vh;
}

/* ----- Slider -------------------------------------------------- */
.slider {
  margin-bottom: 5px;
}

/* ----- Responsive -------------------------------------------------- */
#main_wrapper_mobile {
  display: none;
}

.close_mobile {
  display: none;
}

.menu_mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  body,
html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  ul.filter,
#main_wrapper {
    display: none;
  }
  .text.wrap {
    padding-bottom: 0;
  }
  #main_wrapper_mobile {
    display: block;
  }
  #main {
    min-height: 0;
  }
  .home_mobile {
    margin: 10px;
  }
  .home_mobile img {
    width: 100%;
  }
  .showcase-item a:hover {
    text-decoration: none;
    border-bottom: 0;
  }
  h3.showcase-title-mobile {
    font-size: 16px;
    color: black;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .close {
    display: none;
  }
  a.close_mobile {
    /* display: inline-block; */
    margin: 10px;
    width: 12px;
    height: 12px;
    float: right;
    cursor: pointer;
    position: relative;
    margin-top: 12px;
    display: none;
  }
  .close_mobile img {
    width: 12px;
  }
  .menu_mobile {
    display: block;
    width: 100vw;
  }
  header.wrap.fix h1 {
    display: none;
  }
  header.wrap.fix .menu-item a {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
  }
  .exhibition.wrap,
.about.wrap {
    margin-bottom: 0;
  }
  .slider {
    height: 30vh;
    width: 110vw;
    margin-left: -10px;
    padding-right: -10px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .slick-slide img {
    height: 30vh;
  }
  .playpause {
    display: none;
  }
  .pub .article-title .desk {
    display: none;
  }
  .pub .article-title .mob {
    display: inline-block;
  }
  .pub .article-title > a {
    display: block;
    font-size: 23px;
    line-height: 31px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
  }
  ul.menu {
    width: 100vw;
  }
  ul.menu li {
    display: inline-block;
    margin-right: 0;
    width: 32%;
  }
  .js_slide {
    height: 30vh;
  }
  .wrap.wide {
    white-space: normal;
  }
  #custom-cursor {
    display: none !important;
  }
}
.article.index a,
.article.index h2,
.article.index p {
  cursor: pointer;
}

.article.index.divider {
  margin-top: 80px;
}

.block.block-type-text em {
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  /* vertical-align: initial; */
}

.block.block-type-text u {
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  /* margin-top: -10px; */
  color: white;
  display: inline-block;
  /* vertical-align: top; */
  text-decoration: none;
}

.fab.fa-instagram {
  font-size: 23px;
  line-height: 31px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.block.metainfo {
  padding: 4vw 0;
}
.block.metainfo em {
  display: initial;
}