/* header */
body.noScroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.jumpLabels {
    position: fixed;
    left: 365px;
    top: 25px;
    z-index: 1001;
}
	.jumpLabels ul {
	    list-style-type: none;
	}
	
	.jumpLabels li {
	    box-sizing: border-box;
	    height: 0;
	    width: fit-content;
	    background-color: white;
	    overflow: hidden;
	}
	
	.jumpLabels li:has(a:focus) {
	  height: fit-content;
	  visibility: visible;
	  overflow: auto;
	  padding: 5px;
	}
.mainNavigation {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1000;
  padding: 10px 20px;
  height: var(--headerHeight);
  transition: all 200ms ease;
}

.mainNavigation .treatLogo {
  width: 100%;
}


.mainNavigation.scrolled {
  height: var(--smallheaderHeight);
}

.mainNavigation.scrolled .leftNav {
  width: 100px;
}

.menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  margin-top: var(--smallheaderHeight);
  background: white;
  z-index: 10;
  display: none;
}

  .mobileMenuHolder {
    height: 100%;
    color: black;

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

.websiteOverlay.active,
.menuOverlay.active
 {
  display: block;
}



/* lang buttons */

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

.lang_btn {
  display: inline;
  cursor: pointer;
}

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

.lang_btnInactive {
  opacity: 50%;
}

header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 11;
}

.leftNav {
  display: flex;
  align-items: center;
  width: 160px;
  transition: all 200ms ease;
}

.leftNav a,
.leftNav img
 {
  width: 100%;
}

.rightNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  font-size: var(--menuFontSize);
}

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

.menuList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menuList *{
  font-size: clamp(var(--mediumFontMob), 3vw, var(--mediumFont));
}

.menuLink {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobileLangHolder {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sandwichElement {
  position: absolute;
}



/* hamburger */

.hamburger {
  display: none;
  position: fixed;
  /* position: sticky; */
  right: 6%;
  top: 6%;
  transform: translateY(-50%);
  width: 40px;
  height: 28px;

  z-index: 999;
  /* background-color: grey; */
  transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;

  cursor: pointer;

  /* // .active {
  //    position: fixed;
  //    top: 5% !important;
  // }

  // .fixit {
  //     position: fixed;
  //     top: 50px;
  // } */
}

.hamburger.active {
  position: fixed;
  top: 5% !important;
}

.hamOverlay {
  position: fixed;
  background-color: white;
  width: 0%;
  /* height: 100vh; */
  top: 0;
  right: 0;

  z-index: 850;
  transition-duration: 500ms;

  display: none;
}

.socialIconsWrapperOverlay {
  display: none;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  /* width: 120px; */

  justify-content: space-between;
  gap: 20px;

  opacity: 0;
  /* display: flex; */
  flex-direction: row;
  z-index: 10;

  transition: all 800ms;
}

.hamOverlay.active {
  width: 100%;
  height: 100vh;
  right: 0;
}

.hamOverlay.active .titleOverlay {
  display: flex;

  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;

  z-index: 20;

  transition: all 800ms;
}

.titleOverlay {
  display: none;
}

.hamMenuWrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  transition: all 800ms;
  /* transition-delay: 500ms; */
}

.hamOverlay .hamMenuWrapper.active,
.hamOverlay .socialIconsWrapperOverlay.active,
.hamOverlay .titleOverlay.active {
  display: flex;
}

.hamOverlay .hamMenuWrapper.opacity,
.hamOverlay .socialIconsWrapperOverlay.opacity,
.hamOverlay .titleOverlay.opacity {
  opacity: 1;
  transition: all 800ms;
}

.hamMenuPointText {
  position: relative;
  color: black;
  text-decoration: none;
  font-size: 5em;
}

.inline {
  display: inline-flex;
}

/* .hamMenuPointText:hover {
    color: black;
    text-decoration: underline;
} */

.hamMenuPointText:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 5px;
  bottom: -4px;

  /* center - (optional) use with adjusting width   */
  margin: 0 auto;
  left: 0;
  right: 0;
  background: black;

  /* optional animation */
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


  .websiteHamburger {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    
    transform: translateY(-50%);
    transition: all 200ms ease;
    cursor: pointer;
  }
  
  .hamLines {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    position: absolute;
    width: 40px;
    height: 20px;
  }

  .hamLine {
    width: 40px;
    height: 3px;
    background-color: black;
    opacity: 1;
    transition: all 200ms ease;
  }


  .hamLine1 {
    top: 20%;
    right: 0;
  }

  .hamLine2 {
    top: 50%;
    right: 0;
  }

  .hamLineX {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hamLineX1, .hamLineX2 {
    position: absolute;
    opacity: 0;
  }
  
  .websiteHamburger.active .hamLineX1 {
    transform-origin: center center;
    rotate: 45deg;
    opacity: 1;
  }
  
  .websiteHamburger.active .hamLineX2 {
    transform-origin: center center;
    rotate: -45deg;
    opacity: 1;
  }

  .websiteHamburger.active .hamLine1,
  .websiteHamburger.active .hamLine2
   {
    opacity: 0;
  }






@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
  }

  .easyLang {
    display: none;
  }

  .menuLinks {
    display: none;
  }

  .langHolder {
    display: none;
  }







}
