/* General
========================================================================== */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  margin: 0;
}

.left-top-page-title {
  font-family: SuisseWorks-Regular-WebXL;
  font-size: 20px;
  position: fixed;
  top: 46px;
  left: 120px;
}

@media only screen and (max-width: 1024px) {
  .left-top-page-title {
    display: none;
  }
}

/* Prevent Font-Boosting in Chrome Mobile
-------------------------------------------------- */
body * {
  max-height: 999999px;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.stop {
  overflow: hidden;
}

/* Animation
========================================================================== */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Selection
========================================================================== */
::selection {
  background: #f1d40d;
  color: #dd3e3a;
}

::-moz-selection {
  background: #f1d40d;
  color: #dd3e3a;
}

/* Hide
========================================================================== */
.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Typo
========================================================================== */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #dd3e3a;
}

h1 {
  font-family: "apercu_regular_pro";
}

h2 {
  font-family: "apercu_regular_pro";
}

h3 {
  font-family: "apercu_regular_pro";
}

/* Images
========================================================================== */
img {
  display: block;
  width: 100%;
  height: auto;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
  padding: 0;
}

/* Navigation
========================================================================== */
*:focus {
  outline: 0 !important;
}

nav {
  font-family: "apercu_regular_pro";
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  height: 100vh;
  width: 945px;
  padding: 3rem 12rem 5rem 11rem;
  z-index: 103;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  pointer-events: none;
  cursor: default;
  -webkit-transform: translateZ(0);
}

nav a,
nav p {
  font-size: 6.2rem;
  line-height: 1.2;
  margin: 0;
}

.nav-row:last-of-type a {
  text-decoration: underline;
}

nav:target,
nav.in-view,
.navbg:target,
.navbg.in-view {
  opacity: 1;
  pointer-events: all;
}

.navbutton {
  font-family: "apercu_regular_pro";
  position: fixed;
  width: auto;
  height: auto;
  top: 3.2rem;
  right: 4.5rem;
  z-index: 101;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(../images/open.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

.close {
  position: fixed;
  z-index: 107;
  top: 32px;
  width: 50px;
  height: 100px;
  background-image: url(../images/close-navigation.svg);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 110%;
}

.close p {
  color: #000;
}

.navbutton p {
  font-size: 2rem;
  text-transform: uppercase;
  color: #000;
}

div.nav-title,
h3.nav-title {
  font-family: "apercu_regular_pro";
  font-size: 6.2rem;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}



.nav-subtitle {
  padding-top: 60px;
  margin: 0;
}

.nav-subtitle:last-of-type {
  padding-top: 12px;
  margin: 0;
}

h3.nav-subtitle a {
  font-family: "apercu_regular_pro";
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-row {
  width: 100%;
  display: block;
  float: left;
  padding-bottom: 100px;
}

.nav-row-fixed {
  width: 50%;
  height: 200px;
  top: -100px;
  left: 0;
  position: fixed;
  z-index: 999;
  pointer-events: none;
}

.feature-wrap {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px 90px 0px;
}

.navbg {
  position: fixed;
  z-index: 102;
  height: 100vh;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
}

/* New Navigation artists function from 06.08.2021 */
#artists-onclick-selector:hover {
  cursor: pointer;
  color: #dd3e3a;
}

/* artists with subnav */
.has-subnav:hover {
  cursor: pointer;
  color: #dd3e3a;
}

.navigation-artists {
  overflow: hidden;
  /* height: 0px; */
  max-height: 0px;
  transition: max-height 1s, margin 1s;
}

.navigation-artists.open-artists {
  /* height: initial; */
  max-height: 715px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .navigation-artists.open-artists {
    max-height: 558px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 750px) {
  .navigation-artists.open-artists {
    max-height: 297px;
    margin-bottom: 30px;
  }
}

/* Gallery
========================================================================== */
.cycle-slideshow {
  z-index: 0;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  pointer-events: auto;
}

.slideshow-container {
  height: 100vh;
}

.slideshow {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
}

.slideshow .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 340px;
  min-width: 100%;
  height: 100vh;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
  z-index: 2;
  content: "";
}

.slideshow .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.03);
}

