/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h2.elementor-heading-title,
h1.elementor-heading-title {
    font-feature-settings: "ss01" off !important;
}

.page-id-204 .elementor-44 .elementor-element.elementor-element-c21491b img {
    filter: brightness(0) invert(1);
}

/* ── Sticky Logo hinter dem Text, über den Hintergründen ── */
.elementor-sticky--effects .sticky-logo {
  z-index: 2;
  pointer-events: none;
  opacity: 0.18;
  width: 150px !important;
  transition: width 0.5s ease, opacity 0.5s ease;

}

.elementor-44 .elementor-sticky--effects .sticky-logo img {
	  filter: inherit !important;
}

/* ── Alle Elementor Containers/Sections: eigener Stacking Context ── */
.e-con,
.e-con-inner,
.e-con-boxed {
  isolation: isolate;
}

/* ── Widget-Inhalte automatisch über dem Logo ── */
.elementor-widget-container {
  position: relative;
  z-index: 1;
}

/* ── Header ganz oben ── */
.elementor-location-header {
  position: relative;
  z-index: 999 !important;
}

/* Default green */
.menu-bar svg path {
    stroke: #22433d;
    transition: stroke 0.5s ease;
}

/* Over dark/image → white */
.header--dark-bg .menu-bar svg path {
    stroke: #ffffff;
}

/* Over white → green */
.header--light-bg .menu-bar svg path {
    stroke: #22433d;
}