/* header */

html.noScroll {
  overflow: hidden;
}

.inverter {
  filter: invert(1);
}


.menuButton {
  margin-left: 10px;
}

.menuButtonHolder>.menuButton {
  border: unset;
  padding: 4px 10px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}

.menuButton.inversed {
  color: black;
  background-color: white;
}

.contrastButton {
    background-color: transparent;
      border: none;
  cursor: pointer;
}

.menuButton.menuTicketButton {
  width: unset;
  padding: 4px 20px;
}

.shoppingHolder {
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.shoppingHolder img {
  height: 25px;
}

.menuButtonHolder {
  margin-left: 20px;
  align-items: center;
}

.searchTextDesktop {
  font-size: 20px;
}

.searchTextDesktop::placeholder {
  font-size: 20px;
  line-height: 1.4em;
  font-size: 20px;
}


.searchTextDesktop2 {
  font-size: 20px;
  line-height: 1.4em;
}
.searchTextDesktop2::placeholder {
  font-size: 20px;
  line-height: 1.4em;
}


.rightNav {
  color: white;
  height: 30px;
}

.langHolder {
  flex-direction: row;
  gap: 30px;
}

/* .contrastButton {
  transform: scale(1.2);
} */

.langHolder select {
  color: white;
  outline: none;
  border: none;
  background-color: transparent;
  margin-bottom: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: url('http://localhost:8888/wmuseum_git/items/frontend/img/svg/downArrow.svg') no-repeat 101% 55%; */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy42LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyOC4zIDE1LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4LjMgMTUuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWpvaW46YmV2ZWw7fQ0KPC9zdHlsZT4NCjxwYXRoIGlkPSJQZmFkXzE5OSIgY2xhc3M9InN0MCIgZD0iTTEuMSwxLjFsMTMuMSwxMy4xTDI3LjIsMS4xIi8+DQo8L3N2Zz4NCg==) no-repeat 101% 55%;
    padding-right: 26px;
    background-size: 16px;

  font-size: 20px;
  font-family: 'ReplicaLLSub-Bold', sans-serif;
}

.langHolder option {
  color: black;
}


.mainNavigation {
  position: absolute;
  left: 50%;
  transform: translate(-50%);

  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 200px);
  max-width: 1400px;
  /* padding: 0 100px; */
  margin: 14px 0px;
  height: 40px;

  z-index: 1000;
  /* border-bottom: 1px solid black; */
}

/* .mainNavigation.active .langHolder select {
  color: black;

} */



.mainNavigation.active .menuButton {
  color: black;
}

.mainNavigation.active {
  border-bottom: 2px solid black;
  padding-top: 20px;
  padding-bottom: 32px;
}

.mainNavigation.active .menuButton.inversed {
  color: white;
  background-color: black;
}



.logoHolder {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 40px;
  height: 150px;
  z-index: 100;
}



/* new menu */

.mainOuterNav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 68px;

  transition: all 300ms ease;
}

.mainOuterNav.fixMenuBar {
  width: 100%;
  background-color: white;
  position: fixed;

  z-index: 200;
}

.mainOuterNav.fixMenuBar .menuTicketButton {
  color: white;
  background-color: black;
}

/* .fixMenuBar .logoHolder {
  filter:invert(1);
} */

.fixMenuBar .rightNav {
  color: black;
}

.fixMenuBar .langHolder {
  filter: invert(1);
}

.fixMenuBar .shoppingHolder {
  filter: invert(1);
}

.mainNavigation.active .shoppingHolder {
  filter: invert(1);
}

.fixMenuBar .menuTicketButton.mobileElem {
  filter: invert(1);
}

.mainNavigation.active .menuTicketButton.mobileElem {
  filter: invert(1);
}

.fixMenuBar .logoHolder {
  filter: invert(1);
}

.logoHolder.active {
  filter: invert(1);
}

.langHolder.active {
  filter: invert(1);
}

.mobileLogoElem {
  display: none;
  filter: invert(1);
}

/* new menu end */





/* lang buttons */

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

.lang_btnInactive {
  opacity: 50%;
}



.trolleyBlack {
  display: none;
}

/* hamburger */

.hamburger {
  /* position: sticky; */
  position: absolute;
  right: 40px;
  top: 20px;

  width: 30px;
  height: 30px;

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

  cursor: pointer;

  margin-left: 40px;
  z-index: 100;
}

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

.hamburger.fixit {
  position: fixed;
  top: 50px;
}

.hamburgerInner {
  background-color: transparent;
  border: none;

  position: relative;
  height: 20px;
  width: 100%;
}

.hamLines {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #EB5D2F;
  opacity: 1;
  transition-duration: 70ms;
}


.hamLine1 {
  top: 0;
}

.hamLine2 {
  top: 50%;
  transform: translateY(-50%);
}

.hamLine22 {
  top: 50%;
  transform: translateY(-50%);
}

.hamLine3 {
  top: 100%;
  transform: translateY(-100%);
}

.hamburger.active .hamLine1 {
  opacity: 0;
  transition-duration: 300ms;
}

.hamburger.active .hamLine2 {
  top: 12px;
  transform: rotate(45deg);
  transition-duration: 300ms;
}

.hamburger.active .hamLine22 {
  top: 12px;
  transform: rotate(-45deg);
  transition-duration: 300ms;
}

.hamburger.active .hamLine3 {
  top: 24px;
  opacity: 0;
  transition-duration: 300ms;
}

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

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





/* fixed postion elements */
#overlay_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
  z-index: 10;

  /* font-size: 36px; */
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.mobileMenuButton {
  height: 80px;
}

.close_btn {
  width: 40px;
  height: 50px;
  position: fixed;
  top: 30px;
  right: 20px;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  z-index: 14;
  display: none;
}

