.sticky-parent.elementor-sticky--active[data-smart-sticky]{
  z-index: 9998 !important;
}

.sticky-parent[data-smart-sticky]{
  transition: transform 200ms ease !important;
  will-change: transform;
}

.sticky-parent[data-smart-sticky] > :first-child{
  position: relative;
  z-index: 2;
}
.sticky-parent[data-smart-sticky] > [data-smart-sticky-child]{
  position: relative;
  z-index: 1;
  transition: transform 200ms ease !important;
  will-change: transform;
}

/* Bottom ein-/ausblenden */
.sticky-parent[data-smart-sticky] > [data-smart-sticky-child][data-hidden="1"]{
  transform: translateY(-100%) !important;
}
.sticky-parent[data-smart-sticky] > [data-smart-sticky-child]:not([data-hidden="1"]){
  transform: translateY(0) !important;
}

html:not(.at-top) .sticky-parent[data-smart-sticky] > :last-child {
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
}
