@font-face {
  font-family: "Akkurat";
  src: url("/fonts/AkkuratLLWeb-Regular.woff2"); }

html {
  font-size: calc(1rem + 0.5vw); }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: "Akkurat", sans-serif;
  font-weight: normal; }

::-moz-selection {
  color: #ffed00;
  background-color: #000000; }

::selection {
  color: #ffed00;
  background-color: #000000; }

h1, h2, h3, h4, h5 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: wrap; }

ol, ul {
  list-style-type: none; }

html, body {
  width: 100vw;
  overflow-x: hidden;
  opacity: 1;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease; }

.js-body-invisible {
  opacity: 0; }

.js-overflow-y-hidden {
  height: 100vh;
  overflow-y: hidden; }

p, address {
  line-height: 1.4; }

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer; }

a {
  color: #000000;
  text-decoration: underline; }

hr {
  border: none;
  height: 1px;
  background-color: #000000; }

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

.btn-link {
  /*color: $white;
  background-color: $black;
  text-decoration: none;
  padding: .5rem 1rem;*/
  display: inline-block; }

@media (hover: hover) {
  .btn-link {
    position: relative; }
    .btn-link:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #ffed00;
      width: 0%;
      left: 0;
      top: 17.5%;
      height: 65%;
      -webkit-transition: width .3s;
      transition: width .3s;
      z-index: -1; }
    .btn-link:hover:after {
      width: 100%; } }

