footer a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: inherit;
}

#footer {
  z-index: 9;
  position: relative;
}

footer a:hover,
#footer-mitte a:hover {
}

/* -------------------------- start fonts footer -------------------------- */

footer {
}

footer p,
footer li,
footer a {
}

footer h4,
footer h5,
footer h6 {
}

#footer .wrap {
  padding: var(--gap-xl) 0 var(--gap-l);
  display: flex;
  justify-content: center;
  position: relative;
  background-color: var(--ast-global-color-2);
  flex-direction: column;
  align-items: center;
  gap: calc(var(--gap-l) + 20px);
}

#footer .wrap::after {
  content: "";
  display: block;
  position: absolute;
  --my-size: clamp(224px, 28vw, 459px);
  width: var(--my-size);
  height: calc(var(--my-size) / 1.987012987012987);
  background-image: url(/wp-content/themes/astra-impuls-child/img/grafik-einleitung-seasons);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.inner-wrap {
  display: flex;
  width: 90%;
  max-width: 1103px;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  z-index: 9;
}

.inner-wrap * {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

#footer-links,
#footer-mitte,
#footer-rechts,
#footer-claim {
  display: flex;
}

#footer-links * {
  color: #fff;
  font-family: var(--headlinefont);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.06;
  white-space: nowrap;
}

#footer-links strong {
  color: var(--ast-global-color-0);
}

.inner-wrap-2 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  /* height: 100%; */
  justify-content: space-between;
  gap: var(--gap-m);
}

#footer-mitte {
  gap: calc(var(--gap-m) - 10px);
}

#footer-rechts {
  gap: clamp(30px, 8.7vw, 150px);
}

#footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logos-inner-wrapper {
  display: flex;
  gap: calc(var(--gap-l) + 15px);
  max-width: 90%;
  padding: var(--gap-s) 0;
}

.ft-logo {
  max-width: 140px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  mix-blend-mode: luminosity;
}

#footer-menu {
  z-index: 9;
}

div#footer-menu * {
  list-style: none;
  padding: 0;
  color: var(--ast-global-color-1);
  letter-spacing: 0;
  font-size: var(--font-size-btn);
  margin: 0;
  font-weight: 500;
  gap: var(--gap-m);
  transition: color 0.5s ease;
}

#menu-footer-menu {
  display: flex;
}

div#footer-menu a.menu-link:hover {
  color: var(--ast-global-color-0);
}

/*----------------- SOCIAL SHARE -------------*/

.heateorSssSharing,
.heateorSssSharingButton {
  margin: 0;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 1vw;
}

ul.heateor_sss_follow_ul li,
ul.heateor_sss_sharing_ul li {
  float: right !important;
}

/*----------------- END SOCIAL SHARE -------------*/

@media (min-width: 1920px) {
  .ft-logo {
    margin: 0 50px;
  }
}

@media (max-width: 1500px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1024px) {
  #footer .wrap {
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .inner-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  #menu-footer-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 13px !important;
  }
}

@media (max-width: 990px) {
  div#mobile-bar {
    display: flex;
  }
}

@media (max-width: 768px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 576px) {
  #footer .wrap {
    align-items: center;
    padding: 47px 0 59px 0;
    gap: 32px;
  }

  .inner-wrap {
    align-items: center;
    gap: 32px;
  }

  .inner-wrap * {
    font-size: 15px;
    line-height: 1.6;
  }

  #footer-links * {
    font-size: 27px;
    text-align: center;
  }

  #footer-rechts {
    gap: 26px;
    flex-direction: column;
    text-align: center;
  }

  #menu-footer-menu {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 7px !important;
  }

  div#footer-menu * {
    text-align: center;
    line-height: 2.3;
  }

  .footer-logos-inner-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-logos-inner-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 460px) {
  .footer-logos-inner-wrapper {
    row-gap: var(--gap-xs);
  }

  .ft-logo {
    max-width: fit-content;
    max-height: 45px;
    display: flex;
    max-width: 89px;
    justify-content: center;
  }

  .ft-logo img {
    height: 100% !important;
    width: auto;
  }
}

@media (max-width: 320px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}
