* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2em;
  color: #000;
  font-family: "ReplicaLLWeb-Regular", sans-serif;
  /* font-family: 'ReplicaLLSub-Regular', sans-serif; */
  /* font-family:  sans-serif; */
}

:root {
  --light: #1e90ff;
  --dark: black;

  --mobMargin: 20px;
  --mobMarginDouble: 40px;

  --headerHeight: 68px;
  --headerHeightPlusMarquee: 108px;
  --headerHeightMob: 80px;
  --headerHeightPlusMarqueeMob: 120px;

  --genButtonPadding: 4px 20px !important;

  /* FONT SIZES */
  --fs-120: 120px;
  --fs-70: 70px;
  --fs-60: 60px;
  --fs-45: 45px;
  --fs-40: 40px;
  --fs-36: 36px;
  --fs-26: 26px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;

  --fs-70-mob: 60px;
}

label a {
  text-decoration: underline !important;
}

#lang_selector {
  width: 120px;
}

:focus {
  outline: none;
}

.filterClear:focus-visible,
#filterEvents:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
#lang_selector:focus-visible,
.toCalWrapper:focus-visible,
a:focus-visible .headerElem,
[tabindex="0"]:focus-visible,
.LBArrow:focus-visible,
.LBArrow:focus-visible,
.singleImgClass:focus-visible {
  /* inner indicator */
	outline: 2px blue solid !important;
	outline-offset: 2px !important;
	/* outer indicator */
	box-shadow: 0 0 0 4px yellow !important;
}

.headerBlock nav ul li a:focus-visible {
  border: none !important;
  outline: none !important;
}

li.newsSliderElem:focus-visible,
li.oneOneBlock:focus-visible,
li.twoOneBlock:focus-visible,
.relatedSlickAnchor:focus-visible {
  /* inner indicator */
	outline: 2xp blue solid !important;
	outline-offset: -4px !important;
	/* outer indicator */
  box-shadow: 0 0 0 2px yellow inset !important;
  padding: 4px;
  box-sizing: border-box !important;
}

li.newsSliderElem
{
	display:flex !important;
	flex-direction: column-reverse !important;
}

@media screen and (max-width: 1050px) {
	
	
	
  li.digitalElem a:focus-visible {
    /* inner indicator */
    outline: 2xp blue solid !important;
    outline-offset: -4px !important;
    /* outer indicator */
    box-shadow: 0 0 0 2px yellow inset !important;
    padding: 4px;
    box-sizing: border-box !important;
  }

  li.digitalElem a:focus-visible .darkerImg {
    display: none !important;
  }
}


.detailSliderElem:focus-visible {
  /* inner indicator */
	outline: 2px blue solid;
	outline-offset: 2px;
	/* outer indicator */
	box-shadow: 0 0 0 4px yellow;
}

.socialElem a:focus-visible {
  /* inner indicator */
	outline: 2px blue solid;
	outline-offset: 2px;
	/* outer indicator */
	box-shadow: 0 0 0 4px yellow;
}

.menuTicketButton:has(a:focus-visible) {
  /* inner indicator */
	outline: 2px blue solid;
	outline-offset: 2px;
	/* outer indicator */
	box-shadow: 0 0 0 4px yellow;
}

.dbAnchor {
  margin-top: 30px;
  display: block;
}

section.module_newsletter:focus-visible,
.oneOneBlock:focus-visible,
.twoOneBlock:focus-visible {
  position: relative;
  z-index: 100;
  /* inner indicator */
	outline: 2px blue solid;
	outline-offset: 2px;
	/* outer indicator */
	box-shadow: 0 0 0 4px yellow;
  outline-offset: -2px !important;
  will-change: outline;
}

/* * button:focus, * a:focus, #lang_selector:focus {
    filter: invert(0) !important;
} */

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* select2 */

/* select2 end */

html {
  overflow-y: scroll !important;
  scroll-padding-top: 68px;
  scroll-behavior: smooth;
}

body {
  background-color: white;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 20px;
}

/* HELPER CLASSES ____________________________ */

.mobileElem {
  display: none !important;
}

.mobileMarker {
  display: none !important;
}

.hideThis {
  display: none;
}

.center {
  width: 100%;
  margin: auto;
}

/* FLEX CLASSES */

.df {
  display: flex;
}

.df-fdc {
  display: flex;
  flex-direction: column;
}

.df-fdc-jcsb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.df-fdc-jcfs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.df-jcc {
  display: flex;
  justify-content: center;
}

.df-jcsb {
  display: flex;
  justify-content: space-between;

  width: 100%;
}

.df-aic {
  display: flex;
  align-items: center;
}

.df-jcc-aic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.df-jcsb-aic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mb1em {
  margin-bottom: 1em;
}

.mb1_2em {
  margin-bottom: 0.5em;
}

.oneoneBlock .mb1_2em {
  height: 110px;
}

/* IMG CLASSES */

.imgCover img {
  display: block;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgContain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* FONT SIZE CLASSES */

h1,
h1 span,
.h1 {
  font-weight: normal;
  margin: unset;
  /* font-size: 80px; */

  /* experimental font */
  font-size: var(--fs-45);

  font-family: "ReplicaLLWeb-Bold", sans-serif;

  line-height: 1em;
}

h1.topInfoHeader,
h2, h2 span,
h3.h2-size {
  font-weight: normal;
  margin: unset;
  font-size: 45px;
  font-family: "ReplicaLLWeb-Bold", sans-serif;
  margin-bottom: 20px;
}

.h2-reg {
  font-weight: normal;
  margin: unset;
  font-size: var(--fs-36);
  font-family: "ReplicaLLWeb-Regular", sans-serif;
  margin-bottom: 20px;
}

h3,
.h3, h3 span {
  font-weight: normal;
  margin: unset;
  font-size: 26px;
  font-family: "ReplicaLLWeb-Bold", sans-serif;
}

.h3-reg {
  /* font-weight: normal;
  font-size: var(--fs-40);
  margin: unset;
  margin-bottom: 20px;
  font-family: 'ReplicaLLWeb-Regular', sans-serif; */

  font-weight: normal;
  margin: unset;
  font-size: 26px;
  font-family: "ReplicaLLWeb-Regular", sans-serif;
}

.bold20 {
  font-family: "ReplicaLLWeb-Bold", sans-serif;
  font-size: 20px;
}

/* Universal margin/padding top settings */

#container.idLocations .topInfoHolder,
#container.idCalendar .topInfoHolder {
  margin-top: 0;
}

