#fw-section-image-0 {

img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

img:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

}
#fw-section-featured-collection-0 {

.featured-collection img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.featured-collection img:hover {
  transform: scale(1.1);
  filter: brightness(1.15);
}

}












#fw-section-rich-text-175691355470762 {

.contact-link {
    display: inline-block;
    padding: 15px 25px;
    text-decoration: none;
    color: white;
    background-color: #007bff;
    border-radius: 8px;
    font-weight: bold;
    transition: transform 0.3s, background-color 0.3s;
}

.contact-link:hover {
    transform: scale(1.2); /* Vergrößerung beim Hover */
    background-color: #0056b3; /* optional: dunkler beim Hover */
}


.whatsapp {
    background-color: #25D366;
}

.whatsapp:hover {
    background-color: #1ebe5b;
}

.email {
    background-color: #FF5722;
}

.email:hover {
    background-color: #e64a19;
}

}