footer a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  color: inherit;
}

#footer {
  background-color: var(--color-1);
  position: relative;
  padding-top: clamp(4rem, 3.275rem + 2.52vw, 6.3rem);
  padding-bottom: clamp(3.647rem, 2.981rem + 2.32vw, 5.76rem);
}

#footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 75%;
  background: transparent
    linear-gradient(180deg, #b0b743 0%, #95b31f77 0%, #7eaf0000 100%) 0% 0%
    no-repeat padding-box;
  top: 0;
  opacity: 0.8;
}

footer a:hover,
#footer-mitte a:hover {
}

/* -------------------------- start fonts footer -------------------------- */

footer {
}

footer p,
footer li,
footer a {
}

footer h4,
footer h5,
footer h6 {
}

#footer-grafik {
  position: absolute;
  right: 4%;
  bottom: 0;
}

#footer .wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
  flex-direction: column;
  align-items: center;
  gap: clamp(3.88rem, 2.232rem + 5.73vw, 9.11rem);
}

.inner-wrap * {
    color: #fff;
    font-size: var(--main-font-size);
    letter-spacing: 0.02em;
    line-height: 1.85em;
    font-family: var(--mainfont);
}
.inner-wrap {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  width: min(1000px, 80%);
  margin: auto;
  gap: 3rem;
}
#footer-links,
#footer-mitte,
#footer-rechts,
#footer-claim {
  display: flex;
}

#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5vw;
}

#menu-footer-menu * {
  color: var(--color-2);
  font-family: var(--headlinefont);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.73rem;
  letter-spacing: 0.05em;
}

#menu-footer-menu li a:hover {
  color: #fff;
}

/* Footer Grafik */

.footer-grafik {
  height: auto;
  margin-right: 20px;
  width: clamp(155px, 19vw, 243px);
}

@media (min-width: 1920px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1600px) {
  .inner-wrap {
    justify-content: unset !important;
    gap: 5rem;
  }
}

@media (max-width: 1200px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1024px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 990px) {
  div#mobile-bar {
    display: flex;
  }
  .inner-wrap {
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  /*.inner-wrap {
    width: 90%;
  }*/

  #footer-grafik {
    right: 1%;
  }
}

@media (max-width: 660px) {
  .inner-wrap {
    flex-wrap: wrap-reverse;
    justify-content: center;
    row-gap: 1rem;
  }

  #footer-rechts .textwidget p:nth-of-type(2) {
    display: none;
  }

  div#footer-menu {
    width: 80%;
  }

  #menu-footer-menu {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 1rem;
  }
  ul#menu-footer-menu li {
    line-height: 1;
  }

  .inner-wrap * {
    line-height: 1.5em;
}
}
@media (max-width: 576px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}

@media (max-width: 450px) {
  .inner-wrap {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  ul#menu-footer-menu {
    flex-direction: column;
    gap: 0.8em;
  }

  #menu-footer-menu {
    flex-direction: column;
    gap: 0.9em;
  }
}

@media (max-width: 320px) {
  /*----------------- ELEMENT -------------*/
  /*----------------- END ELEMENT ---------*/
}
