@media screen and (max-width: 1300px) {

  .desktopElem {
    display: none;
  }

  .mobileElem {
    display: block !important;
  }


  .menuOpener  {
    position: relative;
    width: 30px;
    height: 20px;
    margin-right: 20px;
  }



  .hamburger {

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    position: absolute;
    /* position: sticky; */
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 20;
    /* background-color: grey; */
    transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;

    cursor: pointer;

  }

  .hamburger.active {
    position: fixed;
    top: 5% !important;
  }

  .hamburger.fixit {
    position: fixed;
    top: 50px;
  }

  .hamLines {
    /* position: absolute; */
    width: 100%;
    height: 3px;
    background-color: white;
    opacity: 1;
    transition-duration: 70ms;
  }

  /* .hamLine1 {
    top: 0;
  }

  .hamLine2 {
    top: 12px;
  }

  .hamLine22 {
    top: 12px;
  }

  .hamLine3 {
    top: 24px;
  }
   */


  .opened .hamLine1 {
    opacity: 0;
    transition-duration: 300ms;
  }

  .opened .hamLine2 {
    top: 12px;
    transform: rotate(45deg);
    transition-duration: 300ms;
  }

  .opened .hamLine22 {
    top: 12px;
    transform: rotate(-45deg);
    transition-duration: 300ms;
  }

  .opened .hamLine3 {
    top: 24px;
    opacity: 0;
    transition-duration: 300ms;
  }


  .theTitle {
    font-size: 36px;
  }

  .mobileMenu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 0;
    background-color: var(--mainBlue);
    z-index: 30;
    font-size: 24px;

    color: white;
    /* padding: 20px; */
    transition: all 200ms ease;
  }

  .mobileMenu.opened {
    width: 300px;
    transition: all 200ms ease;
  }

  .limiter {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
  }

  .closeMobileMenu {
    display: flex;
    justify-content: flex-end;
  }

  .closeHolder {
    position: relative;
    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    rotate: 45deg;

    cursor: pointer;

  }

  .closeLine  {

    position: absolute;
    width: 100%;
    height: 3px;
    background-color: white;

  }

  .cooperationFlex {
    width: 90%;
    margin: auto;
  }

  .closeLine.rotate {
    rotate: 90deg;
  }

  .subMenuPointMobile {
    margin-left: 20px;
  }

  .stylesPageContainer {
    flex-direction: column;
  }









}

@media screen and (max-width: 800px) {

  h2 {
      font-size: 36px;

   }


   .nlBox {
    padding: 0 20px;
  }

  .nlTextRight {
    text-align: left;
  }

  .theTitle {
    font-size: 36px;
  }



  .filterPageContainer {
    flex-direction: column;
  }


  .productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-basis: unset;
    flex-grow: unset;
    width: calc(100% - 40px);
    margin: auto;
  }

  .greyFlex {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
}

.productGrid {
  margin-top: 50px;
}

.stylesContainer {
  width: calc(100% - 40px);
}

.pageIntro {
  width: calc(100% - 40px);
  font-size: 24px;

}

.contactContainer {
  flex-direction: column;
  width: calc(100% - 40px);
}

.contactGrid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  font-size: 18px;
}

.faqGrid {
  width: calc(100% - 40px);

  /* display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); */
}

.faqElem {
  width: 100%;
  /* width: 100%; */
}

.faqElem.opened {
  width: 100%;
  /* width: 100%; */
}

.fullBanner {
  flex-direction: column;
  height: unset;
}

.limitWidth1000 {
  width: calc(100% - 40px);
  margin: auto;
}

.flexGrey {
  flex-direction: column;
}

.flexGrey .textGrey {
  flex-basis: unset;
}

.contactFilterContainer {
  padding: 0px;

}

.filterName {
  font-size: 24px;
}

.filterCheck {
  width: 40px;
  height: 40px;
}

.fullHero {
  width: 100%;
  height: unset;
}

.flatLeftRightHolder {
  flex-direction: column;
  height: unset;
  width: 100%;
}

.flatLeftRightHolder .imgHolder {
  width: 100%;
}

.flatLeftRightHolder .textHolder {
  width: 100%;
}

.relProdsGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));

}


.limitWidth {
  width: calc(100% - 40px);
  margin: auto;
}

