/* AXODREN — globaler Footer (auf jeder Seite identisch) */

.sitefoot {
  background: #000000;
  color: #f2f1ef;
  padding: clamp(3rem, 8vh, 5rem) 0 clamp(1.6rem, 4vh, 2.4rem);
  font-family: "Sen", "Helvetica Neue", Arial, sans-serif;
}
.sitefoot__inner {
  max-width: 76rem;
  margin: 0 auto;
  padding-inline: clamp(1.2rem, 4vw, 2.5rem);
}
.sitefoot__top {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(2.2rem, 5vh, 3.2rem);
  border-bottom: 1px solid rgba(242, 241, 239, 0.15);
}
.sitefoot__word {
  font-family: "Axodren Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #f2f1ef;
  text-decoration: none;
  display: inline-block;
}
.sitefoot__word .xf { font-family: "Axodren Display Ext", "Axodren Display", sans-serif; }
.sitefoot__claim {
  margin: 1rem 0 0;
  color: #9a9aa0;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 20rem;
}
.sitefoot h5 {
  margin: 0 0 1rem;
  font: 700 0.7rem/1 inherit;
  font-family: inherit;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #77777e;
}
.sitefoot__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 2rem;
  align-content: start;
}
.sitefoot__nav a,
.sitefoot__contact a {
  color: #d8d7d4;
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.9;
}
.sitefoot__nav a:hover,
.sitefoot__contact a:hover { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; }
.sitefoot__contact p { margin: 0 0 0.3rem; color: #9a9aa0; font-size: 0.95rem; }
.sitefoot__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  font-size: 0.82rem;
  color: #77777e;
}
.sitefoot__legal { display: flex; gap: 1.6rem; }
.sitefoot__legal a { color: #9a9aa0; text-decoration: none; }
.sitefoot__legal a:hover { color: #ffffff; }
@media (max-width: 820px) {
  .sitefoot__top { grid-template-columns: 1fr; gap: 2.2rem; }
}

/* Social-Icons im Footer: Links folgen, sobald die Profile stehen */
.sitefoot__social { display: flex; gap: 0.6rem; margin-top: 0.7rem; }
.sitefoot__social a { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border: 1.5px solid rgba(242,241,239,.35); border-radius: 50%; color: #f2f1ef; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.sitefoot__social a:hover { background: #f2f1ef; color: #000; border-color: #f2f1ef; text-decoration: none; }
.sitefoot__social svg { width: 1.15rem; height: 1.15rem; display: block; }
