@charset "UTF-8";
/* 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; }

/* Custom Reset */
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 0; }

svg {
  width: 100%; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  cursor: pointer;
  outline: none; }

* {
  -webkit-tap-highlight-color: transparent; }

@font-face {
  font-family: 'ABCMonumentGrotesk-Medium';
  src: url("assets/webfonts/ABCMonumentGrotesk-Medium.woff2") format("woff2"), url("assets/webfonts/ABCMonumentGrotesk-Medium.woff") format("woff"); }

@font-face {
  font-family: 'ABCMonumentGrotesk-Regular';
  src: url("assets/webfonts/ABCMonumentGrotesk-Regular.woff2") format("woff2"), url("assets/webfonts/ABCMonumentGrotesk-Regular.woff") format("woff"); }

@font-face {
  font-family: 'StempelGaramondLTPro-Roman';
  src: url("assets/webfonts/StempelGaramondLTPro-Roman/font.woff2") format("woff2"), url("assets/webfonts/StempelGaramondLTPro-Roman/font.woff") format("woff"); }

@font-face {
  font-family: 'StempelGaramondLTPro-Bold';
  src: url("assets/webfonts/StempelGaramondLTPro-Bold/font.woff2") format("woff2"), url("assets/webfonts/StempelGaramondLTPro-Bold/font.woff") format("woff"); }

/*
* Global variables
* Variables declared in this file are used all over the project
*
*/
/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 * Spacings
 */
/**
 * Components
 */
/**
 * Global CSS variables
 */
:root {
  --spacer--xxs: 8px;
  --spacer--xs: 16px;
  --spacer--s: 24px;
  --spacer--m: 36px;
  --spacer--l: 48px;
  --spacer--xl: 72px;
  --spacer--xxl: 120px;
  --spacer--xxxl: 160px;
  --grid-gutter: 8px;
  --grid-gutter--row: 48px;
  --page--max-width: 1200px;
  --page--padding: 24px;
  --page--navigation-max-width: 1400px;
  --ce-margin-bottom: 120px;
  --headlines-max-width: 800px;
  --mm-color-background: #fff;
  --mm-color-border: transparent;
  --mm-color-text: #000; }

@media all and (min-width: 768px) {
  :root {
    --grid-gutter: 36px; } }

@media all and (min-width: 1024px) {
  :root {
    --grid-gutter: 48px;
    --page--padding: 48px; } }

@media all and (min-width: 1280px) {
  :root {
    --page-max-width: 1400px; } }

/* Pass pixel to get them as em returned */
/* Pass pixel to get them as rem returned */
/**
* Icons
*/
@font-face {
  font-family: 'icons';
  src: url("assets/icon-font/fonts/icomoon.woff?v2.4") format("woff"), url("assets/icon-font/fonts/icomoon.ttf?v2.4") format("truetype"), url("assets/icon-font/fonts/icomoon.svg?v2.4") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon--copyright:before, .icon--arrow-large-left:before, .icon--arrow-large-right:before, .icon--arrow-small-left:before, .icon--arrow-small-right:before, .icon--scroll-down:before, .icon--chevron-down:before, .icon--chevron-up:before, .icon--chevron-left:before, .icon--chevron-right:before, .icon--close:before, .icon--plus-circled:before, .icon--minus-circled:before, .icon--search:before, .icon--play:before, .icon--pause:before, .icon--sound-off:before, .icon--sound-on:before, .icon--facebook:before, .icon--instagram:before, .icon--twitter:before, .icon--youtube:before, .icon--plus:before, .icon--envelope:before, .icon--view-list:before, .icon--view-tiles:before, .icon--copyright--after:after, .icon--arrow-large-left--after:after, .icon--arrow-large-right--after:after, .icon--arrow-small-left--after:after, .icon--arrow-small-right--after:after, .icon--scroll-down--after:after, .icon--chevron-down--after:after, .icon--chevron-up--after:after, .icon--chevron-left--after:after, .icon--chevron-right--after:after, .icon--close--after:after, .icon--plus-circled--after:after, .icon--minus-circled--after:after, .icon--search--after:after, .icon--play--after:after, .icon--pause--after:after, .icon--sound-off--after:after, .icon--sound-on--after:after, .icon--facebook--after:after, .icon--instagram--after:after, .icon--twitter--after:after, .icon--youtube--after:after, .icon--plus--after:after, .icon--envelope--after:after, .icon--view-list--after:after, .icon--view-tiles--after:after, .mod_form--artist-search:after, .m-special-teaser__link:after, .m-special-teaser__link-external:after, .m-special-teaser__close:after, .m-promo-box__link span:after, .mm-menu .mm-prev:before, .mm-menu .mm-next:after, .mod_search__trigger:after, .mod_search__submit:after, .mod_nav-mobile__search .mod_search__submit:after, .mod_breadcrumb__inner li:not(:last-child):after, .mod_slider__prev:after, .mod_slider__next:after, .m-overlay-close:after, .mod_accordion__headline__previous:after, .mod_accordion__headline__next:after, .mod_accordion__trigger:after, .mod_filter__drodown__active-element:after, .mod_filter__prev:after, .mod_filter__next:after, .m-filter-tags__more span:before, .m-filter-tags__more--active span:before, .mod_artists__switcher__element.-image:before, .mod_artists__switcher__element.-list:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
* Set an icon to the current elements pseudo element
*
* Example usage:
*
* @include icon(arrow--left, before, em(15));
*
* This adds an icon "arrow--left" as an :before element
* with a font size of 15 on the target element.
*
* @param {string} $iconname Key within the icon map
* @param {string} $target Which pseudo element should the icon sit on
* @param {string} $font-size Font size the icon should have
*/
/**
 * Create icon classes that create an icon before the lement
 */
.icon--copyright:before {
  content: ""; }

.icon--arrow-large-left:before {
  content: ""; }

.icon--arrow-large-right:before {
  content: ""; }

.icon--arrow-small-left:before {
  content: ""; }

.icon--arrow-small-right:before {
  content: ""; }

.icon--scroll-down:before {
  content: ""; }

.icon--chevron-down:before {
  content: ""; }

.icon--chevron-up:before {
  content: ""; }

.icon--chevron-left:before {
  content: ""; }

.icon--chevron-right:before {
  content: ""; }

.icon--close:before {
  content: ""; }

.icon--plus-circled:before {
  content: ""; }

.icon--minus-circled:before {
  content: ""; }

.icon--search:before {
  content: ""; }

.icon--play:before {
  content: ""; }

.icon--pause:before {
  content: ""; }

.icon--sound-off:before {
  content: ""; }

.icon--sound-on:before {
  content: ""; }

.icon--facebook:before {
  content: ""; }

.icon--instagram:before {
  content: ""; }

.icon--twitter:before {
  content: ""; }

.icon--youtube:before {
  content: ""; }

.icon--plus:before {
  content: ""; }

.icon--envelope:before {
  content: ""; }

.icon--view-list:before {
  content: ""; }

.icon--view-tiles:before {
  content: ""; }

/**
 * Create icon classes that create an icon after the element
 */
.icon--copyright--after:after {
  content: ""; }

.icon--arrow-large-left--after:after {
  content: ""; }

.icon--arrow-large-right--after:after {
  content: ""; }

.icon--arrow-small-left--after:after {
  content: ""; }

.icon--arrow-small-right--after:after {
  content: ""; }

.icon--scroll-down--after:after {
  content: ""; }

.icon--chevron-down--after:after {
  content: ""; }

.icon--chevron-up--after:after {
  content: ""; }

.icon--chevron-left--after:after {
  content: ""; }

.icon--chevron-right--after:after {
  content: ""; }

.icon--close--after:after {
  content: ""; }

.icon--plus-circled--after:after {
  content: ""; }

.icon--minus-circled--after:after {
  content: ""; }

.icon--search--after:after {
  content: ""; }

.icon--play--after:after {
  content: ""; }

.icon--pause--after:after {
  content: ""; }

.icon--sound-off--after:after {
  content: ""; }

.icon--sound-on--after:after {
  content: ""; }

.icon--facebook--after:after {
  content: ""; }

.icon--instagram--after:after {
  content: ""; }

.icon--twitter--after:after {
  content: ""; }

.icon--youtube--after:after {
  content: ""; }

.icon--plus--after:after {
  content: ""; }

.icon--envelope--after:after {
  content: ""; }

.icon--view-list--after:after {
  content: ""; }

.icon--view-tiles--after:after {
  content: ""; }

/**
 * Leave some space to the right if an icon is used beside text
 */
.icon--space-right:before {
  margin-right: 0.625rem; }

/**
 * Adjust icon spacing to text when and icon--ICON-NAME--after class is used.
 *
 * For example:
 *
 * <a class="icon--user--after" href="#">Account</a>
 *
 */
[class*='--after']:after {
  margin-left: 0.625rem; }

/**
 * Clearfix
 */
/**
* Disable text selection
*/
/**
* Make container scrollable
*/
/**
 * Spinner
 */
@-webkit-keyframes cssload-spin {
  100% {
    transform: rotate(360deg); } }
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg); } }

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif; }

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.375;
  color: #000; }

.typo--h1 {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 3.75rem;
  color: #000;
  max-width: var(--headlines-max-width);
  margin-bottom: var(--spacer--xs); }
  @media all and (max-width: 520px) {
    .typo--h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
      margin-bottom: var(--spacer--xxs); } }

.typo--h1--no-mb {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 3.75rem;
  color: #000;
  max-width: var(--headlines-max-width); }
  @media all and (max-width: 520px) {
    .typo--h1--no-mb {
      font-size: 2.25rem;
      line-height: 2.5rem; } }

.typo--h2, .m-text h2, .mod_footer__newsletter-text h2, .m-contact-person__data h2, .m-image-text__text h2, .m-image-text__toggle-text h2, .m-columns__text-left h2, .m-columns__text-right h2, .m-event__aside h2, .m-event__text h2, .m-text--sans-serif h2, .mod_form__newsletter-form-text h2, .m-intro-text, .m-teaser-medium__headline, .m-teaser-xl__headline, .m-teaser-exhibition--highlight .m-teaser-exhibition__title, .m-teaser-featured-news__title, .m-teaser-featured-article__title {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 2.75rem;
  line-height: 3rem;
  max-width: var(--headlines-max-width);
  color: #000;
  letter-spacing: -0.44px;
  margin-bottom: var(--spacer--xs); }
  @media all and (max-width: 1024px) {
    .typo--h2, .m-text h2, .mod_footer__newsletter-text h2, .m-contact-person__data h2, .m-image-text__text h2, .m-image-text__toggle-text h2, .m-columns__text-left h2, .m-columns__text-right h2, .m-event__aside h2, .m-event__text h2, .m-text--sans-serif h2, .mod_form__newsletter-form-text h2, .m-intro-text, .m-teaser-medium__headline, .m-teaser-xl__headline, .m-teaser-exhibition--highlight .m-teaser-exhibition__title, .m-teaser-featured-news__title, .m-teaser-featured-article__title {
      font-size: 2.25rem;
      line-height: 2.625rem;
      letter-spacing: 0;
      margin-bottom: var(--spacer--xxs); } }
  @media all and (max-width: 520px) {
    .typo--h2, .m-text h2, .mod_footer__newsletter-text h2, .m-contact-person__data h2, .m-image-text__text h2, .m-image-text__toggle-text h2, .m-columns__text-left h2, .m-columns__text-right h2, .m-event__aside h2, .m-event__text h2, .m-text--sans-serif h2, .mod_form__newsletter-form-text h2, .m-intro-text, .m-teaser-medium__headline, .m-teaser-xl__headline, .m-teaser-exhibition--highlight .m-teaser-exhibition__title, .m-teaser-featured-news__title, .m-teaser-featured-article__title {
      font-size: 1.75rem;
      line-height: 2rem; } }

.typo--h2--no-mb {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 2.75rem;
  line-height: 3rem;
  max-width: var(--headlines-max-width);
  color: #000;
  letter-spacing: -0.44px; }
  @media all and (max-width: 1024px) {
    .typo--h2--no-mb {
      font-size: 2.25rem;
      line-height: 2.625rem;
      letter-spacing: 0; } }
  @media all and (max-width: 520px) {
    .typo--h2--no-mb {
      font-size: 1.75rem;
      line-height: 2rem; } }

