/* --- EIGENE ANPASSUNGEN START: WhatsApp Button --- */
.whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: #25D366; /* WhatsApp Grün */
    color: white !important;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-button:hover {
    background-color: #128C7E; /* Dunkleres Grün beim Drüberfahren */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Optional: Ein kleiner Abstand für ein Icon */
.whatsapp-icon {
    margin-right: 10px;
}

/* --- EIGENE ANPASSUNGEN ENDE --- */

/* JSON-LD Module komplett unsichtbar */
.hidden-schema-unterschleissheim,
.hidden-schema-aschheim,
.hidden-schema-klavierunterricht-aschheim,
.hidden-schema-schwabing-Domagkpark {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
