/**
Theme Name: IAM Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: iam-child
Template: astra
*/
/** Scrollbar start **/
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 10px;
} 
::-webkit-scrollbar-track {
  background: var(--e-global-color-astglobalcolor0 );  
} 
::-webkit-scrollbar-thumb {
  background: #fff; 
    height:100px;
    border-radius:0px;
} 
::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-astglobalcolor4); 
}

/** Scrollbar start **/

/** Header **/

header #login {
	background-color: var(--e-global-color-primary) !important;
	border: 1px solid var(--e-global-color-primary);
}

header #login span {	
	color: var(--e-global-color-896e88d) !important;
}

header #login:hover {
	background-color: var(--e-global-color-896e88d) !important;
	border: 1px solid var(--e-global-color-primary);
}

header #login:hover span {	
	color: var(--e-global-color-primary) !important;
}
/** Elemente **/
/**Box Shadow deaktiveren **/
.no_box_shadow {
  box-shadow: none !important;
}



/** Slider **/
.produkte_slider_loop div.elementor-element {
  background-position: center bottom; 
  background-size: contain; 
  background-repeat: no-repeat; 
}

.produkte_slider div.elementor-element {
  background-position: center bottom; 
  background-size: contain; 
  background-repeat: no-repeat; 
}

@media (max-width: 767px) {
  .produkte_slider_loop div.elementor-element {
    background-size: auto 50%;
  }

  .produkte_slider div.elementor-element {
    background-size: auto 50%;
  }
}
/** API Startseite Slider **/

.mls-produkte .slick-slide {
  
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%);
  padding: 0 36px; /* Add padding of 3% (1.5% on each side) */
  transform: scale(0.65) !important;
  transform-origin: bottom center; /* Set the anchor point to the bottom center */
}

.mls-produkte .slick-center {
  transform: scale(1) !important;
  filter: grayscale(0%) !important;
  border-bottom: 4px solid var(--e-global-color-primary);
}



.mls-produkte .slick-slide img {
  width: 100%;
  height: auto;
}

.mls-produkt h2 {
  text-align: center; /* Center the title */
  color: var(--e-global-color-primary);
  padding: 16px 8px;
}

.mainmenu_template h2 {
  padding: 16px 0px !important;
  text-align: start;
}

/* Media queries for tablet and smartphone */
@media (max-width: 1024px) {
  .mls-produkt h2 {
    font-size: 1.5em; /* Adjust font size for tablets */
    padding: 12px 6px;
  }
}

@media (max-width: 767px) {
  .mls-produkt h2 {
    font-size: 0.8em; /* Adjust font size for smartphones */
    padding: 8px 4px;
  }

  .mls-produkte .slick-center {   
    border-bottom: 0px solid var(--e-global-color-primary);
  }
  
}



.mls-produkt-container {
  align-items: flex-end;

}



.slick-initialized .slick-slide, .slick-list, .slick-slide img, .slick-slider, .slick-track, .slick-vertical .slick-slide {
  display: flex !important;
  
}

.menu_bg_dropdown {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3); /* semi-transparent grey */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* for Safari */
}

.menu_bg_dropdown_white {
	background-color: rgba(255, 255, 255, 0.9); 
	backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* for Safari */
}


