.footer {
  background-color: #0e0f3f;
  color: #ffffff;
  padding-top: 20px;
}

.footer-logo img {
  display: block;
  margin: 0 auto;
}

.footer-contact p {
  margin-bottom: 0.4rem;
  font-size: 16px;
}

.footer-map-link {
  color: #ffffff;
  text-decoration: underline;
}

.footer-map-link:hover {
  color: #cccccc;
}

.click-hint {
  font-size: 12px;
  color: #bbb;
}

.social-icons a {
  font-size: 24px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #d1d1d1;
}

.div-copy {
  background-color: #191919;
  color: #ccc;
  font-size: 14px;
}

.link-footer {
  color: #ffffff;
  text-decoration: none;
}

.link-footer:hover {
  color: #cccccc;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer .container {
    text-align: center;
  }

  .footer-contact hr {
    width: 50%;
    margin: 1rem auto;
  }
}
