
.social-contact {
  margin-top: 2rem;
  color: #fff;
  font-size: 1rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 0.5rem;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #66ccff; 
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #ffffff;
}

.social-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); /* macht dunkle Icons weiß – falls SVGs dunkel sind */
}
