@charset "UTF-8";
  html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Light';
    /* Responsive base font-size: skaliert von 14px (mobile) bis 18px (desktop) */
    font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.125rem);
  }
  html {
    /* 16px als Basis für rem-Berechnungen */
    font-size: 16px;
  }
  html {
    scroll-behavior: smooth;
  }
  @font-face {
    font-family: 'Poppins Thin';
    src: url('../font/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins Light';
    src: url('../font/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins Black';
    src: url("../font/poppins/Poppins-Black.ttf");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins Semi';
    src: url("../font/poppins/Poppins-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Poppins Regular';
    src: url("../font/poppins/Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto Light';
    src: url("../font/roboto/Roboto-Light.ttf");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto Regular';
    src: url('../font/roboto/Roboto-Regular.ttf')format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  body p {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-family: 'Roboto Light';
    line-height: 1.5;
  }
  .header-section {
    width: 100%;
    max-width: 1500px;
    margin: 15px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .hero-section {
    position: relative;
    width: auto;
    height: auto;
    max-height: 110vh;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    overflow: hidden;
  }
  .hero-div {
    width: 100%;
    max-width: 1500px;
    padding-top: 50px;
    margin-bottom: 250px;
  }
  .hero-container-1 {
    width: 80%;
    margin-right: 300px;
    margin-left: 20px;
    margin-bottom: 200px;
  }
  .hero-pic {
    width: 100%;
    max-width: 1700px;
    height: 100%;
    border: 4px solid #EBFD41;
    box-sizing: border-box;
  }
  .hero-pic img {
    width: 100%;
    height: auto;
    max-height: 110vh; /* begrenzt HÃ¶he */
  }
  .hero-button-desktop {
    display: flex;
    align-items: center; /* falls vertikal relevant */
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .hero-button-second-desktop {
    margin-left: 15px; /* nur Abstand zwischen den Buttons */
  }
  .hero-button-first-desktop img,
  .hero-button-second-desktop img,
  .left-box-3 img {
    width: 340px;
    max-width: 100%;
  }
.hero-button-first-desktop-prox img {
	width: 430px;
	max-width: 100%;
}
  .hero-button {
    display: flex;
    justify-content: center; /* Buttons horizontal zentrieren */
    align-items: center; /* falls vertikal relevant */
    width: 100%;
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .hero-button-second {
    margin-left: 15px; /* nur Abstand zwischen den Buttons */
  }
  .hero-button-first img,
  .hero-button-second img,
  .left-box-3 img {
    width: 280px;
  }
  .second-hero {
    background: #FBFAF1;
    display: grid;
    place-items: center;
    min-height: auto;
    padding-block: clamp(24px, 8vh, 80px);
  }
  .cloud-section {
    width: 100%;
    max-width: 1500px;
  }
  .KI-Cloud img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  .third-hero {
    background: #FBFAF1;
    position: relative;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 60vh;
    padding: 60px 40px;
  }
  .CTA-1 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .fourth-hero {
    position: relative;
    margin: 20px;
    border-radius: 10px;
    background: #F6F6F6;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 60vh;
    padding: 0px 20px;
  }
  .datenzelt-section {
    display: flex;
    max-width: 1500px;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .innerbox-1 p {
    font-family: 'Poppins Semi';
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 1.875rem);
  }
  .innerbox-2 p {
    font-family: 'Roboto Light';
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    margin-top: -30px;
  }
  .left-box {
    margin-top: -50px;
    max-width: 350px;
    margin: 0 90px;
    margin-left: -10px;
  }
  .right-box {
    max-width: 650px;
    margin-top: 20px;
  }
  .footer {
    margin: 20px;
    border-radius: 10px;
  }
  .footer.home {
    background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
    background-size: auto 1400px;
  }
  .footer.ki {
      background-color: #000;
  }
  .footer.schulung {
      background-color: #000;
  }
  .footer.proxmox {
      background-color: #000;
  }
  .footer.kontakt {
    background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
    background-size: auto 1400px;
  }

  .footer-big-box {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 30px 20px;
    box-sizing: border-box;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-logo img {
    width: 230px;
    height: auto;
  }

  .footer-title {
    margin-bottom: 30px;
  }

  .footer-title p {
    font-family: 'Poppins Light';
    font-size: clamp(2rem, 1.5rem + 3vw, 3.75rem);
    color: #FFF;
    line-height: 1;
    margin: 0;
  }

  .footer-button {
    margin-bottom: 30px;
  }
  .footer-button img {
    width: 200px;
    height: auto;
  }
  .footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
  }

  .footer-links a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Roboto Light';
    font-size: clamp(0.875rem, 0.8rem + 0.4vw, 1.125rem);
  }

  .footer-links a:hover {
    color: #EBFD41;
  }
  .logo-huge {
    background: #141600;
    background-image: url("../img/huge-logo.svg");
    position: relative;
    display: block;
    justify-content: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
  }
  .logo-section {
    height: 100vh;
  }
  .ki-hero {
    background: #FBFAF1;
    display: grid;
    place-items: center;
  }
  .ki-section {
    background: #FBFAF1;
    display: flex;
    max-width: 1400px;
    justify-content: space-between;
    gap: 40px;
    margin: 40px auto 60px;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
  .ki-innerbox-1 p {
    font-family: 'Poppins Semi';
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.125rem);
    margin-bottom: 20px;
    color: #000;
  }
  .ki-innerbox-2 p {
    font-family: 'Roboto Light';
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.1875rem);
    line-height: 1.7;
    color: #333;
  }
  .ki-innerbox-3 p {
    font-family: 'Poppins Semi';
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.125rem);
    margin-bottom: 20px;
    color: #000;
  }
  .ki-left-box {
    flex: 1;
    max-width: 650px;
  }
  .ki-right-box {
    flex: 1;
    max-width: 650px;
  }
  .ki-bullet ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0 0;
    font-family: 'Roboto Light';
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.1875rem);
  }
  .ki-bullet li {
    position: relative;
    padding-left: 2.2em;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #333;
  }
  .ki-bullet li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-weight: bold;
  }
  .hero-icon {
    background: #EBFD41;
    display: grid;
    place-items: center;
    min-height: 100vh;
    position: relative;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 60px 40px;
  }
  .hero-icon.law{
        background: #EEEEEE;
  }
  .hero-icon.zelt{
        background: #FBFAF1;
        min-height: 120vh;
  }
  .container-icon {
    max-width: 1400px;
    margin-inline: auto;
    margin-bottom: 60px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  .header-icon {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #000000;
  }
  .header-icon p {
    font-family: 'Poppins Semi';
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
    margin: 0;
    line-height: 1.3;
  }
  .text1-icon {
    text-align: center;
    margin-bottom: 40px;
  }
  .text1-icon p {
    font-family: 'Roboto Light';
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.25rem);
    line-height: 1.7;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
  }
  .ki-innerbox-icon {
    margin-bottom: 20px;
  }
  .ki-innerbox-icon p {
    font-family: 'Poppins Semi';
    font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.75rem);
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    display: flex;
    align-items: center;
    color: #000;
    line-height: 1.4;
  }
  .icon-workshop p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("../img/people-carry-box-regular-full.svg") no-repeat center;
    background-size: contain;
  }
  .icon-hypothesen p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("../img/check.svg") no-repeat center;
    background-size: contain;
  }
  .icon-validation p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: url("../img/head-side-gear-solid-full.svg") no-repeat center;
    background-size: contain;
  }
  .icon-prototype p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    width: 70px;
    height: 70px;
    background: url("../img/cauldron-regular-full.svg") no-repeat center;
    background-size: contain;
  }
  .icon-launch p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: url("../img/rocket-vertical-regular-full.svg") no-repeat center;
    background-size: contain;
  }
  .icon-improvement p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("../img/flask.svg") no-repeat center;
    background-size: contain;
  }
  .hero-3 {
    background: #FBFAF1;
    display: grid;
    place-items: center;
    min-height: 100%;
  }
  .container-3 {
       margin-top: -80px;
    max-width: 1400px;
    margin-inline: auto;
  }
  .header-3 p {
    font-family: 'Poppins Semi';
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 1.875rem);
  }
  .hero-4 {
    background: #FBFAF1;
    min-height: 60vh;
    display: flex;
  }
  .container-4 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-right: 200px;
    margin-top: -280px;
  }
  .left-box-1-4, .right-box-1-4 {
    flex: 1 1 500px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }
  .button-box {
    display: flex;
    gap: 12px;
    justify-content: center;
  }
  .button-box button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .button-box svg, .button-box img {
    width: 60px; /* Button-GrÃ¶ÃŸe */
    height: 60px;
    display: block;
  }
  .icon-section {
    display: flex;
    max-width: 1400px;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto 40px;
    padding: 0 40px;
  }
  .icon-section .ki-left-box,
  .icon-section .ki-right-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.7);
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .icon-section .ki-left-box:hover,
  .icon-section .ki-right-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  }
  .icon-section .ki-innerbox-2 p,
  .icon-2-section .ki-innerbox-2 p,
  .icon-3-section .ki-innerbox-2 p {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    line-height: 1.8;
  }
  .icon-2-section {
    display: flex;
    max-width: 1400px;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto -60px;
    padding: 0 40px;
  }
  .icon-2-section .ki-left-box,
  .icon-2-section .ki-right-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.7);
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .icon-2-section .ki-left-box:hover,
  .icon-2-section .ki-right-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  }
  .icon-3-section {
    display: flex;
    max-width: 1400px;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto 40px;
    padding: 0 40px;
  }
  .icon-3-section .ki-left-box,
  .icon-3-section .ki-right-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.7);
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .icon-3-section .ki-left-box:hover,
  .icon-3-section .ki-right-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  }
  .icon-erfahrung p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("../img/tree-deciduous-regular-full.svg") no-repeat center;
    background-size: contain;
  }
  .icon-leidenschaft p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("../img/fire-flame-regular-full.svg") no-repeat center;
    background-size: contain;
  }
  .icon-massgeschneidert p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("../img/fingerprint-regular-full.svg") no-repeat center;
    background-size: contain;
  }
  .icon-qualitaet p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("../img/hands-holding-diamond-regular-full.svg") no-repeat center;
    background-size: contain;
  }
  .container-icon-2 {
    max-width: 1400px;
    margin-inline: auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  .container-icon-2 .header-icon {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #000000;
  }
  .container-icon-2 .header-icon p {
    font-family: 'Poppins Semi';
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
    margin: 0;
    line-height: 1.3;
  }
  .container-icon-2 .text1-icon {
    text-align: center;
    margin-bottom: 40px;
  }
  .container-icon-2 .text1-icon p {
    font-family: 'Roboto Light';
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.25rem);
    line-height: 1.7;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
  }
  .hero-1 {
    position: relative;
    width: auto;
    height: auto;
    min-height: 80vh; 
    max-height: 110vh;
    display: block;
    justify-content: center;
    margin: 20px;
    overflow: hidden;
    padding-bottom: 80px;
    border-radius: 10px;
  }
  .hero-2 {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    justify-content: center;
    margin: 20px;
    border-radius: 10px;
  }
  .hero-2.kontakt{
    background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
    background-size: auto 1400px;
  }
  .hero-1.home {
    background: #16222E url("../img/bg-ki.png") no-repeat center 40px;
    background-size: auto 1400px;
  }
  .hero-1.schulung {
    background: url("../img/bg-schulungen.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: local; /* Verhindert Scrolling-Probleme */
  }
  .hero-1.proxmox {
    background: url("../img/bg-2-proxmox.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: local; /* Verhindert Scrolling-Probleme */
  }
  .hero-1.kiki {
   background: url("../img/bg-ki.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: local; /* Verhindert Scrolling-Probleme */
  }
  .hero-1.vmware {
    background: url("../img/proxmox-ad-bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: local; /* Verhindert Scrolling-Probleme */
}
.hero-1.kontakt {
	    background: url("../img/kontakt-bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: local; /* Verhindert Scrolling-Probleme */
}


  .KI-Cloud img {
    width: 100%;
    height: auto;
    max-width: 900px; 
  }
  .nav {
    width: 100%;
    max-width: 1700px;
    margin: 15px auto 0;
    box-sizing: border-box;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 60px;
    margin-top: 50px;
	 padding-bottom: 50px;
    color: #FAFFDD;
    position: relative;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 45px;
    list-style: none;
    margin-left: -100px;
    font-family: 'Poppins Regular';
    margin-top: 25px;
    font-size: clamp(0.875rem, 0.8rem + 0.4vw, 1.125rem);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .nav-links li a {
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
  }

  .nav-links li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #EBFD41;
    transition: width 0.3s ease;
  }

  .nav-links li a:hover::after {
    width: 100%;
  }

  .nav-links a:hover {
    color: #EBFD41;
  }
  .logo img {
    width: 230px;
    height: auto;
  }
  .nav-button img {
    width: 130px;
    height: auto;
  }
.dz-content-container-desktop{
	max-width: 100%;
    min-height: 60vh;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertikal */
    text-align: left; /* Text mittig ausrichten */
	margin-top: 80px;
}
  .dz-content-container-desktop.home::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: auto 65vh;
    opacity: 0.6;
    z-index: -1;
  }
  .dz-content-desktop {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    box-sizing: border-box;
	margin-left: 20px;

  }
  .dz-content-text-desktop h1 {
    font-family: 'Poppins Regular';
    font-size: clamp(1.75rem, 2rem + 3vw, 5rem);
    color: #FFF;
    line-height: 1.0em;
    margin: 0;
  }
  .dz-content-text-desktop h2 {
    font-family: 'Poppins Regular';
    font-size: clamp(1.125rem, 1.5rem + 1.25vw, 2.5rem);
    color: #FFF;
    line-height: 1.2em;
	  margin-top: 10px;
  }
  .dz-content-sub-2-desktop p {
    font-family: 'Roboto Light';
    font-size: clamp(0.9rem, 1rem + 0.625vw, 1.375rem);
    color: #FFF;
    margin: 50px 0 0;
  }
.dz-content-text-desktop.schulung h1, .dz-content-text-desktop.schulung h2 {
	color:#000;
}
.dz-content-sub-2-desktop.schulung p {
	color:#000;
}
.dz-content-text-desktop.proxmox h1, .dz-content-text-desktop.proxmox h2 {
	color:#282828;
}
.dz-content-sub-2-desktop.proxmox p {
	color:#282828;
}




  .dz-content-container {
    max-width: 100%;
    min-height: 60vh;
    display: none;
    justify-content: center; /* horizontal */
    align-items: center; /* vertikal */
    text-align: center; /* Text mittig ausrichten */
  }
  .dz-content-container.home {
    position: relative; /* wichtig, damit ::before sich daran orientiert */
    z-index: 0;
  }
  .dz-content-container.home::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: auto 65vh;
    opacity: 0.6;
    z-index: -1;
  }
  .dz-content {
    width: 100%;
    max-width: 1700px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 10px;
    border-radius: 20px;
  }
  .dz-content-text h1 {
    font-family: 'Poppins Regular';
    font-size: clamp(1.75rem, 2rem + 3vw, 5rem);
    color: #FFF;
    line-height: 1.2em;
    margin: 0;
  }
  .dz-content-sub-2 p {
    font-family: 'Roboto Light';
    font-size: clamp(1rem, 1.1rem + 0.75vw, 1.875rem);
    color: #FFF;
    margin: 50px 0 0;
  }
  .dz-content-text.schulung h1 {
      color: #000;
  }
  .dz-content-sub-2.schulung p {
    color: #000;
  }
  .dz-content-text.acc h2 {
       font-family: 'Poppins Regular';
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
    color: #FFF;
  }
  .dz-content-text.acc-2 h2 {
       font-family: 'Poppins Regular';
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
    color: #000;
  }
  .dz-content-sub-2.acc p{
      font-family: 'Roboto Light';
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    color: #FFF;
  }
  .dz-content-sub-2.acc {
      margin-bottom: 50px;
  }
  .dz-content.kiki {
    border: 4px solid #FFF;
  }
  .dz-content img {
    width: 100%;
    height: auto;
    max-height: 110vh;
  }
  .nav-links.home, .nav-links.kontakt li a {
    color: #FFFFFF;
  }
  .nav-links.proxmox li a {
    color: #000000;
  }
  .nav-links.schulung li a {
    color: #000000;
  }
  .nav-links.kiki li a {
    color: #FFFFFF;
  }
  .nav-links.home, .nav-links.kontakt a:hover {
    color: #EBFD41;
  }
  .nav-links.proxmox a:hover {
    color: #FFFFFF;
  }
  .nav-links.schulung a:hover {
    color: #393939;
  }
  .nav-links.kiki a:hover {
    color: #EBFD41;
  }
  .nav-links.vmware li a {
    color: #FFFFFF;
}
  .nav-links.vmware a:hover {
    color: #EBFD41;
}

  /* Underline colors for different page sections */
  .nav-links.proxmox li a::after {
    background-color: #FFFFFF;
  }

  .nav-links.schulung li a::after {
    background-color: #393939;
  }
  .dz-content-1 {
    position: relative;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 60vh;
    padding: 0px 20px;
    background: #C3C3C3; 
    border: solid #EBFD41 3px;
    background-image: url("../img/cloud-datenzelt-ki.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
      margin-bottom: 30px;
  }
  .dz-content-1.dz-content-y {
     background-color: #FBFAF1;
    background-image: url("../img/cta-home.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
      padding-top: 20px; 
      padding-bottom: 20px; 
      border: none;
  }
  .dz-content-1.proxmox{
     background-color: #FFF;
      border: none;
    background-image: url("../img/cta-proxmox.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% auto;
      padding-top: 20px; 
      padding-bottom: 20px; 
  }
  .dz-content-1.proxmox-2{
      border: none;
      background-image: none;

  }
  .dz-content-1.proxmox-3{
      background-image: none;
      border: none;
      background: #EEEEEE;
  }
  .dz-content-1.dz-content-g {
      background: #EEEEEE;
      border: none;
  }
  .dz-content-1-container {
    width: 100%;
    max-width: 1040px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    gap: 20px;
    padding: 20px;
  }
  .dz-content-1-container.avatar{
      max-width: 1440px;
      display: block;

  }
  .dz-content-1-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dz-content-1-right {
    flex: 2;
    max-width: 700px;
    display: block;
    padding: 20px;
  }
  .dz-content-1-left img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .dz-content-head-1 p {
    font-family: 'Poppins Semi';
    margin: 0 0 10px; /* unten 10px Abstand */
  }
  .dz-content-head-2 p {
    font-family: 'Poppins Light';
    font-size: clamp(2rem, 1.5rem + 2.5vw, 3.125rem);
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .dz-content-1.avatar {
      background-image: none;
      background: none;
      border: none;
      background-color: #16222E;
      color: #ffffff;
      padding: 80px 40px;
  }
  .dz-content-1.avatar2 {
      background-image: none;
      background: none;
      border: none;
  }

  .section-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBFAF1;
    min-height: 30vh;
    padding: 0 20px;
    overflow: hidden;
  }
  .section-intro__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
  }
  .section-intro__title {
    font-family: 'Poppins Light';
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem);
    line-height: 1.12em;
    margin: 0 0 10px;
  }
  .section-intro__subtitle {
    margin: 0;
  }
  .section-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBFAF1;
    padding: 40px 20px;
    overflow: hidden;
  }
  .section-feature__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
  .section-feature__left {
    flex: 1 1 520px;
    min-width: 280px;
  }
  .section-feature__right {
    flex: 1 1 600px;
    min-width: 280px;
  }
  /* Titel links */
  .section-feature__title {
    font-family: 'Poppins Light';
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 1.875rem);
    line-height: 1.15;
    margin: 0 0 16px;
  }
  .feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px; /* wie vorher */
  }

  .feature-list__item {
    display: grid;
    grid-template-columns: 28px 1fr; 
    align-items: center;
    column-gap: 12px; 
  }
  .feature-list__item::before {
    content: "✔";           
    grid-column: 1;
    width: 24px;            
    height: 24px;
    line-height: 24px;       
    display: inline-block;
    text-align: center;
    font-size: 18px;              
    font-weight: 700;
  }
  .feature-list__item {
    word-break: break-word;
  }
  .section-feature__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  .black {
    color: black;
  }
  .dz-content-1-button img{
      width: 300px;
  }
  .hero-section-kontakt {
    position: relative;
    width: auto;
    height: auto;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .hero-div-kontakt {
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
    margin: 15px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .inner-kontakt-container {
    width: auto;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Left Side - Contact Info */
  .kontakt-inner-left {
    width: 40%;
    padding-left: 20px;
    text-align: left;
  }

  .left-1 p {
    font-family: 'Poppins Semi';
    font-size: 30px;
  }

  .left-2 {
    padding-right: 40px;
  }

  .left-2 p {
    font-family: 'Roboto Light';
    font-size: 18px;
    text-align: left;
  }

  /* Right Side - Contact Form */
  .kontakt-inner-right {
    border-radius: 70px;
    border: 8px solid #EDEDED;
    width: 60%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .kontakt-radio {
    margin-left: 50px;
    margin-top: 33px;
  }

  /* Radio Group Styling */
  .radio-group {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 30px;
  }

  .radio-group input[type="radio"] {
    display: none;
  }

  .radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  .radio-group label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #02428D;
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
  }

  .radio-group input[type="radio"]:checked + label::before {
    background-color: #02428D;
    border: 2px solid #02428D;
    box-shadow: inset 0 0 0 4px white;
  }

  /* Form Fields */
  .form-gorup-2 {
    margin-bottom: 15px;
    width: 60%;
  }

  .form-group-2 input, 
  .form-group-2 select {
    width: 80%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-right: 25px;
    margin-top: 25px;
    margin-left: 50px;
  }

  .form-group-2 input:focus, 
  .form-group-2 select:focus {
    width: 65%;
    border-color: #02428D;
    outline: none;
  }

  .kontakt-inner-right .form-group-2 textarea {
    width: 80%;
    padding: 10px;
    font-family: 'roboto light';
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-right: 25px;
    margin-top: 25px;
    margin-left: 50px;
  }

  /* Privacy Checkbox */
  .form-privacy {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    width: 80%;
    font-family: 'Roboto Light';
    margin-left: 50px;
  }

  .privacy-checkbox {
    display: flex;
    align-items: center;
  }

  .privacy-checkbox input[type="checkbox"] {
    display: none;
  }

  .privacy-checkbox label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #02428D;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
  }

  .privacy-checkbox input[type="checkbox"]:checked + label {
    background-color: #02428D;
    border: 2px solid #02428D;
    box-shadow: inset 0 0 0 4px white;
  }

  .privacy-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .privacy-text a {
    color: #02428D;
    text-decoration: none;
    font-weight: bold;
  }

  .privacy-text a:hover {
    text-decoration: underline;
  }

  /* Send Button */
  .send-button-container {
    display: flex;
    margin-top: 30px;
    margin-left: 40px;
    margin-bottom: 30px;
  }

  #send-button {
    background: none;
    border: none;
    cursor: not-allowed;
    transition: 0.3s ease;
  }

  #send-button:enabled {
    cursor: pointer;
  }
  .success-message {
      background: #EBFD41 !important;
      color: black !important;
      padding: 15px;
      margin: 20px;
      border-radius: 5px;
      text-align: center;
      font-weight: bold;
      border: 2px solid #EBFD41;
  }

  .error-message {
      background: #f44336;
      color: white;
      padding: 15px;
      margin: 20px;
      border-radius: 5px;
      text-align: center;
      font-weight: bold;
  }

  /* Button-Styling für aktiviert/deaktiviert */
  #send-button:disabled {
      opacity: 0.6;
      cursor: not-allowed;
  }

  #send-button:not(:disabled) {
      opacity: 1;
      cursor: pointer;
  }

  #send-button:not(:disabled):hover {
      opacity: 0.8;
      transition: opacity 0.2s ease;
          }


  .container {
              max-width: 1400px;
              margin: 0 auto;
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 60px;
              align-items: center;
          }

          .image-section {
              position: relative;
              height: 600px;
              border-radius: 12px;
              overflow: hidden;
          }

          .image-section img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover;
              opacity: 0;
              transition: opacity 0.5s ease;
          }

          .image-section img.active {
              opacity: 1;
          }

          .accordion-section {
              display: flex;
              flex-direction: column;
              gap: 0;
          }

          .accordion-item {
              border-bottom: 1px solid #333;
              position: relative;
          }

          .accordion-item::before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 4px;
              height: 0;
              background: #EBFD41;
              transition: height 0.3s ease;
          }

          .accordion-item.active::before {
              height: 100%;
          }

          .accordion-header {
              display: flex;
              align-items: center;
              padding: 30px 30px 30px 20px;
              cursor: pointer;
              transition: all 0.3s ease;
          }

          .accordion-header:hover {
              background-color: rgba(255, 255, 255, 0.03);
          }

          .accordion-icon {
              width: 50px;
              height: 50px;
              margin-right: 20px;
              background: #0f0f0f;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-shrink: 0;
          }

          .accordion-icon svg {
              width: 24px;
              height: 24px;
              fill: #EBFD41;
          }

          .accordion-title {
              font-size: 24px;
              font-weight: 600;
              flex-grow: 1;
          }

          .accordion-content {
              max-height: 0;
              overflow: hidden;
              transition: max-height 0.3s ease, padding 0.3s ease;
              padding: 0 20px;
          }

          .accordion-item.active .accordion-content {
              max-height: 300px;
              padding: 0 20px 30px 90px;
          }

          .accordion-content p {
              color: #fff;
              line-height: 1.6;
              font-size: 16px;
          }