#container.idNormal,
#container.idLanding,
#container.idLocations,
#container.idCalendar,
#container.idPerson {
  margin-top: var(--headerHeight);
}

#container.id404 .newsSliderElem {
  margin-top: var(--headerHeight);
  height: calc(100vh - var(--headerHeight));
}

#container.idNormal.marqueeExistence,
#container.idLanding.marqueeExistence,
#container.idLocations.marqueeExistence,
#container.idCalendar.marqueeExistence,
#container.idPerson.marqueeExistence {
  margin-top: var(--headerHeightPlusMarquee);
}

#container.idNormal #col_container {
  padding-top: 1px;
}

.topInfoHolder {
  width: 100%;
  background-color: #dad9d4;
  padding: 40px;

  min-height: 350px;
  margin-top: var(--headerHeight);
}

.filterSmallHolder {
  all: unset;
  display: inline-block;
  cursor: pointer;

  display: flex;

  width: 100%;
}

.filterSmallHolder button {
  width: 100%;
  outline: none;
  border: none;
  font-size: 20px;

  display: flex;
}

.marqueeExistence.topInfoHolder {
  margin-top: var(--headerHeightPlusMarquee);
}

#col_container {
  font-size: 20px;
}

.reg16 {
  font-weight: 400;
  font-size: 16px;
}

.bold16 {
  font-size: 16px;
  font-family: "ReplicaLLSub-Bold", sans-serif;
  line-height: 1em;
}

.bold14 {
  font-family: "ReplicaLLWeb-Bold", sans-serif;
  font-size: 14px;
}

.reg14 {
  font-weight: 400;
  font-size: 14px;
}

.text45 {
  font-size: var(--fs-45);
}

.truncate7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

.truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncate1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.disappear {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rotate180 {
  rotate: 180deg;
}

/* BUTTON CLASSES */

.button {
  border: 2px solid black;
  border-radius: 2px;
  padding: 4px 10px;
  width: 100px;
  height: fit-content;
  text-align: center;

  font-size: var(--fs-16);
  font-family: "ReplicaLLSub-Bold", sans-serif !important;

  cursor: pointer;
}

.blackButton {
  color: white;
  background-color: black;
}

.button.inverted {
  /* background-color: transparent;
  color: black; */

  background-color: black;
  color: white;
}

.button.inverted:hover {
  background-color: black;
  color: white;
}

.cAndT-right .ticketButton {
  width: 200px;
  max-width: 200px;
}

.fitContent {
  height: fit-content;
  width: unset;
}

.noWidthButton {
  width: unset;
}

.button.longButton {
  width: 200px;
}

.blackBG {
  background-color: black;
  color: white;
}

.buttonTicket {
  background-color: black;
  color: white;
}

.button.buttonTicket {
  /* width: auto !important; */
}

.button.equalWidthButton {
  width: 144px;
}

.button.combiTicket {
  width: auto !important;
}

.button.smallButtonWidth {
  width: auto !important;
  /* max-width: 300px; */
}

.button.smallButtonPadding {
  padding: 10px !important;
}

.button.detExhButton {
  width: unset !important;
}

.buttonFlexElem {
  flex-grow: 1;
  min-width: 140px;
}

.contentPart .buttonFlexElem {
  min-width: unset;
}

.calButton {
  width: unset;
}

.roundColButton {
  display: inline-flex;

  border-radius: 30px;
  padding: 2px 15px;
  color: black;
  background-color: #4bb167;
  font-size: 14px;
}

.contentContainer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/* TOP BUTTON */

.goToTopContainer {
  width: 100%;
  max-width: 1200px;
  height: 100px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translate(-50%);
  /* background-color: blue; */

  pointer-events: none;

  z-index: 100;

  pointer-events: none;

  transition: all 300ms ease;
}

.goToTop {
  height: 100px;
  width: 100px;

  position: absolute;
  right: 0;

  display: flex;
  justify-content: flex-end;
  align-items: center;

  opacity: 0;
}

.goToTopContainer.showTopButton .goToTop {
  opacity: 1;
  /* pointer-events: visible; */
  transition: all 300ms ease;
}

.goToTopElem {
  background-color: black;
  border-radius: 4px;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;

  cursor: pointer;
  pointer-events: visible;
}

.goToTopElem img {
  filter: invert(1);
  transform: translate(0px, 9px) rotate(-90deg);
  width: 50px;
  height: 28px;
}

.container1200 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.topInfoLeft {
  flex-basis: 600px;
  flex-grow: 2;
  margin-right: 50px;
}

.topInfoRight {
  flex-basis: 300px;
  flex-grow: 1;
  align-self: flex-end;
}

.topInfoRight li {
  list-style: none;
}

.topInfoHeader {
  margin-bottom: 50px;
}

.topInfoInfo {
  margin-top: 30px;
}

.jumpToElem {
  margin-top: 20px;
}

.jumpToInnerElem {
  cursor: pointer;
}

.jumpToElemDownArrow {
  width: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.jumpToElemDownArrow img {
  rotate: 90deg;
  transform-origin: center center;
  transform: translateX(-3px);
}

.buttonPart {
  width: 100%;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1050px) {
  .buttonPart.newsSliderButtonPart {
    flex-wrap: wrap;
  }
}

.buttonPart a {
  display: block;
}

.firstLPSlider .buttonPart,
.exhibitionSlider .buttonPart {
  width: unset;
}

.buttonPart .button {
  width: unset;
}

/* END HELPER CLASSES */

/* open ai red block css */

.aiContainer {
  position: fixed;
  right: 40px;
  top: 160px;

  width: 300px;
  /* height: 100px; */
  background-color: #e73552;

  z-index: 10;

  transition: all 500ms ease;
}

.aiContainer.opened {
  width: 500px;
  height: 100vh;
  right: 0;
  top: 0;

  z-index: 1000;
}

.aiView {
  padding: 10px;
}

.aiView {
  display: none;
  opacity: 0;
  transition: all 500ms ease;
}

.aiView1 {
  cursor: pointer;
  opacity: 1;
}

/* .aiView1 {
  display: none !important;
}
.aiView3 {
  display: block !important;
} */

.aiView.opened {
  display: block;

  position: relative;
  width: 100%;
  height: 100%;
}

.aiView.opened.fadeIn {
  opacity: 1;
}

/* .aiLang {
    width: fit-content;
    background-color: black;
    padding: 2px 10px;
    margin: auto;
    color: white;
    mix-blend-mode: multiply;

    margin-bottom: 20px;

} */

.aiLangSelect {
  font-size: 20px;
  width: fit-content;
  background-color: black;
  padding: 2px 10px;
  margin-left: 20px;
  color: white;
  mix-blend-mode: multiply;
  cursor: pointer;
}

.aiClose {
  position: absolute;
  right: 10px;
  top: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;

  cursor: pointer;
}

.aiCloseLine1 {
  position: absolute;
  width: 30px;
  height: 3px;
  transform: rotate(45deg);

  background-color: black;
}
.aiCloseLine2 {
  position: absolute;
  width: 30px;
  height: 3px;
  transform: rotate(-45deg);

  background-color: black;
}

.ai1Title {
  width: fit-content;
  background-color: black;
  padding: 2px 10px;
  margin: auto;
  color: white;
  mix-blend-mode: multiply;

  margin-bottom: 20px;
}

.aiMarqueeOuter {
  display: flex;
  overflow: hidden;
}
.aiMarqueeHolder {
  display: flex;
}
.aiMarqueeElem {
  font-family: "ReplicaLLWeb-Bold", sans-serif;
  white-space: nowrap;
  font-size: 28px;
}

.responseHolder {
  margin-bottom: 100px;
}

.aiResponse {
  margin-bottom: 20px;
}

.aiLocHolder {
  margin-bottom: 50px;
}

.moveElem {
  display: flex;
  animation-name: marquee;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.aiScrollHolder {
  height: calc(100vh - 100px);
  overflow-y: scroll;
}

/* width */
.aiScrollHolder::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.aiScrollHolder::-webkit-scrollbar-track {
  background: rgb(165, 165, 165);
}

/* Handle */
.aiScrollHolder::-webkit-scrollbar-thumb {
  background: black;
}

/* Handle on hover */
.aiScrollHolder::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.aiPadding {
  /* margin-top: 40px; */
  padding: 0 20px;
}

.aiH2Title {
  margin-bottom: 0;
}

.ai2Intro {
  margin: 30px 0;
}

.aiFeedbackHolder {
  margin-bottom: 50px;
}

.thumbHolder {
  display: flex;
  gap: 10px;

  margin: 10px 0 20px;
  height: 30px;
  width: 100%;
}

.thumbHolder img {
  width: 30px;
  height: 30px;
  object-fit: contain;

  cursor: pointer;
}

.aiQuestionHolder,
.ai3QuestionHolder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aiQuestion,
.ai3Question {
  padding: 10px;
  border: 2px solid black;

  cursor: pointer;
}

.aiQuestionInputHolder {
  margin-bottom: 50px;
}

.aiQuestionInput {
  padding: 4px 0;
  background-color: inherit;
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
  font-size: 20px;
}

.aiQuestionInput::placeholder {
  color: #6e5d5d;
}

/* events overview */

.datepicker {
  color: black;
  background-color: #dad9d3;
  font-family: "ReplicaLLSub-Regular", sans-serif;
  font-size: 22px;
  border: none;

  /* width: 100%; */
}

select {
  /* color: rgb(118, 118, 118); */
  color: black;
}

.datepicker::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  font-size: 22px;
  /* Firefox */
}

.datepicker:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-size: 22px;
}

.datepicker::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-size: 22px;
}

