/*
 * Elementor Starter Elementor overrides.
 *
 * Use this file for targeted adjustments to Elementor sections, containers,
 * widgets, forms, menus, and templates.
 */

.sw-site-header {
  position: relative;
  z-index: 100;
  padding-right: var(--sw-section-padding-x);
  padding-left: var(--sw-section-padding-x);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 18px rgba(27, 31, 35, 0.06);
  transition:
    background-color 320ms ease,
    box-shadow 320ms ease,
    backdrop-filter 320ms ease;
}

.sw-site-header.elementor-sticky--effects,
.elementor-sticky--effects.sw-site-header,
.elementor-location-header.elementor-sticky--effects,
.elementor-location-header .elementor-sticky--effects,
.elementor-location-header .elementor-sticky--effects.sw-site-header {
  z-index: 999;
  background: rgba(245, 245, 243, 0.78);
  box-shadow: 0 8px 24px rgba(27, 31, 35, 0.08);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.sw-site-footer {
  padding: var(--sw-section-padding-y-small) var(--sw-section-padding-x);
}

.sw-footer-bottom {
  padding: 0.9rem var(--sw-section-padding-x);
  color: rgba(255, 255, 255, 0.72);
  background: var(--sw-color-primary-hover);
}

.elementor-location-header > .sw-site-header,
.elementor-location-header > .e-con {
  width: 100% !important;
  max-width: none !important;
}

.sw-site-header > .e-con-inner,
.sw-site-header > .e-con,
.elementor-location-header > .sw-site-header > .e-con-inner {
  width: min(100%, var(--sw-container-width));
  margin-right: auto;
  margin-left: auto;
}

.sw-site-footer > .e-con-inner,
.sw-site-footer > .e-con,
.sw-footer-bottom > .e-con-inner,
.sw-footer-bottom > .e-con {
  width: min(100%, var(--sw-container-width));
  margin-right: auto;
  margin-left: auto;
}

.elementor-location-header .elementor-sticky__spacer {
  pointer-events: none;
  visibility: hidden !important;
}

@media (max-width: 1024px) {
  :is(.sw-site-header, .elementor-location-header) {
    z-index: 1001;
  }
}

/*
 * Header navigation shortcode: [sw_offcanvas_menu]
 */
.sw-offcanvas-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

.sw-offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-offcanvas-menu__overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-offcanvas-menu li,
.sw-offcanvas-menu__overlay li {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sw-offcanvas-menu li::marker,
.sw-offcanvas-menu__overlay li::marker {
  content: "";
}

.sw-offcanvas-menu a,
.sw-offcanvas-menu__overlay,
.sw-offcanvas-menu__overlay a {
  color: var(--sw-color-primary);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-decoration: none;
}

.sw-offcanvas-menu a:hover,
.sw-offcanvas-menu a:focus,
.sw-offcanvas-menu .current-menu-item > a,
.sw-offcanvas-menu .current-menu-ancestor > a,
.sw-offcanvas-menu__overlay a:hover,
.sw-offcanvas-menu__overlay a:focus,
.sw-offcanvas-menu__overlay .current-menu-item > a,
.sw-offcanvas-menu__overlay .current-menu-ancestor > a {
  color: var(--sw-color-cta);
}

.sw-offcanvas-menu__list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 1.65rem);
}

.sw-offcanvas-menu__list > .menu-item {
  position: relative;
}

.sw-offcanvas-menu__list > .menu-item::before,
.sw-offcanvas-menu__list > .menu-item::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--sw-color-cta);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.sw-offcanvas-menu__list > .menu-item::before {
  top: 0.58rem;
}

.sw-offcanvas-menu__list > .menu-item::after {
  bottom: 0.58rem;
}

.sw-offcanvas-menu__list > .menu-item:hover::before,
.sw-offcanvas-menu__list > .menu-item:hover::after,
.sw-offcanvas-menu__list > .menu-item:focus-within::before,
.sw-offcanvas-menu__list > .menu-item:focus-within::after,
.sw-offcanvas-menu__list > .current-menu-item::before,
.sw-offcanvas-menu__list > .current-menu-item::after,
.sw-offcanvas-menu__list > .current-menu-ancestor::before,
.sw-offcanvas-menu__list > .current-menu-ancestor::after,
.sw-offcanvas-menu__list > .sw-desktop-dropdown-open::before,
.sw-offcanvas-menu__list > .sw-desktop-dropdown-open::after {
  opacity: 1;
  transform: scaleX(1);
}

.sw-offcanvas-menu__list > .menu-item > a {
  display: inline-flex;
  align-items: center;
  padding: 0.95rem 0;
}

.sw-offcanvas-menu__list > .menu-item-has-children > a::after {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.5rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-0.12rem) rotate(45deg);
}

/*
 * Desktop dropdowns:
 * - .sw-offcanvas-menu__list .sub-menu is the original WP submenu. It remains as
 *   no-JS fallback and as the source that JS clones from.
 * - .sw-desktop-dropdown is the JS body layer used in production so the glass
 *   blur is not trapped inside the header stacking context.
 */
.sw-offcanvas-menu__list .sub-menu,
.sw-desktop-dropdown {
  min-width: 16rem;
  padding: 0.45rem 0.85rem;
  color: var(--sw-color-primary);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--sw-radius-card);
  box-shadow: 0 1.4rem 3rem rgba(27, 31, 35, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  list-style: none;
}

.sw-offcanvas-menu__list .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.45rem);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.sw-offcanvas-menu__list .menu-item:hover > .sub-menu,
.sw-offcanvas-menu__list .menu-item:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

html.sw-desktop-dropdowns-ready .sw-offcanvas-menu__list > .menu-item > .sub-menu {
  display: none;
}

.sw-offcanvas-menu__list .sub-menu .menu-item:not(:last-child),
.sw-desktop-dropdown .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(27, 31, 35, 0.18);
}