.dz-content-1.avatar2 {
  padding: 60px 0;
}

.dz-content-1-container.avatar2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.avatar-cards {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.avatar-card {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 380px;
  max-width: calc(33.333% - 16px);
  background-color: #16222E;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

.card-image {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 24px;
  padding-top: 20px;
}

.card-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.avatar-card h3 {
  padding: 24px 24px 16px 24px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.avatar-card p {
  padding: 0 24px 20px 24px;
  color: #B8C5D0;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.cta-container {
  padding: 0 24px 24px 24px;
}
       .migration-container {
            max-width: 1600px;
            margin: 0 auto;
        }

        .badge-row {
            display: flex;
            gap: 15px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .badge {
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 0.85em;
            font-weight: 500;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            position: relative;
            background: rgba(255, 255, 255, 0.25);
            transition: all 0.3s ease;
            color: #ffffff;
            backdrop-filter: blur(10px);
        }

        .badge::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 25px;
            padding: 2px;
            background: linear-gradient(135deg, #EBFD41, #b794f6);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }

        .badge:hover {
            background: rgba(255, 255, 255, 0.35);
        }

        .content-section {
            padding: 80px 20px;
            margin: 20px;
            border-radius: 10px;
        }

        .content-section.white {
            background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
        }

        .content-section.gray {
            background: #FBFAF1;
        }

        .content-section .migration-container {
            background: transparent;
            padding: 50px;
            border-radius: 20px;
        }

        .benefit-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin: 50px 0;
        }

        .benefit-card {
            background: white;
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            border-top: 4px solid transparent;
            background-image:
                linear-gradient(white, white),
                linear-gradient(135deg, #EBFD41 0%, #b794f6 100%);
            background-origin: border-box;
            background-clip: padding-box, border-box;
            transition: all 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(235, 253, 65, 0.3);
        }

        .benefit-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 20px;
            background: linear-gradient(135deg, #EBFD41 0%, #b794f6 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            box-shadow: 0 4px 15px rgba(235, 253, 65, 0.3);
        }

        .benefit-icon img {
            width: 50px;
            height: 50px;
            filter: brightness(0) invert(1);
        }

        .highlight-box {
            background: linear-gradient(135deg, #EBFD41 0%, #b794f6 100%);
            border-radius: 20px;
            padding: 40px;
            margin: 40px 0;
            box-shadow: 0 8px 30px rgba(235, 253, 65, 0.3), 0 4px 15px rgba(183, 148, 246, 0.2);
            position: relative;
            overflow: hidden;
        }

        .highlight-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
            pointer-events: none;
        }

        .advantage-box {
            background: linear-gradient(135deg, #EBFD41 0%, #b794f6 100%);
            padding: 25px 35px;
            margin: 40px 0;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(235, 253, 65, 0.3), 0 4px 15px rgba(183, 148, 246, 0.2);
            position: relative;
            overflow: hidden;
        }

        .advantage-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
            pointer-events: none;
        }

        .problem-box {
            background: linear-gradient(135deg, #e5e5e5 0%, #d1d1d1 100%);
            border-left: 4px solid #6b7280;
            padding: 25px 35px;
            margin: 30px 0;
            border-radius: 8px;
        }

        .problem-box h3 {
            color: #374151;
            margin-top: 0;
        }

        .service-list {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin: 40px 0;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        .service-list ul {
            list-style: none;
            padding: 0;
        }

        .service-list li {
            padding: 15px 0;
            padding-left: 40px;
            position: relative;
            color: #000000;
            line-height: 1.8;
            border-bottom: 1px solid #e5e5e5;
        }

        .service-list li:last-child {
            border-bottom: none;
        }

        .service-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #7c3aed;
            font-weight: bold;
            font-size: 1.5em;
        }

        .cta-section {
            background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
            padding: 80px 20px;
            margin: 20px;
            border-radius: 10px;
            text-align: center;
            color: white;
        }

        .cta-button {
            display: inline-block;
            background: white;
            color: #FF6B35;
            padding: 20px 60px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1.3em;
            font-weight: 700;
            margin: 15px;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .cta-button.secondary {
            background: transparent;
            color: white;
            border: 3px solid white;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin: 50px 0;
            text-align: center;
        }

        .stat-box {
            padding: 30px;
        }

        .stat-number {
            font-size: 3em;
            font-weight: 700;
            color: #FF6B35;
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 1.1em;
            color: #4a5568;
        }

        .button-large:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4) !important;
        }
  @media (max-width: 1024px) {
              .container {
                  grid-template-columns: 1fr;
                  gap: 40px;
              }

              .image-section {
                  height: 400px;
              }
          }

  @media (min-width: 843px) and (max-width: 1200px) {
    .first-hero, .hero-1 {
      margin: 15px;
    }

    .footer {
      margin: 15px;
    }

    .logo img {
      width: 180px;
    }

    .nav-button img {
      width: 110px;
    }

    .navbar {
      padding: 10px 80px;
    }

    .nav-links {
      font-size: 16px;
      gap: 40px;
      margin-top: 20px;
      margin-left: -30px;
    }

    .hero-button-first img,
    .hero-button-second img,
    .left-box-3 img {
      width: 260px;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    /* Hero-1 container spacing fix */
    .dz-content-container-desktop {
      margin-top: 40px !important;
    }

    /* Desktop version text responsive for larger tablets */
    /* clamp() regelt bereits die responsive Skalierung */

    /* Hide line breaks on tablet for better text flow */
    .dz-content-text-desktop.home h1 br,
    .dz-content-text-desktop.home h2 br,
    .dz-content-sub-2-desktop.home p br {
      display: none;
    }

    /* Hero buttons responsive */
    .hero-button-desktop {
      margin-top: 40px;
      padding-bottom: 30px;
    }

    /* clamp() regelt bereits die responsive Skalierung für Footer und Content */
  }

  /* Tablet Large - 712px bis 842px */
  @media (min-width: 712px) and (max-width: 842px) {
    .first-hero, .hero-1 {
      margin: 10px;
    }

    .footer {
      margin: 10px;
    }

    .logo img {
      width: 150px;
    }

    .nav-button img {
      width: 90px;
    }

    .navbar {
      padding: 10px 40px;
    }

    .nav-links {
      font-size: 14px;
      gap: 30px;
      margin-top: 15px;
      margin-left: -20px;
    }

    .hero-button-first img,
    .hero-button-second img,
    .left-box-3 img {
      width: 240px;
    }

    .dz-content-text.home h1 {
      font-size: 50px;
    }

    .dz-content-sub-2.home p {
      font-size: 26px;
    }

    /* Hero-1 container spacing fix */
    .dz-content-container-desktop {
      margin-top: 30px !important;
    }

    /* Desktop version text responsive for tablets */
    .dz-content-text-desktop.home h1 {
      font-size: 64px;
      line-height: 1.2em;
    }

    .dz-content-text-desktop.home h2 {
      font-size: 30px;
      line-height: 1.4em;
      margin-top: 20px;
    }

    .dz-content-sub-2-desktop.home p {
      font-size: 20px;
      line-height: 1.5em;
      margin-top: 20px;
    }

    /* Hide line breaks on tablet for better text flow */
    .dz-content-text-desktop.home h1 br,
    .dz-content-text-desktop.home h2 br,
    .dz-content-sub-2-desktop.home p br {
      display: none;
    }

    /* Hero buttons responsive */
    .hero-button-desktop {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 20px;
      gap: 20px;
    }

    .hero-button-first-desktop,
    .hero-button-second-desktop {
      margin-left: 0;
    }

    .hero-button-first-desktop img,
    .hero-button-second-desktop img {
      width: 240px;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    .datenzelt-section {
      flex-direction: column;
      margin-left: 20px;
      margin-right: 20px;
    }

    .left-box {
      max-width: 100%;
      margin: 0;
      margin-bottom: 30px;
    }

    .right-box {
      max-width: 100%;
      margin-top: 0;
    }

    /* Avatar sections responsive for tablet */
    .dz-content-1-container.avatar2 {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 40px;
    }

    .avatar-cards {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .avatar-card {
      max-width: 600px;
      width: 100%;
    }
  }

  /* Tablet Small - 571px bis 711px */
  @media (min-width: 571px) and (max-width: 711px) {
     .hero-1 {
      margin: 5px;
      padding-bottom: 0px;
    }
      .hero-2 {
          margin: 5px;
      }
      .dz-content-1 {
          margin: 5px;
      }
      .third-hero {
          margin: 5px;
      }
      .hero-icon{
          margin: 5px;
      }


    .footer {
      margin: 5px;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    .footer-links {
      margin-bottom: 50px;
    }

    .logo img {
      width: 110px;
    }

    .footer-logo img {
      width: 150px;
    }
      .footer.kontakt{
          margin-top: 250px;
      }

    .nav-button img {
      width: 65px;
      padding-bottom: 30px;
    }

    .navbar {
      padding: 8px 12px;
    }

    .nav-links {
      font-size: 14px;
      gap: 10px;
      margin-top: 14px;
      margin-left: -8px;
    }
      .hero-button-first, .hero-button-second{
          margin-top: -20px;
      }

    .hero-button-first img,
    .hero-button-second img,
    .left-box-3 img {
      width: 170px;
    }

    .dz-content-text.home h1, .dz-content-text.ki h1, .dz-content-text.proxmox h1, .dz-content-text.schulung h1 {
      font-size: 50px;
      line-height: 1.1em;
      padding-top: 10px;
    }

    .dz-content-sub-2.home p, .dz-content-sub-2.ki p, .dz-content-sub-2.proxmox p, .dz-content-sub-2.schulung p {
      font-size: 20px;
      margin: 30px 0 0;
    }

    /* Desktop version text responsive for tablets/large phones */
    .dz-content-text-desktop.home h1 {
      font-size: 42px;
      line-height: 1.2em;
    }

    .dz-content-text-desktop.home h2 {
      font-size: 20px;
      line-height: 1.4em;
      margin-top: 18px;
    }

    .dz-content-sub-2-desktop.home p {
      font-size: 16px;
      line-height: 1.5em;
      margin-top: 18px;
    }

    /* Hero buttons responsive */
    .hero-button-desktop {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 25px;
      gap: 15px;
    }

    .hero-button-first-desktop,
    .hero-button-second-desktop {
      margin-left: 0;
    }

    .hero-button-first-desktop img,
    .hero-button-second-desktop img {
      width: 220px;
    }

    .nav-button {
      display: none;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    .left-box-4 {
      flex-direction: column;
      gap: 10px;
    }

    .box-text-2, .box-text-4 {
      margin: 5px 0;
      margin-left: 0;
    }

    .box-text-3, .box-text-5 {
      margin-left: 0;
    }

    .innerbox-1 p {
      font-size: 20px;
      padding-bottom: 20px;
      text-align: center;
    }

    .innerbox-2 p {
      font-size: 16px;
      text-align: center;
    }

    .right-box p {
      font-size: 16px;
      text-align: center;
    }

    .datenzelt-section {
      flex-direction: column;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
      text-align: center;
    }

    .left-box {
      max-width: 100%;
      margin: 0;
      margin-bottom: 15px;
      text-align: center;
    }

    .right-box {
      max-width: 100%;
      margin-top: 0;
      text-align: center;
    }

    .left-box-1 img {
      width: 200px;
    }

    .left-box-1 {
      padding-bottom: 50px;
    }

    .desktop-break {
      display: none;
    }

    .cta-section {
      margin-bottom: -30px;
    }

    /* KI-spezifische Anpassungen */
    .ki-section {
      flex-direction: column;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
      text-align: center;
    }

    .ki-left-box {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center;
    }

    .ki-right-box {
      max-width: 100%;
      text-align: center;
    }

    .ki-innerbox-1 p {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center;
    }

    .ki-innerbox-2 p {
      font-size: 16px;
      line-height: 1.4;
      text-align: center;
    }

    .ki-innerbox-3 p {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center;
    }

    .ki-bullet {
      text-align: center;
    }

    .ki-bullet ul {
      font-size: 16px;
      display: inline-block;
      text-align: left;
      max-width: 100%;
    }

    .ki-bullet li {
      line-height: 1.5;
      margin-bottom: 8px;
    }

    /* Icon-Bereiche mit zentrierten Icons */
    .hero-icon {
      padding: 20px 0;
      min-height: auto;
    }

    .container-icon {
      padding: 0 15px;
    }

    .container-icon-2 {
      padding: 0 15px;
      margin-top: -50px;
    }

    .header-icon p {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px;
    }

    .text1-icon {
      margin-top: -10px;
      margin-bottom: 30px;
    }

    .text1-icon p {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }

    .icon-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    .icon-2-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    .icon-3-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    /* Icons zentriert Ã¼ber Ãœberschriften */
    .ki-innerbox-icon {
      text-align: center;
      margin-bottom: 15px;
    }

    .ki-innerbox-icon p {
      font-size: 20px;
      text-align: center;
      position: relative;
      padding-top: 80px;
      padding-left: 0;
      min-height: 60px;
      margin: 0;
    }

    /* Alle Icons zentriert positionieren */
    .ki-innerbox-icon p::before {
      position: absolute;
      left: 50%;
      top: 10px;
      transform: translateX(-50%);
    }

    /* Hero-3 rechtliche Herausforderungen */
    .hero-3 {
      padding: 20px 0;
      min-height: auto;
    }

    .container-3 {
      padding: 0 15px;
    }

    .header-3 p {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px;
    }

    .text-3 {
      margin-top: -10px;
    }

    .text-3 p {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }

    /* Hero-4 persÃ¶nliche Beratung */
    .hero-4 {
      min-height: auto;
      padding: 20px 0;
    }

    .container-4 {
      flex-direction: column;
      padding-right: 15px;
      margin-top: 0;
      gap: 20px;
    }

    .left-box-1-4, .right-box-1-4 {
      flex: none;
      max-width: 100%;
      margin-bottom: 20px;
      text-align: center;
    }

    .innerbox-1-4 p {
      font-size: 22px;
      margin-bottom: 15px;
      text-align: center;
    }

    .innerbox-2-4 img {
      width: 120px;
      height: auto;
    }

    .innerbox-2-5 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
    }

    .button-box {
      gap: 8px;
      justify-content: center;
    }

    .button-box svg, .button-box img {
      width: 50px;
      height: 50px;
    }

    .innerbox-3-4 img {
      width: 100%;
      max-width: 300px;
      height: auto;
    }

    /* Allgemeine Anpassungen */
    body p {
      font-size: 16px;
    }

    .third-hero {
      padding-block: 20px;
    }

    .CTA-1 img {
      width: 100%;
      height: auto;
    }

    .second-hero {
      padding-block: 20px;
    }

    .cloud-section {
      padding: 0 15px;
    }

    .KI-Cloud img {
      max-width: 100%;
      height: auto;
    }

    /* dz-content-Container Anpassungen */
    .dz-content-container {
      min-height: 50vh;
      padding: 20px 10px;
    }

    .dz-content {
      margin: 0 5px;
    }

    /* Responsive Text Anpassungen */
    .section-intro {
      min-height: auto;
      padding: 20px 10px;
    }

    .section-intro__title {
      font-size: 32px;
      text-align: center;
    }

    .section-intro__subtitle {
      font-size: 16px;
      text-align: center;
    }

    .section-feature {
      padding: 20px 10px;
    }

    .section-feature__container {
      flex-direction: column;
      gap: 20px;
      padding: 10px;
    }

    .section-feature__title {
      font-size: 28px;
      text-align: center;
    }

    .feature-list__item {
      grid-template-columns: 24px 1fr;
      column-gap: 10px;
    }

    .feature-list__icon {
      width: 20px;
      height: 20px;
    }
   .dz-content-1 {
      background-image: url("../img/cloud-datenzelt-ki-mobile.svg");
      background-size: contain;
    }
    .dz-content-1.dz-content-y {
      background: #EBFD41 url("../img/dz-content-ki-mobile.svg") center / contain no-repeat;
      }
  .hero-section-kontakt {
      position: relative;
      width: auto;
      height: auto;
      min-height: 120vh;
      display: block;
      justify-content: center;
    }
    .hero-div-kontakt {
    }
    .inner-kontakt-container {
      width: auto;
      display: block;
      margin-top: 20px;
      padding-top: 0px;
    }
    .kontakt-inner-left {
      width: 100%;
      padding-left: 20px;
      text-align: left;
      margin-bottom: 50px;
    }

    .left-2 {
      padding-right: 40px;
    }

    .left-1 p {
      font-family: 'Poppins Semi';
      font-size: 30px;
    }

    .left-2 p {
      font-family: 'Roboto Light';
      font-size: 14px;
      text-align: left;
    }

    .kontakt-radio {
      margin-left: 43px;
      margin-top: 33px;
    }

    .kontakt-inner-right {
      border-radius: 40px;
      border: 4px solid #EDEDED;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
    }
    .form-gorup-2 {
      margin-bottom: 15px;
      width: 60%;
      padding-right: 50px;
    }
    .form-group-2 input, .form-group-2 select {
      width: 75%;
      padding: 10px;
      font-family: 'roboto light';
      font-size: 12px;
      border: 2px solid #ccc;
      border-radius: 20px;
      transition: all 0.3s ease;
      margin-top: 25px;
      margin-left: 35px;
    }
    .form-group-2 input:focus, .form-group-2 select:focus {
      width: 65%;
      outline: none;
    }

    .kontakt-inner-right .form-group-2 textarea {
      width: 75%;
      padding: 10px;
      font-family: 'roboto light';
      font-size: 12px;
      border: 2px solid #ccc;
      border-radius: 20px;
      transition: all 0.3s ease;
      margin-right: 25px;
      margin-top: 25px;
      margin-left: 40px;
    }
    .form-privacy {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-top: 15px;
      font-size: 12px;
      color: #333;
      width: 80%;
      font-family: 'Roboto Light';
      margin-left: 43px;
    }
    .send-button-container {
      display: flex;
      margin-top: 30px;
      margin-left: 30px;
      margin-bottom: 30px;
    }
    .hero-section-schalter {
      display: none;
    }
      .section-feature__right {
          display: none;
      }

    /* Avatar sections responsive for tablet */
    .dz-content-1-container.avatar2 {
      max-width: 700px;
      margin: 0 auto;
      padding: 0 30px;
    }

    .avatar-cards {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .avatar-card {
      max-width: 550px;
      width: 100%;
    }
  }

  /* Mobile Medium - 361px bis 430px */
  @media (min-width: 361px) and (max-width: 430px) {
	  .dz-content-container-desktop {
		  display: flex;
		  margin-top: 20px !important;
	  }
	  .dz-content-container {
		  display: none;
	  }
     .hero-1 {
      margin: 5px;
      padding-bottom: 0px;
    }
      .hero-2 {
          margin: 5px;
      }
      .dz-content-1 {
          margin: 5px;
      }
      .third-hero {
          margin: 5px;
      }
      .hero-icon{
          margin: 5px;
      }


    .footer {
      margin: 5px;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    .footer-links {
      margin-bottom: 50px;
    }

    .logo img {
      width: 110px;
    }

    .footer-logo img {
      width: 150px;
    }
      .footer.kontakt{
          margin-top: 250px;
      }

    .nav-button img {
      width: 65px;
      padding-bottom: 30px;
    }

    .navbar {
      padding: 8px 12px;
    }

    .nav-links {
      font-size: 14px;
      gap: 10px;
      margin-top: 14px;
      margin-left: -8px;
    }
      .hero-button-first, .hero-button-second{
          margin-top: -20px;
      }

    .hero-button-first img,
    .hero-button-second img,
    .left-box-3 img {
      width: 170px;
    }

    .hero-button-first-desktop-prox img {
      width: 100%;
      max-width: 280px;
    }

    .hero-button-desktop {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box;
    }

    /* Kleinere Hero-Texte für sehr kleine Bildschirme */
    .dz-content-text-desktop h1,
    .dz-content-text h1 {
      font-size: 1.5rem !important;
      line-height: 1.15em;
    }

    .dz-content-text-desktop h2 {
      font-size: 1rem !important;
      line-height: 1.3em;
    }

    .dz-content-sub-2-desktop p,
    .dz-content-sub-2 p {
      font-size: 0.875rem !important;
      margin-top: 15px;
      line-height: 1.5em;
    }

    /* Reduzierter Padding für Hero-Container */
    .dz-content-desktop,
    .dz-content {
      padding-left: 10px;
      padding-right: 10px;
    }

    .dz-content-container-desktop {
      padding-left: 5px;
      padding-right: 5px;
    }

    /* clamp() regelt bereits die responsive Skalierung */
    .dz-content-text.home h1, .dz-content-text.ki h1, .dz-content-text.proxmox h1, .dz-content-text.schulung h1 {
      line-height: 1.1em;
      padding-top: 10px;
    }

    .dz-content-sub-2.home p, .dz-content-sub-2.ki p, .dz-content-sub-2.proxmox p, .dz-content-sub-2.schulung p {
      margin: 30px 0 0;
    }

    /* Desktop version text responsive for mobile */
    .dz-content-text-desktop.home h1 {
      line-height: 1.2em;
    }

    .dz-content-text-desktop.home h2 {
      line-height: 1.4em;
      margin-top: 15px;
    }

    .dz-content-sub-2-desktop.home p {
      line-height: 1.5em;
      margin-top: 15px;
    }
	  .dz-content-sub-2-desktop.vmware p {
		  margin-top: 0px;
	  }

    /* Hero buttons responsive */
    .hero-button-desktop {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 20px;
      gap: 10px;
    }

    .hero-button-first-desktop,
    .hero-button-second-desktop {
      margin-left: 0;
    }

    .hero-button-first-desktop img,
    .hero-button-second-desktop img {
      width: 160px;
    }

    /* Avatar sections responsive */
    .dz-content-1.avatar {
      padding: 50px 20px !important;
    }

    .dz-content-1.avatar2 {
      padding: 50px 20px !important;
    }

    .dz-content-1-container.avatar {
      min-width: unset !important;
      margin-right: 0 !important;
      max-width: 100%;
      padding: 0 !important;
    }

    .dz-content-1-container.avatar2 {
      padding: 0 15px !important;
      max-width: 100%;
    }

    .dz-content-text.acc h2,
    .dz-content-text.acc-2 h2 {
      line-height: 1.3em;
      margin: 0 0 15px 0;
    }

    .dz-content-sub-2.acc p {
      line-height: 1.6em;
    }

    .avatar-cards {
      flex-direction: column !important;
      gap: 20px !important;
    }

    .avatar-card {
      flex: unset !important;
      min-width: unset !important;
      max-width: 100% !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-bottom: 0 !important;
    }

    .avatar-card h3 {
      padding: 20px 20px 14px 20px !important;
    }

    .avatar-card p {
      padding: 0 20px 18px 20px !important;
    }

    .container {
      max-width: 100%;
      overflow: hidden;
    }

    .nav-button {
      display: none;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    .left-box-4 {
      flex-direction: column;
      gap: 10px;
    }

    .box-text-2, .box-text-4 {
      margin: 5px 0;
      margin-left: 0;
    }

    .box-text-3, .box-text-5 {
      margin-left: 0;
    }

    .innerbox-1 p {
      font-size: 20px;
      padding-bottom: 20px;
      text-align: center;
    }

    .innerbox-2 p {
      font-size: 16px;
      text-align: center;
    }

    .right-box p {
      font-size: 16px;
      text-align: center;
    }

    .datenzelt-section {
      flex-direction: column;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
      text-align: center;
    }

    .left-box {
      max-width: 100%;
      margin: 0;
      margin-bottom: 15px;
      text-align: center;
    }

    .right-box {
      max-width: 100%;
      margin-top: 0;
      text-align: center;
    }

    .left-box-1 img {
      width: 200px;
    }

    .left-box-1 {
      padding-bottom: 50px;
    }

    .desktop-break {
      display: none;
    }

    .cta-section {
      margin-bottom: -30px;
    }

    /* KI-spezifische Anpassungen */
    .ki-section {
      flex-direction: column;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
      text-align: center;
    }

    .ki-left-box {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center;
    }

    .ki-right-box {
      max-width: 100%;
      text-align: center;
    }

    .ki-innerbox-1 p {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center;
    }

    .ki-innerbox-2 p {
      font-size: 16px;
      line-height: 1.4;
      text-align: center;
    }

    .ki-innerbox-3 p {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center;
    }

    .ki-bullet {
      text-align: center;
    }

    .ki-bullet ul {
      font-size: 16px;
      display: inline-block;
      text-align: left;
      max-width: 100%;
    }

    .ki-bullet li {
      line-height: 1.5;
      margin-bottom: 8px;
    }

    /* Icon-Bereiche mit zentrierten Icons */
    .hero-icon {
      padding: 20px 0;
      min-height: auto;
    }

    .container-icon {
      padding: 0 15px;
    }

    .container-icon-2 {
      padding: 0 15px;
      margin-top: -50px;
    }

    .header-icon p {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px;
    }

    .text1-icon {
      margin-top: -10px;
      margin-bottom: 30px;
    }

    .text1-icon p {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }

    .icon-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    .icon-2-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    .icon-3-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    /* Icons zentriert über Überschriften */
    .ki-innerbox-icon {
      text-align: center;
      margin-bottom: 15px;
    }

    .ki-innerbox-icon p {
      font-size: 20px;
      text-align: center;
      position: relative;
      padding-top: 80px;
      padding-left: 0;
      min-height: 60px;
      margin: 0;
    }

    /* Alle Icons zentriert positionieren */
    .ki-innerbox-icon p::before {
      position: absolute;
      left: 50%;
      top: 10px;
      transform: translateX(-50%);
    }

    /* Hero-3 rechtliche Herausforderungen */
    .hero-3 {
      padding: 20px 0;
      min-height: auto;
    }

    .container-3 {
      padding: 0 15px;
    }

    .header-3 p {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px;
    }

    .text-3 {
      margin-top: -10px;
    }

    .text-3 p {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }

    /* Hero-4 persönliche Beratung */
    .hero-4 {
      min-height: auto;
      padding: 20px 0;
    }

    .container-4 {
      flex-direction: column;
      padding-right: 15px;
      margin-top: 0;
      gap: 20px;
    }

    .left-box-1-4, .right-box-1-4 {
      flex: none;
      max-width: 100%;
      margin-bottom: 20px;
      text-align: center;
    }

    .innerbox-1-4 p {
      font-size: 22px;
      margin-bottom: 15px;
      text-align: center;
    }

    .innerbox-2-4 img {
      width: 120px;
      height: auto;
    }

    .innerbox-2-5 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
    }

    .button-box {
      gap: 8px;
      justify-content: center;
    }

    .button-box svg, .button-box img {
      width: 50px;
      height: 50px;
    }

    .innerbox-3-4 img {
      width: 100%;
      max-width: 300px;
      height: auto;
    }

    /* Allgemeine Anpassungen */
    body p {
      font-size: 16px;
    }

    .third-hero {
      padding-block: 20px;
    }

    .CTA-1 img {
      width: 100%;
      height: auto;
    }

    .second-hero {
      padding-block: 20px;
    }

    .cloud-section {
      padding: 0 15px;
    }

    .KI-Cloud img {
      max-width: 100%;
      height: auto;
    }

    /* dz-content-Container Anpassungen */
    .dz-content-container {
      min-height: 50vh;
      padding: 20px 10px;
    }

    .dz-content {
      margin: 0 5px;
    }

    /* Responsive Text Anpassungen */
    .section-intro {
      min-height: auto;
      padding: 20px 10px;
    }

    .section-intro__title {
      font-size: 32px;
      text-align: center;
    }

    .section-intro__subtitle {
      font-size: 16px;
      text-align: center;
    }

    .section-feature {
      padding: 20px 10px;
    }

    .section-feature__container {
      flex-direction: column;
      gap: 20px;
      padding: 10px;
    }

    .section-feature__title {
      font-size: 28px;
      text-align: center;
    }

    .feature-list__item {
      grid-template-columns: 24px 1fr;
      column-gap: 10px;
    }

    .feature-list__icon {
      width: 20px;
      height: 20px;
    }
   .dz-content-1 {
      background-image: url("../img/cloud-datenzelt-ki-mobile.svg");
      background-size: contain;
    }
    .dz-content-1.dz-content-y {
      background: #EBFD41 url("../img/dz-content-ki-mobile.svg") center / contain no-repeat;
      }
  .hero-section-kontakt {
      position: relative;
      width: auto;
      height: auto;
      min-height: 120vh;
      display: block;
      justify-content: center;
    }
    .hero-div-kontakt {
    }
    .inner-kontakt-container {
      width: auto;
      display: block;
      margin-top: 20px;
      padding-top: 0px;
    }
    .kontakt-inner-left {
      width: 100%;
      padding-left: 20px;
      text-align: left;
      margin-bottom: 50px;
    }

    .left-2 {
      padding-right: 40px;
    }

    .left-1 p {
      font-family: 'Poppins Semi';
      font-size: 30px;
    }

    .left-2 p {
      font-family: 'Roboto Light';
      font-size: 14px;
      text-align: left;
    }

    .kontakt-radio {
      margin-left: 43px;
      margin-top: 33px;
    }

    .kontakt-inner-right {
      border-radius: 40px;
      border: 4px solid #EDEDED;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
    }
    .form-gorup-2 {
      margin-bottom: 15px;
      width: 60%;
      padding-right: 50px;
    }
    .form-group-2 input, .form-group-2 select {
      width: 75%;
      padding: 10px;
      font-family: 'roboto light';
      font-size: 12px;
      border: 2px solid #ccc;
      border-radius: 20px;
      transition: all 0.3s ease;
      margin-top: 25px;
      margin-left: 35px;
    }
    .form-group-2 input:focus, .form-group-2 select:focus {
      width: 65%;
      outline: none;
    }

    .kontakt-inner-right .form-group-2 textarea {
      width: 75%;
      padding: 10px;
      font-family: 'roboto light';
      font-size: 12px;
      border: 2px solid #ccc;
      border-radius: 20px;
      transition: all 0.3s ease;
      margin-right: 25px;
      margin-top: 25px;
      margin-left: 40px;
    }
    .form-privacy {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-top: 15px;
      font-size: 12px;
      color: #333;
      width: 80%;
      font-family: 'Roboto Light';
      margin-left: 43px;
    }
    .send-button-container {
      display: flex;
      margin-top: 30px;
      margin-left: 30px;
      margin-bottom: 30px;
    }
    .hero-section-schalter {
      display: none;
    }
      .section-feature__right {
          display: none;
      }
	  .hero-button-first-desktop-prox img {
		  width: 100%;
		  max-width: 300px;
		  padding-right: 0;
	  }

	  .hero-button-desktop {
		  width: 100%;
		  padding-left: 10px;
		  padding-right: 10px;
		  box-sizing: border-box;
	  }

	  /* Kleinere Hero-Texte für sehr kleine Bildschirme */
	  .dz-content-text-desktop h1,
	  .dz-content-text h1 {
		  font-size: 1.5rem !important;
		  line-height: 1.1em;
	  }

	  .dz-content-text-desktop h2 {
		  font-size: 1rem !important;
		  line-height: 1.3em;
	  }

	  .dz-content-sub-2-desktop p,
	  .dz-content-sub-2 p {
		  font-size: 0.9rem !important;
		  margin-top: 15px;
	  }

	           .content-section {
                margin: 5px;
	  }
	  .benefit-grid {
    justify-content: center;
	    }
}
  /* Mobile Small - bis 360px */
  @media (max-width: 360px) {
	  	  .dz-content-container-desktop {
		  display: flex;
		  margin-top: 20px !important;
	  }
	  .dz-content-container {
		  display: none;
	  }
    .first-hero, .hero-1 {
      margin: 3px;
    }

    .footer {
      margin: 3px;
    }

    .logo img {
      width: 100px;
    }
      .left-box-1 img {
          width: 200px;
      }
      .left-box-2{
          margin-top: 10px;
      }

    .nav-button img {
      width: 60px;
    }

    .navbar {
      padding: 8px 10px;
    }

    .nav-links {
      font-size: 9px;
      gap: 8px;
      margin-top: 8px;
      margin-left: -5px;
    }

    .hero-button-first img,
    .hero-button-second img,
    .left-box-3 img {
      width: 140px;
    }

    .dz-content-text.home h1 {
      font-size: 24px;
      line-height: 1.1em;
    }

    .dz-content-sub-2.home p {
      font-size: 18px;
      margin: 20px 0 0;
    }

    /* Desktop version text responsive for very small mobile */
    .dz-content-text-desktop.home h1 {
      font-size: 32px;
      line-height: 1.2em;
    }

    .dz-content-text-desktop.home h2 {
      font-size: 18px;
      line-height: 1.4em;
      margin-top: 10px;
    }

    .dz-content-sub-2-desktop.home p {
      font-size: 15px;
      line-height: 1.5em;
      margin-top: 10px;
    }

    /* Hero buttons responsive */
    .hero-button-desktop {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 15px;
      gap: 8px;
    }

    .hero-button-first-desktop,
    .hero-button-second-desktop {
      margin-left: 0;
    }

    .hero-button-first-desktop img,
    .hero-button-second-desktop img {
      width: 130px;
    }

    /* Avatar sections responsive */
    .dz-content-1.avatar {
      padding: 40px 15px !important;
    }

    .dz-content-1.avatar2 {
      padding: 40px 15px !important;
    }

    .dz-content-1-container.avatar {
      min-width: unset !important;
      margin-right: 0 !important;
      max-width: 100%;
      padding: 0 !important;
    }

    .dz-content-1-container.avatar2 {
      padding: 0 10px !important;
      max-width: 100%;
    }

    .dz-content-text.acc h2,
    .dz-content-text.acc-2 h2 {
      font-size: 22px !important;
      line-height: 1.3em !important;
      margin: 0 0 15px 0 !important;
    }

    .dz-content-sub-2.acc p {
      font-size: 14px !important;
      line-height: 1.6em !important;
    }

    .avatar-cards {
      flex-direction: column !important;
      gap: 15px !important;
    }

    .avatar-card {
      flex: unset !important;
      min-width: unset !important;
      max-width: 100% !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-bottom: 0 !important;
    }

    .avatar-card h3 {
      font-size: 18px !important;
      padding: 18px 18px 12px 18px !important;
    }

    .avatar-card p {
      font-size: 14px !important;
      padding: 0 18px 16px 18px !important;
    }

    .container {
      max-width: 100%;
      overflow: hidden;
    }

    /* Footer responsive */
    .left-box-2 p {
      font-size: 50px;
    }

    .left-box-4 {
      font-size: 10px;
      flex-direction: column;
      gap: 8px;
    }

    /* Fourth-hero responsive */
    .innerbox-1 p {
      font-size: 18px;
    }

    .innerbox-2 p {
      font-size: 11px;
    }

    .right-box p {
      font-size: 11px;
    }

    .datenzelt-section {
      flex-direction: column;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 20px;
    }

    .left-box {
      max-width: 100%;
      margin: 0;
      margin-bottom: 10px;
    }

    .right-box {
      max-width: 100%;
      margin-top: 0;
    }
  }

  /* Mobile Large - 431px bis 570px */
  @media (min-width: 431px) and (max-width: 570px) {
	  .dz-content-container-desktop {
		  margin-top: 20px !important;
	  }
     .hero-1 {
      margin: 5px;
      padding-bottom: 0px;
    }
      .hero-2 {
          margin: 5px;
      }
      .dz-content-1 {
          margin: 5px;
      }
      .third-hero {
          margin: 5px;
      }
      .hero-icon{
          margin: 5px;
      }


    .footer {
      margin: 5px;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    .footer-links {
      margin-bottom: 50px;
    }

    .logo img {
      width: 110px;
    }

    .footer-logo img {
      width: 150px;
    }
      .footer.kontakt{
          margin-top: 250px;
      }

    .nav-button img {
      width: 65px;
      padding-bottom: 30px;
    }

    .navbar {
      padding: 8px 12px;
    }

    .nav-links {
      font-size: 14px;
      gap: 10px;
      margin-top: 14px;
      margin-left: -8px;
    }
      .hero-button-first, .hero-button-second{
          margin-top: -20px;
      }

    .hero-button-first img,
    .hero-button-second img,
    .left-box-3 img {
      width: 170px;
    }

    .hero-button-first-desktop-prox img {
      width: 100%;
      max-width: 320px;
    }

    .hero-button-desktop {
      width: 100%;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box;
    }

    /* Kleinere Hero-Texte für kleine Bildschirme */
    .dz-content-text-desktop h1,
    .dz-content-text h1 {
      font-size: 2rem !important;
      line-height: 1.1em;
    }

    .dz-content-text-desktop h2 {
      font-size: 1.25rem !important;
      line-height: 1.3em;
    }

    .dz-content-sub-2-desktop p,
    .dz-content-sub-2 p {
      font-size: 1rem !important;
      margin-top: 25px;
    }

    .dz-content-text.home h1, .dz-content-text.ki h1, .dz-content-text.proxmox h1, .dz-content-text.schulung h1 {
      font-size: 50px;
      line-height: 1.1em;
      padding-top: 10px;
    }

    .dz-content-sub-2.home p, .dz-content-sub-2.ki p, .dz-content-sub-2.proxmox p, .dz-content-sub-2.schulung p {
      font-size: 20px;
      margin: 30px 0 0;
    }

    /* Desktop version text responsive for mobile */
    .dz-content-text-desktop.home h1 {
      font-size: 46px;
      line-height: 1.2em;
    }

    .dz-content-text-desktop.home h2 {
      font-size: 22px;
      line-height: 1.4em;
      margin-top: 15px;
    }

    .dz-content-sub-2-desktop.home p {
      font-size: 18px;
      line-height: 1.5em;
      margin-top: 15px;
    }

    /* Hero buttons responsive */
    .hero-button-desktop {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 20px;
      gap: 12px;
    }

    .hero-button-first-desktop,
    .hero-button-second-desktop {
      margin-left: 0;
    }

    .hero-button-first-desktop img,
    .hero-button-second-desktop img {
      width: 180px;
    }

    /* Avatar sections responsive */
    .dz-content-1.avatar {
      padding: 60px 25px !important;
    }

    .dz-content-1.avatar2 {
      padding: 60px 25px !important;
    }

    .dz-content-1-container.avatar {
      min-width: unset !important;
      margin-right: 0 !important;
      max-width: 100%;
      padding: 0 !important;
    }

    .dz-content-1-container.avatar2 {
      padding: 0 20px !important;
      max-width: 100%;
    }

    .dz-content-text.acc h2,
    .dz-content-text.acc-2 h2 {
      font-size: 28px !important;
      line-height: 1.3em !important;
      margin: 0 0 20px 0 !important;
    }

    .dz-content-sub-2.acc p {
      font-size: 16px !important;
      line-height: 1.6em !important;
    }

    .avatar-cards {
      flex-direction: column !important;
      gap: 20px !important;
    }

    .avatar-card {
      flex: unset !important;
      min-width: unset !important;
      max-width: 100% !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-bottom: 0 !important;
    }

    .avatar-card h3 {
      font-size: 20px !important;
    }

    .avatar-card p {
      font-size: 15px !important;
    }

    .container {
      max-width: 100%;
      overflow: hidden;
    }

    .nav-button {
      display: none;
    }

    /* clamp() regelt bereits die responsive Skalierung */

    .left-box-4 {
      flex-direction: column;
      gap: 10px;
    }

    .box-text-2, .box-text-4 {
      margin: 5px 0;
      margin-left: 0;
    }

    .box-text-3, .box-text-5 {
      margin-left: 0;
    }

    .innerbox-1 p {
      font-size: 20px;
      padding-bottom: 20px;
      text-align: center;
    }

    .innerbox-2 p {
      font-size: 16px;
      text-align: center;
    }

    .right-box p {
      font-size: 16px;
      text-align: center;
    }

    .datenzelt-section {
      flex-direction: column;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
      text-align: center;
    }

    .left-box {
      max-width: 100%;
      margin: 0;
      margin-bottom: 15px;
      text-align: center;
    }

    .right-box {
      max-width: 100%;
      margin-top: 0;
      text-align: center;
    }

    .left-box-1 img {
      width: 200px;
    }

    .left-box-1 {
      padding-bottom: 50px;
    }

    .desktop-break {
      display: none;
    }

    .cta-section {
      margin-bottom: -30px;
    }

    /* KI-spezifische Anpassungen */
    .ki-section {
      flex-direction: column;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
      text-align: center;
    }

    .ki-left-box {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center;
    }

    .ki-right-box {
      max-width: 100%;
      text-align: center;
    }

    .ki-innerbox-1 p {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center;
    }

    .ki-innerbox-2 p {
      font-size: 16px;
      line-height: 1.4;
      text-align: center;
    }

    .ki-innerbox-3 p {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center;
    }

    .ki-bullet {
      text-align: center;
    }

    .ki-bullet ul {
      font-size: 16px;
      display: inline-block;
      text-align: left;
      max-width: 100%;
    }

    .ki-bullet li {
      line-height: 1.5;
      margin-bottom: 8px;
    }

    /* Icon-Bereiche mit zentrierten Icons */
    .hero-icon {
      padding: 20px 0;
      min-height: auto;
    }

    .container-icon {
      padding: 0 15px;
    }

    .container-icon-2 {
      padding: 0 15px;
      margin-top: -50px;
    }

    .header-icon p {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px;
    }

    .text1-icon {
      margin-top: -10px;
      margin-bottom: 30px;
    }

    .text1-icon p {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }

    .icon-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    .icon-2-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    .icon-3-section {
      flex-direction: column;
      margin-top: 0;
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 30px;
    }

    /* Icons zentriert über Überschriften */
    .ki-innerbox-icon {
      text-align: center;
      margin-bottom: 15px;
    }

    .ki-innerbox-icon p {
      font-size: 20px;
      text-align: center;
      position: relative;
      padding-top: 80px;
      padding-left: 0;
      min-height: 60px;
      margin: 0;
    }

    /* Alle Icons zentriert positionieren */
    .ki-innerbox-icon p::before {
      position: absolute;
      left: 50%;
      top: 10px;
      transform: translateX(-50%);
    }

    /* Hero-3 rechtliche Herausforderungen */
    .hero-3 {
      padding: 20px 0;
      min-height: auto;
    }

    .container-3 {
      padding: 0 15px;
    }

    .header-3 p {
      font-size: 24px;
      text-align: center;
      margin-bottom: 15px;
    }

    .text-3 {
      margin-top: -10px;
    }

    .text-3 p {
      font-size: 16px;
      text-align: center;
      line-height: 1.4;
    }

    /* Hero-4 persönliche Beratung */
    .hero-4 {
      min-height: auto;
      padding: 20px 0;
    }

    .container-4 {
      flex-direction: column;
      padding-right: 15px;
      margin-top: 0;
      gap: 20px;
    }

    .left-box-1-4, .right-box-1-4 {
      flex: none;
      max-width: 100%;
      margin-bottom: 20px;
      text-align: center;
    }

    .innerbox-1-4 p {
      font-size: 22px;
      margin-bottom: 15px;
      text-align: center;
    }

    .innerbox-2-4 img {
      width: 120px;
      height: auto;
    }

    .innerbox-2-5 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
    }

    .button-box {
      gap: 8px;
      justify-content: center;
    }

    .button-box svg, .button-box img {
      width: 50px;
      height: 50px;
    }

    .innerbox-3-4 img {
      width: 100%;
      max-width: 300px;
      height: auto;
    }

    /* Allgemeine Anpassungen */
    body p {
      font-size: 16px;
    }

    .third-hero {
      padding-block: 20px;
    }

    .CTA-1 img {
      width: 100%;
      height: auto;
    }

    .second-hero {
      padding-block: 20px;
    }

    .cloud-section {
      padding: 0 15px;
    }

    .KI-Cloud img {
      max-width: 100%;
      height: auto;
    }

    /* dz-content-Container Anpassungen */
    .dz-content-container {
      min-height: 50vh;
      padding: 20px 10px;
    }

    .dz-content {
      margin: 0 5px;
    }

    /* Responsive Text Anpassungen */
    .section-intro {
      min-height: auto;
      padding: 20px 10px;
    }

    .section-intro__title {
      font-size: 32px;
      text-align: center;
    }

    .section-intro__subtitle {
      font-size: 16px;
      text-align: center;
    }

    .section-feature {
      padding: 20px 10px;
    }

    .section-feature__container {
      flex-direction: column;
      gap: 20px;
      padding: 10px;
    }

    .section-feature__title {
      font-size: 28px;
      text-align: center;
    }

    .feature-list__item {
      grid-template-columns: 24px 1fr;
      column-gap: 10px;
    }

    .feature-list__icon {
      width: 20px;
      height: 20px;
    }
   .dz-content-1 {
      background-image: url("../img/cloud-datenzelt-ki-mobile.svg");
      background-size: contain;
    }
    .dz-content-1.dz-content-y {
      background: #EBFD41 url("../img/dz-content-ki-mobile.svg") center / contain no-repeat;
      }
  .hero-section-kontakt {
      position: relative;
      width: auto;
      height: auto;
      min-height: 120vh;
      display: block;
      justify-content: center;
    }
    .hero-div-kontakt {
    }
    .inner-kontakt-container {
      width: auto;
      display: block;
      margin-top: 20px;
      padding-top: 0px;
    }
    .kontakt-inner-left {
      width: 100%;
      padding-left: 20px;
      text-align: left;
      margin-bottom: 50px;
    }

    .left-2 {
      padding-right: 40px;
    }

    .left-1 p {
      font-family: 'Poppins Semi';
      font-size: 30px;
    }

    .left-2 p {
      font-family: 'Roboto Light';
      font-size: 14px;
      text-align: left;
    }

    .kontakt-radio {
      margin-left: 43px;
      margin-top: 33px;
    }

    .kontakt-inner-right {
      border-radius: 40px;
      border: 4px solid #EDEDED;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
    }
    .form-gorup-2 {
      margin-bottom: 15px;
      width: 60%;
      padding-right: 50px;
    }
    .form-group-2 input, .form-group-2 select {
      width: 75%;
      padding: 10px;
      font-family: 'roboto light';
      font-size: 12px;
      border: 2px solid #ccc;
      border-radius: 20px;
      transition: all 0.3s ease;
      margin-top: 25px;
      margin-left: 35px;
    }
    .form-group-2 input:focus, .form-group-2 select:focus {
      width: 65%;
      outline: none;
    }

    .kontakt-inner-right .form-group-2 textarea {
      width: 75%;
      padding: 10px;
      font-family: 'roboto light';
      font-size: 12px;
      border: 2px solid #ccc;
      border-radius: 20px;
      transition: all 0.3s ease;
      margin-right: 25px;
	}
  }

    @media (max-width: 1024px) {
		.proxmox-header-text  {
		font-size: 40px !important;
		}
		.dz-content-sub-2 p {
		font-size: 16px;
		}
	}

/* Burger Menu Styles */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  padding: 12px;
  gap: 5px;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.burger-menu:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(235, 253, 65, 0.3);
}

.burger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.burger-menu span {
  width: 24px;
  height: 3px;
  background-color: #FAFFDD;
  margin: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.burger-menu.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

/* Burger menu color variations for different pages */
.navbar.proxmox .burger-menu,
.navbar.schulung .burger-menu {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar.proxmox .burger-menu span,
.navbar.schulung .burger-menu span {
  background-color: #000000;
}

.navbar.proxmox .burger-menu:hover,
.navbar.schulung .burger-menu:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(235, 253, 65, 0.4);
}

/* VMware page burger menu styling */
.navbar.vmware .burger-menu {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar.vmware .burger-menu span {
  background-color: #FAFFDD;
}

.navbar.vmware .burger-menu:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(235, 253, 65, 0.4);
}

/* When menu is open, make X button bright and visible */
.burger-menu.active {
  position: fixed;
  right: 20px;
  top: 30px;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 10px 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-color: rgba(235, 253, 65, 0.4);
}

.burger-menu.active::before {
  content: '';
}

.burger-menu.active span {
  background-color: #EBFD41 !important;
  width: 24px;
}

.burger-menu.active:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(235, 253, 65, 0.6);
}

.burger-menu.active:hover span {
  background-color: #FFFFFF !important;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 420px;
  height: 100vh;
  background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 50%, #0f3460 100%);
  backdrop-filter: blur(20px) saturate(180%);
  z-index: 1000;
  transition: right 0.35s ease-out;
  overflow-y: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.7),
              -2px 0 20px rgba(235, 253, 65, 0.1);
  border-left: 2px solid;
  border-image: linear-gradient(to bottom,
    rgba(235, 253, 65, 0.5) 0%,
    rgba(235, 253, 65, 0.2) 50%,
    rgba(235, 253, 65, 0) 100%) 1;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  pointer-events: none;
}

@media (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

.mobile-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.3s ease;
}

.mobile-menu.active ul li {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu.active ul li:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.active ul li:nth-child(2) { transition-delay: 0.08s; }
.mobile-menu.active ul li:nth-child(3) { transition-delay: 0.11s; }
.mobile-menu.active ul li:nth-child(4) { transition-delay: 0.14s; }
.mobile-menu.active ul li:nth-child(5) { transition-delay: 0.17s; }
.mobile-menu.active ul li:nth-child(6) { transition-delay: 0.20s; }

.mobile-menu ul li a {
  display: block;
  padding: 20px 30px;
  color: #FAFFDD;
  text-decoration: none;
  font-family: 'Poppins Regular';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  position: relative;
}

.mobile-menu ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(to bottom, #EBFD41, #FFD700);
  transition: height 0.25s ease;
  border-radius: 0 2px 2px 0;
}

.mobile-menu ul li a::after {
  content: '→';
  position: absolute;
  right: 30px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.25s ease;
  color: #EBFD41;
  font-size: 18px;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:active {
  background: linear-gradient(90deg,
    rgba(235, 253, 65, 0.12) 0%,
    rgba(235, 253, 65, 0.03) 100%);
  color: #EBFD41;
  padding-left: 38px;
}

.mobile-menu ul li a:hover::before {
  height: 60%;
}

.mobile-menu ul li a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle at center,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.8) 100%);
  backdrop-filter: blur(3px);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mobile-overlay.active {
  display: block;
  opacity: 1;
}

/* Show burger menu on mobile, hide regular nav */
@media (max-width: 1024px) {
  .burger-menu {
    display: flex;
  }

  .nav-links {
    display: none !important;
  }

  .navbar {
    padding: 10px 20px;
    margin-top: 15px;
  }
}