/* .iconAndText img {
  margin-right: 10px;
} */

.filterTab {
  flex-basis: 200px;
  flex-grow: 1;
  padding: 10px 20px;
  background-color: #dad9d3;

  cursor: pointer;
}

.filterTabLeft {
  margin-right: 2px;
  flex: 1 0 200px;
}

.filterTabRight {
  margin-left: 2px;
  flex: 1 0 200px;
}

.eventFilterOuterContainer {
  display: none;
  background-color: #dad9d4;
}

.anythingFilterOuterContainer {
  background-color: #dad9d4;
}

.relatedContainer {
}

.filterHeader {
  /* width: calc(100% + 200px);
  transform: translateX(-100px); */
  margin: auto;
  font-size: 18px;
  background-color: #dad9d3;
  padding: 20px;

  cursor: pointer;
}

.anythingFilterOuterContainer {
  /* width: calc(100% + 200px);
  transform: translateX(-100px); */
}

.filterBlock {
  /* width: calc(100% + 200px);
  transform: translateX(-100px); */
  margin: auto;
  display: none;
}

.anythingFilterButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin: 40px 0;
}

.eventFilterContainer {
  display: flex;
  justify-content: space-between;

  padding: 40px 0;
}

.eventFilterContainer > * + * {
  border-left: 2px solid black;
}

.anythingFilterOuterContainer {
  display: flex;
  justify-content: space-between;
}

.anythingFilterOuterContainer > * + * {
  border-left: 2px solid black;
}

.eventFilterElem {
  flex-basis: 200px;
  flex-grow: 1;
  padding: 0 20px;
}

.filterCol {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.filterColTitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.filterColTitle h3 {
  font-size: inherit;
}

.eventFilterButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filterClear {
  color: black;
  cursor: pointer;
  margin-bottom: 20px;
}

.filterStart {
  color: grey;
  cursor: pointer;
  margin-bottom: 20px;
}

.filterStart.button {
  background-color: transparent;
  color: black;
}

.anyFilterClear {
  color: grey;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 14px;
  margin: 20px;
}

/* exhibitions overview */

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

/* locations overview */

#locationMap {
  filter: grayscale(1);
}

.gmnoprint {
  display: none;
}

.filterImg {
  margin-right: 10px;
}

/* Filter */

input[type="checkbox"].filterCheck {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 20px;
  height: 20px;
  border: 2px solid black;
  margin-right: 10px;

  background-color: transparent;

  flex-basis: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
input[type="checkbox"].filterCheck:checked {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: black;
}

.filterCheck {
  width: 20px;
  height: 20px;
  border: 2px solid black;
  margin-right: 10px;

  flex-basis: 20px;
  cursor: pointer;
}

.filterName {
  flex-basis: 100px;
  flex-grow: 1;
  cursor: pointer;
  hyphens: auto;
}

.filterElem {
  align-items: start;
}

.repo_e {
  margin-top: 3px;
}

.filterCheck.active {
  background-color: black;
}

/* Filter End */

/* ARCHIVE  ______________________ */

.archiveContainer {
  width: 100%;
  padding: 100px 200px 100px;
  background-color: #ecece9;
}

.archiveHolder {
}

.archiveElems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;

  margin-bottom: 30px;

  list-style: none;
}

.archiveElemAnchor {
  display: block;
}

.archiveTitle h3 {
  margin-bottom: 10px;
}

.moreArchiveElemsButton {
  width: 250px !important;
}