.overlay_hr {
  transition: all ease-out 0.5s;
  width: 100%;
  border: none;
  border-radius: 3px;
  position: absolute;
  background: #1a1a1a;
  /* background-image: linear-gradient(90deg, #ff2da1 20%, #ff0023 80%); */
  top: 10%;
  height: 2px;
}

.close_btn #overlay_hr1 {
  transform: rotate(45deg);
}

.close_btn #overlay_hr2 {
  transform: rotate(-45deg);
}


.headerTitle {
  height: 70px;
  font-size: 26px;
  font-family: 'ReplicaLLSub-Bold', sans-serif;
}

.headerOuterWrapper {
  padding: 0 100px;
  width: 100%;
}


.headerMenu {
  max-width: 1200px;
  width: 100%;
  margin: 140px auto 100px;
}

.headerBlock {
  padding-right: 20px;
}

.headerMenu>*+* {
  margin-left: 20px;
}

.headerElem {
  text-decoration: underline;
}

.headerElem:hover {
  color: grey;
}

.headerSearch {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  width: 100%;
  margin: 100px auto;
}

.headerSearchInner {
  width: 500px;
}

.headerSearch .tagElem {
  background-color: #DAD9D4;
}

#menu_search_container {
  margin-right: 10px;
}

#menu_search_container,
#menu_search_container2 {
  display: flex;
  align-items: center;
  /* position: absolute; */
  /* top: -3px;
    right: 9px; */
  height: 38px;
  background: white;
  padding: 0 0 0 0px;
  margin-bottom: 20px;
}



.searchPlaceHolder {
  height: 100%;
  width: 50px;

  position: relative;

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


#search_icon,
.search_icon,
#search_icon_mob,
#search_icon2 {
  position: relative;
  width: 25px;
  /* height: 25px; */
  margin-left: 15px;
  cursor: pointer;
}

#search_icon .cls-2,
.search_icon .cls-2,
#search_icon_mob .cls-2,
#search_icon2 .cls-2 {
  stroke: #000;
}

input {
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

#menu_search_input {
  width: 400px;
  padding: 6px 0;
  margin: 0;
  border: 0;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid black;

  outline: none;
  border: none;
  border-bottom: 2px solid black;
}


.searchBeliebt {
  margin-bottom: 10px;
}

.beliebteTags {
  flex-wrap: wrap;
  gap: 10px;
}


.beliebteTags .tagElem {
  background-color: #DAD9D4;
}















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

  /* .contrastButton,
  .menuTicketButton {
    transform: scale(0.8);
  } */

  /* .mainNavigation {
    display: none;
  } */

  .menuKalenderButton,
  .menuShopButton {
    display: none;
  }

  .mainOuterNav {
    background-color: transparent;
  }

  .mainOuterNav.fixMenuBar {
    background-color: white;
  }

  .mainNavigation.active {
    display: none;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .mainOuterNav.fixMenuBar .menuTicketButton {
    color: black;
    background-color: transparent;
  }

  .mainOuterNav.fixMenuBar .menuShopButton img {
    filter: invert(0);
  }

  .menuShopButton {
    margin: 0 25px;
  }

  .shoppingHolder {
    margin-left: 30px;
    margin-left: 0;
  }

  .menuButtonHolder {
    margin-left: 30px;
    margin-left: 0;
  }


  .rightNav {
    color: white;
    height: 44px;
  }

  .langHolder select {
    font-size: 30px;

  }

  .mainNavigation {
    margin: 20px 0px 10px;
    height: 50px;
  }

  .logoHolder {
    width: 50px;
  }

  .logoHolder {
    top: 20px;
  }

  .mainOuterNav {
    height: 80px;
    transition: all 500ms ease;
  }

  .hamburger {
    top: 25px;
    width: 40px;
    height: 50px;
  }

  .hamburgerInner {
    height: 30px;
  }

  .menuTicketButton img {
    height: 100%;
    display: block;
  }

  .menuShopButton img {
    height: 25px;
    display: block;
    filter: invert(1);
  }

  .logoHolder {
    left: 20px;
  }

  .hamburger {
    right: 20px;
  }

  .logoHolderx {
    width: 40px;
    height: 150px;
    z-index: 100;
  }

  .logoHolderx img {
    filter: invert(1);
  }

  .rotate180 {
    rotate: 180deg;
  }


  .headerMenu {
    width: calc(100% - 40px);
    /* height: calc(100vh - 300px); */
    height: calc(100vh - 140px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .headerMenu::-webkit-scrollbar {
    display: none;
  }

  .headerMenuUpper {
    flex-basis: 200px;
    border-bottom: 2px solid black;
  }

  .headerMenuLower {
    flex-basis: 1;
    flex-grow: 1;

    position: relative;

    margin-top: 20px;
    margin-left: 0;

  }

  .subMenuOverlay {
    display: none;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }

  .backToMainMenu {
    text-align: left;
    cursor: pointer;
    margin-top: 50px;

    background-color: transparent;
    border: none;
    display: none;
  }



  .headerSearch {
    justify-content: center;
  }

  .headerSearchInner {
    width: calc(100% - 40px);
  }

  #menu_search_input {
    flex-grow: 1;
    font-size: 26px;
  }

  .orangeLink {
    text-decoration: underline;
    color: #EB5D2F;
    margin-bottom: 0.5em;
    text-align: right;
    font-size: 36px;
  }

  .mobileMenuElem {
    display: block;
      border: none;
      background-color: transparent;

    /* font-weight: 700; */
    font-size: 36px;
    margin: 20px 0;

    color: black;


    cursor: pointer;
  }

  .menuElemPart {
    margin-bottom: 30px;
  }

  .headerElem {
    font-size: 30px;
    text-align: left;
  }


  #search_icon_mob {
    width: 40px;
  }


}