* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2em;

  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;
}

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



/* select2 */

/* select2 end */


html {
  overflow-y: scroll !important;
}

body {
  background-color: white;
}


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


/* HELPER CLASSES ____________________________ */




:root {

  /* VARIABLES---------- */

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


}

.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 {
  font-weight: normal;
  margin: unset;
  font-size: 80px;
  font-family: 'ReplicaLLWeb-Bold', sans-serif;

  line-height: 1em;
}



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

}

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

.h3-reg {
  font-weight: normal;
  margin: unset;
  font-size: 26px;
  font-family: 'ReplicaLLWeb-Regular', sans-serif;
}


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




#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;
}




.rotate180 {
  rotate: 180deg;
}



#col_container.menuPaddingYes {
  padding-top: 68px;
}




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

.calButton {
  width: unset;
}


.buttonPart > * + * {
  margin-left: 20px;
}

.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;
  padding-top: 68px;
}


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

  min-height: 350px;

}



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

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

.topInfoHeader {
  margin-bottom: 50px;
}

.topInfoInfo {
  margin-top: 30px;
}

.jumpToElem {
  margin-top: 20px;
}

.jumpToInnerElem {

  cursor: pointer;
}

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

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


/* END HELPER CLASSES */









/* 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);
}



.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;
}

.filterTabRight {
  margin-left: 2px;
}


.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;
}

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

.filterClear {
  color: grey;
  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 */


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

  flex-basis: 20px;
}

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

.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;
}

.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;
}

.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 */

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


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

  position: relative;

}



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

  width: 100%;
  height: 100%;

}

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

  padding-bottom: 20px;

  width: 100%;

  height: fit-content;
  color: white;

  z-index: 1;

}

.innerGeneralTitle {
  padding: 0 100px;
}

.locationTitleMobile {
  font-size: 42px;
  margin: 32px 0;
}

.firstLPSlider  .innerGeneralTitle h1 {
  max-width: 800px;
  /* padding: 0 100px; */
}

.firstLPSlider  .innerGeneralTitle .tagHolder {
  max-width: 800px;
  /* padding: 0 100px; */
  margin-bottom: 20px;
  color: black;

  display: flex;
  gap: 10px;
}

.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 {

  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;

  background-color: #EB5D2F;

  z-index: 1;
}

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

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


}

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

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

.breakOut404 {
  position: absolute;
  bottom: 100px;
  color: white;
}




.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;
}

.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;


}

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

.eventsSlickHolder .slick-slide {

  height: unset !important;
}


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

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

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

  padding: 10px 0 10px 10px;
}

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

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

.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;

}

.locTitle {
  height: 32px;
}

.locElem {
  position: relative;
  background-color: white;
  min-height: 160px;
  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: #4BB166;
}
.closedRed {
  color: red;
}








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

.twoOneModule {
  min-height: 400px;
}

.betweenArrowCounter {
  padding-top: 4px;
}

.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: 1rem;
  hyphens: auto;
}



.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;

}



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


.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;
}



.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%;
  height: calc((1200px - 120px) * 2/9);

}

.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 {
  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 {
  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;
}




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

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

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

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

.cardElem .contentPart {
  flex: 1 0 170px;
}

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


.cardElem .contentPart {
  padding: 10px;
  background-color: white;
  min-height: 180px;
}

.cardElemTitle {
  height: 50px;
  margin-bottom: 10px;
  hyphens: auto;
}
.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: black;
  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.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: cover;
}

.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;
}


.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;
}




.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);
}

.newsSliderElem {
  position: relative;
}


.eventsSlickHolder {
  position: relative;
}

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

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

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



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


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


.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
 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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


.twoOneBlock {
  display: flex !important;
  height: 500px !important;
}

.twoOneBlock .betweenArrowCounter {
  padding-top: 6px;
}


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

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


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



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



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

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

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.slick-dots button {
  visibility: hidden;
}

.slick-dots li {
  margin-top: 10px;
  height: 3px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}

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

.slick-dots > * + * {
  margin-left: 5px;
}


.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;
}



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

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

.relatedElemTitle {
  color: white;
}

.relatedTagElem {
  background-color: #EB5D2F;
}


/* custom lightbox */

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

    z-index: 100000;

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

    color: white;

    display: none;
  }



  .customLBWrapper {


    height: 500px;
    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;
    height: calc(100% - 40px);
    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;
  }

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

  /* .leftLBArrow {
    rotate: 180deg;
  } */

  .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;

    cursor: pointer;
    rotate: 45deg;
  }


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


  .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;
    }

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

    /* 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: #000 !important;
      color: #fff !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: #000 !important;
      color: #fff;
    }
    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;
    }

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

