.bg-main{
      position: fixed;
      top: 0; /* Below the nav */
      left: 0;
      width: 100%;
      height: 1100px; /* Fixed height for the image section */
      background-image: url('../../../images/banners/bg-startseite.png'); */
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      pointer-events: none; /* So clicks go through to content if needed */
}

.bg-content{
      position: fixed;
      top: 0; /* Below the nav */
      left: 0;
      width: 100%;
      height: 1100px; /* Fixed height for the image section */
      background-image: url('../../../images/banners/bg-contentseite.png'); */
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      z-index:500;
      pointer-events: none; /* So clicks go through to content if needed */
}

.header-right-section 
    {
    min-width:800px;
    margin-left:-15px;
    margin-top: 25px;                 
    }
    
.header-center-section
    {
    min-width:780px;
    margin-left:-15px;
    margin-top: 25px;                 
    }
.astroid-header{
position: fixed;
}    
.astroid-header-sticky{margin-top:12px;}

.bg-fix
{z-index:500;}

.btn square
{z-index:1000;}

.astroid-header-section { background: transparent !important; z-index: 2000;  }

.astroid-logo-default
{
margin-top:11px;
}


.slider{
margin-top:0px;
z-index:10;
}

a img.button-hover {
    display: none;
}
a img.button-default {
    display: inherit;
}
a:hover img.button-hover {
    display: inherit;
}
a:hover img.button-default {
    display: none;
}

.astroid-article-full-image{
margin-top:130px;
}


.schlagschatten{
box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
}

.schlagschatten-2{
  border: 1px solid #FFF;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
}



.footer {
  height:44px;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
  }

/* Link-Farben */

.link-weiss{
  font-size: 14pt;
  display: block;
  height: 44px;
  text-align: center;
  align-content: center;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
  color:#FFF !important;
  text-decoration:none !important;
  &:hover {text-decoration:underline !important;
  }
}

.weiss{
  color:#FFF !important;
  text-decoration:none !important;
  &:hover {text-decoration:underline !important;
  }
}

.blau{
  color:#4A67AA !important;
  text-decoration:none !important;
  &:hover {font-weight:600;
  }
}

.blau-mobile{
  color:#4A67AA !important;
  text-decoration:none !important;
  font-weight:900;
  }
.astroid-content-heading {
color:#FFF;
}

.start-blau{
  color:#4A67AA !important;
  text-decoration:none !important;
  font-weight:600;
  &:hover {text-decoration: underline !important;
  }
}
.start-weiss{
  color:#FFF !important;
  text-decoration:none !important;
  font-weight:600;
  &:hover {text-decoration: underline !important;
  }
}

/* Menueeinstellung */

.nav-submenu-container{
width:200px !important;
margin-left:50px;
border:none;
}

.menu-lebensmittel{
width:200px !important;
background-color:#B2C3E4;
}


.menu-industrie{
background-color:#B1B1B1;
width:200px !important;
}

.menu-messebau{
background-color:#B9D2B2;
width:200px !important;
}
.menu-service{
background-color:#FFE966;
width:200px !important;
}

.menu-service-mobil{
background-color:#FFE966;
width:200px !important;
  & a {color:#3A5F9E !important;}  
}
.astroid-mobilemenu-container{
padding-top:30px;
}

.burger-menu-button .inner, .burger-menu-button .inner::before, .burger-menu-button .inner::after 
{height: 3px !important; } 

.menu-go-back{margin-top:80px !important;}

.mobile-header{
width:100%;
position:fixed;
padding:5px 0;
background-image: url('../../../images/mobile-bg.png'); 
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
pointer-events: none;
z-index:5000;
}

.mobile-logo{

pointer-events: none;
}

/*
.nav-link:hover {
font-weight:bold !important;
}
*/

.nav-link.active {
font-weight:bold !important;
}

/* Content - Einstellung */

.item-image{
  border: 1px solid #FFF;
}

.astroid-component-section{
padding:0 !important;
}

.astroid-article-text{
margin: 0 30px;
}

.galerie{
margin: 0 -80px}


.sigplus-image{
box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4) !important;
border: 1px solid #FFF !important;  
}
 .slideplus-caption {
     display: none; /* Hide the caption by default */
   }

   .slideplus-fullscreen .slideplus-caption {
     display: block; /* Show the caption when in fullscreen */
   }
blockquote{
font-weight:400 !important;
}

.carousel-control-prev, .carousel-control-next {
  color: #000 !important;
  text-align: center;
  z-index: 500;
}

/* Karteneinstellung */
.my_responsive_map {
    height: 50vh !important;
    }

.leaflet-container{
margin-top: 130px !important;
}


.placemarkHead{
font-size: 18px !important;
font-weight: 600;
}

.klimageraet{
box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4) !important;
border: 1px solid #FFF !important;  
width:250px;}

.klimageraete {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 29px;
    max-width: 1100px;
    margin: auto;
  }

  .klimageraete img {
    width: 100%;
    aspect-ratio: 10 / 10;     /* gleichmäßiges Seitenverhältnis */
    object-fit: cover;         /* Bild sauber zuschneiden */
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #FFF !important;  
    display: block;
    transition: transform .3s;
  }
