{"id":4028,"date":"2026-07-21T22:34:09","date_gmt":"2026-07-21T20:34:09","guid":{"rendered":"https:\/\/kreuels-consulting.de\/login\/"},"modified":"2026-07-21T22:34:09","modified_gmt":"2026-07-21T20:34:09","slug":"login","status":"publish","type":"page","link":"https:\/\/kreuels-consulting.de\/?page_id=4028","title":{"rendered":"Log In"},"content":{"rendered":"\n\t<div class=\"pmpro\">\n\t\t<section id=\"pmpro_login\" class=\"pmpro_section\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_card pmpro_login_wrap\">\n\t\t\t\t\t\t\t\t<h2 class=\"pmpro_card_title pmpro_font-large\">Anmelden<\/h2>\t\t\t\t\t\t\t\t<div class=\"pmpro_card_content\">\n\t\t\t\t\t\t\t\t\t<form name=\"loginform\" id=\"loginform\" action=\"https:\/\/kreuels-consulting.de\/wp-login.php\" method=\"post\"><input type=\"hidden\" name=\"pmpro_login_form_used\" value=\"1\" \/><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Benutzername oder E-Mail-Adresse<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Passwort<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Angemeldet bleiben<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"Anmelden\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"\" \/>\n\t\t\t<\/p><\/form>\t<div class=\"pmpro_form_field-password-toggle\">\n\t\t<button type=\"button\" id=\"pmpro_btn-password-toggle-1\" class=\"pmpro_btn pmpro_btn-plain hide-if-no-js\" data-toggle=\"0\">\n\t\t\t<span class=\"pmpro_icon pmpro_icon-eye\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg><\/span>\n\t\t\t<span class=\"pmpro_form_field-password-toggle-state\">Passwort anzeigen<\/span>\n\t\t<\/button>\n\t<\/div>\n\t<script>\n\t\t\/\/ Password visibility toggle (wp_login_form instance).\n\t\t(function() {\n\t\t\tconst toggleButton = document.querySelectorAll('#pmpro_btn-password-toggle-1')[0];\n\t\t\tconst toggleWrapper = toggleButton.closest('.pmpro_form_field-password-toggle');\n\t\t\tconst loginForm = toggleWrapper.previousElementSibling;\n\t\t\tconst passwordParagraph = loginForm.querySelector('.login-password');\n\t\t\tconst passwordInput = loginForm.querySelector('#user_pass');\n\n\t\t\tpasswordParagraph.appendChild(toggleWrapper);\n\t\t\ttoggleButton.classList.remove('hide-if-no-js');\n\t\t\ttoggleButton.addEventListener('click', togglePassword);\n\n\t\t\tfunction togglePassword() {\n\t\t\t\tconst status = this.getAttribute('data-toggle');\n\t\t\t\tconst passwordInputs = document.querySelectorAll('#user_pass');\n\t\t\t\tconst icon = this.getElementsByClassName('pmpro_icon')[0];\n\t\t\t\tconst state = this.getElementsByClassName('pmpro_form_field-password-toggle-state')[0];\n\n\t\t\t\tif (parseInt(status, 10) === 0) {\n\t\t\t\t\tthis.setAttribute('data-toggle', 1);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'text' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye-off\">\n\t\t\t\t\t\t\t<path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"><\/path>\n\t\t\t\t\t\t\t<line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"><\/line>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Passwort verbergen';\n\t\t\t\t} else {\n\t\t\t\t\tthis.setAttribute('data-toggle', 0);\n\t\t\t\t\tpasswordInput.setAttribute( 'type', 'password' );\n\t\t\t\t\ticon.innerHTML = `\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--pmpro--color--accent)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\">\n\t\t\t\t\t\t\t<path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path>\n\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n\t\t\t\t\t\t<\/svg>`;\n\t\t\t\t\tstate.textContent = 'Passwort anzeigen';\n\t\t\t\t}\n\t\t\t}\n\t\t})();\n\t<\/script>\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_content -->\n\t\t\t\t\t\t\t\t<div class=\"pmpro_card_actions\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pmpro_actions_nav\">\n\t\t<a href=\"https:\/\/kreuels-consulting.de\/?page_id=4028&amp;action=reset_pass\">Passwort vergessen?<\/a>\t<\/div> <!-- end pmpro_actions_nav -->\n\t\t\t\t\t\t\t\t\t<\/div> <!-- end pmpro_card_actions -->\n\t\t\t\t\t\t\t<\/div> <!-- end pmpro_login_wrap -->\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/section> <!-- end pmpro_login -->\n\t<\/div> <!-- end pmpro -->\n\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pmpro_default_level":"","footnotes":"","tve_updated_post":"","tve_custom_css":"","tve_user_custom_css":"","tve_globals":{},"tcb2_ready":1,"tcb_editor_enabled":0,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"class_list":["post-4028","page","type-page","status-publish","hentry","pmpro-has-access","post-wrapper","thrv_wrapper"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.5 (Yoast SEO v28.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Log In - Kreuels-Consulting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kreuels-consulting.de\/?page_id=4028\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Log In\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kreuels-consulting.de\/?page_id=4028\" \/>\n<meta property=\"og:site_name\" content=\"Kreuels-Consulting\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/?page_id=4028\",\"url\":\"https:\\\/\\\/kreuels-consulting.de\\\/?page_id=4028\",\"name\":\"Log In - Kreuels-Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/#website\"},\"datePublished\":\"2026-07-21T20:34:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/?page_id=4028#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kreuels-consulting.de\\\/?page_id=4028\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/?page_id=4028#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/kreuels-consulting.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Log In\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/#website\",\"url\":\"https:\\\/\\\/kreuels-consulting.de\\\/\",\"name\":\"Kreuels-Consulting\",\"description\":\"Elektro-Arbeitssicherheit 360\u00b0: Beratung, Schulung, Coaching. Ihr Unternehmen in sicheren H\u00e4nden.\",\"publisher\":{\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/#\\\/schema\\\/person\\\/7cfb011be3c44b32f90d94a972d47016\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kreuels-consulting.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/#\\\/schema\\\/person\\\/7cfb011be3c44b32f90d94a972d47016\",\"name\":\"Markus Kreuels\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/wp-content\\\/uploads\\\/KREUELS-CONSULTING-New-Logo-Partner.png\",\"url\":\"https:\\\/\\\/kreuels-consulting.de\\\/wp-content\\\/uploads\\\/KREUELS-CONSULTING-New-Logo-Partner.png\",\"contentUrl\":\"https:\\\/\\\/kreuels-consulting.de\\\/wp-content\\\/uploads\\\/KREUELS-CONSULTING-New-Logo-Partner.png\",\"width\":2239,\"height\":385,\"caption\":\"Markus Kreuels\"},\"logo\":{\"@id\":\"https:\\\/\\\/kreuels-consulting.de\\\/wp-content\\\/uploads\\\/KREUELS-CONSULTING-New-Logo-Partner.png\"},\"description\":\"Mit mehr als 30 Jahren Berufserfahrung als Elektromeister und VEFK habe ich mich auf die Arbeitssicherheit in der Elektrotechnik spezialisiert. Mein Ziel ist es, durch fundiertes Fachwissen und praxisnahe L\u00f6sungen die Arbeitssicherheit in der Elektrotechnik zu optimieren. Vertrauen Sie auf meine langj\u00e4hrige Expertise und mein Engagement f\u00fcr h\u00f6chste Sicherheitsstandards\",\"sameAs\":[\"https:\\\/\\\/kreuels-consulting.de\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Log In - Kreuels-Consulting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kreuels-consulting.de\/?page_id=4028","og_locale":"de_DE","og_type":"article","og_title":"Log In","og_url":"https:\/\/kreuels-consulting.de\/?page_id=4028","og_site_name":"Kreuels-Consulting","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kreuels-consulting.de\/?page_id=4028","url":"https:\/\/kreuels-consulting.de\/?page_id=4028","name":"Log In - Kreuels-Consulting","isPartOf":{"@id":"https:\/\/kreuels-consulting.de\/#website"},"datePublished":"2026-07-21T20:34:09+00:00","breadcrumb":{"@id":"https:\/\/kreuels-consulting.de\/?page_id=4028#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kreuels-consulting.de\/?page_id=4028"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kreuels-consulting.de\/?page_id=4028#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/kreuels-consulting.de\/"},{"@type":"ListItem","position":2,"name":"Log In"}]},{"@type":"WebSite","@id":"https:\/\/kreuels-consulting.de\/#website","url":"https:\/\/kreuels-consulting.de\/","name":"Kreuels-Consulting","description":"Elektro-Arbeitssicherheit 360\u00b0: Beratung, Schulung, Coaching. Ihr Unternehmen in sicheren H\u00e4nden.","publisher":{"@id":"https:\/\/kreuels-consulting.de\/#\/schema\/person\/7cfb011be3c44b32f90d94a972d47016"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kreuels-consulting.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":["Person","Organization"],"@id":"https:\/\/kreuels-consulting.de\/#\/schema\/person\/7cfb011be3c44b32f90d94a972d47016","name":"Markus Kreuels","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/kreuels-consulting.de\/wp-content\/uploads\/KREUELS-CONSULTING-New-Logo-Partner.png","url":"https:\/\/kreuels-consulting.de\/wp-content\/uploads\/KREUELS-CONSULTING-New-Logo-Partner.png","contentUrl":"https:\/\/kreuels-consulting.de\/wp-content\/uploads\/KREUELS-CONSULTING-New-Logo-Partner.png","width":2239,"height":385,"caption":"Markus Kreuels"},"logo":{"@id":"https:\/\/kreuels-consulting.de\/wp-content\/uploads\/KREUELS-CONSULTING-New-Logo-Partner.png"},"description":"Mit mehr als 30 Jahren Berufserfahrung als Elektromeister und VEFK habe ich mich auf die Arbeitssicherheit in der Elektrotechnik spezialisiert. Mein Ziel ist es, durch fundiertes Fachwissen und praxisnahe L\u00f6sungen die Arbeitssicherheit in der Elektrotechnik zu optimieren. Vertrauen Sie auf meine langj\u00e4hrige Expertise und mein Engagement f\u00fcr h\u00f6chste Sicherheitsstandards","sameAs":["https:\/\/kreuels-consulting.de"]}]}},"_links":{"self":[{"href":"https:\/\/kreuels-consulting.de\/index.php?rest_route=\/wp\/v2\/pages\/4028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kreuels-consulting.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kreuels-consulting.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kreuels-consulting.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kreuels-consulting.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4028"}],"version-history":[{"count":0,"href":"https:\/\/kreuels-consulting.de\/index.php?rest_route=\/wp\/v2\/pages\/4028\/revisions"}],"wp:attachment":[{"href":"https:\/\/kreuels-consulting.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}