:root {
  --white: #ffffff;
  --black: #000000;
  --lightgrey: #e0e0e0;
  --grey: #c0c0c0;
  --darkgrey: #282828;
  --langswitch-selected-color: #018464;

  --display-block-mobile: block;
  --display-block-desktop: none;
  --display-flex-mobile: flex;
  --display-flex-desktop: none;
  --hide-on-mobile: none;

  --maximal-page-width: 1800px;

  --h1-font-size: 36px;
  --h2-font-size: 30px;
  --h3-font-size: 22px;
  --normal-font-size: 20px;
  --slider-font-size: 20px;
  --small-font-size: 16px;
  --subtitle-font-size: var(--normal-font-size);
  --header-footer-font-size: var(--small-font-size);
  
  --header-color: var(--white);
  --header-background-color: var(--black);
  --header-position: sticky;
  --header-logo-height: 60px;
  --header-date-padding: 9px;
  --header-date-size: 12px;
  
  --circle-diameter: 30px;
  --search-field-length: 180px;

  --menu-button-icon-size: 50px;

  --column-direction: column;
  --small-column-width: 100%;
  --big-column-width: 100%;

  --number-of-columns: 1;
  --column-gap: 0;
    
  --menu-border-width: 2px; 
  --menu-border-width-top: 0;
  --menu-border-width-right: 0;
  --menu-border-width-bottom: var(--menu-border-width);
  --menu-border-width-left: 0;
  --menu-direction: column;
  --sub-menu-position: unset;
  
  --menu-margin-top-bottom: 15px;
  --margin-10-desktop: 0;
  --margin-10-mobile: 10px;
  --flex-on-desktop: block;

  --page-padding-top-bottom: 28px;

  --padding-bottom-page-header: 36px;

  --page-padding-left-right: 28px;
  --half-column-distance: 0;

  --image-padding-bottom: 16px;

  --slider-text-margin-bottom: 10px;
  --slider-padding-bottom: 8px;

  --teaser-width: 100%;

  --header-padding-top-bottom: 20px;
  --header-padding-left-right: var(--page-padding-left-right);

  --gallery-gap: 28px;
  --gallery-factor: 0.5;
  --gallery-height: 70px;
  --gallery-image-width: 50%;
  --lightbox-image-width: 100%;
  --legend-width: 90%;
  --legend-left: 5%;
  --position-legend: 20%;

  --video-max-width: 1080px;
  --gallery-z: auto;

  --legend-link-margin-top: 16px;
  --order-title-right: -1;
  --guest-image-width: 50%;
  --event-image-width: 100%;
}

