@import 'controls.css?ver=1';


/* CUSTOM DETAIL PAGE CSS_____________________________________________- */

strong {
  font-weight: bold !important;
}

hr {
  border: 1px solid black;
  margin: 0 auto;
  max-width: 800px;
}

@media (max-width: 1050px) {
  hr {

    margin: 20px;
  }
}



.fullScreenRandomColor  {
  /* width: 100vw; */
  width: 100%;
  height: 50vh;
}



.detailSliderElem {
    height: 100%;
    aspect-ratio: unset !important;
    max-height: 600px;
    background-color: #ECECE9;
}

.detailSliderElem.flexColRev {
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.detailSliderImg {
  /*max-height: 500px;*/
 /* cursor: pointer;*/
}

.detailSliderImg a {
  display: block;
  max-height: 500px;
  height: 100%;
}

.detailSliderImg img {
  height: 100%;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}



.detailSliderImg {
    /* height: 500px; */
}

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


.sliderCredits {
    display: flex;
    justify-content: center;

    color: #6b6a69;
    text-align: center;
    margin-top: 10px;

}

.innerCredits {
    max-width: 600px;
    min-height: 100px;

    text-align: left;
}

.leftArrowHolder img {
    /* width: 16px;
    height: 16px; */
    image-rendering: -webkit-optimize-contrast;
        width: 24px;
        height: 20px;
        /* margin-top: 9px; */

    cursor: pointer;
  }

  .rightArrowHolder img {
    image-rendering: -webkit-optimize-contrast;
    /* width: 16px;
    height: 16px;
    margin-left: 10px; */

      width: 24px;
      height: 24px;
      /* margin-top: 7px; */

    cursor: pointer;
  }

  /* .greyArrow {
    filter: invert(100%) sepia(0%) saturate(1908%) hue-rotate(162deg)
      brightness(113%) contrast(65%);
  } */

  .sliderArrowHolder {
    /* height: 10px; */
    display: none !important;
    /* display: flex; */
    justify-content: center;
    /* justify-content: space-between; */
  }

  .customLB .sliderArrowHolder {
    display: flex !important;
    height: 10px;
    justify-content: center;
  }

  .arrowHolderRightPart {
    display: flex;
  }





  .centerModule {
    max-width: 1000px;
    margin: auto;

    margin-bottom: 50px;
  }



  .sliderArrowClass {
    position: relative;
    z-index: 1;
  }



  .module_column_start .sliderCredits {
    justify-content: start;
  }



  .module_column_start .noSliderGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
  }

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



  .singleImgClass {
    border: none;
    /* cursor: pointer; */
  }



  .detGallElem {
    width: 100%;
    position: relative;
    aspect-ratio: 1/1;
 /*   cursor: pointer;*/
    background-color: #ECECE9;


    border: none;
  }

  .detGallElem.ghost {
    width: 0;
    height: 0;
    display: none;
  }


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

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

  .manyImgLayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 1;

    color: white;
    font-size: 18px;

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

  .manyImgLayer > div {
    color: white;
  }






  .exhLocInfoLeft {
    /* font-size: 18px; */
    text-align: left;
  }


  .exhLocInfoRight {
    /* font-size: 18px; */
    text-align: right;
  }



  /* GENERAL MARGIN SETTINGS FOR MODULES */


  .module.module_text,
  .module.module_headline,
  .module.module_button
   {
      width: 100%;
      max-width: 600px;
      margin: 50px 200px 50px;
      z-index: 0;
  }

  .collapsableText .module.module_headline.detailHeaderWrapper {
    margin-left: 0;
  }

  .module.module_image {
    width: 100%;
    max-width: 600px;
    margin: 20px 200px 50px;
  }


  .module.module_collapsable {
    max-width: 600px;
    width: 100%;
    margin: 0 200px auto;
  }

  .module_column_start.col_start_type_2 {
    width: 50%;
    float: left;
  }

  .module_column_start.col_start_type_2 .module_collapsable,
  .module_column_start.col_start_type_2 .module_news,
  .module_column_start.col_start_type_2 .module_text,
  .module_column_start.col_start_type_2 .module_gall,
  .module_column_start.col_start_type_2 .module_image {
    width: 390px;
    margin-right: 10px;
    margin-left: calc(100% - 400px);

  }

  .module_column_start.col_start_type_2 .module_collapsable .module_text {
    margin-left: 0;
    margin-top: 0;
  }

  .module_column_start.col_start_type_3 .module_collapsable .module_text {
    margin-left: 0;
    margin-top: 0;
  }

  .module_collapsable .collapsableText .module_text {
    margin-left: 0;
    margin-top: 0;
  }

  .module_column_start.col_start_type_3 {
    width: 50%;
    float: right;
  }

  .module_column_start.col_start_type_3 .module_collapsable,
  .module_column_start.col_start_type_3 .module_news,
  .module_column_start.col_start_type_3 .module_text,
  .module_column_start.col_start_type_3 .module_gall,
  .module_column_start.col_start_type_3 .module_image {
    width: 390px;
    margin-left: 10px;
    margin-right: calc(100% - 400px);

  }

  .module_column_start.col_start_type_3 .module_collapsable .module_text {
    margin-right: 0;
    margin-top: 0;
  }

  .module_column_start .detailSlider {
    width: 390px;
  }


  .module_collapsable .downloadContainer {
    grid-template-columns: unset;
  }


  .module.module_video {
    width: 800px;
    margin: 50px 200px;
  }

  .video_holder {
    height: 450px;
  }

  .module.module_html {
    width: 100%;
    max-width: 600px;
    margin: auto 200px;
    margin-bottom: 50px;
  }


  .module.module_news {
    width: 100%;
    max-width: 600px;
    padding: 15px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
  }


  /* Presseseiten */

  .simpleArticlePreTitle {
    width: 100%;
    max-width: 600px;
    margin: 50px 200px 20px;
  }

  .simpleArticleTitle {
    width: 100%;
    max-width: 600px;
    margin: 50px 200px 20px;
    font-size: 45px;
  }

  .simpleArticlePreTitle:empty {
    margin: 0;
  }

  .simpleArticleTitle:empty {
    margin: 0;
  }

  .pressTitle {
    padding-top: 50px;
  }


  /* GENERAL MARGIN SETTINGS FOR MODULES END */





  #col_container .firstLPSlider .contentPart {
    width: 100%;
    /* font-size: 18px; */
    z-index: 2;
  }

    .firstLPSlider.limit1200 {
      max-width: 1200px;
      margin: auto;
      /* margin-top: 68px; */
    }

    .firstLPSlider.limit1200 .contentPart {
      width: 100%;
    }


  .module_hr {
    display: flex;

    width: 100%;
    height: 1px;
    border-bottom: 1px solid black;

    margin-bottom: 20px !important;
  }

  .module_hr.invisible {
    width: 100%;
    border-bottom: unset;
  }



  .collapBlock {
    border: none;
    padding: 15px 0;
    border-bottom: 2px solid black;
    cursor: pointer;
    background-color: #ECECE9;

    align-items: center;
  }

  .collapBlock.topBorder {
    border-top: 2px solid black;
  }
  
  
  .collapsableText {
    margin-top: 20px;
    hyphens: auto;
    width: 100%;
  }

  .collapsableText .module_html {
    width: 100%;
    margin-left: 0 !important;
  }

  .centerModuleTitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .centerModuleText {
    text-align: center;
    font-size: 16px;
    padding: 0 50px;
  }

  .centerModuleText span {
    background-color: transparent !important;
  }

  .centerModuleText * {
    font-weight: 400;
    line-height: 1.3em;
  }
  .centerModuleText strong {
    font-weight: 700;
  }

  .module .module_news {
    width: 100%;
    /* height: 257px; */
    padding: 20px 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;

  }

    .module.module_news .sliderHolder {
      height: calc(100% - 20px);
    }

    .module.module_news .sliderHolder .slickHolder {
      height: 100%;
    }





  .module_news .detailSliderImg {
    height: 30px;
    margin-bottom: 20px;
  }

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