.sw-offcanvas-menu__list .sub-menu a,
.sw-desktop-dropdown a {
  display: block;
  padding: 0.82rem 0;
  line-height: 1.25;
}

.sw-desktop-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  max-width: min(22rem, calc(100vw - 2rem));
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0.45rem, 0) scale(0.98);
  transform-origin: top center;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
}

.sw-desktop-dropdown.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.sw-desktop-dropdown,
.sw-desktop-subdropdown,
.sw-desktop-dropdown a {
  color: var(--sw-color-primary);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-decoration: none;
}

.sw-desktop-subdropdown {
  min-width: 16rem;
  max-width: min(22rem, calc(100vw - 2rem));
  margin: 0;
  padding: 0.45rem 0.85rem;
  color: var(--sw-color-white);
  background: rgba(43, 46, 51, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--sw-radius-card);
  box-shadow: 0 1.6rem 3.4rem rgba(27, 31, 35, 0.24);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  list-style: none;
}

.sw-desktop-dropdown li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-desktop-dropdown li::marker,
.sw-desktop-subdropdown li::marker {
  content: "";
}

.sw-desktop-dropdown a:hover,
.sw-desktop-dropdown a:focus,
.sw-desktop-dropdown .current-menu-item > a,
.sw-desktop-dropdown .current-menu-ancestor > a,
.sw-desktop-subdropdown a:hover,
.sw-desktop-subdropdown a:focus,
.sw-desktop-subdropdown .current-menu-item > a,
.sw-desktop-subdropdown .current-menu-ancestor > a {
  color: var(--sw-color-cta);
}

.sw-desktop-dropdown .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sw-desktop-dropdown .menu-item-has-children > a::after {
  flex: 0 0 0.42rem;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(-45deg);
}

.sw-desktop-dropdown .menu-item-has-children::after {
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  width: 1rem;
  content: "";
}

.sw-desktop-dropdown .menu-item-has-children.sw-submenu-flip::after {
  right: auto;
  left: -1rem;
}

.sw-desktop-dropdown .sub-menu {
  position: absolute;
  top: -0.45rem;
  left: calc(100% + 0.85rem);
  right: auto;
  min-width: 16rem;
  max-width: min(22rem, calc(100vw - 2rem));
  margin: 0;
  padding: 0.45rem 0.85rem;
  color: var(--sw-color-primary);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(245, 245, 243, 0.46));
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--sw-radius-card);
  box-shadow: 0 1.6rem 3.4rem rgba(27, 31, 35, 0.24);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-0.35rem, 0, 0) scale(0.98);
  transform-origin: top left;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 260ms;
  transition-delay: 80ms, 80ms, 260ms;
}

.sw-desktop-dropdown .menu-item-has-children.sw-submenu-flip > .sub-menu {
  right: calc(100% + 0.85rem);
  left: auto;
  transform: translate3d(0.35rem, 0, 0) scale(0.98);
  transform-origin: top right;
}

.sw-desktop-dropdown .menu-item-has-children:hover > .sub-menu,
.sw-desktop-dropdown .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
}

html.sw-desktop-dropdowns-ready .sw-desktop-dropdown .sub-menu {
  display: none;
}

.sw-desktop-subdropdown {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1301;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0.35rem, 0) scale(0.98);
  transform-origin: top left;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 260ms;
}

.sw-desktop-subdropdown.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.sw-desktop-subdropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-desktop-subdropdown .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sw-desktop-subdropdown a {
  display: block;
  padding: 0.82rem 0;
  color: var(--sw-color-white);
  line-height: 1.25;
  text-decoration: none;
}

.sw-menu-search__toggle,
.sw-offcanvas-menu__toggle,
.sw-offcanvas-menu__close,
.sw-menu-search__close {
  display: none;
}

.sw-menu-search__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  color: var(--sw-color-primary);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.sw-menu-search__toggle:hover,
.sw-menu-search__toggle:focus-visible {
  color: var(--sw-color-cta);
  background: transparent;
  outline: 0;
}

.sw-menu-search__toggle .fa {
  font-size: 1rem;
  line-height: 1;
}

.sw-menu-search {
  position: fixed;
  inset: 0;
  z-index: 5000;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 360ms;
}

.sw-menu-search__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(240, 122, 36, 0.18), transparent 34rem),
    rgba(27, 31, 35, 0.88);
  backdrop-filter: blur(10px) saturate(110%);
  -webkit-backdrop-filter: blur(10px) saturate(110%);
  opacity: 0;
  transition: opacity 320ms ease;
}

.sw-menu-search__panel {
  position: absolute;
  top: 42%;
  left: 50%;
  width: min(100% - 2rem, 54rem);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: translate(-50%, -46%) scale(0.97);
  transition:
    opacity 320ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sw-menu-search.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.sw-menu-search.is-open .sw-menu-search__backdrop {
  opacity: 1;
}

.sw-menu-search.is-open .sw-menu-search__panel {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.sw-menu-search__close {
  position: absolute;
  top: clamp(-5.5rem, -7vw, -4.25rem);
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  color: var(--sw-color-white);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.sw-menu-search__close::before,
.sw-menu-search__close::after {
  position: absolute;
  width: 1.35rem;
  height: 2px;
  background: currentColor;
  border-radius: var(--sw-radius-pill);
  content: "";
}

.sw-menu-search__close::before {
  transform: rotate(45deg);
}

.sw-menu-search__close::after {
  transform: rotate(-45deg);
}

.sw-menu-search__close:hover,
.sw-menu-search__close:focus-visible {
  color: var(--sw-color-cta);
  background: transparent;
  outline: 0;
}

.sw-menu-search__form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem;
  align-items: center;
  margin: 0;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--sw-radius-pill);
  box-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, 0.28);
}

