@media (max-width: 991px) {
  .awx-desktop-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .menu-item-gtranslate > a {
    display: flex !important;
    margin-top: -12px !important;
  }

  .footer-countries {
    display: none;
  }

  .cards-big {
    display: none !important;
  }

  .swiper-slide {
    width: 100% !important; /* Volle Breite für mobile Geräte */
    padding: 0 20px;
  }

  .awx-close-overlay {
    z-index: 1000 !important;
  }

  .awx-overlay-left {
    position: sticky !important; /* statt fixed */
    position: -webkit-sticky !important; /* Safari */
    height: 30vh !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .awx-overlay-content-right::-webkit-scrollbar-thumb {
    background: #999 !important;
    border-radius: 4px;
  }

  .awx-overlay-content-right::-webkit-scrollbar {
    width: 8px;
  }

  .awx-card {
    height: 240px !important; /* Höhe der Karten */
  }

  .awx-price-wrapper {
    top: 120px !important;
    justify-content: center !important;
    padding-right: 16px !important;
    width: 100% !important;
    /* background-color: #93c5fd !important; */
  }

  .awx-info-price {
    justify-content: center !important;
  }

  .awx-info-box {
    top: -110px !important; /* Mitte des Containers */
    right: -18px !important; /* Mitte des Containers */
  }

  .awx-btn-info-green {
    top: -15px;
  }

  .awx-btn-booking-sub__wrapper {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }

  /* Sichtbar nach Scroll */
  .awx-btn-booking-sub__wrapper.visible {
    opacity: 1;
    pointer-events: auto;
  }

  .awx-header-info-sub {
    display: flex;
    align-items: center; /* Zentriert den Pfeil vertikal */
    justify-content: center; /* Zentriert den Pfeil horizontal */
    font-weight: 300;
    opacity: 0.5;
    color: var(--white) !important;
    font-size: 16px !important;
    transition: opacity 0.3s ease;
    margin-right: 8px;
    background-color: black;
    border-radius: 50px;
  }

  .awx-btn-booking-sub__wrapper:hover .awx-header-info-sub {
    opacity: 1;
    cursor: default;
    background-color: black;
  }
}
