@media screen and (max-width: 600px) {
  .hero {
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
    padding: 0 8px;
  }

  .hero-box {
    padding: 30px 20px;
    margin-top: 80px;
    max-width: 100% !important;
  }

  .hero-box h1 {
    font-size: 2.2rem;
  }

  .hero-box h2 {
    font-size: 1.3rem;
  }

  .hero-box p {
    font-size: 1rem;
  }
  form {
    max-width: 100%;
    gap: 16px;
  }

  input, textarea {
    font-size: 0.95rem;
    padding: 12px 14px;
  }
  .hero-box p:last-child {
    text-align: center !important;
  }

  .whatsapp-link {
    margin: 10px auto !important;
    display: flex !important;
    width: 36px !important;
    height: 36px !important;
  }
  .whatsapp-link svg {
    width: 20px !important;
    height: 20px !important;
  }
  button {
    font-size: 1rem;
    padding: 12px 0;
  }
  .logo {
    height: 40px;
  }

  .logo-link {
    top: 15px;
    left: 10px;
  }

  .hamburger {
    display: block;
    top: 5px;
    right: 15px;
    font-size: 22px;
  }

  .nav-bar {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    width: 20vw;
    max-width: 180px;
    background: rgba(20, 20, 20, 0.7);
    box-shadow: -2px 0 24px rgba(0,0,0,0.35);
    z-index: 100;
    padding-top: 65px;
    border-radius: 0 0 0 18px;
    transform: translateX(110%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-bar.open {
    transform: translateX(0);
  }

  .hamburger.hidden {
    display: none !important;
  }

  .nav-close {
    display: block;
    position: absolute;
    top: 12px;
    right: 18px;
    background: none;
    border: none;
    color: white;
    font-size: 2.2rem !important;
    cursor: pointer;
    z-index: 101;
    padding: 0 !important;
    border-radius: 50% !important;
    margin: 0;
    text-align: center;
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    line-height: 0.8;
    font-weight: 300;
    transform: translateY(-1px);
  }

  .nav-close:hover, .nav-close:focus {
    background: linear-gradient(90deg, #00cfff, #ae5fff) !important;
    color: #000 !important;
    transform: scale(1.1) translateY(-1px);
    border-radius: 50% !important;
  }

  .nav-link .nav-text {
    display: none !important;
  }

  .nav-link {
    justify-content: center !important;
    font-size: 1.1rem !important;
    padding: 12px 20px !important;
    text-align: center;
    gap: 0;
    border-radius: 25px !important;
    margin: 0 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-link:hover, .nav-link.active {
    background: linear-gradient(90deg, #00cfff, #ae5fff) !important;
    color: #000 !important;
    border-radius: 25px !important;
    box-shadow: 0 6px 20px rgba(0, 207, 255, 0.4) !important;
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .cart-count {
    display: block !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    background: #ff4757 !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 0.75rem !important;
    font-weight: bold !important;
    min-width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid white !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
  }

  .produkt-box {
    padding: 5px 15px 15px 15px !important;
    gap: 5px !important;
    min-height: 300px !important;
  }

  .produkt-img {
    max-width: 200px !important;
    margin-top: -10px !important;
    margin-bottom: 0 !important;
  }

  .produkte-liste a.produkt-link:nth-child(2) .produkt-img {
    margin-top: 25px !important;
  }

  .produkte-liste a.produkt-link:nth-child(3) .produkt-img {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mobile-date-box {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    border-radius: 12px;
    padding: 32px 16px;
    margin: 0 auto;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    width: 100%;
    max-width: 350px;
    min-height: 220px;
    top: 0;
    left: 0;
    height: 50vh;
    z-index: 1001;
  }
  .mobile-date-box label {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 14px;
    font-weight: 500;
    text-align: center;
  }
  .mobile-date-box input[type="date"] {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 1.1rem;
    margin-bottom: 22px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .mobile-date-box input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }
  .mobile-date-box button {
    background: linear-gradient(90deg, #00cfff, #ae5fff);
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 14px 0;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    margin-top: 18px;
    align-self: center;
  }
  .mobile-date-box button:hover {
    background: linear-gradient(90deg, #ae5fff, #00cfff);
    color: #fff;
  }

  #mobile-date-range {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 1.1rem;
    margin-bottom: 22px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  #mobile-date-range::placeholder {
    color: #bbb;
    opacity: 1;
  }

  .cart-box {
    padding: 30px 20px;
    margin-top: 80px;
  }

  .calendar-box {
    display: none !important;
    padding: 6px 2vw;
    margin-top: 10px;
    max-width: 100vw;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }
  .calendar-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .calendar {
    gap: 2px;
    width: 100%;
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .day, .day-name {
    min-height: 24px;
    font-size: 0.78rem;
    padding: 2px 0;
    border-radius: 6px;
  }
  
  .calendar-legend {
    gap: 6px;
    margin-top: 10px;
    font-size: 0.85rem;
  }

  .mobile-range-input {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    border-radius: 14px;
    padding: 48px 16px 38px 16px;
    margin: 70px auto 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    width: 100%;
    max-width: 370px;
    gap: 0;
  }
  .mobile-range-input label {
    color: #fff;
    font-size: 1.08rem;
    margin-bottom: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    width: 100%;
  }
  .mobile-range-input > div {
    display: block !important;
    width: 100%;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }
  .mobile-range-input input[type="date"] {
    background: rgba(255,255,255,0.13);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 14px 10px;
    font-size: 1.08rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: background 0.2s;
  }
  .mobile-range-input input[type="date"]:focus {
    background: rgba(0,207,255,0.13);
    outline: 2px solid #00cfff;
  }
  .mobile-range-input button {
    margin-top: 10px;
    width: 100%;
    padding: 15px 0;
    font-size: 1.08rem;
    border-radius: 9px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .zeitraum-label {
    display: block;
    font-size: 2.1rem !important;
    font-weight: 900;
    margin-bottom: 28px;
    margin-top: -30px;
    text-align: center;
    letter-spacing: 0.01em;
    width: 100%;
    background: linear-gradient(90deg, #00cfff, #ae5fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-box p,
  .hero-box li,
  .hero-box address {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    word-break: break-word;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .agb-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.98rem;
    line-height: 1.5;
    color: #fff;
    width: 100%;
  }

  .agb-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .agb-label a {
    color: #00cfff;
    text-decoration: underline;
    word-break: break-word;
  }

  @media (max-width: 600px) {
    .agb-label {
      flex-direction: row;
      align-items: flex-start;
      font-size: 0.97rem;
      line-height: 1.5;
      gap: 10px;
      word-break: break-word;
    }
    .agb-label span {
      display: block;
      word-break: break-word;
    }
  }

  .hero-link:first-child .produkt-details ul {
    margin-left: 35px !important;
    margin-top: 0px !important;
    padding-left: 5px;
    text-align: center;
  }
  
  .hero-link:first-child .produkt-details li {
    padding-left: 25px !important;
    position: relative;
    text-align: left;
  }
  
  .hero-link:first-child .produkt-details li::before {
    left: 0;
  }
  
  .hero-link:first-child .hero-box h1 {
    margin-bottom: 25px !important;
  }
  
  .hero-link:first-child .produkt-img {
    margin-top: 5px !important;
    margin-bottom: -15px !important;
  }
}

@media screen and (max-width: 600px) {
  .tech-specs {
    width: 100%;
    margin-top: -10px !important;
  }
  .tech-specs-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .specs-table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 10px;
    background: none;
    box-shadow: none;
  }
  .specs-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 12px;
    padding: 12px 10px 10px;
    margin: 0;
    min-height: 80px;
    justify-content: space-between;
    transition: none;
  }
  .specs-table td {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
  }
  .specs-table td:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
    flex-grow: 1;
  }
  .specs-table .icon {
    font-size: 1.3em;
    margin: 0;
    display: block;
    color: #00cfff;
    text-shadow: none;
  }
  .specs-table td:first-child span:not(.icon) {
    font-size: 0.8rem;
    color: #aaa;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-top: 1px;
  }
  .specs-table td:last-child {
    font-size: 0.88rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
    hyphens: auto;
    margin-top: auto;
  }
  .btn-main {
    padding: 10px 24px;
    font-size: 1rem;
    margin-top: 50px;
    width: 100%;
  }

  .magnifying-glass {
    display: none !important;
  }

  .control-hotspot,
  .connection-hotspot,
  .battery-hotspot {
    cursor: pointer !important;
  }

  .control-hotspot:hover,
  .connection-hotspot:hover,
  .battery-hotspot:hover {
    background: rgba(0, 207, 255, 0.2) !important;
    border-color: rgba(0, 207, 255, 0.9) !important;
    box-shadow: 0 0 10px rgba(0, 207, 255, 0.3) !important;
    transform: translateX(-50%) !important;
  }

  .control-hotspot,
  .connection-hotspot,
  .battery-hotspot {
    transform: translateX(-50%) !important;
  }

  @media screen and (min-width: 601px) and (max-width: 1024px) {
    .product-image-container {
      width: 500px !important;
      height: 400px !important;
    }

    .control-hotspot {
      top: 18% !important;
      left: 56% !important;
      width: 19% !important;
      height: 12% !important;
    }

    .connection-hotspot {
      top: 64% !important;
      left: 56% !important;
      width: 13% !important;
      height: 11% !important;
    }

    .battery-hotspot {
      top: 18% !important;
      left: 56% !important;
      width: 19% !important;
      height: 12% !important;
    }
  }
}

@media screen and (min-width: 601px) {
  .calendar-box {
    display: flex !important;
  }
  .mobile-range-input {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .widerruf-h1 {
    font-size: 2.2rem !important;
    margin-bottom: 42px;
  }
  
  .datenschutz-h1 {
    font-size: 1.6rem !important;
    margin-bottom: 32px;
  }
}

  .logo-link:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .logo-link {
    -webkit-tap-highlight-color: transparent !important;
  }
  a {
    -webkit-tap-highlight-color: transparent !important;
  }

  .social-icons,
  .social-buttons {
    display: flex !important;
    gap: 28px !important; /* Abstand zwischen den Icons, Wert ggf. anpassen */
    justify-content: center;
    align-items: center;
  }
  .social-icons a,
  .social-buttons a {
    margin: 0 !important; /* Einzelne Margins entfernen, falls gesetzt */
  }