.sw-menu-search__field {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: clamp(3.45rem, 6vw, 4.6rem);
  padding: 0.85rem clamp(1.05rem, 3vw, 1.75rem);
  color: var(--sw-color-primary);
  background: transparent;
  border: 0 !important;
  border-radius: var(--sw-radius-pill);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 0.96rem + 0.45vw, 1.35rem);
  outline: 0 !important;
  box-shadow: none !important;
}

.sw-menu-search__field::-webkit-search-decoration,
.sw-menu-search__field::-webkit-search-cancel-button,
.sw-menu-search__field::-webkit-search-results-button,
.sw-menu-search__field::-webkit-search-results-decoration {
  display: none;
}

.sw-menu-search__form:focus-within {
  border-color: var(--sw-color-cta);
  box-shadow:
    0 1.2rem 3.5rem rgba(0, 0, 0, 0.3),
    0 0 0 4px rgba(240, 122, 36, 0.2);
}

.sw-menu-search__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 5vw, 4rem);
  height: clamp(3rem, 5vw, 4rem);
  min-height: 0;
  padding: 0;
  color: var(--sw-color-white);
  background: var(--sw-color-cta);
  border: 0;
  border-radius: var(--sw-radius-pill);
  cursor: pointer;
  transform: translateZ(0);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.sw-menu-search__submit .fa {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1;
}

.sw-menu-search__submit:hover,
.sw-menu-search__submit:focus-visible {
  background: var(--sw-color-cta-hover);
  outline: 0;
  transform: scale(1.04);
}

.sw-offcanvas-menu__overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 720ms;
}

.sw-offcanvas-menu__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 31, 35, 0.18), rgba(27, 31, 35, 0.42)),
    rgba(27, 31, 35, 0.22);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 640ms ease;
}

.sw-offcanvas-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 26rem);
  height: 100dvh;
  padding: clamp(5rem, 12vw, 6.2rem) 1.25rem 1.5rem 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: -1rem 0 3rem rgba(27, 31, 35, 0.16);
  transform: translate3d(104%, 0, 0);
  transition:
    box-shadow 720ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.sw-offcanvas-menu__overlay.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.sw-offcanvas-menu__overlay.is-open .sw-offcanvas-menu__backdrop {
  opacity: 1;
}

.sw-offcanvas-menu__overlay.is-open .sw-offcanvas-menu__panel {
  box-shadow: -1.25rem 0 3.4rem rgba(27, 31, 35, 0.18);
  transform: translate3d(0, 0, 0);
}

html.sw-offcanvas-open,
html.sw-offcanvas-open body,
html.sw-search-open,
html.sw-search-open body {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .sw-offcanvas-menu__desktop {
    display: none;
  }

  .sw-offcanvas-menu__toggle,
  .sw-offcanvas-menu__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    color: var(--sw-color-primary);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
  }

  .sw-offcanvas-menu__toggle:hover,
  .sw-offcanvas-menu__toggle:focus-visible,
  .sw-offcanvas-menu.is-open .sw-offcanvas-menu__toggle {
    color: var(--sw-color-white);
    background: var(--sw-color-primary);
    outline: 0;
  }

  .sw-offcanvas-menu__toggle:hover,
  .sw-offcanvas-menu__toggle:focus-visible {
    background: var(--sw-color-primary-hover);
  }

  .sw-offcanvas-menu__toggle-lines,
  .sw-offcanvas-menu__toggle::before,
  .sw-offcanvas-menu__toggle::after,
  .sw-offcanvas-menu__close::before,
  .sw-offcanvas-menu__close::after {
    position: absolute;
    width: 1.28rem;
    height: 2px;
    background: currentColor;
    border-radius: var(--sw-radius-pill);
    content: "";
  }

  .sw-offcanvas-menu__toggle-lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sw-offcanvas-menu__toggle::before {
    transform: translateY(-0.42rem);
  }

  .sw-offcanvas-menu__toggle::after {
    transform: translateY(0.42rem);
  }

  .sw-offcanvas-menu.is-open .sw-offcanvas-menu__toggle-lines {
    opacity: 0;
  }

  .sw-offcanvas-menu.is-open .sw-offcanvas-menu__toggle::before,
  .sw-offcanvas-menu__close::before {
    transform: rotate(45deg);
  }

  .sw-offcanvas-menu.is-open .sw-offcanvas-menu__toggle::after,
  .sw-offcanvas-menu__close::after {
    transform: rotate(-45deg);
  }

  .sw-offcanvas-menu__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }

  .sw-offcanvas-menu__mobile-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-right: -1.25rem;
    margin-left: -1rem;
    padding: 0.92rem 1.25rem 0.92rem 1rem;
    border-bottom: 1px solid var(--sw-color-border);
    font-size: clamp(1.15rem, 1.04rem + 0.6vw, 1.35rem);
    line-height: 1.25;
  }

  .sw-offcanvas-menu__mobile-list .menu-item-has-children > a::after {
    flex: 0 0 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.75rem;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    content: "";
    transform: translateY(-0.12rem) rotate(45deg);
    transition: transform 260ms ease;
  }

  .sw-offcanvas-menu__mobile-list .menu-item-has-children.is-open > a::after {
    transform: translateY(0.12rem) rotate(225deg);
  }

  .sw-offcanvas-menu__mobile-list .sub-menu {
    display: block;
    max-height: 0;
    margin: 0 -1.25rem 0 -1rem;
    padding: 0 1.25rem 0 1rem;
    overflow: hidden;
    background: var(--sw-color-light);
    opacity: 0;
    transition:
      max-height 680ms cubic-bezier(0.22, 1, 0.36, 1),
      margin-bottom 680ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 420ms ease,
      padding-top 680ms cubic-bezier(0.22, 1, 0.36, 1),
      padding-bottom 680ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .sw-offcanvas-menu__mobile-list .menu-item-has-children.is-open > .sub-menu {
    max-height: 32rem;
    margin-bottom: 0.7rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    opacity: 1;
  }

  .sw-offcanvas-menu__mobile-list .sub-menu a {
    color: var(--sw-color-text-soft);
    font-size: clamp(1.05rem, 0.98rem + 0.45vw, 1.22rem);
  }

  .sw-offcanvas-menu__mobile-list .sub-menu .sub-menu {
    background: var(--sw-color-primary);
  }

  .sw-offcanvas-menu__mobile-list .sub-menu .sub-menu a {
    color: var(--sw-color-white);
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }

  .sw-offcanvas-menu__mobile-list .sub-menu .sub-menu a:hover,
  .sw-offcanvas-menu__mobile-list .sub-menu .sub-menu a:focus,
  .sw-offcanvas-menu__mobile-list .sub-menu .sub-menu .current-menu-item > a {
    color: var(--sw-color-cta);
  }
}

