:root {
  --px-radius-sm: 0.75rem;
  --px-radius-md: 1.25rem;
  --px-radius-lg: 1.5rem;
  --px-radius-pill: 999px;
}

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

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

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

.elementor-item-active,
a:hover {
  color: var(--e-global-color-secondary) !important;
}

#outer-wrap {
  overflow: hidden;
}

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

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

@media (min-width: 90rem) {
  body {
    max-width: 250rem;
    margin-inline: auto;
  }
}
body {
  line-height: 1.5;
}

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

body[class*=elementor-kit-] h1,
.elementor-widget-heading h1.elementor-heading-title,
h1.page-header-title,
h1.single-post-title,
h1.product_title,
h1.entry-title,
h1 {
  font-size: clamp(6rem, 12vw, 12.5rem);
  line-height: 0.95;
}

body[class*=elementor-kit-] h2,
.elementor-widget-heading h2.elementor-heading-title,
h2.page-header-title,
h2.single-post-title,
h2.product_title,
h2.entry-title,
h2 {
  font-size: clamp(2.5rem, 6vw, 7rem);
  line-height: 0.98;
  position: relative;
  display: inline-block;
  max-inline-size: 100%;
}
body[class*=elementor-kit-] h2::before,
.elementor-widget-heading h2.elementor-heading-title::before,
h2.page-header-title::before,
h2.single-post-title::before,
h2.product_title::before,
h2.entry-title::before,
h2::before {
  content: "";
  position: absolute;
  top: clamp(1.35rem, 2.8vw, 3rem);
  right: calc(100% + clamp(0.8rem, 2vw, 2rem));
  width: clamp(3rem, 7vw, 5rem);
  height: clamp(1rem, 0.55vw, 1.2rem);
  background-color: var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
}

body[class*=elementor-kit-] h3,
.elementor-widget-heading h3.elementor-heading-title,
h3.page-header-title,
h3.single-post-title,
h3.product_title,
h3.entry-title,
h3 {
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
}

body[class*=elementor-kit-] h4,
.elementor-widget-heading h4.elementor-heading-title,
h4.page-header-title,
h4.single-post-title,
h4.product_title,
h4.entry-title,
h4 {
  font-size: clamp(1.5rem, 3vw, 1.8rem) !important;
  line-height: 1.2 !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;
}

#site-header {
  border-bottom: 0;
}

body.has-mobile-menu-open {
  overflow: hidden;
}

.px_menu_toggle {
  transition: all 0.3s ease;
  position: relative;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--e-global-color-48e933a);
  cursor: pointer;
}
.px_menu_toggle:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

.px_menu_toggle.is-open {
  color: var(--e-global-color-secondary);
}

.px_menu_toggle__box {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
}

