{"id":16815,"date":"2025-02-04T04:53:25","date_gmt":"2025-02-04T03:53:25","guid":{"rendered":"https:\/\/bm-a.de\/login\/"},"modified":"2025-08-28T11:03:40","modified_gmt":"2025-08-28T09:03:40","slug":"login","status":"publish","type":"page","link":"https:\/\/bm-a.de\/en\/login\/","title":{"rendered":"Login"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16815\" class=\"elementor elementor-16815 elementor-8764\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d20243c e-con-full e-flex e-con e-parent\" data-id=\"d20243c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:266,&quot;url&quot;:&quot;https:\\\/\\\/bm-a.de\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/header-platzhalter-scaled.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4b8ac1b e-flex e-con-boxed e-con e-parent\" data-id=\"4b8ac1b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d734f09 elementor-widget elementor-widget-heading\" data-id=\"d734f09\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BMA member area<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21cb4d7 elementor-widget elementor-widget-text-editor\" data-id=\"21cb4d7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Please log in with your personal BMA access data to gain easy access to protected content such as studies and other documents. At the same time, you will be logged directly into the association software, where you can manage your member profile and personal data. If you do not yet have access, please contact the administration.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20b395a bma-form elementor-widget elementor-widget-shortcode\" data-id=\"20b395a\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><form id=\"bma-mitglieder-login-form-container\" class=\"bma-form bma-form-reset-password-form\"><div><input name=\"email\" value=\"\" class=\"required\" placeholder=\"E-mail address... *\" \/><\/div><div><input type=\"password\" name=\"password\" class=\"required\" value=\"\" placeholder=\"Password... *\" \/><\/div><div class=\"bma-form-submit-error\" style=\"display:none;\"><\/div><div class=\"bma-form-submit-success\" style=\"display:none;\"><\/div><button id=\"btn-mitglieder-login-submit\" style=\"align-self: center;margin-top:20px;\" type=\"submit\">Log in<\/button><a href=\"https:\/\/bm-a.de\/en\/login\/?forgot-password\" style=\"text-align:center;margin-top:20px;\">Forgotten your password?<\/a><\/form><script>var str_fill_required_fields='Please fill in all mandatory fields';<\/script><script>document.addEventListener(\"DOMContentLoaded\", () => {\r\n\r\n\r\n            function bmaFindFirstErrorReturnId(container) {\r\n                \r\n                if (!container) {\r\n                    console.error(\"Container not found\");\r\n                    return null;\r\n                }\r\n\r\n                let errorElement = container.querySelector(\".error\");\r\n\r\n                if (errorElement) {\r\n                    return errorElement.id || \"not-found\";\r\n                }\r\n\r\n                return \"not-found\";\r\n            }\r\n\r\n\r\n            document.querySelectorAll(\".bma-form select, .bma-form input:not([type='checkbox']), .bma-form textarea, .bma-form input[type='checkbox']\").forEach(element => {\r\n                element.addEventListener(\"input\", function () {\r\n                    if( this.classList.contains('error') ){\r\n                        if (this.type === \"checkbox\") {\r\n                            if (this.checked) {\r\n                                this.classList.remove(\"error\");\r\n                            }\r\n\r\n                        } else if (this.type === \"file\" ){\r\n\r\n                            \/\/ File-Upload Feld\r\n                            if( this.files.length>0 && this.files[0] ){\r\n                                const container = this.previousElementSibling;\r\n                                if (container && container.classList.contains(\"bma-file-upload\")) {\r\n                                    container.classList.remove('error');\r\n                                }\r\n                            }\r\n\r\n                        } else {\r\n                            if (this.value.trim() !== \"\") {\r\n                                this.classList.remove(\"error\");\r\n                            }\r\n                        }\r\n                    }\r\n                });\r\n            });\r\n\r\n\r\n            \/**\r\n            * Wenn eine Datei ausgew\u00e4hlt wird\r\n            *\/\r\n            document.querySelectorAll(\".bma-file-upload\").forEach(function (dropArea) {\r\n\r\n                const fileInput = dropArea.nextElementSibling; \/\/ Input liegt nach dem Container\r\n\r\n                \/\/ Datei wird \u00fcber das Feld gezogen\r\n                dropArea.addEventListener(\"dragover\", function (event) {\r\n                    event.preventDefault();\r\n                    dropArea.classList.add(\"dragover\");\r\n                });\r\n\r\n                \/\/ Datei verl\u00e4sst das Feld\r\n                dropArea.addEventListener(\"dragleave\", function () {\r\n                    dropArea.classList.remove(\"dragover\");\r\n                });\r\n\r\n                \/\/ Datei wird fallen gelassen\r\n                dropArea.addEventListener(\"drop\", function (event) {\r\n                    event.preventDefault();\r\n                    dropArea.classList.remove(\"dragover\");\r\n\r\n                    if (event.dataTransfer.files.length > 0) {\r\n                        fileInput.files = event.dataTransfer.files;\r\n                        const e = new Event(\"change\", { bubbles: true });\r\n                        fileInput.dispatchEvent(e);\r\n                    }\r\n                });\r\n\r\n                fileInput.addEventListener(\"change\", function () {\r\n                    \/\/ Finde das n\u00e4chste bma-file-upload-Element vor dem Input-Feld\r\n                    const container = this.previousElementSibling;\r\n                    \r\n                    \/\/ Sicherstellen, dass es wirklich der richtige Container ist\r\n                    if (container && container.classList.contains(\"bma-file-upload\")) {\r\n                        const fileNameDisplay = container.querySelector(\".bma-fake-select-placeholder\");\r\n\r\n                        const maxSize = 10 * 1024 * 1024; \/\/ 10 MB\r\n                        const allowedExtensions = [\"jpg\", \"jpeg\", \"png\", \"pdf\", \"ppt\", \"pptx\"];\r\n                        const file = this.files[0];\r\n\r\n                        \/\/ Alles zur\u00fccksetzen\r\n                        container.classList.remove('error');\r\n                        fileNameDisplay.textContent = \"Select file or drag it here\";\r\n\r\n                        if( file && this.files.length > 0) {\r\n\r\n                            const fileExtension = file.name.split('.').pop().toLowerCase();\r\n                            \r\n                            if (!allowedExtensions.includes(fileExtension)) {\r\n                                fileNameDisplay.textContent = \"This file format is not permitted!\";\r\n                                container.classList.add('error');\r\n                                this.value = \"\"; \/\/ L\u00f6scht die Auswahl\r\n                                return;\r\n\r\n                            } else if (file.size > maxSize) {\r\n                                fileNameDisplay.textContent = \"The file is too large!\";\r\n                                container.classList.add('error');\r\n                                this.value = \"\"; \/\/ L\u00f6scht die Auswahl\r\n\r\n                            } else {\r\n                                fileNameDisplay.textContent = this.files[0].name;\r\n                            }\r\n\r\n                        }\r\n                    }\r\n                });\r\n            });\r\n\r\n            const scrollToAnchor = (anchor) => {\r\n                const target = document.querySelector(anchor);\r\n                const offset = 100; \/\/ Abstand von 100px\r\n                const topPosition = target.getBoundingClientRect().top + window.pageYOffset - offset;\r\n\r\n                window.scrollTo({\r\n                    top: topPosition,\r\n                    behavior: \"smooth\",\r\n                });\r\n            };\r\n\r\n        });\r\n    <\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>BMA member area Please log in with your personal BMA access data to gain easy access to protected content such as studies and other documents. At the same time, you will be logged directly into the association software, where you can manage your member profile and personal data. If you do not yet have access, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-16815","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Login - Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login - Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)\" \/>\n<meta property=\"og:description\" content=\"BMA member area Please log in with your personal BMA access data to gain easy access to protected content such as studies and other documents. At the same time, you will be logged directly into the association software, where you can manage your member profile and personal data. If you do not yet have access, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bm-a.de\/en\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-28T09:03:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bm-a.de\/wp-content\/uploads\/2025\/02\/cropped-icon512.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bm-a.de\/en\/login\/\",\"url\":\"https:\/\/bm-a.de\/en\/login\/\",\"name\":\"Login - Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)\",\"isPartOf\":{\"@id\":\"https:\/\/bm-a.de\/en\/#website\"},\"datePublished\":\"2025-02-04T03:53:25+00:00\",\"dateModified\":\"2025-08-28T09:03:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/bm-a.de\/en\/login\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bm-a.de\/en\/login\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bm-a.de\/en\/login\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/bm-a.de\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bm-a.de\/en\/#website\",\"url\":\"https:\/\/bm-a.de\/en\/\",\"name\":\"Bundesverband Mergers & Acquisitions gem. e.V. (BM&A)\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/bm-a.de\/en\/#organization\"},\"alternateName\":\"BM&A\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bm-a.de\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/bm-a.de\/en\/#organization\",\"name\":\"Bundesverband Mergers & Acquisitions gem. e.V. (BM&A)\",\"alternateName\":\"BM&A\",\"url\":\"https:\/\/bm-a.de\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bm-a.de\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/bm-a.de\/wp-content\/uploads\/2024\/12\/1019_BMA_Logo_black.webp\",\"contentUrl\":\"https:\/\/bm-a.de\/wp-content\/uploads\/2024\/12\/1019_BMA_Logo_black.webp\",\"width\":1525,\"height\":675,\"caption\":\"Bundesverband Mergers & Acquisitions gem. e.V. (BM&A)\"},\"image\":{\"@id\":\"https:\/\/bm-a.de\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/bma-ev\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login - Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Login - Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)","og_description":"BMA member area Please log in with your personal BMA access data to gain easy access to protected content such as studies and other documents. At the same time, you will be logged directly into the association software, where you can manage your member profile and personal data. If you do not yet have access, [&hellip;]","og_url":"https:\/\/bm-a.de\/en\/login\/","og_site_name":"Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)","article_modified_time":"2025-08-28T09:03:40+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/bm-a.de\/wp-content\/uploads\/2025\/02\/cropped-icon512.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bm-a.de\/en\/login\/","url":"https:\/\/bm-a.de\/en\/login\/","name":"Login - Bundesverband Mergers &amp; Acquisitions gem. e.V. (BMA)","isPartOf":{"@id":"https:\/\/bm-a.de\/en\/#website"},"datePublished":"2025-02-04T03:53:25+00:00","dateModified":"2025-08-28T09:03:40+00:00","breadcrumb":{"@id":"https:\/\/bm-a.de\/en\/login\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bm-a.de\/en\/login\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bm-a.de\/en\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/bm-a.de\/en\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/bm-a.de\/en\/#website","url":"https:\/\/bm-a.de\/en\/","name":"Bundesverband Mergers & Acquisitions gem. e.V. (BM&A)","description":"","publisher":{"@id":"https:\/\/bm-a.de\/en\/#organization"},"alternateName":"BM&A","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bm-a.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bm-a.de\/en\/#organization","name":"Bundesverband Mergers & Acquisitions gem. e.V. (BM&A)","alternateName":"BM&A","url":"https:\/\/bm-a.de\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bm-a.de\/en\/#\/schema\/logo\/image\/","url":"https:\/\/bm-a.de\/wp-content\/uploads\/2024\/12\/1019_BMA_Logo_black.webp","contentUrl":"https:\/\/bm-a.de\/wp-content\/uploads\/2024\/12\/1019_BMA_Logo_black.webp","width":1525,"height":675,"caption":"Bundesverband Mergers & Acquisitions gem. e.V. (BM&A)"},"image":{"@id":"https:\/\/bm-a.de\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/bma-ev\/"]}]}},"_links":{"self":[{"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/pages\/16815","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/comments?post=16815"}],"version-history":[{"count":7,"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/pages\/16815\/revisions"}],"predecessor-version":[{"id":28046,"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/pages\/16815\/revisions\/28046"}],"wp:attachment":[{"href":"https:\/\/bm-a.de\/en\/wp-json\/wp\/v2\/media?parent=16815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}