.container-home {
  padding: 160px 80px 120px 80px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.phone {
  text-decoration: none !important;
}

.start-text-wrap {
  padding-left: 12rem;
  padding-right: 10%;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: auto;
  z-index: 101;
}

.white p,
.white a {
  color: #fff;
}

.white a:hover {
  text-decoration: none;
  color: #dd3e3a;
}

.start-button.white .button {
  color: #fff;
}

.start-button.white {
  border: 1px solid #fff;
  color: #fff;
}

.start-text {
  color: #000;
  font-size: 12rem;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  z-index: 101;
  display: inline-block;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  max-width: 1600px;
}

.start-text-ups-title {
  font-family: "SuisseWorks-Regular-WebXL", serif;
  color: #000;
  font-size: 12rem;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  z-index: 101;
  display: inline-block;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  max-width: 1280px;
}

.start-text-ups-title p {
  margin: 0;
  padding: 0;
}

.start-text-ups {
  font-family: "apercu_regular_pro";
  color: #000;
  font-size: 5rem;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  z-index: 101;
  display: inline-block;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  max-width: 1280px;
}

.start-text-ups a {
  text-decoration: underline;
}

.suisse {
  font-family: "SuisseWorks-Regular-WebXL", serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.apercu {
  font-family: "apercu_regular_pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-transform: uppercase;
  font-size: 12.4rem;
}

.side-logo {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
  pointer-events: none;
}

h1.rotate a {
  font-size: 2rem;
  font-weight: normal;
  color: #000;
  display: inline-block;
  pointer-events: auto;
}

.rotate {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: -28px;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.start-button {
  width: auto;
  height: auto;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-family: "apercu_regular_pro";
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  z-index: 101;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

.start-button p {
  margin: 0;
  padding: 0;
}

.start-button .button {
  padding: 20px 24px 21px 24px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  margin: 0;
  z-index: 102;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.start-button:nth-of-type(3) {
  margin-left: 20px;
}

.start-button .cycle-next {
  padding: 20px 24px 21px 24px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  z-index: 103;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

/* Video
-------------------------------------------------- */
.video-container {
  position: relative;
  height: calc(100vh + 1px);
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  top: -1px;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  content: "";
}

/* Main Content
========================================================================== */
main {
  min-height: 800px;
}

.content {
  margin: 50px 190px 150px 190px;
}

/* Homepage section changer
========================================================================== */
.homepage-section-changer {
  font-family: SuisseWorks-Regular-WebXL;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}

.exhibitions-opener {
  margin-right: 50px;
  text-decoration: underline;
}

.exhibitions-opener.not-active {
  text-decoration: none;
}

.news-opener,
.exhibitions-opener {
  cursor: pointer;
  user-select: none;
}

.news-opener.isactive {
  text-decoration: underline;
}

.homepage-exhibitions-section.closed {
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
}

.homepage-news-section {
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
}

.homepage-news-section.opened {
  visibility: visible;
  max-height: initial;
}

/* ========================================================================== */

.grid,
.grid-2 {
  margin: 0 auto;
  max-width: 1600px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.gutter-sizer,
.gutter-sizer-2 {
  width: 10%;
}

.grid-item,
.grid-item-2,
.grid-sizer,
.grid-sizer-2 {
  width: 44.99%;
}

.grid-item,
.grid-item-2 {
  float: left;
  display: block;
  height: auto;
  margin-bottom: 70px;
}

.grid-item p,
.grid-item a,
.grid-item-photos p,
.grid-item-photos a,
.grid-item-2 p,
.grid-item-2 a {
  font-family: "apercu_regular_pro";
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-item p,
.grid-item-2 p {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-item-exhibition p {
  font-family: "apercu_regular_pro";
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-item-exhibition a {
  font-family: "apercu_regular_pro";
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.grid-item-publication p,
.grid-item-publication a {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.4;
}

.grid-item li,
.grid-item-exhibition li,
.grid-item-2 li {
  text-align: center;
}

.grid-item h3,
.grid-item-exhibition h3,
.grid-item-2 h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
}

.grid-item .button,
.grid-item-2 .button,
.grid-item-artist .button,
.grid-item-exhibition .button,
.grid-item-publication .button,
.grid-item-footer .button {
  height: auto;
  padding: 5px 26px 6px 26px;
  margin: 12px 0px 0px 0px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-family: "apercu_regular_pro";
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
}

.grid-item-footer .button {
  margin: 22px 0px 0px 0px;
}

.grid-item-footer .button:last-of-type {
  margin: 18px 0px 0px 0px;
}

.grid-item .button a,
.grid-item-2 .button a,
.grid-item-artist .button a,
.grid-item-exhibition .button a,
.grid-item-footer .button a {
  color: #000;
}

.grid-item .button:hover,
.grid-item-2 .button:hover,
.grid-item-artist .button:hover,
.grid-item-exhibition .button:hover,
.grid-item-publication .button:hover,
.grid-item-footer .button:hover,
.grid-item-footer .button:hover {
  border: 1px solid #dd3e3a;
  color: #dd3e3a;
}

.grid-item-artist .button {
  margin: 0px 0px 0px 0px;
}

.start-teaser {
  margin-bottom: 20px;
}

.vertical {
  padding-left: 15%;
  padding-right: 15%;
}

.horizontal {
  padding-left: 0px;
  padding-right: 0px;
}

h3.start-description {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
}

.upcoming {
  color: #007eff;
}

.current {
  color: #00bd24;
}

.past {
  color: #000;
}

/* Artist
========================================================================== */
.artist {
  padding: 50px 120px 194px 120px;
  pointer-events: none;
}

.active {
  border-bottom: 2px solid #000;
}

.active:hover {
  border-bottom: 2px solid #dd3e3a;
}

.grid-artist {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.gutter-sizer-artist {
  width: 3.5%;
}

.grid-item-artist,
.grid-sizer-artist {
  width: 30.99%;
}

.grid-item-artist {
  margin-bottom: 36px;
  pointer-events: auto;
}

.outline {
  border: 1px #e8e8e8 solid;
}

.subnavigation,
.subnavigation-2 {
  margin-bottom: 120px;
  float: left;
  display: block;
  z-index: 999;
  pointer-events: auto;
  width: 30.99%;
}

.empty {
  margin-bottom: 180px;
  pointer-events: none;
}

.column-3 .subnavigation {
  width: 100%;
}

.column-3:first-of-type {
  width: 30%;
}

.column-3:nth-of-type(2) {
  width: 30%;
}

.column-3:nth-of-type(3) {
  width: 30%;
}

h3.headline {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}

.subnavigation a,
.subnavigation-2 a,
.series a {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.subnavigation a:first-of-type,
.subnavigation-2 a:first-of-type,
.series a:first-of-type {
  margin-right: 12px;
}

.series {
  margin-top: 30px;
}

.textartist {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.textartist p {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
}

em,
i {
  font-style: normal;
  font-family: "SuisseWorks-RegularItalic-WebXL";
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
}

.textartist a {
  text-decoration: underline;
}

.list:before {
  content: "– ";
  margin-left: -14px;
  padding-bottom: 0;
}

.btn-art:first-of-type {
  margin-right: 20px;
}

/* Artist Image Caption
-------------------------------------------------- */
.image-caption p,
.image-caption em,
.image-caption strong {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.4;
  text-decoration: none;
}

/* Artist Navigation
-------------------------------------------------- */
.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  pointer-events: auto;
}

.btn-art,
.btn-about {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* Artist Slideshow Info Layer
-------------------------------------------------- */
.lb-data {
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  padding: 50px 50px 30px 30px;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  pointer-events: none;
  z-index: 111;
}

.lb-data p {
  margin-top: 0;
  line-height: 1.4;
}

.lb-data:target,
.lb-data.in-view {
  opacity: 1;
  pointer-events: all;
}

.lb-caption p {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 28px;
  color: #000;
}

.lb-caption em,
.lb-caption i {
  font-family: "SuisseWorks-RegularItalic-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 28px;
  color: #000;
}

.lb-data .lb-caption a {
  color: #fff;
}

.lb-button {
  font-family: "apercu_regular_pro";
  position: fixed;
  bottom: 33px;
  right: 45px;
  z-index: 110;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 62px;
  height: 50px;
  background-image: url(../images/info-gallery-2.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

/* Artist Slideshow
-------------------------------------------------- */
.lb-dataContainer,
.lb-outerContainer {
  height: 100%;
  height: 100vh !important;
  width: 100% !important;
}

.lb-disable-scrolling {
  overflow: hidden;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 125;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.93;
  display: none;
  z-index: 125;
}

.lightbox .lb-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 120px;
}

.lb-image {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

img.lb-image {
  width: 100% !important;
  height: 100%;
  height: 100vh !important;
  display: block;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  height: 100vh;
  width: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  left: 0;
  float: left;
  background: url(../images/prev.svg);
  opacity: 0;
  width: 50%;
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: left 26px center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-nav a.lb-next {
  right: 0;
  float: right;
  background: url(../images/next.svg);
  opacity: 0;
  width: 50%;
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position: right 26px center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 0px;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.4;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

.slideshow-artist-container {
  height: 100vh;
}

.slideshow-artist {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
}

.slideshow-artist .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 340px;
  min-width: 100%;
  height: 100vh;
}

.slideshow-artist .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.03);
}

.artist-gallery {
  overflow: hidden;
  background-color: #000;
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 108;
}

.artist-gallery.is-open {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.lb-close {
  top: 38px;
  right: 30px;
  position: fixed;
  z-index: 110;
  width: 62px;
  height: 50px;
  background-image: url(../images/close-gallery.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 110%;
  border: none;
  background-color: transparent;
}

.lb-info-close {
  bottom: 33px;
  right: 45px;
  position: fixed;
  width: 62px;
  height: 50px;
  background-image: url(../images/info-close-3.svg);
  background-size: 44px auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 110%;
  border: none;
  background-color: transparent;
  z-index: 113;
}

/* Exhibitions
========================================================================== */
.content-exhibition {
  padding: 50px 120px 120px 120px;
}

.grid-exhibition {
  margin: 0 auto;
  max-width: 1600px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.gutter-sizer-exhibition {
  width: 2%;
}

.grid-item-exhibition,
.grid-sizer-exhibition {
  width: 31.99%;
}

.grid-item-exhibition {
  float: left;
  display: block;
  height: auto;
  margin-bottom: 80px;
}

/* Publication
========================================================================== */
.content-publication {
  padding: 50px 120px 120px 120px;
}

.grid-publication {
  margin: 0 auto;
  max-width: 1600px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.gutter-sizer-publication {
  width: 2%;
}

.grid-item-publication,
.grid-sizer-publication {
  width: 31.99%;
}

.grid-item-publication figure {
  padding-right: 40px;
}

.grid-item-publication {
  float: left;
  display: block;
  height: auto;
  margin-bottom: 100px;
}

/* Feature 1
========================================================================== */
.feature-1-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding-bottom: 70px;
}

.feature-1-text {
  width: 48%;
}

.feature-1-text figure {
  margin-top: 80px;
}

.feature-1-text figure:first-child {
  margin-top: 0px;
}

.feature-1-text figcaption {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  padding-top: 1em;
}

.feature-1-text p {
  font-family: "apercu_regular_pro";
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-1-text h3 {
  font-family: "apercu_regular_pro";
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
}

.feature-1-wrap h3.start-description {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  padding: 0;
}

/* Imprint
========================================================================== */
.grid-imprint {
  margin: 0 auto;
  max-width: 1600px;
}

.content.imprint {
  margin: 60px 120px 220px 120px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.grid-item-imprint {
  display: block;
  height: auto;
  margin-bottom: 220px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 30px;
}

.grid-item-imprint,
.grid-sizer-imprint {
  width: 100%;
}

.grid-item-imprint p {
  font-family: "Courier New", Courier, serif;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  word-wrap: break-word;
}

/* Footer
========================================================================== */
footer {
  font-family: "apercu_regular_pro";
  overflow-y: auto;
  white-space: nowrap;
  width: 100%;
  background: #f1d40d;
  bottom: 0;
  position: relative;
  z-index: 2;
}

footer .content {
  margin: 50px 190px 150px 190px;
}

.footer-grid {
  margin: 0 auto;
  max-width: 1600px;
}

.grid-item-footer {
  width: 33%;
  float: left;
  display: block;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}

.grid-item-footer h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
}

.grid-item-footer h3:nth-of-type(2) {
  margin-top: 40px;
}

.grid-item-footer p,
.grid-item-footer a {
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
}

.grid-item-footer a {
  text-decoration: none;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.logo {
  background-image: url(../images/logo.svg);
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Photos
========================================================================== */
.photos {
  padding: 50px 120px 194px 120px;
  pointer-events: none;
}

.grid-photos {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

.gutter-sizer-photos {
  width: 2%;
}

.grid-item-photos,
.grid-sizer-photos {
  width: 49%;
}

.portrait {
  width: 49% !important;
}

.portrait img {
  width: 68% !important;
}

.bottom {
  width: 49%;
  margin-bottom: 60px;
}

.top {
  width: 49%;
  margin-top: 60px;
}

.half-left {
  width: 100%;
}

.half-left img {
  width: 49%;
  margin-left: 12.5%;
  float: left;
}

.half-right {
  width: 100%;
}

.half-right img {
  width: 49%;
  margin-right: 12.5%;
  float: right;
}

.center {
  width: 100%;
}

.center img {
  width: 49%;
  margin: 0 auto;
}

.grid-item-photos {
  margin-bottom: 30px;
  pointer-events: auto;
}

.subnavigation-photos {
  margin-bottom: 60px;
  display: block;
  z-index: 999;
  pointer-events: auto;
  width: 100%;
}

.text-photos {
  font-family: "SuisseWorks-Regular-WebXL";
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}

.photos-wrap {
  height: 100%;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  z-index: 1;
  pointer-events: none;
  padding: 5%;
}

.grid-item-photos .teaser-title-photos {
  font-family: "apercu_regular_pro";
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  pointer-events: none;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  z-index: 1;
  height: 100vh;
  height: 100%;
  top: 0;
}

/* Scrolltop
========================================================================== */
.scrolltop-container {
  height: 0;
}

/* @media screen and (max-device-width: 1536px/96em)
========================================================================== */
@media screen and (max-device-width: 96em) {
  .lb-nav a.lb-next {
    opacity: 0 !important;
  }

  .lb-nav a.lb-prev {
    opacity: 0 !important;
  }
}

/* @media screen and (max-width: 1536px/96em) and (orientation:landscape)
========================================================================== */
@media screen and (max-width: 96em) and (orientation: landscape) {
  .start-text {
    font-size: 10rem;
  }

  .button-wrap {
    padding-bottom: 40px;
  }

  .apercu {
    font-size: 10.4rem;
  }

  .start-text-wrap {
    padding-left: 8rem;
  }

  /* Footer
  ========================================================================== */
  footer .content {
    margin: 60px 60px 140px 60px;
  }
}

/* @media screen and (max-height: 900px/56.25em) and (orientation:landscape)
========================================================================== */
@media screen and (max-height: 900px) and (orientation: landscape) {
  .start-text {
    font-size: 10rem;
  }

  .apercu {
    font-size: 10.4rem;
  }

  .button-wrap {
    padding-bottom: 40px;
  }

  .button-wrap {
    justify-content: center;
  }

  .start-button {
    margin-right: 0px;
  }
}

/* media screen and (max-height: 700px) and (orientation:landscape)
========================================================================== */
@media screen and (max-height: 700px) and (orientation: landscape) {
  .start-text {
    font-size: 8rem;
  }

  .apercu {
    font-size: 8.2rem;
  }

  .button-wrap {
    padding-bottom: 40px;
  }

  .button-wrap {
    justify-content: flex-end;
  }

  .next {
    margin-right: 62px;
  }
}

/* @media screen and (max-width: 1536px/96em) and (orientation:portrait)
========================================================================== */
@media screen and (max-width: 96em) and (orientation: portrait) {
  .start-text {
    font-size: 10rem;
  }

  .apercu {
    font-size: 10.4rem;
  }

  .button-wrap {
    padding-bottom: 40px;
  }

  /* Footer
  ========================================================================== */
  footer .content {
    margin: 60px 60px 140px 60px;
  }
}

/* @media screen and (max-width: 1024px/64em) and (orientation:landscape)
========================================================================== */
@media screen and (max-width: 64em) and (orientation: landscape) {
  /* Navigation
  ========================================================================== */
  nav {
    width: 63%;
    padding: 30px 60px 50px 50px;
  }

  nav a,
  nav p,
  div.nav-title,
  h3.nav-title {
    font-size: 5.2rem;
    line-height: 1.2;
    margin: 0;
  }

  .grid-item,
  .grid-item-2,
  .grid-sizer,
  .grid-sizer-2 {
    width: 44.99%;
  }

  .nav-row {
    padding-bottom: 50px;
  }

  /* Home
  ========================================================================== */
  .content {
    margin: 50px 120px 100px 120px;
  }

  .start-text-wrap {
    padding-left: 60px;
  }

  .button-wrap {
    padding-bottom: 40px;
  }

  .start-text {
    font-size: 8.8vw;
  }

  .apercu {
    font-size: 9vw;
  }

  .grid-item,
  .grid-item-2 {
    margin-bottom: 70px;
  }

  .grid-item p,
  .grid-item a,
  .grid-item-2 p,
  .grid-item-2 a {
    font-size: 2.8rem;
  }

  .start-teaser {
    margin-bottom: 30px;
  }

  .start-button {
    font-size: 1.8rem;
  }

  /* Artist
  ========================================================================== */
  .gutter-sizer-artist {
    width: 4%;
  }

  .grid-item-artist,
  .grid-sizer-artist {
    width: 47.99%;
  }

  h3.headline,
  .text-photos {
    font-size: 1.6rem;
  }

  .subnavigation a,
  .subnavigation-2 a,
  .series a {
    font-size: 1.6rem;
  }

  .subnavigation,
  .subnavigation-2 {
    margin-bottom: 100px;
    width: 48%;
  }

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

  .active:hover {
    border-bottom: 1px solid #dd3e3a;
  }

  .textartist p {
    font-family: "SuisseWorks-Regular-WebXL";
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .textartist em,
  .textartist i {
    font-family: "SuisseWorks-RegularItalic-WebXL";
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .image-caption p,
  .image-caption em,
  .image-caption strong {
    font-size: 1.6rem;
  }

  .lb-caption p {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .lb-caption em,
  .lb-caption i {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  /* Artist (Serie)
  ========================================================================== */
  .grid-item .button,
  .grid-item-2 .button,
  .grid-item-artist .button,
  .grid-item-exhibition .button,
  .grid-item-publication .button,
  .grid-item-footer .button {
    padding: 5px 16px 6px 16px;
    font-size: 1.6rem;
  }

  .empty {
    margin-bottom: 146px;
  }

  /* Exhibitions
  ========================================================================== */
  .content-exhibition {
    padding: 50px 120px 100px 120px;
  }

  .grid-item-exhibition,
  .grid-sizer-exhibition {
    width: 47.99%;
  }

  .gutter-sizer-exhibition {
    width: 4%;
  }

  .grid-item-exhibition p,
  .grid-item-exhibition a {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .grid-item h3,
  .grid-item-2 h3,
  .grid-item-exhibition h3 {
    font-size: 1.6rem;
  }

  .grid-item-exhibition {
    margin-bottom: 60px;
  }

  /* Publications
  ========================================================================== */
  .grid-item-publication,
  .grid-sizer-publication {
    width: 47.99%;
  }

  .gutter-sizer-publication {
    width: 4%;
  }

  .grid-item-publication p,
  .grid-item-publication a {
    font-size: 1.6rem;
  }

  .grid-item-publication {
    margin-bottom: 80px;
  }

  /* Feature
  ========================================================================== */
  .feature-1-wrap h3.start-description {
    font-size: 1.6rem;
  }

  .feature-1-text h3,
  .feature-1-text p {
    font-size: 2.6rem;
  }

  .feature-1-text figcaption {
    font-size: 1.6rem;
  }

  /* Footer
  ========================================================================== */
  footer .content {
    margin: 60px 80px 140px 80px;
  }

  .grid-item-footer h3 {
    font-size: 1.6rem;
  }

  .grid-item-footer p,
  .grid-item-footer a {
    font-size: 2.8rem;
  }

  .logo {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
  }

  /* Imprint
  ========================================================================== */
  .grid-item-imprint p {
    font-size: 1.6rem;
  }

  /* Error
  ========================================================================== */
  .start-text-ups-title {
    font-size: 8rem;
  }

  .start-text-ups {
    font-size: 4rem;
  }

  /* Photos
  ========================================================================== */
  .photos {
    padding: 50px 120px 194px 120px;
  }
}

/* @media screen and (max-width: 1024px/64em) and (orientation:portrait)
========================================================================== */
@media screen and (max-width: 64em) and (orientation: portrait) {
  /* Navigation
  ========================================================================== */
  nav {
    width: 100%;
    padding: 30px 60px 50px 50px;
  }

  nav a,
  nav p,
  div.nav-title,
  h3.nav-title {
    font-size: 5.2rem;
    line-height: 1.2;
    margin: 0;
  }

  .grid-item,
  .grid-item-2,
  .grid-sizer,
  .grid-sizer-2 {
    width: 100%;
  }

  .grid-item .button,
  .grid-item-2 .button,
  .grid-item-artist .button,
  .grid-item-exhibition .button,
  .grid-item-publication .button,
  .grid-item-footer .button {
    padding: 5px 16px 6px 16px;
    font-size: 2rem;
  }

  .side-logo {
    position: absolute;
    right: 0;
    left: 0;
    top: 28px;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 99;
  }

  .rotate {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
  }

  .nav-row {
    padding-bottom: 50px;
  }

  .navbutton {
    top: 20px;
    right: 45px;
  }

  /* Home
  ========================================================================== */
  .content {
    margin: 50px 120px 100px 120px;
  }

  .start-text-wrap {
    padding-left: 40px;
    padding-right: 5%;
  }

  .button-wrap {
    padding-bottom: 50px;
  }

  .start-text {
    font-size: 8.8vw;
  }

  .apercu {
    font-size: 9vw;
  }

  .grid-item,
  .grid-item-2 {
    margin-bottom: 70px;
  }

  .start-teaser {
    margin-bottom: 30px;
  }

  /* Artist
  ========================================================================== */
  .artist {
    padding: 120px 60px 120px 60px;
  }

  .column-3:first-of-type {
    width: 100%;
    margin-bottom: 60px;
  }

  .column-3:nth-of-type(2) {
    width: 100%;
    margin-bottom: 60px;
  }

  .column-3:nth-of-type(3) {
    width: 100%;
  }

  .gutter-sizer-artist {
    width: 4%;
  }

  .grid-item-artist,
  .grid-sizer-artist {
    width: 47.99%;
  }

  .subnavigation,
  .subnavigation-2 {
    width: 47.99%;
  }

  .subnavigation {
    margin-bottom: 100px;
  }

  .empty {
    margin-bottom: 160px;
  }

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

  .active:hover {
    border-bottom: 1px solid #dd3e3a;
  }

  .lb-data {
    width: 50%;
  }

  .lightbox .lb-image {
    padding: 120px 50px;
  }

  /* Artist (Serie)
  ========================================================================== */
  .grid-item .button,
  .grid-item-2 .button,
  .grid-item-artist .button,
  .grid-item-exhibition .button,
  .grid-item-publication .button,
  .grid-item-footer .button {
    padding: 5px 16px 6px 16px;
    font-size: 2rem;
  }

  /* Exhibitions
  ========================================================================== */
  .grid-item-exhibition,
  .grid-sizer-exhibition {
    width: 47.99%;
  }

  .gutter-sizer-exhibition {
    width: 4%;
  }

  .content-exhibition {
    padding: 120px 60px 100px 60px;
  }

  .grid-item-exhibition {
    margin-bottom: 60px;
  }

  /* Publications
  ========================================================================== */
  .grid-item-publication,
  .grid-sizer-publication {
    width: 47.99%;
  }

  .gutter-sizer-publication {
    width: 4%;
  }

  .content-publication {
    padding: 120px 60px 100px 60px;
  }

  .grid-item-publication {
    margin-bottom: 80px;
  }

  /* Feature
  ========================================================================== */
  .feature-1-text {
    width: 100%;
  }

  .feature-1-text figure:first-child {
    margin-top: 80px;
  }

  /* Imprint
  ========================================================================== */
  .grid-item-imprint {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .content.imprint {
    margin: 120px 60px 100px 60px;
  }

  /* Footer
  ========================================================================== */
  footer .content {
    margin: 60px 60px 140px 60px;
  }

  .grid-item-footer {
    width: 100%;
    margin-bottom: 40px;
  }

  .logo {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
  }

  /* Error
  ========================================================================== */
  .start-text-ups-title {
    font-size: 8rem;
  }

  .start-text-ups {
    font-size: 4rem;
  }

  /* Scrolltop
  ========================================================================== */
  .scrolltop-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80px;
    margin: 0 auto;
  }

  .scrolltop {
    background: center center no-repeat;
    background-image: url(../images/scrolltop.svg);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: center;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    height: 38px;
    width: 27px;
  }

  /* Photos
  ========================================================================== */
  /* Photos
  ========================================================================== */
  .grid-item-photos,
  .grid-sizer-photos {
    width: 100%;
  }

  .portrait {
    width: 100% !important;
  }

  .portrait img {
    width: 100% !important;
  }

  .bottom {
    width: 100%;
    margin-bottom: 0px;
  }

  .top {
    width: 100%;
    margin-top: 0px;
  }

  .half-left {
    width: 100%;
  }

  .half-left img {
    width: 100%;
    margin-left: 0;
    float: left;
  }

  .half-right {
    width: 100%;
  }

  .half-right img {
    width: 100%;
    margin-right: 0%;
    float: right;
  }

  .center {
    width: 100%;
  }

  .center img {
    width: 100%;
    margin: 0 auto;
  }

  .teaser-title-photos {
    z-index: 99;
  }

  .grid-item-photos {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .photos {
    padding: 120px 120px 194px 120px;
  }

  .grid-item-photos .teaser-title-photos {
    font-family: "apercu_regular_pro";
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;

    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    top: 0;
  }
}

/* media screen and (max-width: 750px/46.875em) and (orientation:landscape)
------------------------------------------------------------------ */
@media screen and (max-width: 46.875em) and (orientation: landscape) {
  /* Navigation
  ========================================================================== */
  nav {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }

  nav a,
  nav p,
  div.nav-title,
  h3.nav-title {
    font-size: 2.8rem;
  }

  .nav-subtitle:last-of-type {
    padding-top: 4px;
  }

  .grid-item,
  .grid-item-2 .grid-sizer,
  .grid-sizer-2 {
    width: 100%;
  }

  .grid-item .button,
  .grid-item-2 .button,
  .grid-item-artist .button,
  .grid-item-exhibition .button,
  .grid-item-publication .button,
  .grid-item-footer .button {
    padding: 5px 16px 6px 16px;
  }

  h1.rotate a {
    font-size: 1.8rem;
  }

  .side-logo {
    position: absolute;
    right: 0;
    left: 0;
    top: 22px;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 99;
  }

  .rotate {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
  }

  .nav-row {
    padding-bottom: 30px;
  }

  .navbutton {
    top: 14px;
    right: 15px;
  }

  /* Home
  ========================================================================== */
  .content {
    margin: 40px 20px 100px 20px;
  }

  .start-text-wrap {
    padding-left: 20px;
  }

  .start-text {
    font-size: 6vw;
  }

  .apercu {
    font-size: 6.1vw;
  }

  .start-text-wrap {
    padding-left: 20px;
  }

  .button-wrap {
    padding-bottom: 20px;
  }

  .start-button .button,
  .start-button .cycle-next {
    padding: 10px 12px 11px 12px;
  }

  .start-button {
    font-size: 1.6rem;
  }

  .next {
    margin-right: 25px;
  }

  .start-button .button,
  .start-button .cycle-next {
    line-height: 1;
  }

  .grid-item,
  .grid-item-2 {
    margin-bottom: 40px;
  }

  .grid-item p,
  .grid-item a,
  .grid-item-2 p,
  .grid-item-2 a {
    font-size: 2.8rem;
    line-height: 1.2;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .start-teaser {
    margin-bottom: 20px;
  }

  /* Artist
  ========================================================================== */
  .artist {
    padding: 120px 20px 120px 20px;
  }

  .column-3:first-of-type {
    width: 100%;
    margin-bottom: 45px;
  }

  .column-3:nth-of-type(2) {
    width: 100%;
    margin-bottom: 45px;
  }

  .column-3:nth-of-type(3) {
    width: 100%;
  }

  .gutter-sizer-artist {
    width: 0%;
  }

  .grid-item-artist,
  .grid-sizer-artist {
    width: 100%;
  }

  h3.headline,
  .text-photos {
    font-size: 1.6rem;
  }

  .subnavigation a,
  .subnavigation-2 a,
  .series a {
    font-size: 1.6rem;
  }

  .subnavigation {
    margin-bottom: 60px;
  }

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

  .active:hover {
    border-bottom: 1px solid #dd3e3a;
  }

  .textartist p {
    font-family: "SuisseWorks-Regular-WebXL";
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .textartist em,
  .textartist i {
    font-family: "SuisseWorks-RegularItalic-WebXL";
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .image-caption p,
  .image-caption em,
  .image-caption strong {
    font-size: 1.6rem;
  }

  .lb-caption p {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .lb-caption em,
  .lb-caption i {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .lb-close {
    top: 8px;
    right: 8px;
    width: 50px;
    height: 50px;
    background-size: 24px auto;
  }

  .lb-nav a.lb-next {
    width: 50%;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
  }

  .lb-nav a.lb-prev {
    width: 50%;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: left 15px center;
  }

  .lb-button {
    bottom: 5px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 44px auto;
    background-position: right;
  }

  .lb-info-close {
    bottom: 5px;
    right: 20px;
    width: 62px;
    height: 50px;
    background-size: 44px auto;
    background-position: right;
  }

  .lb-data {
    width: 50%;
    padding: 20px 20px 20px 20px;
  }

  .lightbox .lb-image {
    padding: 20px;
  }

  .lb-nav a.lb-next {
    width: 50%;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: right 0px center;
    opacity: 0 !important;
  }

  .lb-nav a.lb-prev {
    width: 50%;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: left 0px center;
    opacity: 0 !important;
  }

  /* Artist (Serie)
  ========================================================================== */
  .grid-item .button,
  .grid-item-2 .button,
  .grid-item-artist .button,
  .grid-item-exhibition .button,
  .grid-item-publication .button,
  .grid-item-footer .button {
    padding: 5px 16px 6px 16px;
    font-size: 1.6rem;
  }

  .subnavigation,
  .subnavigation-2 {
    width: 100%;
  }

  .empty {
    margin-bottom: 110px;
  }

  .series {
    margin-top: 10px;
  }

  /* Exhibitions
  ========================================================================== */
  .grid-item-exhibition,
  .grid-sizer-exhibition {
    width: 100%;
  }

  .gutter-sizer-exhibition {
    width: 0%;
  }

  .content-exhibition {
    padding: 120px 20px 120px 20px;
  }

  .grid-item-exhibition p,
  .grid-item-exhibition a {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .grid-item h3,
  .grid-item-2 h3,
  .grid-item-exhibition h3 {
    font-size: 1.6rem;
  }

  .grid-item-exhibition {
    margin-bottom: 40px;
  }

  /* Publications
  ========================================================================== */
  .grid-item-publication,
  .grid-sizer-publication {
    width: 100%;
  }

  .gutter-sizer-publication {
    width: 0%;
  }

  .content-publication {
    padding: 120px 20px 120px 20px;
  }

  .grid-item-publication p,
  .grid-item-publication a {
    font-size: 1.6rem;
  }

  .grid-item-publication {
    margin-bottom: 40px;
  }

  /* Feature
  ========================================================================== */
  .feature-1-wrap {
    padding-bottom: 40px;
  }

  .feature-1-wrap h3.start-description {
    font-size: 1.6rem;
  }

  .feature-1-text h3,
  .feature-1-text p {
    font-size: 2.4rem;
  }

  .feature-1-text figcaption {
    font-size: 1.6rem;
  }

  .feature-1-text {
    width: 100%;
  }

  .feature-1-text p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .feature-1-text figure:first-child {
    margin-top: 60px;
  }

  .feature-1-text figure {
    margin-top: 60px;
  }

  /* Imprint
  ========================================================================== */
  .content.imprint {
    margin: 120px 60px 120px 60px;
  }

  .grid-item-imprint {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .grid-item-imprint p {
    font-size: 1.6rem;
  }

  /* Footer
  ========================================================================== */
  .grid-item-footer {
    width: 100%;
    float: left;
    display: block;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
  }

  footer .content {
    margin: 60px 20px 140px 20px;
  }

  .grid-item-footer h3 {
    font-size: 1.6rem;
  }

  .grid-item-footer p,
  .grid-item-footer a {
    font-size: 2.8rem;
  }

  .logo {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
  }

  /* Error
  ========================================================================== */
  .start-text-ups-title {
    font-size: 4rem;
  }

  .start-text-ups {
    font-size: 2.8rem;
  }

  /* Scrolltop
  ========================================================================== */
  .scrolltop-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 0;
    padding-bottom: 80px;
  }

  .scrolltop {
    background: center center no-repeat;
    background-image: url(../images/scrolltop.svg);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: center;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    height: 38px;
    width: 27px;
  }

  /* Photos
  ========================================================================== */
  .photos {
    padding: 120px 20px;
  }

  .teaser-title-photos a,
  .teaser-title-photos p {
    font-size: 2.8rem;
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
  }
}

/* media screen and (max-width: 750px/46.875em) and (orientation:portrait)
========================================================================== */
@media screen and (max-width: 46.875em) and (orientation: portrait) {
  /* Navigation
  ========================================================================== */
  nav {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }

  nav a,
  nav p,
  div.nav-title,
  h3.nav-title {
    font-size: 2.8rem;
  }

  .nav-subtitle:last-of-type {
    padding-top: 4px;
  }

  .grid-item,
  .grid-item-2,
  .grid-sizer,
  .grid-sizer-2 {
    width: 100%;
  }

  .grid-item .button,
  .grid-item-2 .button,
  .grid-item-artist .button,
  .grid-item-exhibition .button,
  .grid-item-publication .button,
  .grid-item-footer .button {
    padding: 5px 16px 6px 16px;
  }

  h1.rotate a {
    font-size: 1.8rem;
  }

  .side-logo {
    position: absolute;
    right: auto;
    left: 20px;
    top: 22px;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    z-index: 99;
  }

  .rotate {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
  }

  .nav-row {
    padding-bottom: 30px;
  }

  .navbutton {
    top: 14px;
    right: 15px;
  }

  /* Home
  ========================================================================== */
  .content {
    margin: 40px 20px 100px 20px;
  }

  .start-text-wrap {
    padding-left: 20px;
  }

  .start-text {
    font-size: 8.8vw;
  }

  .apercu {
    font-size: 9vw;
  }

  .start-text-wrap {
    padding-left: 20px;
  }

  .button-wrap {
    padding-bottom: 40px;
  }

  .start-button {
    font-size: 1.6rem;
  }

  .start-button .button,
  .start-button .cycle-next {
    line-height: 1;
  }

  .start-button .button,
  .start-button .cycle-next {
    padding: 10px 12px 11px 12px;
  }

  .grid-item,
  .grid-item-2 {
    margin-bottom: 40px;
  }

  .grid-item p,
  .grid-item-2 p,
  .grid-item a,
  .grid-item-2 a {
    font-size: 2.8rem;
    line-height: 1.2;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .start-teaser {
    margin-bottom: 20px;
  }

  /* Artist
  ========================================================================== */
  .artist {
    padding: 120px 20px 120px 20px;
  }

  .column-3:first-of-type {
    width: 100%;
    margin-bottom: 45px;
  }

  .column-3:nth-of-type(2) {
    width: 100%;
    margin-bottom: 45px;
  }

  .column-3:nth-of-type(3) {
    width: 100%;
  }

  .gutter-sizer-artist {
    width: 0%;
  }

  .grid-item-artist,
  .grid-sizer-artist {
    width: 100%;
  }

  h3.headline,
  .text-photos {
    font-size: 1.6rem;
  }

  .subnavigation a,
  .subnavigation-2 a,
  .series a {
    font-size: 1.6rem;
  }

  .subnavigation {
    margin-bottom: 60px;
  }

  .subnavigation,
  .subnavigation-2 {
    width: 100%;
  }

  .empty {
    margin-bottom: 103px;
  }

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

  .active:hover {
    border-bottom: 1px solid #dd3e3a;
  }

  .textartist p {
    font-family: "SuisseWorks-Regular-WebXL";
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .textartist em,
  .textartist i {
    font-family: "SuisseWorks-RegularItalic-WebXL";
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .image-caption p,
  .image-caption em,
  .image-caption strong {
    font-size: 1.6rem;
  }

  .lb-caption p {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .lb-caption em,
  .lb-caption i {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .lb-close {
    top: 8px;
    right: 8px;
    width: 50px;
    height: 50px;
    background-size: 24px auto;
  }

  .lb-nav a.lb-next {
    width: 50%;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: right 0px center;
    opacity: 0 !important;
  }

  .lb-nav a.lb-prev {
    width: 50%;
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: left 0px center;
    opacity: 0 !important;
  }

  .lb-button {
    top: 5px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-size: 44px auto;
    background-position: left;
  }

  .lb-info-close {
    bottom: 10px;
    right: 20px;
    width: 62px;
    height: 50px;
    background-size: 44px auto;
    background-position: left;
  }

  .lb-data {
    width: 100%;
    padding: 80px 50px 20px 20px;
  }

  .lightbox .lb-image {
    padding: 20px;
  }

  /* Artist (Serie)
  ========================================================================== */
  .grid-item .button,
  .grid-item-2 .button,
  .grid-item-artist .button,
  .grid-item-exhibition .button,
  .grid-item-publication .button,
  .grid-item-footer .button {
    padding: 5px 16px 6px 16px;
    font-size: 1.6rem;
  }

  .series {
    margin-top: 10px;
  }

  /* Exhibitions
  ========================================================================== */
  .grid-item-exhibition,
  .grid-sizer-exhibition {
    width: 100%;
  }

  .gutter-sizer-exhibition {
    width: 0%;
  }

  .content-exhibition {
    padding: 120px 20px 120px 20px;
  }

  .grid-item-exhibition p,
  .grid-item-exhibition a {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .grid-item h3,
  .grid-item-2 h3,
  .grid-item-exhibition h3 {
    font-size: 1.6rem;
  }

  .grid-item-exhibition {
    margin-bottom: 40px;
  }

  /* Publications
  ========================================================================== */
  .grid-item-publication,
  .grid-sizer-publication {
    width: 100%;
  }

  .gutter-sizer-publication {
    width: 0%;
  }

  .content-publication {
    padding: 120px 20px 120px 20px;
  }

  .grid-item-publication p,
  .grid-item-publication a {
    font-size: 1.6rem;
  }

  .grid-item-publication {
    margin-bottom: 40px;
  }

  /* Feature
  ========================================================================== */
  .feature-1-wrap {
    padding-bottom: 40px;
  }

  .feature-1-wrap h3.start-description {
    font-size: 1.6rem;
  }

  .feature-1-text h3,
  .feature-1-text p {
    font-size: 2.4rem;
  }

  .feature-1-text figcaption {
    font-size: 1.6rem;
  }

  .feature-1-text {
    width: 100%;
  }

  .feature-1-text p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .feature-1-text figure:first-child {
    margin-top: 60px;
  }

  .feature-1-text figure {
    margin-top: 60px;
  }

  /* Imprint
  ========================================================================== */
  .content.imprint {
    margin: 120px 20px 120px 20px;
  }

  .grid-item-imprint {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .grid-item-imprint p {
    font-size: 1.6rem;
  }

  /* Footer
  ========================================================================== */
  .grid-item-footer {
    width: 100%;
    float: left;
    display: block;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
  }

  footer .content {
    margin: 60px 20px 140px 20px;
  }

  .grid-item-footer h3 {
    font-size: 1.6rem;
  }

  .grid-item-footer p,
  .grid-item-footer a {
    font-size: 2.8rem;
  }

  .logo {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
  }

  /* Error
  ========================================================================== */
  .start-text-ups-title {
    font-size: 4rem;
  }

  .start-text-ups {
    font-size: 2.8rem;
  }

  /* Photos
  ========================================================================== */
  .photos {
    padding: 120px 20px;
  }

  .grid-item-photos {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .teaser-title-photos a,
  .teaser-title-photos p {
    font-size: 2.8rem;
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
  }
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

a:hover {
  cursor: pointer;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.button {
  font: inherit;
  margin: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none !important;
}
