{"id":1547,"date":"2021-01-18T10:48:39","date_gmt":"2021-01-18T10:48:39","guid":{"rendered":"https:\/\/cademy.com\/tracking"},"modified":"2026-05-06T14:00:20","modified_gmt":"2026-05-06T14:00:20","slug":"tracking","status":"publish","type":"page","link":"https:\/\/cademy.com\/es\/tracking","title":{"rendered":"Tracking"},"content":{"rendered":"<p>[et_pb_section fb_built=\u00bb1&#8243; _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb background_color=\u00bb#000000&#8243; global_colors_info=\u00bb{}\u00bb][et_pb_row column_structure=\u00bb1_2,1_2&#8243; _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb width=\u00bb80vw\u00bb max_width=\u00bb80vw\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_column type=\u00bb1_2&#8243; _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_image src=\u00bbhttps:\/\/cademy.com\/wp-content\/uploads\/2021\/01\/project-tracking-1.png\u00bb alt=\u00bbProjekt Tracking by cademy\u00bb title_text=\u00bbProjekt Tracking by cademy\u00bb _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb border_color_all=\u00bb#8edd65&#8243; global_colors_info=\u00bb{}\u00bb][\/et_pb_image][\/et_pb_column][et_pb_column type=\u00bb1_2&#8243; _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_text _builder_version=\u00bb4.16&#8243; _module_preset=\u00bb817b27ee-4d73-4fcd-8fe1-49c6f822c3f6&#8243; header_line_height=\u00bb1.2em\u00bb global_colors_info=\u00bb{}\u00bb]<\/p>\n<h1>Unser Projekt-Tracking-System<\/h1>\n<p>Auf dieser Seite k\u00f6nnen Sie sich mit Ihren Zugangsdaten einloggen und den Status Ihres Projektes von der Auftragsverarbeitung bis zur Auslieferung verfolgen.<\/p>\n<p>Sollten Sie Fragen zu einem aktuellen Status haben, setzen Sie sich bitte mit Ihrem Projektleiter oder Ihrer Projektleiterin in Verbindung.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=\u00bbtel:+4923336139020&#8243; button_text=\u00bbJetzt anrufen!\u00bb _builder_version=\u00bb4.13.0&#8243; _module_preset=\u00bbdefault\u00bb custom_button=\u00bbon\u00bb button_bg_color=\u00bb#50565a\u00bb button_border_radius=\u00bb10px\u00bb button_icon=\u00bb&#xe090;||divi||400&#8243; button_icon_color=\u00bb#8edd65&#8243; custom_margin=\u00bb10px||||false|false\u00bb global_module=\u00bb372&#8243; global_colors_info=\u00bb{}\u00bb][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1&#8243; module_class=\u00bbtransparentBG\u00bb _builder_version=\u00bb4.27.6&#8243; _module_preset=\u00bbdefault\u00bb background_color=\u00bb#000000&#8243; custom_margin=\u00bb0px||0px||false|false\u00bb custom_padding=\u00bb0px||0px||false|false\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_row _builder_version=\u00bb4.27.6&#8243; _module_preset=\u00bbdefault\u00bb width=\u00bb95%\u00bb custom_padding=\u00bb0px||||false|false\u00bb hover_enabled=\u00bb0&#8243; global_colors_info=\u00bb{}\u00bb sticky_enabled=\u00bb0&#8243;][et_pb_column type=\u00bb4_4&#8243; _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_text _builder_version=\u00bb4.27.6&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb]<\/p>\n\n<div class=\"tracking-wrap\">\n<form method=\"GET\" class=\"tracking-form\" id=\"tracking-form-1\">\n    <div class=\"tracking-form-row\">\n        <label for=\"tracking-form-1-key1\">\n            Cademy Number        <\/label>\n        <input type=\"text\" name=\"key1\" id=\"tracking-form-1-key1\" value=\"\">\n    <\/div>\n\n    <div class=\"tracking-form-row\">\n        <label for=\"tracking-form-1-key2\">\n            PO        <\/label>\n        <input type=\"text\" name=\"key2\" id=\"tracking-form-1-key2\" value=\"\">\n    <\/div>\n\n    <div class=\"tracking-form-row tracking-form-row-actions\">\n        <button type=\"submit\" class=\"tracking-submit\">Submit<\/button>\n    <\/div>\n\n    <p id=\"tracking-form-1-error\" class=\"tracking-error\" style=\"display:none;\">Both fields are required.<\/p>\n<\/form>\n\n<div class=\"tracking-meta\">Last Update: 19.06.2026 23:43<\/div>\n\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    var form = document.getElementById('tracking-form-1');\n    var key1 = document.getElementById('tracking-form-1-key1');\n    var key2 = document.getElementById('tracking-form-1-key2');\n    var err = document.getElementById('tracking-form-1-error');\n    var submitBtn = form ? form.querySelector('.tracking-submit') : null;\n    if (!form || !key1 || !key2 || !err || !submitBtn) return;\n\n    form.addEventListener('submit', function (e) {\n        if (key1.value.trim() === '' || key2.value.trim() === '') {\n            err.style.display = 'block';\n            e.preventDefault();\n            return;\n        }\n        err.style.display = 'none';\n\n        e.preventDefault();\n        submitBtn.disabled = true;\n        window.setTimeout(function () {\n            form.submit();\n        }, 80);\n    });\n});\n<\/script>\n\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1&#8243; admin_label=\u00bbFormular\u00bb _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb background_color=\u00bb#000000&#8243; background_image=\u00bbhttps:\/\/cademy.com\/wp-content\/uploads\/2020\/11\/service-headset.jpg\u00bb saved_tabs=\u00bball\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_row _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb][et_pb_column type=\u00bb4_4&#8243; _builder_version=\u00bb4.16&#8243; _module_preset=\u00bbdefault\u00bb global_colors_info=\u00bb{}\u00bb]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1252-o1\" lang=\"de-DE\" dir=\"ltr\" data-wpcf7-id=\"1252\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/es\/wp-json\/wp\/v2\/pages\/1547#wpcf7-f1252-o1\" method=\"post\" class=\"wpcf7-form init wpcf7-acceptance-as-validation\" aria-label=\"Kontaktformular\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1252\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"de_DE\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1252-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_group_fields\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_visible_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_repeaters\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_steps\" value=\"{}\" \/><input type=\"hidden\" name=\"_wpcf7cf_options\" value=\"{&quot;form_id&quot;:1252,&quot;conditions&quot;:[{&quot;then_field&quot;:&quot;rueckruf&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;not equals&quot;,&quot;if_value&quot;:&quot;Bitte w\\u00e4hlen!&quot;}]},{&quot;then_field&quot;:&quot;message&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;equals&quot;,&quot;if_value&quot;:&quot;Informationen anfordern&quot;}]},{&quot;then_field&quot;:&quot;message&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;equals&quot;,&quot;if_value&quot;:&quot;Service anfordern&quot;}]},{&quot;then_field&quot;:&quot;service&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;equals&quot;,&quot;if_value&quot;:&quot;Service anfordern&quot;}]}],&quot;settings&quot;:{&quot;animation&quot;:&quot;yes&quot;,&quot;animation_intime&quot;:200,&quot;animation_outtime&quot;:200,&quot;conditions_ui&quot;:&quot;normal&quot;,&quot;notice_dismissed&quot;:false,&quot;repeater_remove_button&quot;:&quot;bottom&quot;,&quot;notice_dismissed_update-cf7-5.7.4&quot;:true,&quot;notice_dismissed_update-cf7-5.8&quot;:true,&quot;notice_dismissed_rollback-cf7-5.8.5&quot;:true,&quot;notice_dismissed_rollback-cf7-5.8.6&quot;:true,&quot;notice_dismissed_rollback-cf7-6.0.2&quot;:true,&quot;notice_dismissed_rollback-cf7-6.1&quot;:true,&quot;notice_dismissed_rollback-cf7-6.1.1&quot;:true}}\" \/>\n<\/fieldset>\n<p><label>Bitte f\u00fcllen Sie alle mit <strong>*<\/strong> gekennzeichneten Felder aus!<\/label>\n<\/p>\n<p><label> Ihr Name*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Ihre E-Mail-Adresse*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Was k\u00f6nnen wir f\u00fcr Sie tun*?<br \/>\n<span class=\"wpcf7-form-control-wrap dsm-contact-form-7-select\" data-name=\"auswahl\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required et_pb_contact_select input\" aria-required=\"true\" aria-invalid=\"false\" name=\"auswahl\"><option value=\"Bitte w\u00e4hlen!\">Bitte w\u00e4hlen!<\/option><option value=\"Einen R\u00fcckruf anfordern\">Einen R\u00fcckruf anfordern<\/option><option value=\"Informationen anfordern\">Informationen anfordern<\/option><option value=\"Service anfordern\">Service anfordern<\/option><\/select><\/span><\/label>\n<\/p>\n<div data-id=\"rueckruf\" data-orig_data_id=\"rueckruf\"  class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><label> Ihre Telefonnummer<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"telefon\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"telefon\" \/><\/span> <\/label>\n\t<\/p>\n<\/div>\n<div data-id=\"message\" data-orig_data_id=\"message\"  class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><label> Ihre Nachricht (optional)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n\t<\/p>\n<\/div>\n<div data-id=\"service\" data-orig_data_id=\"service\"  class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><label> Eine Datei\/Bild hochladen (gif\/png\/jpg\/jpeg\/pdf)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"datei\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".gif,.png,.pdf,.jpg,.jpeg\" aria-invalid=\"false\" type=\"file\" name=\"datei\" \/><\/span><\/label>\n\t<\/p>\n<\/div>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"datenschutz\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"datenschutz\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">Ich habe die <a href=\"\/datenschutz\/\" target=\"_blank\">Datenschutzbestimmungen<\/a> zur Kenntnis genommen. Ich stimme zu, dass meine Angaben und Daten zur Beantwortung meiner Anfrage elektronisch erhoben und gespeichert werden.(Pflichtfeld)<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><button class=\"wpcf7-form-control wpcf7-submit has-spinner et_pb_button et_pb_bg_layout_light\" type=\"submit\" value=\"Absenden\">Absenden<\/button><\/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unser Projekt-Tracking-System Auf dieser Seite k\u00f6nnen Sie sich mit Ihren Zugangsdaten einloggen und den Status Ihres Projektes von der Auftragsverarbeitung bis zur Auslieferung verfolgen. Sollten Sie Fragen zu einem aktuellen Status haben, setzen Sie sich bitte mit Ihrem Projektleiter oder Ihrer Projektleiterin in Verbindung. \n<div class=\"tracking-wrap\">\n<form method=\"GET\" class=\"tracking-form\" id=\"tracking-form-2\">\n    <div class=\"tracking-form-row\">\n        <label for=\"tracking-form-2-key1\">\n            Cademy Number        <\/label>\n        <input type=\"text\" name=\"key1\" id=\"tracking-form-2-key1\" value=\"\">\n    <\/div>\n\n    <div class=\"tracking-form-row\">\n        <label for=\"tracking-form-2-key2\">\n            PO        <\/label>\n        <input type=\"text\" name=\"key2\" id=\"tracking-form-2-key2\" value=\"\">\n    <\/div>\n\n    <div class=\"tracking-form-row tracking-form-row-actions\">\n        <button type=\"submit\" class=\"tracking-submit\">Submit<\/button>\n    <\/div>\n\n    <p id=\"tracking-form-2-error\" class=\"tracking-error\" style=\"display:none;\">Both fields are required.<\/p>\n<\/form>\n\n<div class=\"tracking-meta\">Last Update: 19.06.2026 23:43<\/div>\n\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    var form = document.getElementById('tracking-form-2');\n    var key1 = document.getElementById('tracking-form-2-key1');\n    var key2 = document.getElementById('tracking-form-2-key2');\n    var err = document.getElementById('tracking-form-2-error');\n    var submitBtn = form ? form.querySelector('.tracking-submit') : null;\n    if (!form || !key1 || !key2 || !err || !submitBtn) return;\n\n    form.addEventListener('submit', function (e) {\n        if (key1.value.trim() === '' || key2.value.trim() === '') {\n            err.style.display = 'block';\n            e.preventDefault();\n            return;\n        }\n        err.style.display = 'none';\n\n        e.preventDefault();\n        submitBtn.disabled = true;\n        window.setTimeout(function () {\n            form.submit();\n        }, 80);\n    });\n});\n<\/script>\n \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1252-o2\" lang=\"de-DE\" dir=\"ltr\" data-wpcf7-id=\"1252\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/es\/wp-json\/wp\/v2\/pages\/1547#wpcf7-f1252-o2\" method=\"post\" class=\"wpcf7-form init wpcf7-acceptance-as-validation\" aria-label=\"Kontaktformular\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1252\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"de_DE\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1252-o2\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_group_fields\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_hidden_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_visible_groups\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_repeaters\" value=\"[]\" \/><input type=\"hidden\" name=\"_wpcf7cf_steps\" value=\"{}\" \/><input type=\"hidden\" name=\"_wpcf7cf_options\" value=\"{&quot;form_id&quot;:1252,&quot;conditions&quot;:[{&quot;then_field&quot;:&quot;rueckruf&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;not equals&quot;,&quot;if_value&quot;:&quot;Bitte w\\u00e4hlen!&quot;}]},{&quot;then_field&quot;:&quot;message&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;equals&quot;,&quot;if_value&quot;:&quot;Informationen anfordern&quot;}]},{&quot;then_field&quot;:&quot;message&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;equals&quot;,&quot;if_value&quot;:&quot;Service anfordern&quot;}]},{&quot;then_field&quot;:&quot;service&quot;,&quot;and_rules&quot;:[{&quot;if_field&quot;:&quot;auswahl&quot;,&quot;operator&quot;:&quot;equals&quot;,&quot;if_value&quot;:&quot;Service anfordern&quot;}]}],&quot;settings&quot;:{&quot;animation&quot;:&quot;yes&quot;,&quot;animation_intime&quot;:200,&quot;animation_outtime&quot;:200,&quot;conditions_ui&quot;:&quot;normal&quot;,&quot;notice_dismissed&quot;:false,&quot;repeater_remove_button&quot;:&quot;bottom&quot;,&quot;notice_dismissed_update-cf7-5.7.4&quot;:true,&quot;notice_dismissed_update-cf7-5.8&quot;:true,&quot;notice_dismissed_rollback-cf7-5.8.5&quot;:true,&quot;notice_dismissed_rollback-cf7-5.8.6&quot;:true,&quot;notice_dismissed_rollback-cf7-6.0.2&quot;:true,&quot;notice_dismissed_rollback-cf7-6.1&quot;:true,&quot;notice_dismissed_rollback-cf7-6.1.1&quot;:true}}\" \/>\n<\/fieldset>\n<p><label>Bitte f\u00fcllen Sie alle mit <strong>*<\/strong> gekennzeichneten Felder aus!<\/label>\n<\/p>\n<p><label> Ihr Name*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Ihre E-Mail-Adresse*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Was k\u00f6nnen wir f\u00fcr Sie tun*?<br \/>\n<span class=\"wpcf7-form-control-wrap dsm-contact-form-7-select\" data-name=\"auswahl\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required et_pb_contact_select input\" aria-required=\"true\" aria-invalid=\"false\" name=\"auswahl\"><option value=\"Bitte w\u00e4hlen!\">Bitte w\u00e4hlen!<\/option><option value=\"Einen R\u00fcckruf anfordern\">Einen R\u00fcckruf anfordern<\/option><option value=\"Informationen anfordern\">Informationen anfordern<\/option><option value=\"Service anfordern\">Service anfordern<\/option><\/select><\/span><\/label>\n<\/p>\n<div data-id=\"rueckruf\" data-orig_data_id=\"rueckruf\"  class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><label> Ihre Telefonnummer<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"telefon\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"telefon\" \/><\/span> <\/label>\n\t<\/p>\n<\/div>\n<div data-id=\"message\" data-orig_data_id=\"message\"  class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><label> Ihre Nachricht (optional)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n\t<\/p>\n<\/div>\n<div data-id=\"service\" data-orig_data_id=\"service\"  class=\"\" data-class=\"wpcf7cf_group\">\n\t<p><label> Eine Datei\/Bild hochladen (gif\/png\/jpg\/jpeg\/pdf)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"datei\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".gif,.png,.pdf,.jpg,.jpeg\" aria-invalid=\"false\" type=\"file\" name=\"datei\" \/><\/span><\/label>\n\t<\/p>\n<\/div>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"datenschutz\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"datenschutz\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">Ich habe die <a href=\"\/datenschutz\/\" target=\"_blank\">Datenschutzbestimmungen<\/a> zur Kenntnis genommen. Ich stimme zu, dass meine Angaben und Daten zur Beantwortung meiner Anfrage elektronisch erhoben und gespeichert werden.(Pflichtfeld)<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><button class=\"wpcf7-form-control wpcf7-submit has-spinner et_pb_button et_pb_bg_layout_light\" type=\"submit\" value=\"Absenden\">Absenden<\/button><\/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-1547","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/pages\/1547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/comments?post=1547"}],"version-history":[{"count":6,"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/pages\/1547\/revisions"}],"predecessor-version":[{"id":1912,"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/pages\/1547\/revisions\/1912"}],"wp:attachment":[{"href":"https:\/\/cademy.com\/es\/wp-json\/wp\/v2\/media?parent=1547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}