.archiveElem {
  display: flex;
  background-color: white;

  /* height: 100%; */

  height: 280px;
}

.archiveTitleAndArrow {
  display: flex;
  gap: 10px;
}

.archiveTitle {
  flex: 1 0 50px;
  line-height: 1.1em;
  hyphens: auto;
  word-wrap: anywhere;
}

.archiveInnerTitle {
  hyphens: auto;
  margin-bottom: 10px;
}

.archiveRightArrow {
  flex: 0 0 20px;
}

.archiveImg {
  width: 50%;
  aspect-ratio: 1/1, 618;
}

.archiveMuseum {
  margin-bottom: 2px;
}

.archiveContent {
  width: 50%;
  padding: 10px;
}

.archiveSepLine {
  width: 60%;
  height: 2px;
  background-color: black;
  margin: 12px 0;
}

/* ARCHIVE END ____________________ */

/* ALL NEW MODULES */

.hiddenH1 {
  position: absolute;
  font-size: 10px;
  color: rgba(0, 0, 0, 0);
  z-index: -1000;
}

.firstLPSlider.limit1200 .contentInnerPart {
  width: 100%;
  padding: 0px 100px 20px;
}

.firstLPSlider {
  /* height: 100vh; */
  width: 100vw;

  position: relative;
}

.arrowPart {
  padding: 10px 0;
}

.arrowPart.desktopElem {
  display: none !important;
}

.lpContainer .arrowPart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpContainer .generalTitle .h1 {
  margin-bottom: 10px;
  hyphens: auto;
  word-break: break-word;
}

/* video Elem */

.myVideo {
  width: 100%;
}

