html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

#outer-wrap {
  overflow: hidden;
}

#scroll-top {
  z-index: 90;
}

.logged-in.admin-bar .px_header {
  top: 32px !important;
}

@media (min-width: 1440px) {
  body {
    max-width: 2500px;
    margin-inline: auto;
  }
}
body {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

h1 {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  h1 {
    font-size: 4rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  h1 {
    font-size: 5.5rem !important;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 7.5rem !important;
  }
}

h2 {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  h2 {
    font-size: 3rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  h2 {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1025px) {
  h2 {
    font-size: 6rem !important;
  }
}

h3 {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  h3 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  h3 {
    font-size: 3rem !important;
  }
}
@media (min-width: 1025px) {
  h3 {
    font-size: 4rem !important;
  }
}

h4 {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  h4 {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  h4 {
    font-size: 2rem !important;
  }
}
@media (min-width: 1025px) {
  h4 {
    font-size: 2.5rem !important;
  }
}

.elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor-widget-image .elementor-widget-container img {
  object-fit: cover;
}

.elementor-editor-active #site-header {
  z-index: 0;
}

.elementor-editor-active main {
  z-index: 999;
}

.px_header {
  position: fixed;
  background-color: transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
.px_header.is-scrolled {
  background-color: color-mix(in srgb, var(--e-global-color-primary) 70%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.post-password-form {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
}

.post-password-form p {
  margin: 0;
}

.post-password-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.post-password-form label {
  display: grid;
  flex: 1 1 14rem;
  gap: 0.5rem;
  font-weight: 600;
}

.post-password-form input[type=password] {
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid;
  border-radius: var(--px-radius-md);
}

.post-password-form input[type=password]:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

@media (min-width: 1025px) {
  .px_hero.px_home_hero .px_hero_slider .swiper-slide .px_slide {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  .px_hero.px_home_hero .px_hero_slider .swiper-slide .px_slide {
    padding-bottom: 10rem !important;
  }
}
@media (max-width: calc(678px - 0.02rem)) {
  .px_hero.px_home_hero .px_hero_slider .swiper-slide .px_slide {
    padding-bottom: 8rem !important;
  }
}
.px_hero.px_small .px_hero_slider .swiper-slide {
  height: 50rem !important;
}
.px_hero .px_hero_slider .e-n-carousel.swiper {
  padding: 0 !important;
}
.px_hero .px_hero_slider .swiper-slide {
  height: 100dvh !important;
}
.px_hero .px_hero_slider .swiper-slide .px_slide {
  padding-bottom: 5rem;
}

.elementor-widget-button.px_light .elementor-button .elementor-button-text {
  color: var(--e-global-color-secondary) !important;
}
.elementor-widget-button.px_light .elementor-button .elementor-button-text::before {
  background-color: var(--e-global-color-secondary) !important;
}
.elementor-widget-button.px_light .elementor-button .elementor-button-icon {
  background-image: url("/wp-content/uploads/2026/05/arrow-light.svg") !important;
}
.elementor-widget-button.px_accent .elementor-button .elementor-button-text {
  color: var(--e-global-color-accent) !important;
}
.elementor-widget-button.px_accent .elementor-button .elementor-button-text::before {
  background-color: var(--e-global-color-accent) !important;
}
.elementor-widget-button.px_accent .elementor-button .elementor-button-icon {
  background-image: url("/wp-content/uploads/2026/05/arrow-accent.svg") !important;
}

.elementor-button {
  background-color: transparent !important;
}
.elementor-button .elementor-button-text {
  line-height: 1.2 !important;
  position: relative;
  color: var(--e-global-color-primary);
}
.elementor-button .elementor-button-text::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -0.5rem;
  background-color: var(--e-global-color-primary);
}
.elementor-button .elementor-button-icon svg {
  display: none !important;
}
.elementor-button .elementor-button-icon {
  width: 2rem !important;
  height: 2rem !important;
  background-image: url("/wp-content/uploads/2026/05/arrow-right-black.svg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.px_gruende_card_container {
  position: relative;
  overflow: visible !important;
}
@media (min-width: 1025px) {
  .px_gruende_card_container::before {
    content: "" !important;
    position: absolute !important;
    background-repeat: no-repeat !important;
    width: auto !important;
    left: 0;
    right: -5rem;
    top: 10rem;
    height: 1px;
    background-color: var(--e-global-color-accent);
    pointer-events: none;
  }
}
@media (min-width: 1025px) {
  .px_gruende_card_container::after {
    content: "" !important;
    position: absolute !important;
    background-repeat: no-repeat !important;
    left: calc(100% + 5rem + 1rem);
    top: 10rem;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    background-image: url("/wp-content/uploads/2026/05/deco.svg");
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
}

.px_gruende_card .px_icon {
  margin-bottom: 5rem !important;
}

.px_deco {
  display: flex !important;
  align-items: center;
  gap: 2rem;
  width: 100% !important;
}
.px_deco .elementor-heading-title {
  flex-shrink: 0;
}
.px_deco::after {
  content: "";
  flex: 1;
  align-self: center;
  height: 3rem;
  background-image: linear-gradient(to right, currentColor, currentColor), url("/wp-content/uploads/2026/05/deco_black.svg");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: calc(100% - 4rem) 1px, 3rem 3rem;
}

.px_angebote_slider {
  position: relative;
  width: 100%;
  color: #f5f0e8;
}
.px_angebote_slider .swiper {
  width: 100%;
  overflow: hidden;
}
.px_angebote_slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.px_angebote_slider__slide {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  transition: opacity 0.4s ease;
}
@media (min-width: 1025px) {
  .px_angebote_slider__slide {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 6rem;
  }
}
.px_angebote_slider__slide a {
  color: inherit;
  text-decoration: none;
}
.px_angebote_slider__slide:not(.swiper-slide-active) {
  opacity: 0.35;
}
.px_angebote_slider__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.px_angebote_slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.px_angebote_slider__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 2rem;
}
.px_angebote_slider__title {
  margin: 0;
  color: #f5f0e8;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1.1;
}
.px_angebote_slider__title a {
  color: inherit;
}
.px_angebote_slider__price {
  margin: 0;
  color: #f5f0e8;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.px_angebote_slider__excerpt {
  margin: 0;
  color: rgba(245, 240, 232, 0.7);
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 48ch;
}
.px_angebote_slider__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 1rem;
}
.px_angebote_slider__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 5rem;
}
@media (min-width: 1025px) {
  .px_angebote_slider__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    margin-top: 7rem;
  }
}
.px_angebote_slider__nav {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  padding-right: 4rem;
}
.px_angebote_slider__prev, .px_angebote_slider__next {
  appearance: none;
  background: none !important;
  border: 0;
  padding: 0;
  color: #f5f0e8 !important;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  min-width: 12rem;
}
.px_angebote_slider__prev:hover, .px_angebote_slider__prev:focus, .px_angebote_slider__prev:focus-visible, .px_angebote_slider__prev:active, .px_angebote_slider__next:hover, .px_angebote_slider__next:focus, .px_angebote_slider__next:focus-visible, .px_angebote_slider__next:active {
  background: none !important;
  color: #f5f0e8 !important;
  outline: none;
  opacity: 0.75;
}
.px_angebote_slider__prev[disabled], .px_angebote_slider__prev.swiper-button-disabled, .px_angebote_slider__next[disabled], .px_angebote_slider__next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.px_angebote_slider__prev .px_arrow_long, .px_angebote_slider__next .px_arrow_long {
  width: 100%;
  height: auto;
  display: block;
}
.px_angebote_slider__prev .px_arrow_long--flip, .px_angebote_slider__next .px_arrow_long--flip {
  transform: scaleX(-1);
}
.px_angebote_slider__prev span, .px_angebote_slider__next span {
  display: inline-block;
}

.px_ratings .px_rating_container {
  position: relative;
}
.px_ratings .px_rating_container + .px_rating_container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  width: 1px;
  background-color: #d0c5a5;
  pointer-events: none;
}

.px_vertical_deco {
  --deco-color: var(--e-global-color-accent);
  --deco-svg: url("/wp-content/uploads/2026/05/deco.svg");
  position: relative;
  width: 1px;
  background-color: var(--deco-color);
  margin-block: 4rem;
  height: var(--deco-h-mobile, 20rem);
}
@media (min-width: 678px) {
  .px_vertical_deco {
    height: var(--deco-h-tablet, var(--deco-h-mobile, 30rem));
  }
}
@media (min-width: 1025px) {
  .px_vertical_deco {
    height: var(--deco-h-desktop, var(--deco-h-tablet, var(--deco-h-mobile, 40rem)));
  }
}
.px_vertical_deco::before, .px_vertical_deco::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 3rem;
  height: 3rem;
  background-image: var(--deco-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.px_vertical_deco::before {
  top: calc((3rem + 1rem) * -1);
  transform: translateX(-50%) rotate(-90deg);
}
.px_vertical_deco::after {
  bottom: calc((3rem + 1rem) * -1);
  transform: translateX(-50%) rotate(90deg);
}
.px_vertical_deco--top-only {
  margin-bottom: 0;
}
.px_vertical_deco--top-only::after {
  display: none;
}
.px_vertical_deco--bottom-only {
  margin-top: 0;
}
.px_vertical_deco--bottom-only::before {
  display: none;
}
.px_vertical_deco--light {
  --deco-color: var(--e-global-color-secondary);
  --deco-svg: url("/wp-content/uploads/2026/05/deco-light.svg");
}
.px_vertical_deco--dark {
  --deco-color: var(--e-global-color-primary);
  --deco-svg: url("/wp-content/uploads/2026/05/deco_black.svg");
}

.px_zimmer_grid {
  width: 100%;
  color: var(--e-global-color-secondary);
}
.px_zimmer_grid__filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
}
.px_zimmer_grid__filter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(3rem + 1rem);
  height: 1px;
  background-color: var(--e-global-color-secondary);
  pointer-events: none;
}
.px_zimmer_grid__filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  transform: translateY(50%);
  background-image: url("/wp-content/uploads/2026/05/deco-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.px_zimmer_grid__tab {
  appearance: none;
  background: none !important;
  border: 0;
  padding: 0;
  color: var(--e-global-color-secondary) !important;
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.2s ease;
  opacity: 0.7;
}
.px_zimmer_grid__tab:hover, .px_zimmer_grid__tab:focus, .px_zimmer_grid__tab:focus-visible, .px_zimmer_grid__tab:active {
  background: none !important;
  outline: none;
  opacity: 1;
}
.px_zimmer_grid__tab.is-active {
  color: var(--e-global-color-accent) !important;
  opacity: 1;
}
.px_zimmer_grid__groups {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.px_zimmer_grid__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 678px) {
  .px_zimmer_grid__group {
    grid-template-columns: minmax(14rem, 1fr) minmax(0, 5fr);
    gap: 4rem;
  }
}
.px_zimmer_grid__group.is-hidden {
  display: none;
}
.px_zimmer_grid__group_label h2 {
  margin: 0;
  font-weight: 300 !important;
  color: var(--e-global-color-secondary);
  line-height: 1.2;
  font-size: 2.5rem !important;
  font-family: inherit !important;
}
.px_zimmer_grid__group_items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media (min-width: 678px) {
  .px_zimmer_grid__group_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem 4rem;
  }
}
.px_zimmer_grid__card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.px_zimmer_grid__card a {
  color: inherit;
  text-decoration: none;
}
.px_zimmer_grid__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.px_zimmer_grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.px_zimmer_grid__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.px_zimmer_grid__title {
  margin: 0;
  line-height: 1.1;
  color: var(--e-global-color-secondary);
}
.px_zimmer_grid__title a {
  color: inherit;
  font-family: inherit !important;
}
.px_zimmer_grid__price {
  margin: 0;
  font-size: 1.6rem;
  color: var(--e-global-color-secondary);
}
.px_zimmer_grid__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}
.px_zimmer_grid__meta sup {
  font-size: 0.7em;
}
.px_zimmer_grid__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
  margin-top: 1rem;
}

.px_angebote_grid {
  width: 100%;
  color: var(--e-global-color-primary);
}
.px_angebote_grid__filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
}
.px_angebote_grid__filter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(3rem + 1rem);
  height: 1px;
  background-color: var(--e-global-color-primary);
  pointer-events: none;
}
.px_angebote_grid__filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  transform: translateY(50%);
  background-image: url("/wp-content/uploads/2026/05/deco_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.px_angebote_grid__tab {
  appearance: none;
  background: none !important;
  border: 0;
  padding: 0;
  color: var(--e-global-color-primary) !important;
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.2s ease;
  opacity: 0.7;
}
.px_angebote_grid__tab:hover, .px_angebote_grid__tab:focus, .px_angebote_grid__tab:focus-visible, .px_angebote_grid__tab:active {
  background: none !important;
  outline: none;
  opacity: 1;
}
.px_angebote_grid__tab.is-active {
  color: var(--e-global-color-accent) !important;
  opacity: 1;
}
.px_angebote_grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
@media (min-width: 678px) {
  .px_angebote_grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7rem 5rem;
  }
}
.px_angebote_grid__card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.px_angebote_grid__card.is-hidden {
  display: none;
}
.px_angebote_grid__card a {
  color: inherit;
  text-decoration: none;
}
.px_angebote_grid__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.px_angebote_grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.px_angebote_grid__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.px_angebote_grid__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
}
.px_angebote_grid__title {
  margin: 0;
  line-height: 1.1;
  color: var(--e-global-color-primary);
}
.px_angebote_grid__title a {
  color: inherit;
  font-family: inherit !important;
}
.px_angebote_grid__meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--e-global-color-primary);
  text-align: right;
}
.px_angebote_grid__price, .px_angebote_grid__nights {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.3;
}
.px_angebote_grid__excerpt {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--e-global-color-primary);
}
.px_angebote_grid__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
  margin-top: 0.5rem;
}

.px_form {
  width: 100%;
  color: var(--e-global-color-primary);
}
.px_form__section_title {
  margin: 8rem 0;
  font-size: 2rem !important;
  font-weight: 500;
  color: var(--e-global-color-primary);
  font-family: inherit !important;
}
.px_form__section_title:first-child {
  margin-top: 0 !important;
}
.px_form__grid--reisedaten {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 678px) {
  .px_form__grid--reisedaten {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.px_form__grid--persoenlich {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 678px) {
  .px_form__grid--persoenlich {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.px_form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.px_form__field label {
  font-size: 1.4rem;
  color: var(--e-global-color-primary);
  opacity: 0.7;
  line-height: 1;
}
.px_form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.px_form__field--placeholder {
  display: none;
}
@media (min-width: 678px) {
  .px_form__field--placeholder {
    display: block;
  }
}
@media (min-width: 678px) {
  .px_form__field--col-1 {
    grid-column: span 1;
  }
  .px_form__field--col-2 {
    grid-column: span 2;
  }
  .px_form__field--col-3 {
    grid-column: span 3;
  }
  .px_form__field--col-4 {
    grid-column: span 4;
  }
  .px_form__field--col-6, .px_form__field--col-full {
    grid-column: 1/-1;
  }
  .px_form__field--new-row {
    grid-column-start: 1;
  }
}
.px_form input.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]),
.px_form select.wpcf7-form-control,
.px_form textarea.wpcf7-form-control,
.px_form .px_form__input {
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7) !important;
  border-radius: 0 !important;
  padding: 0.5rem 0;
  font: inherit;
  font-size: 1.6rem;
  color: var(--e-global-color-primary);
  width: 100%;
  line-height: 1.4;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}
.px_form input.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):focus, .px_form input.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]):focus-visible,
.px_form select.wpcf7-form-control:focus,
.px_form select.wpcf7-form-control:focus-visible,
.px_form textarea.wpcf7-form-control:focus,
.px_form textarea.wpcf7-form-control:focus-visible,
.px_form .px_form__input:focus,
.px_form .px_form__input:focus-visible {
  outline: none;
  border-bottom-color: var(--e-global-color-accent) !important;
}
.px_form input.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden])::placeholder,
.px_form select.wpcf7-form-control::placeholder,
.px_form textarea.wpcf7-form-control::placeholder,
.px_form .px_form__input::placeholder {
  color: var(--e-global-color-primary);
  opacity: 0.5;
}
.px_form select.wpcf7-form-control,
.px_form select.px_form__input {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 6l5 5 5-5' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.5rem center !important;
  background-size: 1.4rem !important;
  cursor: pointer;
}
.px_form textarea.wpcf7-form-control,
.px_form textarea.px_form__input {
  min-height: 6rem;
  resize: vertical;
}
.px_form .px_form__daterange,
.px_form .px_form__daterange-end {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 6l5 5 5-5' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.5rem center !important;
  background-size: 1.4rem !important;
  cursor: pointer;
}
.px_form__consent {
  margin-bottom: 4rem;
}
.px_form__consent .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.px_form__consent .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1.5rem;
  color: var(--e-global-color-primary);
}
.px_form__consent input[type=checkbox] {
  appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.px_form__consent input[type=checkbox]:checked {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.px_form__consent input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.5rem;
  height: 0.9rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.px_form__consent input[type=checkbox]:focus-visible {
  outline: 2px solid var(--e-global-color-accent);
  outline-offset: 2px;
}
.px_form__consent a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.px_form__submit .wpcf7-submit {
  appearance: none;
  background: transparent !important;
  border: 1px solid var(--e-global-color-accent) !important;
  color: var(--e-global-color-accent) !important;
  padding: 1.4rem 2.4rem;
  font: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 0;
}
.px_form__submit .wpcf7-submit:hover, .px_form__submit .wpcf7-submit:focus, .px_form__submit .wpcf7-submit:focus-visible {
  background-color: var(--e-global-color-accent) !important;
  color: #fff !important;
  outline: none;
}
.px_form .wpcf7-not-valid-tip {
  color: #c33;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.px_form .wpcf7-response-output {
  margin: 2rem 0 0 !important;
  padding: 1.5rem !important;
  border-width: 1px !important;
  font-size: 1.5rem;
}

.flatpickr-calendar {
  font-family: inherit;
  font-size: 1.4rem;
  background: #f5f0e8;
  color: var(--e-global-color-primary);
  border-radius: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}

.flatpickr-day {
  color: var(--e-global-color-primary);
  border-radius: 0;
}
.flatpickr-day.today {
  border-color: var(--e-global-color-accent);
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover {
  background: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
  color: #fff;
}
.flatpickr-day.inRange {
  background: rgba(180, 106, 60, 0.15);
  border-color: transparent;
  box-shadow: none;
}
.flatpickr-day:hover {
  background: rgba(0, 0, 0, 0.08);
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-weekday {
  color: var(--e-global-color-primary);
  fill: var(--e-global-color-primary);
}

.flatpickr-prev-month,
.flatpickr-next-month {
  fill: var(--e-global-color-primary);
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: var(--e-global-color-accent);
}

.px_geschichte_slider {
  position: relative;
  width: 100%;
  color: var(--e-global-color-secondary);
  padding-block: 6rem;
}
.px_geschichte_slider__years {
  position: relative;
  margin-bottom: 6rem;
}
.px_geschichte_slider__years::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(245, 240, 232, 0.25);
  pointer-events: none;
}
.px_geschichte_slider__years .swiper {
  width: 100%;
  overflow: hidden;
  padding-top: 3rem;
}
.px_geschichte_slider__years .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}
.px_geschichte_slider__year_slide {
  width: auto !important;
  cursor: pointer;
  user-select: none;
}
.px_geschichte_slider__year_slide:focus-visible {
  outline: 2px solid var(--e-global-color-accent);
  outline-offset: 0.5rem;
}
.px_geschichte_slider__year {
  margin: 0;
  line-height: 1;
  color: rgba(245, 240, 232, 0.3);
  font-weight: 400;
  transition: color 0.4s ease;
}
.px_geschichte_slider__year_slide.swiper-slide-thumb-active .px_geschichte_slider__year, .px_geschichte_slider__year_slide.swiper-slide-active .px_geschichte_slider__year {
  color: var(--e-global-color-secondary);
}
.px_geschichte_slider__content {
  max-width: var(--container-max-width, 1140px);
}
.px_geschichte_slider__content .swiper {
  width: 100%;
  overflow: hidden;
}
.px_geschichte_slider__content .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.px_geschichte_slider__entry {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 678px) {
  .px_geschichte_slider__entry {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 6rem;
  }
}
.px_geschichte_slider__image {
  margin: 0;
  width: 100%;
  align-self: start;
}
.px_geschichte_slider__image img {
  width: 100%;
  height: auto;
  display: block;
}
.px_geschichte_slider__description {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--e-global-color-secondary);
  max-width: 48ch;
  align-self: end;
}
.px_geschichte_slider__description p {
  margin: 0 0 1em;
}
.px_geschichte_slider__description p:last-child {
  margin-bottom: 0;
}
.px_geschichte_slider__footer {
  max-width: var(--container-max-width, 1140px);
  margin-top: 5rem;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1025px) {
  .px_geschichte_slider__footer {
    margin-top: 7rem;
  }
}
.px_geschichte_slider__nav {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
.px_geschichte_slider__prev, .px_geschichte_slider__next {
  appearance: none;
  background: none !important;
  border: 0;
  padding: 0;
  color: var(--e-global-color-secondary) !important;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  min-width: 12rem;
}
.px_geschichte_slider__prev:hover, .px_geschichte_slider__prev:focus, .px_geschichte_slider__prev:focus-visible, .px_geschichte_slider__prev:active, .px_geschichte_slider__next:hover, .px_geschichte_slider__next:focus, .px_geschichte_slider__next:focus-visible, .px_geschichte_slider__next:active {
  background: none !important;
  color: var(--e-global-color-secondary) !important;
  outline: none;
  opacity: 0.75;
}
.px_geschichte_slider__prev[disabled], .px_geschichte_slider__prev.swiper-button-disabled, .px_geschichte_slider__next[disabled], .px_geschichte_slider__next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.px_geschichte_slider__prev .px_arrow_long, .px_geschichte_slider__next .px_arrow_long {
  width: 100%;
  height: auto;
  display: block;
}
.px_geschichte_slider__prev .px_arrow_long--flip, .px_geschichte_slider__next .px_arrow_long--flip {
  transform: scaleX(-1);
}
.px_geschichte_slider__prev span, .px_geschichte_slider__next span {
  display: inline-block;
}

.px_accordion .e-n-accordion-item {
  border-bottom: 1px solid var(--e-global-color-primary);
}
.px_accordion .e-n-accordion-item .e-child {
  padding-top: 3rem !important;
  padding-bottom: 2rem !important;
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
  transition: all 0.3s ease;
}
.px_accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  transform: rotate(-180deg);
}
.px_accordion .e-n-accordion-item-title-text {
  font-size: 2rem !important;
  font-weight: 300 !important;
}
.px_accordion .e-n-accordion-item-title {
  padding-left: 0 !important;
}

.px_wellness {
  width: 100%;
  color: var(--e-global-color-primary);
}
.px_wellness__filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 7rem;
}
.px_wellness__filter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(3rem + 1rem);
  height: 1px;
  background-color: var(--e-global-color-primary);
  pointer-events: none;
}
.px_wellness__filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  transform: translateY(50%);
  background-image: url("/wp-content/uploads/2026/05/deco_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.px_wellness__tab {
  appearance: none;
  background: none !important;
  border: 0;
  padding: 0;
  color: var(--e-global-color-primary) !important;
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.2s ease;
  opacity: 0.7;
}
.px_wellness__tab:hover, .px_wellness__tab:focus, .px_wellness__tab:focus-visible, .px_wellness__tab:active {
  background: none !important;
  outline: none;
  opacity: 1;
}
.px_wellness__tab.is-active {
  color: var(--e-global-color-accent) !important;
  opacity: 1;
}
.px_wellness__groups {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.px_wellness__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 678px) {
  .px_wellness__group {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 6rem;
  }
}
.px_wellness__group.is-hidden {
  display: none;
}
.px_wellness__image {
  margin: 0;
  width: 100%;
  align-self: start;
}
.px_wellness__image img {
  width: 100%;
  height: auto;
  display: block;
}
.px_wellness__image--placeholder {
  aspect-ratio: 3/4;
}
.px_wellness__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.px_wellness__heading {
  margin: 0;
  color: var(--e-global-color-primary);
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
.px_wellness__treatments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.px_wellness__treatment {
  padding: 3rem 6rem 3rem 0;
  border-bottom: 1px solid var(--e-global-color-primary);
}
.px_wellness__treatment:first-child {
  padding-top: 0;
}
.px_wellness__treatment:last-child {
  border-bottom: 0;
}
.px_wellness__treatment_name {
  margin: 0 0 1.5rem;
  font-size: 1.8rem !important;
  font-weight: 500;
  color: var(--e-global-color-primary);
  font-family: "Manrope", Sans-serif !important;
}
.px_wellness__treatment_desc {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--e-global-color-primary);
}
.px_wellness__treatment_meta {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 0;
}
.px_wellness__treatment_meta dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.px_wellness__treatment_meta dd {
  margin: 0;
  font-size: 1.5rem;
}
.px_wellness__treatment_duration {
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.px_wellness__treatment_price {
  color: var(--e-global-color-primary);
}

.px_sauna_slider {
  position: relative;
  width: 100%;
  color: var(--e-global-color-secondary);
}
.px_sauna_slider .swiper {
  width: 100%;
  overflow: hidden;
}
.px_sauna_slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.px_sauna_slider__slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  height: auto;
}
.px_sauna_slider__title {
  margin: 0;
  font-size: clamp(2rem, 2vw, 3rem) !important;
  line-height: 1.2;
  font-weight: 500;
  color: var(--e-global-color-secondary);
}
.px_sauna_slider__image {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.px_sauna_slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  height: 40rem;
}
@media (min-width: 678px) {
  .px_sauna_slider__image img {
    height: 45rem;
  }
}
@media (min-width: 1025px) {
  .px_sauna_slider__image img {
    height: 60rem;
  }
}
.px_sauna_slider__excerpt {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--e-global-color-secondary);
  padding-right: 5rem !important;
}
.px_sauna_slider__footer {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (min-width: 1025px) {
  .px_sauna_slider__footer {
    margin-top: 7rem;
  }
}
.px_sauna_slider__nav {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
.px_sauna_slider__prev, .px_sauna_slider__next {
  appearance: none;
  background: none !important;
  border: 0;
  padding: 0;
  color: var(--e-global-color-secondary) !important;
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  min-width: 10rem;
}
.px_sauna_slider__prev:hover, .px_sauna_slider__prev:focus, .px_sauna_slider__prev:focus-visible, .px_sauna_slider__prev:active, .px_sauna_slider__next:hover, .px_sauna_slider__next:focus, .px_sauna_slider__next:focus-visible, .px_sauna_slider__next:active {
  background: none !important;
  color: var(--e-global-color-secondary) !important;
  outline: none;
  opacity: 0.75;
}
.px_sauna_slider__prev[disabled], .px_sauna_slider__prev.swiper-button-disabled, .px_sauna_slider__next[disabled], .px_sauna_slider__next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.px_sauna_slider__prev .px_arrow_long, .px_sauna_slider__next .px_arrow_long {
  width: 100%;
  height: auto;
  display: block;
}
.px_sauna_slider__prev .px_arrow_long--flip, .px_sauna_slider__next .px_arrow_long--flip {
  transform: scaleX(-1);
}
.px_sauna_slider__prev span, .px_sauna_slider__next span {
  display: inline-block;
}

.px_buchen_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3.5rem;
  border: 1px solid var(--e-global-color-secondary);
  background: transparent;
  color: var(--e-global-color-secondary) !important;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.px_buchen_button:hover, .px_buchen_button:focus-visible {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
  color: var(--e-global-color-secondary) !important;
  outline: none;
}

.px_menu_toggle {
  appearance: none;
  background: none !important;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  color: var(--e-global-color-secondary) !important;
  font: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
.px_menu_toggle:hover, .px_menu_toggle:focus, .px_menu_toggle:focus-visible, .px_menu_toggle:active {
  background: none !important;
  color: var(--e-global-color-secondary) !important;
  outline: none;
}
.px_menu_toggle__icon {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: var(--e-global-color-accent);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.px_menu_toggle__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 1.5px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.2s ease, width 0.3s ease;
}
.px_menu_toggle__bar:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}
.px_menu_toggle__bar:nth-child(2) {
  transform: translate(-50%, -50%);
}
.px_menu_toggle__bar--short {
  width: 22.5%;
  left: 27.5%;
  transform: translate(0, calc(-50% + 7px));
}
.px_menu_toggle[aria-expanded=true] .px_menu_toggle__bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.px_menu_toggle[aria-expanded=true] .px_menu_toggle__bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.px_menu_toggle[aria-expanded=true] .px_menu_toggle__bar--short {
  opacity: 0;
  transform: translate(0, -50%) scaleX(0);
}

html.is-menu-open,
body.is-menu-open {
  overflow: hidden;
}

.px_header {
  z-index: 9999;
}

.px_angebot_details {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: var(--e-global-color-secondary);
}
.px_angebot_details__prices {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.px_angebot_details__price_row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: baseline;
}
.px_angebot_details__zimmer {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}
.px_angebot_details__einheit {
  margin-left: 0.4rem;
  font-weight: 400;
  opacity: 0.9;
}
.px_angebot_details__preis {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--e-global-color-secondary);
  white-space: nowrap;
}
.px_angebot_details__content {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--e-global-color-secondary);
}
.px_angebot_details__content ul,
.px_angebot_details__content ol {
  padding-left: 1.4em;
  margin: 0;
}
.px_angebot_details__content li {
  margin-bottom: 0.5em;
}
.px_angebot_details__content p {
  margin: 0 0 1em;
}
.px_angebot_details__content p:last-child {
  margin-bottom: 0;
}
.px_angebot_details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}

