.awx-footer {
  color: var(--gray-light);
  background-color: var(--awx-dark) !important;
  bottom: 0;
  position: sticky;
  z-index: -1;

  font-family: "Everett";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

footer a {
  text-decoration: none;
  color: var(--white) !important;
}

footer a:hover {
  text-decoration: none;
  color: var(--gold) !important;
  /* oder eine andere Farbe */
}

hr {
  margin-top: 1rem;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(155, 155, 155);
}

.awx-footer-txt {
  margin-left: 30px;
}

.awx-footer-opening-hours {
  padding-left: 48px;
}

ul.awx-list-footer {
  margin-left: -24px;
  /* optional: entfernt Einrückung */
}

.awx-footer-icon {
  margin-right: 6px;
  color: var(--gold);
}

.awx-footer-icon-ii {
  margin-right: 10px;
  color: var(--gold);
}

.awx-footer-logo {
  width: 120px !important;
  height: 64px;
  /* wichtig: erhält das Seitenverhältnis */
  margin: 40px 0;
  max-width: 100%;
  /* schützt vor Überlauf auf kleinen Geräten */
}

/* ===========================
	 Modal Layer Fix
	 =========================== */
.awx-modal-backdrop {
  z-index: 1990 !important;
}

.awx-modal {
  z-index: 2000 !important;
}

/* ===========================
	 Close-Button (X)
	 =========================== */
.awx-modal .awx-close {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gold, #e0a23b) !important;
  font-size: 2rem;
  line-height: 1;
  opacity: 1;
  padding: 0 0.25rem;
}

.awx-modal .awx-close:hover {
  color: #000 !important;
  opacity: 0.75;
}

.awx-modal .awx-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* ===========================
	 Primary-Button im Modal
	 =========================== */
.awx-modal .awx-btn-primary {
  background-color: var(--gold, #e0a23b) !important;
  border-color: var(--gold, #e0a23b) !important;
  color: #fff !important;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
}

.awx-modal .awx-btn-primary:hover,
.awx-modal .awx-btn-primary:focus,
.awx-modal .awx-btn-primary:active {
  background-color: #c69220 !important;
  border-color: #c69220 !important;
  color: #fff !important;
  opacity: 1 !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  footer .row {
    text-align: center;
  }

  footer .col-sm-12 {
    padding: 12px 0;
  }

  footer p {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  footer i {
    margin-right: 8px;
  }

  footer img {
    width: 40% !important;
  }

  footer a {
    margin: 4px 8px;
  }

  .footer-countries .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .footer-countries {
    padding-bottom: 24px;
  }

  ul.awx-list-footer {
    list-style: none;
    margin-left: -38px !important;
  }

  .awx-footer-txt {
    margin-left: 0px;
  }

  .awx-footer-opening-hours {
    padding-left: 0px;
  }
}