@media screen and (min-width: 786px) {
  :root {
    --display-block-mobile: none;
    --display-block-desktop: block;
    --display-flex-mobile: none;
    --display-flex-desktop: flex;
    --hide-on-mobile: block;

    --h1-font-size: 42px;
    --h2-font-size: 33px;
    --h3-font-size: 26px;
    --normal-font-size: 22px;
    --slider-font-size: 33px;
    --small-font-size: 18px;
    --subtitle-font-size: var(--small-font-size);
    --header-footer-font-size: var(--small-font-size);

    --header-position: static;
    --header-logo-height: 120px;
    --header-date-padding: 15px;
    --header-date-size: 26px;

    --menu-border-width-top: var(--menu-border-width);
    --menu-border-width-right: var(--menu-border-width);
    --menu-border-width-bottom: var(--menu-border-width);
    --menu-border-width-left: var(--menu-border-width);
    --menu-direction: row;
    --sub-menu-position: absolute;
    --margin-10-desktop: 10px;
    --margin-10-mobile: 0;
    --flex-on-desktop: flex;

    --page-padding-top-bottom: 22px;
    --page-padding-left-right: 22px;

    --padding-bottom-page-header: 42px;
    
    --half-column-distance: 11px;

    --image-padding-bottom: 22px;

    --slider-text-margin-bottom: 26px;
    --slider-padding-bottom: 18px;

    --teaser-width:  50%;

    --column-direction: row;
    --small-column-width: 25%;
    --big-column-width: 50%;

    --number-of-columns: 3;
    --column-gap: 20px;

    --gallery-gap: 22px;
    --gallery-factor: 0.75;
    --gallery-height: 150px;
    --gallery-image-width: 25%;
    --lightbox-image-width: 100%;
    --legend-width: 80%;
    --legend-left: 10%;
    /* --position-legend: 220px; */
    --gallery-z: auto;
    --legend-link-margin-top: 20px;
    --order-title-right: 1;
    --guest-image-width: 35%;
    --event-image-width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 32px;
    --normal-font-size: 24px;
    --slider-font-size: 36px;
    --small-font-size: 20px;
    --subtitle-font-size: var(--small-font-size);
    --header-footer-font-size: var(--small-font-size);

    --circle-diameter: 40px;
    --search-field-length: 260px;

    --menu-margin-top-bottom: 20px;

    --page-padding-top-bottom: 32px;
    --page-padding-left-right: 32px;

    --padding-bottom-page-header: 48px;

    --half-column-distance: 16px;

    --image-padding-bottom: 26px;

    --slider-text-margin-bottom: 40px;
    --slider-padding-bottom: 28px;

    --header-padding-top-bottom: var(--page-padding-top-bottom);
    --header-padding-left-right: var(--page-padding-left-right);
    --header-logo-height: 130px;
    --header-date-padding: 18px;
    --header-date-size: 30px;
    --gallery-gap: 36px;
    --column-gap: 30px;
    /* --position-legend: 280px; */
    --legend-link-margin-top: 24px;
  }
}