.typo--h3, .m-promo-box__headline, .mod_cite__blockquote > p, .m-text h3, .mod_footer__newsletter-text h3, .m-contact-person__data h3, .m-image-text__text h3, .m-image-text__toggle-text h3, .m-columns__text-left h3, .m-columns__text-right h3, .m-event__aside h3, .m-event__text h3, .m-text--sans-serif h3, .mod_form__newsletter-form-text h3, .m-audio__title, .m-image-text__headline, .m-teaser-exhibition__title, .m-teaser-event-ub__title {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  max-width: var(--headlines-max-width);
  color: #000;
  margin-bottom: var(--spacer--xs); }
  @media all and (max-width: 520px) {
    .typo--h3, .m-promo-box__headline, .mod_cite__blockquote > p, .m-text h3, .mod_footer__newsletter-text h3, .m-contact-person__data h3, .m-image-text__text h3, .m-image-text__toggle-text h3, .m-columns__text-left h3, .m-columns__text-right h3, .m-event__aside h3, .m-event__text h3, .m-text--sans-serif h3, .mod_form__newsletter-form-text h3, .m-audio__title, .m-image-text__headline, .m-teaser-exhibition__title, .m-teaser-event-ub__title {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

.typo--h3--no-mb {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  max-width: var(--headlines-max-width);
  color: #000; }
  @media all and (max-width: 520px) {
    .typo--h3--no-mb {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

.typo--h4, .m-text h4, .mod_footer__newsletter-text h4, .m-contact-person__data h4, .m-image-text__text h4, .m-image-text__toggle-text h4, .m-columns__text-left h4, .m-columns__text-right h4, .m-event__aside h4, .m-event__text h4, .m-text--sans-serif h4, .mod_form__newsletter-form-text h4, .mod_accordion__headline, .m-teaser-brick__headline, .m-teaser-name__name {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 2rem;
  max-width: var(--headlines-max-width);
  color: #000;
  margin-bottom: var(--spacer--xxs); }

.typo--h4--no-mb {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 2rem;
  max-width: var(--headlines-max-width);
  color: #000; }

.typo--h5, .m-text h5, .mod_footer__newsletter-text h5, .m-contact-person__data h5, .m-image-text__text h5, .m-image-text__toggle-text h5, .m-columns__text-left h5, .m-columns__text-right h5, .m-event__aside h5, .m-event__text h5, .m-text--sans-serif h5, .mod_form__newsletter-form-text h5, .m-download__title, .m-contact-person__name, .mod_accordion__title, .m-teaser__headline, .m-teaser-exhibition--highlight .m-teaser-exhibition__subtitle, .m-teaser-media__title, .m-teaser-news__title, .m-teaser-blattwerke__headline, .mod_artists__list-view__headline {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  max-width: var(--headlines-max-width);
  color: #000;
  margin-bottom: var(--spacer--xxs); }

.typo--h5--no-mb {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  max-width: var(--headlines-max-width);
  color: #000; }

.typo--subline {
  font-family: 'StempelGaramondLTPro-Roman', Times, serif;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: -0.3px; }
  @media all and (max-width: 520px) {
    .typo--subline {
      font-size: 1.1875rem;
      line-height: 1.5625rem;
      letter-spacing: -0.3px; } }

.typo--copy, .m-text--sans-serif, .mod_form__newsletter-form-text, .mod_slider__counter, .m-contact-person__data-item, .mod_accordion__date-container .mod_accordion__tag, .m-teaser-article__title, .m-teaser-press-link__text, .m-teaser-event-ub__text {
  font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media all and (max-width: 520px) {
    .typo--copy, .m-text--sans-serif, .mod_form__newsletter-form-text, .mod_slider__counter, .m-contact-person__data-item, .mod_accordion__date-container .mod_accordion__tag, .m-teaser-article__title, .m-teaser-press-link__text, .m-teaser-event-ub__text {
      font-size: 1rem;
      line-height: 1.25rem; } }

.typo--copy-bold, .m-special-teaser, .m-promo-box__link, .mod_accordion__date, .m-event__tag, .m-teaser-exhibition__subtitle, .m-teaser-press-link__title {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media all and (max-width: 520px) {
    .typo--copy-bold, .m-special-teaser, .m-promo-box__link, .mod_accordion__date, .m-event__tag, .m-teaser-exhibition__subtitle, .m-teaser-press-link__title {
      font-size: 1rem;
      line-height: 1.25rem; } }

.typo--copy-serif, .m-promo-box__text, .mod_intro__subtitle, .m-text, .mod_footer__newsletter-text, .m-contact-person__data, .m-image-text__text,
.m-image-text__toggle-text, .m-columns__text-left,
.m-columns__text-right, .m-event__aside, .m-event__text, .m-download__text, .m-audio__text, .m-contact-person__function, .mod_accodion__subtitle, .mod_accordion__content p, .mod_accordion__text, .m-teaser__text, .m-teaser-medium__text, .m-teaser-brick__text, .m-teaser-xl__text, .m-teaser-exhibition__text, .m-teaser-media__text, .m-teaser-featured-news__subtitle, .m-teaser-featured-article__subtitle, .m-teaser-event-ub__subtitle {
  font-family: 'StempelGaramondLTPro-Roman', Times, serif;
  font-size: 1.1875rem;
  line-height: 1.5625rem; }
  @media all and (max-width: 520px) {
    .typo--copy-serif, .m-promo-box__text, .mod_intro__subtitle, .m-text, .mod_footer__newsletter-text, .m-contact-person__data, .m-image-text__text,
    .m-image-text__toggle-text, .m-columns__text-left,
    .m-columns__text-right, .m-event__aside, .m-event__text, .m-download__text, .m-audio__text, .m-contact-person__function, .mod_accodion__subtitle, .mod_accordion__content p, .mod_accordion__text, .m-teaser__text, .m-teaser-medium__text, .m-teaser-brick__text, .m-teaser-xl__text, .m-teaser-exhibition__text, .m-teaser-media__text, .m-teaser-featured-news__subtitle, .m-teaser-featured-article__subtitle, .m-teaser-event-ub__subtitle {
      font-size: 1.0625rem;
      line-height: 1.25rem; } }

.typo--copy-serif-bold, .m-text b, .mod_footer__newsletter-text b, .m-contact-person__data b, .m-image-text__text b, .m-image-text__toggle-text b, .m-columns__text-left b, .m-columns__text-right b, .m-event__aside b, .m-event__text b, .m-text strong, .mod_footer__newsletter-text strong, .m-contact-person__data strong, .m-image-text__text strong, .m-image-text__toggle-text strong, .m-columns__text-left strong, .m-columns__text-right strong, .m-event__aside strong, .m-event__text strong, .m-text--sans-serif b, .mod_form__newsletter-form-text b, .m-text--sans-serif strong, .mod_form__newsletter-form-text strong {
  font-family: 'StempelGaramondLTPro-Bold', 'Times', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media all and (max-width: 520px) {
    .typo--copy-serif-bold, .m-text b, .mod_footer__newsletter-text b, .m-contact-person__data b, .m-image-text__text b, .m-image-text__toggle-text b, .m-columns__text-left b, .m-columns__text-right b, .m-event__aside b, .m-event__text b, .m-text strong, .mod_footer__newsletter-text strong, .m-contact-person__data strong, .m-image-text__text strong, .m-image-text__toggle-text strong, .m-columns__text-left strong, .m-columns__text-right strong, .m-event__aside strong, .m-event__text strong, .m-text--sans-serif b, .mod_form__newsletter-form-text b, .m-text--sans-serif strong, .mod_form__newsletter-form-text strong {
      font-size: 1.0625rem;
      line-height: 1.25rem; } }

.typo--caption, .m-caption {
  font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem; }

.typo--description, .mod_cite__blockquote footer cite p, .m-bg-container__eyebrow, .mod_accordion__title-container .mod_accordion__tag, .m-sharing__title, .mod_article-infos__title, .m-teaser__meta, .m-teaser-medium__meta, .m-teaser-brick__meta, .m-teaser-xl__eyebrow, .m-teaser-exhibition__date, .m-teaser-news__meta, .m-teaser-featured-news__date, .m-teaser-featured-article__date, .m-teaser-article__date, .m-teaser-press-link__date, .m-teaser-event-ub__tag {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem; }

.typo--footnote {
  font-family: 'StempelGaramondLTPro-Roman', Times, serif;
  font-size: 0.875rem;
  line-height: 1rem; }

.layout__container, .mod_intro__content, .m-bg-container__eyebrow, .mod_article-intro, .m-teaser-list {
  max-width: var(--page--max-width);
  margin: 0 auto;
  padding: 0 var(--page--padding); }

.layout__container--content-element, .m-teaser-list {
  margin-bottom: var(--ce-margin-bottom); }

.layout__container--small {
  max-width: 40.625rem; }

.layout__container--only-headline {
  margin-bottom: var(--spacer--l); }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing,10px) * -4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }

a.plyr__control::after, a.plyr__control::before {
  display: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr__controls:empty {
  display: none; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4); }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2)); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7); }

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  transition: transform 0.4s ease;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    transform: translate(-30%, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-prev:before,
.mm-next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn:first-child {
    left: 0; }
  .mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offCanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }
  .mm-menu.mm-offcanvas.mm-current {
    display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0); } }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform 0.4s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0); }

.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.m-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row); }

.m-grid--padded {
  margin: var(--spacer--m) 0; }

.m-grid__col {
  grid-column-start: 2;
  grid-column-end: 5; }
  @media all and (max-width: 1024px) {
    .m-grid__col {
      grid-column-start: 1;
      grid-column-end: 13; } }
  @media all and (max-width: 768px) {
    .m-grid__col {
      grid-column-start: 1;
      grid-column-end: 13; } }
  @media all and (max-width: 520px) {
    .m-grid__col {
      grid-column-start: 1;
      grid-column-end: 13; } }

.m-grid__item--thirds {
  grid-column: span 4; }
  @media all and (max-width: 768px) {
    .m-grid__item--thirds {
      grid-column: span 6; } }
  @media all and (max-width: 520px) {
    .m-grid__item--thirds {
      grid-column: span 12; } }

.mod_form input[type='text'],
.mod_form input[type='email'], .mod_search__input {
  display: block;
  width: 100%;
  padding: var(--spacer--xxs) 0;
  margin: 0;
  border-radius: 0;
  line-height: 1;
  font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: currentColor; }
  @media all and (max-width: 520px) {
    .mod_form input[type='text'],
    .mod_form input[type='email'], .mod_search__input {
      font-size: 1rem;
      line-height: 1.25rem; } }
  .mod_form input:focus[type='text'],
  .mod_form input:focus[type='email'], .mod_search__input:focus {
    outline: 0; }

.mod_form:before, .mod_form:after {
  content: ' ';
  display: table;
  clear: both; }

.mod_form input[type='checkbox'] {
  border: 1px solid red; }

.mod_form button[type='submit'] {
  margin: var(--spacer--xs) 0; }

.mod_form label.checkbox {
  display: block;
  margin-bottom: 24px; }

.mod_form p {
  margin-bottom: var(--spacer--s); }

.mod_form a {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .mod_form a:hover {
    cursor: pointer;
    text-decoration: none; }

/**
 * Newsletter.
 */
.mod_form--newsletter {
  max-width: 472px; }
  .mod_form--newsletter input[type='text'],
  .mod_form--newsletter input[type='email'] {
    margin: var(--spacer--xs) 0; }

.mod_form__text {
  margin: var(--spacer--m) 0 0; }

.mod_form__text--newsletter {
  max-width: 472px;
  margin-bottom: var(--spacer--xs); }

/**
 * Placeholder Color
 */
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

/**
 * Artist Search
 */
.mod_form--artist-search {
  position: relative; }
  .mod_form--artist-search:after {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%); }

.m-special-teaser {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  padding: var(--spacer--xs);
  background-color: #D1DCE1;
  color: #000;
  text-decoration: none;
  padding-right: 3.125em;
  cursor: pointer;
  transform: translateY(100%);
  transition: transform 0.6s ease-in-out; }
  .m-special-teaser.is-in {
    transform: translateY(0);
    transition: transform 0.6s ease-in-out; }
  .m-special-teaser p {
    display: inline;
    margin-right: 10px; }

.m-special-teaser--with-theme {
  background-color: var(--special-teaser-theme, #fff); }

.m-special-teaser__link {
  cursor: pointer; }
  .m-special-teaser__link:after {
    content: "";
    font-size: 80%; }

.m-special-teaser__link-external {
  cursor: pointer; }
  .m-special-teaser__link-external:after {
    content: "";
    font-size: 80%; }

.m-special-teaser__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125em;
  height: 3.125em; }
  .m-special-teaser__close:after {
    content: ""; }
  .m-special-teaser__close:after {
    position: absolute;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%); }

.m-promo-box__grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row); }

.m-promo-box__grid-elem {
  grid-column-start: 5;
  grid-column-end: -1; }
  @media all and (max-width: 1024px) {
    .m-promo-box__grid-elem {
      grid-column-start: 1;
      grid-column-end: 13; } }
  @media all and (max-width: 768px) {
    .m-promo-box__grid-elem {
      grid-column-start: 1;
      grid-column-end: 13; } }
  @media all and (max-width: 520px) {
    .m-promo-box__grid-elem {
      grid-column-start: 1;
      grid-column-end: 13; } }

.m-promo-box {
  background-color: var(--promo-box-theme, #D1DCE1);
  padding: var(--spacer--l); }
  @media all and (min-width: 1025px) {
    .m-promo-box {
      display: flex; } }
  @media all and (max-width: 520px) {
    .m-promo-box {
      padding: var(--spacer--m) var(--spacer--s); } }

@media all and (min-width: 1025px) {
  .m-promo-box__text-container {
    flex: 1 1 auto;
    padding-right: var(--spacer--l); } }

@media all and (max-width: 1024px) {
  .m-promo-box__text-container {
    margin-bottom: var(--spacer--s); } }

.m-promo-box__link {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: flex-end; }
  .m-promo-box__link span {
    white-space: nowrap; }
    .m-promo-box__link span:after {
      content: "";
      font-size: 20px;
      margin-left: 0.625rem; }
    .m-promo-box__link span:after {
      position: relative;
      top: 3px; }
    @media all and (max-width: 520px) {
      .m-promo-box__link span:after {
        font-size: 15px;
        top: 2px; } }

.mod_cite__grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row); }

.mod_cite__grid-elem {
  grid-column: span 9 / -1; }
  @media all and (max-width: 520px) {
    .mod_cite__grid-elem {
      grid-column: span 12; } }

.mod_cite {
  padding: var(--spacer--l); }
  @media all and (max-width: 520px) {
    .mod_cite {
      padding: 0; } }

.mod_cite--with-theme {
  background-color: var(--cite-theme, #BDD195);
  padding: var(--spacer--l); }
  @media all and (max-width: 768px) {
    .mod_cite--with-theme {
      padding: var(--spacer--m); } }
  @media all and (max-width: 520px) {
    .mod_cite--with-theme {
      padding: var(--spacer--s); } }

.mod_cite--with-image {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row); }
  @media all and (min-width: 1025px) {
    .mod_cite--with-image {
      padding: 0; } }
  .mod_cite--with-image .mod_cite__image {
    grid-column-start: 1;
    grid-column-end: 6; }
    @media all and (max-width: 1024px) {
      .mod_cite--with-image .mod_cite__image {
        grid-column-start: 1;
        grid-column-end: 13; } }
    @media all and (max-width: 768px) {
      .mod_cite--with-image .mod_cite__image {
        grid-column-start: 1;
        grid-column-end: 13; } }
    @media all and (max-width: 520px) {
      .mod_cite--with-image .mod_cite__image {
        grid-column-start: 1;
        grid-column-end: 13; } }
    @media all and (max-width: 1024px) {
      .mod_cite--with-image .mod_cite__image {
        display: none; } }
  .mod_cite--with-image .mod_cite__blockquote {
    grid-column-start: 6;
    grid-column-end: -1; }
    @media all and (max-width: 1024px) {
      .mod_cite--with-image .mod_cite__blockquote {
        grid-column-start: 1;
        grid-column-end: 13; } }
    @media all and (max-width: 768px) {
      .mod_cite--with-image .mod_cite__blockquote {
        grid-column-start: 1;
        grid-column-end: 13; } }
    @media all and (max-width: 520px) {
      .mod_cite--with-image .mod_cite__blockquote {
        grid-column-start: 1;
        grid-column-end: 13; } }
    @media all and (min-width: 1025px) {
      .mod_cite--with-image .mod_cite__blockquote {
        padding: var(--spacer--l); } }

.mod_cite__blockquote {
  quotes: '»' '«' '\201A' '\2018'; }
  .mod_cite__blockquote > p:before {
    content: open-quote; }
  .mod_cite__blockquote > p:after {
    content: close-quote; }
  .mod_cite__blockquote footer {
    display: block;
    text-align: right;
    margin-top: var(--spacer--s); }
    .mod_cite__blockquote footer cite {
      font-style: normal; }
      .mod_cite__blockquote footer cite p {
        display: inline; }
        .mod_cite__blockquote footer cite p a {
          text-decoration: underline;
          color: #000;
          text-underline-offset: 15%;
          text-decoration-thickness: 1px; }
          .mod_cite__blockquote footer cite p a:hover {
            cursor: pointer;
            text-decoration: none; }