.header, .menu {
  width: 100%;
  padding: 1rem;
  /*.logo-link {
    height: calc(2rem + 4vw);
    width: auto;
    display: inline-block;
    img {
      height: 100%;
      width: auto;
    }
  }*/ }
  .header .logo-link, .menu .logo-link {
    text-decoration: none;
    height: auto;
    width: auto;
    display: inline-block;
    position: relative; }
    .header .logo-link span, .menu .logo-link span {
      font-size: calc(3rem + 5vw);
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none;
      line-height: 1; }
    .header .logo-link.js-logo-link--animate span:first-of-type, .menu .logo-link.js-logo-link--animate span:first-of-type {
      left: 0;
      opacity: 1; }
    .header .logo-link.js-logo-link--animate span:last-of-type, .menu .logo-link.js-logo-link--animate span:last-of-type {
      top: 0;
      opacity: 1; }
  .header .logo-link--a span:first-of-type, .menu .logo-link--a span:first-of-type {
    position: absolute;
    z-index: 1;
    left: -6.25rem;
    opacity: 0;
    -webkit-transition: left .5s ease-out, opacity .5s ease-out;
    transition: left .5s ease-out, opacity .5s ease-out; }
  .header .logo-link--a span:last-of-type, .menu .logo-link--a span:last-of-type {
    position: relative;
    color: #ffed00;
    top: 2.5rem;
    opacity: 0;
    -webkit-transition: top .5s ease-out, opacity .5s ease-out;
    transition: top .5s ease-out, opacity .5s ease-out;
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
  .header .logo-link--b span, .menu .logo-link--b span {
    position: absolute; }
    .header .logo-link--b span:first-of-type, .menu .logo-link--b span:first-of-type {
      z-index: 1; }
    .header .logo-link--b span:last-of-type, .menu .logo-link--b span:last-of-type {
      position: relative;
      color: #ffffff; }
  .header .header__content, .header .menu__header__content, .menu .header__content, .menu .menu__header__content {
    max-width: 50rem;
    margin: auto; }

.header {
  height: auto; }

.menu-button {
  float: right; }
  .menu-button span {
    display: inline-block;
    vertical-align: middle;
    font-size: .75rem;
    margin-right: .3em;
    margin-top: .15em; }
  .menu-button svg {
    display: inline-block;
    vertical-align: middle;
    height: 2rem;
    width: auto; }

@media (hover: hover) {
  .menu-button {
    position: relative; }
    .menu-button:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #ffed00;
      width: 0%;
      top: 17.5%;
      left: 0;
      height: 65%;
      -webkit-transition: width .3s;
      transition: width .3s;
      z-index: -1; }
    .menu-button:hover:after {
      width: 100%; } }

.menu-button--open svg rect, .menu-button--close svg rect {
  fill: transparent; }

.menu-button--open svg line, .menu-button--close svg line {
  stroke: #000000;
  stroke-width: 3; }

.menu-button--open:after {
  background-color: #ffed00; }

.menu-button--close:after {
  background-color: #ffffff; }

.menu {
  background-color: #ffed00;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 0;
  padding: 0rem;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  z-index: 1;
  overflow-y: scroll; }
  .menu .menu__content-wrapper {
    width: 100vw;
    padding: 1rem; }
  .menu .menu__header {
    margin: auto;
    margin-bottom: 1rem; }
  .menu .navigation {
    max-width: 50rem;
    margin: auto;
    padding-bottom: 2rem; }
    .menu .navigation ul {
      padding-top: 1rem; }
      .menu .navigation ul li:not(:last-child) {
        margin-bottom: .5em; }
    .menu .navigation .navigation__primary {
      margin-bottom: 1rem; }
      .menu .navigation .navigation__primary li a {
        font-size: 2rem; }
    .menu .navigation .navigation__secondary li a {
      font-size: 1rem; }
    .menu .navigation .navigation__secondary .social-media a {
      display: inline-block;
      text-decoration: none;
      margin-right: .25rem; }
      .menu .navigation .navigation__secondary .social-media a img {
        width: 1rem;
        height: 1rem; }

@media (hover: hover) {
  .navigation ul li a {
    position: relative; }
    .navigation ul li a:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #ffffff;
      width: 0%;
      top: 17.5%;
      left: 0;
      height: 65%;
      -webkit-transition: width .3s;
      transition: width .3s;
      z-index: -1; }
    .navigation ul li a:hover:after {
      width: 100%; } }

.js-menu--open {
  z-index: 1;
  right: 0;
  opacity: 1;
  width: 100vw; }

.main {
  padding: 3.3rem 1rem; }

.footer {
  background-color: #ffed00;
  margin: 2rem 0 0 0;
  padding: 2rem 1rem; }
  .footer .footer__content {
    max-width: 50rem;
    margin: auto;
    width: 100%;
    line-height: 1.4; }
    .footer .footer__content span {
      display: inline-block;
      margin-bottom: 1rem; }
    .footer .footer__content .footer__content__columns {
      margin-top: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*grid-column-gap: $column-gap-normal;
      grid-row-gap: 2rem;*/ }
      .footer .footer__content .footer__content__columns .footer__content__column {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: calc((30rem - 100%) * 999);
        flex-basis: calc((30rem - 100%) * 999); }
        .footer .footer__content .footer__content__columns .footer__content__column:first-of-type {
          margin-right: 0; }
        .footer .footer__content .footer__content__columns .footer__content__column:nth-of-type(2) {
          margin-left: 0;
          margin-top: 2rem; }
        .footer .footer__content .footer__content__columns .footer__content__column .footer__address {
          font-style: normal; }
        .footer .footer__content .footer__content__columns .footer__content__column .footer__social-media {
          margin-top: 2rem; }
          .footer .footer__content .footer__content__columns .footer__content__column .footer__social-media span {
            display: block;
            margin-bottom: 0; }
          .footer .footer__content .footer__content__columns .footer__content__column .footer__social-media a {
            display: inline-block;
            text-decoration: none;
            margin-right: .25rem; }
            .footer .footer__content .footer__content__columns .footer__content__column .footer__social-media a img {
              width: 1rem;
              height: 1rem; }
    .footer .footer__content:before {
      content: "";
      width: 10rem;
      height: calc(0.25rem/2);
      background-color: black;
      position: absolute;
      bottom: calc(100% + 2rem); }

@media (hover: hover) {
  .footer a {
    position: relative;
    z-index: 0; }
    .footer a:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #ffffff;
      width: 0%;
      top: 17.5%;
      left: 0;
      height: 65%;
      -webkit-transition: width .3s;
      transition: width .3s;
      z-index: -1; }
    .footer a:hover:after {
      width: 100%; } }

@media (min-device-width: 38.0625rem) and (min-width: 38.0625rem) {
  .footer .footer__content .footer__content__columns .footer__content__column:first-of-type {
    margin-right: calc(1.5rem); }
  .footer .footer__content .footer__content__columns .footer__content__column:nth-of-type(2) {
    margin-left: calc(1.5rem);
    margin-top: 0; } }

.content {
  max-width: 50rem;
  margin: auto; }

.content__head .content__head__headline, .content__head .content__head__subheadline {
  font-size: 3.25rem;
  line-height: 1.2; }

.content__head .content__head__headline {
  position: relative;
  background: repeating-linear-gradient(#ffffff 0rem 0.585rem, #ffed00 0.585rem 2.73rem, #ffffff 2.73rem 3.9rem); }

.content__head .content__head__subheadline {
  color: #b3b6b7; }

.content__body .section {
  position: relative; }
  .content__body .section .section__head .section__head__headline, .content__body .section .section__head .section__head__subheadline {
    font-size: 3.25rem;
    line-height: 1.2; }
  .content__body .section .section__head .section__head__subheadline {
    color: #b3b6b7; }
  .content__body .section .section__body hr {
    margin: 2rem 0; }
  .content__body .section .section__body div.columns-2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content__body .section .section__body div.columns-2-container .column:first-of-type {
      margin-right: 0; }
    .content__body .section .section__body div.columns-2-container .column:nth-of-type(2) {
      margin-left: 0;
      margin-top: 2rem; }
  .content__body .section .section__body p.columns-2-text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin: 0 0 2.5rem 0; }

.content__body .spacer {
  width: 40vw;
  height: 0.25rem;
  background-color: #ffed00;
  margin: 4.5rem 0 calc(6.75rem) 0; }

.content__body.padding-top {
  padding-top: calc(4.5rem/2); }

@media (min-device-width: 38.0625rem) and (min-width: 38.0625rem) {
  .content__body .section .section__body {
    /*p.columns-2-text {
          column-count: 2;
          column-gap: $column-gap-normal;
          margin: 0 0 2.5rem 0;
        }*/ }
    .content__body .section .section__body div.columns-2-container .column {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: calc((30rem - 100%) * 999);
      flex-basis: calc((30rem - 100%) * 999); }
      .content__body .section .section__body div.columns-2-container .column:first-of-type {
        margin-right: calc(1.5rem); }
      .content__body .section .section__body div.columns-2-container .column:nth-of-type(2) {
        margin-left: calc(1.5rem);
        margin-top: 0; } }

@media (min-device-width: 48rem) and (min-width: 48rem) {
  .content__body .section .section__body p.columns-2-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    margin: 0 0 2.5rem 0; } }

.section-artists {
  margin: calc(-1rem/2); }
  .section-artists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-artists ul li {
      width: 100%;
      margin-top: 1rem;
      margin-right: calc(1rem/2);
      margin-top: 1rem;
      margin-left: calc(1rem/2); }
      .section-artists ul li a {
        text-decoration: none; }
        .section-artists ul li a span {
          display: inline-block;
          margin-top: .5em; }

@media (min-device-width: 30.0625rem) and (min-width: 30.0625rem) {
  .section-artists ul li {
    width: calc(49.999% - 1rem); } }

@media (min-device-width: 48rem) and (min-width: 48rem) {
  .section-artists ul li {
    width: calc(33.33% - 1rem); } }

@media (min-device-width: 64.0625rem) and (min-width: 64.0625rem) {
  .section-artists ul li {
    width: calc(24.999% - 1rem); } }

.works img {
  -ms-flex-item-align: start;
  align-self: flex-start; }
  .works img:not(:nth-last-child(1)) {
    margin-bottom: calc(3rem/2); }

@media (min-device-width: 30.0625rem) and (min-width: 30.0625rem) {
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .works img {
      width: calc(50% - 3rem/2); }
      .works img:not(:nth-last-child(1)) {
        margin-bottom: 0; }
      .works img:not(:nth-last-child(1)):not(:nth-last-child(2)) {
        margin-bottom: 3rem; }
      .works img:nth-of-type(odd) {
        margin-right: calc(3rem/2); }
      .works img:nth-of-type(even) {
        margin-left: calc(3rem/2); } }

.gallery-text > * + * {
  margin-top: 3rem; }

.gallery-text h5 {
  font-size: 1.5rem;
  position: relative;
  display: inline-block; }
  .gallery-text h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: .1em;
    height: .7em;
    background-color: #ffed00;
    -webkit-transition: width .3s;
    transition: width .3s;
    z-index: -1; }

.gallery-text p, .gallery-text address {
  margin-top: .75rem; }

.gallery-text address {
  font-style: normal; }

.gallery-hours .table {
  display: table;
  margin-top: .75rem; }
  .gallery-hours .table .row {
    display: table-row; }
    .gallery-hours .table .row .col {
      display: table-cell; }
      .gallery-hours .table .row .col:nth-of-type(2) {
        text-align: right;
        padding-left: .25rem; }

.gallery-view > * + * {
  margin-top: 3rem; }

@media (hover: hover) {
  .gallery-text a {
    position: relative; }
    .gallery-text a:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #ffed00;
      width: 0%;
      top: 17.5%;
      left: 0;
      height: 65%;
      -webkit-transition: width .3s;
      transition: width .3s;
      z-index: -1; }
    .gallery-text a:hover:after {
      width: 100%; } }

.imprint-privacy ul {
  list-style-type: disc;
  margin-left: 1rem; }
  .imprint-privacy ul li {
    margin-bottom: .5rem; }
