
/* Platz freisperren für die Bottom-Navigation */
footer {
  background-color: #003f72;
  color: #ffffff;
  padding: 1rem 1rem 70px 1rem;
  font-size: 0.95rem;
  line-height: 1.6;

}

.rechtliches ul {
  list-style: none;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer div {
  margin-bottom: 2rem;
}

footer h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;

  display: flex;
  align-items: center;
  gap: 0.5rem;

  color: #f5a623;
}





footer li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

footer i {
  min-width: 1.25rem;
  font-size: 1.1rem;
}

.social-media-container ul {
  display: flex;
  gap: 1.2rem;
  padding: 0.5rem 0;
}

.social-media-container i {
  font-size: 1.4rem;
}

.made-in {
  text-align: center;
  font-size: 0.85rem;
  color: #bbb;
}

footer div:last-of-type {
  text-align: center;
  font-size: 0.85rem;
  color: #bbb;
}

.made-in p i {
  color: #f44336;
}