.mod_intro {
  --intro--spacer: var(--spacer--xxl);
  position: relative;
  overflow: hidden;
  padding-top: 260px;
  margin-bottom: var(--spacer--l);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end; }
  @media all and (min-width: 1280px) {
    .mod_intro {
      --intro--spacer: var(--spacer--xxl); } }
  ._is-location--stiftung .mod_intro:not(.mod_intro--has-nav) {
    padding-top: calc(58px + var(--intro--spacer)); }
    @media all and (min-width: 1280px) {
      ._is-location--stiftung .mod_intro:not(.mod_intro--has-nav) {
        padding-top: calc(125px + var(--intro--spacer)); } }
  ._is-location--nantesbuch .mod_intro:not(.mod_intro--has-nav) {
    padding-top: calc(100px + var(--intro--spacer)); }
    @media all and (min-width: 1280px) {
      ._is-location--nantesbuch .mod_intro:not(.mod_intro--has-nav) {
        padding-top: calc(186px + var(--intro--spacer)); } }
  ._is-location--museum .mod_intro:not(.mod_intro--has-nav) {
    padding-top: calc(120px + var(--intro--spacer)); }
    @media all and (min-width: 1280px) {
      ._is-location--museum .mod_intro:not(.mod_intro--has-nav) {
        padding-top: calc(216px + var(--intro--spacer)); } }

.mod_intro--has-background {
  padding-bottom: var(--spacer--l); }
  @media screen and (min-width: 768px) {
    .mod_intro--has-background {
      padding-bottom: 100px; } }

.mod_intro--has-theme {
  background-color: var(--intro-theme); }

.mod_intro--has-background,
.mod_intro--has-theme {
  padding-top: 0;
  height: 70vh;
  color: #fff;
  margin-bottom: var(--spacer--xl);
  padding-bottom: var(--spacer--l); }
  @media screen and (min-width: 768px) {
    .mod_intro--has-background,
    .mod_intro--has-theme {
      height: 600px;
      padding-bottom: 100px;
      margin-bottom: var(--spacer--xxl); } }

.mod_intro--has-teaser {
  padding-bottom: 0;
  justify-content: flex-end; }
  @media screen and (min-width: 768px) {
    .mod_intro--has-teaser {
      align-items: flex-start; } }
  @media screen and (min-width: 1024px) {
    .mod_intro--has-teaser {
      align-items: flex-end;
      justify-content: flex-end; } }

.mod_intro--has-nav {
  justify-content: space-between;
  padding-top: var(--spacer--xxl); }
  @media screen and (min-width: 1024px) {
    .mod_intro--has-nav {
      padding-top: 0;
      justify-content: center; } }

.mod_intro--size-full {
  height: var(--intro-height, 100vh); }
  @media screen and (min-width: 1280px) and (min-height: 500px) {
    .mod_intro--size-full {
      height: 100vh; } }

.mod_intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .mod_intro__bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 338px; }

.mod_intro__bg--has-shadow:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.mod_intro__image,
.mod_intro__video {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--intro-theme, transparent); }

.mod_intro__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--intro-vertical-alignment, center) center;
     object-position: var(--intro-vertical-alignment, center) center; }
  .mod_intro--has-background:not(.mod_intro--size-full) .mod_intro__image {
    -o-object-position: var(--intro-vertical-alignment, bottom) center;
       object-position: var(--intro-vertical-alignment, bottom) center; }

.mod_intro__video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.mod_intro__nav {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page--navigation-max-width);
  padding: 0 var(--page--padding); }
  .mod_intro__nav .mod_logo + .mod_logo {
    margin-top: var(--spacer--s); }
    @media screen and (min-width: 1024px) {
      .mod_intro__nav .mod_logo + .mod_logo {
        margin-top: var(--spacer--l); } }

.mod_intro__scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2em;
  color: #fff; }
  .mod_intro--has-nav .mod_intro__scroll-down {
    margin-top: auto; }
  .mod_intro--has-teaser .mod_intro__scroll-down {
    position: relative;
    font-size: 1.6em; }
    @media screen and (min-width: 768px) and (min-height: 500px) {
      .mod_intro--has-teaser .mod_intro__scroll-down {
        position: absolute;
        font-size: 2em; } }

.mod_intro__content {
  position: relative;
  width: 100%; }

.mod_intro__title {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 3.75rem;
  color: #000;
  max-width: var(--headlines-max-width);
  margin-bottom: var(--spacer--xs);
  margin-bottom: var(--spacer--xs);
  max-width: 50rem; }
  @media all and (max-width: 520px) {
    .mod_intro__title {
      font-size: 2.25rem;
      line-height: 2.5rem;
      margin-bottom: var(--spacer--xxs); } }
  .mod_intro--has-background .mod_intro__title {
    color: #fff; }
  .is-blog .mod_intro__title {
    margin-bottom: var(--spacer--m); }

.mod_intro__teaser {
  width: 100%;
  position: relative;
  padding: var(--spacer--s);
  background-color: var(--intro-theme, #E7E6DE);
  color: #000;
  order: 2; }
  @media screen and (min-width: 768px) and (min-height: 500px) {
    .mod_intro__teaser {
      padding: var(--spacer--m);
      margin: var(--spacer--s);
      margin-bottom: var(--spacer--xl);
      max-width: 465px; } }
  @media screen and (min-width: 1024px) and (min-height: 500px) {
    .mod_intro__teaser {
      margin-bottom: var(--spacer--s);
      max-width: 40vw;
      width: 500px; } }
  @media screen and (min-width: 1280px) and (min-height: 500px) {
    .mod_intro__teaser {
      margin: 64px; } }
  @media screen and (min-width: 1024px) and (min-height: 500px) {
    .mod_intro--has-nav .mod_intro__teaser {
      position: absolute;
      bottom: 0;
      right: 0; } }

.mod_intro__teaser-subtitle {
  margin-bottom: var(--spacer--xxs); }

.mod_intro__teaser-title {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  max-width: var(--headlines-max-width);
  color: #000;
  margin-bottom: var(--spacer--xs);
  margin-bottom: var(--spacer--xxs); }
  @media all and (max-width: 520px) {
    .mod_intro__teaser-title {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

.mod_intro__teaser-text {
  font-family: 'StempelGaramondLTPro-Roman', Times, serif;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-bottom: var(--spacer--xxs);
  display: none; }
  @media all and (max-width: 520px) {
    .mod_intro__teaser-text {
      font-size: 1.0625rem;
      line-height: 1.25rem; } }
  @media screen and (min-width: 768px) and (min-height: 500px) {
    .mod_intro__teaser-text {
      display: block; } }

.mod_intro__teaser-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .mod_intro__teaser-link:hover {
    cursor: pointer;
    text-decoration: none; }

.mod_intro__meta {
  display: flex;
  align-items: center;
  flex-flow: row wrap; }

.mod_intro__meta-download-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px;
  margin-left: var(--spacer--xs); }
  .mod_intro__meta-download-link:hover {
    cursor: pointer;
    text-decoration: none; }

.mod_footer {
  background-color: #E7E6DE; }

.mod_footer__inner {
  position: relative;
  background-color: #E7E6DE;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page--navigation-max-width);
  padding: var(--spacer--l) var(--page--padding); }
  @media all and (max-width: 768px) {
    .mod_footer__inner {
      padding: var(--spacer--l) var(--page--padding); } }

.mod_footer__grid {
  display: block; }
  @media screen and (min-width: 521px) {
    .mod_footer__grid {
      display: grid;
      grid-column-gap: var(--grid-gutter);
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: auto; } }
  @media screen and (min-width: 1025px) {
    .mod_footer__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: minmax(340px, auto); } }

.mod_footer__col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.mod_footer__col-2 {
  align-self: end; }

.mod_footer__col-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media all and (min-width: 521px) and (max-width: 1024px) {
    .mod_footer__col-3 {
      grid-column: span 2;
      padding: var(--spacer--l);
      padding-bottom: 0; } }

/*
====================
 Logo
====================
 */
.mod_footer__logo {
  margin-bottom: var(--spacer--l); }
  .mod_footer__logo a {
    display: inline-block; }
  .mod_footer__logo img {
    max-width: 146px; }
    @media all and (max-width: 768px) {
      .mod_footer__logo img {
        max-width: 119px; } }

/*
====================
 Pages nav
====================
 */
.mod_footer__pages-nav {
  margin-bottom: var(--spacer--l); }
  .mod_footer__pages-nav li {
    display: flex;
    align-items: center;
    opacity: .5;
    font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.625rem;
    max-width: var(--headlines-max-width);
    color: #000;
    margin-bottom: var(--spacer--xs); }
    .mod_footer__pages-nav li::before {
      display: inline-block;
      content: "";
      width: 1em;
      height: 1em;
      background: transparent url("assets/img/icons/icon--arrow-right.svg") no-repeat center center;
      background-size: 100% auto;
      margin-right: var(--spacer--xs); }
  .mod_footer__pages-nav a {
    display: inline;
    font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: currentColor; }
    .mod_footer__pages-nav a:focus, .mod_footer__pages-nav a:hover {
      outline: 0;
      border-color: currentColor; }

/*
====================
 Secondary nav
====================
 */
.mod_footer__nav {
  display: flex;
  flex-basis: 50%;
  flex-flow: row wrap; }
  @media all and (max-width: 520px) {
    .mod_footer__nav {
      flex-flow: column nowrap;
      flex-basis: 100%;
      margin-bottom: var(--spacer--l); } }
  .mod_footer__nav li {
    display: inline-block;
    width: 50%; }
  .mod_footer__nav a {
    display: inline-block;
    color: #000;
    font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: currentColor;
    margin: var(--spacer--xxs) 0; }
    .mod_footer__nav a:focus, .mod_footer__nav a:hover {
      outline: 0;
      border-color: currentColor; }
  .mod_footer__nav li.active a {
    border-color: currentColor; }

/*
====================
 Social nav
====================
 */
.mod_footer__social-nav {
  display: block;
  margin-bottom: var(--spacer--l); }
  .mod_footer__social-nav li {
    display: inline-block;
    padding-right: var(--spacer--m, 36px); }
    .mod_footer__social-nav li a {
      font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
      font-size: 1.25rem;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      color: currentColor;
      font-size: 2em; }
      .mod_footer__social-nav li a:focus, .mod_footer__social-nav li a:hover {
        outline: 0;
        border-color: currentColor; }

/*
====================
 Newsletter
====================
 */
.mod_footer__newsletter {
  margin-bottom: var(--spacer--xs); }

.mod_footer__newsletter-button {
  margin-top: var(--spacer--m); }

.mod_logo a {
  display: block; }

.mod_logo--theme-black {
  color: #000; }

.mod_logo--theme-white {
  color: #fff; }

.mod_logo--stiftung {
  width: 6.25em; }
  @media all and (min-width: 1280px) {
    .no-touch .mod_logo--stiftung {
      width: 9.125em; } }

.mod_logo--museum {
  width: 8.6875em; }
  @media all and (min-width: 1280px) {
    .no-touch .mod_logo--museum {
      width: 12.75em; } }

.mod_logo--nantesbuch {
  width: 7.75em; }
  @media all and (min-width: 1280px) {
    .no-touch .mod_logo--nantesbuch {
      width: 11.375em; } }

/**
 * Nav (Desktop)
 */
.mod_nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: transform 0.25s;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media all and (min-width: 1280px) {
    .mod_nav {
      display: block; }
      .touch .mod_nav {
        display: none; } }

.mod_nav--compact {
  transform: translate3d(0, -20px, 0); }

.mod_nav__bg {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s, height 0s 0.5s;
  transform: translate3d(0, 0, 0); }
  .mod_nav--extended .mod_nav__bg {
    transition: opacity .1s;
    opacity: 1; }
    ._is-intro-with-background .mod_nav--extended .mod_nav__bg {
      transition: opacity 1s; }
  .mod_nav--compact .mod_nav__bg {
    transition: height 0.5s;
    height: 100%;
    opacity: 1; }
  ._is-intro-with-background .mod_nav--transition-height .mod_nav__bg,
  .mod_nav--transition-height .mod_nav__bg {
    will-change: height;
    transition: height 0.5s; }
  .mod_nav--transition-opacity .mod_nav__bg {
    will-change: opacity;
    transition: opacity 0.5s; }

.mod_nav__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page--navigation-max-width);
  padding: var(--spacer--xs) var(--page--padding) var(--spacer--s) var(--page--padding);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  transition: padding 0.25s, filter 0.25s; }
  .mod_nav--inverted:not(.mod_nav--compact):not(.mod_nav--extended) .mod_nav__container {
    filter: invert(1); }
  .mod_nav--compact .mod_nav__container {
    will-change: filter, padding;
    padding-top: var(--spacer--xs);
    padding-bottom: var(--spacer--xs); }

.mod_nav__logos {
  position: relative;
  width: 280px;
  display: flex;
  flex-flow: column nowrap;
  margin-top: var(--spacer--s);
  transition: margin 0.25s, transform 0.25s; }
  .mod_nav__logos .mod_logo {
    transition: transform 0.25s;
    transform-origin: bottom left; }
  .mod_nav__logos .mod_logo--stiftung.mod_logo--combination {
    height: 85px;
    opacity: 1;
    transition: opacity 0.25s; }
  .mod_nav__logos .mod_logo--stiftung + .mod_logo--combination {
    position: absolute;
    top: 85px;
    margin-top: var(--spacer--m); }
  .mod_nav--compact .mod_nav__logos {
    margin-top: 0; }
    .mod_nav--compact .mod_nav__logos .mod_logo--stiftung:not(.mod_logo--combination) {
      transform: scale(0.8); }
  .mod_nav--compact.mod_nav--location-museum .mod_nav__logos {
    transform: translateY(calc(-56px - var(--spacer--m))); }
  .mod_nav--compact.mod_nav--location-nantesbuch .mod_nav__logos {
    transform: translateY(calc(-26px - var(--spacer--m))); }
  .mod_nav--compact.mod_nav--location-museum .mod_nav__logos .mod_logo--stiftung.mod_logo--combination,
  .mod_nav--compact.mod_nav--location-nantesbuch .mod_nav__logos .mod_logo--stiftung.mod_logo--combination {
    opacity: 0; }
  .mod_nav--compact.mod_nav--location-museum .mod_nav__logos .mod_logo--stiftung.mod_logo--combination + .mod_logo--combination,
  .mod_nav--compact.mod_nav--location-nantesbuch .mod_nav__logos .mod_logo--stiftung.mod_logo--combination + .mod_logo--combination {
    transform: scale(0.8); }

.mod_nav__menus {
  align-self: stretch;
  width: calc(100% - 280px);
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-bottom: -8px; }

.mod_nav__menu-meta {
  width: 100%;
  padding: 0 0 var(--spacer--xxs);
  align-items: flex-start;
  justify-content: flex-end;
  display: flex;
  text-align: right;
  transition: transform 0.25s; }
  .mod_nav__menu-meta a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: currentColor; }
    .mod_nav__menu-meta a:focus, .mod_nav__menu-meta a:hover {
      outline: 0;
      border-color: currentColor; }
  .mod_nav__menu-meta a.active {
    border-color: currentColor; }
  .mod_nav__menu-meta > * {
    margin-left: var(--spacer--xs); }
  .mod_nav--compact .mod_nav__menu-meta {
    transform: translate3d(0, 20px, 0); }
  .mod_nav--compact.mod_nav--location-stiftung .mod_nav__menu-meta {
    transform: translate3d(0, 20px, 0); }

.mod_nav__menu-main {
  position: relative;
  display: inline-block; }
  .mod_nav__menu-main ul > li {
    transition: opacity .5s; }
    .mod_nav__menu-main ul > li > a {
      text-decoration: none;
      color: inherit;
      padding-top: var(--spacer--xxs);
      padding-bottom: 3px;
      display: inline-block; }
      .mod_nav__menu-main ul > li > a span {
        font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
        font-size: 1.25rem;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        color: currentColor;
        border-bottom: 1px solid transparent;
        color: currentColor; }
        .mod_nav__menu-main ul > li > a span:focus, .mod_nav__menu-main ul > li > a span:hover {
          outline: 0;
          border-color: currentColor; }
      .mod_nav__menu-main ul > li > a:focus span, .mod_nav__menu-main ul > li > a:hover span {
        outline: 0;
        border-color: currentColor; }
    .mod_nav__menu-main ul > li.active > a span {
      outline: 0;
      border-color: currentColor; }
    .mod_nav__menu-main ul > li .nav__level2 {
      position: absolute;
      padding: var(--spacer--s);
      margin: 0 calc(var(--spacer--s) * -1) var(--spacer--s);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s; }
      .mod_nav--compact .mod_nav__menu-main ul > li .nav__level2 {
        transition: opacity .15s; }
      .mod_nav__menu-main ul > li .nav__level2 a {
        display: block;
        white-space: nowrap;
        padding: var(--spacer--xxs) 0 0; }
    .mod_nav__menu-main ul > li .nav__level3 {
      display: none; }
  .mod_nav__menu-main ul > li._is-open a,
  .mod_nav__menu-main ul > li._is-inactive:hover a {
    opacity: 1;
    transition: opacity .15s;
    will-change: opacity; }
  .mod_nav__menu-main ul > li._is-inactive a {
    opacity: .5;
    transition: opacity .5s; }
  .mod_nav__menu-main ul > li._is-open {
    z-index: 1; }
    .mod_nav__menu-main ul > li._is-open .nav__level2 {
      pointer-events: auto;
      opacity: 1;
      transition: opacity 0.25s; }
      .mod_nav--transition-height .mod_nav__menu-main ul > li._is-open .nav__level2 {
        transition: opacity 0.25s 0.25s; }
      .mod_nav--compact .mod_nav__menu-main ul > li._is-open .nav__level2 {
        transition: opacity 0.25s 0.25s; }
  .mod_nav__menu-main > ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; }
    .mod_nav__menu-main > ul > li {
      display: inline-block;
      position: relative;
      margin-right: var(--spacer--m); }

/**
 * Nav (Mobile)
 *
 * We declare the style for any width since we want to show the nav if we have a touch device
 */
.mod_nav-mobile {
  display: none; }
  @media all and (min-width: 1280px) {
    .mod_nav-mobile {
      display: none; }
      .touch .mod_nav-mobile {
        display: block; } }

.mod_nav-mobile__header {
  display: block; }
  @media all and (min-width: 1280px) {
    .mod_nav-mobile__header {
      display: none; }
      .touch .mod_nav-mobile__header {
        display: block; } }

.mm-slideout::before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 900;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; }

