@charset "UTF-8";
/*
  <PROJECT>
  Copyright (C) 2020 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Hausbroicher Str. 218
  47877 Willich
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
@font-face {
  font-family: "Rauchwaren";
  src: url("../webfonts/Rauchwaren-Regular.woff2") format("woff2"), url("../webfonts/Rauchwaren-Regular.woff") format("woff");
}
@font-face {
  font-family: "Rauchwaren";
  src: url("../webfonts/Rauchwaren-Italic.woff2") format("woff2"), url("../webfonts/Rauchwaren-Italic.woff") format("woff");
  font-style: italic;
}
@font-face {
  font-family: "Rauchwaren Grunge";
  src: url("../webfonts/Rauchwaren-GrungeRegular.woff2") format("woff2"), url("../webfonts/Rauchwaren-GrungeRegular.woff") format("woff");
}
/* Styles */
body,
input {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  body,
input {
    font-size: 16px;
    line-height: 18px;
  }
}

img {
  display: block;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

em {
  font-style: italic;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overscroll-behavior-y: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  position: relative;
}

:root {
  --space-left: 15px;
  --space-right: 15px;
  --screen-height: 100vh;
  --footer-height: 123px;
}

@media only screen and (max-width: 768px) {
  :root {
    --space-left: 10px;
    --space-right: 10px;
  }
}
.lazyimage-container {
  display: block;
  position: relative;
}

.lazyimage {
  transition: opacity 200ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
}

.lazyloaded {
  opacity: 1;
}

.clickable-block {
  cursor: pointer;
  user-select: none;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

.header--search-open .header__main--search {
  display: block;
}

.header__main {
  font: normal 24px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss01";
  letter-spacing: -0.03em;
  background: #fff;
  padding-top: 15px;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-bottom: 12px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header__main {
    font-size: 18px;
    line-height: 15px;
  }
}

.header__logo {
  position: absolute;
  top: 15px;
  left: var(--space-left);
}
.header__logo a {
  color: #00FF00;
}

.header__menu {
  font: normal 24px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss01";
  letter-spacing: -0.03em;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-left: 25.3012048193%;
  width: 74.6987951807%;
}
@media only screen and (max-width: 768px) {
  .header__menu {
    font-size: 18px;
    line-height: 15px;
  }
}

.header__menu-group {
  width: 20.9677419355%;
}
.header__menu-group + .header__menu-group {
  margin-left: 1.6129032258%;
}

.header__menu-group--narrow {
  width: 9.6774193548%;
}

.header__menu-group--right {
  text-align: right;
}

.header__menu-item {
  break-inside: avoid;
}
.header__menu-item a {
  transition: color 200ms;
}
.no-touch .header__menu-item a:hover {
  color: #fff;
}

.header__button {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_submenu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: var(--space-right);
  top: 15px;
  height: 36px;
  width: 36px;
  z-index: 1;
}

.header__search-button {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  height: 17px;
  width: 18px;
}

.lang {
  font: normal 24px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss01";
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 768px) {
  .lang {
    font-size: 18px;
    line-height: 15px;
  }
}
.lang .lang__item {
  color: #fff;
}
.header .lang .lang__item {
  color: inherit;
}
.lang .lang__item--selected {
  color: #000;
}
.header .lang .lang__item--selected {
  color: #CECECE;
}

.header__main--search {
  display: none;
  background-color: #CECECE;
  position: absolute;
  top: 0;
  left: 0;
  height: 67px;
  width: 100%;
  z-index: 10;
}

.header-search__form {
  margin-top: 4px;
}

.header-search__input {
  font: normal 24px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss01";
  letter-spacing: -0.03em;
  background-color: transparent;
  border: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header-search__input {
    font-size: 18px;
    line-height: 15px;
  }
}
.header-search__input:focus {
  outline: none;
}

.header-search__buttons {
  transform: translateY(-50%);
  -webkit-display: flex;
  display: flex;
  position: absolute;
  right: var(--space-right);
  top: 50%;
}

.header-search__button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-search__button--search {
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  background-image: url("../elements/icon_search.svg");
  height: 18px;
  width: 18px;
}
.header-search__button--search:focus {
  outline: none;
}

.header-search__button--close {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_close.svg");
  margin-left: 5px;
  height: 17px;
  width: 17px;
}

.header-search__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.header-search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.header-search__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.header-search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.footer {
  background-color: #CECECE;
}
.footer a {
  color: #0000FF;
}

.footer__inner {
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-bottom: 15px;
}

.footer__columns {
  display: grid;
  grid-template-columns: repeat(12, 7.2289156627%);
  grid-column-gap: 1.2048192771%;
}

.footer__column {
  grid-column: span 3;
  margin-top: -3px;
  padding-top: 15px;
  margin-bottom: -4px;
}

.footer__column--2 {
  grid-column: span 2;
}

.footer__column--last {
  grid-column: 11/span 2;
}

.footer__socialmedia {
  -webkit-display: flex;
  display: flex;
}

.footer__socialmedia-item {
  display: block;
  height: 16px;
  margin-right: 15px;
}

.footer__socialmedia-item--facebook {
  width: 8px;
}

.footer__socialmedia-item--twitter {
  width: 20px;
}

.footer__socialmedia-item--instagram {
  width: 16px;
}

.footer__sponsor {
  margin-top: 3px;
}
.footer__sponsor a {
  display: block;
}
.footer__sponsor + .footer__sponsor {
  margin-top: 30px;
}
.footer__sponsor img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.footer__sponsor--kantonzuerich a {
  height: 36px;
}

.footer__sponsor--statdzuerich a {
  height: 26px;
}

.footer__sponsor--luma a {
  height: 34px;
}

.footer__column-lang {
  display: inline-block;
}

.footer__search-button {
  cursor: pointer;
  user-select: none;
  float: right;
  height: 23px;
  width: 22px;
}

.body--lock {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.main {
  min-height: calc(var(--screen-height) - var(--footer-height));
  padding-top: 67px;
}

.main--academy {
  background-color: #FFDCC1;
}

.main__inner {
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-bottom: 150px;
}

.exhibition-group {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  padding-top: 12px;
}
@media only screen and (max-width: 768px) {
  .exhibition-group {
    font-size: 30px;
    line-height: 1;
  }
}
.exhibition-group + .exhibition-group {
  padding-top: 97px;
}
.page + .exhibition-group {
  padding-top: 47px;
}

.exhibition-group__items {
  padding-top: 50px;
}

.preview-exhibition {
  margin-top: -11px;
}
.preview-exhibition + .preview-exhibition {
  padding-top: 50px;
}

.preview-exhibition__images {
  display: grid;
  grid-template-columns: repeat(12, 7.2289156627%);
  grid-column-gap: 1.2048192771%;
  margin-top: -7px;
  padding-top: 15px;
}

.preview-exhibition__image {
  grid-column: span 4;
}

.exhibition-group__year {
  margin-top: -5px;
  padding-top: 59px;
}

.exhibition-group__year-item {
  margin-top: -5px;
  padding-top: 29px;
}

.exhibition {
  padding-top: 15px;
}

.exhibition__header {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  width: 66.1290322581%;
  margin-top: -3px;
  margin-bottom: -3px;
}
@media only screen and (max-width: 768px) {
  .exhibition__header {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
* + .exhibition__header {
  padding-top: 10px;
}

.exhibition__header-left {
  width: 48.7804878049%;
}

.exhibition__header-right {
  margin-left: 2.4390243902%;
  width: 48.7804878049%;
}

.exhibition__header-details {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .exhibition__header-details {
    font-size: 16px;
    line-height: 18px;
  }
}

.exhibition__download {
  margin-top: -4px;
  padding-top: 25px;
}
* + .exhibition__download {
  margin-top: 0;
  padding-top: 100px;
}

.exhibition__download-title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: -3px;
  margin-bottom: -7px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .exhibition__download-title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}

.exhibition__download-item + .exhibition__download-item {
  padding-top: 10px;
}

.exhibition__download-button {
  font: normal 18px/18px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  background-color: #0000FF;
  color: #fff;
  display: inline-block;
  padding: 6px;
}

.exhibition__download-text {
  margin-top: -3px;
  margin-bottom: -4px;
  padding-top: 15px;
  width: 88.7096774194%;
}
.exhibition__download-text a {
  color: #0000FF;
  text-decoration: underline;
}

.exhibition__media {
  padding-top: 100px;
  width: 66.1290322581%;
}
.exhibition__media:not(.exhibition__media--hero) + * {
  padding-top: 100px;
}

.exhibition__media--hero {
  padding-top: 0;
  padding-bottom: 10px;
  width: 49.3975903614%;
}
.exhibition__media--hero .exhibition__media-cell-count {
  transform: none;
  bottom: 0;
  padding-top: 0;
  mix-blend-mode: difference;
  color: #fff;
  padding-bottom: 5px;
  padding-right: 5px;
}

.exhibition__media-slides {
  position: relative;
}

.exhibition__media-slides--portrait .exhibition__media-areas {
  width: 50%;
}

.exhibition__media-areas {
  cursor: none;
  -webkit-display: flex;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.exhibition__media-area {
  height: 100%;
  width: 100%;
}

.exhibition__media-tracker {
  transform: translate(-50%, -50%);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.exhibition__media-tracker--active {
  opacity: 1;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.exhibition__media-cell {
  width: 100%;
}
.flickity-enabled.is-fade .exhibition__media-cell {
  opacity: 0 !important;
  transition: opacity 200ms !important;
}
.flickity-enabled.is-fade .exhibition__media-cell.is-selected {
  opacity: 1 !important;
}
.exhibition__media-cell.carousel-cell--selected {
  opacity: 1;
}

.exhibition__media-cell--portrait .exhibition__media-cell-content {
  width: 50%;
}

.exhibition__media-cell-caption {
  padding-right: 50px;
  padding-top: 10px;
  margin-top: -3px;
  min-height: 28px;
}

.exhibition__media-cell-count {
  transform: translateY(100%);
  bottom: 3px;
  right: 0;
  position: absolute;
  padding-top: 10px;
}

* + .exhibition__related {
  padding-top: 100px;
}

.exhibition__related-title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: -4px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .exhibition__related-title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}

.exhibition__related-items {
  display: grid;
  grid-template-columns: repeat(9, 9.6774193548%);
  grid-column-gap: 1.6129032258%;
  margin-bottom: -15px;
}

.exhibition__related-item {
  grid-column: span 3;
  margin-bottom: 15px;
}

.exhibition__related-item--academy .exhibition__related-item-link {
  font: normal 24px/1 "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  background-color: #FFDCC1;
  display: block;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .exhibition__related-item--academy .exhibition__related-item-link {
    font-size: 30px;
    line-height: 0.95;
  }
}

.exhibition__related-item--publication {
  background-color: #FFFF02;
  position: relative;
}
.exhibition__related-item--publication:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.exhibition__related-item-image {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.exhibition__related-item-image .lazyimage {
  object-fit: contain;
}

.exhibition__sidebar {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  width: 24.0963855422%;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .exhibition__sidebar {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}

.exhibition__sidebar-title {
  margin-bottom: -7px;
  padding-bottom: 15px;
}

.exhibition__sidebar-note {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  border-top: 2px solid #000;
  padding-top: 13px;
  padding-bottom: 11px;
}
@media only screen and (max-width: 768px) {
  .exhibition__sidebar-note {
    font-size: 16px;
    line-height: 18px;
  }
}

.exhibition__sidebar-exhibition {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: block;
  padding-top: 15px;
  padding-bottom: 11px;
}
.exhibition__sidebar-exhibition + .exhibition__sidebar-exhibition {
  border-top: 0;
}

.exhibition__sidebar-month {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 12px;
  padding-bottom: 8px;
}
.exhibition__sidebar-item + .exhibition__sidebar-month {
  border-top: 0;
}

.exhibition__sidebar-item {
  border-bottom: 2px solid #000;
  margin-top: -1px;
  padding-top: 12px;
}

.exhibition__sidebar-item-title {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  display: block;
  margin-bottom: -4px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .exhibition__sidebar-item-title {
    font-size: 16px;
    line-height: 18px;
  }
}

.overview__title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  padding-top: 15px;
  margin-top: -3px;
  margin-bottom: -7px;
}
@media only screen and (max-width: 768px) {
  .overview__title {
    font-size: 30px;
    line-height: 1;
  }
}

.page__jumplinks,
.overview__filter {
  font: normal 24px/1 "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: -0.04em;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-top: -4px;
  margin-bottom: -3px;
  padding-top: 13px;
}
@media only screen and (max-width: 768px) {
  .page__jumplinks,
.overview__filter {
    font-size: 18px;
    line-height: 18px;
  }
}

.page__jumplink,
.overview__filter-item {
  cursor: pointer;
  user-select: none;
  color: #0000FF;
  margin-right: 25px;
}

.overview__filter-item--selected {
  text-decoration: underline;
}

.overview__intro {
  font: normal 36px/40px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: -9px;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .overview__intro {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.overview__intro p:first-child {
  display: inline-block;
  margin-top: -6px;
}
.overview__intro p + p {
  margin-top: 40px;
}
.overview__intro a {
  color: #0000FF;
  text-decoration: underline;
}

.overview__intro-text--short,
.overview__intro-buttons {
  display: none;
}

.overview__events {
  padding-top: 50px;
}

.overview__events-month {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: -4px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .overview__events-month {
    font-size: 30px;
    line-height: 1;
  }
}
.overview__events-month + .preview-event {
  border-top: 2px solid #000;
}
.preview-event + .overview__events-month {
  padding-top: 50px;
}

.preview-event {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  border-bottom: 2px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .preview-event {
    font-size: 30px;
    line-height: 1;
  }
}

.preview-event__columns {
  display: grid;
  grid-template-columns: repeat(12, 7.2289156627%);
  grid-column-gap: 1.2048192771%;
}

.preview-event__date,
.preview-event__time {
  grid-column: span 2;
}

.preview-event__media {
  grid-column: span 2;
}

.preview-event__media-image--portrait {
  width: 46.1538461538%;
}

.preview-event__title {
  grid-column: span 4;
}

.preview-event__info {
  grid-column: span 2;
}

.preview-event__info-list {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .preview-event__info-list {
    font-size: 16px;
    line-height: 18px;
  }
}

.preview-event__mobile {
  display: none;
}

.page__top {
  padding-top: 15px;
  padding-bottom: 35px;
}

.page__title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: -3px;
  margin-bottom: -7px;
}
@media only screen and (max-width: 768px) {
  .page__title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}

.page__sections {
  padding-top: 15px;
  width: 66.1290322581%;
}

.page__section + .page__section {
  padding-top: 50px;
}

.page__section--anchor + .page__section {
  padding-top: 0;
}

.page__section--highlight .page__section-image {
  width: 134.1463414634%;
}

.page__section-image + .page__section-content {
  padding-top: 25px;
}

.page__section-content-title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: -3px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 768px) {
  .page__section-content-title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.page__section-content-title + .page__section-content-text {
  margin-top: -7px;
  padding-top: 15px;
}

.page__section-content-text {
  margin-bottom: -4px;
}
.page__section-content-text p + h2 {
  margin-top: -4px;
  padding-top: 50px;
}
.page__section-content-text p + p {
  padding-top: 20px;
}
.page__section-content-text a {
  color: #0000FF;
  text-decoration: underline;
}
.page__section-content-text h2 {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .page__section-content-text h2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.page__section-content-text h2 + p {
  margin-top: -7px;
  padding-top: 15px;
}
* + .page__section-content-text h3 {
  padding-top: 50px;
  margin-top: -3px;
}
.page__section-content-text h3 + .inline-table {
  margin-top: -4px;
  padding-top: 15px;
}
.page__section-content-text ul li:before {
  content: "-";
  display: inline-block;
}
.page__section-content-text ul + * {
  padding-top: 20px;
}

.inline-table + p {
  display: inline-block;
  margin-top: -3px;
  padding-top: 15px;
}

.overview__academy {
  padding-top: 100px;
}

.preview-entry {
  padding-top: 25px;
  width: 24.0963855422%;
}
.preview-entry:nth-child(-n+4) {
  padding-top: 0;
}

.preview-entry__title {
  display: block;
  margin-top: -3px;
  margin-bottom: -4px;
  padding-top: 10px;
}

.academy-isotope-width {
  width: 7.2289156627%;
}

.academy-isotope-gutter {
  width: 1.2048192771%;
}

.enrty__title {
  font: normal 72px/1 "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: -8px;
  margin-bottom: -13px;
  padding-bottom: 50px;
  padding-top: 15px;
  width: 74.6987951807%;
}
@media only screen and (max-width: 768px) {
  .enrty__title {
    font-size: 45px;
  }
}

.article__heroimage {
  padding-bottom: 10px;
  width: 49.3975903614%;
}

.article__heroimage--portrait {
  width: 32.5301204819%;
}

.article__heroimage--inline {
  padding-bottom: 0;
  width: 100%;
}
.article__heroimage--inline + p {
  display: inline-block;
  margin-top: -3px;
  padding-top: 25px;
}

.article__contents {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.article__content {
  width: 74.6987951807%;
}
.product__header + .article__content {
  padding-top: 5px;
}

.article__text {
  width: 66.1290322581%;
}
* + .article__text {
  margin-top: 100px;
}
.article__text p + p {
  padding-top: 20px;
}
.article__text p + blockquote {
  margin-top: -4px;
  padding-top: 20px;
}
.article__text p + h2 {
  margin-top: -4px;
  padding-top: 50px;
}
.article__text blockquote {
  font: normal 36px/40px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  margin-left: 17.0731707317%;
  margin-bottom: -9px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .article__text blockquote {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.article__text blockquote + p {
  padding-top: 22px;
}
.article__text > p:first-child {
  display: inline-block;
  margin-top: -4px;
}
.article__text > p:last-child {
  margin-bottom: -4px;
}
.article__text a {
  color: #0000FF;
  text-decoration: underline;
}
.article__text h2 {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .article__text h2 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.article__text h2 + p {
  margin-top: -7px;
  padding-top: 15px;
}

.inline {
  margin-left: 34.1463414634%;
  width: 82.9268292683%;
}
* + .inline {
  margin-top: -4px;
  padding-top: 25px;
}
.inline + * {
  padding-top: 25px;
}
.inline + p {
  margin-top: -3px;
  display: inline-block;
}

.inline__video {
  position: relative;
}
.inline__video:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.inline__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.inline__caption {
  display: block;
  margin-top: -3px;
  margin-bottom: -4px;
  padding-top: 10px;
}
.inline__caption p + p {
  padding-top: 0 !important;
}

.inline__image-button {
  bottom: 0;
  background-color: #fff;
  background-image: url("../elements/icon_inline_button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  right: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
}

.inline--accordions {
  margin-left: 0;
  width: 100%;
}

.inline-accordion {
  border-top: 2px solid #000;
}
.inline-accordion:last-child {
  border-bottom: 2px solid #000;
}

.inline-accordion__title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -1px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 768px) {
  .inline-accordion__title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.inline-accordion__title:after {
  content: "";
  background-image: url("../elements/icon_arrow_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
  height: 16px;
  width: 30px;
}

.inline-accordion__content {
  display: none;
  margin-top: -7px;
  margin-bottom: -4px;
  padding-bottom: 15px;
}

.inline-accordion--open .inline-accordion__title:after {
  transform: scale(-1);
}
.inline-accordion--open .inline-accordion__content {
  display: block;
}

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

.inline-table__row {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  border-top: 2px solid #000;
  margin-bottom: -4px;
  padding-top: 12px;
  padding-bottom: 15px;
}

.inline-table__left {
  width: 82.9268292683%;
}

.inline-table__right {
  text-align: right;
  margin-left: 2.4390243902%;
  width: 14.6341463415%;
}

.article__relateds {
  padding-top: 100px;
}

.related-articles {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
}
* + .related-articles {
  padding-top: 100px;
}

.related-articles--large-space {
  padding-top: 100px;
}

.related-articles__headline {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .related-articles__headline {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}

.related__articles-article {
  padding-top: 25px;
  margin-right: 1.6129032258%;
  width: 43.5483870968%;
}
@media only screen and (min-width: 769px) {
  .related__articles-article:nth-child(-n+2) {
    padding-top: 0;
  }
}

.related__articles-article-content {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  padding-top: 10px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 768px) {
  .related__articles-article-content {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}

.related__articles-article-content-title {
  width: 48.1481481481%;
}

.related__articles-article-content-date {
  margin-left: 3.7037037037%;
  width: 48.1481481481%;
}

.footnote-reference {
  cursor: pointer;
  user-select: none;
}

.article__footnotes {
  border-top: 2px solid #000;
  padding-left: 11.2903225806%;
  margin-top: 100px;
  width: 66.1290322581%;
}

.article__footnote {
  cursor: pointer;
  user-select: none;
  margin-top: -3px;
  margin-bottom: -4px;
  padding-top: 10px;
}
.article__footnote + .article__footnote {
  margin-top: 0;
  padding-top: 20px;
}

.enrty__sidebar {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 24.0963855422%;
}

.enrty__sidebar-inner h3 {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-top: -3px;
  margin-bottom: -3px;
}
@media only screen and (max-width: 768px) {
  .enrty__sidebar-inner h3 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.enrty__sidebar-inner p + p {
  padding-top: 20px;
}
.enrty__sidebar-inner a {
  color: #0000FF;
  text-decoration: underline;
}

.article__newsletter {
  margin-left: 22.5806451613%;
  width: 54.8387096774%;
}

.article__newsletter-inner {
  background-color: #CECECE;
  padding: 15px;
  position: relative;
}

.article__newsletter-title {
  margin-top: -3px;
}

.article__newsletter-close {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 17px;
  width: 17px;
}

.article__newsletter-form {
  padding-top: 100px;
  padding-bottom: 100px;
}
.article__newsletter-form .inline-form__input {
  background-color: #fff;
}

.inline-form__button {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  color: #0000FF;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .inline-form__button {
    font-size: 16px;
    line-height: 18px;
  }
}

.article__newsletter-bottom {
  position: relative;
}

.article__newsletter-info {
  padding-right: 17.0731707317%;
}

.article__newsletter-link {
  background-image: url("../elements/icon_large_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 19px;
  width: 46px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.overview__products {
  display: grid;
  grid-template-columns: repeat(12, 7.2289156627%);
  grid-column-gap: 1.2048192771%;
  padding-top: 50px;
}

.preview-product {
  padding-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .preview-product {
    grid-column: span 3;
  }
  .preview-product:nth-child(-n+4) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .preview-product {
    grid-column: span 2;
  }
  .preview-product:nth-child(-n+6) {
    padding-top: 0;
  }
}

.preview-product__media {
  background-color: #FFFF02;
  position: relative;
}
.preview-product__media:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.preview-product__media-image {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.preview-product__media-image .lazyimage {
  object-fit: contain;
}

.preview-product__content {
  margin-top: -3px;
  margin-bottom: -4px;
  padding-top: 10px;
}

.product {
  padding-top: 15px;
}

.product__header {
  width: 66.265060241%;
}

.product__header-heroimage {
  background-color: #FFFF02;
  position: relative;
}
.product__header-heroimage:after {
  content: "";
  padding-bottom: 72.463%;
  display: block;
}

.product__header-heroimage-image {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.product__header-heroimage-image .lazyimage {
  object-fit: contain;
}

.product__header-title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: -3px;
  margin-bottom: -3px;
  width: 74.5454545455%;
}
@media only screen and (max-width: 768px) {
  .product__header-title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}
.product__header-heroimage + .product__header-title {
  padding-top: 10px;
}

.overview__results {
  padding-top: 100px;
  margin-bottom: -50px;
}

.search-result {
  padding-bottom: 50px;
  width: 24.0963855422%;
}

.search-result__content {
  margin-top: -3px;
  margin-bottom: -4px;
  padding-top: 10px;
}

.search-result__title {
  color: #0000FF;
  text-decoration: underline;
}

.search-result__text {
  padding-top: 20px;
}

.search-isotope-width {
  width: 24.0963855422%;
}

.search-isotope-gutter {
  width: 1.2048192771%;
}

.home-items {
  display: grid;
  grid-template-columns: repeat(12, 7.2289156627%);
  grid-column-gap: 1.2048192771%;
  padding-top: 15px;
}

.preview-home {
  grid-column: span 6;
  padding-bottom: 50px;
}

.preview-home--portrait {
  grid-column: span 4;
}

.preview-home__content {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  -webkit-display: flex;
  display: flex;
  margin-top: -4px;
  margin-bottom: -7px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .preview-home__content {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.017em;
  }
}

.preview-home__content-left {
  width: 48.7804878049%;
}

.preview-home__content-right {
  margin-left: 2.4390243902%;
  width: 48.7804878049%;
}

.hompage-message-is-visibile .header,
.hompage-message-is-visibile .main,
.hompage-message-is-visibile .footer {
  filter: blur(10px);
}

.message {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.message__content {
  font: normal 87px/83px "Rauchwaren Grunge", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss01";
  letter-spacing: 0;
  padding: 15px;
  color: #FFFF00;
  text-shadow: 3px 0px 0 #000, 2.7717px 1.1481px 0 #000, 2.1213px 2.1213px 0 #000, 1.1481px 2.7717px 0 #000, 0px 3px 0 #000, -1.1481px 2.7717px 0 #000, -2.1213px 2.1213px 0 #000, -2.7717px 1.1481px 0 #000, -3px 0px 0 #000, -2.7717px -1.1481px 0 #000, -2.1213px -2.1213px 0 #000, -1.1481px -2.7717px 0 #000, 0px -3px 0 #000, 1.1481px -2.7717px 0 #000, 2.1213px -2.1213px 0 #000, 2.7717px -1.1481px 0 #000;
}
@media only screen and (max-width: 768px) {
  .message__content {
    font-size: 42px;
    line-height: 46px;
  }
}
.message__content a {
  color: #0000FF;
}

.message__content-close {
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 8px;
  top: 0;
}

.message__text {
  margin-top: -5px;
  width: 74.6987951807%;
}
.message__text p + p {
  margin-top: 1em;
}

.cb-lightbox {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .cb-lightbox {
    font-size: 16px;
    line-height: 18px;
  }
}

.cb-lightbox-overlay {
  background-color: #000;
}

.cb-lightbox-close {
  background-image: url("../elements/icon_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px;
  height: 15px;
  width: 15px;
}
.cb-lightbox-close:before, .cb-lightbox-close:after {
  content: none;
}
.no-touch .cb-lightbox-close:hover {
  opacity: 1;
}

.cb-lightbox-info {
  bottom: 3px;
}
.cb-lightbox-info .cb-lightbox-caption {
  padding: 0 15px 8px;
  text-align: left;
}

.cb-lightbox-arrow {
  cursor: none;
  top: 0;
  height: 100%;
  width: 50%;
}
.cb-lightbox-arrow span {
  display: none;
}

.lightbox-mouse-tracker {
  transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
  pointer-events: none;
  width: 50px;
  height: 44px;
  mix-blend-mode: difference;
  opacity: 0;
  z-index: 10;
}

.mouse-tracker--next {
  opacity: 1;
}
.mouse-tracker--next:after {
  content: "→";
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.mouse-tracker--prev {
  opacity: 1;
}
.mouse-tracker--prev:after {
  content: "←";
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header__mobile {
  display: none;
}

* + .exhibition__sponsors {
  padding-top: 100px;
}

.exhibition__sponsors-title {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: -4px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .exhibition__sponsors-title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.017em;
  }
}

.sponsor-items {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .sponsor-items {
    font-size: 16px;
    line-height: 18px;
  }
}

.sponsor-item {
  display: inline-block;
  height: 3.3em;
  margin-right: 40px;
  position: relative;
}

.sponsor-item--text {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .sponsor-item--text {
    font-size: 16px;
    line-height: 18px;
  }
}

.sponsor-item__image {
  display: inline-block;
  height: 100%;
  position: relative;
}
.sponsor-item__image .lazyimage-wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sponsor-item__image-image {
  position: absolute;
  width: 100%;
  height: auto;
}

.sponsor-item__title {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .sponsor-item__title {
    font-size: 16px;
    line-height: 18px;
  }
}

.fit-in-width {
  width: 9.4em !important;
}

.page__events {
  font: normal 36px/36px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .page__events {
    font-size: 30px;
    line-height: 1;
  }
}

.page__events-event {
  display: grid;
  grid-template-columns: repeat(12, 7.2289156627%);
  grid-column-gap: 1.2048192771%;
}

.page__events-event-date {
  grid-column: span 3;
}

.page__events-event-title {
  grid-column: span 5;
}

.inline--form {
  margin-left: 0;
  width: 100%;
}

.inline-form__hidden {
  display: none;
}

.inline-form__wrap {
  position: relative;
}
.inline-form__wrap + .inline-form__wrap {
  margin-top: 5px;
}

.inline-form__wrap--student,
.inline-form__wrap--secondname,
.inline-form__wrap--yob {
  display: none;
}

.inline-form--show-hidden-field .inline-form__wrap--student {
  display: block;
}

.inline-form--show-secondname-field .inline-form__wrap--secondname {
  display: block;
}

.inline-form--show-yob-field .inline-form__wrap--yob {
  display: block;
}

.inline-form__wrap--error .inline-form__input,
.inline-form__wrap--error .customSelectDisabledOption {
  background-color: #ffb0b0;
}

.inline-form__input {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  border: 0;
  background-color: #CECECE;
  padding: 5px;
  margin: 0;
  border-radius: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .inline-form__input {
    font-size: 16px;
    line-height: 18px;
  }
}
.inline-form__input:focus {
  outline: none;
}

.inline-form__select {
  font: normal 18px/20px "Rauchwaren", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  user-select: none;
  background-color: #CECECE;
  padding: 5px;
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .inline-form__select {
    font-size: 16px;
    line-height: 18px;
  }
}
.inline-form__select:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 12px;
  right: 5px;
}

.customSelectDisabledOption {
  color: #909090;
}

.inline-form__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909090;
  opacity: 1;
}

.inline-form__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
  opacity: 1;
}

.inline-form__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
  opacity: 1;
}

.inline-form__input:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
  opacity: 1;
}

.js-inline-marquee {
  white-space: nowrap;
  overflow: hidden;
}

#bp {
  width: 2px;
}

.header__menu-button {
  display: none;
}

@media only screen and (max-width: 768px) {
  #bp {
    width: 1px;
  }

  .header__menu,
.header__button {
    display: none;
  }

  .header__main {
    height: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__menu-button {
    cursor: pointer;
    user-select: none;
    display: block;
    background-image: url("../elements/icon_menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: var(--space-right);
    height: 22px;
    width: 33px;
  }

  .header__logo {
    top: 8px;
  }

  .header__mobile {
    display: none;
    padding-top: 7px;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    height: calc(100% - 51px);
  }

  .header__mobile-menu {
    font: normal 30px/1.0834 "Rauchwaren", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    letter-spacing: -0.017em;
  }

  .header__mobile-menu-item--selected a {
    color: #0000FF;
  }

  .header__mobile-menu-item--space {
    padding-top: 33px;
  }

  .header__mobile-bottom {
    position: absolute;
    bottom: 0;
    -webkit-display: flex;
    display: flex;
    left: var(--space-left);
    width: calc(100% - var(--space-left) - var(--space-right));
  }

  .header__mobile-bottom-right {
    margin-left: auto;
  }
  .header__mobile-bottom-right .lang {
    font: normal 30px/1.0834 "Rauchwaren", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    margin-bottom: -6px;
    padding-bottom: 10px;
  }
  .header__mobile-bottom-right .lang .lang__item:not(.lang__item--selected) {
    color: #CECECE;
  }

  .header__search-button {
    height: 25px;
    width: 25px;
  }

  .menu-mobile-is-open .header {
    height: 100%;
  }
  .menu-mobile-is-open .header__mobile {
    display: block;
  }
  .menu-mobile-is-open .header__menu-button {
    background-image: url("../elements/icon_close_large.svg");
    height: 24px;
    width: 26px;
  }

  .header--search-open {
    background-color: #CECECE;
  }
  .header--search-open .header__main {
    background-color: #CECECE;
  }
  .header--search-open .header__mobile,
.header--search-open .menu-mobile-is-open .header__mobile {
    display: none;
  }

  .header__main--search {
    transform: trabslateY(-50%);
    background-color: transparent;
    top: 50%;
  }

  .header-search__form {
    margin-top: 0;
  }

  .header-search__input {
    font: normal 30px/1.0834 "Rauchwaren", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    color: #fff;
  }

  .header-search__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }

  .header-search__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }

  .header-search__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }

  .header-search__input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }

  .header-search__button--close {
    display: none;
  }

  .header-search__button--search {
    background-image: url("../elements/icon_search_mobile.svg");
    height: 30px;
    width: 30px;
  }

  .message__content {
    padding: 10px;
    text-shadow: 2px 0px 0 #000, 1.8478px 0.7654px 0 #000, 1.4142px 1.4142px 0 #000, 0.7654px 1.8478px 0 #000, 0px 2px 0 #000, -0.7654px 1.8478px 0 #000, -1.4142px 1.4142px 0 #000, -1.8478px 0.7654px 0 #000, -2px 0px 0 #000, -1.8478px -0.7654px 0 #000, -1.4142px -1.4142px 0 #000, -0.7654px -1.8478px 0 #000, 0px -2px 0 #000, 0.7654px -1.8478px 0 #000, 1.4142px -1.4142px 0 #000, 1.8478px -0.7654px 0 #000;
  }

  .message__text {
    width: 100%;
    hyphens: auto;
  }

  .message__content-close {
    right: inherit;
    left: 10px;
    top: inherit;
    bottom: 0;
  }

  .footer__inner {
    padding-bottom: 10px;
  }

  .footer__columns {
    display: block;
  }

  .footer__column {
    padding-top: 9px;
    margin-top: 0;
    margin-bottom: -3px;
  }
  .footer__column + .footer__column {
    padding-top: 50px;
    margin-top: -3px;
  }

  .footer__sponsores {
    align-items: center;
    justify-content: space-between;
    -webkit-display: flex;
    display: flex;
  }

  .footer__sponsore + .footer__sponsore {
    margin-top: 0;
    margin-left: 30px;
  }

  .footer__column--last {
    justify-content: flex-end;
    flex-direction: row-reverse;
    -webkit-display: flex;
    display: flex;
  }

  .footer__column-lang {
    width: 22.8813559322%;
  }

  .footer__column-search {
    width: 22.8813559322%;
  }

  .footer__search-button {
    float: left;
    height: 18px;
    width: 18px;
  }

  .main {
    padding-top: 51px;
  }

  .main__inner {
    padding-bottom: 100px;
  }

  .home-items {
    display: grid;
    grid-template-columns: repeat(4, 22.8813559322%);
    grid-column-gap: 2.8248587571%;
    padding-top: 10px;
  }

  .preview-home {
    grid-column: span 4;
    padding-bottom: 0;
  }
  .preview-home + .preview-home {
    padding-top: 75px;
  }

  .preview-home__content {
    display: block;
    margin-bottom: -5px;
  }

  .preview-home__content-left {
    width: 100%;
  }

  .preview-home__content-right {
    margin-left: 0;
    width: 100%;
  }

  .exhibition-group {
    padding-top: 10px;
  }
  .exhibition-group + .exhibition-group {
    padding-top: 75px;
  }

  .exhibition-group__items {
    margin-top: -3px;
    padding-top: 29px;
  }

  .preview-exhibition {
    margin-top: -1px;
  }
  .preview-exhibition + .preview-exhibition {
    padding-top: 75px;
  }

  .preview-exhibition__images {
    display: block;
    padding-top: 10px;
  }

  .preview-exhibition__image:nth-child(n+2) {
    display: none;
  }

  .exhibition-group__year {
    padding-top: 63px;
  }

  .exhibition {
    padding-top: 10px;
  }

  .article__heroimage {
    width: 100%;
  }

  .article__content {
    width: 100%;
  }

  .exhibition__header {
    display: block;
    margin-bottom: -3px;
    width: 100%;
  }

  .exhibition__header-left,
.exhibition__header-right {
    margin-left: 0;
    width: 100%;
  }

  .article__text {
    width: 100%;
  }
  * + .article__text {
    margin-top: 50px;
  }
  .article__text > p:first-child {
    margin-top: -2px;
  }
  .article__text p + p {
    padding-top: 18px;
  }
  .article__text blockquote {
    margin-left: 0;
    margin-bottom: -7px;
  }
  .article__text blockquote + p {
    padding-top: 25px;
  }
  .article__text p + blockquote {
    margin-top: -8px;
    padding-top: 25px;
  }

  .exhibition__sidebar {
    padding-top: 75px;
    position: relative;
    width: 100%;
  }

  .inline {
    margin-left: 0;
    width: 100%;
  }

  .exhibition__media {
    padding-top: 75px;
    width: 100%;
  }

  .exhibition__media--hero {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .article__relateds {
    padding-top: 75px;
    width: 100%;
  }

  .article__newsletter {
    margin-left: 0;
    width: 100%;
  }

  .article__newsletter-inner {
    padding: 10px;
  }

  .article__newsletter-title {
    margin-top: -1px;
  }

  .article__newsletter-form {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .article__newsletter-input {
    font-size: 12px;
    line-height: 0.834;
    padding-top: 2px;
    padding-bottom: 3px;
  }

  .article__newsletter-button {
    font-size: 12px;
    line-height: 0.834;
  }

  .article__newsletter-close {
    top: 10px;
    right: 10px;
    height: 9px;
    width: 9px;
  }

  .article__newsletter-link {
    background-image: url("../elements/icon_large_arrow_mobile.svg");
    height: 10px;
    width: 16px;
  }

  .exhibition__related-items {
    display: block;
  }

  * + .exhibition__related,
* + .exhibition__download {
    padding-top: 75px;
  }

  .page__top {
    padding-top: 10px;
  }

  .page__title {
    line-height: 1.0834;
    margin-top: -7px;
    margin-bottom: -11px;
  }

  .page__jumplinks,
.overview__filter {
    margin-bottom: -13px;
  }
  .page__jumplinks li,
.overview__filter li {
    padding-bottom: 10px;
  }

  .overview__title {
    margin-top: -11px;
    margin-bottom: -9px;
  }

  .page__sections {
    width: 100%;
  }

  .page__section + .page__section {
    padding-top: 50px;
  }
  .page__section + .page__section--with-image {
    padding-top: 75px;
  }
  .page__section + .page__section--anchor {
    padding-top: 0;
  }

  .page__section--highlight .page__section-image {
    width: 100%;
  }

  .page__section-image + .page__section-content {
    padding-top: 15px;
  }

  .inline-accordion__title {
    margin-bottom: -3px;
  }
  .inline-accordion__title:after {
    top: 19px;
  }

  .overview__intro {
    margin-top: 0;
    margin-bottom: -5px;
  }
  .overview__intro p:first-child {
    margin-top: -4px;
  }

  .preview-entry {
    padding-top: 25px;
    width: 48.5875706215%;
  }
  .preview-entry:nth-child(-n+4) {
    padding-top: 25px;
  }
  .preview-entry:nth-child(-n+2) {
    padding-top: 0;
  }

  .academy-isotope-width {
    width: 48.5875706215%;
  }

  .academy-isotope-gutter {
    width: 2.8248587571%;
  }

  .overview__intro-text--short {
    display: block;
  }

  .overview__intro-text--long {
    display: none;
  }

  .overview__intro-buttons {
    font-size: 16px;
    line-height: 1;
    display: block;
    text-align: center;
    margin-top: -6px;
    padding-top: 25px;
  }

  .overview__intro-button {
    color: #0000FF;
    text-decoration: underline;
  }

  .overview__intro-button--less {
    display: none;
  }

  .overview__academy {
    padding-top: 75px;
  }

  .overview__intro--open .overview__intro-button--more,
.overview__intro--open .overview__intro-text--short {
    display: none;
  }
  .overview__intro--open .overview__intro-text--long {
    display: block;
  }
  .overview__intro--open .overview__intro-button--less {
    display: inline-block;
  }

  .enrty__title {
    padding-top: 10px;
    padding-bottom: 25px;
    margin-top: -4px;
    margin-bottom: -8px;
    width: 100%;
  }

  .article__heroimage--inline + p {
    margin-top: -2px;
  }

  .article__footnotes {
    margin-top: 50px;
    padding-left: 25.7062146893%;
    width: 100%;
  }

  .article__footnote {
    margin-top: -1px;
  }

  .enrty__sidebar {
    margin-top: 75px;
    position: relative;
    padding: 10px;
    width: 100%;
  }

  .preview-event__columns {
    display: none;
  }

  .overview__events-month {
    margin-bottom: -3px;
    padding-bottom: 10px;
  }

  .preview-event {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preview-event__mobile {
    display: block;
  }

  .preview-event__mobile-top {
    -webkit-display: flex;
    display: flex;
  }

  .preview-event__mobile-top-left {
    width: 48.5875706215%;
  }

  .preview-event__mobile-top-right {
    margin-left: 2.8248587571%;
    width: 48.5875706215%;
  }

  .preview-event__media {
    margin-top: -3px;
    padding-top: 10px;
  }

  .exhibition__media:not(.exhibition__media--hero) + * {
    padding-top: 75px;
  }

  * + .related-articles {
    padding-top: 75px;
  }

  .related__article {
    margin-right: 0;
    width: 100%;
  }
  .related__article + .related__article {
    padding-top: 50px;
  }

  .related__articles--large-space {
    padding-top: 75px;
  }

  .related__article-content {
    margin-bottom: -3px;
  }

  .page__events-event-date {
    grid-column: span 5;
  }

  .page__events-event-title {
    grid-column: span 7;
  }

  .overview__products {
    display: grid;
    grid-template-columns: repeat(4, 22.8813559322%);
    grid-column-gap: 2.8248587571%;
  }

  .preview-product {
    grid-column: span 2;
    padding-top: 25px;
  }
  .preview-product:nth-child(-n+3) {
    padding-top: 25px;
  }
  .preview-product:nth-child(-n+2) {
    padding-top: 0;
  }

  .product {
    padding-top: 10px;
  }

  .product__header {
    width: 100%;
  }

  .product__header-heroimage:after {
    padding-bottom: 100%;
  }

  .overview__results {
    padding-top: 75px;
    margin-bottom: 0;
  }

  .search-result {
    padding-top: 25px;
    padding-bottom: 0;
    width: 48.5875706215%;
  }
  .search-result:nth-child(-n+2) {
    padding-top: 0;
  }

  .search-result__content {
    margin-top: -2px;
    margin-bottom: -3px;
  }

  .search-isotope-width {
    width: 48.5875706215%;
  }

  .search-isotope-gutter {
    width: 2.8248587571%;
  }

  .article__contents {
    display: block;
  }

  .related__articles-article {
    width: 100%;
  }

  .cb-lightbox-arrow {
    display: none;
  }

  .exhibition__media-areas {
    display: none;
  }
}
/*
////Grid
#grid {
    &.grid--hidden {
        display: none;
    }

    @include grid(12);
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0.2;
    pointer-events: none;
    z-index: 10000;

    div {
        background: lime;
    }
}

@media only screen and ($bpMobile){
	#grid {
		@include gridM(4);

		div{
			&:nth-child(n+5){
				display: none;
			}
		}
	}
}
*/