.imgPart .exhVideoElem {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.imgPart .exhVideoDetailElem {
  width: 100%;
  height: 100%;
  min-height: 52vh;
  object-fit: cover;
}

.newsvideoHolder {
  width: 100%;
  height: 100%;
}

.firstLPSlider .imgPart {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.firstLPSlider .imgPart .generalTitle {
  /* position: absolute;
  bottom: 140px;
  left: 0; */
  position: relative;

  /* padding-bottom: 20px; */

  width: 100%;

  height: fit-content;
  color: white;

  z-index: 1;
}

.innerGeneralTitle {
  padding: 0 100px;
  display: flex;
  flex-direction: column;
}

.innerGeneralTitle.flexColRev {
  flex-direction: column-reverse;
}

@media screen and (max-width: 1050px) {
  .innerGeneralTitle.newsSliderGeneralTitle {
    padding: 0;
  }
}

.innerGeneralTitle .tagElem {
  /* padding: 1px 0; */
  padding: 1px 10px;
}

.locationTitleMobile {
  margin-bottom: 10px;
}

.firstLPSlider .innerGeneralTitle h1 {
  max-width: 800px;
  margin-bottom: 10px;
}

.firstLPSlider .innerGeneralTitle .tagHolder {
  max-width: 800px;
  margin-bottom: 10px;
  color: black;

  display: flex;
  gap: 10px;
}

@media screen and (min-width: 1051px) {
  .tagHolderBelow {
    padding: 0 100px;
    margin-top: 0 !important;
  }
}

.tagHolderBelow {
  margin-top: 25px;
}

.tagHolderBelow.exhibitionPage .tagHolder .tagElem {
  display: inline-block;
}

.tagHolderBelow .tagHolder {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.firstLPSlider .imgPart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.firstLPSlider .darkerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(180deg, black 0%, #0000001c 18%, #00000008 50%, black 92%)
    0% 0% no-repeat padding-box;

  pointer-events: none;
  z-index: 1;
}

/* exhibition SLIDER */
.firstLPSlider .generalTitle.exhibMarker .bigHeader {
  font-size: 80px;
  max-width: 800px;
  padding: 20px 100px;
}
/* .firstLPSlider .generalTitle.exhibMarker  .tagElem {
  padding: 0;
} */

.exhibMarker .tagHolder {
  margin-bottom: 10px;
}

/* .firstLPSlider .generalTitle.exhibMarker .tagElem {

  margin-left: 100px;
} */

.digitalElem .darkerImg,
.relatedElem .darkerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(
      180deg,
      #000000a3 0%,
      #00000000 18%,
      #00000008 50%,
      #000000b8 92%
    )
    0% 0% no-repeat padding-box;

  pointer-events: none;
  z-index: 1;
}

.firstLPSlider .contentPart {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100vw; */

  /* display: flex;
  justify-content: center; */
  display: block;

  background-color: #eb5d2f;

  z-index: 1;
}

.contentInnerPart {
  display: flex;
  gap: 20px;

  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 100px;
  /* height: 135px; */
}

@media screen and (max-width: 1050px) {
  .contentInnerPart.newsSliderContentInnerPart {
    flex-direction: column;
    align-items: flex-start;
  }
}

.firstLPSlider .textPart {
  flex-basis: 300px;
  flex-grow: 1;
}

@media screen and (max-width: 1050px) {
  .firstLPSlider .textPart.newsSliderTextPart {
    flex-basis: unset;
  }
}

/* .firstLPSlider .normalText {
    height: 31px;
} */

.firstLPSlider .contentInnerPart .textPart {
  position: relative;
}

.firstLPSlider .contentInnerPart .buttonPart {
  margin-left: 20px;
}

.firstLPSlider .contentInnerPart .buttonPartLeft {
  display: flex;
  gap: 20px;
}

.firstLPSlider .slickArrowHolder {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.firstLPSlider .breakOut {
  width: 900px;
}

.breakOut {
  position: absolute;
  top: -130px;
  /* left: -20px; */
  color: white;
}

.breakOut .tagElem {
  color: black;
  background-color: #eb5d2f;
  margin-bottom: 24px;
}

.exhibMenu {
  background-color: #9560a4;
  padding: 80px 40px 40px 40px;

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.exhibMenuTitle {
  margin-bottom: 30px;
}

.exhibMenuLeft {
  flex-grow: 1;
  flex-basis: 500px;
  margin-right: 100px;
}

.exhibMenuRight {
  flex-basis: 300px;
}

.goToElem img {
  margin-right: 20px;
}

.exhibMenuRight > * + * {
  margin-top: 20px;
}

.eventsHeader {
  margin-bottom: 20px;
}

.eventsSlider {
  width: 100%;
  padding: 100px 100px 100px;
  background-color: #ecece9;
}

.eventsSlider .slick-dots {
  flex-wrap: wrap;
}

.eventsControler {
  margin-bottom: 40px;
}

.eventsControler select {
  border: none;
  outline: none;
  background-color: #ecece9;
  color: black;
  font-size: 26px;

  cursor: pointer;
}

.eventBlock {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  /* grid-template-rows: repeat(3, minmax(0, 1fr)); */
  grid-gap: 20px;

  /* margin: 0 10px; */

  width: calc(50% - 30px);
}

@media screen and (max-width: 1050px) {
  .eventBlock {
    width: 100% !important;
  }
}

.eventsSlickHolder {
  width: calc(100% + 20px);
  transform: translateX(-10px);
}

.eventsSlickHolder .slick-slide {
  height: unset !important;
}

.toCalendarButton,
.eventsMoreButton {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 980px;
  width: 100% !important;
}

.eventsMoreButton {
  margin-top: 30px;
}

.eventsSlick {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 20px;
  padding-left: 40px;
}

@media screen and (max-width: 1050px) {
  .toCalendarButton,
  .eventsMoreButton {
    width: 100% !important;
  }
}

.eventElem {
  position: relative;
  background-color: white;
  /* height: 150px; */
  min-height: 150px;
  /* padding: 10px; */
}

.eventElem {
  flex-direction: row-reverse;
}

.eventElemTitle h3 {
  font-size: inherit;
}

.eventStripe {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #dad9d4;
}

.eventElemLeft {
  flex-basis: 130px;
  margin-right: 16px;
  margin-left: 10px;

  padding: 10px 0 10px 10px;
}

.eventDateAndDay {
  display: flex;
  flex-direction: column-reverse;
}

.eventElemRight {
  flex-basis: 100px;
  flex-grow: 1;

  padding: 10px 10px 10px 0;
  position: relative;
}

@media screen and (max-width: 360px) {
  .eventElemRight {
    margin-left: 10px;
    hyphens: auto;
  }
}

.hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: all 300ms ease;
}

/* .hoverImage:hover {
  opacity: 1;
  transition: all 300ms ease;
} */

.eventDay {
  line-height: 1.2em;
  border-bottom: 3px solid black;
}

.eventTime {
  margin-top: 5px;
  margin-bottom: 10px;
}

.eventCat {
  margin-right: 5px;
}

.locBlock {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  margin: 0 10px;
  padding: 4px;
}

.locTitle {
  height: 32px;
}

.locElem {
  position: relative;
  background-color: white;
  min-height: 180px;
  height: 100%;
}

.locElemLeft {
  flex-basis: 100px;
  flex-grow: 1;
}

.locElemLeft img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.locElemRight {
  flex-basis: 125px;
  flex-grow: 1;
  padding: 10px;
}

.locElemMoreRight {
  padding: 2px;
  width: 25px;
}

.locElemLoc {
  margin-bottom: 2px;
}

.locLine {
  height: 2px;
  width: 60%;
  margin: 10px 0;
  background-color: black;
}

.locDownInfo {
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.openingGreen {
  color: #246a37;
}
.closedRed {
  color: rgb(156, 0, 0);
}

.tagElem {
  font-size: var(--fs-20);
  border-radius: 20px;
  padding: 1px 10px;
}

.tagElem2 {
  font-size: var(--fs-20);
  border-radius: 20px;
  padding: 1px 10px;
}

.oneOneModule .tagElem {
  background-color: unset !important;
}

.betweenArrowCounter {
  min-width: 45px;
  color: black;
}

.swypeAndCount {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.mobileElem.swypeAndCount {
  display: none !important;
}

.oneOneSlick .flexColRev,
.twoOneSlick .flexColRev {
  display: flex;
  flex-direction: column-reverse;
}

.twoOneModule .lowPart,
.oneOneModule .lowPart {
  font-size: 18px;
}

.twoOneModule .slick-slide {
  /* min-height: 450px; */
}

.twoOneModule .contentPart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  flex: 2 0 600px;
  /* flex-shrink: 1; */
  padding: 20px;
  background-color: #fdea11;
  padding: 40px;
  background-color: #fdea11;
}

.twoOneModule .imgPart {
  flex: 1 0 400px;
  /* flex-basis: 1; */
}

.twoOneModule .contentPart .textPart {
  flex-grow: 1;
  margin-bottom: 40px;
}

.twoOnePreTitle {
  margin-bottom: 1em;
}

.twoOnePreTitle:empty {
  display: none;
}

.twoOneTitle,
.twoOneText {
  margin-bottom: 0.75rem;
  hyphens: auto;
}

.twoOneTitle {
  margin-bottom: 1.1rem;
}

h3.twoOneText {
  font-family: "ReplicaLLWeb-Regular", sans-serif;
  font-size: 20px;
}

.imgPart {
  position: relative;
}

.twoOneModule .imgPart img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twoOneModule .tagElem {
  /* position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #FDEA11; */
  padding: 0;
  padding-bottom: 20px;
}

/* .twoOneModule .slick-slide {
  max-height: 466px;
} */

.oneOneModule .arrowPart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 0 7px;
}

.oneOneModule .contentPart {
  flex: 1 0 500px;

  padding: 40px;
  background-color: #fdea11;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 40px;
  background-color: #dad9d4;
}

.oneOneModule .imgPart {
  flex: 1 0 500px;
}

.oneOneModule .contentPart .textPart {
  flex-grow: 1;
  margin-bottom: 40px;
}

.oneOneModule .imgPart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oneOneModule .tagElem {
  /* position: absolute; */
  /* bottom: 20px; */
  /* left: 20px; */
  /* background-color: #DAD9D4; */
  padding: 0;
  padding-bottom: 20px;
}

.digitalContainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;

  padding: 40px;

  background-color: #dad9d4;
}

.downloadContainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;

  margin: 50px 0;

  /* padding: 40px; */
}

.digitalElem {
  position: relative;
  width: 100%;
  /* min-height: calc((1200px - 120px) * 2/9); */
  height: calc((1200px - 120px) * 2 / 9);
}

.digitalElem a {
  display: block;
  width: 100%;
  height: 100%;
}

li.digitalElem {
  list-style-type: none;
}

.downloadElem {
  position: relative;
  width: 100%;
  /* height: calc((800px - 20px) * 2/9); */
  height: calc((800px - 20px) * 3 / 16);
}

.downloadElem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.digitalElem:not(.firstDigitalElem) {
  background-color: #ecece9;
}

.digitalElem.pdfElem:not(.firstDigitalElem) {
  background-color: #ecece9;
}

.digitalElem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.firstDigitalElem {
  padding: 20px;
  border: 2px solid black;
}

.digitalElem .darkerImg {
  pointer-events: none;
  z-index: 1;
}

.digitalElem .arrowAndTextHolder {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: black;
  z-index: 2;
}

.digitalElem .arrowAndTextHolder .arrowText {
  color: white !important;
}

.arrowAndTextHolder {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);

  justify-content: space-between;
}

