/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 11:24:00 */
body #header .logo img {
	transition: all .4s ease;
}

body.scolled #header .logo img {
	width: 60px;
}

@keyframes backgroundFade {
    0% {
        background-color: #000000; /* schwarz */
    }
    50% {
        background-color: #25D366; /* whatsapp-grün */
    }
    100% {
        background-color: #000000; /* wieder schwarz */
    }
}

.animate-whatsapp .elementor-icon {
    animation: backgroundFade 4s infinite; /* 4 sekunden, endlos */
    animation-timing-function: ease-in-out;
}