.px_angebot_buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 4rem;
}

.px_angebot_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 5rem;
  color: var(--e-global-color-secondary);
  font-size: 1.6rem;
  line-height: 1;
}
.px_angebot_meta__item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
.px_angebot_meta__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .px_angebot_meta__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.px_angebot_meta__label {
  white-space: nowrap;
}

.px_angebot_gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.px_angebot_gallery__item {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.px_angebot_gallery__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 678px) {
  .px_angebot_gallery {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 3rem;
  }
  .px_angebot_gallery__item:nth-child(1) {
    grid-column: 7/-1;
    grid-row: 1;
  }
  .px_angebot_gallery__item:nth-child(2) {
    grid-column: 1/9;
    grid-row: 2;
    margin-top: -8rem;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .px_angebot_gallery__item:nth-child(2) {
    margin-top: -14rem;
  }
}

.px_menu {
  position: fixed !important;
  inset: 0;
  z-index: 9998;
  height: 100dvh !important;
  width: 100vw;
  overflow-y: auto;
}
.px_menu[hidden] {
  display: none !important;
}
.px_menu .px_nav {
  position: relative;
  width: 100%;
}
.px_menu .px_nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media (min-width: 678px) {
  .px_menu .px_nav__list {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .px_menu .px_nav__list {
    width: 100%;
  }
}
.px_menu .px_nav__list > .menu-item {
  position: static;
  min-width: 0;
}
.px_menu .px_nav__list > .menu-item.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0;
}
.px_menu .px_nav__list > .menu-item > a {
  display: inline-block;
  max-width: 100%;
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem) !important;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.5rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.px_menu .px_nav__list > .menu-item.current-menu-item > a, .px_menu .px_nav__list > .menu-item.current-menu-parent > a, .px_menu .px_nav__list > .menu-item.current-menu-ancestor > a, .px_menu .px_nav__list > .menu-item:hover > a, .px_menu .px_nav__list > .menu-item:focus-within > a {
  color: var(--e-global-color-accent);
  border-bottom-color: var(--e-global-color-accent);
}
.px_menu .px_nav__sub_toggle {
  background: transparent;
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.px_menu .px_nav__sub_toggle:hover, .px_menu .px_nav__sub_toggle:focus-visible {
  opacity: 0.7;
  outline: none;
}
.px_menu .px_nav__sub_toggle__icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/wp-content/uploads/2026/05/arrow-light.svg") no-repeat center/contain;
  transition: transform 0.25s ease;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .px_menu .px_nav__sub_toggle {
    display: none;
  }
}
.px_menu .px_nav__list > .menu-item.is-open > .px_nav__sub_toggle .px_nav__sub_toggle__icon {
  transform: rotate(90deg);
}
.px_menu .px_nav .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 678px) {
  .px_menu .px_nav .sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  }
}
@media (min-width: 1025px) {
  .px_menu .px_nav .sub-menu {
    width: 40%;
  }
}
.px_menu .px_nav .sub-menu > .menu-item > a {
  display: inline-block;
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.px_menu .px_nav .sub-menu > .menu-item > a:hover, .px_menu .px_nav .sub-menu > .menu-item > a:focus-visible {
  color: var(--e-global-color-accent);
  outline: none;
}
@media (max-width: calc(678px - 0.02rem)) {
  .px_menu .px_nav .sub-menu {
    flex-basis: 100%;
    gap: 1.5rem;
    padding-left: 1.5rem;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.2s ease, margin-top 0.3s ease;
  }
  .px_menu .px_nav__list > .menu-item.is-open > .sub-menu {
    max-height: 100rem;
    margin-top: 1.5rem;
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 678px) {
  .px_menu .px_nav__list > .menu-item-has-children:hover > .sub-menu, .px_menu .px_nav__list > .menu-item-has-children:focus-within > .sub-menu, .px_menu .px_nav__list > .menu-item-has-children.current-menu-item > .sub-menu, .px_menu .px_nav__list > .menu-item-has-children.current-menu-parent > .sub-menu, .px_menu .px_nav__list > .menu-item-has-children.current-menu-ancestor > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.25s ease, visibility 0s linear 0s;
  }
  .px_menu .px_nav__list > .menu-item.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.25s ease, visibility 0s linear 0s;
  }
}

