body > footer {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 24px max(24px, calc((100vw - 1240px) / 2));
  background: rgba(21, 4, 34, .92);
  border-top: 1px solid rgba(180, 76, 255, .2);
}

body > footer #footer-logo {
  display: block;
  width: 68px;
  max-width: 68px;
  height: auto;
  max-height: none;
  margin: 0;
}

body > footer #footer-nav {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body > footer #footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body > footer #footer-nav li {
  margin: 0;
  padding: 0;
}

body > footer #footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  color: #f3f0f7;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

body > footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

body > footer > div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

body > footer #fb-logo {
  display: block;
  width: 104px;
  max-width: 104px;
  height: auto;
}

body > footer #insta-logo {
  display: block;
  width: 34px;
  max-width: 34px;
  height: auto;
}

body > footer #kleinanzeigen {
  display: block;
  width: auto;
  max-width: 48px;
  height: 40px;
  object-fit: contain;
}

body > footer .pw-consent-settings {
  min-height: 44px;
  margin: 0;
  padding: 0;
  color: #d3ceda;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body > footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 26px 20px 34px;
  }

  body > footer #footer-nav ul {
    gap: 4px 20px;
  }

  body > footer > div {
    margin-top: 4px;
  }

  body.configurator-page > footer {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  body > footer #footer-nav {
    width: 100%;
  }

  body > footer #footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 16px;
    text-align: center;
  }

  body > footer #footer-nav a {
    justify-content: center;
    white-space: normal;
  }
}