html.mm-opening .mm-slideout::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

.mm-page {
  min-height: 100% !important;
  background-color: #fff !important; }

/**
 * Header
 */
.mod_nav-mobile__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: background-color 0.25s, box-shadow 0.25s; }

.mod_nav-mobile__header--location-nantesbuch {
  height: calc(18px + (var(--spacer--xs) * 2)); }

.mod_nav-mobile__header--location-museum {
  height: calc(39px + (var(--spacer--xs) * 2)); }

.mod_nav-mobile__header--compact {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .mm-opened .mod_nav-mobile__header--compact {
    background-color: transparent;
    box-shadow: none; }

.mod_nav-mobile__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page--navigation-max-width);
  padding: var(--page--padding);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: padding 0.25s; }
  .mod_nav-mobile__header--compact .mod_nav-mobile__container {
    padding: var(--spacer--xs) var(--page--padding); }

.mod_nav-mobile__logos {
  transition: transform 0.25s, opacity 0.25s; }
  @media screen and (max-width: 599px) {
    .mm-opened .mod_nav-mobile__logos {
      opacity: 0; } }
  .mod_nav-mobile__header--inverted:not(.mod_nav-mobile__header--compact) .mod_nav-mobile__logos {
    filter: invert(1); }
  .mod_nav-mobile__header--location-nantesbuch.mod_nav-mobile__header--compact .mod_nav-mobile__logos,
  .mod_nav-mobile__header--location-museum.mod_nav-mobile__header--compact .mod_nav-mobile__logos {
    transform: translate(0, calc(-58px - var(--spacer--s))); }
    .mod_nav-mobile__header--location-nantesbuch.mod_nav-mobile__header--compact .mod_nav-mobile__logos .mod_logo--stiftung,
    .mod_nav-mobile__header--location-museum.mod_nav-mobile__header--compact .mod_nav-mobile__logos .mod_logo--stiftung {
      opacity: 0; }
  .mod_nav-mobile__logos .mod_logo {
    pointer-events: auto; }
  .mod_nav-mobile__logos .mod_logo--stiftung {
    transition: opacity 0.25s; }
  .mod_nav-mobile__logos .mod_logo--stiftung + .mod_logo--combination {
    margin-top: var(--spacer--s); }

.mod_nav-mobile__trigger {
  display: block;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
  width: 25px;
  height: 17px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0); }
  .mod_nav-mobile__header--inverted:not(.mod_nav-mobile__header--compact) .mod_nav-mobile__trigger {
    filter: invert(1); }
  .mm-opened .mod_nav-mobile__header--inverted:not(.mod_nav-mobile__header--compact) .mod_nav-mobile__trigger {
    filter: invert(0); }

.mod_nav-mobile__trigger__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  cursor: pointer; }
  .mod_nav-mobile__trigger__icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
    .mod_nav-mobile__trigger__icon span:nth-child(1) {
      top: 0; }
    .mod_nav-mobile__trigger__icon span:nth-child(2) {
      top: 7px; }
    .mod_nav-mobile__trigger__icon span:nth-child(3) {
      top: 14px; }
    .mm-opening .mod_nav-mobile__trigger__icon span:nth-child(1) {
      transform: rotate(45deg) translate(7px, 7px); }
    .mm-opening .mod_nav-mobile__trigger__icon span:nth-child(2) {
      top: 50%;
      left: 50%;
      width: 0; }
    .mm-opening .mod_nav-mobile__trigger__icon span:nth-child(3) {
      transform: rotate(-45deg) translate(3px, -3px); }

/**
 * MMenue Container
 */
/**
 * MMenue overwrites
 */
.mm-menu {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0; }
  .mm-menu a {
    color: #000 !important; }
  .mm-menu .mm-panels {
    top: 140px; }
    @media screen and (min-width: 1024px) {
      .mm-menu .mm-panels {
        top: 190px; } }
  .mm-menu .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-menu .mm-panels > .mm-panel.mm-hasnavbar:first-child {
    padding-top: 0; }
  .mm-menu .mm-panels > .mm-panel {
    padding: 0 var(--page--padding); }
  .mm-menu .mm-panel::before {
    display: none; }
  .mm-menu .mm-panel .mm-navbar {
    border: 0;
    opacity: .3; }
    .mm-menu .mm-panel .mm-navbar .mm-btn {
      left: var(--page--padding);
      top: -2px; }
    .mm-menu .mm-panel .mm-navbar .mm-title {
      font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
      font-size: 1.25rem;
      padding-left: var(--spacer--xs); }
      @media screen and (min-width: 1024px) {
        .mm-menu .mm-panel .mm-navbar .mm-title {
          padding-left: 2em; } }
  .mm-menu .mod_nav__search-icon {
    display: none !important; }
  .mm-menu .mm-selected span {
    border-bottom: 1px solid #000; }
  .mm-menu .mm-navbar {
    text-align: left !important; }
  .mm-menu .mm-navbar-top {
    padding: var(--spacer--xl) var(--page--padding) 0;
    height: auto;
    border-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .mm-menu .mm-navbar-top {
        padding-top: var(--spacer--xxl); } }
  .mm-menu .mm-prev {
    font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
    font-size: 1.25rem; }
    .mm-menu .mm-prev:before {
      content: ""; }
    .mm-menu .mm-prev::before {
      transform: none !important;
      border: 0 !important;
      width: 1em !important;
      height: 1em !important;
      left: 0 !important; }
  .mm-menu .mm-next:after {
    content: ""; }
  .mm-menu .mm-next:focus, .mm-menu .mm-next:hover {
    border-color: transparent !important; }
  .mm-menu .mm-next::after {
    transform: none !important;
    border: 0 !important;
    width: 1em !important;
    height: 1em !important;
    right: 0 !important; }
  .mm-menu .mm-next::before {
    display: none !important; }
  .mm-menu .mm-listview {
    margin: 0 !important;
    padding: var(--spacer--l) 0 0; }
    .mm-menu .mm-listview li:first-child {
      margin-top: 10px; }
    .mm-menu .mm-listview li a,
    .mm-menu .mm-listview li span {
      padding: 0; }
    .mm-menu .mm-listview li a {
      font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
      font-size: 1.25rem;
      padding: var(--spacer--xxs) 0;
      text-decoration: none; }
    .mm-menu .mm-listview li a:hover span,
    .mm-menu .mm-listview li a:focus span {
      border-bottom: 1px solid currentColor; }
    .mm-menu .mm-listview li::after {
      display: none; }
    .mm-menu .mm-listview .mod_nav-mobile__nav__list__divider {
      height: var(--spacer--xl); }
    .mm-menu .mm-listview .mod_nav-mobile__nav__list__meta-item a {
      padding: 0 0 var(--spacer--xxs); }
    .mm-menu .mm-listview .mod_nav-mobile__nav__list__meta-item span {
      padding: 0; }
    .mm-menu .mm-listview .mod_nav-mobile__nav__list__meta-item a {
      font-size: 1em; }

/**
 * Search
 *
 * @see: _mod_search.scss
 */
/**
 * Search Form
 */
.mod_search {
  position: relative;
  display: inline-block; }

.mod_search__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: background-color .15s; }
  .nav-search-is-visible .mod_search__wrapper::after {
    background-color: currentColor; }

.mod_search__form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden; }

.mod_search__input {
  flex: 1;
  font-size: 0.875em;
  line-height: 1em;
  padding: 0;
  border: 0; }

.mod_search__trigger,
.mod_search__submit {
  cursor: pointer;
  flex: none;
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end; }
  .mod_search__trigger::after,
  .mod_search__submit::after {
    font-size: 1rem; }

.mod_search__trigger {
  visibility: visible;
  opacity: 1; }
  .mod_search__trigger:after {
    content: ""; }
  .nav-search-is-visible .mod_search__trigger {
    visibility: hidden;
    opacity: 0; }

.mod_search__submit {
  position: absolute;
  visibility: hidden;
  opacity: 0; }
  .mod_search__submit:after {
    content: ""; }
  .nav-search-is-visible .mod_search__submit {
    visibility: visible;
    opacity: 1; }

.mod_nav-mobile__search {
  width: 100%;
  color: #000 !important;
  float: none !important;
  z-index: 10;
  padding: 0; }
  .mod_nav-mobile__search .mod_search__wrapper {
    border-bottom: 1px solid currentColor; }
  .mod_nav-mobile__search .mod_search__form {
    padding-bottom: var(--spacer--xxs); }
  .search-is-active .mod_nav-mobile__search {
    height: 100vh; }
  .mod_nav-mobile__search .mod_search__results {
    margin-top: 0; }
  .mod_nav-mobile__search .mod_search__results-content {
    margin-top: var(--page--padding); }
    .mod_nav-mobile__search .mod_search__results-content .mod_search__result-group-title:first-of-type {
      margin-top: 0; }
  .mod_nav-mobile__search .mod_search__results--scrollbar {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    padding-bottom: 6.25em; }
    @media screen and (min-width: 1024px) {
      .mod_nav-mobile__search .mod_search__results--scrollbar {
        padding-bottom: 10.625em; } }
  .mod_nav-mobile__search .mod_search__submit {
    opacity: 1;
    visibility: visible; }
    .mod_nav-mobile__search .mod_search__submit:after {
      content: ""; }

.mod_nav .mod_search__input {
  max-width: 0;
  transition: max-width .25s; }
  .nav-search-is-visible .mod_nav .mod_search__input {
    max-width: 170px; }

.mod_nav .mod_search__results {
  position: absolute;
  top: calc(100% + var(--spacer--xs));
  right: 0;
  width: 25vw;
  display: none; }
  .nav-search-is-visible .mod_nav .mod_search__results {
    display: block; }

.mod_nav.mod_nav--inverted:not(.mod_nav--compact) .mod_search__results {
  filter: invert(1); }

.mod_nav .mod_search__results-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s .25s;
  max-height: 80vh;
  overflow: auto; }

.mod_nav .mod_search__results-content:not(:empty) {
  padding: var(--spacer--s);
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: opacity .25s; }

.mod_search__result-group-title {
  margin-bottom: var(--spacer--xs); }
  .mod_search__result + .mod_search__result-group-title {
    margin-top: var(--spacer--s); }

.mod_search__result {
  font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: var(--spacer--xs); }
  @media all and (max-width: 520px) {
    .mod_search__result {
      font-size: 1rem;
      line-height: 1.25rem; } }

.mod_breadcrumb {
  position: relative;
  margin-bottom: var(--spacer--m); }

.mod_breadcrumb__inner li {
  display: inline;
  color: #000;
  font-weight: 500; }
  .mod_breadcrumb__inner li a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: currentColor; }
    .mod_breadcrumb__inner li a:focus, .mod_breadcrumb__inner li a:hover {
      outline: 0;
      border-color: currentColor; }
  .mod_breadcrumb__inner li:not(:last-child) {
    opacity: .5; }
    .mod_breadcrumb__inner li:not(:last-child):after {
      content: "";
      font-size: 0.875rem; }
    .mod_breadcrumb__inner li:not(:last-child)::after {
      padding: 0 var(--spacer--xs); }

.mod_button, .mod_footer__newsletter-button {
  display: inline-block;
  border-radius: 0;
  text-decoration: none !important;
  background-color: transparent;
  padding: 12px 25px;
  color: #000;
  border: 1px solid #000;
  margin-right: var(--spacer--m); }
  .mod_button:hover, .mod_footer__newsletter-button:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer; }

/**
 * Booking button group.
 */
.mod_button__book {
  display: flex;
  align-items: center;
  margin-top: var(--spacer--m); }