.px_limit_left {
  padding-left: max(0px, (min(100vw, 2500px) - var(--container-max-width)) / 2) !important;
}
@media (max-width: calc(1025px - 0.02rem)) {
  .px_limit_left {
    padding-right: 5vw !important;
  }
}

.px_limit_right {
  padding-right: max(0px, (min(100vw, 2500px) - var(--container-max-width)) / 2) !important;
}
@media (max-width: calc(1025px - 0.02rem)) {
  .px_limit_right {
    padding-left: 5vw !important;
  }
}

.px_br {
  overflow: hidden;
  border-radius: var(--px-radius-lg);
}

.px_br_only {
  border-radius: var(--px-radius-lg);
}

.px_no_pointer {
  pointer-events: none;
}

.px_oh {
  overflow: hidden;
}

.px_no_scroll {
  overflow: hidden !important;
}

.px_gap {
  gap: 3rem;
}

.px_relative {
  position: relative;
}

.px_relative_inner .e-con-inner {
  position: relative;
}

@media (min-width: 1025px) {
  .px_block.px_desktop {
    display: block;
  }
}

@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  .px_block.px_tablet {
    display: block;
  }
}

.px_short {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 678px) {
  .px_short {
    max-width: 80% !important;
  }
}
@media (min-width: 1025px) {
  .px_short {
    max-width: 70% !important;
  }
}

