:root {
      --indent-right: 60px; /* Abstand von der rechten Seite — anpassen */
      --gap: 24px;
      --font: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      --allbreite:1400px; /* ganze contenar */
      --allhohe:500px; /*Höhe der Animation */
      --allbreit-redui:430px;
      --allbreit-redui2:985px;
      --banerbreite:200px /*taille des baniere des autre pages*/
    } 
* {
            box-sizing: border-box;
        }
body 
  {
    font-family: var(--font);
    background-color: #f5f5f5; /* Hintergrundfarbe für Seitenränder */
    margin: 0;
    padding: 0;
    line-height: 1.6;
    padding-top: 110px; /* Platzhalter für fixierten Header */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  } 

  header {
    position: fixed; /* Fixiert den Header */
    top: 0;          /* Oben an der Seite */
    left: 0;         /* Ganz links */
    width: 100%;     /* Volle Breite */
    height: 110px;    /* Höhe des Headers 162*/
    background-color: #063c75; /* Hintergrundfarbe */
    color: white;    /* Schriftfarbe */
    display: flex;   /* Flexbox für Inhalte */
    /*align-items: center; /* Vertikale Ausrichtung */
    justify-content: center; /* Horizontale Ausrichtung */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Schatten optional */
    z-index: 10;   /* Damit der Header über allem liegt */
  }

  main 
  {
    padding:0px;
    background: linear-gradient(to bottom, #063c75, #76a9df);
    flex-grow: 1; 
  }

  #fixedDiv
  {
    position: fixed; /* fixiert das Div */
    z-index: 10;  /* immer im Vordergrund */
  }


  .slider{
        position: relative;
        padding: 0;
        /*height: 100vh;*/
        justify-content: center;
        align-items: center;
        margin-top: 0px; /* nach unten geschoben werden */
        width: var(--allbreite);/* longeur du kadre des foto*/
        height: var(--allhohe);
        display: flex;
        overflow: hidden;/* limite les bande nach link nach oben und untenn*/
        margin:0 auto;
   }
  .slides{
    width: var(--allbreite);
    height: var(--allhohe); /* breite*/
    border-radius: 10px;
    display: flex;
   }
  .slides input{
    display: none;
   }
   .slide{
    white-space: 20%;
    transition: 2s;
   }
  .slide img{
    width: var(--allbreite);/* la longeur des foto*/
    height: var(--allhohe);
   }
   /* CSS for mamual slide navigation */
  .navigation-manual{ /* positionnenment des bouton*/
    position: absolute;
    width: var(--allbreite);
    margin-top: 460px;
    display: flex;
    justify-content: center;

   }
  .manual-btn{
    border: 2px solid #40D3DC;
    padding: 5PX;
    border-radius: 10PX;
    cursor: pointer;
    transition: 1S;
   }
  .manual-btn:not(:last-child){ /* espace les boutton */
    margin-right: 40px;
   }
  .manual-btn:hover{
    background: #40D3DC;

   }
   #radio1:checked ~ .first{
    margin-left: 0;
   }
   #radio2:checked ~ .first{
    margin-left: -100%;
   }
   #radio3:checked ~ .first{
    margin-left: -200%;
   }
   #radio4:checked ~ .first{
    margin-left: -300%;
   }
   #radio5:checked ~ .first{
    margin-left: -400%;
   }
   /* CSS dor Automation navigation*/
   .automatic-auto{
    position: absolute;
    width: var(--allbreite); /* deplacement sur la droite */
    margin-top: 480px;
    display: flex;
    justify-content: center; 
   }
   .automatic-auto div{
    border: 2px solid #252525;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
    }
    .automatic-auto div:not(:last-child){
    margin-right: 40px;
    }
    #radio1:checked ~ .automatic-auto .auto-btn1{
    background: #40D3DC;
   }
   #radio2:checked ~ .automatic-auto .auto-btn2{
    background: #40D3DC;
   }
   #radio3:checked ~ .automatic-auto .auto-btn3{
    background: #40D3DC;
   }
   #radio4:checked ~ .automatic-auto .auto-btn4{
    background: #40D3DC;
   }
   #radio5:checked ~ .automatic-auto .auto-btn5{
    background: #40D3DC;
   }
   /* End Animation*/
  
   .containerpetiblock1 {
      position: relative;
      margin-top: 10PX;
      max-width: var(--allbreite); /* taille maxmal du contenaire */
      text-align: center;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      padding:0 auto;
      background-color: #063c75; 
      border-bottom-left-radius: 10px; 
      border-bottom-right-radius: 10px;
      display: flex;
      font-size: 17px;
    }

   h1{
    color: white;
   }
   h2 {
      font-size: 18px;
      margin-bottom: 20px;
      color: #FFFFFF
    }
    h6 {
      font-size: 22px;
      margin-bottom: 20px;
      color: #FFFFFF
    }
       h3 {
      color: #FFFFF0;
    }
  p{
    color: white;
  }
  .logbogesamt
  {
    width:100%;
    Max-width: var(--allbreite);
    height: 110px; 
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    padding: 0 20px;
  }
 
.logo { height: 100px; width: 400px; z-index: 1; margin-top: 0px; }
.logo-teyt { margin-top: -20px; margin-left: -20px; height: 70px; width: 300px; background-color: #dd5101; }

    /* Menü rechts ausrichten */
  .menuoben 
    {
      top: 65px;
      width: var(--allbreite);
      gap: var(--gap); /* Abstande zwischen menu */
      list-style: none;
      margin: 0 0 8px 0; 
      padding: 0;
      justify-content: flex-end; 
      display: flex;
      z-index: 10px;
    }

  nav {
      position: absolute;
      top: 100px;
      /* optional: maximale Breite */
      padding: 12px 0;
      padding-right: var(--indent-right); /* hier steuert man die "Eingerücktheit" */
  }

 nav a {
    color: #fff;
    margin: 5px; /* espance entre deux menu */
    text-decoration: none;
    font-weight: bold;
  }
  nav a:hover {
        text-decoration: underline;
        color: #40D3DC
    }
.sousmenu{
    max-width: var(--allbreite);
    margin: auto;
    padding:0 10px; /* 20 abstande von vertikal kante zu Test, 0 Horizontal abstance zu kante oben*/
    text-align: justify;
}

.navigationhoch
{
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  height: 100%;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }

  .card {
    background-color: #fff;
    width: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2)
  }

  .card:hover {
    transform: translateY(-15px);
  }

  .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .card-content {
    padding: 15px;
  }

  .card-title {
    font-size: 18px;
    font-weight: bold;
    background-color: #c0f3ff;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .card-text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
  }

  .card-footer {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
  }

  .card-footer svg {
    margin-right: 5px;
  }



 

 
  
  .bouton{
    color: #333;
    padding: 20px;
    text-decoration: none;
  }
  .bouton:hover{
    text-decoration: underline;
    color: #c0f3ff;
  }

  .abstand{
    padding: 16px;
  }

  .containervisitenkarte
  {
    width: 100%;
    width: var(--allbreite);
    margin: 0 auto;   /* Zentriert horizontal */
    display: flex;
    padding: 10px;/* distance de test entre kanten */
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*//* couler de larriereplan*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px; 
  }

 

     /* Trennlinie */
    .divider {
      display: flex;
      margin: 0 20px;
      width: 2px;
      height: 300px;
    }

     /* Rechte Spalte */
    .menuunter {
      width: 35%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 40px;
      font-size: 22px;
      line-height: 2;
    }

    .menuunter a
    {
      text-decoration: none;
      text-align: left;
      color: white
    }

    .menuunter a:hover {
        text-decoration: underline;
        color: #40D3DC
    }
    
    .socialunter
    {
      display: flex;
      margin-top: 5%;
      width: 5%;
      flex-direction: column;
    }

    .iconfuss
    {
      width: 40px;
    }

    .iconfuss:hover {
        transform: scale(2);   /* leicht vergrößern */
    }
 
