// source --> https://innodentum.de?rest_route=%2Fdrflex%2Fv1%2Fdrflex-callback.js&amp;ver=20250405183019 
function __drflex_callback(data) {
	if (typeof window.dataLayer !== 'undefined') {
	if (typeof data == 'object') {
        window.dataLayer.push({
			'event': 'Terminbuchung',
          	'category': data.eventAction,
          	'label': data.eventLabel,
          	'consultation': data.consultation,
          	'therapist': data.therapist
        });
    }
}
};