.mod_button__book__details-link a {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .mod_button__book__details-link a:hover {
    cursor: pointer;
    text-decoration: none; }

.m-bg-container {
  padding: var(--spacer--xl) 0; }
  @media all and (max-width: 768px) {
    .m-bg-container {
      padding: var(--spacer--l) 0; } }
  .m-bg-container .layout__container--content-element, .m-bg-container .m-teaser-list {
    margin-bottom: 0; }

.m-bg-container--with-theme {
  background-color: var(--container-theme, #D1DCE1); }

.m-bg-container--white {
  background-color: #fff; }

.m-bg-container__eyebrow {
  margin-bottom: var(--spacer--xl); }
  @media all and (max-width: 1024px) {
    .m-bg-container__eyebrow {
      margin-bottom: var(--spacer--m); } }

.m-bg-container--mb {
  margin-bottom: var(--ce-margin-bottom); }

.m-text, .mod_footer__newsletter-text, .m-contact-person__data, .m-image-text__text,
.m-image-text__toggle-text, .m-columns__text-left,
.m-columns__text-right, .m-event__aside, .m-event__text {
  max-width: 42.5rem; }
  .m-text p, .mod_footer__newsletter-text p, .m-contact-person__data p, .m-image-text__text p, .m-image-text__toggle-text p, .m-columns__text-left p, .m-columns__text-right p, .m-event__aside p, .m-event__text p, .m-text ul, .mod_footer__newsletter-text ul, .m-contact-person__data ul, .m-image-text__text ul, .m-image-text__toggle-text ul, .m-columns__text-left ul, .m-columns__text-right ul, .m-event__aside ul, .m-event__text ul, .m-text ol, .mod_footer__newsletter-text ol, .m-contact-person__data ol, .m-image-text__text ol, .m-image-text__toggle-text ol, .m-columns__text-left ol, .m-columns__text-right ol, .m-event__aside ol, .m-event__text ol {
    margin-bottom: var(--spacer--s); }
    .m-text p:last-child, .mod_footer__newsletter-text p:last-child, .m-contact-person__data p:last-child, .m-image-text__text p:last-child, .m-image-text__toggle-text p:last-child, .m-columns__text-left p:last-child, .m-columns__text-right p:last-child, .m-event__aside p:last-child, .m-event__text p:last-child, .m-text ul:last-child, .mod_footer__newsletter-text ul:last-child, .m-contact-person__data ul:last-child, .m-image-text__text ul:last-child, .m-image-text__toggle-text ul:last-child, .m-columns__text-left ul:last-child, .m-columns__text-right ul:last-child, .m-event__aside ul:last-child, .m-event__text ul:last-child, .m-text ol:last-child, .mod_footer__newsletter-text ol:last-child, .m-contact-person__data ol:last-child, .m-image-text__text ol:last-child, .m-image-text__toggle-text ol:last-child, .m-columns__text-left ol:last-child, .m-columns__text-right ol:last-child, .m-event__aside ol:last-child, .m-event__text ol:last-child {
      margin-bottom: 0; }
  .m-text i, .mod_footer__newsletter-text i, .m-contact-person__data i, .m-image-text__text i, .m-image-text__toggle-text i, .m-columns__text-left i, .m-columns__text-right i, .m-event__aside i, .m-event__text i {
    font-style: italic;
    color: red; }
    .m-text i:after, .mod_footer__newsletter-text i:after, .m-contact-person__data i:after, .m-image-text__text i:after, .m-image-text__toggle-text i:after, .m-columns__text-left i:after, .m-columns__text-right i:after, .m-event__aside i:after, .m-event__text i:after {
      content: "(TDB, ob italic weiterhin genutzt wird)";
      color: orange; }
  .m-text ul, .mod_footer__newsletter-text ul, .m-contact-person__data ul, .m-image-text__text ul, .m-image-text__toggle-text ul, .m-columns__text-left ul, .m-columns__text-right ul, .m-event__aside ul, .m-event__text ul {
    padding-left: 1.25em; }
    .m-text ul li, .mod_footer__newsletter-text ul li, .m-contact-person__data ul li, .m-image-text__text ul li, .m-image-text__toggle-text ul li, .m-columns__text-left ul li, .m-columns__text-right ul li, .m-event__aside ul li, .m-event__text ul li {
      position: relative;
      padding-left: 0;
      list-style: none; }
      .m-text ul li:before, .mod_footer__newsletter-text ul li:before, .m-contact-person__data ul li:before, .m-image-text__text ul li:before, .m-image-text__toggle-text ul li:before, .m-columns__text-left ul li:before, .m-columns__text-right ul li:before, .m-event__aside ul li:before, .m-event__text ul li:before {
        position: absolute;
        top: 0.4375em;
        left: -0.9375em;
        width: 0.3125em;
        height: 0.3125em;
        border-radius: 100%;
        background-color: #000;
        content: ''; }
  .m-text ol, .mod_footer__newsletter-text ol, .m-contact-person__data ol, .m-image-text__text ol, .m-image-text__toggle-text ol, .m-columns__text-left ol, .m-columns__text-right ol, .m-event__aside ol, .m-event__text ol {
    padding-left: 1.5625em; }
    .m-text ol:last-child, .mod_footer__newsletter-text ol:last-child, .m-contact-person__data ol:last-child, .m-image-text__text ol:last-child, .m-image-text__toggle-text ol:last-child, .m-columns__text-left ol:last-child, .m-columns__text-right ol:last-child, .m-event__aside ol:last-child, .m-event__text ol:last-child {
      margin-bottom: 0; }
    .m-text ol li, .mod_footer__newsletter-text ol li, .m-contact-person__data ol li, .m-image-text__text ol li, .m-image-text__toggle-text ol li, .m-columns__text-left ol li, .m-columns__text-right ol li, .m-event__aside ol li, .m-event__text ol li {
      position: relative;
      list-style: decimal;
      display: list-item;
      position: relative;
      padding-left: 10px; }
  .m-text a, .mod_footer__newsletter-text a, .m-contact-person__data a, .m-image-text__text a, .m-image-text__toggle-text a, .m-columns__text-left a, .m-columns__text-right a, .m-event__aside a, .m-event__text a {
    text-decoration: underline;
    color: #000;
    text-underline-offset: 15%;
    text-decoration-thickness: 1px; }
    .m-text a:hover, .mod_footer__newsletter-text a:hover, .m-contact-person__data a:hover, .m-image-text__text a:hover, .m-image-text__toggle-text a:hover, .m-columns__text-left a:hover, .m-columns__text-right a:hover, .m-event__aside a:hover, .m-event__text a:hover {
      cursor: pointer;
      text-decoration: none; }

.m-text--sans-serif, .mod_form__newsletter-form-text {
  max-width: 42.5rem; }
  .m-text--sans-serif p, .mod_form__newsletter-form-text p, .m-text--sans-serif ul, .mod_form__newsletter-form-text ul, .m-text--sans-serif ol, .mod_form__newsletter-form-text ol {
    margin-bottom: var(--spacer--s); }
    .m-text--sans-serif p:last-child, .mod_form__newsletter-form-text p:last-child, .m-text--sans-serif ul:last-child, .mod_form__newsletter-form-text ul:last-child, .m-text--sans-serif ol:last-child, .mod_form__newsletter-form-text ol:last-child {
      margin-bottom: 0; }
  .m-text--sans-serif i, .mod_form__newsletter-form-text i {
    font-style: italic;
    color: red; }
    .m-text--sans-serif i:after, .mod_form__newsletter-form-text i:after {
      content: "(TDB, ob italic weiterhin genutzt wird)";
      color: orange; }
  .m-text--sans-serif ul, .mod_form__newsletter-form-text ul {
    padding-left: 1.25em; }
    .m-text--sans-serif ul li, .mod_form__newsletter-form-text ul li {
      position: relative;
      padding-left: 0;
      list-style: none; }
      .m-text--sans-serif ul li:before, .mod_form__newsletter-form-text ul li:before {
        position: absolute;
        top: 0.4375em;
        left: -0.9375em;
        width: 0.3125em;
        height: 0.3125em;
        border-radius: 100%;
        background-color: #000;
        content: ''; }
  .m-text--sans-serif ol, .mod_form__newsletter-form-text ol {
    padding-left: 1.5625em; }
    .m-text--sans-serif ol:last-child, .mod_form__newsletter-form-text ol:last-child {
      margin-bottom: 0; }
    .m-text--sans-serif ol li, .mod_form__newsletter-form-text ol li {
      position: relative;
      list-style: decimal;
      display: list-item;
      position: relative;
      padding-left: 10px; }
  .m-text--sans-serif a, .mod_form__newsletter-form-text a {
    text-decoration: underline;
    color: #000;
    text-underline-offset: 15%;
    text-decoration-thickness: 1px; }
    .m-text--sans-serif a:hover, .mod_form__newsletter-form-text a:hover {
      cursor: pointer;
      text-decoration: none; }

.m-figure img {
  width: auto;
  max-height: 65vh;
  max-width: 100%; }

.m-figure--full-width img {
  width: 100%;
  max-height: none; }

/**
 *
 *
 *
 *
 *
 *
 * @TODO Old Stuff, Remove, just for reference while developing
 *
 *
 *
 *
 *
 *
 */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

.mod_slider_padding-wrap {
  position: relative;
  padding: 0 6.25em; }
  @media all and (max-width: 768px) {
    .mod_slider_padding-wrap {
      padding: 0 3.125em; } }
  @media all and (max-width: 520px) {
    .mod_slider_padding-wrap {
      padding: 0 0em; } }

.mod_slider__wrap {
  position: relative;
  padding-top: 66.66667%; }

.mod_slider__wrap--has-caption {
  margin-bottom: 6.25em; }
  @media all and (max-width: 600px) {
    .mod_slider__wrap--has-caption {
      margin-bottom: 8.75em; } }

.mod_slider {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .mod_slider .rsContent {
    transition-duration: 0.4s; }

.mod_slider__slide {
  position: relative; }
  .mod_slider__slide .mod_slider__image__wrapper {
    position: relative;
    padding-top: 66.66667%; }
  .mod_slider__slide .mod_slider__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .mod_slider__slide .mod_slider__image img {
      width: inherit;
      height: 100%;
      margin: 0 auto;
      opacity: 0;
      transition: opacity 0.4s ease-in-out; }
      .mod_slider__slide .mod_slider__image img.lazyloaded {
        opacity: 1; }

/**
 * Counter
 */
.mod_slider__counter {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 66.66667%;
  margin-top: var(--spacer--xs); }
  @media all and (max-width: 520px) {
    .mod_slider__counter {
      right: 0em; } }

/**
 * Caption
 */
.mod_slider .m-caption {
  padding-right: 3.125em;
  text-align: left; }
  .mod_slider .m-caption p:last-child {
    display: inline; }
  @media all and (max-width: 520px) {
    .mod_slider .m-caption {
      margin-left: 0em;
      margin-right: 0em; } }

/**
 * Arrow styles
 */
.mod_slider__prev,
.mod_slider__next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  padding-top: 66.66667%;
  top: 0;
  width: 50%;
  cursor: pointer; }
  .video-is-playing .mod_slider__prev, .video-is-playing
  .mod_slider__next {
    z-index: 0; }
  .mod_slider__prev:before,
  .mod_slider__next:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .mod_slider__prev:after,
  .mod_slider__next:after {
    font-size: 35px; }
  .mod_slider__prev.is-disabled,
  .mod_slider__next.is-disabled {
    opacity: 0.3; }
  @media all and (max-width: 520px) {
    .mod_slider__prev,
    .mod_slider__next {
      display: none; } }

.mod_slider__prev {
  left: -6.25em; }
  .mod_slider__prev:after {
    content: ""; }
  @media all and (max-width: 768px) {
    .mod_slider__prev {
      left: -3.125em; } }
  @media all and (max-width: 520px) {
    .mod_slider__prev {
      left: 0em; } }
  .mod_slider__prev:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.625em; }

.mod_slider__next {
  right: -6.25em; }
  .mod_slider__next:after {
    content: ""; }
  @media all and (max-width: 768px) {
    .mod_slider__next {
      right: -3.125em; } }
  @media all and (max-width: 520px) {
    .mod_slider__next {
      right: 0em; } }
  .mod_slider__next:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.625em; }

/**
 * Royalslider Video Styles
 */
.rsVideoContainer {
  position: relative;
  line-height: 0;
  /**
     * Damit das Video laden kann, muss die Klasse .rsImg gesetzt werden.
     * Die Größe des Videos wird nach dem 'src' Image berechnet. Jenes ist nur ein 1x1 baseImg, damit der lazyload
     * für das srcset funktioniert. Entsprechend überschreiben wir die inline Styles für den .rsVideoContainer,
     * damit das Cover Bild nach dem laden über lazysizes angezeigt wird.
     */
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: 0.3s; }
  .rsVideoFrameHolder.rsVideoActive {
    opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

.rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsPlayBtn {
  width: 3.75em;
  height: 3.75em;
  margin-left: -1.875em;
  margin-top: -1.875em;
  cursor: pointer; }

.rsPlayBtnIcon {
  position: relative;
  width: 3.75em;
  height: 3.75em;
  border-radius: 2px; }
  .rsPlayBtnIcon:after {
    position: absolute;
    top: 0.625em;
    left: 0.625em;
    content: '';
    width: 0;
    height: 0;
    border-top: 1.25em solid transparent;
    border-bottom: 1.25em solid transparent;
    border-left: 1.875em solid #fff; }

.rsCloseVideoBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75em;
  height: 3.75em;
  z-index: 500;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsCloseVideoBtn:before, .rsCloseVideoBtn:after {
    content: '';
    width: 2.5em;
    height: 0.125em;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.0625em;
    transform-origin: 50% 50%;
    left: 0.625em; }
  .rsCloseVideoBtn:before {
    transform: rotate(-45deg); }
  .rsCloseVideoBtn:after {
    transform: rotate(45deg); }
  .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }
  @media all and (max-width: 520px) {
    .rsCloseVideoBtn {
      width: 1.875em;
      height: 1.875em; }
      .rsCloseVideoBtn:before, .rsCloseVideoBtn:after {
        width: 1.25em;
        left: 0.3125em; } }

.rsCloseVideoIcn {
  width: 3.75em;
  height: 3.75em; }
  @media all and (max-width: 520px) {
    .rsCloseVideoIcn {
      width: 1.875em;
      height: 1.875em; } }

.m-download {
  width: 100%; }

.m-download__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  background-color: transparent;
  margin-bottom: var(--spacer--s);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat; }
  .m-download__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-download__image:after {
    display: block;
    content: '';
    padding-top: 100%; }
  .m-download__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-download__image > img.lazyloaded {
      opacity: 1; }

.m-download__text {
  margin-bottom: var(--spacer--s); }

.m-download__link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-download__link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-audio {
  background-color: #E7E6DE; }
  @media all and (min-width: 521px) {
    .m-audio {
      display: flex;
      align-items: center; } }

.m-audio__cover {
  align-self: flex-start;
  width: 336px; }
  @media all and (max-width: 520px) {
    .m-audio__cover {
      width: 100%; } }

.m-audio__content {
  flex: 1;
  padding: var(--spacer--l); }
  @media all and (max-width: 768px) {
    .m-audio__content {
      padding: var(--spacer--s); } }

.m-audio__text p {
  margin-bottom: var(--spacer--s); }

.m-audio__player {
  width: 100%; }

.plyr--audio {
  --plyr-color-main: #fff;
  --plyr-control-radius: 0px;
  --plyr-control-spacing: var(--spacer--xs);
  --plyr-control-icon-size: 14px;
  --plyr-audio-progress-buffered-background: rgba(0, 0, 0, .1);
  --plyr-audio-controls-background: transparent;
  --plyr-audio-control-color: #000;
  --plyr-audio-control-color-hover: #000;
  --plyr-range-thumb-background: #000;
  --plyr-range-thumb-shadow: none;
  --plyr-range-thumb-height: 14px;
  --plyr-range-track-height: 4px;
  --plyr-range-fill-background: #fff; }
  .plyr--audio .plyr__volume input[type=range] {
    color: var(--plyr-audio-progress-buffered-background); }
  .plyr--audio .plyr__controls {
    padding: 0; }
  .plyr--audio .plyr__controls .plyr__controls__item:first-child {
    background-color: #fff;
    padding: var(--spacer--xs); }
  .plyr--audio .plyr__time--current {
    font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
    font-size: 0.75em; }

.m-contact-person {
  width: 100%; }

.m-contact-person__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--s); }
  .m-contact-person__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-contact-person__image:after {
    display: block;
    content: '';
    padding-top: 100%; }
  .m-contact-person__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-contact-person__image > img.lazyloaded {
      opacity: 1; }

.m-contact-person__name {
  margin-bottom: 0; }

.m-contact-person__function {
  margin-bottom: var(--spacer--xs); }

.m-contact-person__data-item {
  margin-bottom: var(--spacer--xxs); }
  .m-contact-person__data-item:last-of-type {
    margin-bottom: 0; }
  .m-contact-person__data-item a {
    color: #000;
    text-decoration: none; }

.m-contact-person__link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px;
  display: inline-block;
  margin-top: var(--spacer--s); }
  .m-contact-person__link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-image-text {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row);
  grid-template-columns: 6fr 6fr; }
  @media all and (max-width: 768px) {
    .m-image-text {
      grid-template-columns: 12fr; } }