@media (max-width: 767px) {
  .sw-menu-search__panel {
    top: 38%;
    width: min(100% - 1.5rem, 34rem);
  }

  .sw-menu-search__field,
  .sw-menu-search__submit {
    min-height: 0;
  }
}

@media (min-width: 1025px) {
  .sw-offcanvas-menu__overlay,
  .sw-offcanvas-menu__toggle {
    display: none;
  }
}

.sw-site-footer,
.sw-site-footer a {
  color: var(--sw-color-white);
}

.sw-site-footer a:hover,
.sw-site-footer a:focus,
.sw-footer-bottom a:hover,
.sw-footer-bottom a:focus {
  color: var(--sw-color-secondary);
}

/* Footer locations shortcode: the trigger remains deliberately calm. */
.sw-site-footer .sw-footer-locations .sw-footer-locations__trigger,
.sw-site-footer .sw-footer-locations__trigger:hover,
.sw-site-footer .sw-footer-locations__trigger:focus,
.sw-site-footer .sw-footer-locations__trigger:focus-visible {
  padding: 0;
  color: var(--sw-color-white) !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sw-site-footer .sw-footer-locations__trigger:active {
  color: var(--sw-color-white) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.sw-site-footer .sw-footer-locations__panel a,
.sw-site-footer .sw-footer-locations__panel a:hover,
.sw-site-footer .sw-footer-locations__panel a:focus {
  color: var(--sw-color-text) !important;
}

.sw-site-footer .sw-footer-locations__panel .sw-footer-locations__maps,
.sw-site-footer .sw-footer-locations__panel .sw-footer-locations__maps:visited {
  color: var(--sw-color-primary) !important;
}

.sw-site-footer .sw-footer-locations__panel .sw-footer-locations__maps:hover,
.sw-site-footer .sw-footer-locations__panel .sw-footer-locations__maps:focus {
  color: var(--sw-color-cta) !important;
}

/*
 * Dynamic footer menu branch: [sw_menu_branch location="primary" parent="Leistungen"]
 */
.sw-menu-branch,
.sw-menu-branch ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-menu-branch li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-menu-branch__list {
  display: grid;
  gap: 0;
}

.sw-menu-branch__list--nested {
  padding-top: 0.35rem;
  padding-left: 0.85rem;
}

.sw-menu-branch a {
  display: inline-block;
  color: inherit;
  font-family: var(--sw-font-family-base);
  font-size: var(--sw-font-size-xs);
  font-weight: var(--sw-font-weight-regular);
  line-height: 1.45;
  text-decoration: none;
}

/*
 * Flying action buttons.
 *
 * Elementor setup:
 * - Put the wrapper/container in the footer.
 * - Add class `sw-floating-actions` to the wrapper.
 * - The old Wolke class `floating-actions` is supported as an alias.
 */
.sw-floating-actions,
.floating-actions {
  --sw-floating-action-size: 2.75rem;
  --sw-floating-action-gap: 0.65rem;
  --sw-floating-action-bg: var(--sw-color-cta);
  --sw-floating-action-color: var(--sw-color-white);
  --sw-floating-action-hover-bg: var(--sw-color-cta-hover);
  --sw-floating-action-shadow: 0 0.65rem 1.6rem rgba(27, 31, 35, 0.18);

  position: fixed;
  top: 50%;
  right: clamp(0.75rem, 1.5vw, 1.25rem);
  z-index: 950;
  display: flex;
  flex-direction: column;
  gap: var(--sw-floating-action-gap);
  width: auto;
  transform: translateY(-50%);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 220ms ease;
}

.sw-floating-actions > *,
.floating-actions > * {
  pointer-events: auto;
}

.sw-floating-actions .fa-btn,
.floating-actions .fa-btn,
.sw-floating-actions .elementor-button,
.floating-actions .elementor-button,
.sw-floating-actions a.elementor-icon,
.floating-actions a.elementor-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--sw-floating-action-size);
  min-width: var(--sw-floating-action-size);
  height: var(--sw-floating-action-size);
  min-height: var(--sw-floating-action-size);
  padding: 0;
  color: var(--sw-floating-action-color);
  background: var(--sw-floating-action-bg);
  border: 0;
  border-radius: var(--sw-radius-pill);
  box-shadow: var(--sw-floating-action-shadow);
  text-decoration: none;
  transform: translateZ(0);
  transition:
    background-color 200ms ease,
    box-shadow 200ms ease,
    color 200ms ease,
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    min-width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 200ms ease;
}

.sw-floating-actions .fa-btn:hover,
.sw-floating-actions .fa-btn:focus-visible,
.floating-actions .fa-btn:hover,
.floating-actions .fa-btn:focus-visible,
.sw-floating-actions .elementor-button:hover,
.sw-floating-actions .elementor-button:focus-visible,
.floating-actions .elementor-button:hover,
.floating-actions .elementor-button:focus-visible,
.sw-floating-actions a.elementor-icon:hover,
.sw-floating-actions a.elementor-icon:focus-visible,
.floating-actions a.elementor-icon:hover,
.floating-actions a.elementor-icon:focus-visible {
  color: var(--sw-floating-action-color);
  background: var(--sw-floating-action-hover-bg);
  box-shadow: 0 0.85rem 2rem rgba(27, 31, 35, 0.22);
  transform: translateY(-2px) scale(1.04);
}

