/******************* Boardstats ****************************/
.foot_container {
  width: 1045px;
  margin: auto;
  padding: 20px;

  background: rgba(210, 204, 190, 0.45);
  border: 1px solid rgba(0,0,0,0.05);
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);

  color: #2f3437;
  font-family: 'Inter';
}

/* obere Reihe */
.foot_oben {
  padding: 10px;
  display: flex;
  gap: 20px;
}

/* untere Reihe */
.foot_unten {
  padding: 10px;
  display: flex;
  gap: 20px;
}

.foot_heading {
  font-family: 'Playfair Display';
  font-size: 22px;
  color: #3a3f42;
  text-align: center;
  letter-spacing: 1px;
}

/* Boxen */
.foot_box,
.foot_box2 {
  flex: 1;

  background: rgba(230, 224, 210, 0.55);
  border: 1px solid rgba(0,0,0,0.06);
  padding: 15px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);

  display: flex;
  flex-direction: column;
}

.foot_box .smalltext {
  display: block;
  line-height: 1.7;
}

.foot_legende {
  text-align: center;
}

/* Innerer Content */
.foot_box .inner {
  width: 100%;
  max-width: 320px;
  margin: auto;

  border: 1px solid #cfc6b8;
  border-radius: 10px;
  padding: 18px 20px;

  box-sizing: border-box;
}

.online-today .inner {
  padding: 22px 20px;
}

/* ************************ */
/* Partner */
.foot_box2 {
  align-items: center;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 15px;
  width: 100%;
}

.partner-grid a {
  display: block;
}

.partner-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: 0.2s ease;
}

.partner-grid a:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}

/* ************************ */
/* Abwesende Mitglieder */
.abwesend {
  margin: 10px auto;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.05);
  font-size: 11px;
  color: #3a3f42;
border-radius: 10px;
  scrollbar-width: none;
}

.abwesend::-webkit-scrollbar {
  display: none;
}

.abwesendtitle {
  font-family: 'Playfair Display';
  text-transform: uppercase;
  font-size: 30px;
  padding: 10px;
}

.abwesendtext {
  text-align: justify;
  padding: 10px;
  font-size: 12px;
  font-family: 'Playfair Display';
  font-weight: 500;
  margin-top: -10px;
}

.abwesend .smalltext,
.foot_box .smalltext {
  line-height: 1.6;
}

.inner strong {
  display: block;
  margin-bottom: 6px;
}

.inner hr {
  border: none;
  border-top: 1px solid #cfc6b8;
  margin: 10px 0;
}

.abwesend .inner {
  border: 1px solid #cfc6b8;
  border-radius: 10px;
  background: #e9e3d8;

  padding: 18px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Abwesende Mitglieder */
.quote {
 width: calc(100% - 20px);
  margin: 10px auto;
  padding: 20px;
  box-sizing: border-box;
 background: rgba(230, 224, 210, 0.55);
  border: 1px solid rgba(0,0,0,0.05);
  font-size: 11px;
  color: #3a3f42;
border-radius: 10px;
  scrollbar-width: none;
}

.quote::-webkit-scrollbar {
  display: none;
}

.quotetitle {
  font-family: 'Playfair Display';
  text-transform: uppercase;
  font-size: 30px;
  padding: 10px;
}

.quotetext {
  text-align: justify;
  padding: 10px;
  font-size: 12px;
  font-family: 'Playfair Display';
  font-weight: 500;
  margin-top: -10px;
}

.abwesend .smalltext,
.quote .smalltext,
.foot_box .smalltext {
  line-height: 1.6;
}

/* ==========================================================
   INDEX-LEGENDE
   ========================================================== */
.index-legend {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 35px;
    row-gap: 12px;
    padding: 8px 0;
}

.legend-item {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}