@media (min-width: 1600px){
    .logo {
    text-align: left;
    width: 185px; /* Größere Abmessungen */
    height: 85px; /* Größere Abmessungen */
    margin-top: 0px;
    margin-left: 20px;
    position: relative; /* Positionierung des Logos ändern */
}
    #chatbotToggle {
    position: fixed; /* Positioniert das Bild fest auf dem Bildschirm */
    bottom: 40px; /* Abstand vom unteren Rand des Viewports */
    right: 20px; /* Abstand vom rechten Rand des Viewports */
    width: 75px; /* Breite des Bildes */
    height: auto; /* Automatische Höhe, um das Seitenverhältnis beizubehalten */
    cursor: pointer; /* Zeigt den Mauszeiger als Zeigefinger, um anzuzeigen, dass es anklickbar ist */
}
    
    #iframeChatbot {
    position: fixed; /* Damit der Chatbot über allem schwebt */
    bottom: 25px; /* Abstand vom unteren Rand des Viewports */
    right: 15px; /* Abstand vom rechten Rand des Viewports */
    z-index: 9999; /* Stellt sicher, dass der Chatbot über allem anderen Inhalt liegt */
}

/* Stil für den Iframe-Inhalt */
#iframeChatbot iframe {
    width: 400px; /* Breite des Iframe */
    height: 875px; /* Höhe des Iframe */
    border: none; /* Kein Rahmen um den Iframe */
}
    
    #con2 {
    width: 100%;
    height: 675px;
    background-color: #F5F5F5;
    text-align: center;
}
    .service {
  width: 17%; /* Ändern Sie diese Breite nach Bedarf */
  height: 500px;
  padding: 20px;
  margin-top: 5px;    
  margin-bottom: 20px; /* Abstand zwischen den Containern */
  background-color: #26d22e;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3),
            -2px -2px 5px rgba(0, 0, 0, 0.3); 
}
.wp,
.wp2,
.wp3 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
/* Abstand für den ersten Container */
.service:first-child {
  margin-left: 10%; /* Anpassen Sie den gewünschten Abstand nach links */
}

/* Abstand für den letzten Container */
.service:last-child {
  margin-right: 10%; /* Anpassen Sie den gewünschten Abstand nach rechts */
}
    .img32 {
    margin-top: 12.5%;
    margin-left: 20%;
    height: 60%;
    width: 60%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2),
               -2px -2px 6px  rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease; /* Übergangseffekt für den Schatten */
}
.slogan {
    font-family: Montserrat;
    font-size: 2em;
    font-weight: 600;
    color: #4f4f4f;
    margin-top: 5px;
    margin-left: 8%;
}

.slogan2 {
    font-family: Montserrat;
    font-size: 1.8em;
    font-weight: 600;
    color: #4f4f4f;
    margin-top: 5px;
    margin-left: 12%;
}

.con3-text {
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: 9%;
}

.con3-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: -2.5%;
}

.cta-button3 {
    padding: 10px 20px;
    border-radius: 8px;
    margin-left: 72%;
}
    #con4 {
    width: 100%;
    height: 600px;
    background-color: #F5F5F5;
    text-align: center;
}
    #production-time {
    height: 38px;
}
    
    h3 {
    font-size:20px; 
}   
    p {
    font-size: 18px;
} 
    li{
    font-size: 18px;
}
    .slideshow-container {
  width: 750px;
  position: relative;
  margin: auto;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
}
    
    }

@media (max-width:1350px) {
    
        .logo {
    text-align: left;
    width: 170px; /* Größere Abmessungen */
    height: 80px; /* Größere Abmessungen */
    margin-top: 0px;
    margin-left: 0.1%;
    position: relative; /* Positionierung des Logos ändern */
}
        .con1 {
    width: 100%;
    height: 275px;
}
        .cta-button {
    padding: 8px 16px;
    border-radius: 8px;
}
    #con3 {
    width: 65%;
    height: 505px;
}
#con32 {
    width: 35%;
    height: 505px;
}
    #con3 h2 {
    font-size: 2.1em;
    margin-left: 68%;
    margin-bottom: 25px;
}
.img32 {
    margin-top: 27%;
    margin-left: 5%;
    height: 55%;
    width: 85%
}
    .slogan {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 3%;
}
.slogan2 {
    font-size: 1.7em;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 10%;
}
.con3-text {
    font-size: 17.5px;
    margin-top: 45px;
    margin-bottom: 40px;
    margin-left: 6%;
    width: 375px;
}
.con3-text h4 {
    font-size: 17.5px;
    font-weight: 600;
    margin-left: -3%;
}
    .cta-button3 {
    padding: 8px 16px;
    border-radius: 8px;
     margin-left: 68%;
}
    #con4 {
    width: 100%;
    height: 550px;
    background-color: #F5F5F5;
    text-align: center;
}
        #con4 h2 {
    font-size: 2.1em;
    margin-left: 2%;
}
    
#con4 p {
 margin-left: 3%;
}
 
    .dot-group {
  display: block;
  margin-top: -3%;
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  width: 20px; /* Ändern Sie die Breite der Pfeile beim Hover */
  height: 20px; 
  
}    .footer-section2 .technologies img { /* Änderung hier */
    width: 20%; /* Standardbreite für die Logos */
    height: 20%;
    margin-right: 5px; /* Platz zwischen den Logos */
}
        .border {
    text-align: right;
    margin-right: 10px; /* Platz zwischen der Navigationsleiste und dem Rand des Headers */
}

      }
    
@media (max-width:1250px) {
    
#iframeChatbot {
    position: fixed; /* Damit der Chatbot über allem schwebt */
    bottom: 15px; /* Abstand vom unteren Rand des Viewports */
    right: 15px; /* Abstand vom rechten Rand des Viewports */
    z-index: 9999; /* Stellt sicher, dass der Chatbot über allem anderen Inhalt liegt */
}

/* Stil für den Iframe-Inhalt */
#iframeChatbot iframe {
    width: 15%; /* Breite des Iframe */
    height: 25%; /* Höhe des Iframe */
    border: none; /* Kein Rahmen um den Iframe */
}
    }
    
@media (max-width:1200px) {
    
    #chatbotToggle {
    bottom: 6%; /* Abstand vom unteren Rand des Viewports */
    right: 0.7%; /* Abstand vom rechten Rand des Viewports */

}
    
    #iframeChatbot {
    bottom: 10px; /* Abstand vom unteren Rand des Viewports */
    right: 10px; /* Abstand vom rechten Rand des Viewports */
}
        .img32 {
    margin-top: 33%;
    margin-left: 0%;
    height: 55%;
    width: 90%
}

    }

@media (max-width:1186px){
    
    .slideshow-container {
  width: 550px;
  position: relative;
  margin: auto;
 margin-left: 29%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
    .dot-container {
  display: flex;
  justify-content: center;
 margin-left: 6%;
  }
    
    
}

@media (max-width:1150px) {

    #con4 {
    width: 100%;
    height: 500px;
    background-color: #F5F5F5;
    text-align: center;
}
    }

@media (max-width:1110px){
    
    .slideshow-container {
  width: 550px;
  position: relative;
  margin: auto;
 margin-left: 27.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
     
    
}

@media (max-width:1075px){
    
     footer {
 height: 170px;
}
        .slideshow-container {
  width: 550px;
  position: relative;
  margin: auto;
 margin-left: 26.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
 }

@media (max-width:1030px) {
    .dot-container {
  display: flex;
  justify-content: center;
 margin-left: 2%;
}
.dot {
  height: 12px;
  width: 12px;
  margin: 0 8px; /* Hier kannst du den Abstand zwischen den Dots einstellen */
}
    }

@media (max-width:1000px){
    
        .slideshow-container {
  width: 550px;
  position: relative;
  margin: auto;
 margin-left: 25%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
 }

@media (max-width:975px) {
    .border {
    text-align: right;
    margin-right: 5px; /* Platz zwischen der Navigationsleiste und dem Rand des Headers */
}
    .border ul li {
    display: inline;
    margin-right: 15px; /* Abstand zwischen den Navigationslinks */
}
    .con1 {
    width: 100%;
    height: 275px;
}
    .hero-content h2 {
    font-size: 2.1em;
}
    .hero-content p {
    font-size: 1.3em;
    margin-bottom: 55px;
}
    #con2 {
    width: 100%;
    height: 515px;
}
    #con2 h2 {
    font-size: 2.1em;
}
    .service h3{
  font-size: 17px;
  font-weight: 600;
}
    .service {
  width: 24%; /* Ändern Sie diese Breite nach Bedarf */
  height: 375px;
  padding: 18px;
  margin-top: 5px;    
  margin-bottom: 20px; /* Abstand zwischen den Containern */
  background-color: #26d22e;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3),
            -2px -2px 5px rgba(0, 0, 0, 0.3); 
}
    .service li {
  margin-bottom: 9%;
  font-size: 14px;
  transition: transform 0.3s ease;
}
    .service:first-child {
  margin-left: 3%; /* Anpassen Sie den gewünschten Abstand nach links */
}

/* Abstand für den letzten Container */
.service:last-child {
  margin-right: 3%; /* Anpassen Sie den gewünschten Abstand nach rechts */
}
 #con3 {
    width: 65%;
    height: 505px;
}
    
#con32 {
    width: 35%;
    height: 505px;
}
    #con3 h2 {
    font-size: 2.1em;
    margin-left: 65%;
    margin-bottom: 25px;
}
.img32 {
    margin-top: 50%;
    margin-left: 0%;
    height: 40%;
    width: 90%;
}
    .slogan {
    font-size: 1.7em;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 3%;
}
.slogan2 {
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 10%;
}
.con3-text {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 60px;
    margin-left: 6%;
    width: 375px;
}
.con3-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-left: -3%;
}
    .cta-button3 {
    padding: 8px 17px;
    border-radius: 8px;
    margin-left: 65%;
}
    #con4 {
    width: 100%;
    height: 500px;
}
    #con4 h2 {
    font-size: 2.1em;
    margin-bottom: 10px;
    margin-left: 2%;
}
    .glowing-text {
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0px;
}
            #production-time {
    height: 37px;
}
    .footer-section2 .technologies img { /* Änderung hier */
    width: 20%; /* Standardbreite für die Logos */
    height: 20%;
    margin-right: 5px; /* Platz zwischen den Logos */
}
    footer {
    background-color: #929292;
    color: #fff;
    padding: 30px 15px; /* Ändern Sie die Polsterung nach Bedarf */
    height: 190px;
}
    }

@media (max-width:950px){

            .slideshow-container {
  width: 550px;
  position: relative;
  margin: auto;
 margin-left: 22.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }
    
@media (max-width:860px){

            .slideshow-container {
  width: 550px;
  position: relative;
  margin: auto;
 margin-left: 21%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }
    
@media (max-width:855px){
    
    footer {
    height: 195px;
}
  }

@media (max-width:825px){

            .slideshow-container {
  width: 510px;
  position: relative;
  margin: auto;
 margin-left: 19.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }

@media (max-width:807px){ 
    
        #con4 {
    width: 100%;
    height: 475px;
    background-color: #F5F5F5;
    text-align: center;
}
        .dot-group {
  display: block;
  margin-top: -1%;    
 margin-left: 3%;
}
    }

@media (max-width:769px) {
    
        .logo {
    text-align: left;
    width: 170px; /* Größere Abmessungen */
    height: 80px; /* Größere Abmessungen */
    margin-top: 5px;
    margin-left: 0px;
    position: relative; /* Positionierung des Logos ändern */
}
       .border{
        display: none;
        }
    .mobile-trigger{
    display: block;
    margin-top: 30px;
    float: right;
    margin-right: 2.5%;

    }
    
.mobile {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
}
         .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; 
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
    z-index: 10;
}
    
.off-canvas-menu {
    position: fixed;
    z-index: 9999; /* Stellt sicher, dass das Menü im Vordergrund liegt */
    left: 0px; /* Startposition außerhalb des Bildschirms */
    width: 350px;
    height: 100vh;
    margin-top: 0%;
    background-color: #fae2bf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-out; /* Animationseffekt beim Öffnen */
    text-align: center;
    font-size: 14px;
}
   .off-canvas-menu.open {
    left: 0;
}

    .off-canvas-menu ul {
    padding: 0;
}

    .off-canvas-menu ul li {
    list-style: none;
    padding: 30px 20px; /* Größere Polsterung oben und unten */
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s;
}

    .off-canvas-menu ul li:last-child {
    border-bottom: none;
}

    .off-canvas-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s;
    margin-bottom: 15px;
}

    .off-canvas-menu ul li a:hover {
    color: #4caf50;
}

    .off-canvas-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: width 0.3s;
}

    .off-canvas-menu ul li a:hover::after {
    width: 100%;
}

    .off-canvas-menu h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 30px 20px; /* Größerer Abstand oben und unten */
}

    .off-canvas-menu p {
    color: #666;
    margin: 0 20px 30px; /* Größerer Abstand unten */
    line-height: 1.6;
} 
    header {
    background:#f5f5f5;
    padding: 0px;
    display: flex; /* Flexbox verwenden */
    justify-content: space-between; /* Elemente gleichmäßig auf der Zeile verteilen */
    align-items: center; /* Zentriert die Elemente vertikal */
    height: 85px;
    width: 100%;
    position: relative; /* Positionierung des Headers ändern */
}
    
.con1 {
    width: 100%;
    height: 225px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
}
.hero-content h2 {
    font-size: 1.7em;
    background-image: linear-gradient(to bottom, #4CAF50, #008CBA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: 1em;
    margin-bottom: 55px;
    color: #4f4f4f;
}
.cta-button {
    background-color: #35c63b;
    color: #fff;
    padding: 8px 17px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}

#con2 {
    width: 100%;
    height: auto; /* Ändern Sie die Höhe auf automatisch */
    background-color: #F5F5F5;
    text-align: center;
}

#con2 h2 {
    font-size: 1.7em; /* Angepasst für das Responsive-Design */
}

.service-container {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Zentrieren Sie die Container horizontal */
    align-items: center; /* Zentrieren Sie die Container vertikal */
}

.service {
    width: 35%;
    height: 365px; /* Ändern Sie die Höhe auf automatisch */
    padding: 20px;
    margin-top: 15px; /* Ändern Sie den oberen Abstand */
    background-color: #26d22e;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3),
                -2px -2px 5px rgba(0, 0, 0, 0.3);
}

/* Entfernen Sie die Regeln für den Abstand der ersten und letzten Container */
.service:first-child {
    margin-left: 0;
}

.service:last-child {
    margin-right: 0;
}
    #con3 {
    width: 70%;
    height: 450px;
    background-color: #fff;
}

#con32 {
    width: 30%;
    height: 450px;
    background-color: #fff;
    display: flex;
    flex-direction: row; /* Horizontale Ausrichtung */
}

.img32 {
    margin-top: 50%;
    margin-left: -30%;
    height: 40%;
    width: 100%;
}
    #con3 h2 {
    font-size: 1.7em;
    margin-left: 60%;
    margin-bottom: 5px;
}
    .slogan {
    font-size: 1.2em;
    margin-top: 25px;
    margin-left: 2%;
}
.slogan2 {
    font-family: Montserrat;
    font-size: 1em;
    margin-top: 5px;
    margin-left: 10%;
}
.con3-text {
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 5%;
    width: 300px;
}
    
.con3-text h4 {
    font-size: 14px;
    margin-left: -2%;
}
    .cta-button3 {
    background-color: #35c63b;
    padding: 8px 17px;
    border-radius: 8px;
    margin-left: 58%;
}
    #con4 {
    height: 435px;
}
    #con4 h2 {
    font-size: 1.7em;
    margin-bottom: 10px;
}
    .dot {
  height: 10px;
  width: 10px;

}
#con4 p {
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 30px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none; /* Nur einmal die user-select Eigenschaft verwenden */
    -webkit-user-select: none; /* dann das Präfix für Safari */
    /* für Safari 3+ und Safari auf iOS 3+ */
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  width: 5px; /* Ändern Sie die Breite der Pfeile beim Hover */
  height: 15px; 
}

    #con5 {
    width: 100%;
    height: 1105px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    .glowing-text {
    font-size: 1.7em;
    margin-bottom: 30px;
    margin-top: -10px;
}
    
    #anrede-buttons {
    display: flex;
    align-items: center;
    margin-left: 110px;
    margin-bottom: 15px;
}
    #contact-form input,
#contact-form textarea {
    width: calc(100% - 50px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
}
#contact-form textarea {
    width: calc(100% - 50px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 100px; /* Neue Höhe für den Textbereich */
    resize: none; /* Verhindert das Ändern der Größe */
}
    #production-time {
    width: calc(100% - 25px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 37px;
}

        footer {
    padding: 30px 15px; /* Ändern Sie die Polsterung nach Bedarf */
    height: 155px;
}
    h3 {
font-size: 14px;
}
    li{
    font-size: 12px;
}
    p {
    font-size: 12px;
}
    .footer-section2 .technologies img {
    width: 20.5px; /* Standardbreite für die Logos */
    height: 20.5px;
    margin-right: 2%; /* Platz zwischen den Logos */
}
                        .social-media-icons img {
    width: 23px;
    height: 23px;
    border-radius: 50%; /* Um das Bild rund zu machen */
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animationseffekte hinzufügen */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten hinzufügen */
}
    .hb{
width: 55px;
height: 55px;
 
} 
    } 

@media (max-width:730px){
    
                .slideshow-container {
  width: 510px;
  position: relative;
  margin: auto;
 margin-left: 16%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
    
  }

@media (max-width:700px){

            .slideshow-container {
  width: 500px;
  position: relative;
  margin: auto;
 margin-left: 15%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }

@media (max-width:674px) {
 
    .mobile {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
}
         .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; 
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
    z-index: 10;
}

.off-canvas-menu {
    position: fixed;
    z-index: 9999; /* Stellt sicher, dass das Menü im Vordergrund liegt */
    left: 0px; /* Startposition außerhalb des Bildschirms */
    width: 350px;
    height: 100%;
    margin-top: 0%;
background-color: #fae2bf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-out; /* Animationseffekt beim Öffnen */
    text-align: center;
    overflow-y: auto;
    font-size: 14px;
}
   .off-canvas-menu.open {
    left: 0;
}

    .off-canvas-menu ul {
    padding: 0;
}

    .off-canvas-menu ul li {
    list-style: none;
    padding: 30px 20px; /* Größere Polsterung oben und unten */
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s;
}

    .off-canvas-menu ul li:last-child {
    border-bottom: none;
}

    .off-canvas-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s;
    margin-bottom: 15px;
}

    .off-canvas-menu ul li a:hover {
    color: #4caf50;
}

    .off-canvas-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: width 0.3s;
}

    .off-canvas-menu ul li a:hover::after {
    width: 100%;
}

    .off-canvas-menu h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 30px 20px; /* Größerer Abstand oben und unten */
}

    .off-canvas-menu p {
    color: #666;
    margin: 0 20px 30px; /* Größerer Abstand unten */
    line-height: 1.6;
}
  
    .hero-content h2 {
    font-size: 1.4em;
}

.hero-content p {
    font-size: 1em;
    margin-bottom: 40px;
}
    #con2 h2 {
    font-size: 1.4em; /* Angepasst für das Responsive-Design */
}
    #con3 {
    width: 100%;
    height: 400px;
    text-align: center;    
}
    #con32 {
    display: none;
}    
    #con3 h2 {
    font-size: 1.4em;
    margin-left: 2%;
}
    .slogan {
    font-size: 1.2em;
    margin-top: 20px;
}
.slogan2 {
    font-size: 1em;
    margin-top: 5px;
    margin-left: -1.5%;
}
.tc {
  margin: 25px auto; /* Zentrale Ausrichtung durch margin: 25px auto; */
}

.con3-text {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 35px;
  width: 360px; /* Die Breite festlegen */
  margin-left: auto; /* Links und rechts automatisch zentrieren */
  margin-right: auto;
}

.con3-text h4 {
  font-size: 14px;
  margin-left: 0; /* Zurücksetzen des linken Rands */
}   
    .cta-button3 {
    background-color: #35c63b;
    padding: 7px 17px;
    border-radius: 8px;;
    margin-left: 0px;  
    font-size: 14px;
}
    
    #con4 {
    height: 425px;
}
    #con4 h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
}  
    #con5 {
    width: 100%;
    height: 1050px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
    .glowing-text {
    font-size: 1.5em;
    margin-bottom: 30px;
    margin-top: -10px;
}
    #anrede-buttons {
    display: flex;
    align-items: center;
    margin-left: 110px;
    margin-bottom: 15px;
}
#contact-form input,
#contact-form textarea {
    width: calc(100% - 95px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
}
#contact-form textarea {
    width: calc(100% - 95px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 100px; /* Neue Höhe für den Textbereich */
    resize: none; /* Verhindert das Ändern der Größe */
}
        #production-time {
    width: calc(100% - 70px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 36px;
}
            footer {
    padding: 30px 15px; /* Ändern Sie die Polsterung nach Bedarf */
    height: 155px;
}
    
    .footer-logo {
    width: 95px;
    height: 65px;
    margin-bottom: 20px;
}

    h3 {
    font-size:14px; 
}   
    p {
    font-size: 12px;
} 
    li{
        font-size: 12px;
}  
    .footer-section2 .technologies img {
    width: 14px; /* Standardbreite für die Logos */
    height: 14px;
    margin-right: 2%; /* Platz zwischen den Logos */

}
                    .social-media-icons img {
    width: 20px;
    height: 20px;
    border-radius: 50%; /* Um das Bild rund zu machen */
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animationseffekte hinzufügen */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten hinzufügen */
}
        }

@media (max-width:660px){

            .slideshow-container {
  width: 500px;
  position: relative;
  margin: auto;
 margin-left: 13%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }

@media (max-width:640px) {
    
                .slideshow-container {
  width: 500px;
  position: relative;
  margin: auto;
 margin-left: 11.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
 }

@media (max-width:625px){

            .slideshow-container {
  width: 475px;
  position: relative;
  margin: auto;
 margin-left: 12%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }

@media (max-width:600px){

            .slideshow-container {
  width: 475px;
  position: relative;
  margin: auto;
 margin-left: 10.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }

@media (max-width:590px){

            .slideshow-container {
  width: 475px;
  position: relative;
  margin: auto;
 margin-left: 9.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }

@media (max-width:575px){

            .slideshow-container {
  width: 435px;
  position: relative;
  margin: auto;
 margin-left: 12.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
    .dot-container {
  display: flex;
  justify-content: center;
  margin-top: -2.3%;
}
    .dot {
  height: 8px;
  width: 8px;

}

      }

@media (max-width:550px){

            .slideshow-container {
  width: 415px;
  position: relative;
  margin: auto;
 margin-left: 13.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
    #con4{
    height: 375px;
}
      }

@media (max-width:546px){    
      .logo {
    text-align: left;
    width: 170px; /* Größere Abmessungen */
    height: 80px; /* Größere Abmessungen */
    margin-top: 5px;
    margin-left: 0px;
    position: relative; /* Positionierung des Logos ändern */
}
 
    .mobile {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
}
         .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; 
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
    z-index: 10;
}
    
.off-canvas-menu {
    position: fixed;
    z-index: 9999; /* Stellt sicher, dass das Menü im Vordergrund liegt */
    left: 0px; /* Startposition außerhalb des Bildschirms */
    width: 300px;
    height: 100%;
    margin-top: 0%;
background-color: #fae2bf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-out; /* Animationseffekt beim Öffnen */
    text-align: center;
    overflow-y: auto;
    font-size: 14px;
}
   .off-canvas-menu.open {
    left: 0;
}

    .off-canvas-menu ul {
    padding: 0;
}

    .off-canvas-menu ul li {
    list-style: none;
    padding: 30px 20px; /* Größere Polsterung oben und unten */
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s;
}

    .off-canvas-menu ul li:last-child {
    border-bottom: none;
}

    .off-canvas-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s;
    margin-bottom: 15px;
}

    .off-canvas-menu ul li a:hover {
    color: #4caf50;
}

    .off-canvas-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: width 0.3s;
}

    .off-canvas-menu ul li a:hover::after {
    width: 100%;
}

    .off-canvas-menu h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 30px 20px; /* Größerer Abstand oben und unten */
}

    .off-canvas-menu p {
    color: #666;
    margin: 0 20px 30px; /* Größerer Abstand unten */
    line-height: 1.6;
}
        #iframeChatbot {
    bottom: 5px; /* Abstand vom unteren Rand des Viewports */
    right: 5px; /* Abstand vom rechten Rand des Viewports */
}

        .hero-content h2 {
    font-size: 1.3em;
}
        #con2 h2 {
    font-size: 1.4em; /* Angepasst für das Responsive-Design */
}   
    #con3 h2 {
    font-size: 1.4em;
}
        #con4 h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
            #con5 {
    width: 100%;
    height: 1070px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
    .glowing-text {
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: -10px;
}
        #contact-form input,
#contact-form textarea {
    width: calc(100% - 85px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
}
#contact-form textarea {
    width: calc(100% - 85px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 105px; /* Neue Höhe für den Textbereich */
    resize: none; /* Verhindert das Ändern der Größe */
}
        #production-time {
    width: calc(100% - 60px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 36px;
}
    #contact-form button {
    /* Andere Eigenschaften bleiben gleich */
    width: 110px; /* Anpassen der Breite */
    height: 35px; /* Anpassen der Höhe */
    /* Weitere Stile hier hinzufügen */
}
            .footer-section {
    flex: 1;
    margin-left: -10px;
}
        .footer-section2 .technologies { /* Änderung hier */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 15px;
}
        .footer-section2 .technologies img {
    width: 20px; /* Standardbreite für die Logos */
    height: 20px;
    margin-right: 1%; /* Platz zwischen den Logos */           
}
    #anrede-buttons {
    display: flex;
    align-items: center;
    margin-left: 75px;
    margin-bottom: 10px;
}
    #anrede-buttons label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 35px;
    padding-left: 35px; /* Platz für den Kreis */
    line-height: 30px; /* Vertikale Ausrichtung */
    transition: background-color 0.3s; /* Hover-Effekt */
}
                .social-media-icons img {
    width: 21px;
    height: 21px;
    border-radius: 50%; /* Um das Bild rund zu machen */
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animationseffekte hinzufügen */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten hinzufügen */
}
    }

@media (max-width:535px){

            .slideshow-container {
  width: 415px;
  position: relative;
  margin: auto;
 margin-left: 12%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
    #con4{
    height: 375px;
}
      }

@media (max-width:515px){

            .slideshow-container {
  width: 410px;
  position: relative;
  margin: auto;
 margin-left: 10.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
}

@media (max-width:500px){

            .slideshow-container {
  width: 350px;
  position: relative;
  margin: auto;
 margin-left: 16%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
    .dot-container {
  display: flex;
  justify-content: center;
  margin-top: -1.5%;
}
    .dot {
  height: 7px;
  width: 7px;

}

      }

@media (max-width:460px){

            .slideshow-container {
  width: 350px;
  position: relative;
  margin: auto;
 margin-left: 13.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
      }

@media (max-width:457px){
    
        
    .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    margin-top: -20px;
    padding: 14px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none; /* Nur einmal die user-select Eigenschaft verwenden */
    -webkit-user-select: none; /* dann das Präfix für Safari */
    /* für Safari 3+ und Safari auf iOS 3+ */
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  width: 4px; /* Ändern Sie die Breite der Pfeile beim Hover */
  height: 13px; 
}


   }

@media (max-width:450px){

            .slideshow-container {
  width: 325px;
  position: relative;
  margin: auto;
 margin-left: 14%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
    #con4{
    height: 340px;
  }
      }

@media (max-width:447px){ 

.logo {
    text-align: left;
    width: 150px; /* Größere Abmessungen */
    height: 70px; /* Größere Abmessungen */
    margin-top: 5px;
    margin-left: -2%;
    position: relative; /* Positionierung des Logos ändern */
}
    header {
    background:#f5f5f5;
    padding: 0px;
    display: flex; /* Flexbox verwenden */
    justify-content: space-between; /* Elemente gleichmäßig auf der Zeile verteilen */
    align-items: center; /* Zentriert die Elemente vertikal */
    height: 75px;
    width: 100%;
    position: relative; /* Positionierung des Headers ändern */
}   
      
    .mobile {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
}
         .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; 
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
    z-index: 10;
}
    
.off-canvas-menu {
    position: fixed;
    z-index: 9999; /* Stellt sicher, dass das Menü im Vordergrund liegt */
    left: 0px; /* Startposition außerhalb des Bildschirms */
    width: 350px;
    height: 100%;
    margin-top: 0%;
background-color: #fae2bf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-out; /* Animationseffekt beim Öffnen */
    text-align: center;
    overflow-y: auto;
    font-size: 14px;
}
   .off-canvas-menu.open {
    left: 0;
}

    .off-canvas-menu ul {
    padding: 0;
}

    .off-canvas-menu ul li {
    list-style: none;
    padding: 30px 20px; /* Größere Polsterung oben und unten */
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s;
}

    .off-canvas-menu ul li:last-child {
    border-bottom: none;
}

    .off-canvas-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s;
    margin-bottom: 15px;
}

    .off-canvas-menu ul li a:hover {
    color: #4caf50;
}

    .off-canvas-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: width 0.3s;
}

    .off-canvas-menu ul li a:hover::after {
    width: 100%;
}

    .off-canvas-menu h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 30px 20px; /* Größerer Abstand oben und unten */
}

    .off-canvas-menu p {
    color: #666;
    margin: 0 20px 30px; /* Größerer Abstand unten */
    line-height: 1.6;
}
    .con1 {
    width: 100%;
    height: 200px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
}
            .hero-content h2 {
    font-size: 1.1em;
}
    .cta-button {
    background-color: #35c63b;
    color: #fff;
    padding: 5px 13px;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}
    .service {
    width: 50%;
    height: 330px; /* Ändern Sie die Höhe auf automatisch */
    padding: 20px;
    margin-top: 15px; /* Ändern Sie den oberen Abstand */
    background-color: #26d22e;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3),
                -2px -2px 5px rgba(0, 0, 0, 0.3);
}
    #con2 h2 {
    font-size: 1.3em;
}
    
    #con3 {
    width: 100%;
    height: 350px;
    background-color: #fff;
}
    #con3 h2 {
    font-size: 1.3em;
}    
    .cta-button3 {
    background-color: #35c63b;
    color: #fff;
    padding: 5px 13px;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}
        #con4 {
    height: 325px;
}
    #con4 h2 {
    font-size: 22px;
}
    #con4 p {
    font-size: 13px;
}
    .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    margin-top: -20px;
    padding: 14px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none; /* Nur einmal die user-select Eigenschaft verwenden */
    -webkit-user-select: none; /* dann das Präfix für Safari */
    /* für Safari 3+ und Safari auf iOS 3+ */
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  width: 4px; /* Ändern Sie die Breite der Pfeile beim Hover */
  height: 13px; 
}
            #con5 {
    width: 100%;
    height: 1000px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
}
    .glowing-text {
    font-size: 22px;
}
          #anrede-buttons {
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: 5px;
}
    #anrede-buttons label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
    padding-left: 30px; /* Platz für den Kreis */
    line-height: 30px; /* Vertikale Ausrichtung */
    transition: background-color 0.3s; /* Hover-Effekt */
}
    
#contact-form input,
#contact-form textarea {
    width: calc(85% - 5px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 12px;
    margin-left: -1.5%;
}
#contact-form textarea {
    width: calc(85% - 5px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 90px; /* Neue Höhe für den Textbereich */
    resize: none; /* Verhindert das Ändern der Größe */
    font-size: 12px;
}
        #contact-form button {
    width: 90px; 
    height: 30px; 
    padding: 5px 10px;
    font-size: 11px;
}
            #production-time {
    width: 90%;
    height: 37px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 35px;    
    font-size: 12px;
    margin-left: -1.5%;
}
    
        h3 {
    font-size:12px; 
}   
    p {
    font-size: 10px;
} 
    li{
        font-size: 10px;
} 
            footer {
    padding: 30px 15px; /* Ändern Sie die Polsterung nach Bedarf */
    height: 130px;
}
.footer-logo {
    width: 95px;
    height: 60px;
    margin-bottom: 20px;
}
            .footer-section {
    flex: 1;
    margin-left: -7px;
}
        .footer-section2 {
    margin-left: -1%;
    
}
            .footer-section2 .technologies img {
    width: 30%; /* Standardbreite für die Logos */
    height: 30%;
    margin-right: 1%; /* Platz zwischen den Logos */
}
            .footer-section2 .technologies { /* Änderung hier */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
    margin-right: 5px;
}
            .social-media-icons img {
    width: 19px;
    height: 19px;
    border-radius: 50%; /* Um das Bild rund zu machen */
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animationseffekte hinzufügen */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten hinzufügen */
}
     }

@media (max-width:430px){

            .slideshow-container {
  width: 325px;
  position: relative;
  margin: auto;
 margin-left: 13%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }
 }

@media (max-width:420px){

            .slideshow-container {
  width: 325px;
  position: relative;
  margin: auto;
 margin-left: 12%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }

      }

@media (max-width:410px){

            .slideshow-container {
  width: 325px;
  position: relative;
  margin: auto;
 margin-left: 11%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
             -2px -2px 1px 	#DCDCDC;
  }

      }

@media (max-width:400px){

            .slideshow-container {
  width: 300px;
  position: relative;
  margin: auto;
 margin-left: 14%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 
        #con4{
    height: 315px;
  }
}

@media (max-width:397px) {
    
    .logo {
    text-align: left;
    width: 135px; /* Größere Abmessungen */
    height: 65px; /* Größere Abmessungen */
    margin-top: 5px;
    margin-left: -5%;
    position: relative; /* Positionierung des Logos ändern */
}
    header {
    background:#f5f5f5;
    padding: 0px;
    display: flex; /* Flexbox verwenden */
    justify-content: space-between; /* Elemente gleichmäßig auf der Zeile verteilen */
    align-items: center; /* Zentriert die Elemente vertikal */
    height: 70px;
    width: 100%;
    position: relative; /* Positionierung des Headers ändern */
}
 
    .mobile {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
}
         .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; 
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
    z-index: 10;
}
    
.off-canvas-menu {
    position: fixed;
    z-index: 9999; /* Stellt sicher, dass das Menü im Vordergrund liegt */
    left: 0px; /* Startposition außerhalb des Bildschirms */
    width: 275px;
    height: 100%;
    margin-top: 0%;
    background-color: #fae2bf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-out; /* Animationseffekt beim Öffnen */
    text-align: center;
    overflow-y: auto;
    font-size: 14px;
}
   .off-canvas-menu.open {
    left: 0;
}

    .off-canvas-menu ul {
    padding: 0;
}

    .off-canvas-menu ul li {
    list-style: none;
    padding: 30px 20px; /* Größere Polsterung oben und unten */
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s;
}

    .off-canvas-menu ul li:last-child {
    border-bottom: none;
}

    .off-canvas-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s;
    margin-bottom: 15px;
}

    .off-canvas-menu ul li a:hover {
    color: #4caf50;
}

    .off-canvas-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: width 0.3s;
}

    .off-canvas-menu ul li a:hover::after {
    width: 100%;
}

    .off-canvas-menu h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 30px 20px; /* Größerer Abstand oben und unten */
}

    .off-canvas-menu p {
    color: #666;
    margin: 0 20px 30px; /* Größerer Abstand unten */
    line-height: 1.6;
}
            #iframeChatbot {
    bottom: 1px; /* Abstand vom unteren Rand des Viewports */
    right: 1px; /* Abstand vom rechten Rand des Viewports */
}
    .con1 {
    width: 100%;
    height: 180px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
}
            .hero-content h2 {
    font-size: 16px;
}
    .hero-content p {
    font-size: 13px;
    width: 350px;
}
    .cta-button {
    background-color: #35c63b;
    color: #fff;
    padding: 5px 13px;
    font-size: 14px;
    border-radius: 7px;
    text-decoration: none;
    transition: background-color 0.3s;
}
    #con2{ 
    width: 100%;    
}   
    #con2 h2 {
    font-size: 18px;
}
        #con2 li {
    font-size: 12px;
}
    .service h3{
  font-size: 13px;
}
    .service {
    width: 45%;
    height: auto; /* Ändern Sie die Höhe auf automatisch */
    padding: 20px;
    margin-top: 15px; /* Ändern Sie den oberen Abstand */
    background-color: #26d22e;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3),
                -2px -2px 5px rgba(0, 0, 0, 0.3);
    margin-right: 0px;
} 
    #con3 h2 {
    font-size: 18px;
    margin-left: -2px;
}
    #con3 {
    width: 100%;
    height: 280px;
    background-color: #fff;
}
    .slogan {
    font-size: 15px;
    margin-top: 20px;
}
   .slogan2 {
   font-size: 14px;
   margin-top: 5px;
   margin-left: -1.5%;
   margin-right: 0px;
}
.tc {
  margin: 25px auto; /* Zentrale Ausrichtung durch margin: 25px auto; */
}

.con3-text {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 35px;
  width: 360px; /* Die Breite festlegen */
  margin-left: auto; /* Links und rechts automatisch zentrieren */
  margin-right: auto;
}

.con3-text h4 {
  font-size: 11px;
  margin-left: 0; /* Zurücksetzen des linken Rands */
}
    .cta-button3 {
    background-color: #35c63b;
    color: #fff;
    padding: 5px 13px;
    font-size: 14px;
    border-radius: 7px;
    text-decoration: none;
    transition: background-color 0.3s;
}
        #con4 {
    height: 315px;
    width: 100%;
}
    #con4 h2 {
    font-size: 19px;
    margin-left: -2px;
}
#con4 p {
    font-size: 13px;
}
                #con5 {
    width: 100%;
    height: 925px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
}
       .glowing-text {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: -10px;
}
          #anrede-buttons {
    display: flex;
    align-items: center;
    margin-left: 45px;
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: 10px;
}
    #anrede-buttons label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
    padding-left: 25px; /* Platz für den Kreis */
    line-height: 20px; /* Vertikale Ausrichtung */
    transition: background-color 0.3s; /* Hover-Effekt */
}
    
#anrede-buttons label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
    
#contact-form input,
#contact-form textarea {
    width: calc(85% - 10px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 10px;
    font-size: 12px;
    margin-left: -5px;
}
#contact-form textarea {
    width: calc(85% - 10px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 90px; /* Neue Höhe für den Textbereich */
    resize: none; /* Verhindert das Ändern der Größe */
    font-size: 12px;
    margin-left: -5px;
}
                #production-time {
    width: 90%;
    height: 33px;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 12px;
    margin-left: -5px;
}
    footer {
    background-color: #929292;
    color: #fff;
    padding: 20px 0px; /* Ändern Sie die Polsterung nach Bedarf */
    height: 125px;
    width: 100%;
}
    
.footer-logo {
    width: 75px;
    height: 50px;
    margin-bottom: 20px;
    margin-left: -0%;
    margin-right: -0%;
}
            h3 {
    font-size:10px; 
}   
    p {
    font-size: 9px;
} 
    li{
        font-size: 9px;
   
}
    .footer-section{
     margin-left: -2px;
    }
        .footer-section2 {
    margin-left: -1%;
}
            .footer-section2 .technologies img {
    width: 30%; /* Standardbreite für die Logos */
    height: 30%;
    margin-right: 1%; /* Platz zwischen den Logos */     
}   
        .social-media-icons img {
    width: 17px;
    height: 17px;
    border-radius: 50%; /* Um das Bild rund zu machen */
    margin-right: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animationseffekte hinzufügen */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten hinzufügen */
}
        .hb{
width: 40px;
height: 40px;
margin-right: 5px;
}
         }

