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

/** nav */

/* detail pages custom_____________________________________________- */

#modContainer {
  display: flow-root;
}

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

.detTitle {
  margin: 10px 0;
  margin-bottom: 50px;
}

.serviceName {
  font-size: var(--textFont);
  line-height: 1.4em;
}

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

/* 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.module_image {
  width: 100%;
  margin: 0px auto 20px;
}

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

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

.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_html .submitForm {
  display: flex;
}

.module.module_sectiontitle.bigHeaderSize {
  font-size: clamp(var(--bigFontMob2), 5vw, var(--bigFont2));
  margin-bottom: 1rem;
  line-height: 1em;
}

.module.module_sectiontitle.bigHeaderSize * {
  font-family: "HK-semibold", sans-serif;
}

/* .module.module_sectiontitle.bigHeaderSize *, */
.module.module_sectiontitle.subheaderSize * {
  font-family: "Garamond-reg", sans-serif;
}

.module.module_sectiontitle.subheaderSize {
  /* font-size: 18px;
  margin-bottom: 1rem; */
  font-size: clamp(var(--bigFontMob), 5vw, var(--bigFont));
  margin-bottom: 1rem;
  line-height: 1em;
}

.module.module_text * {
  line-height: 1.4em;
}

.module.module_text a {
  word-break: break-all;
}

.module.module_text.biggerTextSize {
  font-size: 32px;
}

.module.module_text strong {
  font-family: "HK-semibold", sans-serif;
}

.module.module_quote {
  font-family: "Garamond-sb-italic", sans-serif;
  font-size: clamp(var(--smallFontMob), 5vw, var(--smallFont));
  margin: 1.5rem auto;
}

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

.module.module_button {
  padding-top: 20px;
}

.module.module_button a {
  display: block;
  width: fit-content;
}

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

.module.module_download .dFileElem {
  width: 100px;
}

.module.module_download .dFileWrapper {
  width: 100px;
}

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

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

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

.module.module_hr {
  width: 100%;
  border-bottom: 1px solid black;
  padding-top: 50px;
  margin-bottom: 50px;
}

.module.module_hr.invisible {
  border: unset;
  background-color: unset;
  padding: 0 !important;
}

.gallContainer {
  margin: 20px auto 20px;

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

.gallImg {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  /* background-color: lightgray; */
}

.gallImg video {
  width: 100%;
  height: 100%;
  border: none;
  overflow: none;
  object-fit: contain;
  display: none;
}

.gallImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallVid img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;

  cursor: pointer;
}

.cornerPlay {
  position: absolute;
  bottom: 0px;
  left: 0px;

  font-size: 14px;
  font-family: "HK-semibold", sans-serif;

  padding: 4px 27px 4px 10px;
  background-color: white;

  z-index: 1;
}

.cornerPlay::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent black;
  left: 70%;
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  transform: translateY(2px);
}

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

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

.moreElem {
  aspect-ratio: 1/1;
  background-color: lightgray;
}

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

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

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

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

.relModElem {
  width: 100%;
}

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

  aspect-ratio: 1/1;
}

.relNameHolder {
  display: flex;
  gap: 10px;
  font-family: serif;
  padding: 10px 0;
}

.relNameArrow {
  flex: 0 0 14px;
}

.relNameArrow img {
  object-fit: contain !important;
}

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

.keydataContainer {
  font-size: 1.8rem;
  /* width: 80%; */
  /* margin: 50px 0; */
}

.keydataWrapper {
  display: flex;
  flex-direction: row;
}

.keydataKey {
  /* width: 200px !important; */
}

.keydataValue {
  width: calc(100% - 200px);
  font-size: var(--textFont);
}

.detailService {
  cursor: pointer;
}

.services.h3 {
  margin-bottom: 0;
}

/* digitorial */

.digitorialTeaser {
  font-family: "HK-reg", serif;
  font-size: clamp(var(--smallFontMob), 5vw, var(--smallFont));
  margin-bottom: 20px;
  line-height: 1.4em;
}

.digitorialTags {
  margin-bottom: 50px;

  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.dTagButton {
  padding: 4px 50px;
}

.digitorialImgHolder {
  margin-bottom: 50px;
}

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

.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) {
  .module.module_column_start.col_start_type_0,
  .module.module_column_start.col_start_type_1 {
    width: calc(100%);
    margin-bottom: 50px;
  }

  .keydataContainer {
    margin-bottom: 50px;
  }

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

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