.m-image-text__image {
  display: block;
  position: relative;
  background-color: #E7E6DE; }
  .m-image-text__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-image-text__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-image-text__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-image-text__image > img.lazyloaded {
      opacity: 1; }

.m-image-text__toggle-text {
  display: none;
  /**
	 * Same space between text and toggle like headline to text
	 */
  margin-top: var(--spacer--m); }

.m-image-text__toggle {
  position: relative;
  cursor: pointer;
  display: block;
  height: 2.375em;
  text-align: center;
  /**
	 * Same space between text and toggle like headline to text
	 */
  margin-top: var(--spacer--m); }
  .m-image-text__toggle:before, .m-image-text__toggle:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 2.125em;
    height: 1px;
    background-color: #000;
    left: 0; }
  .m-image-text__toggle:after {
    transform: rotate(90deg); }
  .more-is-visible .m-image-text__toggle:after {
    transform: rotate(0deg); }

@media all and (min-width: 769px) {
  .m-image-text--image-right .m-image-text__image-container {
    order: 2; }
  .m-image-text--image-right .m-image-text__content {
    order: 1; } }

.m-intro-text {
  max-width: 61.875rem; }
  .m-intro-text a {
    text-decoration: underline;
    color: #000;
    text-underline-offset: 15%;
    text-decoration-thickness: 1px;
    text-decoration-thickness: 3px; }
    .m-intro-text a:hover {
      cursor: pointer;
      text-decoration: none; }

@media all and (min-width: 1025px) {
  .m-columns {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-row-gap: var(--grid-gutter--row);
    grid-template-columns: 6fr 6fr; } }

.m-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out; }
  .m-overlay.is-in {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.3s ease-in-out; }

.m-overlay-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  color: #fff;
  cursor: pointer;
  z-index: 99999; }
  .m-overlay-close:after {
    content: "";
    font-size: 25px; }
  .m-overlay-close:before {
    display: block;
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.m-overlay__container {
  width: 100%;
  height: 100%;
  padding: 3.125rem;
  overflow: scroll;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media all and (max-width: 520px) {
    .m-overlay__container {
      padding: 0.625rem;
      padding-top: 3.125rem; } }
  .m-overlay__container .m-overlay__media {
    width: 100%; }

.m-overlay__text {
  display: none; }

.m-overlay__media {
  max-width: 62.5rem;
  margin: 0 auto; }

.m-overlay--is-image .m-overlay__container {
  display: block; }

.m-overlay--is-image .m-overlay__media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .m-overlay--is-image .m-overlay__media img {
    max-width: 62.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%; }

.m-overlay--has-text .m-overlay__container {
  display: block; }

.m-overlay--has-text .m-overlay__media {
  margin-bottom: 2rem; }

.m-overlay--has-text .m-overlay__text {
  display: block;
  color: #fff;
  max-width: 50rem;
  margin: 0 auto; }
  .m-overlay--has-text .m-overlay__text a {
    color: #fff; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  max-width: 1200px; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.m-caption {
  max-width: var(--headlines-max-width);
  position: relative;
  margin-top: var(--spacer--xs); }
  .m-caption p {
    display: inline; }
    .m-caption p a {
      text-decoration: underline;
      color: #000;
      text-underline-offset: 15%;
      text-decoration-thickness: 1px;
      display: inline-block; }
      .m-caption p a:hover {
        cursor: pointer;
        text-decoration: none; }
  .m-caption .icon--copyright {
    display: inline-block; }

.m-caption__copyright {
  display: inline-block;
  color: #999; }

/*

The .is-blog class is applied when the Journal Page is open.

You can set the Journal page within the global contents of the cms.

*/
body.is-blog .layout__page-wrapper {
  background-color: #E7E6DE; }

body.is-blog .mod_footer {
  border-top: 8px solid #fff; }

.m-msh-info-box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.m-msh-info-box__element {
  grid-column: span 1; }
  @media all and (max-width: 768px) {
    .m-msh-info-box__element {
      grid-column: span 1; } }
  @media all and (max-width: 600px) {
    .m-msh-info-box__element {
      grid-column: span 4; } }

.mod_accordion:before, .mod_accordion:after {
  content: ' ';
  display: table;
  clear: both; }

.mod_accordion .typo__small-text {
  color: #D64536;
  font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem; }

/*.mod_accordion--direct-booking {
    .mod_accordion__trigger-wrapper {
        cursor: inherit;
    }

    .mod_accordion__date-container {
        @media all and (max-width: $tablet--landscape) {
            margin-bottom: space(1);
        }
    }

    .mod_accordion__title-container {
        @media all and (max-width: $tablet--landscape) {
            margin-bottom: space(1);
        }

        @media all and (max-width: $mobile) {
        }
    }

    .mod_accordion__trigger-container {
        @media all and (max-width: $tablet--landscape) {
        }
    }

    .mod_accordion__title-date {
        @media all and (max-width: $tablet--landscape) {
            display: inline-block;
            margin-bottom: space(1);
        }
    }
}*/
/*.mod_accordion--no-padding {
    .mod_accordion__date-container {
        padding-left: 0;
    }

    .mod_accordion__trigger-container {
        padding-right: 0;
    }
}*/
.mod_accordion__headline {
  position: relative;
  text-align: center;
  max-width: 100% !important;
  margin-bottom: var(--spacer--l); }

.mod_accordion__headline__previous.-is-disabled,
.mod_accordion__headline__next.-is-disabled {
  color: #E7E6DE; }

.mod_accordion__headline__previous,
.mod_accordion__headline__next {
  position: absolute;
  text-decoration: none;
  color: currentColor; }

.mod_accordion__headline__previous {
  left: 0; }
  .mod_accordion__headline__previous:after {
    content: "";
    font-size: 2.25rem; }
  .mod_accordion__headline__previous:before {
    position: absolute;
    display: inline-block;
    content: "Vorheriger Monat";
    left: 30px;
    top: 50%;
    margin-top: -2px;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    width: 200px; }
    @media all and (max-width: 680px) {
      .mod_accordion__headline__previous:before {
        display: none; } }
  @media all and (max-width: 1024px) {
    .mod_accordion__headline__previous::after {
      font-size: 1.75rem; } }

.mod_accordion__headline__next {
  right: 0; }
  .mod_accordion__headline__next:after {
    content: "";
    font-size: 2.25rem; }
  .mod_accordion__headline__next:before {
    position: absolute;
    display: inline-block;
    content: "Nächster Monat";
    right: 30px;
    top: 50%;
    margin-top: -2px;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    width: 200px; }
    @media all and (max-width: 680px) {
      .mod_accordion__headline__next:before {
        display: none; } }
  @media all and (max-width: 1024px) {
    .mod_accordion__headline__next::after {
      font-size: 1.75rem; } }

.mod_accordion__time {
  display: none; }
  .is-open .mod_accordion__time {
    display: block; }

.mod_accordion__element {
  background-color: #f6f4da;
  margin-bottom: var(--spacer--s);
  padding: var(--spacer--s); }

/*
 * Row 1
 */
.mod_accordion__trigger-wrapper {
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row); }

/*
 * Row 1, Column 1
 */
.mod_accordion__date-container {
  grid-column: span 2; }
  @media all and (max-width: 1024px) {
    .mod_accordion__date-container {
      grid-column: span 3; } }
  @media all and (max-width: 520px) {
    .mod_accordion__date-container {
      display: none; } }
  .mod_accordion__date-container .mod_accordion__tag {
    margin: 0; }

/*
 * Row 1, Column 2
 */
.mod_accordion__title-container {
  grid-column: span 7; }
  @media all and (max-width: 1024px) {
    .mod_accordion__title-container {
      grid-column: span 8; } }
  @media all and (max-width: 520px) {
    .mod_accordion__title-container {
      grid-column: span 12; } }
  .mod_accordion__title-container .mod_accordion__tag {
    margin-bottom: var(--spacer--xs); }
    @media all and (max-width: 520px) {
      .mod_accordion__title-container .mod_accordion__tag {
        font-size: inherit;
        display: block; } }

.mod_accordion__title-date {
  display: none; }
  @media all and (max-width: 520px) {
    .mod_accordion__title-date {
      display: block;
      margin-bottom: var(--spacer--xxs); } }

.mod_accordion__title {
  margin-bottom: var(--spacer--xxs); }

.is-open .mod_accodion__subtitle {
  margin-bottom: var(--spacer--xs); }

/*
 * Row 1, Column 3
 */
.mod_accordion__trigger-container {
  grid-column: span 3; }
  @media all and (max-width: 1024px) {
    .mod_accordion__trigger-container {
      position: absolute;
      top: 0;
      right: 0; } }

.mod_accordion__note--in-trigger {
  float: left; }
  @media all and (max-width: 1024px) {
    .mod_accordion__note--in-trigger {
      display: none; } }

.mod_accordion__note--in-title {
  display: none; }
  @media all and (max-width: 1024px) {
    .mod_accordion__note--in-title {
      display: block;
      margin-top: var(--spacer--xs); } }

.mod_accordion__trigger {
  float: right;
  line-height: 1; }
  .mod_accordion__trigger:after {
    content: "";
    font-size: 1.5625rem; }
  @media all and (max-width: 1024px) {
    .mod_accordion__trigger::after {
      font-size: 1.25rem; } }
  .is-open .mod_accordion__trigger::after {
    display: block;
    transform: rotate(180deg);
    transform-origin: 50% 50%; }

.mod_accordion__content {
  display: none; }
  .mod_accordion__content p {
    margin-bottom: var(--spacer--xs); }
  .is-open .mod_accordion__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-row-gap: var(--grid-gutter--row); }

.mod_accordion__text {
  word-wrap: break-word;
  margin-bottom: var(--spacer--xs); }

.mod_accordion__image {
  display: none;
  margin-bottom: var(--spacer--xs); }
  @media all and (max-width: 1024px) {
    .mod_accordion__image {
      display: block; } }

.mod_accordion__content__main {
  grid-column: 3 / span 7; }
  @media all and (max-width: 1024px) {
    .mod_accordion__content__main {
      grid-column: 4 / span 7;
      margin-top: var(--spacer--xs); } }
  @media all and (max-width: 520px) {
    .mod_accordion__content__main {
      grid-column: 1 / span 12; } }

.mod_accordion__content__aside {
  grid-column: span 3; }
  @media all and (max-width: 1024px) {
    .mod_accordion__content__aside {
      display: none; } }
  .mod_accordion__content__aside .mod_figure {
    font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1rem; }
    .mod_accordion__content__aside .mod_figure figcaption {
      margin-top: var(--spacer--xs); }

.mod_accordion__mobile-date {
  display: none; }
  @media all and (max-width: 520px) {
    .mod_accordion__mobile-date {
      display: block; } }

.m-overview-link {
  text-align: center;
  margin-bottom: var(--spacer--xl); }
  .m-overview-link a {
    text-decoration: underline;
    color: #000;
    text-underline-offset: 15%;
    text-decoration-thickness: 1px;
    display: inline-block; }
    .m-overview-link a:hover {
      cursor: pointer;
      text-decoration: none; }
  .m-overview-link:last-of-type {
    margin-bottom: var(--spacer--xxl); }

@media all and (min-width: 769px) {
  .m-event__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--grid-gutter);
    grid-row-gap: var(--grid-gutter--row);
    grid-template-columns: 8fr 4fr; } }

@media all and (max-width: 768px) {
  .m-event__main {
    margin-bottom: var(--ce-margin-bottom); } }

.m-event__tag {
  margin-bottom: var(--spacer--m);
  display: none; }

.m-event__image {
  margin-bottom: var(--spacer--xl); }

.m-event__text {
  margin-bottom: 2rem; }

/* @TODO check if we use this style in other event parts too */
.m-changed-note {
  color: #D64536; }

.mod_filter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: var(--spacer--l); }
  .mod_filter.mod_filter--has-open-elements {
    overflow: visible; }
    .mod_filter.mod_filter--has-open-elements:before, .mod_filter.mod_filter--has-open-elements:after {
      content: ' ';
      display: table;
      clear: both; }
  @media all and (max-width: 800px) {
    .mod_filter {
      margin-bottom: var(--spacer--s); } }
  @media all and (min-width: 801px) {
    .mod_filter {
      height: 2.125em; } }

@media all and (min-width: 1200px) {
  .mod_filter--presse {
    float: right;
    margin-top: -1.625rem; } }

.mod_filter__filter {
  height: 2.125em;
  margin-bottom: var(--spacer--l); }
  @media all and (min-width: 801px) {
    .mod_filter__filter {
      float: left;
      margin-right: var(--spacer--s);
      margin-bottom: 0; } }

.mod_filter__title {
  margin-bottom: 0.3125rem; }
  @media all and (min-width: 801px) {
    .mod_filter__title {
      float: left;
      margin-right: var(--spacer--s); } }

.mod_filter__dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .mod_filter__dropdown.mod_filter__dropdown--active .mod_filter__drodown__active-element:after {
    transform: rotate(180deg) translateY(50%); }
  .mod_filter__dropdown.mod_filter__dropdown--active .mod_filter__list {
    opacity: 1;
    position: relative;
    z-index: 1; }
  @media all and (max-width: 800px) {
    .mod_filter__dropdown {
      width: 100%; } }

.mod_filter__drodown__active-element {
  position: relative;
  border-bottom: 1px solid;
  height: 1.5em; }
  .mod_filter__drodown__active-element:after {
    content: "";
    font-size: 12px; }
  @media all and (max-width: 800px) {
    .mod_filter__drodown__active-element {
      font-size: 18px; } }
  .mod_filter__drodown__active-element:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.mod_filter__list {
  opacity: 0;
  margin-top: 0.5em;
  background-color: #fff;
  padding: 1em 2em 1em 1em;
  line-height: 1; }
  @media all and (min-width: 801px) {
    .mod_filter__list {
      margin-left: -1em;
      margin-right: -1em; } }
  @media all and (max-width: 800px) {
    .mod_filter__list {
      padding: var(--spacer--s) 0; } }

.mod_filter__elem {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px;
  display: block;
  margin-bottom: 0.625em; }
  .mod_filter__elem:hover {
    cursor: pointer;
    text-decoration: none; }
  .mod_filter__elem:last-child {
    margin-bottom: 0; }
  .mod_filter__elem span {
    display: inline-block;
    border-bottom: 1px solid transparent; }
  .mod_filter__elem:hover span, .mod_filter__elem.is-active span {
    border-bottom: 1px solid; }

.mod_filter__loader {
  position: relative;
  height: 6.25em; }

.mod_filter__loader:after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 800ms infinite linear;
          animation: cssload-spin 800ms infinite linear;
  position: relative;
  display: block; }

/**
 * Events filter
 */
.mod_filter--events {
  height: inherit; }
  .mod_filter--events .mod_filter__drodown__active-element {
    padding-right: 1.5625rem; }
  .mod_filter--events .mod_filter__list {
    font-size: 1.125rem; }
  @media all and (min-width: 801px) {
    .mod_filter--events .mod_filter__filter {
      margin-right: var(--spacer--xs); } }
  .mod_filter--events .mod_filter__title {
    margin-right: var(--spacer--xs); }

.mod_filter__prev-next-container {
  position: relative;
  overflow: hidden;
  padding-top: 50px; }

.mod_filter__prev {
  float: left;
  cursor: pointer; }
  .mod_filter__prev:after {
    font-size: 1.25rem; }
  .mod_filter__prev.-is-disabled {
    color: #000; }

.mod_filter__next {
  float: right;
  cursor: pointer; }
  .mod_filter__next:after {
    font-size: 1.25rem; }
  .mod_filter__next.-is-disabled {
    color: #000; }

.m-filter__no-results {
  text-align: center;
  display: none; }

.m-filter-tags {
  margin-bottom: var(--spacer--xl); }

.m-filter-tags__container {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  margin-bottom: var(--spacer--s);
  height: 0; }
  @media screen and (min-width: 768px) {
    .m-filter-tags__container {
      flex-flow: row nowrap;
      height: 200px; } }

.m-filter-tags__container--extended {
  height: auto; }

.m-filter-tags__taxonomy {
  flex: 1;
  margin-bottom: var(--spacer--m); }

.m-filter-tags__taxonomy--wide {
  flex: 2; }

.m-filter-tags__title {
  font-family: 'ABCMonumentGrotesk-Medium', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: var(--spacer--xs); }
  @media all and (max-width: 520px) {
    .m-filter-tags__title {
      font-size: 1rem;
      line-height: 1.25rem; } }

.m-tag-row__first-item {
  display: block; }

.m-filter-tags__item {
  cursor: pointer;
  float: none;
  transition: background-color .15s; }
  .m-filter-tags__item:not(.is-active) {
    font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.15); }
    .m-filter-tags__item:not(.is-active):hover {
      background-color: rgba(255, 255, 255, 0.5); }

.m-filter-tags__more {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%; }
  .m-filter-tags__more span {
    display: inline-flex;
    align-items: center;
    flex: none;
    padding: 0 var(--spacer--xs); }
    .m-filter-tags__more span:before {
      content: ""; }
    .m-filter-tags__more span::before {
      margin-right: var(--spacer--xxs);
      position: relative;
      top: -1px; }
  .m-filter-tags__more::before, .m-filter-tags__more::after {
    display: block;
    content: "";
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15); }

.m-filter-tags__more--active span:before {
  content: ""; }

.m-filter-tags__more-label::after {
  content: attr(data-label-open-mobile); }
  @media screen and (min-width: 768px) {
    .m-filter-tags__more-label::after {
      content: attr(data-label-open); } }
  .m-filter-tags__more--active .m-filter-tags__more-label::after {
    content: attr(data-label-close); }

.m-sharing__container {
  display: block;
  text-align: center;
  padding-bottom: var(--spacer--xl); }

.m-sharing {
  position: relative;
  margin: 0 auto;
  display: inline-block; }

.m-sharing__title {
  margin-bottom: var(--spacer--xs); }

.m-sharing__icons {
  font-size: 1.5rem; }
  .m-sharing__icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    text-decoration: none;
    color: #000;
    background-color: #D1DCE1;
    padding: var(--spacer--xs); }
    .is-blog .m-sharing__icons a {
      background: transparent; }
  .m-sharing__icons span {
    display: inline-block;
    text-indent: -99em; }

