
.footer {
  background-image: url('https://sicherheitstechnik-denker.de/wp-content/uploads/2026/02/Hintergrung-Header-1.webp');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 60px 20px 20px;
  font-family: 'Arial', sans-serif;
}
.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-logo {
  max-width: 200px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}
.footer-brand p,
.nav-column h3,
.nav-column ul li a,
.footer-contact a,
.footer-contact .hours,
.footer-bottom p,
.footer-bottom a {
  color: #ffffff;
}
.nav-column h3,
.footer-contact h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #e30613;
}
.nav-column ul {
  list-style: none;
  padding: 0;
}
.nav-column ul li {
  margin-bottom: 8px;
}
.nav-column ul li a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: #e30613;
}
.footer-contact a.phone,
.footer-contact a.email {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s;
}
.hours {
  margin: 15px 0;
  font-size: 0.95rem;
  line-height: 1.4;
}
.social a {
  margin-right: 15px;
  font-size: 1.3rem;
  color: #ffffff;
  transition: color 0.3s;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85rem;
}
.footer-bottom a {
  margin-left: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.address {
  font-style: normal;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 10px;
}