@font-face {
  font-family: 'CircularStd';
  src: url('fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body {
  display: flex;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  max-width: var(--maximal-page-width);
}

html, body {
  min-height: 100vh;
  font-family: 'CircularStd', sans-serif;
  font-size: var(--small-font-size);
}

.page-content {
  flex: 1;
  color: var(--black);
  background-color: var(--white);
  padding: var(--page-padding-top-bottom) var(--page-padding-left-right);
  z-index: var(--gallery-z);
  position: relative;
}

.header-container {
  position: var(--header-position);
  top: 0;
  z-index: 10;
}

.header {
  font-size: var(--header-footer-font-size);
  color: var(--header-color);
  background-color: var(--header-background-color);
}
.header.for-mobile {
  border-bottom: var(--menu-border-width) solid var(--white);
}
.header-top-section, .footer-bottom-section {
  display: flex;
  justify-content: space-between;
  padding: var(--header-padding-top-bottom) var(--header-padding-left-right);
}
.home-background-image {
  background-position: center;
  background-repeat: no-repeat;
}

.logo-header {
  position: relative;
}
.logo-header img {
  width: auto;
  height: var(--header-logo-height);
  max-height: 100%;
  display: block;
}
.header-date {
  font-size: var(--header-date-size);
  padding-top: var(--header-date-padding);
  color: var(--white);
}

.menu-container {
  display: flex;
  justify-content: space-between;
  flex-direction: var(--menu-direction);
}

.menu-entry, .menu-mobile-entry {
  flex: 1;
  display: var(--flex-on-desktop);
  justify-content: center;
  align-items: center;
  color: var(--white);
  border-top: var(--menu-border-width-top) solid var(--white);
  border-right: var(--menu-border-width-right) solid var(--white);
  border-bottom: var(--menu-border-width-bottom) solid var(--white);
  border-left: var(--menu-border-width-left) solid var(--white);
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.menu-mobile-entry {
  padding: 15px 0;
  display: block;

}
.menu-top {
  margin: var(--menu-margin-top-bottom) 0;
  height: 100%;
}
.menu-entry:hover, .sub-menu li:hover {
  background-color: var(--darkgrey);
}

.menu-entry a {
  color: var(--white);
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.menu-entry {
  border-left: none;
}
.menu-entry:last-child {
  border-right: none;
}
.lang-social-container {
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lang-container {
  flex: 1;
  display: flex;
}
.sub-menu {
  display: none;
  position: var(--sub-menu-position);
  top: 100%;
  left: 0;
  background-color: var(--black);
  list-style-type: none;
  text-align: center;
  margin: 0;
  color: var(--white);
  border-top: var(--menu-border-width-top) solid var(--white);
  padding: 0;
  width: 100%; 
  z-index: 100;
}
.sub-menu li {
  padding: var(--menu-margin-top-bottom) 2px;
}
.footer .sub-menu {
  top: auto;
  bottom: 100%;
  border-top: none;
  border-bottom: var(--menu-border-width-bottom) solid var(--white);
}

.header-right {
  margin-top: auto
}

.lang-search-container {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  margin: 0;
  padding: 0;
}

.langswitch, .search-field {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--circle-diameter);
}

.uppercase {
  text-transform: uppercase;
}

.langswitch, .social-media, .show-events, .legend-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  border-radius: 50%;
  background-color: var(--white);
  margin-left: 10px;
}
.legend-link {
  color: var(--white);
  background-color: var(--black);
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-top: var(--legend-link-margin-top);
  padding: 3px 2px 1px;
  width: 20px;
  height: 20px;
}
.langswitch a, .social-media a {
  display: flex !important;;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--black);
  font-size: var(--header-footer-font-size);
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  border-radius: 50%;
}
.langswitch a.selected {
  background-color: var(--langswitch-selected-color);
}
.social-media img {
  vertical-align: middle;
  max-width: 65%;
  max-height: 65%;
}
.header-top-section .social-media {
  background-color: var(--black);
}
.header-top-section .social-media img {
  filter: brightness(0) invert(1);
}

.search-field {
  overflow: hidden;
  margin: 0;
}

.searchterm {
  font-size: var(--small-font-size);
  color: var(--black);
  border: none;
  outline: none;
  width: var(--search-field-length);
  background-color: var(--white);
  border-radius: var(--circle-diameter);
  height: var(--circle-diameter);
  padding: 0 15px;
}

.search-result-text {
  padding-bottom: 20px;
  font-weight: bold;
}
.search-result {
  padding-bottom: 7px;
}
.search-result a, .guest-container a {
  color: var(--black);
}
.search-result a:hover {
  text-decoration: none;
}

.social-media-container, .menu-button-container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-top: var(--margin-10-desktop);
  margin-right: var(--margin-10-mobile);
}
.menu-button-container {
  margin-right: 0;
}
.social-media {
  margin-left: 10px;
}

.for-mobile {
  display: var(--display-block-mobile);
}
.for-desktop {
  display: var(--display-block-desktop);
}
.for-mobile-flex {
  display: var(--display-flex-mobile);
}
.for-desktop-flex {
  display: var(--display-flex-desktop);
}
.hide-on-mobile {
  display: var(--hide-on-mobile)
}

