footer#footer {
  background-color: var(--ast-global-color-1);
}

#footer .wrap {
  padding: var(--gap-xxl) 0 calc(var(--gap-xxl) * 0.91) 0;
  width: 1160px;
  max-width: 80vw;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  gap: calc(var(--gap-l) * 1.33);
}

#footer #footer-icon img {
  max-width: 196px !important;
  transition: all 2.5s ease-in-out;
  width: clamp(33.33vw, 6.658rem + 4.66vw, 12.25rem) !important;
}

#footer #footer-icon img:hover {
  transform: rotate(270deg);
}

#footer .inner-wrap *:not(h3) {
  color: white;
}

#footer a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: inherit;
}

#footer .inner-wrap {
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  gap: calc(var(--gap-xl) * 0.99);
}

#footer .inner-wrap a:hover {
  color: var(--ast-global-color-2);
}

#footer .inner-infos-wrap {
  display: flex;
  gap: calc(var(--gap-xl) * 1.66);
}

#footer #footer-links {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gap-m) * 0.9);
}

#footer #footer-links p {
  font-size: 1.222rem;
  font-weight: 400;
  line-height: 1.73;
}

#footer #footer-mitte {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: calc((var(--gap-m) * 0.9) + calc(var(--h3-font-size) * 1.44));
}

#footer #footer-mitte a {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.72;
  display: flex;
  align-items: center;
  gap: var(--gap-s);
  white-space: nowrap;
}

#footer #footer-mitte a.footer-icon::before {
  content: "" !important;
  display: block !important;
  background-image: url(/wp-content/themes/astra-impuls-child/img/icon-facebook.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.111em;
  height: 1.111em;
  transition: all 0.5s ease-in-out;
}

#footer #footer-mitte a.footer-icon.icon-ig::before {
  background-image: url(/wp-content/themes/astra-impuls-child/img/icon-instagram.svg);
}

#footer #footer-mitte a.footer-icon.icon-nl::before {
  background-image: url(/wp-content/themes/astra-impuls-child/img/icon-newsletter.svg);
}

#footer #footer-rechts #menu-footer-menu {
  display: flex;
  gap: var(--gap-l);
  margin: 0 !important;
}

/* Footer Nav */
#footer #footer-rechts li {
  list-style-type: none;
}

#footer #footer-rechts li a {
  font-size: var(--btn-font-size);
  font-style: normal;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.28px;
  color: var(--ast-global-color-2);
}

#footer #footer-rechts a:hover {
  color: var(--ast-global-color-4);
}

/** Logos */
#footer-logos {
  background-color: var(--ast-global-color-0);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xl);
  padding: calc(var(--gap-l) * 0.9) 0 calc(var(--gap-xl) + var(--gap-l)) 0;
}

#footer-logos .footer-logos-inner-wrapper {
  display: flex;
  gap: var(--gap-xl);
}

.ft-logo {
  max-width: 140px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

div#footer-menu {
  padding: 3.7vw 0 3.7vw;
}

div#footer-menu * {
  list-style: none;
  padding: 0;
  font-family: "Urbanist";
  font-weight: 300;
  color: #000;
  letter-spacing: 0.025em;
  font-size: 17px;
}

ul#menu-footer-menue {
  max-width: 850px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

@media (min-width: 1920px) {
  .ft-logo {
    margin: 0 50px;
  }
}

@media (max-width: 1300px) {
  #footer-logos {
    padding: calc(var(--gap-l) * 0.9) var(--cont-gap)
      calc(var(--cont-gap) + var(--gap-l)) var(--cont-gap);
  }
}

@media (max-width: 1024px) {
  #footer .wrap {
    flex-wrap: wrap;
  }
  #footer-logos {
    padding: calc(var(--gap-l) * 0.9) var(--cont-gap)
      calc(var(--cont-gap) + var(--gap-m)) var(--cont-gap);
  }
}

@media (max-width: 990px) {
  div#mobile-bar {
    display: flex;
  }
  #footer .inner-infos-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    gap: var(--gap-l);
  }
}

@media (max-width: 768px) {
  #footer .wrap {
    padding: 40px 0;
    max-width: 73.33vw;
  }

  #footer #footer-links {
    gap: 30px;
  }

  #footer #footer-rechts #menu-footer-menu {
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 20px;
    justify-content: center;
  }

  #footer #footer-links p {
    font-size: 15px;
    line-height: 1.46;
  }

  #footer .dot {
    display: none;
  }

  #footer #footer-mitte {
    margin-top: 0;
  }

  #footer #footer-rechts li a {
    line-height: 1.17;
  }

  .ft-logo {
    max-width: unset;
    margin: 0;
  }

  #footer-logos .footer-logos-inner-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
    gap: 23px;
  }
  .ft-logo img {
    max-height: 33px;
  }
}
