section.footer {
  font-size: 0.88888em;
  min-height: unset;
  padding-top: 2em;
  padding-bottom: 2em;
}
section.footer >div {
  box-sizing: border-box;
}
section.footer >div:last-child {
  padding-right: 0;
  flex-grow: 1;
  text-align: right;
}
section.footer p {
  margin-bottom: 0;
}
section.footer a {
  opacity: 0.9;
}
section.footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
section.footer a,
section.footer div>span {
  backdrop-filter: blur(1.5px);
}
section.footer .cert.light {
  display: none;
}
section.footer .cert.dark {
  display: block;
}
section.footer .cert > img {
  width: 5em;
  height: auto;
}
section.footer .block {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
section.footer .block ul {
  margin-bottom: 0;
  display: flex;
  gap: var(--gap);
}
section.footer .block--company {
  grid-column-start: 1;
  grid-column-end: 3;
}
section.footer .block--links {
  grid-column-start: 3;
  grid-column-end: 5;
}
section.footer .language-switcher {
  display: flex;
  gap: 1em;
}
section.footer .language-switcher ul {
  gap: .5em;
}
section.footer .language-switcher ul a {
  text-decoration: none;
}
section.footer .language-switcher ul .--current>a {
  text-decoration: underline;
}
section.footer .language-switcher .language-switcher-icon {
  display: flex;
  align-items: center;
}
section.footer .language-switcher svg {
  height: 1em;
  width: auto;
}
@media screen and (max-width: 1180px) {
  section.footer .block--links ul {
    flex-flow: column;
    gap: 0;
  }
}
@media screen and (max-width: 700px) {
  section.footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  section.footer .block,
  section.footer .block {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }
}
@media screen and (max-width: 560px) {
  section.footer {
    grid-template-columns: 1fr 1fr;
  }
}
.has-dark-background .cert.light {
  display: block !important;
}
.has-dark-background .cert.dark {
  display: none !important;
}