.mod_article-intro {
  display: grid;
  grid-gap: 0 var(--spacer--xl);
  margin-bottom: var(--spacer--l); }
  @media screen and (min-width: 769px) {
    .mod_article-intro {
      margin-bottom: var(--spacer--xxl); } }
  @media screen and (min-width: 1025px) {
    .mod_article-intro {
      grid-template-columns: 1fr 21.5rem;
      grid-gap: 0 var(--spacer--xl); } }
  @media screen and (max-width: 1024px) {
    .mod_article-intro {
      display: flex;
      flex-direction: column; } }

@media screen and (min-width: 769px) {
  .mod_article-intro--has-text {
    margin-bottom: var(--spacer--xl); } }

.mod_article-intro__featured-image {
  grid-column: span 2;
  margin-bottom: var(--spacer--l); }
  @media screen and (min-width: 1025px) {
    .mod_article-intro__featured-image {
      margin-bottom: var(--spacer--xxl); } }
  @media screen and (max-width: 1024px) {
    .mod_article-intro__featured-image {
      order: 2; } }

.mod_article-intro__featured-text {
  grid-column: span 2; }
  @media screen and (min-width: 1025px) {
    .mod_article-intro__featured-text {
      grid-column: span 1; } }
  @media screen and (max-width: 1024px) {
    .mod_article-intro__featured-text {
      order: 3; } }

.mod_article-intro__sidebar {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  grid-column: span 1; }
  @media screen and (min-width: 769px) {
    .mod_article-intro__sidebar {
      grid-column: span 2; } }
  @media screen and (min-width: 1025px) {
    .mod_article-intro__sidebar {
      grid-column: span 1;
      display: block; } }
  @media screen and (max-width: 1024px) {
    .mod_article-intro__sidebar {
      order: 1; } }
  .mod_article-intro__sidebar > * {
    margin-bottom: var(--spacer--s);
    flex-basis: 100%;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .mod_article-intro__sidebar > * {
        flex-basis: calc(100% / 3); } }
  @media screen and (min-width: 1025px) {
    .mod_article-intro--has-text .mod_article-intro__sidebar > * {
      flex-basis: 100%; } }
  @media screen and (max-width: 1024px) {
    .mod_article-intro--has-text .mod_article-intro__sidebar {
      margin-bottom: var(--spacer--m); } }

.mod_article-infos__title {
  margin-right: var(--spacer--xs); }

.mod_intro__authors .mod_article-infos {
  display: flex;
  align-items: center; }
  .mod_intro__authors .mod_article-infos .m-tag {
    margin-bottom: 0; }

.mod_article-intro__sidebar .mod_article-infos__title {
  margin-bottom: var(--spacer--xs); }

.m-tag {
  float: left;
  padding: var(--spacer--xxs);
  background-color: #fff;
  color: #000;
  margin-right: var(--spacer--xs);
  margin-bottom: var(--spacer--xs);
  text-decoration: none; }

video {
  width: 100%; }

.mod_special-video {
  position: relative; }

.mod_special-video__image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .mod_special-video__image.is-in {
    display: block; }
  .mod_special-video__image:hover {
    cursor: pointer; }

.mod_bg-box {
  padding: var(--spacer--m);
  background-color: var(--container-theme, #D1DCE1); }
  @media all and (max-width: 768px) {
    .mod_bg-box {
      padding: var(--spacer--s); } }
  @media all and (max-width: 520px) {
    .mod_bg-box {
      padding: var(--spacer--xs); } }

.m-teaser-grid--two {
  /* @TODO is overwriting it locally okay? should be the exception here */
  --grid-gutter--row: var(--spacer--xl);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row);
  grid-template-columns: 6fr 6fr; }
  @media all and (max-width: 520px) {
    .m-teaser-grid--two {
      grid-template-columns: 12fr; } }

.m-teaser-grid--two__item {
  display: flex; }

.m-teaser-grid--third {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row);
  grid-template-columns: 4fr 4fr 4fr; }
  @media all and (max-width: 768px) {
    .m-teaser-grid--third {
      grid-template-columns: 6fr 6fr; } }
  @media all and (max-width: 520px) {
    .m-teaser-grid--third {
      grid-template-columns: 12fr; } }

.m-teaser-grid--fourth {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row);
  grid-template-columns: 4fr 4fr 4fr 4fr; }
  @media all and (max-width: 1024px) {
    .m-teaser-grid--fourth {
      grid-template-columns: 4fr 4fr 4fr; } }
  @media all and (max-width: 768px) {
    .m-teaser-grid--fourth {
      grid-template-columns: 6fr 6fr; } }
  @media all and (max-width: 520px) {
    .m-teaser-grid--fourth {
      grid-template-columns: 12fr; } }

.m-teaser-grid--third__item {
  display: flex; }

@media all and (max-width: 600px) {
  .m-teaser-list {
    padding: 0; } }

.m-teaser-list__item {
  margin-bottom: var(--grid-gutter); }
  .m-teaser-list__item:last-child {
    margin-bottom: 0; }

.m-teaser {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%; }

.m-teaser__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--xs); }
  .m-teaser__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser__image > img.lazyloaded {
      opacity: 1; }

.m-teaser__meta {
  margin-bottom: var(--spacer--xs); }

.m-teaser__text {
  flex: 1;
  margin-bottom: var(--spacer--xs); }

.m-teaser__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-medium {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%; }

.m-teaser-medium__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--s); }
  .m-teaser-medium__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-medium__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-medium__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-medium__image > img.lazyloaded {
      opacity: 1; }

.m-teaser-medium__meta {
  margin-bottom: var(--spacer--xs); }

.m-teaser-medium__text {
  flex: 1;
  margin-bottom: var(--spacer--xs); }

.m-teaser-medium__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-medium__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-brick {
  display: block;
  background-color: #E7E6DE;
  padding: var(--spacer--s);
  text-decoration: none;
  color: inherit;
  width: 100%; }
  @media all and (min-width: 601px) {
    .m-teaser-brick {
      display: flex;
      padding: var(--spacer--s); } }

@media all and (min-width: 601px) {
  .m-teaser-brick__image-container {
    flex: 0 0 40%;
    margin-right: var(--spacer--l); } }

.m-teaser-brick__image {
  display: block;
  position: relative; }
  .m-teaser-brick__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-brick__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-brick__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-brick__image > img.lazyloaded {
      opacity: 1; }
  @media all and (max-width: 600px) {
    .m-teaser-brick__image {
      margin-bottom: var(--spacer--m); } }

.m-teaser-brick__meta {
  margin-bottom: var(--spacer--xs); }

.m-teaser-brick__content {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.m-teaser-brick__text {
  margin-bottom: var(--spacer--xs); }

.m-teaser-brick__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-brick__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-xl__grid-container-with-image {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter); }
  .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-text {
    grid-column-start: 1;
    grid-column-end: 6; }
    @media all and (max-width: 1024px) {
      .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-text {
        grid-column-start: 1;
        grid-column-end: 6; } }
    @media all and (max-width: 768px) {
      .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-text {
        grid-column-start: 2;
        grid-column-end: 12; } }
    @media all and (max-width: 520px) {
      .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-text {
        grid-column-start: 1;
        grid-column-end: 13; } }
  .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-image {
    grid-column-start: 6;
    grid-column-end: -1; }
    @media all and (max-width: 1024px) {
      .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-image {
        grid-column-start: 6;
        grid-column-end: -1; } }
    @media all and (max-width: 768px) {
      .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-image {
        grid-column-start: 1;
        grid-column-end: 13; } }
    @media all and (max-width: 520px) {
      .m-teaser-xl__grid-container-with-image .m-teaser-xl__col-image {
        grid-column-start: 1;
        grid-column-end: 13; } }

.m-teaser-xl__grid-container-without-image {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter--row); }
  .m-teaser-xl__grid-container-without-image .m-teaser-xl__col-text {
    grid-column-start: 4;
    grid-column-end: 10; }
    @media all and (max-width: 1024px) {
      .m-teaser-xl__grid-container-without-image .m-teaser-xl__col-text {
        grid-column-start: 2;
        grid-column-end: 11; } }
    @media all and (max-width: 768px) {
      .m-teaser-xl__grid-container-without-image .m-teaser-xl__col-text {
        grid-column-start: 2;
        grid-column-end: 12; } }
    @media all and (max-width: 520px) {
      .m-teaser-xl__grid-container-without-image .m-teaser-xl__col-text {
        grid-column-start: 1;
        grid-column-end: 13; } }

.m-teaser-xl__eyebrow {
  margin-bottom: var(--spacer--m); }
  @media all and (max-width: 768px) {
    .m-teaser-xl__eyebrow {
      margin-bottom: var(--spacer--xs); } }

@media all and (max-width: 768px) {
  .m-teaser-xl__headline {
    margin-bottom: var(--spacer--s); } }

.m-teaser-xl__text {
  margin-bottom: var(--spacer--s); }

.m-teaser-xl__link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-xl__link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-xl__image {
  display: block;
  position: relative;
  background-color: #E7E6DE; }
  .m-teaser-xl__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-xl__image:after {
    display: block;
    content: '';
    padding-top: 60%; }
  .m-teaser-xl__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-xl__image > img.lazyloaded {
      opacity: 1; }

@media all and (max-width: 768px) {
  .m-teaser-xl__image--desktop {
    display: none; } }

.m-teaser-xl__image--mobile {
  display: none; }
  @media all and (max-width: 768px) {
    .m-teaser-xl__image--mobile {
      display: block;
      margin-bottom: var(--spacer--m); } }
  @media all and (min-width: 521px) and (max-width: 768px) {
    .m-teaser-xl__image--mobile {
      margin-left: calc(-1 * var(--spacer--l));
      margin-right: calc(-1 * var(--spacer--l)); } }

.m-teaser-exhibition {
  text-decoration: none;
  color: inherit;
  width: 100%; }

.m-teaser-exhibition__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--xs); }
  .m-teaser-exhibition__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-exhibition__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-exhibition__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-exhibition__image > img.lazyloaded {
      opacity: 1; }

.m-teaser-exhibition__subtitle {
  margin-bottom: var(--spacer--xs); }

