/**
Theme Name: iw-child
Author: Imagewunder GmbH
Author URI: https://imagewunder.de/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iw-child
Template: astra
*/


/*____ Overlay - no clicks____*/
.iw-overlay-no-clicks {
	position: absolute!important;
	top: 0px!important;
	width: 5000px!important;
	height: 10000px!important;
	z-index: 9999999999999!important;
}


/*____ Links auf rot____*/
.iw-lp-cta a {
	color: #fff!important;
}

/*____ Sticky Header____*/

.d-logo {
 display: none;
}
.elementor-sticky--effects .d-logo {
 display: inline-block;
}
.elementor-sticky--effects .l-logo {
 display: none;
}
.elementor-sticky--effects {
 background: #fffffff7!important;
}
.sticky-menu-items.elementor-sticky--effects ul li a {
 color: #555759!important; 
}
.sticky-menu-items .e--pointer-underline .elementor-item::after {
 height: 0px!important; 
}
.sticky-menu-items.elementor-sticky--effects ul li a {
 transition: .5s all ease-in-out;
}
.elementor-sticky--effects {
 transition: .5s all ease-in-out;
}

/*updated changing mobile hamburger menu toggle and menu links on hover on scroll */

/*change color to the mobile menu toggle*/
.sticky-menu-items.elementor-sticky--effects  div.elementor-menu-toggle svg {
 fill: #D62326!important;
}

/*add color to the background of mobile toggle*/
.sticky-menu-items.elementor-sticky--effects  .elementor-menu-toggle {
 background: transparent!important;
}

/*CHANGES THE ACTIVE MENU ITEM ON SCROLL*/
.sticky-menu-items.elementor-sticky--effects  ul li .elementor-item-active {
 color: /*add your color here*/!important; /* edit here to change the active menu item text color for sticky header */
}



/*____ WPML Flags im Menu____*/
.menu-item.wpml-ls-item .menu-link {
  margin: 0px 0px 0px 40px!important;
}
@media only screen and (max-width: 1280px) {
.menu-item.wpml-ls-item .menu-link {
  margin: 0px 0px 0px 15px!important;
}
}
@media only screen and (max-width: 1024px) {
.menu-item.wpml-ls-item .menu-link {
  display: none!important;
}
.sticky-menu-items.elementor-sticky--effects ul li a {
  color: #fff!important;
}	
}

.mobile-lang-switcher {
    display: flex;
    align-items: center;
    gap: 15px!important;
    margin-right: 12px;
    margin-bottom: 8px!important;
    vertical-align: center!important;
  }

  .mobile-lang-switcher img {
    width: 25px;
    height: auto;
    display: block;
  }
@media only screen and (max-width: 767px) and (min-width: 501px) {
	.mobile-lang-switcher {
    margin-bottom: 0px!important;
  }
  }	

@media only screen and (max-width: 500px) {
  .mobile-lang-switcher img {
    width: 21px!important;
    height: auto;
    display: block;
  }
	  }