.sw-floating-actions .elementor-button-icon,
.floating-actions .elementor-button-icon,
.sw-floating-actions .elementor-icon,
.floating-actions .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: currentColor;
  font-size: 1.1rem;
}

.sw-floating-actions svg,
.floating-actions svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sw-floating-actions .fa-btn > i,
.floating-actions .fa-btn > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.2rem;
  line-height: 1;
}

.sw-floating-actions .elementor-button-text,
.floating-actions .elementor-button-text,
.sw-floating-actions .fa-label,
.floating-actions .fa-label {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.65rem);
  width: max-content;
  max-width: 14rem;
  padding: 0.5rem 0.8rem;
  color: var(--sw-color-primary);
  background: rgba(245, 245, 243, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--sw-radius-pill);
  box-shadow: 0 0.7rem 1.6rem rgba(27, 31, 35, 0.14);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(-0.4rem);
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.sw-floating-actions .elementor-button:hover .elementor-button-text,
.sw-floating-actions .elementor-button:focus-visible .elementor-button-text,
.floating-actions .elementor-button:hover .elementor-button-text,
.floating-actions .elementor-button:focus-visible .elementor-button-text,
.sw-floating-actions .fa-btn:hover .fa-label,
.sw-floating-actions .fa-btn:focus-visible .fa-label,
.floating-actions .fa-btn:hover .fa-label,
.floating-actions .fa-btn:focus-visible .fa-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (min-width: 901px) {
  .sw-floating-actions,
  .floating-actions {
    padding: 0.35rem;
    background: rgba(245, 245, 243, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: var(--sw-radius-pill);
    box-shadow: 0 0.9rem 2.2rem rgba(27, 31, 35, 0.12);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
  }

  .sw-floating-actions .fa-btn,
  .floating-actions .fa-btn,
  .sw-floating-actions .elementor-button,
  .floating-actions .elementor-button,
  .sw-floating-actions a.elementor-icon,
  .floating-actions a.elementor-icon {
    box-shadow: none;
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions,
  body.sw-floating-desktop-collapsed .floating-actions {
    right: 0;
    gap: 0;
    padding: 0.55rem 0.4rem 0.55rem 0.75rem;
    background: var(--sw-color-cta);
    border-color: rgba(255, 255, 255, 0.18);
    border-right: 0;
    border-radius: var(--sw-radius-pill) 0 0 var(--sw-radius-pill);
    box-shadow: 0 0.75rem 2rem rgba(27, 31, 35, 0.14);
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    pointer-events: auto;
    cursor: pointer;
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions .fa-btn:not(.sw-action-contact),
  body.sw-floating-desktop-collapsed .floating-actions .fa-btn:not(.sw-action-contact) {
    width: 0;
    min-width: 0;
    height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: scale(0.65);
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions .fa-label,
  body.sw-floating-desktop-collapsed .floating-actions .fa-label {
    display: none;
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions .sw-action-contact,
  body.sw-floating-desktop-collapsed .floating-actions .sw-action-contact {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    min-height: 2.4rem;
    color: var(--sw-color-white) !important;
    background: transparent !important;
    box-shadow: none;
    transform: none !important;
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions .sw-action-contact::after,
  body.sw-floating-desktop-collapsed .floating-actions .sw-action-contact::after {
    position: absolute;
    top: 50%;
    right: calc(100% + 0.65rem);
    width: max-content;
    padding: 0.5rem 0.8rem;
    color: var(--sw-color-primary);
    background: rgba(245, 245, 243, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: var(--sw-radius-pill);
    box-shadow: 0 0.7rem 1.6rem rgba(27, 31, 35, 0.14);
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    content: "Kontakt öffnen";
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(-0.4rem);
    transition:
      opacity 200ms ease,
      transform 200ms ease;
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions .sw-action-contact:hover::after,
  body.sw-floating-desktop-collapsed .sw-floating-actions .sw-action-contact:focus-visible::after,
  body.sw-floating-desktop-collapsed .floating-actions .sw-action-contact:hover::after,
  body.sw-floating-desktop-collapsed .floating-actions .sw-action-contact:focus-visible::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions .sw-action-contact:hover,
  body.sw-floating-desktop-collapsed .sw-floating-actions .sw-action-contact:focus-visible,
  body.sw-floating-desktop-collapsed .floating-actions .sw-action-contact:hover,
  body.sw-floating-desktop-collapsed .floating-actions .sw-action-contact:focus-visible {
    color: var(--sw-color-white) !important;
    background: transparent !important;
    box-shadow: none;
    transform: none !important;
  }

  body.sw-floating-desktop-collapsed .sw-floating-actions .sw-action-contact .fa::before,
  body.sw-floating-desktop-collapsed .floating-actions .sw-action-contact .fa::before {
    content: "\f104";
  }
}

@media (max-width: 900px) {
  .sw-floating-actions,
  .floating-actions {
    --sw-floating-action-size: 2.55rem;
    --sw-floating-action-gap: 0.5rem;

    top: auto;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    right: 0.9rem;
    flex-direction: row;
    transform: translateY(0);
    padding: 0.35rem;
    background: rgba(245, 245, 243, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: var(--sw-radius-pill);
    box-shadow: 0 0.9rem 2.2rem rgba(27, 31, 35, 0.16);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    transition:
      opacity 220ms ease,
      transform 260ms ease,
      visibility 220ms ease;
  }

  .sw-floating-actions .fa-btn,
  .floating-actions .fa-btn,
  .sw-floating-actions .elementor-button,
  .floating-actions .elementor-button,
  .sw-floating-actions a.elementor-icon,
  .floating-actions a.elementor-icon {
    box-shadow: none;
  }

  .sw-floating-actions .elementor-button-text,
  .floating-actions .elementor-button-text,
  .sw-floating-actions .fa-label,
  .floating-actions .fa-label {
    display: none;
  }

  body.sw-mobile-floating-hidden .sw-floating-actions,
  body.sw-mobile-floating-hidden .floating-actions,
  html.sw-offcanvas-open .sw-floating-actions,
  html.sw-offcanvas-open .floating-actions {
    transform: translateY(calc(140% + 3rem));
  }

  html.sw-offcanvas-open .sw-floating-actions,
  html.sw-offcanvas-open .floating-actions {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  html.sw-offcanvas-open .sw-floating-actions *,
  html.sw-offcanvas-open .floating-actions * {
    pointer-events: none;
  }

  .elementor-location-footer {
    padding-bottom: calc(3.6rem + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .sw-floating-actions,
  .floating-actions,
  .sw-floating-actions *,
  .floating-actions * {
    transition: none !important;
  }
}

.sw-site-footer h2,
.sw-site-footer h3,
.sw-site-footer h4,
.sw-site-footer h5,
.sw-site-footer h6,
.sw-site-footer .elementor-heading-title {
  color: var(--sw-color-secondary);
}

.sw-footer-bottom,
.sw-footer-bottom p {
  font-size: var(--sw-font-size-sm);
  line-height: 1.4;
}

.elementor-widget-form.sw-form .elementor-field-group {
  position: relative;
}

.elementor-widget-form.sw-form .elementor-field-label {
  position: absolute;
  top: 50%;
  left: 1.35rem;
  z-index: 1;
  margin: 0;
  padding: 0 0.25rem;
  color: var(--sw-color-text-soft);
  background: var(--sw-color-white);
  font-size: var(--sw-font-size-sm);
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
  transform-origin: left center;
  transition:
    color 160ms ease,
    transform 160ms ease,
    top 160ms ease;
}

.elementor-widget-form.sw-form .elementor-field-group:focus-within .elementor-field-label,
.elementor-widget-form.sw-form .elementor-field-group.sw-field-has-value .elementor-field-label,
.elementor-widget-form.sw-form .elementor-field-label.focused {
  top: -0.42rem;
  color: var(--sw-color-primary);
  transform: translateY(0) scale(0.82);
}

.elementor-widget-form.sw-form .elementor-field,
.elementor-widget-form.sw-form .elementor-field-textual {
  min-height: 3.1rem;
  padding: 1rem 1.35rem;
  color: var(--sw-color-text);
  background: var(--sw-color-white);
  border: 1px solid var(--sw-color-border);
  border-radius: var(--sw-radius-md);
}

/* Labels provide the field context; showing Elementor placeholders as well
 * creates a duplicate label beneath the floating label. */
.elementor-widget-form.sw-form .elementor-field::placeholder,
.sw-form .elementor-field::placeholder {
  color: transparent;
  opacity: 1;
}

/* File uploads need a conventional label and a visible native file action. */
.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-field-label {
  position: static;
  display: block;
  margin: 0 0 0.55rem;
  padding: 0;
  color: var(--sw-color-primary);
  font-size: var(--sw-font-size-sm);
  font-weight: var(--sw-font-weight-medium);
  line-height: 1.35;
  pointer-events: auto;
  transform: none;
}

.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-upload-field {
  min-height: var(--sw-button-min-height);
  padding: 0;
  color: var(--sw-color-text-soft);
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-upload-field::file-selector-button,
.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-upload-field::-webkit-file-upload-button {
  min-height: var(--sw-button-min-height);
  margin-right: 0.8rem;
  padding: var(--sw-button-padding-y) var(--sw-button-padding-x);
  color: var(--sw-color-white);
  background: var(--sw-color-cta);
  border: 1px solid var(--sw-color-cta);
  border-radius: var(--sw-radius-pill);
  font-family: var(--sw-font-family-ui);
  font-size: var(--sw-button-font-size);
  font-weight: var(--sw-font-weight-semibold);
  letter-spacing: var(--sw-button-letter-spacing);
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-upload-field:hover::file-selector-button,
.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-upload-field:focus-visible::file-selector-button,
.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-upload-field:hover::-webkit-file-upload-button,
.elementor-widget-form.sw-form .elementor-field-type-upload .elementor-upload-field:focus-visible::-webkit-file-upload-button {
  background: var(--sw-color-cta-hover);
  border-color: var(--sw-color-cta-hover);
}

.elementor-widget-form.sw-form textarea.elementor-field {
  min-height: 8rem;
  padding-top: 1.35rem;
}

.elementor-widget-form.sw-form .elementor-field-type-textarea .elementor-field-label {
  top: 1.35rem;
  transform: translateY(0);
}

.elementor-widget-form.sw-form .elementor-field-type-textarea:focus-within .elementor-field-label,
.elementor-widget-form.sw-form .elementor-field-type-textarea.sw-field-has-value .elementor-field-label {
  top: -0.42rem;
  transform: translateY(0) scale(0.82);
}

.elementor-widget-form.sw-form .elementor-field:focus,
.elementor-widget-form.sw-form .elementor-field-textual:focus {
  border-color: var(--sw-color-primary);
  box-shadow: 0 0 0 3px rgba(27, 31, 35, 0.08);
}

.elementor-widget-form.sw-form .elementor-button[type="submit"] {
  min-height: var(--sw-button-min-height) !important;
  padding: var(--sw-button-padding-y) var(--sw-button-padding-x) !important;
  color: var(--sw-color-white) !important;
  background: var(--sw-color-cta) !important;
  border: 1px solid var(--sw-color-cta) !important;
  border-radius: var(--sw-radius-pill) !important;
  font-family: var(--sw-font-family-ui) !important;
  font-size: var(--sw-button-font-size) !important;
  font-weight: var(--sw-font-weight-semibold) !important;
  letter-spacing: var(--sw-button-letter-spacing) !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.elementor-widget-form.sw-form .elementor-button[type="submit"]:hover,
.elementor-widget-form.sw-form .elementor-button[type="submit"]:focus {
  color: var(--sw-color-white) !important;
  background: var(--sw-color-cta-hover) !important;
  border-color: var(--sw-color-cta-hover) !important;
}

/* One consistent primary-button system for all standard Elementor actions. */
.elementor .elementor-widget-button:not(.sw-button-arrow):not(.sw-button-readmore):not(.sw-button-readmore-light) .elementor-button {
  display: inline-flex !important;
  min-height: var(--sw-button-min-height) !important;
  align-items: center;
  justify-content: center;
  padding: var(--sw-button-padding-y) var(--sw-button-padding-x) !important;
  color: var(--sw-color-white) !important;
  background: var(--sw-color-cta) !important;
  border: 1px solid var(--sw-color-cta) !important;
  border-radius: var(--sw-radius-pill) !important;
  font-family: var(--sw-font-family-ui) !important;
  font-size: var(--sw-button-font-size) !important;
  font-weight: var(--sw-font-weight-semibold) !important;
  letter-spacing: var(--sw-button-letter-spacing) !important;
  line-height: 1.2 !important;
  text-align: center;
  text-transform: uppercase !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.elementor .elementor-widget-button:not(.sw-button-arrow):not(.sw-button-readmore):not(.sw-button-readmore-light) .elementor-button:hover,
.elementor .elementor-widget-button:not(.sw-button-arrow):not(.sw-button-readmore):not(.sw-button-readmore-light) .elementor-button:focus-visible {
  color: var(--sw-color-white) !important;
  background: var(--sw-color-cta-hover) !important;
  border-color: var(--sw-color-cta-hover) !important;
}

/* The contact rail is an icon control, not a text CTA. */
.sw-floating-actions .elementor-button,
.floating-actions .elementor-button {
  width: var(--sw-floating-action-size) !important;
  min-width: var(--sw-floating-action-size) !important;
  height: var(--sw-floating-action-size) !important;
  min-height: var(--sw-floating-action-size) !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--sw-floating-action-bg) !important;
}

.sw-floating-actions .elementor-button:hover,
.sw-floating-actions .elementor-button:focus-visible,
.floating-actions .elementor-button:hover,
.floating-actions .elementor-button:focus-visible {
  color: var(--sw-floating-action-color) !important;
  background: var(--sw-floating-action-hover-bg) !important;
  border: 0 !important;
}

.elementor-widget-form.sw-form .elementor-field-type-acceptance,
.elementor-widget-form.sw-form .elementor-field-type-acceptance label,
.elementor-widget-form.sw-form .elementor-field-type-acceptance .elementor-field-option,
.elementor-widget-form.sw-form .elementor-field-type-acceptance .elementor-field-option label,
.elementor-widget-form.sw-form .elementor-field-type-checkbox,
.elementor-widget-form.sw-form .elementor-field-type-checkbox label,
.elementor-widget-form.sw-form .elementor-field-type-checkbox .elementor-field-option,
.elementor-widget-form.sw-form .elementor-field-type-checkbox .elementor-field-option label,
.elementor-widget-form.sw-form .elementor-field-type-radio,
.elementor-widget-form.sw-form .elementor-field-type-radio label,
.elementor-widget-form.sw-form .elementor-field-type-radio .elementor-field-option,
.elementor-widget-form.sw-form .elementor-field-type-radio .elementor-field-option label,
.elementor-widget-form.sw-form .pflichtfeld,
.elementor-widget-form.sw-form .asterisk {
  font-size: var(--sw-font-size-xs) !important;
  line-height: 1.45 !important;
}

.elementor-widget-form.sw-form .elementor-field-type-acceptance .elementor-field-subgroup,
.elementor-widget-form.sw-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option,
.elementor-widget-form.sw-form .elementor-field-type-checkbox .elementor-field-subgroup,
.elementor-widget-form.sw-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option,
.elementor-widget-form.sw-form .elementor-field-type-radio .elementor-field-subgroup,
.elementor-widget-form.sw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option,
.sw-form .elementor-field-type-acceptance .elementor-field-subgroup,
.sw-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option,
.sw-form .elementor-field-type-checkbox .elementor-field-subgroup,
.sw-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option,
.sw-form .elementor-field-type-radio .elementor-field-subgroup,
.sw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
  width: 100%;
  margin-top: 0 !important;
  padding-left: 0;
}

.elementor-widget-form.sw-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option,
.elementor-widget-form.sw-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option,
.elementor-widget-form.sw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option,
.sw-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option,
.sw-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option,
.sw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  position: relative;
  gap: 0.75rem;
}

.elementor-widget-form.sw-form .elementor-field-subgroup .elementor-field-option input[type="checkbox"],
.elementor-widget-form.sw-form .elementor-field-subgroup .elementor-field-option input[type="radio"],
.sw-form .elementor-field-subgroup .elementor-field-option input[type="checkbox"],
.sw-form .elementor-field-subgroup .elementor-field-option input[type="radio"] {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.elementor-widget-form.sw-form .sw-form-checkbox,
.sw-form .sw-form-checkbox {
  position: relative;
  flex: 0 0 auto;
  align-self: flex-start;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.16rem;
  background: var(--sw-color-white);
  border: 1.5px solid var(--sw-color-secondary);
  border-radius: 50%;
  cursor: pointer;
}

.elementor-widget-form.sw-form .sw-form-checkbox::after,
.sw-form .sw-form-checkbox::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--sw-color-secondary);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.elementor-widget-form.sw-form .elementor-field-option.sw-checkbox-checked .sw-form-checkbox,
.sw-form .elementor-field-option.sw-checkbox-checked .sw-form-checkbox {
  background: var(--sw-color-white);
  border-color: var(--sw-color-secondary);
}

.elementor-widget-form.sw-form .elementor-field-option.sw-checkbox-checked .sw-form-checkbox::after,
.sw-form .elementor-field-option.sw-checkbox-checked .sw-form-checkbox::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.elementor-widget-form.sw-form .elementor-field-option.sw-checkbox-focused .sw-form-checkbox,
.sw-form .elementor-field-option.sw-checkbox-focused .sw-form-checkbox {
  box-shadow: 0 0 0 3px rgba(240, 122, 36, 0.18);
}

.elementor-widget-form.sw-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-widget-form.sw-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-widget-form.sw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
.sw-form .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.sw-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.sw-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  flex: 1 1 auto;
  align-self: start !important;
  display: block !important;
  margin: 0 !important;
}

.elementor-widget-form.sw-form .elementor-field-type-acceptance .elementor-field-label,
.elementor-widget-form.sw-form .elementor-field-type-checkbox .elementor-field-label,
.elementor-widget-form.sw-form .elementor-field-type-radio .elementor-field-label {
  position: static;
  padding: 0;
  pointer-events: auto;
  transform: none;
}

.elementor-widget-form.sw-form .elementor-mark-required .elementor-field-label::after,
.elementor-widget-form.sw-form .asterisk {
  color: var(--sw-color-cta) !important;
}

/*
 * Scroll reveals
 *
 * Standard:
 * - Every .sw-section reveals its direct Elementor children automatically.
 * Optional:
 * - Add .sw-reveal-off to a section or child to disable it.
 * - Add .sw-reveal-left, .sw-reveal-right, or .sw-reveal-zoom to single elements.
 */
html.sw-reveal-enabled .sw-reveal,
html.sw-reveal-enabled .sw-reveal-up,
html.sw-reveal-enabled .sw-reveal-left,
html.sw-reveal-enabled .sw-reveal-right,
html.sw-reveal-enabled .sw-reveal-zoom,
html.sw-reveal-enabled .sw-reveal-item {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 1.5rem, 0);
  transition:
    opacity 820ms ease,
    filter 820ms ease,
    transform 980ms cubic-bezier(0.19, 0.74, 0.22, 1);
  transition-delay: var(--sw-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

html.sw-reveal-enabled .sw-reveal-text {
  filter: blur(3px);
  transform: translate3d(0, 1rem, 0);
  transition-duration: 740ms, 740ms, 880ms;
}

html.sw-reveal-enabled .sw-reveal-card {
  filter: blur(6px);
  transform: translate3d(0, 3.2rem, 0);
  transition-duration: 760ms, 760ms, 980ms;
}

html.sw-reveal-enabled .sw-reveal-media {
  filter: blur(5px);
  transform: translate3d(0, 2rem, 0) scale(1.025);
  transition-duration: 820ms, 820ms, 1100ms;
}

html.sw-reveal-enabled .sw-reveal-left,
html.sw-reveal-enabled .sw-reveal-group-left .sw-reveal-item {
  transform: translate3d(-1.2rem, 0, 0);
}

html.sw-reveal-enabled .sw-reveal-right,
html.sw-reveal-enabled .sw-reveal-group-right .sw-reveal-item {
  transform: translate3d(1.2rem, 0, 0);
}

html.sw-reveal-enabled .sw-reveal-zoom,
html.sw-reveal-enabled .sw-reveal-group-zoom .sw-reveal-item {
  transform: translate3d(0, 0.8rem, 0) scale(0.975);
}

html.sw-reveal-enabled .sw-reveal.is-visible,
html.sw-reveal-enabled .sw-reveal-up.is-visible,
html.sw-reveal-enabled .sw-reveal-left.is-visible,
html.sw-reveal-enabled .sw-reveal-right.is-visible,
html.sw-reveal-enabled .sw-reveal-zoom.is-visible,
html.sw-reveal-enabled .sw-reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
  html.sw-reveal-enabled .sw-card.sw-reveal-item.is-visible:hover,
  html.sw-reveal-enabled .sw-card.sw-reveal-item.is-visible:focus-within,
  html.sw-reveal-enabled .sw-reveal-card.sw-card.is-visible:hover,
  html.sw-reveal-enabled .sw-reveal-card.sw-card.is-visible:focus-within,
  html.sw-reveal-enabled .sw-radius-soft.sw-reveal-item.is-visible:hover,
  html.sw-reveal-enabled .sw-radius-soft.sw-reveal-item.is-visible:focus-within,
  html.sw-reveal-enabled .sw-radius-card.sw-reveal-item.is-visible:hover,
  html.sw-reveal-enabled .sw-radius-card.sw-reveal-item.is-visible:focus-within,
  html.sw-reveal-enabled .sw-radius-large.sw-reveal-item.is-visible:hover,
  html.sw-reveal-enabled .sw-radius-large.sw-reveal-item.is-visible:focus-within {
    transform: translateY(-0.12rem) scale(1.018);
  }

  html.sw-reveal-enabled .sw-card-lifted.sw-reveal-item.is-visible:hover,
  html.sw-reveal-enabled .sw-card-lifted.sw-reveal-item.is-visible:focus-within {
    transform: translateY(-0.25rem) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.sw-reveal-enabled .sw-reveal,
  html.sw-reveal-enabled .sw-reveal-up,
  html.sw-reveal-enabled .sw-reveal-left,
  html.sw-reveal-enabled .sw-reveal-right,
  html.sw-reveal-enabled .sw-reveal-zoom,
  html.sw-reveal-enabled .sw-reveal-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
