#header-icons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: #364e69; */
  z-index: 100;
  display: none;
}

#footer {
  position: relative;
}

#footer {
  background-image: url("../img/footer-bg.svg");
}

/*
#footer::before {
  content: " ";
  width: 100%;
  height: 10px;
  background-image: url("../img/footer-before.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  display: block;
}*/

.icon a.footerbutton {
  border-right: none;
}

a.footerbutton {
  color: #fff;
  text-decoration: none;
  background: #943736;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 30px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-size: 1.05em;
  position: absolute;
  right: 0;
}

#header-icons .wpml-ls-legacy-list-horizontal a {
  line-height: 50px;
  color: #fff;
  font-family: "Noto Serif";
  font-weight: normal;
  font-size: 20px;
  width: auto;
  height: 50px;
  text-align: center;
  padding: 0 25px !important;
  background-color: transparent;
}

footer .wrap {
  background: var(--color-2);
  position: relative;
  padding: 4vw 0;
  margin: 0 auto;
  background-image: url("../img/footer-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

footer a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

footer a:hover {
  color: var(--color-1);
}

footer a:hover,
#footer-mitte a:hover {
}

#footer-links,
#footer-mitte,
#footer-rechts {
  display: block;
}

#footer-mitte {
  text-align: center;
}

#footer-links {
  width: 100%;
  text-align: center;
}

#footer-links h3::after {
  content: "";
  display: block;
  background-image: url(../img/footer-logo-sterne.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: auto;
  margin: 0.5vw 0 2vw;
}

#footer-links a {
  height: 68px;
  display: inline-block;
  line-height: 68px;
  margin: 0 3vw 0 0;
}

#footer-logos {
  text-align: center;
  background: #fff;
  padding: 3vw 0 0 0;
}

#footer-rechts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  z-index: 9;
  position: relative;
}

#menu-footermenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  list-style: none;
  flex-wrap: wrap;
  padding: 0px;
}

.inner-wrap {
  position: relative;
  z-index: 9;
}

.ft-logo {
  max-width: 120px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2.2vw;
}

#footer-logos {
  text-align: center;
}

#footer-top-btn {
  max-width: 56px;
  position: absolute;
  right: 2vw;
  bottom: 6.5vw;
}

img.top-button {
  height: auto;
  width: 80px;
  background: #943736;
  padding: 20px;
}

.footer-senction {
  display: block;
}

/*----------------- 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) {
}

@media (max-width: 1500px) {
  .ft-logo {
    max-width: 100px;
    margin: 0 2.2vw;
  }
}

@media (max-width: 1200px) {
  /*----------------- ELEMENT -------------*/

  /*----------------- END ELEMENT ---------*/
}

@media (min-width: 1170px) {
  #header-icons {
    display: none;
  }

  #footer {
    padding-left: 360px;
    margin-top: 30px;
  }
}

@media (max-width: 1169px) {
  #footer-links {
    width: 75%;
    margin-left: 5%;
  }
  /* body #footer {
    margin-bottom: 69px;
  } */

  #footer {
    margin-bottom: 67px;
  }
}

@media (max-width: 1169px) {
  #footer-links {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 990px) {
  /*----------------- ELEMENT -------------*/
  #footer {
    margin-bottom: 67px;
  }
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 767px) {
  .ft-logo {
    max-width: 100px;
    margin: 0 6vw 2vw 6vw;
  }

  #footer-logos {
    padding: 5vw 0 0 0;
  }
}

@media (max-width: 576px) {
  #footer {
    margin-bottom: 42px;
  }
  footer .wrap {
    padding: 35px 0;
  }

  #footer-links {
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
  }

  #footer-links a {
    height: 38px;
    display: block;
    line-height: 1em;
    margin: 0;
    text-align: center;
  }

  #footer-rechts {
    padding-top: 30px;
  }

  #menu-footermenu * {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 420px) {
  #header-icons .wpml-ls-legacy-list-horizontal a {
    padding: 0 20px !important;
    background-color: #364e69;
  }

  a.footerbutton {
    background: #943736 !important;
    padding: 0px 7vw !important;
  }
  #footer {
    margin-bottom: 42px;
  }
  #menu-footermenu {
    padding: 0 10px;
  }
}

@media (max-width: 320px) {
  .icon a {
    padding: 14px 15px 0 15px;
  }

  #header-icons .wpml-ls-legacy-list-horizontal a {
    padding: 0 15px !important;
  }

  a.footerbutton {
    padding: 0 20px !important;
  }
}
