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



/** nav */

/* detail pages custom_____________________________________________- */


.detFullWidthBlock {
  position: relative;
  /* width: 100vw; */
  height: 70vh;
  margin-bottom: 50px;
}

.detFullWidthBlock.noHeader {
  height: 45vh;
  min-height: 375px;
}

.detTextHolder {
  position: absolute;
  /* height: 15vh; */
  /* height: 19vh; */
  width: 100%;
  bottom: 0;
}

/* .detTextHolder.longHeadline {
  height: 23vh;
  min-height: 200px;
} */

.detFullWidthBlock.noHeader .detTextHolder,
.detFullWidthBlock.noHeader .detTextHolder.longHeadline {
  height: auto;
}

#modContainer {
  margin-bottom: 50px;
  overflow-x: hidden;
}





.fullImgHolder {
  width: 100%;
  display: flex;
  /* justify-content: center; */
  margin-bottom: 50px;
}

.fullImgHolder .fullImg:empty {
  margin-bottom: 0;
}

.fullImg {
  width: 100%;
  max-width: 1100px;
}

.fullImg img {
  width: 100%;
  height: 100%;
}



.detailTitle {
  font-size: 50px;
  font-weight: 700;
  margin: 10px 0;
}



.imageCredits {
  font-size: 14px;
  /* font-weight: 700; */
  color: #afafaf;

  margin-top: 5px;
}






/* moduleLayout */





/* marquees ------------------------------------ */




/* lightbox */

/* .lb_credits {
  font-size: 14px;
  font-family: 'marfa_reg', 'Helvetica Neue', Helvetica, 'Arial' !important;
  margin: 0px auto 5px;
  text-align: left;
  line-height: 16px;
}

.lb-dataContainer .lb_credits {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  background: white;
  padding: 10px 0 20px;
}

.lb-nav a {
  border-bottom: none;
  color: white;
  display: flex;
  align-items: center;
  padding: 30px;
}

a.lb-prev {
  transform: rotate(180deg);
  justify-content: right;
}

a.lb-next {
  justify-content: right;
} */

/* lightbox end */




/* detail pages custom end_____________________________________________- */





#item_container {
  /* padding: 65px 0 100px; */
  padding: 0px 0 100px;
  margin-top: 0;
  max-height: unset;
  height: unset;
  overflow-y: unset;
  margin-bottom: 0px;
}




/* all MODULES */

.module {
  width: 100%;
  clear: both;
}

.module::after {
  content: "";
  display: table;
  clear: both;
}

.module_text strong {
  font-family: 'inter-bold', sans-serif;
}

.module.module_image {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  margin: 20px auto 50px;
}

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

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

.module.module_video {
  margin: 20px auto 50px;
}

.module.module_video video {
  width: 100%;
  aspect-ratio: 16/9;
}

.module.module_video .videoText {
  font-size: 14px;
}

.module.module_html iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
  margin: 20px auto 50px;
}


.module.module_sectiontitle {
  /* width: 1000px; */
  margin: auto;
  padding-top: 50px;
}

.headlineBGStripe1 {
  position: relative; 
  /* height: 20px; */
  background-color: white;
  margin-top: 12px;
}

.headlineBGStripe1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: white;
    z-index: 0;
}

.moduleHeadline {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}


.headlineBGStripe2 {
  /* height: 20px; */
  /* margin-bottom: 12px; */
}

.headlineBGStripe1 .moduleHeadline {
  /* width: 1000px; */
  /* margin: auto; */
  /* position: absolute; */
  /* top: -20px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}


.module.module_sectiontitle.bigHeaderSize {
  font-size: 24px;
  font-family: 'HK-bold', sans-serif;
  /* margin-bottom: 1rem; */
}

.module.module_sectiontitle.subheaderSize * {
  font-size: 24px !important;
}

.module.module_marquee .marqueeHolder {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 ;
}

.module.module_marquee .fullMarqueeHolder {
  display: flex;
  overflow: hidden;
  width: 100000px;
}

.module.module_marquee .bmElemRight {
    white-space: nowrap;
}

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


/* .module.module_download .dFileElem {
  flex: 1 0 50px;
} */

/* .module.module_download .dFileElem:after {
  content: '→';
    position: relative;
    right: 0;
    margin-left: 10px;
} */

.moduleDownloadHolder .dFileWrapper {
  border-bottom: 1px solid black;
}

.module.module_download .dFileWrapper {
  display: flex;
  gap: 5px;
}

.module.module_download .dFileWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.module.module_text {
  margin: 40px auto 0;

  width: 100%;
  max-width: 1000px;
  padding: 0 20px;

}

.module.module_text ul {
  margin-left: 20px;
}


.module.module_download {
  margin: 40px auto 0;

  width: 100%;
  max-width: 1000px;
  padding: 0 20px;

}

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

.pdfModuleIcon {
  width: 26px;
  height: 26px;
}

.module.module_column_start.col_start_type_0 .module.module_text {
  margin-top: 0;
}

.module.module_column_start.col_start_type_1 .module.module_text {
  margin-top: 0;
}



.module.module_column_start.col_start_type_0 {
  width: calc(50% - 20px);
  margin-right: 10px;
  float: left;
  clear: none;

  display: flex;
  justify-content: flex-end;
}

.module.module_column_start.col_start_type_0 * {
  font-size: 24px;
}

.module.module_column_start.col_start_type_1 * {
  font-size: var(--textFont);
  line-height: var(--textLineHeight);
}

.module.module_column_start.col_start_type_1 {
  width: calc(50% - 20px);
  margin-left: 10px;
  float: right;
  clear: none;

  display: flex;
  justify-content: flex-start;
}

.colInnerShifter {
   width: 475px;
}


.module.module_hr {
  width: 100%;
  height: 2px;
  margin: 14px 0;
  background-color: black;
}

.module.module_hr.invisible {
  border: unset;
  background-color: unset;
}

.gallSliderContainer {
  margin: 20px auto 50px;
}

.gallSliderArrowHolder {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}

.gallSliderArrows {
  cursor: pointer;
}

.module.module_gallery .gallSliderArrows {
  width: 20px;
  height: 20px;
}

.module.module_gallery .gallSliderArrows img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


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

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

.relModTitle {
  margin-bottom: 10px;
  /* font-size: var(--smallFont); */
  
}

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

.relElem {
  width: 100px;
}


.downloadModuleTitle {
  margin-bottom: 10px;
  font-size: var(--smallFont);

}























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

.bmElemRight {
  display: flex;
  animation-name: marqueeRight;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.nBmElem {
  line-height: 300px;
  height: 300px;
}

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

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

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

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





@media screen and (max-width: 1000px) {

  .detFullWidthBlock {
      height: 40vh;
    }

  .module.module_column_start.col_start_type_0,
  .module.module_column_start.col_start_type_1
   {
    width: 100%;
    display: block;
    
  }

  .module.module_column_start.col_start_type_0 .module_text 
   {
    margin-bottom: 1em
    
  }

  .headlineBGStripe1:before {
    height: 20px;
  }

  


}