footer {
      flex-direction: column;
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      background: #063c75;
      text-align: center;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      /*margin-top: 50px; /* Abstand zum Slider */
      padding: 20px 0;
    }

    /*new  */

    /* kontakt */
    .form-namefirma
    {
      display: flex;
      column-gap: 10px;
    }

 

    form  
    {
      width: 40%;
      height: auto;
      margin-left: 20px; /* distance entre les deux case */
      padding:0 10px; /* espace entre cadre interieur et bordur interieur*/
      border: 1px solid #ddd;
      border-radius:20px;
      background: #7ba0c7;
      color: white;
      margin-top: 0px;
    }

    .colortitre-formular{
      text-decoration-color: #0b72ff;
    }
    label {
      display: block;
      margin-top: 10px;
      font-size: 14px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
    }

    textarea {
      resize: vertical;
      min-height: 100px;
    }

    .checkbox-container {
      display: flex;
      align-items: flex-start;
      margin-top: 15px;
      font-size: 13px;
    }

    .checkbox-container input {
      margin-right: 10px;
      margin-top: 3px;
    }

    .recaptcha {
      margin-top: 15px;
      display: flex;
    }

    button {
      margin-top: 15px;
      background-color: #40D3DC;
      color: #fff;
      border: none;
      padding: 12px 18px;
      border-radius: 5px;
      font-size: 15px;
      cursor: pointer;
    }
    button:hover {
      background-color: #07e7f3;
    }
    .movedd{
      position: absolute;
      margin-top: -10px;
      margin-left: 26px;
      width: auto;
      height: 60px;
    }

    .banerkontakt {
      height: var(--banerbreite);
      background: url("img/briefumschlag.png") no-repeat center/cover;
      margin-top: 0px; /* Verschiebung nach unten */
      z-index: -1px;
    }

    .banerleistung 
    {
      height: var(--banerbreite);
      background: url("img/OPCUA.jpg") no-repeat center/cover;
      margin-top: 0px; /* Verschiebung nach unten */
      z-index: -1px;
    }

       .banerubermich 
    {
      height: var(--banerbreite);
      background: url("img/33.jpg") no-repeat center/cover;
      margin-top: 0px; /* Verschiebung nach unten */
      z-index: -1px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .banerubermich h1 
    {
      color: white;
      font-size: 48px;
      padding: 10px 30px;
      border-radius: 8px;
    }
    
    .color-A{
      color: #07e7f3;
      text-decoration: none;
    }
    .color-A:hover{
      color: white;
      text-decoration: underline;
    }


    .baneruebermich {
      height: var(--banerbreite);
      background: url("img/11.jpg") no-repeat center/cover;
      margin-top: 0px; /* Verschiebung nach unten */
      z-index: -1px;
    }
    .centrierer{
      position: relative;
      margin-top: 50%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #60b5b9;
    }
    .aliment{
      position: absolute;
      left: var(--allhohe);
      right: 700px;
      text-align: justify;
      /*background-color: #07e7f3;*/
      display: flex;
    }
    .container {
      max-width: var(--allbreite); /* taille maxmal du contenaire */
      margin: auto;
      padding: 20px;
      text-align: justify;
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.6);
      background: linear-gradient(to bottom, #10559e, #063c75);
    }
    .section {
      color: white;
      padding: 40px 0;
    }
    ul {
      padding-left: 20px;
    }
    .unterschrieben{
      text-decoration: underline;
    }
    .titree{
      position: absolute;
      margin-top: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
    }

.bg-image {
    position: fixed;       /* bleibt beim scrollen */
    inset: 0;              /* top/right/bottom/left = 0 */
    width: 100%;
    height: 100%;
    object-fit: cover;     /* füllt den Bildschirm proportional aus */
    object-position: center;
    z-index: -1;           /* hinter den Inhaltslayer legen */
    pointer-events: none;  /* klicks durchlassen */
    filter: brightness(0.9); /* optional: leicht abdunkeln */
  }
  .quadra{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 123.0px;
    z-index: -1px;
    background-color: black;
  }
  /* Impressung */
  .banerimpressung {
      height: var(--banerbreite);
      background: url("img/book.png") no-repeat center/cover;
      margin-top: 0px; /* Verschiebung nach unten */
      z-index: -1px;
    }

:root{
      --primary:#0b72ff;
      --card:rgba(255,255,255,0.95);
      --radius:12px;
    }
    *{box-sizing:border-box}
    body{font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; background:var(--bg); color:var(--text);}
    .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:999;}
    .popup{background:var(--card);border-radius:var(--radius);padding:28px;max-width:480px;box-shadow:0 8px 30px rgba(0,0,0,0.3);text-align:center;position:relative;}
    .popup h2{font-size:28px;margin-top:0}
    .popup .offer-badge{display:inline-block;padding:8px 14px;border-radius:999px;background:#ce7e05;color:#fff;font-weight:700;margin-bottom:16px;font-size:22px;}
    .popup p{color:var(--muted);margin:12px 0}
    .btn{background:var(--primary);color:rgb(255, 255, 255);padding:12px 18px;border-radius:10px;border:none;cursor:pointer;font-weight:700;margin-top:px; text-decoration: none;font-size:16px;}
    .btn.secondary{background:transparent;color:var(--primary);border:2px solid rgba(11,114,255,0.12)}
    .close-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:20px;cursor:pointer;color:var(--muted)}
  
    .containerpetiblock {
      position: relative;
      color: white;
      top: 30PX;
      max-width: var(--allbreite);/* taille maxmal du contenaire */
      text-align: justify;
      background: rgba(255, 255, 255, 0.05); 
      border-radius: 10px;
      display: flex;
      
    }



    .containerpetiblock2 {
      position: relative;
      color: white;
      top: 50PX; /* distance entre le bloc du hoch le se block*/
      margin-bottom: 30px;
      max-width: var(--allbreite); /* taille maxmal du contenaire */
      text-align: justify;
      background: rgba(255, 255, 255, 0.05); 
      border-radius: 10px;
      display: flex;
    }

    .block-de-text
    {
      margin:10px 20px; /* largeur 20px longueuer 10px du cadre bleu dans lequel se trouve les text */
      /*background-color: #07e7f3;*/
    }
