#footer2 {
  font-size: 12px;
  width: 100%;
}

.footer2_head {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: 'Grimoire', serif;
  letter-spacing: 2px;
  color: var(--color4);
  text-shadow: 1px 1px 2px #000;
}

.footer2_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  gap: 10px;
}

.footer2_title {
  padding: 10px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.8px;
  font-size: 14px;
  border-bottom: 1px solid #8D8D92;
  width: 70%;
  margin-left: 10px;
  margin-top: 5px;
}

.footer2_content {
  padding: 10px 15px;
  text-align: justify;
}

.footer2_content img {
  opacity: 0.5;
}

.footer2_content img:hover {
  opacity: 1;
}

/* Hauptboxen */
.footer2_wio,
.footer2_wwhd,
.footer2_abwesend,
.footer2_credits {
  flex: 1;
  background: var(--color5);
  outline: 1px solid var(--color3);
  outline-offset: -5px;
}

.footer2_wio,
.footer2_wwhd {
  min-height: 180px;
}

.footer2_abwesend,
.footer2_credits {
  min-height: 160px;
}

/* Statistikbereich */
.footer2_stats {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  text-align: center;
	justify-content: center;
}

.footer2_stats-block {
  flex: 0 0 calc(20% - 4px);
  box-sizing: border-box;
  background: var(--color5);
  outline: 1px solid var(--color3);
  outline-offset: -5px;
  padding: 10px;
}

.footer2_break {
  flex-basis: 100%;
  height: 0;
}

/* Linkleiste */
.links {
  justify-content: flex-end;
  gap: 15px;
  font-size: 14px;
}

.footer2_link {
  padding: 10px;
  text-transform: uppercase;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-weight: 800;
}