@charset "UTF-8";
/*
  de Appel Amsterdam
  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: "true-Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../webfonts/True-SansAppel-BookWeb.woff2") format("woff2");
}
@font-face {
  font-family: "true-Sans";
  font-weight: normal;
  font-style: italic;
  src: url("../webfonts/True-SansAppel-BookItalicWeb.woff2") format("woff2");
}
@font-face {
  font-family: "true-Sans";
  font-weight: bold;
  font-style: normal;
  src: url("../webfonts/True-SansAppel-MediumWeb.woff2") format("woff2");
}
@font-face {
  font-family: "true-Sans";
  font-weight: bold;
  font-style: italic;
  src: url("../webfonts/True-SansAppel-MediumItalicWeb.woff2") format("woff2");
}
/* Styles */
body,
input {
  font: normal 12px/10px "true-Sans", Helvetica, Arial, sans-serif;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
.no-touch a:hover {
  color: #656565;
}

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;
  background: var(--bgcolor);
}

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

body {
  position: relative;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.lazyimage-container {
  position: relative;
}

.lazyimage {
  transition: opacity 250ms;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
.istotope-work .lazyimage {
  transition: opacity 4s ease-in, filter 4s ease-in;
  filter: brightness(8);
}

.lazyloaded {
  opacity: 1;
}
.istotope-work .lazyloaded {
  filter: brightness(1);
}

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

.no-touch .logo:hover {
  color: #A87F61 !important;
}

.page-barbizon.no-touch a:hover {
  color: #08A648;
}
.page-barbizon.no-touch .icon--close:hover:after {
  color: #08A648;
}

.pinheader {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 7px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .pinheader {
    font-size: 18px;
    line-height: 20px;
  }
}

.pinheader--with-submenu {
  transition: height 250ms;
  height: 70px;
}

.header__right {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  float: right;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__right {
    font-size: 18px;
    line-height: 20px;
  }
}

.header__right-item {
  position: relative;
}
.header__right-item + .header__right-item {
  margin-left: 15px;
}
.no-touch .header__right-item:hover .header__right-item-show {
  opacity: 0;
}
.no-touch .header__right-item:hover .header__right-item-hover {
  opacity: 1;
  color: #656565;
}
.header__right-item .mobile-menu-button {
  display: block;
  position: absolute;
}
.header__right-item .header__right-item-show {
  position: absolute;
  right: -10px;
  top: -6px;
  opacity: 1;
}
.header__right-item .header__right-item-hover {
  opacity: 0;
}

.header__right-item--last {
  margin-right: 30px;
}

.pinheader__inner {
  position: relative;
}

.pinheader__title {
  transform: translateX(-50%);
  position: absolute;
  top: 10px;
  left: 50%;
}

.pinheader__menu {
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 57.8264395783%;
}

.pinheader__menu-left {
  width: 41.6549789621%;
  float: left;
}

.pinheader__menu-left--narrow {
  width: 27.0687237027%;
}

.pinheader__menu-center {
  width: 12.4824684432%;
  margin-left: 2.1037868163%;
  float: left;
  min-height: 1px;
}

.pinheader__menu-right {
  width: 56.2412342216%;
  margin-left: 2.1037868163%;
  float: left;
  text-transform: none;
}

.pinheader__menu--upper {
  text-transform: uppercase;
}

.pinheader__menu-serach {
  text-transform: uppercase;
}

.pinheader__menu-row {
  padding-left: 25px;
}

.pinheader__menu-row--1 {
  background-color: inherit;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.pinheader__menu-row--2 {
  transition: top 250ms;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
}

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

@media screen and (min-width: 769px) {
  .submenu-hide .pinheader__menu-row--1 .pinheader__menu-row-indent {
    color: transparent;
  }
  .submenu-hide .pinheader__menu-row--1 .pinheader__menu-row-indent:before {
    content: "▷";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
  }
  .submenu-hide.page-text-color-white .pinheader__menu-row--1 .pinheader__menu-row-indent:before {
    color: #fff;
  }
  .submenu-hide .pinheader--with-submenu {
    height: 41px;
  }
  .submenu-hide .pinheader__menu-row--2 {
    top: -3px;
  }
}
.pinheader__menu-row-indent {
  font-size: 25px;
  margin-left: -25px;
  width: 25px;
}

.pinheader__menu-row-item {
  display: inline-block;
}
.pinheader__menu-row-item + .pinheader__menu-row-item {
  margin-left: 25px;
}

.pinheader__menu-row-item--active {
  color: #A87F61;
}

.pinheader__item--active a {
  color: #656565;
}

.icon {
  cursor: pointer;
  user-select: none;
  font: normal 22px/1 "true-Sans", Helvetica, Arial, sans-serif;
}
.no-touch .icon:hover {
  color: #656565;
}

.icon--close {
  width: 17px;
  height: 17px;
}
.icon--close:after {
  font-feature-settings: "ss09";
  content: "×";
  display: block;
  position: relative;
  top: 0;
}

.icon--up {
  width: 13px;
  height: 23px;
  font-size: 20px;
}
.icon--up:after {
  content: "↑";
  display: block;
  position: relative;
  top: 0;
}

.icon--back {
  height: 23px;
  font-size: 20px;
}
.icon--back:after {
  content: "←";
  display: block;
  position: relative;
  top: 0;
}

.pinheader__item-close {
  display: block;
  box-sizing: content-box;
  padding-top: 2px;
}

.overlayer-artists__close {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: content-box;
  padding-top: 13px;
  padding-right: 18px;
}

.menu-button {
  cursor: pointer;
  user-select: none;
}
.no-touch .menu-button:hover {
  color: #656565;
}

.search-button {
  cursor: pointer;
  user-select: none;
  font-size: 2rem;
  line-height: 0.8;
  position: relative;
  top: 0;
}
.no-touch .search-button:hover {
  color: #656565;
}

.pinheader--search {
  padding-bottom: 0;
}

.pinheader__bottom {
  border-bottom: 1px solid #000;
  padding-top: 28px;
  padding-bottom: 8px;
}

.pinheader__bottom-inner {
  align-items: baseline;
  -webkit-display: flex;
  display: flex;
}

.pinheader__bottom-filter {
  width: 24.0875912409%;
}

.pinheader__bottom-filter-button {
  cursor: pointer;
  user-select: none;
  padding-left: 18px;
  position: relative;
}
.pinheader__bottom-filter-button:before {
  transition: transform 250ms;
  transform: rotate(0deg);
  content: "▷";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.pinheader__bottom-filter-button--active:before {
  transform: rotate(90deg);
}

.pinheader__form {
  -webkit-display: flex;
  display: flex;
  width: 53.6090835361%;
}

.pinheader__form-input {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pinheader__form-input {
    font-size: 18px;
    line-height: 18px;
  }
}
.pinheader__form-input:focus {
  outline: none;
}

.pinheader__form-button {
  cursor: pointer;
  user-select: none;
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pinheader__form-button {
    font-size: 18px;
    line-height: 18px;
  }
}
.pinheader__form-button:focus {
  outline: none;
}

.pinheader__bottom-right {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  align-items: baseline;
  display: flex;
  text-transform: uppercase;
  text-align: right;
  width: 24.0875912409%;
}
@media screen and (max-width: 768px) {
  .pinheader__bottom-right {
    font-size: 13px;
    line-height: 16px;
  }
}

.pinheader__bottom-reset {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pinheader__bottom-reset {
    font-size: 18px;
    line-height: 20px;
  }
}

.pinheader__bottom-reset-button {
  cursor: pointer;
  user-select: none;
  display: none;
  text-transform: none;
}

.pinheader__bottom-results {
  flex: 0 0 auto;
  cursor: pointer;
}

.pinheader__bottom-reset--mobile {
  display: none;
}

.page-search--is-filtered .pinheader__bottom-reset-button {
  display: inline-block;
}

.grid {
  padding-left: 15px;
  padding-right: 15px;
}

.grid-cell {
  display: inline-block;
  width: 3.00081103%;
  margin-right: 1.2165450122%;
}

.filterlayer {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: #D3D3D3;
  display: none;
  margin-top: 97px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .filterlayer {
    font-size: 18px;
    line-height: 20px;
  }
}
.filterlayer:after {
  content: "";
  border-bottom: 1px solid #000;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}

.filterlayer__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  position: relative;
  max-height: calc(100vh - 97px);
  overflow-y: auto;
}

.filterlayer__content {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  padding-top: 20px;
}

.filterlayer__column {
  margin-right: 5.4339010543%;
  width: 28.304947283%;
}
.filterlayer__column:nth-child(3n) {
  margin-right: 4.2173560422%;
}

.filterlayer__column--flex {
  flex-direction: column;
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
}

.filterlayer__date-title {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .filterlayer__date-title {
    font-size: 13px;
    line-height: 16px;
  }
}

.filterlayer-date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 20px;
}

.filterlayer-date__wrap {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.filterlayer-date-wrap {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.filterlayer-date-wrap__button {
  border: 1px solid #000;
  background-color: #D3D3D3;
  border-radius: 24px;
  padding: 7px 10px 6px;
  position: relative;
  pointer-events: none;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.filterlayer-date-wrap__select {
  cursor: pointer;
  user-select: none;
  border-radius: 24px;
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}

.filterlayer__slider-reset {
  cursor: pointer;
  user-select: none;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}
* + .filterlayer__slider-reset {
  margin-left: 15px;
}

.filterlayer__slider-reset--hide {
  display: none;
}

@media screen and (max-width: 1475px) and (min-width: 768px) {
  .filterlayer-date__wrap {
    width: 100%;
  }

  .filterlayer-date__label {
    width: 60px;
  }

  .filterlayer__column-bottom .filterlayer__content {
    flex-direction: column;
  }
  .filterlayer__column-bottom .filter-item + .filter-item {
    margin-left: 0;
    margin-top: 2px;
  }
}
.filterlayer__column-bottom {
  margin-top: 10px;
}

.filterlayer__submit {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  bottom: 40px;
  background-color: var(--bgcolor);
  border: 1px solid;
  border-radius: 21px;
  display: none;
  position: fixed;
  padding: 7px 21px 6px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  white-space: nowrap;
}
.no-touch .filterlayer__submit:hover {
  background-color: #000;
  border-color: #000;
  color: var(--bgcolor);
}
.no-touch.page-text-color-white .filterlayer__submit:hover {
  background-color: #fff;
  border-color: #fff;
}

.filter-item--title {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.filter-items {
  margin-top: 10px;
}
.filter-items li + li {
  margin-top: 2px;
}

.filter-item {
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
  padding-left: 30px;
  position: relative;
}
.filter-item:not(.filter-item--disabled) label {
  cursor: pointer;
  user-select: none;
}
.filter-item + .filter-item {
  margin-left: 3ch;
}

.filter-item--disabled {
  opacity: 0.3;
}

.filter-item__checkbox {
  display: none;
}

.filter-arrow {
  display: none;
}

.filter-item__label:before {
  content: "";
  display: block;
  border-radius: 50px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 5px;
  height: 15px;
  width: 15px;
}
.no-touch .filter-item:not(.filter-item--disabled) .filter-item__label:hover:before, .filter-item--selected .filter-item__label:before {
  background-color: #000;
}

.filter-item__size {
  font-feature-settings: "tnum";
}

.pinheader__filter-content-title {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pinheader__filter-content-title {
    font-size: 13px;
    line-height: 16px;
  }
}
.pinheader__filter-content-title + .filterlayer__content {
  padding-top: 12px;
}

.filter-subitems {
  padding-left: 30px;
  margin-top: 2px;
}

.main--notes {
  overflow: hidden;
}

.main__inner {
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  margin-left: 15px;
  margin-right: 15px;
}

.isotops-works {
  grid-column: span 24;
  position: relative;
  margin-bottom: -21px;
  padding-top: 42px;
}

.istotope-work {
  cursor: pointer;
  user-select: none;
  margin-bottom: 21px;
}

.istotope-work--size-1 {
  width: 11.4355231144%;
}

.istotope-work--size-2 {
  width: 24.0875912409%;
}

.istotope-work--size-3 {
  width: 36.7396593674%;
}

.istotope-work--size-4 {
  width: 49.3917274939%;
}

.istotope-work--size-5 {
  width: 62.0437956204%;
}

.istotope-work--size-6 {
  width: 74.695863747%;
}

.istotope-work__placeholder:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.isotops-works__width {
  width: 3.00081103%;
  height: 20px;
}

.isotops-works__gutter {
  width: 1.2165450122%;
  height: 20px;
}

.work-infos {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.work-info {
  transition: transform 250ms;
  transform: translateY(100%);
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: #F0F0F0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .work-info {
    font-size: 18px;
    line-height: 20px;
  }
}

.work-info--show {
  transform: translateY(0);
}

.work-info__artists {
  grid-column: span 6;
}

.work-info__date {
  grid-column: span 6;
}

.work-info--with-image .work-info__text {
  grid-column: span 6;
}

.work-info__image {
  grid-column: 19/span 6;
}

.work-info__image--portrait {
  justify-content: flex-end;
  display: flex;
}
.work-info__image--portrait .work-info__image-wrap {
  width: 66.666%;
}
.work-info__image--portrait img {
  height: 100%;
  width: auto;
}

.overlayer-artists {
  transition: transform 250ms;
  transform: translateY(-100%);
  background-color: #000;
  color: #F0F0F0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
  z-index: 200;
}
.overlayer-artists a {
  color: #F0F0F0;
}

.overlayer-artists-is-active .overlayer-artists {
  transform: translateY(0);
}

.overlayer-artists__title {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .overlayer-artists__title {
    font-size: 18px;
    line-height: 20px;
  }
}

.overlayer-artists_container {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  height: calc(100% - 90px);
  top: 90px;
  bottom: 10px;
  left: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .overlayer-artists_container {
    font-size: 18px;
    line-height: 20px;
  }
}

.overlayer-artists_artist {
  white-space: nowrap;
}

.overlayer-artists__name {
  display: inline-block;
  position: relative;
}

.overlayer-is-active {
  overflow: hidden;
}

.overlayer {
  background-color: #F0F0F0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 200;
}

.overlayer--work .block--carousel {
  margin-top: 50px;
}

.overlayer__inner {
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.overlayer__header {
  zoom: 1;
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: #F0F0F0;
  position: sticky;
  top: 0;
  left: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 6px;
  width: 100%;
  z-index: 100;
}
.overlayer__header:before, .overlayer__header:after {
  content: "";
  display: table;
}
.overlayer__header:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .overlayer__header {
    font-size: 18px;
    line-height: 20px;
  }
}

.overlayer__right {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  -webkit-display: flex;
  display: flex;
  float: right;
}
@media screen and (max-width: 768px) {
  .overlayer__right {
    font-size: 18px;
    line-height: 20px;
  }
}

.overlayer__right-item + .overlayer__right-item {
  margin-left: 15px;
}

.overlayer__header-title {
  transform: translateX(-50%);
  position: absolute;
  top: 10px;
  left: 50%;
}

.overlayer__content {
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  padding-top: 18px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .overlayer__content {
    font-size: 18px;
    line-height: 20px;
  }
}

.overlayer__content-text {
  grid-column: 6/span 14;
}

.main__inner--blocks {
  position: relative;
  margin-bottom: 40px;
  margin-top: 62px;
}
.main--space .main__inner--blocks {
  margin-top: 93px;
}
.main__inner--blocks .block:first-child {
  margin-top: 0;
}

.block--carousel {
  grid-column: span 24;
}
* + .block--carousel {
  margin-top: 70px;
}

.carousel {
  margin-left: -15px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100% + 30px);
}

.carousel__cell {
  margin-left: 100px;
  max-width: calc(100vw - 400px);
  transition: opacity 200ms;
}
.block--carousel:not(.single-slide) .carousel__cell {
  cursor: none;
}
.carousel__cell .lazyimage-container {
  width: 100%;
  height: 100%;
  position: absolute;
}
.carousel__cell .lazyimage {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.carousel__cell-image {
  height: calc(100vh - 150px);
  position: relative;
  overflow: hidden;
}

.carousel__bottom {
  margin-top: 14px;
}

.carousel__cell-caption {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carousel__cell-caption {
    font-size: 13px;
    line-height: 16px;
  }
}

.flickity-viewport {
  position: relative;
  width: 100%;
  transition: height 0.2s;
}

.overlayer--menu {
  transition: transform 250ms;
  transform: translateY(-100%);
  background-color: #fff;
  opacity: 0;
}
.overlayer--menu .overlayer__inner {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.overlayer--menu .charslayer__item--menu {
  opacity: 1;
  visibility: visible;
}

.overlayer-menu-is-active .overlayer--menu {
  transform: translateY(0);
}

.overlayer-menu-is-visible .overlayer--menu {
  opacity: 1;
}

.overlayer__top-right {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 10px;
  padding-right: 15px;
}

.overlayer__center-menu {
  transform: translateY(-50%);
  font: normal 50px/50px "true-Sans", Helvetica, Arial, sans-serif;
  justify-content: space-around;
  -webkit-display: flex;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.page-with-notes body {
  overflow-x: hidden;
}

.main__inner--words {
  margin-bottom: 50px;
}

.words__image {
  grid-column: span 8;
  margin-top: 61px;
}
.words__image .lazyimage-container {
  height: calc(100vh - 150px);
}
.words__image .lazyimage-container img {
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
}

.block__title {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 25.304136253%;
  width: 49.3917274939%;
}
@media screen and (max-width: 768px) {
  .block__title {
    font-size: 18px;
    line-height: 20px;
  }
}
.block__title + .carousel {
  margin-top: 35px;
}
.block__title + .biography__columns {
  margin-top: 32px;
}

.block--title {
  grid-column: 7/span 11;
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 71px;
}
.block--title h1 + h2 {
  margin-top: 21px;
  font-style: italic;
}
.block--title + .block {
  margin-top: 32px;
}

.block--large-title {
  width: 100%;
  grid-column: 6/span 14;
  position: relative;
  margin-top: 62px;
}
.block--large-title:after {
  content: "";
  padding-bottom: 57.14%;
  display: block;
}

.title-carousel-holding {
  -webkit-display: flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.title-carousel-holding__area {
  width: 100%;
}

.title-carousel-slides {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: opacity 250ms;
  touch-action: pan-y;
}
.title-carousel-slides div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.title-carousel-slides > .title-carousel-slides {
  background-color: #fff;
}
.title-carousel-slides + .title-carousel-slides {
  opacity: 0;
}
.title-carousel-slides p {
  white-space: nowrap;
}

.title-carousel-slides--selected {
  opacity: 1 !important;
}

.block__large-title-content--hover {
  opacity: 0;
}

.block--factslist,
.block--text,
.block--twotextcols {
  grid-column: 6/span 14;
}
.block--factslist a,
.block--text a,
.block--twotextcols a {
  background-image: -moz-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -o-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -ms-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to bottom, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0 90%;
}
.no-touch .block--factslist a:hover,
.no-touch .block--text a:hover,
.no-touch .block--twotextcols a:hover {
  color: inherit;
}
.page-text-color-white .block--factslist a,
.page-text-color-white .block--text a,
.page-text-color-white .block--twotextcols a {
  background-image: -moz-linear-gradient(top, #fff 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(top, #fff 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -o-linear-gradient(top, #fff 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -ms-linear-gradient(top, #fff 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to bottom, #fff 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0 90%;
}

.block--text,
.block--twotextcols {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .block--text,
.block--twotextcols {
    font-size: 18px;
    line-height: 20px;
  }
}
.block--text p + p,
.block--twotextcols p + p {
  margin-top: 24px;
}
.block--text h2,
.block--twotextcols h2 {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .block--text h2,
.block--twotextcols h2 {
    font-size: 13px;
    line-height: 16px;
  }
}
.words__image + .block--text,
.words__image + .block--twotextcols {
  margin-top: 38px;
}
.block--text blockquote,
.block--text .paragraph--indent,
.block--twotextcols blockquote,
.block--twotextcols .paragraph--indent {
  margin-left: 7.2931276297%;
  width: 78.1206171108%;
}
.block--text .paragraph--small,
.block--twotextcols .paragraph--small {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .block--text .paragraph--small,
.block--twotextcols .paragraph--small {
    font-size: 13px;
    line-height: 16px;
  }
}
.block--text .paragraph--small + .paragraph--small,
.block--twotextcols .paragraph--small + .paragraph--small {
  margin-top: 18px;
}

.block--factslist {
  grid-column: 6/span 14;
}
* + .block--factslist {
  margin-top: 30px;
}
.block--factslist dt {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .block--factslist dt {
    font-size: 13px;
    line-height: 16px;
  }
}
.block--factslist dd {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
}
.block--factslist dd + dt {
  margin-top: 14px;
}

.block--twocols {
  column-count: 2;
  column-gap: 1.21655%;
}

.block--twotextcols {
  display: grid;
  grid-template-columns: repeat(14, 5.1893408135%);
  grid-column-gap: 2.1037868163%;
}

.block__col {
  grid-column: span 7;
}

.block--biographies {
  margin-top: 62px;
}

.block--video {
  grid-column: 5/span 16;
  margin-top: 61px;
}

.block--image {
  margin-top: 61px;
}

.block--image-l {
  grid-column: 5/span 16;
}

.block--image-m {
  grid-column: 7/span 12;
}

.block--image-s {
  grid-column: 9/span 8;
}

.block__video-container {
  position: relative;
}
.block__video-container:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}

.block__video-item {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  height: auto;
  width: 100%;
  height: 100%;
}

.block__image-caption,
.block__video-caption {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block__image-caption,
.block__video-caption {
    font-size: 13px;
    line-height: 16px;
  }
}

.block__iframe-container {
  position: relative;
}
.block__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block--searchresults {
  grid-column: 1/span 24;
}

.block--footnotes {
  grid-column: 6/span 14;
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .block--footnotes {
    font-size: 18px;
    line-height: 20px;
  }
}

.footnotes {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  column-count: 3;
  column-gap: 2.1037868163%;
  width: 100%;
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .footnotes {
    font-size: 13px;
    line-height: 16px;
  }
}
* + .footnotes {
  margin-top: 103px;
}

.footnotes__item {
  break-inside: avoid;
  margin-bottom: 30px;
}

.words__note {
  margin-bottom: 30px;
}

.text-note {
  cursor: pointer;
  user-select: none;
  font-size: 55%;
  position: relative;
  top: -0.6em;
  line-height: 1;
}

.sidebar-note {
  transform: translateX(100%);
  transition: transform 250ms;
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 19.8702351987%;
}
@media screen and (max-width: 768px) {
  .sidebar-note {
    font-size: 13px;
    line-height: 16px;
  }
}

.sidebar-note--active,
.sidebar-note--active-force {
  transform: translateX(0);
}

.zoom-container {
  overflow: hidden;
}

.zoom-container__image {
  width: 100%;
  height: 100%;
}
.zoom-container--zoomed .zoom-container__image {
  transform: scale(2);
}

.carousel__tracker {
  transform: translate(-50%, -50%);
  font: normal 40px/1 "true-Sans", Helvetica, Arial, sans-serif;
  position: fixed;
  pointer-events: none;
  width: 35px;
  height: 40px;
}

.carousel__tracker--zoomin:before {
  content: "⊕";
  display: block;
}

.carousel__tracker--zoomout:before {
  content: "⊖";
  display: block;
}

.carousel__tracker--next:before {
  content: "→";
  display: block;
}

.carousel__tracker--prev:before {
  content: "←";
  display: block;
}

.block--biographies {
  grid-column: span 24;
}
* + .block--biographies {
  margin-top: 41px;
}

.biography__columns {
  display: grid;
  grid-template-columns: repeat(15, 4.8366013072%);
  grid-column-gap: 1.9607843137%;
  margin-left: 21.0867802109%;
  width: 62.0437956204%;
}

.biography__column {
  grid-column: span 7;
  margin-left: 14.899713467%;
}

.biography__item + .biography__item {
  margin-top: 6px;
}

.biography__item-name {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .biography__item-name {
    font-size: 18px;
    line-height: 20px;
  }
}
.biography__item-name:before {
  transition: transform 250ms;
  transform: translateX(-100%) rotate(0);
  content: "▷";
  position: absolute;
  left: -5.0505050505%;
  top: -1px;
}

.biography__item-name-clickable {
  cursor: pointer;
  user-select: none;
  padding-left: 40px;
  position: relative;
  left: -40px;
}

.biography__item-text {
  font: normal 16px/18px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 6px;
  margin-bottom: 36px;
  display: none;
}
.biography__item-text p + p {
  margin-top: 18px;
}

.biography__item--open .biography__item-name:before {
  transform: translateX(-100%) rotate(90deg);
}

.block--accordion {
  grid-column: span 24;
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
}
.block:not(.block--accordion) + .block--accordion {
  margin-top: 33px;
}
.block--accordion + .block--accordion {
  margin-top: 8px;
}
.block--accordion + .block:not(.block--accordion) {
  margin-top: 28px;
}

.block__accordion-title {
  grid-column: 6/span 14;
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
}

.block__accordion-toggle {
  cursor: pointer;
  user-select: none;
  padding-left: 30px;
  position: relative;
}
.block__accordion-toggle:before {
  transition: transform 250ms;
  transform: rotate(0deg);
  content: "▷";
  border: none;
  font-size: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.block__accordion-content {
  grid-column: span 24;
  display: none;
}

.block__accordion-main {
  grid-column: span 24;
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  margin-top: 30px;
  margin-bottom: 25px;
}
.block__accordion-main .block:first-child {
  margin-top: 0;
}

.block--accordion-open .block__accordion-toggle:before {
  transform: rotate(90deg);
}

.block--logo {
  grid-column: 6/span 14;
  margin-top: 33px;
}

.block__logo {
  position: relative;
  height: 30px;
}
.block__logo img {
  height: 100%;
  width: auto;
}

.block--audio {
  grid-column: 7/span 12;
  margin-top: 61px;
}
.block--audio .block__title {
  width: 100%;
  margin-left: 0;
  margin-bottom: 31px;
}
.block__col .block--audio {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block__audio-image {
  width: 82.9228243021%;
  margin-left: 8.5385878489%;
  margin-bottom: 20px;
}

.block__audio-image--placeholder {
  width: 48.7684729064%;
  margin-left: 25.6157635468%;
  margin-bottom: 20px;
}

.block__audio-caption {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  margin-left: 8.5385878489%;
  width: 82.9228243021%;
  margin-top: 11px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block__audio-caption {
    font-size: 13px;
    line-height: 16px;
  }
}

.cb-player--audio {
  border: 1px solid #000;
}
.cb-player--audio .cb-player-controls {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  opacity: 1;
  visibility: visible;
  position: relative;
  background-color: transparent;
  padding: 15px 6px;
  box-sizing: content-box;
  width: auto;
}
@media screen and (max-width: 768px) {
  .cb-player--audio .cb-player-controls {
    font-size: 18px;
    line-height: 18px;
  }
}
.cb-player--audio .cb-player-play {
  cursor: pointer;
  user-select: none;
}
.cb-player--audio .cb-player-button-play {
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #000;
}
.cb-player--audio .cb-player-button-pause {
  border-left: 6px solid #000;
  border-right: 6px solid #000;
  width: 6px;
  height: 20px;
}
.cb-player--audio .cb-player-progress-hide {
  top: -8px;
  height: calc(100% + 16px);
}
.cb-player--audio .cb-player-progress {
  background-color: #000;
  margin-left: 10px;
  margin-right: 15px;
}
.cb-player--audio .cb-player-progress-play:after {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
}
.cb-player--audio .cb-player-time {
  color: #000;
  font-feature-settings: "tnum";
}
.cb-player--audio .cb-player-progress-load,
.cb-player--audio .cb-player-progress-play {
  background-color: transparent;
}
.cb-player--audio .cb-player-progress-tooltip {
  display: none;
}
.page-text-color-white .cb-player--audio {
  border-color: #fff;
}
.page-text-color-white .cb-player--audio .cb-player-button-play {
  border-color: transparent transparent transparent #fff;
}
.page-text-color-white .cb-player--audio .cb-player-button-pause {
  border-left-color: #fff;
  border-right-color: #fff;
}
.page-text-color-white .cb-player--audio .cb-player-progress {
  background-color: #fff;
}
.page-text-color-white .cb-player--audio .cb-player-progress-play:after {
  background-color: #fff;
}
.page-text-color-white .cb-player--audio .cb-player-time {
  color: #fff;
}
.cb-player--audio .cb-player-spinner-wrap {
  display: none !important;
}
.cb-player--audio .cb-player-error {
  z-index: 10;
}

.landing {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: #F0F0F0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.landing--active {
  position: relative;
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}

.landing-header {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .landing-header {
    font-size: 18px;
    line-height: 18px;
  }
}

.landing-header__logo {
  font: normal 25px/25px "true-Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  margin-top: -3px;
}

.landing__names {
  flex-direction: column;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing__name {
  transition: opacity 500ms, visibility 500ms;
  opacity: 0;
  visibility: hidden;
}
.landing__name--animate-show .landing__name:nth-child(1) {
  transition-delay: 1000ms;
  opacity: 1;
  visibility: visible;
}
.landing__name--animate-show .landing__name:nth-child(2) {
  transition-delay: 500ms;
  opacity: 1;
  visibility: visible;
}
.landing__name--animate-show .landing__name:nth-child(3) {
  transition-delay: 2000ms;
  opacity: 1;
  visibility: visible;
}
.landing__name--animate-show .landing__name:nth-child(4) {
  transition-delay: 2500ms;
  opacity: 1;
  visibility: visible;
}
.landing__name--animate-show .landing__name:nth-child(5) {
  transition-delay: 1500ms;
  opacity: 1;
  visibility: visible;
}

.landing__name--animate-hide .landing__name:nth-child(1) {
  transition-delay: 1000ms;
  opacity: 0;
  visibility: hide;
}
.landing__name--animate-hide .landing__name:nth-child(2) {
  transition-delay: 500ms;
  opacity: 0;
  visibility: hide;
}
.landing__name--animate-hide .landing__name:nth-child(3) {
  transition-delay: 2000ms;
  opacity: 0;
  visibility: hide;
}
.landing__name--animate-hide .landing__name:nth-child(4) {
  transition-delay: 2500ms;
  opacity: 0;
  visibility: hide;
}
.landing__name--animate-hide .landing__name:nth-child(5) {
  transition-delay: 1500ms;
  opacity: 0;
  visibility: hide;
}

.landing__name-item {
  display: inline-block;
  position: relative;
}

.landing_barbizon {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.landing_barbizon__toptext,
.landing_barbizon__bottomtext {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 22.89vw;
  line-height: 0.9;
}

.landing_barbizon__toptext {
  top: 0;
}
.landing_barbizon__toptext .fit-barbizone {
  padding-top: 30px;
}

.landing_barbizon__bottomtext {
  padding-top: 16px;
  padding-bottom: 14px;
  bottom: 0;
}

.fit-barbizone {
  transform: translateY(-50%);
  justify-content: center;
  -webkit-display: flex;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.landing_barbizon__items {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: flex;
  left: 0;
  right: 0;
}

.landing_barbizon__item {
  position: relative;
  width: 24.0875912409%;
  overflow: hidden;
}
.landing_barbizon__item + .landing_barbizon__item {
  margin-left: 1.2165450122%;
}
.landing_barbizon__item:after {
  content: "";
  padding-bottom: 74.4186%;
  display: block;
}

.landing_barbizon__item-video {
  transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
}

.fit-barbizone-placeholder {
  position: absolute;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

.landing_barbizone__toptext-char,
.landing_barbizon__bottomtext-char {
  transition: opacity 10ms, visibility 10ms;
  opacity: 0;
  visibility: hidden;
}

.landing_barbizon__item {
  transition: opacity 1500ms, visibility 1500ms;
  opacity: 0;
  visibility: hidden;
}

.landing_barbizon--animate-show .landing_barbizon__item:nth-child(2) {
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__item:nth-child(1) {
  transition-delay: 1s;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__item:nth-child(3) {
  transition-delay: 2s;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__item:nth-child(4) {
  transition-delay: 3s;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizone__toptext-char:nth-child(2) {
  transition-delay: 2000ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizone__toptext-char:nth-child(1) {
  transition-delay: 1500ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizone__toptext-char:nth-child(3) {
  transition-delay: 2750ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(8) {
  transition-delay: 1250ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(3) {
  transition-delay: 1750ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(2) {
  transition-delay: 2250ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(4) {
  transition-delay: 2500ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(5) {
  transition-delay: 3000ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(1) {
  transition-delay: 3250ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(6) {
  transition-delay: 3500ms;
  opacity: 1;
  visibility: visible;
}
.landing_barbizon--animate-show .landing_barbizon__bottomtext-char:nth-child(7) {
  transition-delay: 3750ms;
  opacity: 1;
  visibility: visible;
}

.landing--show .landing__names {
  opacity: 0;
}
.landing--show .landing_barbizone__toptext-char,
.landing--show .landing_barbizon__bottomtext-char,
.landing--show .landing_barbizon__item {
  opacity: 1;
  visibility: visible;
}

.page-with-bgcolor {
  background-color: #F8F8F8;
}

.holding-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  z-index: 100;
}

.holding-header__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 45px;
}

.holding-header__logo {
  font: normal 25px/25px "true-Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  margin-top: -3px;
}

.holding-header__logo--small {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .holding-header__logo--small {
    font-size: 18px;
    line-height: 20px;
  }
}
.holding-header__logo--small .logo__br {
  display: none;
}

.charslayer__item {
  font: normal 50px/50px "true-Sans", Helvetica, Arial, sans-serif;
  position: fixed;
  z-index: 101;
}

.charslayer__item--top {
  transform: translateX(-50%);
  top: 8px;
  left: 50%;
  text-align: center;
  opacity: 1;
}
.charslayer__item--top .charslayer__item-hover {
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.charslayer__item--left {
  bottom: 6px;
  left: 23px;
}
.charslayer__item--left .charslayer__item-hover {
  left: 0;
}

.charslayer__item--right {
  bottom: 6px;
  right: 23px;
}
.charslayer__item--right .charslayer__item-hover {
  right: 0;
}

.charslayer__item-hover {
  white-space: nowrap;
  position: absolute;
  opacity: 0;
}

.charslayer__item-char,
.charslayer__item-hover {
  transition: opacity 250ms;
}
.no-touch .charslayer__item-char:hover,
.no-touch .charslayer__item-hover:hover {
  color: #000;
}

.no-touch .charslayer__item.charslayer__item--visible .charslayer__item-hover, .no-touch .charslayer__item:hover .charslayer__item-hover {
  opacity: 1;
}
.no-touch .charslayer__item.charslayer__item--visible .charslayer__item-char, .no-touch .charslayer__item:hover .charslayer__item-char {
  opacity: 0;
}

.holding-main__right {
  grid-column: 19/span 5;
  margin-top: 72px;
}

.holding-main__box {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .holding-main__box {
    font-size: 18px;
    line-height: 18px;
  }
}
.holding-main__box + .holding-main__box:not(.holding-main__box--events) {
  margin-top: 15px;
}
.holding-main__box + .holding-main__box--events {
  margin-top: 10px;
}
.holding-main__box + .holding-main__box.holding-main__box--link {
  margin-top: 32px;
}

.clock,
.holding-main__box--center {
  text-align: center;
  font-feature-settings: "tnum";
}

.holding-main__box--link {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 0 9px;
  display: block;
  text-align: center;
}
.no-touch .holding-main__box--link:hover {
  background-color: #000;
  color: #fff;
}

/* flickity-fade */
.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;
}

.layer-holding {
  grid-column: 3/span 15;
}

.holding-carousel {
  margin-top: 97px;
  margin-bottom: 20px;
  position: relative;
}
.holding-carousel .flickity-enabled {
  position: relative;
}
.holding-carousel .flickity-enabled:focus {
  outline: none;
}
.holding-carousel .flickity-viewport {
  overflow: hidden;
}
.holding-carousel .flickity-page-dots {
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%);
  -webkit-display: flex;
  display: flex;
  position: absolute;
  width: 4.8366013072%;
  left: -13.5947712418%;
  top: 50%;
}
.holding-carousel .dot {
  cursor: pointer;
  user-select: none;
  position: relative;
  width: 28px;
  height: 28px;
}
.holding-carousel .dot:before {
  content: "";
  border-radius: 50%;
  border: 1px solid #000;
  box-sizing: content-box;
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 28px;
  height: 28px;
  z-index: 1;
}
.holding-carousel .dot.is-selected:after, .no-touch .holding-carousel .dot:hover:after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.holding-carousel .dot + .dot {
  margin-top: 24px;
}
.holding-carousel:focus {
  outline: none;
}

.holding-carousel .holding-carousel__cell {
  opacity: 0 !important;
  transition: opacity 500ms ease !important;
}
.holding-carousel .holding-carousel__cell.is-selected {
  opacity: 1 !important;
}

.holding-carousel__areas {
  -webkit-display: flex;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.holding-carousel__area {
  width: 100%;
}

.holding-carousel__images {
  position: relative;
}

.holding-carousel__item {
  transition: opacity 350ms ease, visibility 350ms ease;
  opacity: 0;
  visibility: hidden;
}

.holding-carousel__image {
  position: relative;
}
.holding-carousel__image img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.holding-carousel__image + .holding-carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.holding-carousel__bottom {
  margin-top: 48px;
  margin-bottom: 4px;
}

.holding-carousel__title {
  font: normal 50px/50px "true-Sans", Helvetica, Arial, sans-serif;
  transform: translateY(-50%);
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  white-space: nowrap;
}

.holding-carousel__item--text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.holding-carousel__image--selected {
  opacity: 1;
  visibility: visible;
}

.holding-carousel__image--current {
  outline-width: 2px;
  outline-style: solid;
}

.holding-carousel__text {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}

.holding__box-title {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .holding__box-title {
    font-size: 18px;
    line-height: 18px;
  }
}

.holding__box-events {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 8px;
}

.holding__event {
  -webkit-display: flex;
  display: flex;
  margin-top: 19px;
}

.holding__event--hidden {
  display: none;
}

.holding__event-title {
  width: 84.8979591837%;
}

.holding__event-select {
  position: relative;
  width: 15.1020408163%;
}

.holding__event-select-button {
  cursor: pointer;
  user-select: none;
  border: 1px solid #000;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.no-touch .holding__event-select-button:hover {
  background-color: #000;
}

.holding__event-select-button--selected {
  background-color: #000;
}

.page-text-color-white {
  color: #fff;
}
.page-text-color-white a {
  color: #fff;
}
.page-text-color-white .qs-datepicker-container,
.page-text-color-white .qs-day {
  color: #fff;
}
.page-text-color-white .holding-carousel .dot:before {
  border-color: #fff;
}
.page-text-color-white .holding-carousel .dot:after {
  background-color: #fff;
}
.page-text-color-white.no-touch .holding-carousel .dot:hover:after {
  background-color: #fff;
}
.page-text-color-white.no-touch .charslayer__item-hover, .page-text-color-white.no-touch .charslayer__item-char {
  color: #fff;
}
.page-text-color-white .holding__event-select-button {
  border-color: #fff;
}
.page-text-color-white .holding__event-select-button--selected, .page-text-color-white.no-touch .holding__event-select-button:hover {
  background-color: #fff;
}
.page-text-color-white .holding-hover-invert {
  border-color: #fff;
}
.page-text-color-white .holding-hover-invert span {
  color: #fff;
}
.page-text-color-white.no-touch .holding-hover-invert:hover {
  background-color: #fff;
}
.page-text-color-white .qs-active > *:before {
  border-color: #fff;
}
.page-text-color-white .footer-subscribe__wrap {
  border-color: #fff;
}
.page-text-color-white .footer-subscribe__input {
  color: #fff;
}
.page-text-color-white .footer-subscribe__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.page-text-color-white .footer-subscribe__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.page-text-color-white .footer-subscribe__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.page-text-color-white .footer-subscribe__input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.page-text-color-white .footer-sibscribe__button {
  color: #fff;
}

.holding-carousel--hover .holding-carousel__title {
  opacity: 1;
}
.holding-carousel--hover .holding-carousel__image {
  opacity: 0;
  visibility: hidden;
}

.holding__rotatebutton {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  width: 145px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 32px auto;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .holding__rotatebutton {
    font-size: 18px;
    line-height: 18px;
  }
}
.no-touch .holding__rotatebutton:hover {
  background-color: #A87F61;
  border-color: #A87F61;
}
.holding__rotatebutton:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.holding__rotatebutton-text {
  transform: translate(-50%, -50%) rotate(0deg);
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: rotateText;
  animation-timing-function: linear;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
}

@keyframes rotateText {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.holding-hover-custom span {
  color: #000;
}
.page-text-color-white .holding-hover-custom, .text-color-white .holding-hover-custom {
  border-color: #fff;
}
.page-text-color-white .holding-hover-custom span, .text-color-white .holding-hover-custom span {
  color: #fff;
}

.holding-hover-invert span {
  color: #000;
}
.text-color-white .holding-hover-invert span {
  color: #fff;
}
.no-touch .holding-hover-invert:hover {
  background-color: #000 !important;
  border-color: #000;
}
.no-touch .holding-hover-invert:hover span {
  color: inherit;
}
.page-text-color-white.no-touch .holding-hover-invert:hover {
  background-color: #fff !important;
  border-color: #fff;
}

.qs-datepicker-container {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  box-shadow: none;
  border: none;
  left: 0 !important;
  background: transparent;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qs-datepicker-container {
    font-size: 18px;
    line-height: 18px;
  }
}

.qs-datepicker-container.is-animating .qs-num {
  transition: height 600ms ease;
}

.qs-datepicker-container.is-animating .qs-num span {
  transition: margin 600ms ease;
}

.qs-squares {
  padding: 0;
}

.qs-square {
  height: 32px;
  border-radius: 0;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: none;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: 1;
}

.qs-num.is-active {
  height: 60px;
}

.qs-current {
  font-weight: normal;
  text-decoration: none;
}

.qs-active {
  background: none;
  text-decoration: none;
  position: relative;
}

.qs-square > * {
  position: relative;
  width: 100%;
  text-align: center;
}

.qs-event span:before {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  border: #000 solid 1px;
  margin-top: -1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
}
.page-text-color-white .qs-event span:before {
  border-color: #fff;
}
.qs-event:after {
  content: none;
}

.qs-current {
  color: #A87F61;
}
.qs-current.qs-active > *:before {
  border-color: #A87F61;
}

.qs-day {
  color: #000;
  font-weight: normal;
}

.qs-year {
  display: none;
}

.qs-month {
  font-weight: normal;
  text-transform: uppercase;
  padding-right: 0;
}

.qs-month-year,
.qs-month-year:hover {
  border: none;
  cursor: default;
}

.qs-controls {
  background: none;
  margin-bottom: 12px;
}

.qs-left {
  visibility: visible;
}

.qs-left:hover,
.qs-right:hover {
  background: none;
}

.qs-left::after {
  content: "◁";
  border: none;
  font-size: 26px;
}

.qs-right::after {
  content: "▷";
  border: none;
  font-size: 26px;
}

.qs-arrow.qs-left::after {
  left: 50%;
  right: 0;
}

.qs-arrow.qs-left::after,
.qs-arrow.qs-right::after {
  transform: translate(-50%, -50%);
}

.mobile-menu-button {
  transform: rotate(0deg);
  display: block;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: rotateMenu;
  animation-timing-function: linear;
  position: fixed;
  top: 6px;
  right: 10px;
  z-index: 1000;
}

@keyframes rotateMenu {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.icon--menu:after {
  content: "△";
  font-size: 30px;
  line-height: 25px;
  display: block;
  position: relative;
  top: -3px;
}

.events-placeholder {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}
.events-placeholder a {
  background-image: -moz-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -o-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -ms-linear-gradient(top, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to bottom, #000 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0 90%;
}

.events-columns {
  grid-column: span 24;
  zoom: 1;
  position: relative;
  margin-top: 72px;
}
.events-columns:before, .events-columns:after {
  content: "";
  display: table;
}
.events-columns:after {
  clear: both;
}

.events-coumn {
  width: 62.0437956204%;
  margin-left: 8.4347120843%;
  float: left;
}

.events-group + .events-group {
  padding-top: 63px;
}

.events-group__month {
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 34px;
}

.events-group__items {
  flex-wrap: wrap;
  justify-content: center;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -60px;
}

.teaser-event {
  width: 45.6209150327%;
  margin-bottom: 60px;
}
.teaser-event:nth-child(2n) {
  margin-left: 8.7581699346%;
}

.teaser-event--no-margin {
  margin-right: 0;
}

.teaser-event__tag {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.teaser-event__tag span {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 10px 9px;
}
@media screen and (max-width: 768px) {
  .teaser-event__tag span {
    font-size: 18px;
    line-height: 18px;
  }
}
.page-text-color-white .teaser-event__tag span {
  border-color: #fff;
}

.teaser-event__top {
  position: relative;
  margin-bottom: 17px;
}
.no-touch .teaser-event__top:hover .teaser-event__top-image {
  opacity: 0;
}
.no-touch .teaser-event__top:hover .teaser-event__top-title {
  opacity: 1;
}

.teaser-event__top-image {
  transition: opacity 250ms;
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
}
.teaser-event__top-image .lazyimage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.teaser-event__top-image--text,
.teaser-event__top-title {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.teaser-event__top-image--text div,
.teaser-event__top-title div {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
}

.teaser-event__top-title {
  transition: opacity 250ms;
  opacity: 0;
}
.no-touch .teaser-event__top-title a:hover {
  color: #000;
}
.page-text-color-white.no-touch .teaser-event__top-title a:hover {
  color: #fff;
}

.teaser-event__meta {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .teaser-event__meta {
    font-size: 13px;
    line-height: 16px;
  }
}

.teaser-event__text {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
}

.teaser-event__buttons {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-top: 16px;
}

.button {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 20px;
  padding: 8px 22px 7px;
  margin-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 18px;
    line-height: 18px;
  }
}
.no-touch .button:hover {
  background-color: #000;
  color: #fff;
}

.list-side {
  width: 19.8702351987%;
  margin-right: 4.2173560422%;
  float: right;
  will-change: min-height;
}

.list-side__inner {
  margin-bottom: 20px;
}

.events-special {
  background-color: #000;
  color: #fff;
  margin-bottom: 60px;
}
* + .events-special {
  margin-top: 60px;
}

.events-special--open .events-special__title:before {
  transform: rotate(0deg);
}

.events-special__toggle {
  cursor: pointer;
  user-select: none;
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.events-special__content {
  display: none;
}

.events-special__item {
  flex-wrap: wrap;
  justify-content: center;
  -webkit-display: flex;
  display: flex;
  padding-top: 15px;
  padding-bottom: 22px;
}
.events-special__item .teaser-event {
  margin-bottom: 0;
}

.events-special__title {
  position: relative;
  padding-left: 30px;
}
.events-special__title:before {
  transition: transform 250ms;
  transform: rotate(-90deg);
  content: "▽";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.opening {
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .opening {
    font-size: 18px;
    line-height: 18px;
  }
}
.opening h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 22px;
}
.opening h3 {
  margin-top: 20px;
}
.opening p {
  margin-top: 11px;
}

.homepage {
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 76px;
}

.homepage-items {
  grid-column: 4/span 18;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -100px;
}
.homepage-items .teaser-event {
  margin-bottom: 100px;
  width: 43.539630836%;
}
.homepage-items .teaser-event:nth-child(2n) {
  margin-left: 0;
}
.homepage-items .teaser-event.teaser-event--space {
  margin-left: 12.9207383279%;
}
.homepage-items .teaser-news {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
}
.homepage-items .teaser-news.teaser-news--space {
  margin-left: 5.6460369164%;
}
.homepage-items .teaser-news + .teaser-event.teaser-event--space,
.homepage-items .teaser-event + .teaser-news.teaser-news--space {
  margin-left: 9.6634093377%;
}

.teaser-event--bg {
  text-align: center;
  padding: 14px 40px 8px;
}

.teaser-event-bg__title {
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
}

.teaser-event-bg__text {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 58px;
  margin-bottom: 55px;
}

.teaser-event-bg_tag {
  font: normal 16px/18px "true-Sans", Helvetica, Arial, sans-serif;
}

.block--related {
  grid-column: 4/span 18;
}
* + .block--related {
  margin-top: 60px;
}

.block-related-title {
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}

.block-related-items {
  flex-wrap: wrap;
  justify-content: center;
  -webkit-display: flex;
  display: flex;
  margin-top: 30px;
  margin-bottom: -60px;
  padding-bottom: 30px;
}
.block-parent-items + .block-related-items {
  margin-top: 63px;
}

.related-item {
  text-align: center;
  width: 43.539630836%;
  margin-bottom: 60px;
}
.related-item:nth-child(2n) {
  margin-left: 12.9207383279%;
}

.related-item__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.related-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.related-item__image:after {
  content: "";
  padding-bottom: 68.481%;
  display: block;
}

.related-item__title {
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
}
.related-item__image + .related-item__title {
  margin-top: 18px;
}

.related-item__date {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .related-item__date {
    font-size: 13px;
    line-height: 16px;
  }
}

.block-parent-items {
  justify-content: center;
  margin-top: 28px;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -60px;
}

.sidemenu {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.sidemenu__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.6528791565%;
}

.sidemenu__items {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
}

.sidemenu__item {
  display: block;
  text-indent: -20px;
  margin-left: 20px;
}
.sidemenu__item:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.page-text-color-white .sidemenu__item:before {
  border-color: #fff;
}
.no-touch .sidemenu__item:hover, .sidemenu__item.sidemenu__item--active {
  color: inherit;
}
.no-touch .sidemenu__item:hover:before, .sidemenu__item.sidemenu__item--active:before {
  background-color: #000;
}
.page-text-color-white.no-touch .sidemenu__item:hover:before {
  background-color: #fff;
}

.block--buttons {
  grid-column: 6/span 14;
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: -15px;
}
@media screen and (max-width: 768px) {
  .block--buttons {
    font-size: 18px;
    line-height: 20px;
  }
}
.block--buttons .button {
  color: #000;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-touch .block--buttons .button:hover {
  color: inherit;
}
.page-text-color-white .block--buttons .button {
  color: #fff;
  border-color: #fff;
}
.page-text-color-white.no-touch .block--buttons .button:hover {
  background-color: #fff;
}

.block--buttons-center {
  text-align: center;
}

.block--map {
  grid-column: 5/span 16;
  margin-top: 62px;
}

.map {
  position: relative;
}
.map:after {
  content: "";
  padding-bottom: 64.4908%;
  display: block;
}

.map-points {
  font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  margin-left: 6.364749082%;
  width: 87.270501836%;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .map-points {
    font-size: 18px;
    line-height: 20px;
  }
}

.map-point a {
  display: inline-block;
}

.map-point__number {
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.map-point__number span {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
}

.cu-marker {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: #A87F61;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .cu-marker {
    font-size: 13px;
    line-height: 16px;
  }
}
.cu-marker span {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
}
.cu-marker.marker-active, .no-touch .cu-marker:hover {
  background-color: #000;
  color: #fff;
}

.leaflet-popup-content-wrapper {
  color: #fff;
  box-shadow: 0;
  border-radius: 0;
  background-color: #000;
  width: 245px;
}

.leaflet-popup-content {
  padding: 8px 8px 6px;
}

.leaflet-container p {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .leaflet-container p {
    font-size: 13px;
    line-height: 16px;
  }
}
.leaflet-container p + p {
  margin-top: 16px;
}

.leaflet-popup-tip-container {
  display: none;
}

.leaflet-popup-close-button {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  color: #fff !important;
  font-size: 11px;
  line-height: 12px;
  font-feature-settings: "ss09";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  padding: 7px 5px;
  box-sizing: content-box;
  text-indent: 0;
  background-image: none;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .leaflet-popup-close-button {
    font-size: 13px;
    line-height: 16px;
  }
}
.leaflet-popup-close-button:hover {
  background-color: transparent !important;
}

.leaflet-bottom.leaflet-right .leaflet-control-attribution {
  display: none;
}

.cu-control-zoom {
  background-color: transparent !important;
  border: 0 !important;
}
.cu-control-zoom .cu-control-zoom-in,
.cu-control-zoom .cu-control-zoom-out {
  font: normal 30px/1 "true-Sans", Helvetica, Arial, sans-serif;
  position: relative;
  color: #fff;
  background-color: #000;
  width: 28px;
  height: 28px;
  border-radius: 50% !important;
}
.cu-control-zoom .cu-control-zoom-in.leaflet-disabled,
.cu-control-zoom .cu-control-zoom-out.leaflet-disabled {
  opacity: 1;
}
.cu-control-zoom .cu-control-zoom-in:hover,
.cu-control-zoom .cu-control-zoom-out:hover {
  color: #fff;
  background-color: #A87F61;
}
.cu-control-zoom .cu-control-zoom-in:after {
  content: "+";
}
.cu-control-zoom .cu-control-zoom-out {
  margin-top: 10px;
}
.cu-control-zoom .cu-control-zoom-out:after {
  content: "-";
}
.cu-control-zoom .cu-control-zoom-in:after,
.cu-control-zoom .cu-control-zoom-out:after {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: -1px;
}

.leaflet-bar a:active,
.leaflet-bar a:hover {
  background-color: #000;
}

.footer {
  margin-top: 100px;
  margin-bottom: 90px;
}

.footer__inner {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  margin-left: 15px;
  margin-right: 15px;
}
.footer__inner p + p {
  margin-top: 22px;
}

.footer__text {
  grid-column: span 6;
}

.footer__address {
  grid-column: span 5;
}

.footer__openigtimes {
  grid-column: span 6;
}

.footer__right {
  grid-column: 19/span 6;
}

.footer__right-wrap {
  display: grid;
  grid-template-columns: repeat(6, 12.4579124579%);
  grid-column-gap: 5.0505050505%;
}

.footer__socialmedia {
  grid-column: span 3;
}

.footer__links {
  grid-column: span 3;
}

.footer__subscribe {
  margin-top: 19px;
  margin-left: -14px;
}

.footer-subscribe__wrap {
  flex-wrap: wrap;
  border: 1px solid #000;
  border-radius: 21px;
  -webkit-display: flex;
  display: flex;
}

.footer-subscribe__input {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 9px 5px 8px 14px;
  border: 0;
  width: calc(100% - 30px);
}
.footer-subscribe__input:focus {
  outline: none;
}

.footer-subscribe__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}

.footer-subscribe__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

.footer-subscribe__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}

.footer-subscribe__input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.footer-sibscribe__button {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  width: 30px;
}
.footer-sibscribe__button:focus {
  outline: none;
}

.block--related-books {
  grid-column: span 24;
}
* + .block--related-books {
  margin-top: 60px;
}

.related-books {
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  margin-bottom: -30px;
}
.block-related-title + .related-books {
  margin-top: 30px;
}

.related-book--placeholder {
  grid-column: span 4;
}

.related-book--row-last-1 {
  grid-column: span 8;
}

.related-book {
  grid-column: span 8;
  margin-bottom: 30px;
}

.related-book__title {
  display: none;
}

.related-book__image {
  display: block;
  position: relative;
  margin-left: 25.9351620948%;
  width: 48.1296758105%;
}
.no-touch .related-book__image:hover .related-book__image-cover {
  filter: blur(10px);
  background-color: #fff !important;
}
.no-touch .related-book__image:hover .related-book__image-cover:after {
  content: "";
  background-color: #d0d0d0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.no-touch .related-book__image:hover .related-book__image-cover > * {
  opacity: 0;
}
.no-touch .related-book__image:hover .related-book__hover {
  display: block;
}

.related-book__image-cover {
  box-shadow: 5px 5px 10px #00000029;
}

.related-book__image-title {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  padding: 13px 9px;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-book__hover {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  transform: translateY(-50%);
  display: none;
  color: #000 !important;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}

.related-book__caption {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .related-book__caption {
    font-size: 13px;
    line-height: 16px;
  }
}

.block--related-entitys {
  grid-column: span 24;
}
* + .block--related-entitys {
  margin-top: 60px;
}

.related-entitys {
  flex-wrap: wrap;
  justify-content: center;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -gutter();
}

.related-entity {
  margin-right: 1.2165450122%;
  margin-bottom: 1.2165450122%;
  width: 15.6528791565%;
}

.related-entity__inner {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  border-radius: 50%;
  position: relative;
  display: block;
  background-color: #000;
  color: var(--bgcolor);
}
.page-text-color-white .related-entity__inner {
  background-color: var(--bgcolor);
  border: 1px solid #fff;
  color: #fff;
}
.related-entity__inner:nth-child(6n) {
  margin-right: 0;
}
.related-entity__inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.no-touch .related-entity__inner:hover {
  background-color: #656565;
  color: var(--bgcolor);
}
.page-text-color-white.no-touch .related-entity__inner:hover {
  background-color: #fff;
  color: var(--bgcolor);
}

.related-entity__circle {
  clip-path: circle(50% at 50% 50%);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.related-entity__content {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}

.related-entity__name {
  display: block;
}

.related-entity__role {
  display: block;
}

.main__search {
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  margin-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.main__search .related-item {
  grid-column: span 8;
  width: 100%;
}
.main__search .related-item:nth-child(2n) {
  margin-left: 0;
}
.main__search .related-book {
  grid-column: span 8;
}
.main__search .related-entity {
  grid-column: span 4;
  margin-bottom: 7.7720207254%;
  margin-right: 0;
  width: 100%;
}

.search-item {
  grid-column: span 8;
  margin-bottom: 30px;
}

.search-item--audio {
  grid-column: span 24;
}
.search-item--audio .search-item__inner {
  margin-left: 16.8694241687%;
  margin-right: 16.8694241687%;
}

.search-item--audio--placeholder {
  grid-column: span 8;
}
.search-item--audio--placeholder .search-item__inner {
  margin-left: 0;
  margin-right: 0;
}

.search-item__placeholder {
  margin-left: 12.9675810474%;
  width: 74.0648379052%;
}

.search-item--video {
  grid-column: span 12;
}

.search-item__video {
  position: relative;
  height: 0;
}
.search-item__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.search-item--video--placeholder {
  margin-left: 12.9675810474%;
  width: 74.0648379052%;
}

.search-item__audio-previewimage {
  margin-bottom: 61px;
  margin-left: 12.729498164%;
  width: 74.541003672%;
}

.search-item__image {
  display: block;
}

.search-item__image--portrait {
  margin: 0 auto;
  width: 70%;
}

.search-item__content {
  font: normal 15px/15px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 10px;
}

.play-icon {
  transform: translate(-50%, -50%);
  background-image: url("../elements/icon_overlayer_play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.4824684432%;
}
.play-icon:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.search-loadmore {
  grid-column: span 24;
  font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .search-loadmore {
    font-size: 18px;
    line-height: 18px;
  }
}

.search-loadmore__button--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.search-item__content--article {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: #fff;
  padding: 17px 15px 15px;
}

.search-item__content--white {
  color: white;
}
.search-item__content--white a {
  color: white;
}

.search-item__content--border {
  border: 1px solid;
}

.search-item__content-top {
  margin-bottom: 20px;
}

.search-item__content-text {
  text-align: left;
}

.search-item__content-date {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .search-item__content-date {
    font-size: 13px;
    line-height: 16px;
  }
}

.page-text-color-white .teaser-news__inner {
  border-color: #fff;
  color: #fff;
}
.page-text-color-white .teaser-news__image--svg .lazyimage-container svg path {
  fill: #fff;
}
.page-text-color-white.no-touch .teaser-news__inner.clickable-block:hover {
  background-color: #fff;
  color: inherit;
}

.teaser-news {
  margin-bottom: 60px;
  width: 46.7969598263%;
}

.teaser-news--featured {
  margin-left: 26.6015200869%;
  margin-right: 26.6015200869%;
  width: 46.7969598263%;
}

.teaser-news--space {
  margin-left: 9.6634093377%;
}

.teaser-news__inner {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  border: 1px solid;
  padding-top: 11px;
  padding-bottom: 14px;
  padding-left: 3.7406483791%;
  padding-right: 3.7406483791%;
  color: #000;
}
.no-touch .teaser-news__inner.clickable-block:hover {
  background-color: #000;
  color: inherit;
}

.teaser-news__title {
  text-align: center;
}

.teaser-news__image {
  position: relative;
  margin: 17px auto 0;
  width: 74.0648379052%;
}

.teaser-news__image--portrait .lazyimage-container:after {
  content: "";
  padding-bottom: 65.65%;
  display: block;
}
.teaser-news__image--portrait .lazyimage-container .lazyimage {
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.teaser-news__image--svg {
  width: 38.9027431421%;
}
.teaser-news__image--svg .lazyimage-container svg path {
  fill: #000;
}

.teaser-news__text {
  margin-top: 34px;
}
.teaser-news__image + .teaser-news__text {
  margin-top: 17px;
}

.teaser-news__meta {
  font: normal 15px/18px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .teaser-news__meta {
    font-size: 13px;
    line-height: 16px;
  }
}

.news {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 76px;
}

.news-group {
  margin-top: 34px;
}
.news-group + .news-group {
  margin-top: 47px;
}

.news-group__year {
  font: normal 30px/1 "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  padding-bottom: 60px;
}

.news-items {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 11.4355231144%;
  width: 77.1289537713%;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -60px;
}
.news-items .teaser-news {
  width: 45.1682953312%;
}
.news-items .teaser-news--featured {
  width: 45.1682953312%;
}

.teaser-news--space {
  margin-left: auto;
}

.pagination {
  font: normal 30px/1 "true-Sans", Helvetica, Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 60px;
}

.pagination__item {
  color: #B7B7B7;
}

.pagination__item--current {
  color: #000;
}

.pagination__holder {
  color: #B7B7B7;
}

.pagination__prev,
.pagination__next {
  cursor: pointer;
  user-select: none;
}

.block-search {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
}

.block-search-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.block-search--overlayer {
  transform: translateY(100%);
  transition: transform 500ms ease;
  background-color: #fff;
  margin-top: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.block-search--overlayer .block-search__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-search--overlayer-active {
  transform: translateY(0);
}
.block-search--overlayer-active + .block-search-bg {
  display: block;
}

.block-search__inner {
  margin-left: 12.6520681265%;
  width: 74.695863747%;
}

.block-search__form {
  margin-top: 120px;
}

.block-search__input-wrap {
  border-bottom: 1px solid;
  -webkit-display: flex;
  display: flex;
}

.block-search__icon {
  font-size: 2rem;
  position: relative;
  top: 0.4rem;
  margin-right: 1.6286644951%;
  width: 4.0173724213%;
}

.block-search__icon--form {
  margin-right: 0;
  top: 1px;
}

.block-search__input {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  border: 0;
  background-color: transparent;
  padding: 0;
  padding-bottom: 4px;
  margin: 0;
  width: 88.7079261672%;
}
.block-search__input:focus {
  outline: none;
}

.block-search__input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.block-search__input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.block-search__input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.block-search__input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.page-text-color-white .block-search__input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.page-text-color-white .block-search__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.page-text-color-white .block-search__input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.page-text-color-white .block-search__input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.page-text-color-white .block-search__input {
  color: #fff;
}

.block-search__button {
  cursor: pointer;
  user-select: none;
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-left: auto;
  width: 18px;
}
.block-search__button:focus {
  outline: none;
}

.block-search__bullets {
  position: relative;
  height: 100px;
}

.block-search__bullet {
  border-radius: 50%;
  background-color: #000;
  height: 37px;
  width: 37px;
  opacity: 0;
}
.page-text-color-white .block-search__bullet {
  background-color: #fff;
}
.block-search__bullet:nth-child(1) {
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -95px;
}
.block-search__bullet:nth-child(2) {
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.block-search__bullet:nth-child(3) {
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 95px;
}

.block-search__bullet--active {
  opacity: 1;
}

.block-search__bottom {
  text-align: center;
  margin-top: 40px;
}

.block-search__bottom-button {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  border: 1px solid;
  border-radius: 21px;
  display: inline-block;
  padding: 7px 22px 6px;
}

.block-blackcarousel {
  grid-column: span 24;
  background-color: #000;
  margin-left: -15px;
  margin-right: -15px;
}
* + .block-blackcarousel {
  margin-top: 60px;
}

.blackcarousel__top {
  position: relative;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 75px;
}

.blackcarousel__top-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 75px;
  cursor: pointer;
  user-select: none;
}

.blackcarousel__top-arrow {
  cursor: pointer;
  user-select: none;
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  height: 67px;
  width: 60px;
  color: var(--bgcolor);
}
.page-text-color-white .blackcarousel__top-arrow {
  color: #fff;
}
.blackcarousel__top-arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blackcarousel__top-arrow--left {
  left: 0;
}
.blackcarousel__top-arrow--left:after {
  content: "←";
}

.blackcarousel__top-arrow--right {
  right: 0;
}
.blackcarousel__top-arrow--right:after {
  content: "→";
}

.blackcarousel__top-title {
  font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: var(--bgcolor);
}
.page-text-color-white .blackcarousel__top-title {
  color: #fff;
}

.blackcarousel__top-toggle {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  position: relative;
  top: 1px;
  transition: transform 250ms;
  transform: rotate(90deg);
}
.blackcarousel__top-toggle:after {
  content: "▷";
  font-size: 35px;
  line-height: 30px;
}

.blackcarousel__slide {
  color: var(--bgcolor);
}
.page-text-color-white .blackcarousel__slide {
  color: #fff;
}

.block-blackcarousel--hidden .blackcarousel__top-toggle {
  transform: rotate(0);
}
.block-blackcarousel--hidden .blackcarousel__top-arrow {
  display: none;
}

.blackcarousel__placeholder {
  padding-left: 15px;
  padding-right: 15px;
}

.blackcarousel__placeholder-cell--medium {
  width: 33.3333333333vw;
}

.blackcarousel__placeholder-cell--small {
  width: 16.6666666667vw;
}

.blackcarousel__placeholder-cell--large {
  width: 66.2611516626%;
}

.blackcarousel__placeholder-space {
  width: 7.2181670722%;
}

.blackcarousel__slides {
  overflow: hidden;
  padding-bottom: 30px;
}

.blackcarousel__slides {
  color: #fff;
}
.blackcarousel__slides a {
  color: #fff;
}
.no-touch .blackcarousel__slides a:hover {
  color: #fff;
}
.blackcarousel__slides .teaser-event {
  margin-bottom: 0;
  width: 100%;
}

.blackcarousel__slide .related-item {
  width: 100%;
}
.blackcarousel__slide .search-item--audio .search-item__inner {
  margin-left: 0;
  margin-right: 0;
}
.blackcarousel__slide .cb-player--audio {
  border-color: #fff;
}
.blackcarousel__slide .cb-player--audio .cb-player-button-play {
  border-color: transparent transparent transparent #fff;
}
.blackcarousel__slide .cb-player--audio .cb-player-button-pause {
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
}
.blackcarousel__slide .cb-player--audio .cb-player-progress {
  background-color: #fff;
}
.blackcarousel__slide .cb-player--audio .cb-player-progress-play:after {
  background-color: #fff;
}
.blackcarousel__slide .cb-player--audio .cb-player-time {
  color: #fff;
}
.blackcarousel__slide .related-book .related-book__image {
  margin-left: 0;
  width: 100%;
}

.article-back {
  font: normal 20px/22px "true-Sans", Helvetica, Arial, sans-serif;
  bottom: 40px;
  background-color: var(--bgcolor);
  border: 1px solid;
  border-radius: 21px;
  display: block;
  position: fixed;
  padding: 7px 21px 6px;
  left: 15px;
}
.no-touch .article-back:hover {
  background-color: #000;
  border-color: #000;
  color: var(--bgcolor);
}
.no-touch.page-text-color-white .article-back:hover {
  background-color: #fff;
  border-color: #fff;
}

.header-mobile-lang,
.holding-carousel__mobile-title,
.overlayer-menu,
.mobile-menu-button,
.mobile-pinheader__title,
.mobile-pinheader__menu,
.mobile-pinheader__close,
.carousel__arrow-prev,
.carousel__arrow-next,
.header__right--overlayer-mobile,
.header-mobile-menu,
.header-mobile-right,
.overlayer--calendar,
.holding-main__box--overlay {
  display: none;
}

.show-on-mobile {
  display: none;
}

.fx--on-mobile-show {
  display: none;
}

#bp {
  width: 2px;
}

@media screen and (min-width: 1500px) {
  .holding-main__right {
    grid-column: 20/span 4;
  }

  .list-side {
    width: 15.6528791565%;
  }
}
@media screen and (min-width: 769px) {
  .carousel-cell-image,
.words__image .lazyimage-container {
    padding-bottom: 0 !important;
  }

  .holding__rotatebutton--fixed {
    position: fixed;
    right: 80px;
    bottom: 18px;
  }

  .holding__rotatebutton--scroll {
    position: absolute;
    right: 65px;
  }

  .carousel__cell-image {
    padding-bottom: 0 !important;
  }

  .teaser-event__top-image .lazyimage-container {
    padding-bottom: 0 !important;
  }

  .filter-items-wrap {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #bp {
    width: 1px;
  }

  .fx--on-mobile-hide {
    display: none;
  }

  .fx--on-mobile-show {
    display: block;
  }

  .mobile-menu-button {
    display: block;
  }

  .mobile-menu-button--barbizon {
    z-index: 100;
  }

  .show-on-mobile {
    display: block;
  }

  .landing-header__logo {
    font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .landing-header__logo {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__inner {
    zoom: 1;
    position: relative;
  }
  .pinheader__inner:before, .pinheader__inner:after {
    content: "";
    display: table;
  }
  .pinheader__inner:after {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__title--hide-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pinheader--text .pinheader__home,
.pinheader--text .pinheader__title {
    display: none;
  }
  .pinheader--text .mobile-pinheader__title {
    transform: translateY(-50%);
    position: absolute;
    left: 50%;
    display: block;
    top: 10px;
  }
  .pinheader--text .mobile-pinheader__close {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__bottom-filter-button {
    padding-left: 25px;
  }
  .pinheader__bottom-filter-button:before {
    font-size: 25px;
  }
  .pinheader__bottom-filter-button:after {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-mobile-menu {
    display: block;
    position: absolute;
    right: 14px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-mobile-lang {
    font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
    display: block;
    position: absolute;
    right: 12px;
    top: 46px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-mobile-lang {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header-mobile-right {
    -webkit-display: flex;
    display: flex;
    position: absolute;
    top: 10px;
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-mobile-right__search {
    margin-right: 9px;
  }
  .header-mobile-right__search .search-button {
    top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .header-mobile-right__lang {
    font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-mobile-right__lang {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header-mobile-right__menu {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-mobile-menu--button {
    position: relative;
    right: 0;
    top: 0;
    width: 22px;
  }
  .header-mobile-menu--button div {
    border-top: 1px solid;
  }
  .header-mobile-menu--button div + div {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .header__left {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-menu {
    transition: transform 250ms;
    transform: translateY(-100%);
    font: normal 29px/29px "true-Sans", Helvetica, Arial, sans-serif;
    display: block;
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 199;
  }
  .overlayer-menu a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu-is-active .overlayer-menu {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .overlayer-menu__inner {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-menu__items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    display: flex;
    height: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-menu__item + .overlayer-menu__item {
    margin-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-menu__item-title {
    cursor: pointer;
    user-select: none;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-menu__item--open .overlayer-submenu__item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-submenu__item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-submenu__item--artist a {
    color: #08A648;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-submenu__item {
    margin-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-artists {
    background-color: transparent;
  }
  .overlayer-artists a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-artists__title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-artists_container {
    top: 56px;
    height: calc(100% - 137px);
  }
}
@media screen and (max-width: 768px) {
  .overlayer-artists__close,
.overlayer-menu__close,
.mobile-pinheader__close {
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 18px;
    box-sizing: content-box;
    padding-top: 12px;
    padding-right: 17px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-artists__close {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .overlayer-artists_artist:nth-child(odd) {
    text-align: left;
  }
  .overlayer-artists_artist:nth-child(even) {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .header__right:not(.header__right--overlayer-mobile) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__right--overlayer-mobile {
    -webkit-display: flex;
    display: flex;
  }
  .header__right--overlayer-mobile .mobile-pinheader__close {
    position: relative;
    padding-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__right.header__right--show {
    -webkit-display: flex;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .landing_barbizon__item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .landing_barbizon__item--show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .landing_barbizon__item {
    width: 100%;
  }
  .landing_barbizon__item + .landing_barbizon__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .landing_barbizon__toptext .fit-barbizone {
    top: initial;
    bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .landing_barbizon__bottomtext .fit-barbizone {
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fit-barbizone {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .istotope-work--size-1,
.istotope-work--size-2 {
    width: 49.3917274939%;
  }
}
@media screen and (max-width: 768px) {
  .istotope-work--size-3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .isotops-works__width {
    width: 49.3917274939%;
  }
}
@media screen and (max-width: 768px) {
  .work-info__artists,
.work-info__date {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .work-info__artists {
    grid-column: span 12;
  }
  .work-info__artists a {
    color: #08A648;
  }
}
@media screen and (max-width: 768px) {
  .work-info__date {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .work-info__image {
    grid-column: span 24;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .work-info__image--portrait .work-info__image-wrap {
    width: 49.39952%;
  }
}
@media screen and (max-width: 768px) {
  .overlayer__content {
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer__inner {
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer__content-text {
    grid-column: span 24;
  }
}
@media screen and (max-width: 768px) {
  .carousel__cell {
    max-width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .carousel__bottom {
    position: relative;
    min-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .carousel__cell-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .carousel__cell-image {
    height: auto;
    position: relative;
  }
  .carousel__cell-image .lazyimage-container {
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  * + .block--carousel {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .carousel__arrow-next,
.carousel__arrow-prev {
    cursor: pointer;
    user-select: none;
    position: absolute;
    width: 13px;
    height: 18px;
    bottom: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .carousel__arrow-prev,
.carousel__arrow-next {
    bottom: inherit;
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .carousel__arrow-next {
    right: 0;
  }
  .carousel__arrow-next:before {
    font: normal 22px/1 "true-Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    content: "→";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .carousel__arrow-prev {
    left: 0;
  }
  .carousel__arrow-prev:before {
    font: normal 22px/1 "true-Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    content: "←";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .carousel__tracker {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .icon--close:after {
    top: -2px;
  }
}
@media screen and (max-width: 768px) {
  .words__image .lazyimage-container {
    height: auto;
    width: 100%;
  }
  .words__image .lazyimage-container img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .words__image-caption {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .words__image {
    margin-top: 51px;
  }
}
@media screen and (max-width: 768px) {
  .words__image + .words__text-wrap {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .words__text-wrap {
    align-items: none;
  }
}
@media screen and (max-width: 768px) {
  .block--title {
    grid-column: 3/span 21;
  }
}
@media screen and (max-width: 768px) {
  .block--text {
    grid-column: span 24;
  }
  .block--text p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .block--video,
.block--image,
.block--audio {
    grid-column: span 24;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-note {
    transform: translateY(100%);
    position: fixed;
    background-color: #F0F0F0;
    width: 100%;
    top: initial;
    bottom: 0;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-note--active,
.sidebar-note--active-force {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .words__notes {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block--footnotes {
    grid-column: span 24;
  }
}
@media screen and (max-width: 768px) {
  .footnotes {
    column-count: 1;
  }
}
@media screen and (max-width: 768px) {
  .holding-header {
    position: absolute;
    left: 0;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .holding-header__inner {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .holding-header__logo {
    font: normal 20px/20px "true-Sans", Helvetica, Arial, sans-serif;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .holding-header__logo {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main__inner--holding {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .charslayer {
    height: 100%;
    width: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .charslayer__item {
    transition: opacity 250ms, visibility 250ms;
    opacity: 1;
    visibility: visible;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .charslayer__item--hidden {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .layer-holding {
    grid-column: span 24;
    background-color: #fff;
    position: relative;
    padding-left: 38px;
    padding-right: 38px;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel__areas {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel {
    margin-top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
  }
  .holding-carousel .flickity-enabled {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .holding-carousel .flickity-page-dots {
    transform: none;
    flex-direction: row;
    justify-content: center;
    left: 0;
    bottom: 13px;
    width: 100%;
    top: initial;
    z-index: 1;
  }
  .holding-carousel .flickity-page-dots .dot {
    width: 23px;
    height: 23px;
  }
  .holding-carousel .flickity-page-dots .dot:before {
    width: 23px;
    height: 23px;
  }
  .holding-carousel .flickity-page-dots .dot:after {
    top: 8px !important;
    left: 8px !important;
    width: 11px !important;
    height: 11px !important;
  }
  .holding-carousel .flickity-page-dots .dot + .dot {
    margin-top: 0;
    margin-left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel__cell {
    padding-top: 111px;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel__item {
    height: auto !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .holding-carousel__item:after {
    content: "";
    display: block;
    padding-bottom: 65.943%;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel__bottom {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 38px;
    padding-right: 38px;
    -webkit-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel__image--fit-height .lazyimage {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel__text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .charslayer__item--left {
    left: 6px;
    bottom: 3px;
    max-width: 250px;
  }
  .charslayer__item--left.charslayer__item--menu {
    left: 15px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .charslayer__item--right {
    right: 6px;
    bottom: 3px;
    text-align: right;
    width: 180px;
  }
  .charslayer__item--right.charslayer__item--menu {
    right: 15px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .charslayer__item-hover {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .holding-carousel__mobile-title {
    display: block;
    text-align: center;
    position: relative;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .holding-main__right {
    grid-column: span 24;
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .charslayer__item {
    font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .qs-controls {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .qs-square {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .holding-main__box + .holding-main__box--events {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .holding__event {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .holding__rotatebutton {
    font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
    width: 115px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .holding__rotatebutton {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .holding__rotatebutton-text--visibile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .holding__rotatebutton-text--hover {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .block--accordion {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pinheader--with-submenu {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__menu-open {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__menu {
    transition: transform 250ms;
    transform: translateY(-100%);
    left: -15px;
    top: -10px;
    width: calc(100% + 30px);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-submenu-open .pinheader__menu {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .pinheader__menu-row-item {
    display: block;
  }
  .pinheader__menu-row-item + .pinheader__menu-row-item {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__menu-row--1 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__menu-row--2 {
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .events-columns {
    margin-top: 46px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .list-side {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .events-coumn {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .events-group + .events-group {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .events-group__items {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .events-group__month {
    font: normal 25px/25px "true-Sans", Helvetica, Arial, sans-serif;
    color: #A87F61;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .teaser-event + .teaser-event {
    margin-top: 60px;
  }
  .teaser-event:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event__top {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .teaser-event__top:after {
    content: none;
  }
  .teaser-event__top .teaser-event__top-title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event__top-image {
    position: relative;
    margin-left: 10.1910828025%;
    width: 79.6178343949%;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event__title {
    font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }
  .teaser-event__title div > * {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event__meta {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event__top + .teaser-event__meta {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event__text {
    font: normal 18px/20px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .teaser-event__top + .teaser-event__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    padding: 10px 37px 9px;
  }
}
@media screen and (max-width: 768px) {
  .icon--small:after {
    font-size: 25px;
    top: -4px;
  }
}
@media screen and (max-width: 768px) {
  * + .opening {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .opening__table {
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .opening__table-row + .opening__table-row {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .opening__table + .opening__text {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .opening__text p + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer__center-menu {
    font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer__right-item--lang {
    position: absolute;
    right: 12px;
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-items {
    grid-column: span 24;
    display: block;
    margin-bottom: 0;
  }
  .homepage-items .teaser-event {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .homepage-items .teaser-news.teaser-news--space,
.homepage-items .teaser-event.teaser-event--space,
.homepage-items .teaser-news + .teaser-event.teaser-event--space,
.homepage-items .teaser-event + .teaser-news.teaser-news--space {
    margin-left: 0;
  }
  .homepage-items .teaser-event + .teaser-event,
.homepage-items .teaser-event + .teaser-news,
.homepage-items .teaser-news + .teaser-event,
.homepage-items .teaser-news + .teaser-news {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .block--related {
    grid-column: span 24;
  }
}
@media screen and (max-width: 768px) {
  .block-parent-items,
.block-related-items {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .block-parent-items + .block-related-items {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .related-item {
    width: 100%;
    margin-bottom: 0;
  }
  .related-item:nth-child(2n) {
    margin-left: 0;
  }
  .related-item + .related-item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .biography__columns {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .biography__column {
    grid-column: span 15;
    margin-left: 30px;
  }
  .biography__column + .biography__column {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .sidemenu {
    margin-top: 62px;
  }
  .main--space .sidemenu {
    margin-top: 93px;
  }
  .sidemenu + .main__inner--blocks {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sidemenu__inner {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .title-carousel-holding {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block--buttons {
    grid-column: span 24;
  }
}
@media screen and (max-width: 768px) {
  .block--map {
    grid-column: span 24;
  }
}
@media screen and (max-width: 768px) {
  .map-points {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer__inner {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__text {
    grid-column: span 24;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  .footer__address,
.footer__openigtimes {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    grid-column: span 24;
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .footer__right-wrap {
    display: grid;
    grid-template-columns: repeat(24, 3.00081103%);
    grid-column-gap: 1.2165450122%;
  }
}
@media screen and (max-width: 768px) {
  .footer__socialmedia,
.footer__links {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .footer__subscribe {
    width: 100%;
    margin-left: 0;
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .footer-subscribe__input,
.footer-sibscribe__button {
    font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-subscribe__input,
.footer-sibscribe__button {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .block-search--overlayer .block-search__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .block-search__form {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .block-search__inner {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .block-search__icon {
    margin-right: 10px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .block-search__input {
    font: normal 18px/22px "true-Sans", Helvetica, Arial, sans-serif;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .news-group + .news-group {
    margin-top: 125px;
  }
}
@media screen and (max-width: 768px) {
  .news-group__year {
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .news-items {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .news-items .teaser-news,
.news-items .teaser-news--featured {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .teaser-news {
    margin-bottom: 0;
  }
  .teaser-news + * {
    margin-top: 60px;
  }
  .teaser-news + .teaser-news {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-news--featured {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .teaser-news__inner {
    font: normal 18px/20px "true-Sans", Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-news__image--svg {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .teaser-news__meta {
    font: normal 15px/17px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .overlayer--calendar {
    transition: transform 250ms;
    transform: translateY(-100%);
    background-color: #fff;
    display: block;
    height: auto;
  }
  .overlayer--calendar .overlayer__header {
    font: normal 20px/24px "true-Sans", Helvetica, Arial, sans-serif;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .overlayer--calendar .overlayer__header {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer--calendar .overlayer__inner {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer--calendar .holding-main__box {
    margin-left: 10.1910828025%;
    width: 79.6178343949%;
  }
}
@media screen and (max-width: 768px) {
  .overlayer--calendar .qs-right::after,
.overlayer--calendar .qs-left::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .overlayer--calendar.overlayer--open {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .holding-main__box--overlay {
    transform: translateX(-50%);
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    width: auto;
    z-index: 50;
  }
}
@media screen and (max-width: 768px) {
  .related-entity {
    width: 49.0445859873%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.9108280255%;
  }
  .related-entity:nth-child(2n) {
    margin-left: 1.9108280255%;
  }
}
@media screen and (max-width: 768px) {
  .related-books {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .related-book--placeholder {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .related-book__title {
    font: normal 30px/33px "true-Sans", Helvetica, Arial, sans-serif;
    display: block;
    margin-bottom: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .related-book__hover {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block--factslist {
    grid-column: span 24;
  }
}
@media screen and (max-width: 768px) {
  .main__search {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main__search .related-entity {
    width: 49.3917274939%;
  }
  .main__search .related-book,
.main__search .search-item,
.main__search .related-item {
    width: 100%;
  }
  .main__search .related-entity:nth-child(2n) {
    margin-left: 0;
  }
  .main__search .related-item .related-item__wrap {
    -webkit-display: flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .main__search .related-item .related-item__title {
    margin-top: 0;
  }
  .main__search .related-item .related-item__image {
    margin-top: 13px;
  }
  .main__search .related-item .related-item__date {
    font: normal 15px/17px "true-Sans", Helvetica, Arial, sans-serif;
    margin-top: 11px;
  }
}
@media screen and (max-width: 768px) {
  .search-item__content--article {
    font: normal 18px/20px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .search-item__content-top {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 768px) {
  .block-blackcarousel .search-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .blackcarousel__top-arrow {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blackcarousel__slides {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .blackcarousel__slide .search-item--audio {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .blackcarousel__slide + .blackcarousel__slide {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .blackcarousel__slide--small {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pinheader--search .pinheader__home {
    display: none;
  }
  .pinheader--search .pinheader__form {
    position: absolute;
    top: -3px;
    width: calc(100% - 100px);
  }
  .pinheader--search .pinheader__form-button {
    display: none;
  }
  .pinheader--search .pinheader__bottom {
    padding-top: 33px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__bottom-right {
    font: normal 15px/17px "true-Sans", Helvetica, Arial, sans-serif;
    width: 49.3917274939%;
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__bottom-reset--desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__bottom-reset--mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer {
    margin-top: 71px;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer-date__wrap {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer-date__label {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__column--flex {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__column--space {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__slider {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__date-title {
    font: normal 18px/20px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__filter-content-title + .filterlayer__content {
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__content--flex-mobile {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__column {
    margin-right: 0;
    width: 100%;
  }
  .filterlayer__column + .filterlayer__column {
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .filter {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .filter--open .filter-arrow {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .filter-arrow {
    cursor: pointer;
    user-select: none;
    display: block;
    position: absolute;
    transition: transform 250ms;
    transform: rotate(0deg);
    top: 0;
    left: 0;
    z-index: 1;
  }
  .filter-arrow:after {
    content: "▷";
    font-size: 25px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .filter-item--title {
    border-bottom: 0;
  }
  .filter-item--title .filter-item__value:before {
    top: 0;
    right: 0;
    left: unset;
  }
}
@media screen and (max-width: 768px) {
  .filter-items-wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .filter-items {
    margin-top: 8px;
    margin-bottom: 9px;
  }
  * + .filter-items {
    margin-top: -6px;
  }
  .filter-items > li + li {
    margin-top: 3px;
  }
  .filter-items .filter-item {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .filter-subitems li + li {
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .filter-item {
    padding-left: 25px;
  }
  .filter-item label {
    -webkit-display: flex;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .filter-item__label:before {
    top: 2px;
  }
  .filter-item--title .filter-item__label:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .filter-item__size {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__filter-content-title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pinheader__filter-content-title--mobile-visible {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .filterlayer__submit {
    font: normal 18px/20px "true-Sans", Helvetica, Arial, sans-serif;
  }
}
#grid {
  display: grid;
  grid-template-columns: repeat(24, 3.00081103%);
  grid-column-gap: 1.2165450122%;
  margin-left: 15px;
  margin-right: 15px;
  position: fixed;
  left: 0;
  width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 10000;
}
#grid.grid--hidden {
  display: none;
}
#grid div {
  background: lime;
}
