footer a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: inherit;
}

#footer .inner-wrap a:hover {
  color: var(--ast-global-color-0);
}

#footer #footer-menu a:hover {
  color: var(--ast-global-color-0);
}

#footer h5 {
  color: var(--ast-global-color-0) !important;
}

/* -------------------------- start fonts footer -------------------------- */

footer#footer::before {
  content: "";
  display: block;
  --my-size: 100vw;
  width: var(--my-size);
  height: calc(var(--my-size) / 12.44604316546763);
  background-image: url(/wp-content/themes/astra-impuls-child/img/grafik-header.svg);
  bottom: 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

footer p,
footer li,
footer a {}

footer h5 {
  color: var(--ast-global-color-0);
  margin-bottom: 1.1em;
}

#footer .wrap {
  padding: 4.1vw 0 30px 0;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: var(--ast-global-color-1);
  flex-direction: column;
  align-items: center;
  gap: 6.5vw;
}

.inner-wrap * {
  line-height: 2;
}

.inner-wrap p {
  color: #fff;
}

.inner-wrap {
  display: flex;
  width: 90%;
  max-width: 1170px;
  align-items: flex-start;
  gap: 5.2vw;
  justify-content: center;
}

#footer-logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 2em 0 1.4em 0;
}

#footer-logos img {
  max-width: 760px !important;
}

#footer-logos-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.ft-logo {
  max-height: 120px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  max-width: 220px;
}

.ft-logo img {
  min-height: 5vw;
  width: auto !important;
  height: 100% !important;
}

#footer-menu {
  background-color: var(--ast-global-color-1);
  padding: max(4vw, 30px) 0;
}

.footer-logos-inner-wrapper {
  display: flex;
  justify-content: center;
  gap: 17px;
  max-width: 95%;
}

.footer-logos-2-inner-wrapper {
  display: flex;
}

#menu-footer-menu {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0;
}

div#footer-menu * {
  list-style: none;
  padding: 0;
  color: var(--ast-global-color-0);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

#menu-footer-menu a:hover {
  color: #fff !important;
}

.inner-wrap .textwidget:nth-child(3) {
  margin-top: 1em;
}

#footer-claim * {
  font-size: 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 img {
    min-height: 120px;
  }
}

@media (max-width: 1500px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1024px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 990px) {
  div#mobile-bar {
    display: flex;
  }

  .footer-logos-inner-wrapper {
    flex-wrap: wrap;
  }

  .ft-logo {
    max-height: 98px;
    flex: 1 1 calc(25% - 13px);
    display: flex;
    justify-content: center;
  }

  div#footer-menu * {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 820px) {
  .inner-wrap {
    flex-direction: column;
    gap: 12px;
  }

  .inner-wrap .textwidget {
    transition: all .5s cubic-bezier(.46, .03, .52, .96);
    max-height: 0;
    overflow: hidden;
  }

  .inner-wrap>.imp-footer-acc-active .textwidget {
    max-height: 250px;
    padding-top: 1em;
    transition-delay: 0.6s;
  }

  #footer-links,
  #footer-mitte,
  #footer-rechts {
    width: 100%;
  }

  #footer-links h5,
  #footer-mitte h5,
  #footer-rechts h5 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
  }

  #footer-links h5::after,
  #footer-mitte h5::after,
  #footer-rechts h5::after {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/astra-impuls-child/img/pfeil-content.svg);
    --my-size: 1.3em;
    height: var(--my-size);
    width: calc(var(--my-size) / 2.714285714285714);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(13);
    transition: all .5s ease 0s;
  }

  .inner-wrap>div.imp-footer-acc-active h5::after {
    rotate: 90deg;
    transition-delay: 0.2s !important;
  }
}

@media (max-width: 576px) {

  .ft-logo img {
    height: 86px !important;
  }

  footer#footer::before {
    --my-size: 102vw;
    margin-bottom: -1px !important;
  }

  footer h5 {
    text-align: center;
  }

  #footer .wrap {
    padding: 61px 0 30px 0;
    gap: 17.5vw;
  }

  #menu-footer-menu {
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    display: flex;
    text-align: center;
  }

  .footer-logos-2-inner-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }

  .footer-logos-inner-wrapper {
    gap: 0;
  }

  .ft-logo {
    flex: 1 1 calc(37% - 13px);
  }
}

@media (max-width: 420px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 320px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}