.px_menu_toggle__line {
  position: absolute;
  left: 0;
  top: calc(50% - 0.75px);
  width: 100%;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.px_menu_toggle__line--top {
  transform: translate3d(0, -0.75rem, 0);
}

.px_menu_toggle__line--bottom {
  transform: translate3d(0, 0.75rem, 0);
}

.px_header {
  position: fixed;
  top: 0;
  z-index: 95;
}
.px_header::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: color-mix(in srgb, var(--e-global-color-primary) 75%, transparent) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: -1 !important;
  opacity: 0;
}
.px_header .px_col_left img {
  transition: all 0.3s ease;
}
.px_header .px_action_card {
  transition: all 0.3s ease;
  width: max-content !important;
}
@media (min-width: 64.0625rem) {
  .px_header .px_action_card {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 64.0425rem) {
  .px_header .px_action_card {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 47.98rem) {
  .px_header .px_action_card p {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 64.0625rem) {
  .px_header.px_scroll .px_col_left img {
    width: 12rem !important;
  }
}
.px_header.px_scroll .px_col_right {
  gap: 1rem !important;
}
.px_header.px_scroll::after {
  opacity: 1;
}
@media (min-width: 64.0625rem) {
  .px_header.px_scroll .elementor-nav-menu li a,
  .px_header.px_scroll .px_action_card p {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 64.0625rem) {
  .px_header.px_scroll .px_action_card {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 48rem) and (max-width: 64.0425rem) {
  .px_header.px_scroll .px_action_card {
    padding: 0.5rem 1rem;
  }
}

.px_mobile_menu {
  position: fixed !important;
  inset: 0;
  z-index: 90;
  width: 100%;
  min-height: 100dvh;
  overflow-y: auto;
}
.px_mobile_menu .elementor-nav-menu--dropdown {
  display: none !important;
}
.px_mobile_menu .e-con-inner {
  min-height: 100dvh;
}

.has-js .px_mobile_menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.has-js .px_mobile_menu.is-open {
  pointer-events: auto;
}

.px_footer {
  position: relative;
}
.px_footer::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-color: var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
  top: 0;
  left: 34%;
  right: 0 !important;
  height: 1rem;
  width: 100vw !important;
}

.px_cols {
  --px-cols-divider-color: rgba(255, 255, 255, 0.7);
  --px-cols-divider-offset: clamp(1.5rem, 3vw, 2.5rem);
  --px-cols-divider-inset: clamp(0.25rem, 1vw, 1rem);
}
@media (min-width: 48rem) and (max-width: 64.0425rem) {
  .px_cols {
    gap: 3rem !important;
    --px-cols-divider-offset: 1.5rem;
  }
}
@media (max-width: 47.98rem) {
  .px_cols {
    grid-template-columns: minmax(0, 1fr) !important;
    column-gap: 0 !important;
    row-gap: 3rem !important;
  }
}
@media (min-width: 48rem) {
  .px_cols > .px_col {
    position: relative !important;
  }
  .px_cols > .px_col:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    background-repeat: no-repeat !important;
    top: var(--px-cols-divider-inset);
    bottom: var(--px-cols-divider-inset);
    right: calc(var(--px-cols-divider-offset) * -1);
    width: 1px;
    background: var(--px-cols-divider-color) !important;
  }
}

.px_copyright {
  font-size: 1.4rem;
  color: var(--e-global-color-48e933a);
}

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

.px_contact .px_right_col {
  position: relative !important;
}
@media (min-width: 64.0625rem) {
  .px_contact .px_right_col {
    min-height: 100rem;
  }
}
.px_contact .px_right_col .px_map_container,
.px_contact .px_right_col .px_map_container .elementor-widget-container,
.px_contact .px_right_col .px_map_container .elementor-shortcode,
.px_contact .px_right_col .px_map_container .mapster-wp-maps-container {
  height: 100% !important;
}
@media (min-width: 64.0625rem) {
  .px_contact .px_form_container {
    position: absolute !important;
    width: 50% !important;
    left: 10rem;
    bottom: 10rem;
    top: 0;
  }
}
.px_contact .px_form_container .gform_validation_errors {
  margin-bottom: 0 !important;
  padding-block: 1rem !important;
  position: absolute !important;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 100% !important;
}
.px_contact .px_form_container form label {
  color: var(--e-global-color-48e933a) !important;
  margin-bottom: 0 !important;
}
.px_contact .px_form_container form .gfield_validation_message {
  margin-block-start: 0.5rem !important;
}
.px_contact .px_form_container form .textarea {
  block-size: 10rem !important;
}
.px_contact .px_form_container form .gform_fields {
  row-gap: 4rem !important;
}
.px_contact .px_form_container form input:not([type=submit]),
.px_contact .px_form_container form textarea {
  border-radius: 0 !important;
  background: var(--e-global-color-primary) !important;
  border: none;
  border-bottom: 1px solid var(--e-global-color-48e933a) !important;
  padding-left: 0 !important;
  color: var(--e-global-color-48e933a) !important;
}
.px_contact .px_form_container form input[type=submit] {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  padding-bottom: 2rem !important;
  border-bottom: 2px solid var(--e-global-color-48e933a) !important;
  width: 60% !important;
  background: var(--e-global-color-primary) !important;
  text-align: left !important;
  padding-left: 0 !important;
  font-weight: bold !important;
}
.px_contact .px_form_container form .gfield {
  position: relative !important;
}
.px_contact .px_form_container form .gfield label {
  position: absolute !important;
  top: 110% !important;
}
.px_contact .px_form_container form .gform-footer {
  margin-top: 10rem !important;
}

.px_cta_card {
  background-color: var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
  padding: 4rem;
}
@media (min-width: 48rem) {
  .px_cta_card {
    position: absolute;
  }
}
@media (min-width: 64.0625rem) {
  .px_cta_card {
    width: 35rem;
    min-height: 35rem;
    bottom: -20rem;
    left: 5rem;
  }
}
@media (min-width: 48rem) and (max-width: 64.0425rem) {
  .px_cta_card {
    width: 30rem;
    min-height: 35rem;
    bottom: -10rem;
    right: 5vw;
  }
}
@media (max-width: 47.98rem) {
  .px_cta_card {
    width: 60vw;
    min-height: 30rem;
    top: -10rem;
    right: 5vw;
  }
}
.px_cta_card .elementor-heading-title {
  font-size: clamp(1.5rem, 3vw, 1.8rem) !important;
  line-height: 1.2 !important;
  font-weight: 200 !important;
}
.px_cta_card::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-image: url("/wp-content/uploads/2026/03/curve-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 5rem !important;
  width: 15rem !important;
  bottom: 6rem;
  top: unset !important;
  left: -5rem !important;
}

.elementor-button {
  padding-top: 0 !important;
  padding-left: 0;
  padding-bottom: 1.5rem !important;
  padding-right: 8rem !important;
  background: transparent !important;
  color: var(--e-global-color-primary);
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0 !important;
  line-height: 1.2 !important;
}
.elementor-button .elementor-button-text {
  transition: all 0.3s ease;
  text-transform: uppercase !important;
}
.elementor-button:hover .elementor-button-text {
  font-weight: bold !important;
}

.elementor-widget-button:not(.px_light) .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-secondary) !important;
}

.px_light .elementor-button {
  color: white !important;
  border-color: white !important;
}

.px_right .elementor-button {
  text-align: right !important;
  padding-left: 5rem !important;
  padding-right: 0 !important;
}

.px_card_slider_container .swiper-slide > .e-con.px_border {
  border: 1px solid #707070 !important;
}
.px_card_slider_container .swiper-slide > .e-con .px_card_header {
  padding: 8rem 3rem 4rem !important;
}
.px_card_slider_container .swiper-slide > .e-con .px_card_footer {
  padding: 3rem 3rem 2rem !important;
}

.px_ab_image_container {
  position: relative !important;
}
.px_ab_image_container * {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + (100vw - var(--container-max-width)) / 2) !important;
}
.px_ab_image_container img {
  object-fit: cover !important;
}

