.header-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0 14px 0 22px;
  border-bottom: 1px solid #f6f6f6;
  box-shadow: 0px 4px 15px 0px rgba(43, 18, 29, 0.05);
  color: #2b121d;
}
@media only screen and (max-width: 1023px) {
  .header-navigation {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 479px) {
  .header-navigation {
    padding: 0 8px 0 15px;
  }
}
.header-navigation .left-navigation {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-navigation .left-navigation .actions-left {
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .header-navigation .left-navigation .actions-left {
    display: none;
  }
}
.header-navigation .left-navigation .actions-left .hamburger-menu-open-icon,
.header-navigation .left-navigation .actions-left .hamburger-menu-close-icon {
  width: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  display: none;
}
.header-navigation .left-navigation .actions-left .hamburger-menu-open-icon.active,
.header-navigation .left-navigation .actions-left .hamburger-menu-close-icon.active {
  display: flex;
}
.header-navigation .left-navigation .actions-left .hamburger-menu-open-icon svg,
.header-navigation .left-navigation .actions-left .hamburger-menu-close-icon svg {
  margin: 8px auto;
}
.header-navigation .left-navigation .actions-left .hamburger-menu-open-icon:hover,
.header-navigation .left-navigation .actions-left .hamburger-menu-close-icon:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(4%) saturate(1848%) hue-rotate(281deg) brightness(95%) contrast(81%);
}
.header-navigation .left-navigation .actions-left .hamburger-menu-open-icon .text {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .header-navigation .left-navigation .actions-left .hamburger-menu-open-icon .text {
    font-size: 8px;
  }
}
.header-navigation .left-navigation .actions-left .hamburger-menu-open-icon svg {
  width: 19px;
  height: 14px;
}
.header-navigation .left-navigation .actions-left .hamburger-menu-close-icon svg {
  width: 20px;
  height: 22px;
}
.header-navigation .left-navigation .actions-left .hamburger-menu-close-icon svg use,
.header-navigation .left-navigation .actions-left .hamburger-menu-close-icon svg fill {
  stroke: #000000;
}
.header-navigation .left-navigation .logo {
  display: flex;
  align-items: center;
}
.header-navigation .left-navigation .logo .brand-logo {
  display: block;
  width: 39px;
  height: 39px;
}
@media only screen and (max-width: 1023px) {
  .header-navigation .left-navigation .logo .brand-logo {
    display: none;
  }
}
.header-navigation .left-navigation .logo .brand-name {
  display: block;
  padding-left: 4px;
  font-family: "Titillium Web", "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.header-navigation .left-navigation .logo .brand-name:hover, .header-navigation .left-navigation .logo .brand-name:focus, .header-navigation .left-navigation .logo .brand-name:active {
  color: #2b121d;
}
@media only screen and (max-width: 1023px) {
  .header-navigation .left-navigation .logo .brand-name {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .header-navigation .left-navigation .logo .brand-name {
    font-size: 18px;
  }
}
.header-navigation .left-navigation .logo:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(4%) saturate(1848%) hue-rotate(281deg) brightness(95%) contrast(81%);
}
.header-navigation .center-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .header-navigation .center-navigation {
    margin-left: auto;
    margin-right: 21px;
  }
}
@media only screen and (max-width: 479px) {
  .header-navigation .center-navigation {
    gap: 17px;
  }
}
.header-navigation .book-hotel-button {
  margin: 20px 0;
  padding: 12px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .header-navigation .book-hotel-button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .header-navigation .book-hotel-button {
    font-size: 13px;
  }
}
.header-navigation .actions-right {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 479px) {
  .header-navigation .actions-right {
    gap: 12px;
  }
}
.header-navigation .actions-right .search-icon,
.header-navigation .actions-right .hamburger-menu-icon,
.header-navigation .actions-right .account-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}
@media only screen and (max-width: 479px) {
  .header-navigation .actions-right .search-icon,
  .header-navigation .actions-right .hamburger-menu-icon,
  .header-navigation .actions-right .account-icon {
    width: 36px;
    height: 36px;
  }
}
.header-navigation .actions-right .search-icon:hover,
.header-navigation .actions-right .hamburger-menu-icon:hover,
.header-navigation .actions-right .account-icon:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(4%) saturate(1848%) hue-rotate(281deg) brightness(95%) contrast(81%);
}
.header-navigation .actions-right .search-icon.hidden {
  display: none;
}
@media only screen and (max-width: 479px) {
  .header-navigation .actions-right .search-icon {
    display: none;
  }
}
.header-navigation .actions-right .search-icon svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 479px) {
  .header-navigation .actions-right .search-icon svg {
    width: 23px;
    height: 23px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-navigation .actions-right .account-icon {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .header-navigation .actions-right .account-icon {
    display: none;
  }
}
.header-navigation .actions-right .account-icon svg {
  width: 25px;
  height: 25px;
}
.header-navigation .actions-right .account-button {
  padding: 8px 12px;
}
@media only screen and (min-width: 1440px) {
  .header-navigation .actions-right .account-button {
    display: flex;
  }
}
.header-navigation .actions-right .account-button svg {
  width: 15px;
  height: 15px;
}
.header-navigation.amp {
  padding: 25px 34px 0;
  flex-wrap: wrap;
}
.header-navigation.amp .left-navigation .actions {
  display: none;
}
.header-navigation.amp .left-navigation .logo .brand-logo {
  display: block;
  width: 33px;
  height: 33px;
}
.header-navigation.amp .left-navigation .logo .brand-logo svg {
  width: 33px;
  height: 33px;
}
.header-navigation.amp .left-navigation .logo .brand-name {
  display: block;
  padding-left: 4px;
  font-size: 20px;
}
.header-navigation.amp .center-navigation-amp {
  width: 100%;
  order: 2;
}
.header-navigation.amp .right-navigation-amp .book-hotel-button {
  margin: 0;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .header-navigation .center-navigation {
    order: 2;
    margin-left: 15px;
    margin-right: 7px;
  }
  .header-navigation .actions-right {
    order: 1;
    margin-left: auto;
    margin-right: 0;
  }
}

.center-navigation-overlay {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 85px);
  background: rgba(43, 18, 29, 0.3);
  backdrop-filter: blur(2px);
  z-index: 20;
}
.center-navigation-overlay.search-overlay {
  top: 64px;
  height: calc(100vh - 64px);
}

body.admin-bar .center-navigation-overlay {
  top: 117px;
  height: calc(100vh - 117px);
}
@media screen and (max-width: 783px) {
  body.admin-bar .center-navigation-overlay {
    top: 131px;
    height: calc(100vh - 131px);
  }
}
body.admin-bar .center-navigation-overlay.search-overlay {
  top: 96px;
  height: calc(100vh - 96px);
}
@media screen and (max-width: 783px) {
  body.admin-bar .center-navigation-overlay.search-overlay {
    top: 110px;
    height: calc(100vh - 110px);
  }
}

/*# sourceMappingURL=header-v3.css.map */
