/*
 Theme Name:   Hello Elementor Child
 Theme URI:
 Description:  Child Theme für Hello Elementor
 Author:
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/


/* Header Hide/Show on Scroll */
.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.elementor-location-header.header--hidden {
  transform: translateY(-100%);
}

/* ---------------------------------- */

.container {
  box-shadow: 2px 2px 12px rgba(86, 84, 84, 0.1) !important;
  transition:
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.container:hover {
  box-shadow: 0 12px 40px rgba(110, 130, 160, 0.18) !important;
  transform: translateY(-4px) scale(1.02) !important;
}


.sib-form .entry__field:focus-within {
  box-shadow: none !important;
}