.countryList {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.relTitle {
  font-size: 20px;
}

.relText {
  font-size: 18px;
}

.myframe {
  height: 400px;
}

.written {
  margin: auto;
  margin-bottom: 50px;
}

.productDescription1 {
  width: calc(100% - 40px);
  margin: auto;
  margin-top: 50px;
  font-size: 20px;

}

.productDescription2 {
  width: calc(100% - 40px);
  margin: auto;
  font-size: 20px;

}






/* .theSubtitle {

  position: relative;

} */


#booking {
  width: calc(100% - 40px);

}

.bookingWrapper input {
  font-size: 24px;
}
#b2b {
  width: calc(100% - 40px);

}


.greyColor {
  font-size: 24px;
}

textarea {
  font-size: 24px;

}


.twoColors {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.oneColor {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.threeColors {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.stylesLabel {
  font-size: 20px;
}

.subText {
  font-size: 24px;
}


.relTitle {
  font-size: 24px;
}

.relText {
  font-size: 20px;
}

.relInfo {
  min-height: 250px;
}

.smallTextFaq {
  font-size: 24px;
}


.faqQuestion {
  font-size: 20px;
}

.faqElem.opened .faqQuestion {
  font-size: 20px;
}

.faqElem.opened .faqAnswer {
  font-size: 20px;
  display: block;
}

.faqLabel {
  font-size: 16px;
}

.colorText p {
  font-size: 20px;
}

.textGrey {
  font-size: 20px;
  margin-left: 0;
}

p {
  font-size: 20px;

}

.written p {
  font-size: 48px;
}

.fullBannerChild.textChild {
  /* flex-basis: 400px; */
  flex-basis: unset;
  padding-top: 50px;
  padding-bottom: 50px;
}









  /* :root {
    --fontSize50: 50px;
    --fontSize24: 24px;
  }

  .desktopElem {
    display: none;
  }

  .mobileElem {
    display: block;
  }

  .mobileMarker {
    display: block;
  }

  .subMenuHolder {
    display: none;
  }

  #container {
    margin: 60px 36px 0px 36px;
  }


  .menuHolder {
    height: 60px;
  }

  .mobileMenuHolder {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;

    display: block;
    height: 60px;
    width: 100%;

    background-color: white;
  }

  .mobileMenu {
    width: calc(100% - 72px);
    margin: 0 36px;
    border-top: 1px solid black;
    background-color: white;

    display: flex;
    justify-content: space-between;
  }

  .mobileLangHolder {
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
  }

  .mobileMenuOverlay {
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: 60px;
    z-index: -1;

    background-color: white;
    transition: all 500ms cubic-bezier(0.58, 0.28, 0.18, 0.74);
  }

  .mobileMenuOverlayInner {
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 180px);

    width: calc(100% - 72px);
    margin: 0 36px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mobileMenuOverlay.active {
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 120px);
  }

  .mobileMenuElems {
    font-size: 30px;
    font-weight: bold;
    text-transform: lowercase;

    display: inline;
    opacity: 0;
    transition: all 500ms ease;
  }

  .subsubMenuElemMobile {
    font-size: 30px;
  }

  .mobileMenuElems.opac {
    opacity: 1;
  }

  .mobileMenuElems span {
    cursor: pointer;
  }

  .upperLinks,
  .lowerLinks {
    display: flex;
    flex-direction: column;
  }

  .mobileInfoHolder {
    width: calc(100% - 72px);
    margin: 0 36px;
    background-color: white;
    border-top: 1px solid black;
  }

  .mobileInfos {
    height: 60px;
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    font-size: 24px;
    font-weight: 700;
    background-color: white;
  }

  .mobileInfos div {
    margin: 0;
  }

  .menuHolderLeftMobile {
    height: 60px;
    width: calc(100% - 72px);
    margin: 0 36px;
  }

  .menuHolderLeftMobile .logo {
    height: 90px;
  }

  .menuBank {
    height: 52px;
  }



  .titleHolder {
    font-size: var(--fontSize50);
    margin-bottom: 30px;
    hyphens: auto;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    word-break: break-word;
  }

  .titleWrapper {
    margin-bottom: 30px !important;
  }

  .module .start_intro {
    font-size: var(--fontSize24);
  }

  #overview_page_holder {
    padding-top: 30px;
  }


  #overviewElementsContainer, #overview_elements_container {
    border-bottom: unset !important;
  }




  #category_filter_holder {
    margin: 20px 0 50px;
    font-size: 28px;
}

  .filter_title {
    width: 200px;
  }

  #filter_buttons {
    display: flex;
    justify-content: space-between;
    margin-left: unset;
}

  .exhib_items_holder {
    grid-template-columns: repeat(2, 1fr);
  }



   */








}
