/*FOOTER*/

#footer {
  padding: 0;
  background-color: white;
}

#footer .inner {
  display: flex;
  justify-content: center;
  gap: 12vw;
  padding: calc(var(--gap-l) + 20px) 0 var(--gap-l) 0;
}

#footer .footer-left {
  display: flex;
  gap: 64px;
  align-items: center;
}

#footer .footer-left .baumeister-icon {
  --my-size: clamp(5.813rem, 5.069rem + 3.17vw, 7.4rem);
  height: var(--my-size);
  width: var(--my-size);
  margin: 0 !important;
}

#footer .footer-left p {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0 !important;
}

#footer .footer-left a {
  color: var(--color-anthrazit);
}

#footer .footer-right .textwidget,
#footer .footer-right {
  display: flex;
  align-items: center;
}

#footer .footer-right h4 {
  font-weight: 900;
  font-family: var(--headlinefont);
  font-size: 1.474rem;
  text-transform: uppercase;
  color: var(--color-anthrazit);
  text-align: left;
  line-height: 1.2;
  margin: 0;
}

#footer .footer-right h4 em {
  color: white;
  background-color: var(--color-green);
  font-style: normal;
  padding: 0 3px;
  border-radius: 3px;
}

/** NAV **/
#footer-bottom {
  width: 100%;
  position: relative;
  padding-bottom: var(--gap-l);
  height: 100%;
  justify-content: center;
  display: flex;
}

#footer-bottom #footer-nav {
  display: flex;
  justify-content: center;
}
#footer-bottom #footer-nav,
div#footer-bottom #footer-nav * {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none !important;
}

ul.bottom-nav {
  display: flex;
  justify-content: center;
  gap: calc(var(--gap-m) + 10px);
}

#footer-bottom #footer-nav a {
  font-size: 0.667rem;
  text-decoration: none;
  color: var(--color-anthrazit);
}

div#footer-bottom #footer-nav a:hover,
div#footer-bottom #footer-nav a:focus {
  text-decoration: underline;
}

@media all and (max-width: 1023px) {
  div.footer-left {
    width: 100%;
    max-width: 1078px;
  }
  #footer .inner {
    padding: 50px calc(var(--gap-m) + 10px) !important;
  }
}

@media all and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    padding: 50px calc(var(--gap-m) + 10px) !important;
  }

  #footer .inner .footer-left {
    flex-direction: row-reverse;
    gap: calc(var(--gap-m) + 15px);
    justify-content: space-between;
  }

  #footer .inner .footer-left p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }
  #footer .inner .footer-left p .dot {
    display: none;
  }

  #menu-footermenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 calc(var(--gap-m) + 10px) calc(var(--gap-m) + 10px)
      calc(var(--gap-m) + 10px) !important;
    row-gap: 0;
  }

  ul.bottom-nav {
    gap: var(--gap-m);
  }
}