.px_pt {
  padding-top: 8rem;
}
@media (min-width: 678px) {
  .px_pt {
    padding-top: 10rem;
  }
}
@media (min-width: 1025px) {
  .px_pt {
    padding-top: 15rem;
  }
}

.px_pt_s {
  padding-top: 4rem;
}
@media (min-width: 678px) {
  .px_pt_s {
    padding-top: 5rem;
  }
}
@media (min-width: 1025px) {
  .px_pt_s {
    padding-top: 7.5rem;
  }
}

.px_pb {
  padding-bottom: 8rem;
}
@media (min-width: 678px) {
  .px_pb {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1025px) {
  .px_pb {
    padding-bottom: 15rem;
  }
}

.px_pb_s {
  padding-bottom: 4rem;
}
@media (min-width: 678px) {
  .px_pb_s {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1025px) {
  .px_pb_s {
    padding-bottom: 7.5rem;
  }
}

.px_py {
  padding-top: 8rem;
}
@media (min-width: 678px) {
  .px_py {
    padding-top: 10rem;
  }
}
@media (min-width: 1025px) {
  .px_py {
    padding-top: 15rem;
  }
}
.px_py {
  padding-bottom: 8rem;
}
@media (min-width: 678px) {
  .px_py {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1025px) {
  .px_py {
    padding-bottom: 15rem;
  }
}

.px_py_s {
  padding-top: 4rem;
}
@media (min-width: 678px) {
  .px_py_s {
    padding-top: 5rem;
  }
}
@media (min-width: 1025px) {
  .px_py_s {
    padding-top: 7.5rem;
  }
}
.px_py_s {
  padding-bottom: 4rem;
}
@media (min-width: 678px) {
  .px_py_s {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1025px) {
  .px_py_s {
    padding-bottom: 7.5rem;
  }
}

.px_h1,
.px_h1 * {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  .px_h1,
  .px_h1 * {
    font-size: 4rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  .px_h1,
  .px_h1 * {
    font-size: 5.5rem !important;
  }
}
@media (min-width: 1025px) {
  .px_h1,
  .px_h1 * {
    font-size: 7.5rem !important;
  }
}

.px_h2,
.px_h2 * {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  .px_h2,
  .px_h2 * {
    font-size: 3rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  .px_h2,
  .px_h2 * {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1025px) {
  .px_h2,
  .px_h2 * {
    font-size: 6rem !important;
  }
}

.px_h3,
.px_h3 * {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  .px_h3,
  .px_h3 * {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  .px_h3,
  .px_h3 * {
    font-size: 3rem !important;
  }
}
@media (min-width: 1025px) {
  .px_h3,
  .px_h3 * {
    font-size: 4rem !important;
  }
}

.px_h4,
.px_h4 * {
  font-family: "Vogun", Sans-serif !important;
}
@media (max-width: calc(678px - 0.02rem)) {
  .px_h4,
  .px_h4 * {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 678px) and (max-width: calc(1025px - 0.02rem)) {
  .px_h4,
  .px_h4 * {
    font-size: 2rem !important;
  }
}
@media (min-width: 1025px) {
  .px_h4,
  .px_h4 * {
    font-size: 2.5rem !important;
  }
}

.px_uppercase,
.px_uppercase * {
  text-transform: uppercase;
}

.px_no_margin,
.px_no_margin * {
  margin: 0;
}

.px_underline {
  text-decoration: underline;
}

.px_extra_bold * {
  font-weight: 800;
}

.px_bold * {
  font-weight: 700;
}

.px_accent,
.px_accent * {
  color: var(--e-global-color-accent) !important;
}

/*# sourceMappingURL=main.css.map */
