._upButton_1c2xi_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 200;
  bottom: -55px;
  right: 0.75em;
  background: var(--beigedarker);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.03);
  width: 3em;
  height: 3em;
  padding: 0.75em;
  border-radius: 6px;
  opacity: 0;
  transition: 0.25s;
  pointer-events: none;
}
body.up-button ._upButton_1c2xi_1 {
  opacity: 1;
  bottom: 0.75em;
  pointer-events: all;
}
._upButton_1c2xi_1 svg {
  color: white;
  font-size: 18pt;
}footer._footer__links_tx7cl_1 {
  background-color: white;
  padding-bottom: 1.25em;
}
footer._footer__links_tx7cl_1 > div {
  width: 100%;
  display: grid;
  grid-template-areas: "about" "obituaryShortcuts" "socials";
  gap: 15px;
  margin: 0 auto;
  padding: 0 15px;
}
footer._footer__links_tx7cl_1 > div ._about_tx7cl_13 {
  grid-area: about;
}
footer._footer__links_tx7cl_1 > div ._obituaryShortcuts_tx7cl_16 {
  grid-area: obituaryShortcuts;
}
footer._footer__links_tx7cl_1 > div ._socials_tx7cl_19 {
  grid-area: socials;
}
footer._footer__links_tx7cl_1 > div h3 {
  margin-top: 50px;
}
footer._footer__links_tx7cl_1 > div a {
  display: block;
  color: var(--gray);
  padding: 6px 0;
}

@media only screen and (min-width: 640px) {
  footer._footer__links_tx7cl_1 > div {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "about obituaryShortcuts" "socials obituaryShortcuts";
  }
}
@media only screen and (min-width: 1024px) {
  footer._footer__links_tx7cl_1 > div {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "about obituaryShortcuts socials";
  }
}
footer._footer__meta_tx7cl_43._compact_tx7cl_43 {
  flex: 0 0 30px;
}
footer._footer__meta_tx7cl_43._compact_tx7cl_43 > div {
  padding: 0;
}
footer._footer__meta_tx7cl_43 > div {
  padding: 20px 20px;
  display: flex;
  gap: 1.5em;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer._footer__meta_tx7cl_43 > div * {
  color: var(--beigedarker);
  font-size: 13px;
  line-height: 1.8rem;
}
footer._footer__meta_tx7cl_43 > div *:not(:first-child) {
  position: relative;
}
footer._footer__meta_tx7cl_43 > div *:not(:first-child)::before {
  content: "-";
  position: absolute;
  left: -0.75em; /* helft van de gap */
  transform: translateX(-50%);
}

@media only screen and (min-width: 640px) {
  footer._footer__meta_tx7cl_43 > div {
    flex-direction: row;
  }
}