@charset "utf-8";

body {
            font-family: 'Open Sans', sans-serif; 
            color: #333;
            background-color: #f8f9fa;
            line-height: 1.6;
        }

.section-padding {
            padding: 100px 0;
        }

 @media (max-width: 1024px) {
           .section-padding {
            padding: 50px 0;
     }}
.feature-icon {
            font-size: 2rem;
            color: #007bff;
            margin-bottom: 15px;
        }
 
.bg-orange-once {
            background-color: #ff8c00 !important; 
            color: #fff;
        }
.parallax {
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
.overlay {
            background-color: rgba(0, 0, 0, 0.5); 
            color: white;
            padding: 100px 0;
            text-align: center;
        }
.overlay2 {
            background-color: rgba(0, 0, 0, 0.7); 
            color: white;
            padding: 20px 0;
            text-align: center;
        }
.logo {
            font-size: 2em;
            font-weight: bold;
            color: #333; 
        }
.nav-link {
            color: #F9F9F9 !important;
        }
.nav-link:hover {
            color: #86bd39 !important;
        }
footer a:hover {
              color: #86bd39 !important;

}
.bg-dark {
	
	background-color: rgba(0,0,0,0.90) !important;
}
.navbar-brand {
	padding-top: 0px !important;

}
.rot {color:#CD0C0F;}
.gruen {color: #86bd39 !important;}

.btn-heitmann {background-color: #86bd39; border: 2px dotted #f8f9fa; }

.btn-heitmann:hover {border: 2px dotted #f8f9fa;}
#hero {
            background-image: url('/img/hg.jpg');
        }
a {color:#fff;}
a:hover {color:#000;}


footer a {color:#fff!important; text-decoration: none;}
        .navbar {padding: 0rem !important; }
        .hero {
  min-height: 100vh;


  position: relative;


  padding-top: 80px;
  padding-bottom: 80px; 
}
         #einleitung {
          
            background-color: #363636; 
             color: #f8f9fa; 
             
        }       
        #stellenangebote {
            background-image: url('/img/Brot_5.jpg');
            background-color: #f8f9fa; 
        }
        #stellenangebote h2{color:#fff;}
 
 
        #kontakt {
            background-color: #86bd39;
        }
        footer {
            background-color: #343a40;
            color: white;
            padding: 40px 0;
            text-align: center;
        }

    .showcase-container {
            overflow: hidden;
        }

        .showcase-scroller {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .showcase-item {
            flex: 0 0 calc(100% / 3); 
            padding: 15px;
            box-sizing: border-box;
            text-align: center;
        }

        .showcase-item img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
            
            border-radius: var(--bs-border-radius) !important;
        }

     
        @media (max-width: 768px) {
            .showcase-item {
                flex: 0 0 100%; 
            }
        } 
        
.copyr {font-size:1.2rem !important;}