.arrowAndTextHolder .arrowHolder {
  flex-basis: 50px;
}

.arrowAndTextHolder .arrowText {
  flex-grow: 1;
  flex-basis: 10px;
  color: white;
  text-align: right;
}

.pdfElem .arrowRight {
  filter: invert(1);
}

.pdfElem .arrowAndTextHolder {
  top: 20px;
  bottom: unset;
}

.miniDescHolder {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  right: 20px;

  display: flex;
  align-items: flex-end;

  font-size: 14px;
}

.pdfIconHolder {
  width: 30px;
  height: 30px;
}

.pdfIconHolder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.arrowHolder {
  width: 50px;
  margin-left: 10px;
}

.arrowHolder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.newsletterModule {
  min-height: 270px;
  /* height: 270px; */
}

.newsletterModule .contentPart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  flex-basis: 300px;
  flex-grow: 3;
  padding: 40px;
  background-color: #4bb167;
}

.newsletterModule .imgPart {
  flex-basis: 200px;
  flex-grow: 2;
}

.imgPart {
  position: relative;
}

.newsletterModule .imgPart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inputStyle {
  flex-grow: 1;
  flex-basis: 200px;

  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px 0px;
}

.interestElem [type="checkbox"],
.agbOk [type="checkbox"] {
  appearance: none;
  margin-right: 10px;
  outline: none;
  background-color: transparent !important;

  border: 1px solid black;
  width: 10px;
  height: 10px;
  margin-top: 7px;
}

.buttonNL {
  width: unset;
}

.hiddenNL {
  margin-bottom: 20px;
  display: none;
}

.nlInputs {
  margin-bottom: 20px;
}

.interestHolder {
  margin-bottom: 20px;
}

.interestElems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.interestTitle {
  margin-bottom: 10px;
}

.cardsModule,
.relatedModule {
  width: 100%;
  padding: 50px 100px;
  background-color: #ecece9;
}

.cardsListModule {
  width: 100%;
  padding: 100px 0px 100px;
  background-color: #ecece9;
}

.cardBlock {
  /* display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px; */

  width: 960px;
}

.cardsModule .slick-track {
  /* height: 300px; */
}

.cardGridTitle {
  margin-bottom: 30px;
}

.cardGridTitle:empty {
  display: none;
}

.cardListTitle {
  margin-bottom: 50px;
  text-align: center;
}

.cardsSlick .slick-track {
  height: 100%;
}

.cardElem {
  /* display: flex !important; */
  /* width: calc(100% - 10px) !important; */
  height: 100%;
  margin: 0 5px;
}

.cardElem .shopToProductButton {
  color: white;
}

.cardElem.slick-slide {
  /* height: unset !important; */
  height: max-content !important;
  display: flex !important;
  padding: 4px;
}

.cardElem .contentPart {
  height: max-content !important;
}

.cardInnerElem {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cardElem .imgPart {
  /* flex: 0 0 120px; */
  height: 156px;
}

.cardElem .imgPart img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cardElem .contentPart {
  flex: 1 0 170px;
  padding: 10px;
  background-color: white;
  /* min-height: 350px; */
}

.cardElemTitle {
  /* height: 50px; */
  /* min-height: 100px; */
  margin-bottom: 10px;
  hyphens: auto;
}
.cardElemTitle h3 {
  font-size: inherit;
}
.cardElemTitle h3 span
{
	font-size: inherit;
	font-family: "ReplicaLLWeb-Bold", sans-serif;
}

.cardElemText {
  /* height: 80px; */
  margin-bottom: 10px;
  hyphens: auto;
}
.cardElemLink {
  text-decoration: underline;
  height: 30px;

  display: flex;
  align-items: flex-end;
}

.cardElemButton {
  border: 2px solid black;
  padding: 4px 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}

.cardElem .imgPart {
  position: relative;
}

.cardElem .tagElem {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #3f51b5 !important;
  color: white;
}

.cardsListGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
}

/* currExhModule */

.currExhModule .cardSlickHolder {
  height: 400px;
}

.currExhElem {
  /* display: flex !important; */
  width: 100%;
  height: 100%;
  margin: 0 5px;
}

.currExhElem a {
  display: block;
  width: 100%;
  height: 100%;
}

h3.currentExhibitionTitle {
  font-size: 20px;
}

.currExhElem.slick-slide {
  height: unset !important;
}

.cardInnerElem {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.currExhElem .imgPart {
  position: relative;
  /* flex: 0 0 120px; */
  height: 320px;
}

.currExhElem .imgPart img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.currExhElem .longArrowHolder {
  position: absolute;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
}

.pressModule {
  width: 100%;
  /* padding: 100px 100px 100px; */
  padding: 40px 100px 100px;
  background-color: #ecece9;
}

.threePressBlock {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;

  width: 100%;
}

.threePressBlock.centerPersons1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 10px;
  width: 50%;
  margin: auto;
}

.threePressBlock.centerPersons2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  width: 100%;
}

.pressTitle {
  margin-bottom: 40px;
}

.pressElem {
  padding: 20px;
  background-color: white;
}
    .pressElem * {
        font-size: 18px;
    }
.pressElem a {
  text-decoration: underline;
}

.sponModule {
  width: 100%;
  margin-left: 200px;
  /* padding: 100px 120px 100px; */
  width: 600px;
  padding-bottom: 40px;
  background-color: #ecece9;
}

.sponBlock {
  /* height: 300px; */
  width: 100%;
  padding: 20px;
  background-color: white;
}

.sponTitle {
  margin-bottom: 20px;
}

.sponBottom {
  display: flex;
  align-items: flex-end;
}

.sponLeft {
  flex: 2 1 800px;
  margin-right: 20px;

  flex-direction: column;
  justify-content: space-between;
}
.sponRight {
  justify-content: flex-end;
  flex: 2 1 400px;
}

.sponInnerRight {
  max-height: 120px;
  height: 100px;
}

.sponInnerRight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reviewModule {
  width: 100%;
  padding: 100px 120px 100px;
  background-color: #5588c7;
}

.reviewTitle {
  width: 90%;
}

.reviewContainer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;

  background-color: #5588c7;
}

.reviewElem {
  position: relative;
  display: flex;
  aspect-ratio: 3/1;
}

.normalArrow {
  position: absolute;
  right: 10px;
  top: 10px;
}

.reviewLeft {
  flex: 1 1 1;
  width: 50%;
}

.reviewRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 1;
  width: 50%;
  padding: 10px;
}

.reviewElem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.reviewLine {
  height: 3px;
  width: 50%;
  background-color: black;
  margin: 20px 0;
}

.reviewModuleTitle {
  margin-bottom: 20px;
}

.reviewRight {
  background-color: white;
}

.countdownHolder {
  background-color: black;
  color: white;
  width: 100%;
  /* max-width: 800px; */
  margin: auto;
  padding: 30px;

  display: flex;
  display: none;
}

.countdownInnerHolder {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;

  font-size: 20px;
  max-width: 700px;
  margin: auto;
}

.countdownClock {
  display: flex;
  gap: 20px;
}

.countdownWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdownElem {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 70px;
  height: 70px;

  border: 2px solid white;
  color: white;
  padding: 10px;
  font-size: 36px;
}

.timeUnit {
  margin-top: 5px;
  font-size: 14px;
}

/* SLICK SLIDER CUSTOMIZATION -------------------- */

/* slider css -------------------------*/

/* .sliderCounter {
  transform: translateY(9px);
} */

button.leftArrowHolder,
button.rightArrowHolder {
  border: none;
  background-color: transparent;
}

/* digital slider arrows */

.digitalSliderArrowsHolder {
  display: none !important;
}

@media screen and (max-width: 1050px) {
  .digitalContainer {
    position: relative;
  }

  .digitalSliderArrowsHolder {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 5px;
  }
}

.hideDots .slick-dots {
  display: none;
}

.leftArrowHolder {
  margin-right: 9px;
}

.leftArrowHolder img {
  margin-top: 4px;
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
}

.rightArrowHolder img {
  margin-top: 3px;
  image-rendering: -webkit-optimize-contrast;

  cursor: pointer;
}

/*
.leftArrowHolder.greyArrow img,
.rightArrowHolder.greyArrow img {
  filter: invert(100%) sepia(3%) saturate(574%) hue-rotate(326deg) brightness(87%) contrast(95%);
} */

.leftArrowHolder.slick-disabled {
  /* display: none !important; */
  visibility: hidden;
}
.rightArrowHolder.slick-disabled {
  /* display: none !important; */
  visibility: hidden;
}

.eventsSlick .slick-track,
.cardsSlick .slick-track {
  margin-left: 0 !important;
}

.newsSlick .slick-track {
  height: 100vh;
  margin-left: 0 !important;
}

.firstLPSlider.limit1200 .newsSlick .slick-track {
  height: calc(100vh - 68px);
}

.firstLPSlider.notLanding .newsSlick .slick-list {
  height: auto !important;
}

.newsSliderElem.slick-slide {
  position: relative;
  list-style-type: none;
}

.slick-initialized .slick-slide.newsSliderElem.flexColRev {
  display: flex;
  flex-direction: column-reverse;
}

.topSlickx {
  height: 100%;
}

.topSlickx video,
.mediaParent video {
  display: block;
  aspect-ratio: 16/9;
}

.eventsSlickHolder {
  position: relative;
}

.eventArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none !important;
}

.eventArrow.leftArrowHolder {
  left: -50px;
}

.eventArrow.rightArrowHolder {
  right: -50px;
}

.eventBlock,
.cardBlock {
  display: grid !important;
}

.eventBlockPreHidden {
  display: none !important;
}