.m-teaser-exhibition__text {
  margin-bottom: var(--spacer--xs); }

.m-teaser-exhibition__date {
  margin-bottom: var(--spacer--m); }

.m-teaser-exhibition__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-exhibition__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-exhibition--highlight {
  display: flex;
  margin-top: var(--spacer--l); }
  @media all and (max-width: 768px) {
    .m-teaser-exhibition--highlight {
      flex-flow: column; } }
  .m-teaser-exhibition--highlight + .m-teaser-exhibition--highlight {
    margin-top: var(--spacer--xl); }
  .m-teaser-exhibition--highlight .m-teaser-exhibition__image {
    max-width: 100%;
    width: 520px;
    margin-right: var(--spacer--xl);
    margin-bottom: 0; }
    @media all and (max-width: 1024px) {
      .m-teaser-exhibition--highlight .m-teaser-exhibition__image {
        width: 420px; } }
    @media all and (max-width: 768px) {
      .m-teaser-exhibition--highlight .m-teaser-exhibition__image {
        width: 100%;
        margin-bottom: var(--spacer--s); } }
  .m-teaser-exhibition--highlight .m-teaser-exhibition__content {
    flex: 1; }
  .m-teaser-exhibition--highlight .m-teaser-exhibition__title {
    margin-bottom: var(--spacer--xxs); }
  .m-teaser-exhibition--highlight .m-teaser-exhibition__subtitle {
    margin-bottom: var(--spacer--xxs); }
  .m-teaser-exhibition--highlight .m-teaser-exhibition__text {
    margin-top: var(--spacer--m);
    margin-bottom: var(--spacer--m); }
  .m-teaser-exhibition--highlight .m-teaser-exhibition__date {
    margin-bottom: var(--spacer--s); }

.m-teaser-media {
  text-decoration: none;
  color: inherit;
  width: 100%;
  cursor: pointer; }

.m-teaser-media__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--xs); }
  .m-teaser-media__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-media__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-media__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-media__image > img.lazyloaded {
      opacity: 1; }

.m-teaser-media--has-icon-video .m-teaser-media__image-container {
  position: relative; }
  .m-teaser-media--has-icon-video .m-teaser-media__image-container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.375rem;
    height: 4.375rem;
    border: 2px solid #fff;
    border-radius: 100%;
    z-index: 1; }
  .m-teaser-media--has-icon-video .m-teaser-media__image-container:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 3px;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fff;
    z-index: 2; }
  .m-teaser-media--has-icon-video .m-teaser-media__image-container:hover:before {
    background-color: #fff; }
  .m-teaser-media--has-icon-video .m-teaser-media__image-container:hover:after {
    border-left: 15px solid #000; }

.mod_teaser--has-icon-podcast .m-teaser-media__image-container,
.m-teaser--has-icon-podcast .m-teaser-media__image-container {
  position: relative; }
  .mod_teaser--has-icon-podcast .m-teaser-media__image-container:after,
  .m-teaser--has-icon-podcast .m-teaser-media__image-container:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.375rem;
    height: 4.375rem;
    background-size: contain;
    background-position: center center;
    background-image: url("assets/img/icons/icon--podcast.svg"); }

.m-teaser-media__type {
  color: red;
  margin-bottom: var(--spacer--xs);
  display: none; }

.m-teaser-news {
  width: 100%;
  text-decoration: none;
  color: #000; }

.m-teaser-news__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--xs); }
  .m-teaser-news__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-news__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-news__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-news__image > img.lazyloaded {
      opacity: 1; }

.m-teaser-news__meta {
  display: flex;
  margin-bottom: var(--spacer--xs); }

.m-teaser-news__meta-location {
  margin-right: var(--spacer--xs); }

.m-teaser-news__title {
  display: flex; }

.m-teaser-news__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-news__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-featured-news {
  display: block;
  text-decoration: none;
  color: #000;
  padding: var(--spacer--m);
  background-color: #E7E6DE;
  width: 100%;
  margin-bottom: var(--spacer--xl); }
  @media all and (min-width: 1025px) {
    .m-teaser-featured-news {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: var(--grid-gutter);
      grid-row-gap: var(--grid-gutter--row);
      grid-template-columns: 6fr 6fr;
      padding: var(--spacer--l); } }

.m-teaser-featured-news__image {
  display: block;
  position: relative;
  background-color: #E7E6DE; }
  .m-teaser-featured-news__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-featured-news__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-featured-news__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-featured-news__image > img.lazyloaded {
      opacity: 1; }
  @media all and (max-width: 1024px) {
    .m-teaser-featured-news__image {
      margin-bottom: var(--spacer--m); } }

.m-teaser-featured-news__date {
  margin-bottom: var(--spacer--m); }

.m-teaser-featured-news__subtitle {
  margin-bottom: var(--spacer--m); }

.m-teaser-featured-news__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-featured-news__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-featured-article {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0;
  background-color: #E7E6DE;
  width: 100%;
  margin-bottom: var(--spacer--xl); }
  @media all and (min-width: 1025px) {
    .m-teaser-featured-article {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: var(--grid-gutter);
      grid-row-gap: var(--grid-gutter--row);
      grid-template-columns: 6fr 6fr; } }

.m-teaser-featured-article__image {
  display: block;
  position: relative;
  background-color: #E7E6DE; }
  .m-teaser-featured-article__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-featured-article__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-featured-article__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-featured-article__image > img.lazyloaded {
      opacity: 1; }
  @media all and (max-width: 1024px) {
    .m-teaser-featured-article__image {
      margin-bottom: var(--spacer--m); } }

.m-teaser-featured-article__date {
  margin-bottom: var(--spacer--m); }

.m-teaser-featured-article__subtitle {
  margin-bottom: var(--spacer--m); }

.m-teaser-featured-article__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-featured-article__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-blattwerke {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%; }

.m-teaser-blattwerke__image {
  display: block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: var(--spacer--xs); }
  .m-teaser-blattwerke__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-blattwerke__image:after {
    display: block;
    content: '';
    padding-top: 100%; }
  .m-teaser-blattwerke__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-blattwerke__image > img.lazyloaded {
      opacity: 1; }

.m-teaser-blattwerke__more-link {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 15%;
  text-decoration-thickness: 1px; }
  .m-teaser-blattwerke__more-link:hover {
    cursor: pointer;
    text-decoration: none; }

.m-teaser-article {
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: all 0.1s ease-in-out;
  box-shadow: 0px 0px 0px 16px transparent; }
  .m-teaser-article:hover {
    transition: all 0.1s ease-in-out;
    background-color: #E7E6DE;
    box-shadow: 0px 0px 0px 16px #E7E6DE; }

.m-teaser-article__date {
  margin-bottom: var(--spacer--xxs); }

.m-teaser-article--default .m-teaser-article__image {
  display: block;
  position: relative;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: var(--spacer--xs); }
  .m-teaser-article--default .m-teaser-article__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-article--default .m-teaser-article__image:after {
    display: block;
    content: '';
    padding-top: 100%; }
  .m-teaser-article--default .m-teaser-article__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-article--default .m-teaser-article__image > img.lazyloaded {
      opacity: 1; }

.m-teaser-article--blog .m-teaser-article__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--xs); }
  .m-teaser-article--blog .m-teaser-article__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-article--blog .m-teaser-article__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-article--blog .m-teaser-article__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-article--blog .m-teaser-article__image > img.lazyloaded {
      opacity: 1; }

.is-blog .m-teaser-article--blog:hover {
  background-color: #fff;
  box-shadow: 0px 0px 0px 16px #fff; }

.m-teaser-article--underlined {
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: var(--spacer--xs); }
  .m-teaser-article--underlined:hover, .m-teaser-article--underlined:focus {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    background-color: #E7E6DE;
    box-shadow: 0 0 0 16px #E7E6DE; }
  .m-grid__item .m-teaser-article--underlined {
    height: 100%; }

.m-teaser-press-link {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: var(--spacer--xs);
  border-bottom: 1px solid #000; }

.m-teaser-press-link__date {
  margin-bottom: var(--spacer--xs); }

.m-teaser-name {
  width: 100%;
  text-decoration: none;
  box-shadow: 0 0 0 16px transparent;
  transition: all 0.1s ease-in-out; }
  .m-teaser-name:hover, .m-teaser-name:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    background-color: #E7E6DE;
    box-shadow: 0 0 0 16px #E7E6DE; }
  .is-blog .m-teaser-name:hover, .is-blog .m-teaser-name:focus {
    background-color: #fff;
    box-shadow: 0px 0px 0px 16px #fff; }

.m-teaser-name__image {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--s); }
  .m-teaser-name__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-name__image:after {
    display: block;
    content: '';
    padding-top: 100%; }
  .m-teaser-name__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-name__image > img.lazyloaded {
      opacity: 1; }

.m-teaser-event-ub {
  display: block;
  text-decoration: none;
  color: #000;
  padding: var(--spacer--s);
  background-color: #E7E6DE;
  width: 100%;
  margin-bottom: var(--spacer--xl); }
  @media all and (min-width: 1025px) {
    .m-teaser-event-ub {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: var(--grid-gutter);
      grid-row-gap: var(--grid-gutter--row);
      grid-template-columns: 6fr 6fr;
      padding: var(--spacer--l); } }

.m-teaser-event-ub__image {
  display: block;
  position: relative;
  background-color: #E7E6DE; }
  .m-teaser-event-ub__image.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .m-teaser-event-ub__image:after {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .m-teaser-event-ub__image > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .m-teaser-event-ub__image > img.lazyloaded {
      opacity: 1; }
  @media all and (max-width: 1024px) {
    .m-teaser-event-ub__image {
      margin-bottom: var(--spacer--m); } }

.m-teaser-event-ub__tag {
  margin-bottom: var(--spacer--s); }

.m-teaser-event-ub__subtitle {
  margin-bottom: var(--spacer--m); }

.m-teaser-event-ub__text {
  /* @todo nanana, cleanup */ }
  .m-teaser-event-ub__text p {
    margin-bottom: var(--spacer--xs); }

.m-note {
  padding: var(--spacer--l);
  background-color: yellow; }

.js-artist-overview {
  opacity: 1;
  /*&.has-loaded {
        opacity: 1;
    }*/ }

.mod_artists__header {
  display: flex;
  flex-flow: column;
  margin-bottom: var(--spacer--m); }
  @media all and (min-width: 521px) {
    .mod_artists__header {
      flex-flow: row;
      justify-content: space-between;
      margin-bottom: var(--spacer--l); } }

.mod_artists__switcher {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex: 0 2 auto; }

.mod_artists__switcher__element {
  color: #000;
  cursor: pointer;
  opacity: .5;
  display: flex;
  align-items: center;
  margin-top: var(--spacer--s);
  margin-left: var(--spacer--s); }
  @media all and (min-width: 521px) {
    .mod_artists__switcher__element {
      margin-top: 0; } }
  .mod_artists__switcher__element.is-active {
    opacity: 1; }
  .mod_artists__switcher__element.-image:before {
    content: ""; }
  .mod_artists__switcher__element.-list:before {
    content: ""; }
  .mod_artists__switcher__element::before {
    position: relative;
    margin-right: var(--spacer--xxs);
    font-size: 1.25rem; }

.mod_artists__search {
  flex: 0 1 31.25em; }
  @media all and (max-width: 768px) {
    .mod_artists__search {
      flex: 0 1 18.75em; } }

.mod_artists__container {
  visibility: hidden;
  position: fixed;
  left: 100%; }
  .mod_artists__container.is-visible {
    visibility: visible;
    position: relative;
    left: auto; }

/**
 * List Container
 */
/**
 * Artist Container
 */
.mod_artists__image-view__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: var(--spacer--xxl);
  grid-row-gap: var(--spacer--m);
  padding: 0 var(--spacer--l);
  align-items: center; }
  @media all and (max-width: 768px) {
    .mod_artists__image-view__container {
      grid-column-gap: var(--spacer--xl);
      grid-row-gap: var(--spacer--s);
      padding: 0 var(--spacer--l); } }
  @media all and (max-width: 520px) {
    .mod_artists__image-view__container {
      grid-column-gap: var(--spacer--s);
      grid-row-gap: var(--spacer--l);
      padding: 0 var(--spacer--m); } }

.mod_artists__image-view__no-results {
  display: none;
  text-align: center;
  padding: var(--spacer--m) 0; }

.mod_artists__image-view__element {
  display: block;
  grid-column: span 2;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0 0 16px transparent; }
  @media all and (max-width: 520px) {
    .mod_artists__image-view__element {
      grid-column: span 4; } }
  .mod_artists__image-view__element .mod_artists__image-view__element__name {
    text-decoration: underline;
    color: #000;
    text-underline-offset: 15%;
    text-decoration-thickness: 1px;
    text-decoration: none; }
    .mod_artists__image-view__element .mod_artists__image-view__element__name:hover {
      cursor: pointer;
      text-decoration: none; }
  .mod_artists__image-view__element:hover, .mod_artists__image-view__element:focus {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    background-color: #E7E6DE;
    box-shadow: 0 0 0 16px #E7E6DE; }
  .mod_artists__image-view__element img {
    margin-bottom: var(--spacer--m); }

.mod_artists__image-view__element__image-ratio-container {
  display: block;
  position: relative;
  background-color: #E7E6DE;
  margin-bottom: var(--spacer--xxs); }
  .mod_artists__image-view__element__image-ratio-container.lazyloaded {
    background-color: transparent;
    transition: background-color 0.4s; }
  .mod_artists__image-view__element__image-ratio-container > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s; }
    .mod_artists__image-view__element__image-ratio-container > img.lazyloaded {
      opacity: 1; }

/**
 * Artis List View
 */
@media all and (min-width: 521px) {
  .mod_artists__list-view {
    -moz-column-count: 2;
         column-count: 2; } }

@media all and (min-width: 769px) {
  .mod_artists__list-view {
    -moz-column-count: 3;
         column-count: 3; } }

.mod_artists__list-view__group {
  padding-bottom: var(--spacer--m);
  -moz-column-break-inside: avoid;
       break-inside: avoid; }
  @media all and (min-width: 769px) {
    .mod_artists__list-view__group {
      padding-bottom: var(--spacer--l); } }
  .mod_artists__list-view__group a {
    text-decoration: underline;
    color: #000;
    text-underline-offset: 15%;
    text-decoration-thickness: 1px;
    text-decoration: none; }
    .mod_artists__list-view__group a:hover {
      cursor: pointer;
      text-decoration: none; }
    .mod_artists__list-view__group a:focus, .mod_artists__list-view__group a:hover {
      text-decoration: underline; }

._mb--xs {
  margin-bottom: var(--spacer--xs); }

/**
 * z-index
 */
.mod_intro__text {
  z-index: 1; }

.mod_loading-indicator {
  z-index: 2; }

.mod_slider__prev,
.mod_slider__next {
  z-index: 5; }

.mod_nav {
  z-index: 10; }

.mod_nav-mobile__header {
  z-index: 10; }

.mod_nav-mobile__trigger {
  z-index: 30; }

.m-special-teaser {
  z-index: 150; }

/*# sourceMappingURL=main.css.map */
