/* ==================
  Color Palette
================== */
/* ==================
  Breakpoints
================== */
/* ==================
  Max Content Widths
================== */
:root {
  --container-max-width: 90vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --container-max-width: 90vw;
  }
}
@media (min-width: 1024px) {
  :root {
    --container-max-width: 90vw;
  }
}
a:focus {
  outline: none !important;
}

html.px_no_scroll,
body.px_no_scroll {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.px_no_scroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
}

h1 {
  font-size: clamp(4rem, 7vw, 12rem) !important;
}

h2:not(.gform_submission_error) {
  font-size: clamp(4rem, 4vw, 8rem) !important;
}

h3 {
  font-size: clamp(3rem, 4vw, 5rem) !important;
}

h4 {
  font-size: clamp(2rem, 3vw, 2.5rem) !important;
}

.px_l h2 {
  font-size: clamp(4rem, 7vw, 12rem) !important;
}
.px_l h3 {
  font-size: clamp(4rem, 4vw, 8rem) !important;
}

@media (min-width: 1024px) {
  .px_contact_section .px_deco {
    bottom: -5rem;
    left: -10rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_contact_section .px_deco {
    bottom: -4.5rem;
    left: -12rem;
  }
}
@media (max-width: 767px) {
  .px_contact_section .px_deco {
    bottom: -3.5rem;
    left: -18rem;
  }
}

@media (min-width: 2250px) {
  header > .elementor > .e-parent > .e-con-inner,
  #main > .elementor > .e-parent > .e-con-inner {
    max-width: 90% !important;
  }
}

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

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

.elementor-editor-active #site-header {
  z-index: 0 !important;
}
.elementor-editor-active main {
  z-index: 999 !important;
}

#main > .elementor > .elementor-section-wrap .elementor-element:first-of-type, #main > .elementor > .elementor-element:first-of-type {
  margin-top: 10rem !important;
}

#outer-wrap {
  overflow: hidden !important;
}

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

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

@media (min-width: 2250px) {
  header .px_header,
  body,
  .px_header .e-con-inner {
    max-width: 2250px !important;
    margin: 0 auto !important;
  }
}

.px_limit_left {
  padding-left: calc((100vw - var(--container-max-width)) / 2) !important;
}
@media (max-width: 1023px) {
  .px_limit_left {
    padding-right: calc((100vw - var(--container-max-width)) / 2) !important;
  }
}

.px_limit_right {
  padding-right: calc((100vw - var(--container-max-width)) / 2) !important;
}
@media (max-width: 1023px) {
  .px_limit_right {
    padding-left: calc((100vw - var(--container-max-width)) / 2) !important;
  }
}

@media (max-width: 767px) {
  .px_block_mobile {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .px_white_mobile {
    background: white !important;
  }
}

.px_br {
  overflow: hidden !important;
  border-radius: 20px !important;
}

.px_br_only {
  border-radius: 20px !important;
}

.px_br_b {
  overflow: hidden;
}
@media (max-width: 767px) {
  .px_br_b {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_br_b {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
@media (min-width: 1024px) {
  .px_br_b {
    border-bottom-left-radius: 35rem !important;
    border-bottom-right-radius: 35rem !important;
  }
}

.px_br_t {
  overflow: hidden;
}
@media (max-width: 767px) {
  .px_br_t {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_br_t {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
}
@media (min-width: 1024px) {
  .px_br_t {
    border-top-left-radius: 35rem !important;
    border-top-right-radius: 35rem !important;
  }
}

.px_br_bl {
  overflow: hidden;
}
@media (max-width: 767px) {
  .px_br_bl {
    border-bottom-left-radius: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_br_bl {
    border-bottom-left-radius: 25rem !important;
  }
}
@media (min-width: 1024px) {
  .px_br_bl {
    border-bottom-left-radius: 35rem !important;
  }
}

.px_br_tl {
  overflow: hidden;
}
@media (max-width: 767px) {
  .px_br_tl {
    border-top-left-radius: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_br_tl {
    border-top-left-radius: 25rem !important;
  }
}
@media (min-width: 1024px) {
  .px_br_tl {
    border-top-left-radius: 35rem !important;
  }
}

.px_circle_shadow1 {
  position: relative !important;
}
.px_circle_shadow1 img {
  width: 100% !important;
  object-fit: cover !important;
}
@media (min-width: 1024px) {
  .px_circle_shadow1 img {
    height: 55rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_circle_shadow1 img {
    height: 40rem !important;
  }
}
@media (max-width: 767px) {
  .px_circle_shadow1 img {
    height: 30rem !important;
  }
}
.px_circle_shadow1::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-image: url("/wp-content/uploads/2025/08/round.svg") !important;
  background-size: contain !important;
  background-position: center !important;
  z-index: -1 !important;
}
@media (min-width: 1024px) {
  .px_circle_shadow1::before {
    width: 60rem !important;
    height: 60rem !important;
    top: -20rem;
    left: -20rem;
  }
}
@media (max-width: 1023px) {
  .px_circle_shadow1::before {
    width: 30rem !important;
    height: 30rem !important;
    top: -10rem;
    left: -10rem;
  }
}

.px_no_pointer {
  pointer-events: none !important;
}

.px_oh {
  overflow: hidden !important;
}

.px_gap {
  gap: 5rem !important;
}

@media (min-width: 768px) {
  .px_adaptive_height .e-con-inner {
    height: calc(100vh - 10rem - 5rem) !important;
  }
}
@media (max-width: 767px) {
  .px_adaptive_height .e-con-inner {
    height: calc(100vh - 10rem - 15rem) !important;
  }
}

@media (max-width: 767px) {
  .px_pt {
    padding-top: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pt {
    padding-top: 15rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pt {
    padding-top: 25rem !important;
  }
}
@media (max-width: 767px) {
  .px_pt_sm {
    padding-top: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pt_sm {
    padding-top: 7.5rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pt_sm {
    padding-top: 12.5rem !important;
  }
}

@media (max-width: 767px) {
  .px_pb {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pb {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pb {
    padding-bottom: 25rem !important;
  }
}
@media (max-width: 767px) {
  .px_pb_sm {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pb_sm {
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pb_sm {
    padding-bottom: 12.5rem !important;
  }
}

@media (max-width: 767px) {
  .px_py {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_py {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 1024px) {
  .px_py {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
}
@media (max-width: 767px) {
  .px_py_sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_py_sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 1024px) {
  .px_py_sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
}

.px_relative {
  position: relative !important;
}

.px_inner_relative .e-con-inner {
  position: relative !important;
}

@media (max-width: 767px) {
  .px_static.px_mobile {
    display: block !important;
    position: static !important;
  }
}

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

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

@media (min-width: 1024px) {
  .px_block.px_desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_block.px_tablet {
    display: block;
  }
}

.px_underline {
  text-decoration: underline !important;
}

.px_extra_bold * {
  font-weight: 800 !important;
}

.px_bold * {
  font-weight: bold !important;
}

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

.px_header {
  transition: all 0.5s ease !important;
  position: fixed;
  margin: 0 auto !important;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
}
.px_header .px_social {
  display: none;
}
.px_header .px_social a {
  border-radius: 5rem !important;
  width: 6rem !important;
}
.px_header.px_active .px_social {
  display: block !important;
}
.px_header.px_active .px_logo {
  display: none !important;
}
.px_header.px_scroll:not(.px_active) {
  background: white !important;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

.px_menu_toggle_container .px_menu_toggle {
  cursor: pointer !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 5rem;
  height: 2rem;
}
.px_menu_toggle_container .px_menu_toggle .px_line {
  transition: all 0.5s ease !important;
  height: 2px;
  width: 100%;
  background: black;
}
.px_menu_toggle_container .px_menu_toggle .px_line.px_top {
  transform-origin: center left;
}
.px_menu_toggle_container .px_menu_toggle .px_line.px_bottom {
  transform-origin: center left;
}
.px_menu_toggle_container .px_menu_toggle.px_active .px_middle {
  opacity: 0;
}
.px_menu_toggle_container .px_menu_toggle.px_active .px_line.px_top {
  transform: rotate(21deg);
}
.px_menu_toggle_container .px_menu_toggle.px_active .px_line.px_bottom {
  transform: rotate(-21deg);
}

.px_menu {
  transition: all 0.5s ease !important;
  position: fixed !important;
  bottom: 100%;
  left: 0;
}
.px_menu.px_active {
  bottom: 0;
}
.px_menu {
  z-index: 2 !important;
}

.px_nav .elementor-nav-menu {
  display: block !important;
  column-gap: 2rem !important; /* space between columns */
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .px_nav .elementor-nav-menu {
    column-count: 3; /* number of columns */
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_nav .elementor-nav-menu {
    column-count: 2; /* number of columns */
  }
}
.px_nav .elementor-nav-menu a {
  color: white !important;
}
.px_nav .elementor-nav-menu > li {
  display: inline-block; /* needed for columns */
  width: 100% !important;
  border-radius: 8px !important;
  padding: 1rem;
  box-sizing: border-box;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .px_nav .elementor-nav-menu > li {
    margin: 0 0 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_nav .elementor-nav-menu > li {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .px_nav .elementor-nav-menu > li {
    margin: 0 0 2rem;
  }
}
.px_nav .elementor-nav-menu > li > a {
  padding: 0 !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .px_nav .elementor-nav-menu > li > a {
    font-size: 5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_nav .elementor-nav-menu > li > a {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 767px) {
  .px_nav .elementor-nav-menu > li > a {
    font-size: 2.5rem !important;
  }
}
.px_nav .elementor-nav-menu > li > a::after {
  display: none !important;
}
.px_nav .elementor-nav-menu > li > a .sub-arrow {
  display: none !important;
}
.px_nav .elementor-nav-menu > li.menu-item-has-children .sub-menu {
  display: flex !important;
  position: relative !important;
  background: transparent !important;
  width: 100% !important;
  flex-direction: column;
  gap: 1rem;
}
.px_nav .elementor-nav-menu > li.menu-item-has-children .sub-menu li {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.px_nav .elementor-nav-menu > li.menu-item-has-children .sub-menu li a {
  padding: 0 !important;
  border-inline-start: none !important;
}

.px_copyright {
  color: white;
  margin: 0;
}

.px_gravity_form .gform_fields {
  row-gap: 2rem !important;
}
.px_gravity_form .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: black !important;
}
.px_gravity_form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.px_gravity_form input:not(.gform_button),
.px_gravity_form select,
.px_gravity_form textarea {
  border-radius: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: 0.1rem solid black !important;
  box-shadow: none !important;
  background: transparent !important;
}
.px_gravity_form .gform_button,
.px_gravity_form .gform_button_select_files {
  border-radius: 10rem !important;
  font-size: 1.8rem !important;
  background-color: black !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 2.4rem) center;
  background-size: 3rem;
  padding: 1.2rem 2.4rem !important;
}
.px_gravity_form .gform_button {
  background-image: url("/wp-content/uploads/2025/08/arrow-right.svg");
  padding-right: 7rem !important;
}

/* Ticker shell */
.px_ticker {
  position: relative;
  overflow: hidden;
}

/* Screen-reader only */
.px_sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Track: we animate this */
.px_ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  will-change: transform;
  padding-block: 12px;
  padding-right: 50vw;
}

/* Items */
.px_ticker__item {
  font-size: clamp(4rem, 7vw, 12rem) !important;
  font-weight: 300 !important;
  flex: 0 0 auto;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111;
  white-space: nowrap;
}

.px_ticker:hover {
  cursor: pointer;
}

.px_testimonial_container {
  overflow: hidden !important;
}
.px_testimonial_container .px_testimonials * {
  overflow: visible !important;
}
.px_testimonial_container .px_testimonials .swiper {
  width: 100% !important;
}
@media (min-width: 768px) {
  .px_testimonial_container .px_testimonials .swiper-slide {
    padding-top: 6rem !important;
    padding-left: 5rem !important;
  }
}
@media (max-width: 767px) {
  .px_testimonial_container .px_testimonials .swiper-slide {
    padding-top: 4rem !important;
    padding-left: 2rem !important;
  }
}
.px_testimonial_container .px_testimonials .swiper-slide .elementor-testimonial__text {
  font-style: normal !important;
  text-align: left !important;
}
.px_testimonial_container .px_testimonials .swiper-slide .elementor-testimonial__cite {
  display: flex;
  flex-direction: row !important;
  gap: 0.5rem;
  position: absolute;
  padding: 1.5rem 2rem;
  background-color: black;
  border-radius: 5rem;
  top: -2.5rem;
}
@media (max-width: 1023px) {
  .px_testimonial_container .px_testimonials .swiper-slide .elementor-testimonial__cite {
    left: 5rem !important;
  }
}
@media (max-width: 767px) {
  .px_testimonial_container .px_testimonials .swiper-slide .elementor-testimonial__cite {
    left: 2rem !important;
  }
}
.px_testimonial_container .px_testimonials .swiper-slide .elementor-testimonial__cite * {
  color: white;
  font-weight: normal !important;
}
.px_testimonial_container .px_testimonials .elementor-swiper-button {
  bottom: -10rem !important;
}
.px_testimonial_container .px_testimonials .elementor-swiper-button.elementor-swiper-button-next {
  left: 10rem !important;
  right: unset !important;
}

.px_tips .px_text_container {
  transition: all 0.5s ease !important;
}
@media (min-width: 768px) {
  .px_tips .px_text_container {
    opacity: 0;
  }
}
.px_tips .swiper-slide-active {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .px_tips .swiper-slide-active .px_img_container,
  .px_tips .swiper-slide-active .px_img_container * {
    height: 100% !important;
    max-height: 100% !important;
  }
}
.px_tips .swiper-slide-active .px_img_container img {
  object-fit: cover !important;
}
@media (min-width: 768px) {
  .px_tips .swiper-slide-active .px_text_container {
    opacity: 1 !important;
    position: absolute;
    bottom: 0;
    left: calc(100% + 3rem) !important;
  }
}
.px_tips .elementor-swiper-button {
  bottom: 0 !important;
}
.px_tips .elementor-swiper-button.elementor-swiper-button-prev {
  right: 9rem !important;
  left: unset !important;
}

.px_accordion.px_right .e-n-accordion-item {
  align-items: flex-end !important;
}
.px_accordion.px_light .e-n-accordion-item > .elementor-element {
  border: 0.1rem solid white !important;
}
.px_accordion .e-n-accordion-item {
  align-items: flex-start !important;
}
.px_accordion .e-n-accordion-item > .elementor-element {
  border: 0.1rem solid #e84e1b !important;
  padding: 3rem !important;
  margin-top: -2.75rem;
}
.px_accordion .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  transform: rotate(-90deg);
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title {
  background-color: black !important;
  border-radius: 5rem;
  padding: 1rem 2rem !important;
  height: 5.5rem !important;
  position: relative;
  z-index: 2;
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  transform-origin: center !important;
  transform: rotate(90deg);
}
.px_accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: white !important;
  font-size: unset !important;
}

.px_accordion_v2 .e-n-accordion-item {
  border: 0.1rem solid #e84e1b !important;
}
.px_accordion_v2 .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  transform: rotate(-180deg) !important;
}
.px_accordion_v2 .e-n-accordion-item:not(:last-of-type) {
  border-bottom: none !important;
}
.px_accordion_v2 .e-n-accordion-item .e-n-accordion-item-title {
  border: none !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px_accordion_v2 .e-n-accordion-item > .elementor-element {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 2rem !important;
}

.px_counter .elementor-counter-title {
  text-align: center !important;
}
.px_counter .elementor-counter-number {
  font-weight: 300 !important;
}

.px_team_grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .px_team_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_team_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .px_team_grid {
    grid-template-columns: 1fr;
  }
}
.px_team_grid .px_team_info {
  border: 0.1rem solid #e84e1b;
  border-top: none !important;
  padding: 2rem;
}
.px_team_grid .px_team_info * {
  margin: 0;
}
.px_team_grid .px_team_image img {
  width: 100% !important;
  object-fit: cover !important;
}
@media (min-width: 1024px) {
  .px_team_grid .px_team_image img {
    height: 60rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_team_grid .px_team_image img {
    height: 40rem !important;
  }
}
@media (max-width: 767px) {
  .px_team_grid .px_team_image img {
    height: 35rem !important;
  }
}

.px_contact_box .px_icon {
  background: black;
  height: 4rem;
  width: 7rem !important;
  border-radius: 5rem;
}
.px_contact_box .px_icon .elementor-widget-container,
.px_contact_box .px_icon .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .px_hero_spacer {
    height: 30rem;
  }
}
.px_deco .elementor-heading-title {
  width: max-content !important;
  margin: 0;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  color: transparent !important;
  z-index: 1;
  -webkit-text-stroke: 0.1rem #e84e1b;
}
.px_deco.px_light .elementor-heading-title {
  -webkit-text-stroke: 0.1rem #cccbcb;
}

.px_slider .elementor-swiper-button {
  position: absolute !important;
  top: unset !important;
  transform: none !important;
  width: 7rem !important;
  height: 4rem !important;
  background-color: black !important;
  background-image: url("/wp-content/uploads/2025/08/arrow-right.svg");
  background-repeat: no-repeat !important;
  background-size: 60%;
  background-position: center;
  border-radius: 5rem;
  transform-origin: center !important;
}
.px_slider .elementor-swiper-button i {
  display: none !important;
}
.px_slider .elementor-swiper-button.elementor-swiper-button-prev {
  transform: rotate(-180deg) !important;
}

.px_fahrzeug_slider {
  padding-bottom: 10rem !important;
}
.px_fahrzeug_slider .px_fahrzeug_image img {
  object-fit: cover !important;
}
@media (min-width: 1024px) {
  .px_fahrzeug_slider .px_fahrzeug_image img {
    height: 45rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_fahrzeug_slider .px_fahrzeug_image img {
    height: 40rem !important;
  }
}
@media (max-width: 767px) {
  .px_fahrzeug_slider .px_fahrzeug_image img {
    height: 35rem !important;
  }
}
.px_fahrzeug_slider .px_fahrzeug_content * {
  color: white;
}
.px_fahrzeug_slider .px_fahrzeug_content {
  padding: 3rem 2rem;
  border: 0.1rem solid white;
  border-top: none;
}
.px_fahrzeug_slider .px_arrow {
  position: absolute;
  bottom: 0rem;
  top: unset !important;
  width: 7rem;
  height: 4rem;
  background-image: url("/wp-content/uploads/2025/08/arrow-right.svg");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 5rem;
}
.px_fahrzeug_slider .px_arrow::after {
  content: none !important;
}
.px_fahrzeug_slider .px_arrow.swiper-button-prev {
  left: 0 !important;
  transform-origin: center !important;
  transform: rotate(-180deg) !important;
}
.px_fahrzeug_slider .px_arrow.swiper-button-next {
  right: unset !important;
  left: 9rem !important;
}

.px_hero {
  position: relative;
}
.px_hero h1,
.px_hero .elementor-widget-button {
  position: relative;
  z-index: 5 !important;
}
.px_hero .px_frame_img {
  position: absolute !important;
}
@media (min-width: 1024px) {
  .px_hero .px_frame_img {
    top: 5rem !important;
    right: -10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_hero .px_frame_img {
    top: 5rem !important;
    right: -15rem !important;
  }
}
@media (max-width: 767px) {
  .px_hero .px_frame_img {
    top: 10rem;
    right: -15rem !important;
  }
}
.px_hero .px_frame_img {
  z-index: 0 !important;
}
.px_hero .px_frame_img .elementor-widget-container {
  position: relative !important;
  display: block;
  aspect-ratio: 1/1;
  line-height: 0;
}
@media (min-width: 1024px) {
  .px_hero .px_frame_img .elementor-widget-container {
    width: 85rem !important;
    height: 85rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_hero .px_frame_img .elementor-widget-container {
    width: 50rem !important;
    height: 50rem !important;
  }
}
@media (max-width: 767px) {
  .px_hero .px_frame_img .elementor-widget-container {
    width: 35rem !important;
    height: 35rem !important;
  }
}
.px_hero .px_frame_img .elementor-widget-container::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("/wp-content/uploads/2025/08/round.svg") !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  pointer-events: none;
  left: 0 !important;
  z-index: 3;
}
.px_hero .px_frame_img .elementor-widget-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  border-radius: 100% !important;
  z-index: 1;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .px_hero_slider {
    height: calc(100dvh - 10rem) !important;
  }
}
.px_hero_slider .elementor-swiper-button-prev,
.px_hero_slider .elementor-swiper-button-next {
  bottom: -6rem !important;
}
.px_hero_slider .elementor-swiper-button-next {
  right: 5vw !important;
}
@media (min-width: 2250px) {
  .px_hero_slider .elementor-swiper-button-next {
    right: 6% !important;
  }
}
.px_hero_slider .swiper-initialized,
.px_hero_slider .swiper-slide {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .px_hero_slider .px_text_container .elementor-heading-title {
    transform: translateY(6rem);
  }
}
.px_hero_slider .elementor-swiper-button-prev {
  left: unset !important;
  right: calc(5vw + 10rem) !important;
}
@media (min-width: 2250px) {
  .px_hero_slider .elementor-swiper-button-prev {
    right: calc(6% + 10rem) !important;
  }
}

.px_text_menu .elementor-icon-list-items {
  gap: 1rem !important;
}
.px_text_menu .elementor-icon-list-item a {
  padding: 1.2rem 2.4rem !important;
  border-radius: 10rem !important;
  background-color: var(--e-global-color-accent) !important;
  line-height: 1 !important;
}

.px_side_img {
  width: 100%;
  overflow: hidden;
}
.px_side_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 6/4;
}

@media (min-width: 1024px) {
  .privacy-policy h1 {
    font-size: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .privacy-policy h2 {
    font-size: 3rem !important;
  }
}
.privacy-policy .px_text_container .e-con-inner .elementor-heading-title {
  margin-bottom: 2rem !important;
}

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