.menu-button {
  display: var(--display-flex-mobile);
  width: var(--menu-button-icon-size);
  height: var(--menu-button-icon-size);
  background-color: var(--white);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.menu-button img {
  width: 30px;
  height: 30px;
}

.menu-mobile {
  display: var(--display-block-mobile);
  background-color: var(--black);
  color: var(--white);
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.menu-mobile-content {
  position: relative;
  width: 100%;
  text-align: center;
  border-top: var(--menu-border-width) solid var(--white);
}

.menu-mobile a {
  text-decoration: none;
  display: block;
}

.closebtn {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 60px;
  z-index: 100;
}

.show-events {
  display: inline-block;
}

.footer {
  font-size: var(--header-footer-font-size);
  color: var(--white);
  background-color: var(--black);
}
.footer img {
  width: 200px;
}


.page-header {
   padding-bottom: var(--padding-bottom-page-header); 
}
.page-title {
  font-size: var(--h1-font-size);
  font-weight: bold;
  text-align: left;
}
.page-subtitle {
  font-size: var(--normal-font-size);
  font-weight: bold;
  text-align: left;
}
.event-description {
  font-size: var(--normal-font-size);
}
.event-tagline {
  font-size: var(--normal-font-size);
  font-weight: bold;
  padding-bottom: 10px;
}
.event-footer {
  font-size: var(--normal-font-size);
  text-align: center;
}
.event-date {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.event-ticket-link, .teaser-link, .privacywire-buttons button {
  display: inline-block;
  padding: 14px 48px;
  margin: 10px 0;
  color: var(--white);
  background-color: var(--black);
  border-radius: 30px;
  text-align: center;
  font-size: var(--small-font-size);
}
.event-image img {
  width: var(--event-image-width);
}

.privacywire-buttons button {
  text-decoration: underline;
  cursor: pointer;
}

.teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teaser-container {
  flex-basis: 50%;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  width: var(--teaser-width);
}
.teaser-container img {
  width: 100%;
  padding-bottom: var(--image-padding-bottom);
}
.teasers-sizer, .teaser-container  { 
  width: calc(50% - var(--half-column-distance)); 
}
.gutter-sizer { 
  width: calc(2 * var(--half-column-distance));
}
.teaser-link-container {
  text-align: center;
}
.teaser-title {
  font-weight: bold;
  font-size: var(--h2-font-size);
}
.teaser-text {
  font-size: var(--normal-font-size);
}

.slider {
  max-width: var(--maximal-page-width);
  position: relative;
  margin: auto;
  padding-bottom: var(--slider-padding-bottom);
  margin: calc(-1 * var(--page-padding-top-bottom)) calc(-1 * var(--page-padding-left-right)) 0 calc(-1 * var(--page-padding-left-right));
}
.slider img {
  width: calc(100% + 2 * var(--page-padding-left-right));

}

.tns-item, .tns-item img {
  perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.slider-text {
  text-align: center;
  position: absolute;
  bottom: var(--slider-text-margin-bottom);
  left: 0;
  right: 0;
}
.slider-link {
  position: relative; 
  display: inline-block; 
}
.slider-title, .slider-subtitle {
  color: var(--white);
  background-color: var(--black);
  font-size: var(--slider-font-size);
  font-weight: bold;
  padding: 5px;
  display: block;
  margin: 0 auto;
  max-width: fit-content
}
.prev-slide, .next-slide {
  cursor: pointer;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: auto;
  padding: 10px;
  color: var(--white);
  font-weight: bold;
  font-size: 18px;
  user-select: none;
  text-decoration: none;
  line-height: 1;
}
.prev-slide:hover, .next-slide:hover {
  background-color: rgba(0,0,0,0.2);
}
.next-slide {
  right: 0;
}

.page-image img {
  width: calc(100% + 2 * var(--page-padding-left-right));
  margin: 0 calc(-1 * var(--page-padding-left-right));
  height: auto;
}
.page-image-caption {
  padding: 0 0 var(--image-padding-bottom) 0;
  text-align: right;
}
.text-container {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: var(--column-direction);
}
.text-title, .guest-title {
  padding-bottom: 20px;
  font-size: var(--h2-font-size);
  font-weight: bold;
  flex-basis: 50%;
  padding-right: var(--half-column-distance);
}
.text-title.title-right {
  padding-right: 0;
  padding-left: var(--half-column-distance);
  order: var(--order-title-right);
}
.text-title p {
  margin: 0;
}
.text-content {
  flex: 1;
  font-size: var(--normal-font-size);
  padding-left: var(--half-column-distance);
}
.text-content.text-left {
  padding-left: 0;
  order: -1;
  padding-right: var(--half-column-distance);
}
.text-content p {
  margin-top: 0;
  margin-bottom: 10px;
}
.text-content h4 {
  margin-top: 50px;
  margin-bottom: 15px;
}
.text-content a {
  color: var(--black);
}

.guests-title {
  padding-bottom: 30px;
  font-size: var(--h2-font-size);
  font-style: italic;
}
.guest-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: var(--column-direction);
  padding-bottom: 25px;
}
.guest-first-container {
  flex-basis: 50%;
  padding-right: var(--half-column-distance);
}
.guest-first-container p {
  margin-top: 0;
}
.guest-second-container {
  flex-basis: 50%;
  padding-left: var(--half-column-distance);
}
.guest-image-container {
  width: var(--guest-image-width);
  height: auto;
}
.guest-image-container img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.guest-second-container p {
  margin: 0 0 5px;
}
.guest-image-caption {
  padding: 0 0 15px;
}

.film-container {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: var(--column-direction);
}
.film-title {
  font-weight: bold;
  font-size: var(--h1-font-size);
}
.alternative_title {
  font-size: var(--subtitle-font-size);
}
.film-info-container{
  /* TODO set padding with variable! */
  padding: 30px 0 10px;
}
.legend-link {
  float: right;
}
.film-text {
  flex: 1;
  padding-right: var(--half-column-distance);
  font-size: var(--normal-font-size);
}
.film-image {
  flex: 1;
  padding-left: var(--half-column-distance);
}
.film-image img {
  height: auto;
  display: block;
  width: 100%
}
.film-subtitle, .event-image-caption {
  margin: 6px 0 12px;
}

.horizontal-line {
  height: 2px;
  width: 100%;
  /* TODO set margins with variable! */
  margin: 25px 0 50px;
  background-color: var(--black);
}

.accordion-group {
  border-top: 1px solid var(--black);
  padding-bottom: 40px;
}
.accordion-subtitle {
  font-size: var(--h2-font-size);
  font-weight: bold;
  padding-bottom: 20px;
}

.accordion {
  display: block;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: var(--lightgrey);
  color: var(--black);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: var(--h3-font-size);
  transition: 0.4s;
}
div:not(.accordion-wrapper) + div.accordion-wrapper {
  border-top: 1px solid var(--black);
}

.accordion-wrapper:last-child {
  border-bottom: 10px solid red;
}
.underline {
  text-decoration: underline;
}

.active  {
  background-color: var(--white);
}

.accordion:after, .active:after {
  content: '';
  font-weight: bold;
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  border-radius: 50%;
  background-color: var(--black);
  margin-left: 10px;
  display: inline-block;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom; 
}
.accordion:after {
  background-image: url('/site/templates/img/down-arrow.svg');
}
.active:after {
  background-image: url('/site/templates/img/close-x.svg');
}

.panel {
  font-size: var(--small-font-size);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  background-color: var(--white);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid var(--black);
}
.panel-row {
  display: flex;
  width: 100%;
  flex-direction: var(--column-direction);
}
.panel-link {
  text-decoration: none;
  color: var(--black);
  width: 100%;
}
.panel-column_1, .panel-column_2 {
  width: var(--small-column-width);
  padding: 10px;
  box-sizing: border-box;
}
.panel-column_2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-bottom: 5px;
}
.panel-image-caption {
  padding-bottom: 10px;
}
.panel-column_3 {
  width: var(--big-column-width);
  padding: 10px;
  box-sizing: border-box;
}
.panel-film {
  padding: 5px 0;
}
.panel-event-title {
  font-size: var(--h3-font-size);
  font-weight: bold;
  padding-bottom: 10px;
}
.panel-event-subtitle {
  font-size: var(--small-font-size);
  padding-bottom: 10px;
}
.panel-film-title {
  font-size: var(--small-font-size);
  font-weight: bold;
}

.time-of-day-programm {
  text-align: center;
  font-size: var(--h3-font-size);
  padding: 30px 0 20px;
}

.film-list {
  columns: var(--number-of-columns);
  column-gap: var(--column-gap);
}
.film-group {
  break-inside: avoid;
  margin-bottom: var(--column-gap);
  column-width: calc(100% / 3);
}
.film-group::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin: 5px 0 10px;
}
.film-initial {
  font-size: var(--h2-font-size);
  font-weight: bold;
}
.film-list-title {
  margin-bottom: 5px;
  font-size: var(--normal-font-size);
  font-weight: normal;
  text-transform: uppercase;
}
.film-list-title a {
  color: var(--black);
}
.film-group ul {
  padding-left: 22px;
}
.film-presentation {
  font-size: var(--normal-font-size);
  font-weight: bold;;
  padding-bottom: 10px;
}
.film-presentation-link {
  font-size: var(--normal-font-size);
  padding-bottom: 5px;
}
.film-presentation-link a {
  color: var(--black)
}
.film-presentation-link a:hover {
  text-decoration: none;
}

.video-container {
  text-align: left; 
  padding: 5px 0 30px 0;
  max-width: var(--video-max-width);
  position: relative;
}
.vimeo-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.vimeo-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-placeholder {
  background-color: var(--darkgrey);
  width: 100%;
  max-width: var(--video-max-width);
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 auto;
}

.vimeocookie-enabled {
  display: none;
}
.vimeocookie-disabled {
  display: block;
}
.vimeocookie-button {
  display: block;
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
}
.mp4-video {
  max-width: 100%;
  max-height: 100%;
}
.gallery-caption {
  font-size: var(--h3-font-size);
  align-self: flex-start; 
  padding: 25px 0 15px;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 3px;
  column-gap: var(--gallery-gap);
  margin: 0;
}
.gallery-image {
  max-width: calc(var(--gallery-image-width) - var(--gallery-gap) * var(--gallery-factor));
  box-sizing: border-box;
  margin-bottom: var(--gallery-gap);
  width: var(--gallery-image-width);
}
.gallery-image img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}
.gallery-image-description {
  font-size: var(--small-font-size);
  color: var(--white);
  margin-top: 4px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--black);
}
.lightbox-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.lightbox-content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.lightbox-close {
  color: var(--white);
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}
.lightbox-close, .lightbox-controls .prev, .lightbox-controls .next {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightbox-close:hover, .lightbox-controls .prev:hover, .lightbox-controls .next:hover {
  color: var(--grey);
  text-decoration: none;
  cursor: pointer;
}
.lightbox-controls {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.lightbox-controls .prev, .lightbox-controls .next {
  font-size: 30px;
  color: var(--white);
  cursor: pointer;
  padding: 10px 15px;
}
.lightbox-image {
  position: relative;
  text-align: center;
}
.lightbox-image img {
  max-width: 100%;
  max-height: 95vh;
  display: inline-block;
  vertical-align: middle;
}
.lightbox-image .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-image .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.legend-container {
  display: none;
  position: fixed;
  top: var(--position-legend);
  left: var(--legend-left);
  width: var(--legend-width);
  max-height: 80%;
  background-color: var(--black);
  color: var(--white);
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 101;
}
.legend-content {
  display: flex;
  justify-content: space-between;
  flex-direction: var(--column-direction);
}
.legend-column {
  flex-basis: var(--big-column-width);
  box-sizing: border-box;
}
.legend-table {
  border-collapse: collapse;
  width: 100%;
}
.legend-table td {
  padding: 5px 10px;
  border: none;
}
.legend-heading {
  font-size: var(--normal-font-size);
  font-weight: bold;
  padding: 40px 0 20px;
}

.footer-bottom-section {
  position: relative;
}
.privacywire-show-options {
  font-size: var(--small-font-size);
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  /* padding: 0 0 10px; */
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: var(--white)
}
.vimeo-button {
  font-size: var(--small-font-size);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--white);
  text-decoration: underline;
}
.vimeo-button:hover {
  text-decoration: none;
}

.privacywire-show-options:hover {
  text-decoration: none;
}
.privacywire-wrapper {
  z-index: 10;
}
.privacywire-header {
  font-size: var(--h3-font-size);
}
.privacywire-text ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 30px 0;
}
.privacywire-text li {
  padding-bottom: 5px;
}