.px_slider .elementor-swiper-button-prev i,
.px_slider .elementor-swiper-button-next i {
  display: none;
}
.px_slider .elementor-swiper-button-prev,
.px_slider .elementor-swiper-button-next {
  background-image: url("/wp-content/uploads/2026/03/arrow-right.svg");
  width: 8rem !important;
  height: 2.06rem !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.px_slider .elementor-swiper-button-next {
  right: -9rem !important;
}
@media (max-width: 64.0425rem) {
  .px_slider .elementor-swiper-button-next {
    right: 0 !important;
    top: -5rem !important;
  }
}
.px_slider .elementor-swiper-button-prev {
  left: -9rem !important;
  transform-origin: center;
  transform: rotate(-180deg) !important;
}
@media (max-width: 64.0425rem) {
  .px_slider .elementor-swiper-button-prev {
    left: unset !important;
    right: 12rem !important;
    top: -6rem !important;
  }
}

.px_cta .px_col1,
.px_cta .px_col2 {
  position: relative !important;
}
.px_cta .px_col1::before,
.px_cta .px_col2::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
}
.px_cta .px_col1::before {
  background-color: var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
  right: 0 !important;
  left: calc(-1 * (100vw - var(--container-max-width)) / 2);
}
.px_cta .px_col2::before {
  left: 0 !important;
  right: calc(-1 * (100vw - var(--container-max-width)) / 2);
  background: var(--e-global-color-2c3da58) !important;
}

.px_gradient_divider .elementor-divider-separator {
  background-color: var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
  border: none !important;
  height: 1rem !important;
  width: 5rem !important;
}

