body.admin-bar .fixed-top {
  margin-top: 32px !important;
  /* Höhe der Admin-Leiste */
}

@media screen and (max-width: 782px) {
  body.admin-bar .fixed-top {
    margin-top: 46px !important;
    /* Mobile Höhe der Admin-Leiste */
  }
}

.awx-header-cta {
  display: flex;
  align-items: center;
  /* vertikal ausrichten */
  gap: 8px;
  /* Abstand zwischen Button und Text */
}

.navbar-expand-md {
  padding: 0px !important;
}

.btn-gc {
  border: 1px solid #aaaaaa !important;
  /* background-color: #A7C7E7; */
  color: #aaaaaa !important;
  margin-top: -3px;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  text-align: center;
  display: inline-block;
  font-size: 12px !important;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none !important;
}

.btn-gc:hover {
  border: 1px solid white !important;
  background-color: black;
  color: black !important;
}

.btn-gc-mobile {
  border: 1px solid #aaaaaa !important;
  /* background-color: #A7C7E7; */
  color: #aaaaaa !important;
  margin-top: -3px;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  text-align: center;
  display: inline-block;
  font-size: 12px !important;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: 10px;
}

.btn-gc-mobile:hover {
  border: 1px solid white !important;
  background-color: black;
  color: white !important;
}

@media (max-width: 992px) {
  .btn-gc {
    display: none !important;
  }

  .menu-item-gtranslate {
    margin-left: -24px;
    margin-right: -24px;
    padding: 2px 0 0 0 !important;
  }
}

@media (min-width: 992px) {
  .btn-gc-mobile {
    display: none !important;
  }
}

.btn-container {
  display: inline-flex;
  align-items: center;
  /* cursor: pointer; */
  margin-top: 1px;
}

.btn-round {
  background-color: #cbfb45;
  color: #151515;
  transition: background 0.3s;
}

.btn-round:hover {
  background-color: white;
}

.awx-btn-word {
  color: #cbfb45;
  transition: color 0.3s;
  /* Übergang bei Farbe */
  font-family: "Everett";
  font-size: 18px;
  font-weight: 300;
  margin-left: 8px;
  /* margin-right: 8px; */
}

.btn-container:hover .awx-btn-word {
  color: #cbfb45;
  /* Schriftfarbe ändert sich bei Hover */
}

.awx-btn-word:hover {
  color: #cbfb45;
}

#awx-icon-hamburger {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 5px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#awx-icon-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#awx-icon-hamburger span:nth-child(1) {
  top: 0px;
}

#awx-icon-hamburger span:nth-child(2),
#awx-icon-hamburger span:nth-child(3) {
  top: 10px;
}

#awx-icon-hamburger span:nth-child(4) {
  top: 20px;
}

#awx-icon-hamburger.open span:nth-child(1),
#awx-icon-hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#awx-icon-hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

#awx-icon-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#location-container {
  margin-top: 50px;
}

#location-rows .row {
  transition: all 0.3s ease;
  /* Sanfter Übergang */
  border: 1px solid #cbfb45;
  /* Blaues Border bei Hover */
  padding: 8px 0;
}

#location-rows .row:hover {
  /* Helles Grau bei Mouseover */
  /* text-decoration: underline; */
  border: 1px solid #151515;
  /* Blaues Border bei Hover */
  border-radius: 4px;
  /* background-color: white; */
  /* padding: 3px 0; */
  /* Unterstrichen bei Hover */
}

#location-rows .row:hover .col {
  cursor: pointer;
  /* Zeiger für die Spalten */
}

.awx-icon-header-fa {
  color: #cbfb45;
  width: 32px;
  margin-left: -10px;
  margin-right: 4px;
}

@media (max-width: 991px) {
  #location-rows .row {
    text-align: center;
  }
}

.awx-close-overlay {
  background-image: url("../images/svg/close.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  color: black;
  font-family: "Morena";
  /* font-size: 56px; */
  /* font-weight: 400; */
  position: fixed;
  top: 25px !important;
  right: 25px !important;
  transition: transform 0.5s ease;
  transform-origin: center center;
  width: 64px !important;
  height: 64px !important;
  padding-left: 32px;
  padding-right: 32px;
}

.awx-close-overlay:hover {
  transform: rotate(180deg);
}

.awx-slp-locations {
  background-color: #cbfb45;
  height: 100vh;
  font-family: "Everett";
}
