/* ----- MOBILE: LANDSCAPE ----- */
@media screen and (max-width: 768px) and (orientation: landscape) {
  :root {
    --headerHeightMob: 50px;
  }

  #cookie_warning {
    height: 100%;
    overflow-y: scroll;
  }

  .newLogoMob {
    transform: translate(20px, 5px) !important;
  }

  .hamburger {
    top: 0px !important;
  }

  .headerMenu {
    margin: 60px auto 60px !important;
    height: auto !important;
    overflow-y: unset !important;
  }
}

/* ----- MOBILE ----- */
@media screen and (max-width: 768px) {
  * {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }

  body {
    font-size: 26px;
  }

  #col_container,
  .module_text,
  .module_text p {
    font-size: 26px;
  }

  .sliderArrowHolder * {
    font-size: 26px !important;
  }

  .countdownLeft {
    width: 100%;
  }

  .countdownHolder {
    padding: 40px 20px;
  }

  .betweenArrowCounter {
    font-size: 20px;
  }

  .countdownClock {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
  }

  .countdownElem {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1;
    font-size: 48px;
  }

  .timeUnit {
    font-size: 16px;
  }

  .simpleArticleTitle {
    width: calc(100% - var(--mobMarginDouble));
    margin: 20px 200px 20px 20px;
  }

  .simpleArticlePreTitle {
    width: calc(100% - var(--mobMarginDouble));
    margin: 20px 200px 20px 20px;
  }

  .exhLocInfo * {
    font-size: 26px;
  }

  .module_headline.hlTiny * {
    font-size: 24px;
    font-weight: bold;
  }

  .module.module_news {
    max-width: unset !important;
    /* height: 300px; */
  }

  .module.module_news * {
    font-size: 20px;
  }

  .module_button.doubleButton.center {
    flex-direction: column;
    width: calc(100% - var(--mobMarginDouble));
    margin-left: var(--mobMargin);
    gap: 10px;
    max-width: unset;
    /* flex-direction: column; */
  }

  .singleButton .stretchButtonL,
  .singleButton .stretchButtonR,
  .doubleButton .stretchButtonL,
  .doubleButton .stretchButtonR {
    width: 100%;
  }

  .moreArchiveElemsButton {
    width: 100% !important;
  }

  .leftArrowHolder img {
    margin-top: 8px;
  }

  .rightArrowHolder img {
    margin-top: 8px;
  }

  .cardArrow.leftArrowHolder,
  .relatedArrow.leftArrowHolder {
    left: -22px;
    z-index: 10;
  }

  .cardArrow.rightArrowHolder,
  .relatedArrow.rightArrowHolder {
    right: -15px;
    z-index: 10;
  }

  .customLBLeft,
  .customLBRight {
    display: none;
  }

  .customLBWrapper {
    width: 100%;
  }

  .eventElem {
    flex-direction: column-reverse;
    height: unset;
    flex-wrap: wrap;
  }

  .eventElemRight {
    padding: 10px;
    margin-right: 16px;
    margin-left: 10px;
  }

  .truncate1,
  .truncate2,
  .truncate3 {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  .buttonPartLeft {
    flex-wrap: wrap;
  }

  .mobileFooterSponsors {
    margin-left: 0;
  }

  .module.module_newsletter .button {
    min-width: unset;
  }

  .footerBlock {
    min-width: unset !important;
  }

  .mobileFooterInfoMan {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .mobileFooterFirst {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .mobileFooterSponsorHolder,
  .mobileFooterSponsorRight {
    margin-left: 0 !important;
  }

  .mobileFooterSponsors {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .headerMenu.mobileElem .rightNav {
    height: auto !important;
    flex-wrap: wrap;
  }

  .langHolder {
    flex-wrap: wrap;
    justify-content: right;
  }

  .langHolder select {
    font-size: 15px !important;
  }

  .langHolder select {
    padding-right: 20px;
  }

  .orangeLink,
  .mobileMenuElem,
  button.mobileMenuElemMain,
  button.backToMobileMenuMain {
    font-size: 24px !important;
  }

  .mobileMenuElemArrow {
    display: inline-block;
    height: 15px;
  }

  .mobileMenuElemArrow img {
    height: 15px;
  }

  .headerMenu {
    height: auto !important;
  }

  #menu_search_input_mobile,
  #menu_search_input_search {
    font-size: 24px !important;
    width: calc(100% - 75px);
  }

  .firstLPSlider .contentInnerPart .buttonPart {
    flex-wrap: wrap;
  }

  .eventsControler {
    flex-wrap: wrap;
  }

  .eventsControler select {
    font-size: 20px;
  }

  .mobileFooterInfoMan img {
    height: auto !important;
  }

  .digitalElemImage {
    aspect-ratio: 4/3;
  }
}
