footer a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: inherit;
}

#footer {
  padding-bottom: var(--height-minifrom);
}

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: 6vw 0 4vw;
  display: flex;
  justify-content: center;
  position: relative;
  background: linear-gradient(
    90deg,
    #b7bd75 0%,
    #b7bd75 25%,
    #8b9ca3 80%,
    #8b9ca3 100%
  );
}

.inner-wrap {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1085px;
  align-items: center;
  gap: 79px;
  margin-left: 6.9vw;
}

.footer-wrapper-2,
.footer-wrapper-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-wrapper-1 {
  align-items: flex-start;
}

#footer-1 * {
  font-size: 1.474rem;
  color: var(--ast-global-color-2);
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: var(--headlinefont);
  line-height: 1.4;
}

.footer-grafik {
  max-width: 279px;
}

.footer-wrapper-2 {
  align-items: flex-end;
}

#footer-2 {
  display: flex;
  gap: 20px;
}

#menu-footer-menu {
  display: flex;
  gap: 3.2em;
}

div#footer-menu * {
  list-style: none;
  padding: 0;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  margin: 0 !important;
  line-height: 1;
}

#footer-logos {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos-inner-wrapper {
  padding: 53px 0;
  gap: 2.5vw;
  display: flex;
  align-items: center;
}

.ft-logo {
  max-width: 140px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}

/**----------------- MOBILE BUTTONS -------------*/
#mobile-buttons {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
  transform: translateY(101%);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
#mobile-buttons.small {
  transform: translateY(0);
}

#mobile-buttons .textwidget {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#mobile-buttons a {
  height: var(--height-minifrom);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  gap: 15px;
}

#mobile-buttons p:first-child {
  background-color: #fff;
}

#mobile-buttons p:first-child a::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(/wp-content/themes/astra-impuls-child/img/icon-anfrage.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}

#mobile-buttons p:last-child {
  background-color: var(--ast-global-color-0);
}

#mobile-buttons p:last-child a {
  color: #fff;
}

#mobile-buttons p:last-child a::before {
  content: "";
  display: block;
  width: 2.3em;
  height: 2.3em;
  background-image: url(/wp-content/themes/astra-impuls-child/img/icon-buchen.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
  filter: brightness(13);
}

/*----------------- 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) {
  .inner-wrap {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (min-width: 991px) {
  #mobile-buttons {
    display: none;
  }
}

@media (max-width: 990px) {
  div#mobile-bar {
    display: flex;
  }

  #footer-1 * {
    font-size: 1.274rem;
  }

  #footer-grafik {
    min-width: 190px;
    width: 33vw;
    max-width: 279px;
  }

  .footer-grafik {
    width: 100%;
    max-width: 100% !important;
  }

  .ft-logo:nth-child(2) {
    width: 130px;
  }

  #menu-footer-menu {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  #footer .wrap {
    padding: 50px 0 50px;
    display: flex;
    justify-content: center;
    position: relative;
    background: linear-gradient(
      90deg,
      #b7bd75 0%,
      #b7bd75 25%,
      #8b9ca3 80%,
      #8b9ca3 100%
    );
  }

  .footer-wrapper-1 {
    flex-direction: column-reverse;
    gap: 28px;
    align-items: center;
    text-align: center;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
    gap: 53px;
  }

  .inner-wrap {
    gap: 20px;
  }

  #menu-footer-menu {
    flex-direction: column;
    text-align: center;
    gap: 13px;
  }
}

@media (max-width: 576px) {
  #mobile-buttons a {
    font-size: 14px;
    gap: 9px;
  }

  #mobile-buttons p:first-child a::before {
    width: 1.8em;
    height: 1.8em;
  }

  #mobile-buttons p:last-child a::before {
    width: 2.1em;
    height: 2.1em;
  }
}

@media (max-width: 420px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 320px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}