.cardSlickHolder,
.relatedSlickHolder,
.cardsListHolder {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.relatedSlick a {
  display: block;
}

.relatedSlickHolder .slick-slide {
  height: unset;
}

.cardsListHolder .cardElem img {
  height: 156px;
}

.cardCounterHolder {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  height: 20px;

  display: none;
}

.cardCounter {
  font-size: 18px;
}

.cardArrow,
.relatedArrow {
  display: none !important;
}

.cardArrow,
.relatedArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cardArrow.leftArrowHolder,
.relatedArrow.leftArrowHolder {
  left: -50px;
}

.cardArrow.rightArrowHolder,
.relatedArrow.rightArrowHolder {
  right: -50px;
}

.twoOneBlock {
  /* display: flex !important; */
  /* height: 450px !important; */
}

.twoOneFlexer {
  display: flex !important;
  /* height: 400px; */
  min-height: 400px;
  width: 100%;
}

.twoOneModule .arrowPart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.twoOneBlock .betweenArrowCounter {
  /* padding-top: 6px; */
  font-size: 20px;
}

.twoOneBlock.imageLeft .twoOneFlexer {
  flex-direction: row-reverse;
}

.newsletterModule.imageLeft {
  flex-direction: row-reverse;
}

/* .oneOneBlock {
  display: flex !important;
  height: 500px !important;
} */

.oneOneBlock.imageRight {
  flex-direction: row-reverse;
}

.oneOneBlock.imageLeft .twoOneFlexer {
  display: flex;
  flex-direction: row-reverse;
}

.hideDots .slick-dots {
  display: none;
}

.hideDesktop .slick-dots {
  display: none;
}

.slick-prev:before {
  content: url("../img/placeholder/leftArrowNew.svg");
}

.slick-next:before {
  content: url("../img/placeholder/rightArrowNew.svg");
}

.slick-prev:before,
.slick-next:before {
  font-size: 26px;
}

.slick-prev,
.slick-next {
  background-color: #fff;
  color: transparent;
  font-size: 0;
  border: none;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.cardsSlick .slick-prev,
.relatedSlick .slick-prev,
.eventsLocSlick .slick-prev {
  left: -50px;
}

.cardsSlick .slick-next,
.relatedSlick .slick-next,
.eventsLocSlick .slick-next {
  right: -50px;
}

@media screen and (max-width: 1050px) {
  .cardsSlick .slick-prev,
  .relatedSlick .slick-prev,
  .eventsLocSlick .slick-prev {
    left: 0;
  }

  .cardsSlick .slick-next,
  .relatedSlick .slick-next,
  .eventsLocSlick .slick-next {
    right: 0;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.slick-dots button {
  /* visibility: hidden; */
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.slick-dots li {
  margin-top: 10px;
  height: 24px;
  width: 24px;
  border: 2px solid black;
  cursor: pointer;
}

.slick-dots .slick-active {
  margin-top: 10px;
  height: 24px;
  width: 24px;
  background-color: black;
}

.slick-dots li {
  list-style-type: none !important;
}

/* .newsSlick .slick-dots { */
/* transform: translateY(-140px); */
/* display: none !important; */
/* } */

.relatedTitle {
  margin-bottom: 30px;
}

.relatedElem {
  position: relative;
  margin: 0 5px;
  /* width: 100% !important; */
  height: calc((960px / 2) * 2 / 3) !important;
}

li.relatedElem {
  list-style-type: none;
}

.relatedElem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relatedElemContent {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: black;
  background-color: black;
  width: calc(100%);
}

.relatedElemTitle {
  color: white;
  padding: 20px;
}

.relatedTagElem {
  display: inline-block;
  margin: 20px;
  margin-bottom: 0;
  background-color: #eb5d2f;
}

/* custom lightbox */

.customLB {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 1);

  z-index: 100000;

  display: flex;
  justify-content: center;
  align-items: center;

  color: white;

  display: none;
}

.customLB .sliderArrowHolder {
  height: 40px;
}

.customLBWrapper {
  height: 90%;
  /* width: 80%; */
}

.customLBContent {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
  /* background-color: blue; */
}

.customLBLeft {
  flex-basis: 100px;
}

.customLBCentral {
  flex-basis: 100px;
  flex-grow: 1;

  height: 100%;
  padding: 20px 50px;
}

.customLBCentralHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 60px);
  width: 100%;
}

.customLBCentralHolder img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

.customLBRight {
  flex-basis: 100px;
}

.customPreviewHolder {
  height: 100px;
  width: 100%;
  background-color: transparent;
}

.customPreviewHolder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customImgLB {
  max-height: 90%;
}

.customLBCredits {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  color: white;
}

.LBArrow {
  outline: none;
  border: none;
  background-color: transparent;
}

.LBArrow img {
  filter: invert(1);

  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* .rightLBArrow img {
    margin-top: 10px;
  } */

.customClose {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: none;
  background-color: transparent;

  cursor: pointer;
  rotate: 45deg;
}

.customLBCounter {
  margin: 0 10px 5px;
  color: white;
}

.closeLine {
  position: absolute;
  height: 3px;
  width: 30px;
  background-color: white;
}

.closeLine2 {
  rotate: 90deg;
}

/* contrast mode */

/* navigation */

/* hamburger */
body.contrastMode .mainOuterNav .hamburger .hamLines {
  background-color: #fff;
}
body.contrastMode .mainOuterNav .hamburger.active .hamLines,
body.contrastMode .mainOuterNav.fixMenuBar .hamburger .hamLines {
  background-color: #000;
}

body.contrastMode .infoMarqueeHolder {
  filter: grayscale(1);
}

/* lp */
/* lp slider */
body.contrastMode .tagElem {
  background-color: #fff !important;
  color: #000 !important;
}
body.contrastMode .firstLPSlider .contentPart,
body.contrastMode .firstLPSlider .contentInnerPart,
body.contrastMode .exhibitionSlider.notLP {
  background-color: #fff !important;
}

body.contrastMode .arrowPart {
  background-color: #fff !important;
}

body.contrastMode .lpContainer,
body.contrastMode .twoOneModule {
  background-color: #fff !important;
}

body.contrastMode img {
  filter: grayscale(1);
}

/* lp calendar */
body.contrastMode .eventStripe {
  background-color: #000 !important;
}
body.contrastMode .roundColButton {
  background-color: #000 !important;
  color: #fff !important;
}
body.contrastMode .eventsSlider,
body.contrastMode #col_container,
body.contrastMode .eventsControler select {
  background-color: #fff !important;
}

/* further lp sliders */
body.contrastMode .oneOneModule .contentPart,
body.contrastMode .twoOneModule .contentPart {
  background-color: #fff !important;
}
body.contrastMode .cardsModule {
  background-color: #fff !important;
  color: #000 !important;
}
body.contrastMode .cardElem {
  color: #000 !important;
}
body.contrastMode .cardArrow {
  filter: invert(1);
}

/* digital section */
body.contrastMode .digitalContainer {
  background-color: #fff !important;
}
/* body.contrastMode .digitalElem {
      background-color: #000 !important;
      color: #fff !important;
    } */
body.contrastMode .digitalElem .arrowText {
  color: #fff !important;
}
body.contrastMode .digitalElem .arrowHolder img {
  filter: invert(0) !important;
}

/* exhibitions */
body.contrastMode .topInfoHolder,
body.contrastMode .pressModule {
  background-color: #fff !important;
}
body.contrastMode .newsletterModule .contentPart {
  background-color: #fff !important;
  color: #000;
}
/* body.contrastMode .newsletterModule .contentPart .lowPart{
      filter: invert(1);
    } */
/* body.contrastMode .pressModule .pressElem {
      background-color: #000;
      color: #fff;
    } */

/* calendar */
body.contrastMode .filterTab,
body.contrastMode .filterHeader,
body.contrastMode .eventFilterOuterContainer,
body.contrastMode .filterTab .datepicker {
  background-color: #fff !important;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top: none !important;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom: none !important;
}

.datepicker-container {
  font-size: 16px !important;
  padding: 10px !important;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #fff !important;
  border: 2px solid #ddd !important;
}

.datepicker-panel > ul > li.picked {
  color: #000 !important;
  background-color: #ddd !important;
}

.datepicker-panel > ul > li:hover {
  background-color: #ddd !important;
}

.datepicker-panel > ul > li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 1050px) {
  .datepicker-container {
    font-size: 24px !important;
    width: calc(40px * 7) !important;
  }

  .datepicker-panel > ul > li {
    min-width: 40px !important;
    height: 40px !important;
  }

  .datepicker-panel > ul > li[data-view="month current"],
  .datepicker-panel > ul > li[data-view="year current"],
  .datepicker-panel > ul > li[data-view="years current"] {
    width: calc(40px * 7 - 80px) !important;
  }

  .datepicker-panel > ul[data-view="months"] > li,
  .datepicker-panel > ul[data-view="years"] > li {
    width: 70px !important;
  }
}

/* related module */
body.contrastMode .relatedModule {
  background-color: #fff !important;
}

/* exhibition archive */
body.contrastMode .archiveContainer {
  background-color: #fff !important;
}
body.contrastMode .filterTab span {
  background-color: #fff !important;
}

/* downloads */
body.contrastMode .downloadElem {
  background-color: #000 !important;
  color: #fff !important;
}
body.contrastMode .downloadElem img {
  filter: invert(1);
}

/* press */
body.contrastMode .anythingFilterOuterContainer {
  background-color: #fff !important;
}

.slick-nav-news-btn:focus-visible {
  /* inner indicator */
	outline: 2px blue solid;
	outline-offset: 2px;
	/* outer indicator */
	box-shadow: 0 0 0 4px yellow;
}