.px_card_grid .px_text_container {
  padding: 4rem;
}

.px_accordion .e-n-accordion-item:open .e-opened {
  transform: rotate(25deg);
}
.px_accordion .e-n-accordion-item .e-con {
  padding-right: 4rem !important;
  padding-left: 0 !important;
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title {
  position: relative !important;
  padding-left: 0 !important;
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  height: 1px;
  background-color: var(--e-global-color-48e933a);
  left: 0;
  right: 1.8rem;
  bottom: 0;
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  position: absolute !important;
  bottom: -1.2rem;
  right: -0.4rem;
  z-index: 999 !important;
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
  transition: all 0.3s ease;
  display: block !important;
  height: 2.4rem !important;
  display: flex !important;
  align-items: center !important;
  transform-origin: center left;
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}

#meinTerminOnline-iframe {
  background-color: #f1ede8;
}

@media (min-width: 64.0625rem) {
  .px_hero {
    min-height: 70vh !important;
  }
}
@media (min-width: 64.0625rem) {
  .px_hero .e-con-inner {
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding-bottom: 10rem !important;
  }
}

.px_map_container {
  min-height: 500px !important;
}

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

.px_limit_right {
  padding-right: max(0px, (100vw - var(--container-max-width)) / 2);
}
@media (max-width: 64.0425rem) {
  .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_gradient_lr {
  background-color: var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
}

.px_oh {
  overflow: hidden;
}

.px_gap {
  gap: 3rem;
}

.px_relative {
  position: relative;
}

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

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

.px_upper,
.px_upper * {
  text-transform: uppercase !important;
}

.px_text_gradient_lr,
.px_text_gradient_lr * {
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.px_underline {
  text-decoration: underline;
}

.px_extra_bold * {
  font-weight: 800;
}

.px_thin {
  font-weight: 100 !important;
}

.px_bold {
  font-weight: 700 !important;
}

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

@media (min-width: 48rem) and (max-width: 64.0425rem) {
  .px_block.px_tablet {
    display: block;
  }
}

.px_top_deco::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-color: var(--e-global-color-accent);
  background-image: linear-gradient(to right, var(--e-global-color-accent), var(--e-global-color-secondary));
  height: clamp(1rem, 0.55vw, 1.2rem);
  left: calc(-1 * (clamp(3rem, 7vw, 5rem) + clamp(0.8rem, 2vw, 2rem)));
  right: 0;
}

.px_pt {
  padding-top: 4rem;
}
@media (min-width: 48rem) {
  .px_pt {
    padding-top: 6rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_pt {
    padding-top: 16rem;
  }
}

.px_pt_s {
  padding-top: 2rem;
}
@media (min-width: 48rem) {
  .px_pt_s {
    padding-top: 3rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_pt_s {
    padding-top: 8rem;
  }
}

.px_pb {
  padding-bottom: 4rem;
}
@media (min-width: 48rem) {
  .px_pb {
    padding-bottom: 6rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_pb {
    padding-bottom: 16rem;
  }
}

.px_pb_s {
  padding-bottom: 2rem;
}
@media (min-width: 48rem) {
  .px_pb_s {
    padding-bottom: 3rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_pb_s {
    padding-bottom: 8rem;
  }
}

.px_py {
  padding-top: 4rem;
}
@media (min-width: 48rem) {
  .px_py {
    padding-top: 6rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_py {
    padding-top: 16rem;
  }
}
.px_py {
  padding-bottom: 4rem;
}
@media (min-width: 48rem) {
  .px_py {
    padding-bottom: 6rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_py {
    padding-bottom: 16rem;
  }
}

.px_py_s {
  padding-top: 2rem;
}
@media (min-width: 48rem) {
  .px_py_s {
    padding-top: 3rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_py_s {
    padding-top: 8rem;
  }
}
.px_py_s {
  padding-bottom: 2rem;
}
@media (min-width: 48rem) {
  .px_py_s {
    padding-bottom: 3rem;
  }
}
@media (min-width: 64.0625rem) {
  .px_py_s {
    padding-bottom: 8rem;
  }
}

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