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

.has-bg {
    background-color: #ECF4ED; /*  grüner/soft Tone */
    border-radius: 9px;
    overflow: hidden;
}

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-80px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
 width: 100%!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */