@media (min-width: 1600px){
    
    .logo {
    text-align: left;
    width: 185px; /* Größere Abmessungen */
    height: 85px; /* Größere Abmessungen */
    margin-top: 18px;
    margin-left: 20px;
    position: relative; /* Positionierung des Logos ändern */
}
    .container {
    width: 90%;
        height: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
    color: #383838;
}
    #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 */
}
      h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
    strong2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
    h3 {
    font-size:20px; 
}   
    p {
    font-size: 18px;
} 
    li{
    font-size: 18px;
}
    
    
    }

@media (max-width: 1461px) {
    
    .container {
        width: 87%;
        height: auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
}

@media (max-width: 1350px) {
    
                .logo {
    text-align: left;
    width: 170px; /* Größere Abmessungen */
    height: 80px; /* Größere Abmessungen */
    margin-top: 19px;
    margin-left: 0.1%;
    position: relative; /* Positionierung des Logos ändern */
}
        #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 */
}
        .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 */
}

    }

@media (max-width:1075px){
    
     footer {
 height: 170px;
}
 }

@media (max-width: 975px) {

.container {
        width: 85%;
        height: auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
    
    .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 */
}
    
        h1 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 28px;
        margin-top: 5px;
    }
        strong2 {
        margin-bottom: 20px;
        font-size:20px;
        font-weight: 600;
    }
            #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: 900px) {

.container {
        width: 85%;
        height: auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
}

@media (max-width:855px){
    
    footer {
    height: 195px;
}
    .container {
        width: 85%;
        height: auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
  }

@media (max-width:805px){

    .container {
        width: 85%;
        height: auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
  }

@media (max-width:769px) {
    
.logo {
    text-align: left;
    width: 170px; /* Größere Abmessungen */
    height: 80px; /* Größere Abmessungen */
    margin-top: 23px;
    margin-left: 0px;
    position: relative; /* Positionierung des Logos ändern */
}
    .border{
        display: none;
        }
    .mobile-trigger{
    display: block;
    margin-top: -28px;
    float: right;
    margin-right: 2.5%;
    }
    
     .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; /* Startposition außerhalb des sichtbaren Bereichs */
    width: 250px;
    height: 100vh;
    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 */
}
    .container {
        width: 90%;
        height: auto;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
        h1 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 26px;
    }
        strong2 {
        margin-bottom: 20px;
        font-size:18px;
        font-weight: 600;
    }
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 */
}
    }

@media (max-width:700px){
    
        .container {
        width: 90%;
        height: auto;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
}

@media (max-width:674px) {
    
            .container {
        width: 90%;
        height: auto;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
    
.mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; /* Startposition außerhalb des sichtbaren Bereichs */
    width: 250px;
    height: 100vh;
    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;
}  

footer {
    padding: 30px 15px; /* Ändern Sie die Polsterung nach Bedarf */
    height: 155px;
}
    
    .footer-logo {
    width: 95px;
    height: 65px;
    margin-bottom: 20px;
}
    .hb{
width: 50px;
height: 50px;
 
}
    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:640px) {
    
            .container {
        width: 90%;
        height: auto;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
  }

@media (max-width:600px) {
    
            .container {
        width: 90%;
        height: auto;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1),
                   -2px -2px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
    }
  }

@media (max-width:546px) {
    
                 .logo {
    text-align: left;
    width: 170px; /* Größere Abmessungen */
    height: 80px; /* Größere Abmessungen */
    margin-top: 23px;
    margin-left: 0px;
    position: relative; /* Positionierung des Logos ändern */
}
            #iframeChatbot {
    bottom: 5px; /* Abstand vom unteren Rand des Viewports */
    right: 5px; /* Abstand vom rechten Rand des Viewports */
}
     .mobile-nav {
    position: fixed;
    top: 0%;
    left: -250px; /* Startposition außerhalb des sichtbaren Bereichs */
    width: 250px;
    height: 100vh;
    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: 325px;
    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;
}
    .container {
        width: 85%;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                   -4px -4px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
        height: auto;
}
           h1 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 22px;
        margin-top: -5px;
}
        strong2 {
        margin-bottom: 20px;
        font-size:16px;
        font-weight: 600;
}
.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 */           
}
    
.hb{
width: 40px;
height: 40px;
margin-right:0px;
}

    #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:447px) {
    
                .logo {
    text-align: left;
    width: 150px; /* Größere Abmessungen */
    height: 70px; /* Größere Abmessungen */
    margin-top: 23px;
    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-trigger{
    display: block;
    margin-top: -18px;
    float: right;
    margin-right: 2.5%;

    }
     .mobile-nav {
    position:fixed;
    top: 0%;
    left: -250px; /* Startposition außerhalb des sichtbaren Bereichs */
    width: 250px;
    height: 100vh;
    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: 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;
    overflow-y: auto;
}
   .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;
}

         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;
    margin-top: 2px;
    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:397px) {
    
                    .logo {
    text-align: left;
    width: 135px; /* Größere Abmessungen */
    height: 65px; /* Größere Abmessungen */
    margin-top: 23px;
    margin-left: -5%;
    position: relative; /* Positionierung des Logos ändern */
}
            .mobile-trigger{
    display: block;
    margin-top: -13px;
    float: right;
    margin-right: 2.5%;

    }
                #iframeChatbot {
    bottom: 1px; /* Abstand vom unteren Rand des Viewports */
    right: 1px; /* Abstand vom rechten Rand des Viewports */
}
    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-nav {
    position: fixed;
    top: 0%;
    left: -250px; /* Startposition außerhalb des sichtbaren Bereichs */
    width: 250px;
    height: 100vh;
    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: 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;
       overflow-y: auto;
}
   .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;
}

        .container {
        width: 85%;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                   -4px -4px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
        height: auto;
        font-size: 14px;
}
           h1 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 20px;
        margin-top: -5px;
}
        strong2 {
        margin-bottom: 20px;
        font-size:14px;
        font-weight: 600;
}
     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:360px) {
    
    
                       .logo {
    text-align: left;
    width: 115px; /* Größere Abmessungen */
    height: 55px; /* Größere Abmessungen */
    margin-top: 23px;
    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-nav {
    position: fixed;
    top: 0%;
    left: -250px; /* Startposition außerhalb des sichtbaren Bereichs */
    width: 250px;
    height: 100vh;
    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: 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;
       overflow-y: auto;
}
   .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;
}
            .container {
        width: 85%;
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                   -4px -4px 8px rgba(0, 0, 0, 0.1); 
        color: #383838;
        height: auto;
        font-size: 14px;
}
           h1 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
        margin-top: -5px;
}
        strong2 {
        margin-bottom: 20px;
        font-size:12px;
        font-weight: 600;
}
               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 */
}
        }