/* Senden Button debut*/
    .sendbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Abstand zwischen Text und Icon */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  
  box-shadow: 0 4px 6px rgba(182, 12, 12, 0.15);
  transition: all 0.3s ease;
}

.sendbutton:hover {
  background: linear-gradient(135deg, #40D3DC, #019da5);
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.sendbutton:active {
  transform: translateY(0);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.sendbutton img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* Icon weiß färben */
}
.IconKontakt {
    display: flex;          /* Aktiviert Flexbox */
    align-items: center;    /* Zentriert Icon und Text vertikal */
    gap: 10px;              /* Erzeugt einen gleichmäßigen Abstand zwischen Icon und Text */
    font-family: sans-serif; /* Optional: Schriftart anpassen */
}

.IconKontakt img {
    display: block;         /* Verhindert unerwünschte Abstände unter dem Bild */
}

/* Optional: Layout-Anpassung der Slide, um Platz zu schaffen */
.slide {
    /* ... bestehende Stile ... */
    justify-content: flex-start; /* Ändern Sie dies, damit der Inhalt oben beginnt und Platz lässt */
    text-align: center; /* Zentriert Text und Inline-Elemente */
}

/**/
 /* Senden Button debut*/

/* Ab 600px und kleiner: untereinander */


      
/* Social Icons Container */
    .social-row {
      margin-top: 15px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 15px;
      width: var(--allbreite);
      margin: 0 auto;
      max-width: 100%;
      z-index: 999;
      position: absolute; /* wichtig für absolut positioniertes Panel */
    }

    .icon-btn img {
      width: 28px;
      height: 28px;
      cursor: pointer;
      display: block;
      transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .icon-btn:hover img 
    {
      transform: scale(2);   /* leicht vergrößern */
      opacity: 0.8;            /* etwas durchsichtig */
    }

    /* Sprachpanel */
    .lang-panel {
      position: absolute;
      top: 40px; /* direkt unter Globus */
      right: 0;
      width: 200px;
      background: #7ba0c7;
      border-radius: 10px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
      display: flex;
      flex-direction: column;
      padding: 10px;
      z-index: 1000;
      opacity: 0;
      transform: translateY(-10px);
      pointer-events: none;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .lang-panel.open {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    .lang-panel button {
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
    }

    .lang-panel button:hover 
    {
      color: #063c75; /* helle Akzentfarbe beim Hover */
      transform: translateX(4px); /* sanftes Verschieben nach rechts */
    }

    .lang-panel img {
      width: 24px;
      height: 16px;
      border: 1px solid #ccc;
    }
    
    .infoleft { width: 35%; min-width: 300px; display: flex; flex-direction: column; text-align: left; padding: 0 30px; font-size: 16px; }
    /*Über mich Debut */
           
        /* --- Überschriften (Textfarbe angepasst) --- */
        .header-section {
            margin-bottom: 0rem;
        }
        .main-container {
            max-width: var(--allbreite);
            margin: 0 auto;
            background: linear-gradient(to bottom, #10559e, #063c75); /* Container-Hintergrund: Dunkelgrau */
            /* Schatten für dunklen Hintergrund angepasst */
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.6); 
            padding: 2rem;
        }
        .main-title {
            font-size: 2.25rem;
            font-weight: 700;
            color: #ffffff; /* Akzentfarbe für Titel (helleres Blau) */
            margin-bottom: 0.5rem;
        }
        .subtitle {
            font-size: 1.125rem;
            color: #9ca3af; /* Helles Grau für Untertitel */
        }

        /* --- Bild und Textfluss --- */
        .profile-image {
            float: right;
            /* Größe vom vorherigen Schritt beibehalten */
            width: 600px; 
            height: 600px;
            border-radius: 999px;
            object-fit: cover;
            margin-right: 0rem;
            margin-top: -11rem;
            /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);*/
            display: block;
        }

        .text-paragraph {
            color: #e5e7eb; /* Hellgrau für Fließtext */
            margin-bottom: 1.5rem;
            line-height: 1.625;
        }
        
        .clear-float {
            clear: left;
        }

        /* --- Listen-Formatierung (Textfarbe angepasst) --- */
        .feature-list {
            list-style-type: disc;
            list-style-position: inside;
            padding-left: 1.25rem;
            color: #e5e7eb; /* Hellgrau für Listen-Text */
            margin-bottom: 1.5rem;
        }
        .feature-list li {
            margin-bottom: 0.75rem;
        }
        .accent-strong {
            color: #71bbdd; /* Akzentfarbe (helleres Blau) #F3F4F6;*/
            font-weight: 600;
        }
        .grey-strong {
            color: #f3f4f6; /* Fast Weiß für starke Akzente */
            font-weight: 600;
        }
        .medium-font {
            font-weight: 500;
            margin-bottom: 1rem;
        }
        .mt-6 {
            margin-top: 1.5rem;
        }

        /* --- Call to Action (Trennlinie und Text angepasst) --- */
        .cta-box {
            border-top: 1px solid #4b5563; /* Dunkle, weiche Trennlinie */
            padding-top: 1rem;
        }
        .cta-title {
            font-size: 1.25rem;
            color: #4fc3f7; /* Akzentfarbe (helleres Blau) */
            font-weight: 800;
            display: block;
            margin-bottom: 0.5rem;
        }
        .cta-subtitle {
            font-size: 1.125rem;
            color: #d1d5db; /* Helles Grau für Untertitel */
        }
              /* --- HAMBURGER MENU STILE --- */

.hamburger {
    display: none; /* Standardmäßig auf großen Bildschirmen verstecken */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10000;
    position: relative;
    width: 40px;
    height: 40px;
}

    /*Über mich Ende */
/* ==================================================== */
/* RESPONSIVE ANPASSUNGEN */
/* ==================================================== */
   @media (max-width: 1200px) 
  {
    .menuunter {
      width: 35%;
      display: flex;
      padding-left: 20px;
      font-size: 22px;
      line-height: 2;
    }
    .socialunter
    {
      margin-top: 0%;
      width: 50%;
      flex-direction: row;
    }
  }

     @media (max-width: 1000px) 
  {
    .banerubermich 
        {
            height: 100px;
        }
    .cards-container 
    {
      flex-direction: column;
      align-items: center;
    }

   .sousmenu
   {
    margin-top: 35px;
   }
   .unterschrieben{
    margin-top: 50px;
   }
   .containervisitenkarte
   {
    max-width: 600px;
    flex-direction: column;
    align-items: left;
  }
  .divider 
  { width: 80%; 
    height: 1px; 
    background-color: #019da5; 
    margin: 20px 0; 
  }
   /* Linke Spalte */
    .infoleft {
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left;
      padding:0 30px;
    }
  }

  /* wenn Bildschirm kleiner wird */
    @media (min-width: 1200px) 
    {
      .compact
      {
        position: relative;
        width: 40%;
        height: auto;
        padding: 0 50px;
        margin-top: 10%; /* breit des Block */
        margin-bottom: 100px; /*Höhe des Block */
        margin-left: 100px; /* von linken kanten bis bloch */
        text-align: left;
      }
      .nebe-und-form
      {
        display: flex;
        margin-left: 0;
        height: auto;
      }
      .infoleft {
        width: 40%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        padding:0 30px;
    }
    }

    
    /*  bilschir zwischen min und Max Anfange*/
    @media (min-width: 615px) and (max-width: 1400px)
  {
    .menuoben 
    {
      width: 100%;
      font-size: 15px;
    }

     }


    /*  bilschir zwischen min und Max Ende*/
/* wenn Bildschirm kleiner wird Ende */
      
/* Hamburger Button */
.hamburger {
    display: none; /* wird nur auf kleinen Screens sichtbar */
    top: 50px;
    right: 45px;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 9999;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background: white;
    transition: 0.3s;
}

/* Animation für X */
.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


/* Navigation mobil verstecken */
@media (max-width: 615px) 
{
    .hamburger 
    {
      display: flex;
    }

    .menuoben {
        position: fixed;
        top: 70px;
        right: 0px;
        background-color: #063c75;
        width: 200px;
        flex-direction: column;
        padding: 10px;
        gap: 15px;
        display: none;
        z-index: 999;   
    }

    .menuoben.open {
        display: flex;
    }

    .menuoben a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        padding: 8px 0;
    }

    .menuoben ul 
    {
      flex-direction: column;
      align-items: flex-start;
    }

    .menuoben a 
    {
      display: block;
      width: 100%;
      padding: 15px 20px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .banerubermich h1 
    { 
      font-size: 25px;
      margin-top: 50px; 
    }

      .icon-btn img {
        width: 22px;
        height: 22px;
      }

      .social-row {
        gap: 10px;
      }
    .slider
    {
      top: 0px;
      width: var(--allbreit-redui);/* longeur du kadre des foto*/
      height: 350px;
    }

    .automatic-auto{
    width: var(--allbreit-redui); /* deplacement sur la droite */
  }

   .navigation-manual{ /* positionnenment des bouton*/
    width: var(--allbreit-redui);
   }

   .compact
    {
      padding: 0 50px;
      margin-top: 20px; /* breit des Block */
      margin-left: 10px; /* von linken kanten bis bloch */
      text-align: left;
    }

    .project-imageRef
    {
        width: 30%; /* Das Bild nimmt 35% der Slide-Breite ein */
    }

    .banerkontakt 
    {
      height: 100px;
    }

    .banerreference 
    {
      height: 100px;
    }
    
    .banerleistung 
    {
      height: 100px;
    }

    .banerimpressung 
  {
    height: 100px;
  }
  .containerpetiblock2 
    {
      text-align: left;
    }
    .container {
      text-align: left;
    }
    .sousmenu h1
    {
      font-size: 22px;
    }

    .containerpetiblock1 
    {
      top: -23px;
      position: relative;
      font-size: 10.5px;
    }

    .profile-image 
    {
      margin-top: -10%;
      width: 180px; 
      height: 180px;
    }
    .main-title 
    {
      font-size: 1.8rem;
    }
    /*optional*/
    body {
        padding-top: 80px; /* Body Padding an neue Header-Höhe anpassen */
    }
    /*optional*/

    .slide img{
    width: var(--allbreit-redui);/* la longeur des foto*/
    height: 300px;
   }
  .slides{
    width: var(--allbreit-redui);
    height: 300px;
   }
   .automatic-auto{
    margin-top: 280px;
   }
   .navigation-manual{ /* positionnenment des bouton*/
    margin-top: 263px;
   }
   .infoleft 
   {
      width: 60%;
    }
    .menuunter 
    {
      width: 60%;
    }
    .divider 
    { 
      width: 60%; 
    }
}

 @media (min-width: 616px) and (max-width: 768px)
  {
    .slider
    {margin: 0 auto;
      top: 0px;
      width: 750px;/* longeur du kadre des foto*/
      height: 400px;
    }

    .automatic-auto{margin: 0 auto;
    width: 750px; /* deplacement sur la droite */
  }

   .navigation-manual{ /* positionnenment des bouton*/
    width: 750px;margin: 0 auto;
   }

   .slide img{
    width: 750px;/* la longeur des foto*/
    height: 400px;margin: 0 auto;
   }
  .slides{
    width: 750px;
    height: 400px;margin: 0 auto;
   }

   .navigation-manual{ /* positionnenment des bouton*/
    margin-top: 360px;
   }

   .automatic-auto{
    margin-top: var(--allhohe);
    margin-top: 380px;
   }
  }

   @media (min-width: 800px) and (max-width: 1024px)
  {
    .slider
    {
      top: 0px;
      width: 800px;/* longeur du kadre des foto*/
      height: 400px;margin: 0 auto;
    }

    .automatic-auto{
    width: 800px; /* deplacement sur la droite */margin: 0 auto;
  }

   .navigation-manual{ /* positionnenment des bouton*/margin: 0 auto;
    width: 1000px;
   }

   .slide img{
    width: 800px;/* la longeur des foto*/margin: 0 auto;
    height: 400px;
   }
  .slides{
    width: 800px;
    height: 400px;
   }

   .navigation-manual{ /* positionnenment des bouton*/margin: 0 auto;
    margin-top: 360px;
   }

   .automatic-auto{
    margin-top: var(--allhohe);
    margin-top: 380px;
   }

   .profile-image 
   {
      float: right;
      /* Größe vom vorherigen Schritt beibehalten */
      width: 400px; 
      height: 400px;
      object-fit: cover;
      margin-right: -2rem;
      margin-top: -8rem;
  }
  :root 
  {
    --banerbreite:100px /*taille des baniere des autre pages*/
  } 
  .imprumsumtitel
  {
  text-align: left;
  font-size: 30px;
  }
}


/* Grundstruktur für die Reihen (Name/Firma und Email/Telefon) */
.form-namefirma {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 15px;
}

/* Die Gruppe aus Label + Input */
.form-group {
    flex: 1; /* Sorgt dafür, dass beide Felder auf Desktop 50% einnehmen */
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.form-group input, 
.form-group select, 
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px; /* Verhindert das Reinzoomen auf iPhones */
}

/* Die Container-Struktur neben dem Formular (Adresse/Kontaktinfo) */
.nebe-und-form {
    display: flex;
    gap: 30px;
    flex-wrap: wrap; /* Wichtig für das Umbrechen */
}

form {
    flex: 2; /* Formular ist breiter */
    min-width: 300px;
}

.compact {
    flex: 1; /* Adressblock ist schmaler */
    min-width: 250px;
}

/* --- Tablette OPTIMIERUNG (DER FIX) --- */
@media screen and (max-width: 768px) {
    /* Stapelt Name/Firma und Email/Telefon untereinander */
    .form-namefirma {
        flex-direction: column;
        gap: 10px;
    }

    /* Stapelt das gesamte Formular und die Adresse untereinander */
    .nebe-und-form {
        flex-direction: column;
    }

    .container {
        width: 100%;
        padding: 10px;
    }
    
    .sendbutton {
        width: 100%; /* Button volle Breite auf dem Handy */
    }

    .movedd{
      position: relative;
      margin-top: -10px;
      margin-left: 26px;
      width: auto;
      height: 60px;
    }

    .recaptcha {
      margin-top: 15px;
      display: flex;
    }

    .popup-overlay {
        display: none !important;
    }
}
/* --- MOBILE OPTIMIERUNG (DER FIX) --- */
@media screen and (max-width: 500px) {
      .logo { 
        height: 80px; 
        width: 250px;
        display: block;
        margin-left: -10px;
      }
  	.hamburger 
    {
      margin-right: -30px;
    }
	.menuoben {
        right: 270px;
    	padding: 0px;
    }
  header 
  	{
    width: 64%;     /* Volle Breite */
  	}
  
   .slider
    {
      display: none !important;
    }
  
  .slides{
    display: none !important;
   }

 }
