/* header */

html.noScroll {
  overflow: hidden;
}

/* a11y: hide page content when overlay menu is active */
body.overlayMenuActive main,
body.overlayMenuActive footer,
body.overlayMenuActive .footerSocialHolder {
  display: none;
}

.inverter {
  filter: invert(1);
}

/* jump labels */

.jumpLabels {
  position: fixed;
  left: 200px;
  top: 50px;

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

.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: var(--genButtonPadding);
}

.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: black;
  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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4yMyAxNS4yMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMyMzFmMjA7CiAgICAgICAgc3Ryb2tlLWxpbmVqb2luOiBiZXZlbDsKICAgICAgICBzdHJva2Utd2lkdGg6IDNweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBmYWRfMTk5IiBkYXRhLW5hbWU9IlBmYWQgMTk5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xLjA2LDEuMDZsMTMuMSwxMy4xTDI3LjE2LDEuMDYiLz4KPC9zdmc+)
    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;
}

.newLogo {
  position: fixed;
  z-index: 10000;
  transform-origin: top;
  transform: translate(44px, 20px);
  scale: 0.74;

  /* opacity: 1;
  pointer-events: all;
  transition: all 500ms ease; */
  display: block;
}

.newLogoMob {
  position: fixed;
  z-index: 10000;
  transform: translate(40px, 15px);

  /* opacity: 0;
  pointer-events: none;
  transition: all 500ms ease; */
  display: none;
}

.newLogo.logoTop {
  /* opacity: 1;
  pointer-events: all;
  transition: all 500ms ease; */
  display: block;
}

.newLogoMob.logoTop {
  /* pointer-events: none;
  opacity: 0;
  transition: all 500ms ease; */
  display: none;
}

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

.blendmode {
  mix-blend-mode: difference;
}

/* new menu */

.marqueeButtons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;

  display: flex;
  background-color: #fffa06;
}

.marqueePause {
  height: 40px;
  width: 40px;

  border: none;
  background-color: transparent;

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

  cursor: pointer;
}

.marqueeClose {
  height: 40px;
  width: 40px;

  border: none;
  background-color: transparent;

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

  cursor: pointer;
}

.playElem {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: none;
}

.playElem::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent black;
  margin-left: 4px;
}

.pauseLine {
  width: 16px;
  height: 2px;
  background-color: #003aff;
}

.marqueeCloseLine {
  width: 20px;
  height: 2px;
  background-color: #003aff;
}

.pauseLine1 {
  rotate: 90deg;
  transform: translateY(4px);
}
.pauseLine2 {
  position: absolute;
  rotate: 90deg;
  transform: translateY(-4px);
}

.marqueeCloseLine1 {
  rotate: 45deg;
}
.marqueeCloseLine2 {
  position: absolute;
  rotate: -45deg;
}

.infoMarqueeHolder {
  position: absolute;
  top: 0;

  background-color: #fffa06;
  /* height: 40px; */
  padding: 8px 0;
  width: 100vw;
  overflow-x: hidden;
  max-width: 100%;

  display: flex;
  align-items: center;

  position: fixed;
  z-index: 201;
}

.infoMarqueeInnerHolder {
  display: flex;
}

.infoMarqueeStream {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
  width: 20000px;
  /* height: 40px; */
  line-height: 40px;
  color: black;

  /* animation: infoMarquee 100s linear infinite; */
}

.infoMarqueeElem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #003aff;
}

@keyframes infoMarquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.relHeaderParent {
  position: relative;
}

.mainOuterNav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: var(--headerHeight);

  background-color: white;

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

  cursor: pointer;
}

.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 {
  display: none;
  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;

  overflow-y: scroll;

  /* 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 {
  min-height: 100px;
  /* height: 100px; */
  font-size: 26px;
  font-family: "ReplicaLLSub-Bold", sans-serif;
  margin-bottom: 40px;
}

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

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

@media screen and (max-width: 1050px) {
  .headerMenu {
    padding: 4px !important;
  }
}

.headerBlock {
  padding-right: 20px;
  width: 250px;
}

.headerBlock a {
  display: block;
}

.headerBlock li {
  list-style-type: none;
}

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

  flex-wrap: wrap;
}

#menu_search_container #menu_search_input_mobile {
  margin-bottom: 10px;
}

.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;
  border: none;
  background-color: transparent;
}

#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,
#menu_search_input_mobile,
#menu_search_input_search {
  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;
}

.beliebteTags .tagElem2 {
  background-color: #dad9d4;
}

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

  .menuKalenderButton,
  .menuShopButton {
    display: none;
  }

  .mainOuterNav {
    background-color: transparent;
  }

  .mainNavigation .rightNav {
    display: none;
  }

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

  .menuShopButton a {
    display: inline-block;
  }

  .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: var(--headerHeightMob);
    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) !important; */
  }

  .logoHolder {
    left: 20px;
  }

  .hamburger {
    right: 20px;
  }

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

  .logoHolderx img {
    will-change: transform;
  }

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

  .headerMenu.mobileElem .rightNav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
  }

  .headerMenu.mobileElem .menuShopButton img {
    filter: invert(0) !important;
  }

  .headerMenu.mobileElem .menuTicketButton img {
    filter: invert(1) !important;
  }

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

  .mobileMenuElemSub {
    display: none;
  }

  .mobileMenuElem.active .mobileMenuElemSub {
    display: block;
  }

  .mobileMenuElemSub ul {
    margin-bottom: 30px;
  }

  .mobileMenuElemSub ul li {
    list-style: none;
  }

  button.mobileMenuElemMain,
  button.backToMobileMenuMain {
    background: none;
    border: none;
    font-size: 36px;
    cursor: pointer;
    text-align: left;
    color: black;
  }

  .headerSearch {
    justify-content: center;
  }

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

  #menu_search_input,
  #menu_search_input_mobile,
  #menu_search_input_search {
    flex-grow: 1;
    font-size: 26px;
  }
  
  #menu_search_input_mobile,
  #menu_search_input_search {
    width: calc(100% - 75px);
  }

  .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;
    text-align: left;
  }

  .menuElemPart {
    margin-bottom: 30px;
  }

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

  #search_icon_mob {
    width: 40px;
  }
}

@media screen and (max-width: 500px) {
  .mainOuterNav {
    background-color: red;
  }
}