.module_image {
  height: fit-content;
}

.module .item_description {
  font-size: 14px;
}




.module.module_headline {
  margin-bottom: 50px;
}



/* FINAL WIDTH LAYOUT MODS_________________________________- */

/* FULL WIDTH ELEMENTS */

#col_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

  #col_container .twoOneModule,
  #col_container .oneOneModule,
  #col_container .newsletterModule,
  #col_container .digitalContainer ,
  #col_container .relatedModule
  {
    width: 100%;
  }



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

  .cardsListModule {
      width: 100%;
      padding: 50px 100px 50px;
      background-color: #ECECE9;
  }

  #col_container .eventsSlider {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 100px 0 100px;
  }


  /* LEFT ELEMENTS */

  #col_container .pressModule {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

  #col_container .downloadContainer {
    width: calc(100% - var(--mobMarginDouble));
    max-width: 800px;
    margin: 40px auto;
  }



    .collapsableIcon {
      width: 20px;
      rotate: 0deg;
      transition: all 300ms ease;
    }

    .collapBlock.opened .collapsableIcon {
      rotate: 180deg;
      transition: all 300ms ease;
    }



  /* central elements */



  .module.module_text {
    hyphens: auto;
   }

   .module_text a {
    text-decoration: underline !important;
   }


  .module.module_text span {
    background-color: transparent !important;
  }

   .module.module_text ul {
    list-style-position: outside;
    padding-left: 1em;
   }



   .sponBlock {
    width: 100%;
    width: 600px;
      margin-left: 200px;
    margin: 0 auto;
   }



   .exhLocInfo {
      margin: auto;
      padding: 20px 100px;
      background-color: #DAD9D4;

   }


   .module.module_news .detailSlider {
    width: 100%;
   }







/* FINAL WIDTH LAYOUT MODS END_________________________________- */


.module.module_button  {
  display: flex;
  justify-content: start;
}



.singleButton {
  display: flex;
  justify-content: center;
}

.singleButton .stretchButtonL {
  width: 290px;
}

.singleButton .button {
  width: 100%;
}

.doubleButton>a {
  flex-grow: 1;
  flex-basis: 290px;
}

.doubleButton .button {
  width: 100%;
}

.doubleButton .stretchButtonL {
  margin-right: 10px;
  width: 100%;
  flex-grow: 1;
}

.doubleButton .stretchButtonR {
  margin-left: 10px;
  width: 100%;
  flex-grow: 1;
}

.doubleButton .stretchButton > .button {
  width: 100%;
}





.cardElem .imgPart {
  height: 150px;
}

.pressModule {
  width: 100%;
  padding: 40px 0px 100px;
  background-color: #ECECE9;
}

.shopElemTitle {
  margin-bottom: 10px;
}

.shopElemLink {
font-family: 'ReplicaLLWeb-Bold', sans-serif;
  width: 100%;
  background-color: black;
  color: white;
  padding: 6px 10px;
  text-align: center;
}




/* CUSTOM DETAIL PAGE CSS END_____________________________________________- */