@media (max-width:385px){

            .slideshow-container {
  width: 300px;
  position: relative;
  margin: auto;
 margin-left: 11.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 
  }

@media (max-width:375px){

            .slideshow-container {
  width: 300px;
  position: relative;
  margin: auto;
 margin-left: 10%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 
  } 

@media (max-width:365px){

            .slideshow-container {
  width: 300px;
  position: relative;
  margin: auto;
 margin-left: 9.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 
        #con4{
    height: 315px;
  }
}

@media (max-width:360px) {

    
 .logo {
    text-align: left;
    width: 115px; /* Größere Abmessungen */
    height: 55px; /* Größere Abmessungen */
    margin-top: 5px;
    margin-left: -5%;
    position: relative; /* Positionierung des Logos ändern */
}
    header {
    background:#f5f5f5;
    padding: 0px;
    display: flex; /* Flexbox verwenden */
    justify-content: space-between; /* Elemente gleichmäßig auf der Zeile verteilen */
    align-items: center; /* Zentriert die Elemente vertikal */
    height: 60px;
    width: 100%;
    position: relative; /* Positionierung des Headers ändern */
}
 
                .mobile-trigger{
    display: block;
    margin-top: 20px;
    float: right;
    margin-right: 2.5%;

    }
    .mobile {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
}
         .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; 
    width: 250px;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-out;
    color: aqua;
    z-index: 10;
}
    
.off-canvas-menu {
    position: fixed;
    z-index: 9999; /* Stellt sicher, dass das Menü im Vordergrund liegt */
    left: 0px; /* Startposition außerhalb des Bildschirms */
    width: 250px;
    height: 100%;
    margin-top: 0%;
    background-color: #fae2bf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-out; /* Animationseffekt beim Öffnen */
    text-align: center;
    overflow-y: auto;
    font-size: 14px;
}
   .off-canvas-menu.open {
    left: 0;
}

    .off-canvas-menu ul {
    padding: 0;
}

    .off-canvas-menu ul li {
    list-style: none;
    padding: 30px 20px; /* Größere Polsterung oben und unten */
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s;
}

    .off-canvas-menu ul li:last-child {
    border-bottom: none;
}

    .off-canvas-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s;
    margin-bottom: 15px;
}

    .off-canvas-menu ul li a:hover {
    color: #4caf50;
}

    .off-canvas-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #4caf50;
    transition: width 0.3s;
}

    .off-canvas-menu ul li a:hover::after {
    width: 100%;
}

    .off-canvas-menu h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 30px 20px; /* Größerer Abstand oben und unten */
}

    .off-canvas-menu p {
    color: #666;
    margin: 0 20px 30px; /* Größerer Abstand unten */
    line-height: 1.6;
}
        .con1 {
    width: 100%;
    height: 135px;
    background-color: #fff;
    z-index: 1;
    text-align: center;
}
            .hero-content h2 {
    font-size: 14px;
}
    .hero-content p {
    font-size: 10px;
    margin-bottom: 20px;
    width: 290px;
    margin-right: auto;
    margin-left: auto;
}
    .cta-button {
    background-color: #35c63b;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 12px;
}
            .con2 {
    width: 100%;
}
    #con2 h2 {
    font-size: 18px;
}
        #con2 li {
    font-size: 10px;
}
    .service h3{
  font-size: 12px;
}
    .service {
    width: 45%;
    padding: 20px;
    margin-top: 15px; /* Ändern Sie den oberen Abstand */
} 
    .wp,
.wp2,
.wp3 {
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
}
    #con3 h2 {
    font-size: 18px;
}
    #con3 {
    width: 100%;
    height: 275px;
}
    .slogan {
    font-size: 13px;
    margin-top: 20px;
        margin-right: 0px;
}
    .slogan2 {
    font-size: 12px;
    margin-top: 5px;
    margin-left: -1.5%;
        margin-right: 0px;
}
 .con3-text h4 {
 font-size: 9px;
 margin-left: -2%; /* Zurücksetzen des linken Rands */
 width: 215px;
 margin-top: 0px;
margin-right: 0px;
}
  .con3-text{
  font-size: 9px;
     width: 215px;
  margin-left: 17%; /* Zurücksetzen des linken Rands */
  margin-bottom: 5px;
margin-right: 0px;
}
    .cta-button3 {
    background-color: #35c63b;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 12px;
}
    #con4 {
    width: 100%;
    height: 310px;
}
    #con4 h2 {
    font-size: 19x;
} 
    #con4 p {
    font-size: 11px;
}
            #con5 {
    width: 100%;
    height: 875px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
}
  .glowing-text {
    font-size: 18px;
}
#anrede-buttons {
    display: flex;
    align-items: center;
    margin-left: 35px;
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: 10px;
}
    #anrede-buttons label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    padding-left: 20px; /* Platz für den Kreis */
    line-height: 15px; /* Vertikale Ausrichtung */
    transition: background-color 0.3s; /* Hover-Effekt */
}
    
#anrede-buttons label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
    
#contact-form input,
#contact-form textarea {
    width: calc(85% - 15px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 8px;
    font-size: 10px;
    margin-left: -5px;
}
#contact-form textarea {
    width: calc(85% - 15px); /* Adjusted to accommodate border width */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 75px; /* Neue Höhe für den Textbereich */
    resize: none; /* Verhindert das Ändern der Größe */
        margin-left: -5px;
}
                    #production-time {
    width: 90%;
    height: 33px;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 10px;
    margin-left: -5px;
}
            #contact-form button {
    width: 80px; 
    height: 25px; 
    padding: 3px 8px;
    font-size: 10px;
}
                h3 {
    font-size:8px; 
}   
    p {
    font-size: 8px;
} 
    li{
        font-size: 8px;
   
}
        footer {
    background-color: #929292;
    color: #fff;
    padding: 20px 0px; /* Ändern Sie die Polsterung nach Bedarf */
    height: 120px;
    width: 100%;
}
    .footer-section2 .technologies { /* Änderung hier */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 5px;
}
                .footer-section2 .technologies img {
    width: 20%; /* Standardbreite für die Logos */
    height: 20%;
    margin-right: 1%; /* Platz zwischen den Logos */        
}
    .social-media-icons img {
    width: 16px;
    height: 16px;
    border-radius: 50%; /* Um das Bild rund zu machen */
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animationseffekte hinzufügen */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten hinzufügen */
}
    }

@media (max-width:355px){

            .slideshow-container {
  width: 300px;
  position: relative;
  margin: auto;
 margin-left: 8%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 

}

@media (max-width:350px){

            .slideshow-container {
  width: 300px;
  position: relative;
  margin: auto;
 margin-left: 7%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 

}

@media (max-width:345px){

            .slideshow-container {
  width: 260px;
  position: relative;
  margin: auto;
 margin-left: 12%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 
}

@media (max-width:330px){

            .slideshow-container {
  width: 260px;
  position: relative;
  margin: auto;
 margin-left: 10.5%;
 box-shadow: 2px 2px 1px 	#DCDCDC,
     } 
}
