{"id":7996,"date":"2025-05-23T21:57:19","date_gmt":"2025-05-23T19:57:19","guid":{"rendered":"https:\/\/www.scheer-school.com\/master-of-science-digital-sciences-for-transformation-2\/"},"modified":"2026-07-31T16:27:33","modified_gmt":"2026-07-31T14:27:33","slug":"master-of-science-digital-sciences-for-transformation","status":"publish","type":"page","link":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/","title":{"rendered":"Master of Science: Digital Sciences for Transformation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7996\" class=\"elementor elementor-7996 elementor-6682\" wpc-filter-elementor-widget=\"1\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90685b0 e-con-full e-flex e-con e-parent\" data-id=\"90685b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3435d8e polygon-section elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"3435d8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n\n  #meshCanvas {\n    position: absolute;\n    top: 0;\n    left: 0;\n    z-index: 1;\n    pointer-events: none;\n  }\n\n  .elementor-section {\n    position: relative;\n    overflow: hidden;\n  }\n\n\n  const canvas = document.getElementById('meshCanvas');\n  const ctx = canvas.getContext('2d');\n\n  let width, height;\n  let points = [];\n  const moveRange = 100;\n  const maxDistance = 200;\n  const mouse = { x: null, y: null };\n  let time = 0;\n\n  function resize() {\n    width = canvas.width = window.innerWidth;\n    height = canvas.height = window.innerHeight;\n    createPoints();\n  }\n\n  function createPoints() {\n    points = [];\n    const numPoints = Math.floor((width * height) \/ 8000);\n    for (let i = 0; i &lt; numPoints; i++) {\n      const x = Math.random() * width;\n      const y = Math.random() * height;\n      points.push({\n        originalX: x,\n        originalY: y,\n        x: x,\n        y: y,\n        vx: (Math.random() - 0.5) * 1.5,\n        vy: (Math.random() - 0.5) * 1.5\n      });\n    }\n  }\n\n  function animatePoints() {\n    for (let p of points) {\n      p.x += p.vx;\n      p.y += p.vy;\n      p.vx += (p.originalX - p.x) * 0.000001;\n      p.vy += (p.originalY - p.y) * 0.000001;\n      p.vx *= 0.997;\n      p.vy *= 0.997;\n      p.vx += (Math.random() - 0.5) * 0.09;\n      p.vy += (Math.random() - 0.5) * 0.09;\n\n      if (mouse.x !== null) {\n        const dx = mouse.x - p.x;\n        const dy = mouse.y - p.y;\n        const dist = Math.sqrt(dx * dx + dy * dy);\n        const force = Math.min(100 \/ dist, 3);\n        if (dist &lt; 200) {\n          p.x -= dx \/ dist * force;\n          p.y -= dy \/ dist * force;\n        }\n      }\n    }\n  }\n\n  function drawLines() {\n    for (let i = 0; i &lt; points.length; i++) {\n      const p1 = points[i];\n      for (let j = i + 1; j &lt; points.length; j++) {\n        const p2 = points[j];\n        const dx = p1.x - p2.x;\n        const dy = p1.y - p2.y;\n        const dist = Math.sqrt(dx * dx + dy * dy);\n        if (dist  {\n    mouse.x = e.clientX;\n    mouse.y = e.clientY;\n  });\n  window.addEventListener('mouseout', () =&gt; {\n    mouse.x = null;\n    mouse.y = null;\n  });\n\n  resize();\n  draw();\n\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ce76920 e-flex e-con-boxed e-con e-child\" data-id=\"ce76920\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7da8f88d e-con-full e-flex e-con e-child\" data-id=\"7da8f88d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36ea504 elementor-widget elementor-widget-heading\" data-id=\"36ea504\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">be the key.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9559b04 elementor-widget elementor-widget-text-editor\" data-id=\"9559b04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Master Your Future.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f7e5892 e-con-full e-flex e-con e-child\" data-id=\"4f7e5892\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18789b9 elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"18789b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f2de3cb e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6f2de3cb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b91bce5 elementor-widget elementor-widget-heading\" data-id=\"3b91bce5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Master of Science <\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72b014ba elementor-widget elementor-widget-heading\" data-id=\"72b014ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Digital Sciences for Transformation\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8818ba8 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"8818ba8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/outlook.office.com\/book\/ScheerSchoolofDigitalSciencesatSaarlandUniversitygGmbH@scheer-school.com\/?ismsaljsauthenabled=true\" target=\"_blank\" id=\"btn_terbu_mas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-coffee\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Digital Coffee Talk<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94890ec elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"94890ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/96fb4e9e.sibforms.com\/serve\/MUIFACPgDYWebJsb5Da9G7H4LKCNHukJS1PsZGlFLLYC0cABLxFapcOyzcZwKGuSIZ86-K95Zkg-80CAiLRWDIiRS9FK5BsuUJgw-2gr21pg9jRaiONZXEVXUUmOrQ_ZuBUTrKbkJYh6LoCVIIZ3XpRp3X8NwjsXJdmWzBZt4X_iTIelJvSJzr04YPm-wxht-TSOKqz3nILiwacT\" id=\"btn_appnow_mas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Apply Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-d7a9008 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"d7a9008\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-10ddd35 e-con-full e-flex e-con e-child\" data-id=\"10ddd35\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0035921 elementor-widget elementor-widget-heading\" data-id=\"0035921\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Master of Science <\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d9a9e0 elementor-widget elementor-widget-heading\" data-id=\"9d9a9e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Digital Sciences for Transformation\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bcaadc elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"8bcaadc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/outlook.office.com\/book\/ScheerSchoolofDigitalSciencesatSaarlandUniversitygGmbH@scheer-school.com\/?ismsaljsauthenabled=true\" target=\"_blank\" id=\"btn_terbu_mas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-coffee\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Digital Coffee Talk<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acbf5a9 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"acbf5a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/96fb4e9e.sibforms.com\/serve\/MUIFACPgDYWebJsb5Da9G7H4LKCNHukJS1PsZGlFLLYC0cABLxFapcOyzcZwKGuSIZ86-K95Zkg-80CAiLRWDIiRS9FK5BsuUJgw-2gr21pg9jRaiONZXEVXUUmOrQ_ZuBUTrKbkJYh6LoCVIIZ3XpRp3X8NwjsXJdmWzBZt4X_iTIelJvSJzr04YPm-wxht-TSOKqz3nILiwacT\" id=\"btn_appnow_mas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Apply Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-08234ae e-grid e-con-boxed e-con e-parent\" data-id=\"08234ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ec9a37d e-con-full e-flex e-con e-child\" data-id=\"ec9a37d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-167b7b6 e-con-full e-flex e-con e-child\" data-id=\"167b7b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61e595a elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"61e595a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_1\" viewBox=\"0 0 200 200\"><defs><style>      .st0 {        fill: #fff;      }    <\/style><\/defs><path class=\"st0\" d=\"M146.6,158.3h-7.9v-14.2c0-14.4-7.9-27.6-22.3-37.3-1.8-1.2-2.9-3.8-2.9-6.8s1.1-5.6,2.9-6.8c14.3-9.6,22.2-22.9,22.2-37.3v-14.2h7.9c2.6,0,4.6-2.1,4.6-4.6s-2.1-4.6-4.6-4.6H53.4c-2.6,0-4.6,2.1-4.6,4.6s2.1,4.6,4.6,4.6h7.9v14.2c0,14.4,7.9,27.6,22.3,37.3,1.8,1.2,2.9,3.8,2.9,6.8s-1.1,5.6-2.9,6.8c-14.3,9.6-22.3,22.9-22.3,37.3v14.2h-7.9c-2.6,0-4.6,2.1-4.6,4.6s2.1,4.6,4.6,4.6h93.1c2.6,0,4.6-2.1,4.6-4.6s-2.1-4.6-4.6-4.6h0ZM70.6,144c0-15.1,11.4-25,18.1-29.6,4.4-2.9,7-8.3,7-14.4s-2.6-11.5-7-14.4c-6.8-4.5-18.1-14.4-18.1-29.6v-14.2h58.7v14.2c0,15.1-11.4,25-18.1,29.6-4.4,2.9-7,8.3-7,14.4s2.6,11.5,7,14.4c6.8,4.5,18.1,14.4,18.1,29.6v14.2h-58.7v-14.2h0Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<b>Duration:<\/b><br \/>2 years, 4 semesters\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0dd205c e-con-full e-flex e-con e-child\" data-id=\"0dd205c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-90857ee e-con-full e-flex e-con e-child\" data-id=\"90857ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-427f5be elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"427f5be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_1\" viewBox=\"0 0 200 200\"><defs><style>      .st0 {        fill: #fff;      }    <\/style><\/defs><path class=\"st0\" d=\"M181.3,74l-79.2-34.3c-1.3-.6-2.9-.6-4.2,0L18.7,74c-4.2,1.8-4.2,7.9,0,9.7l28.5,12.4v33c0,17.8,23.2,31.7,52.8,31.7s52.8-13.9,52.8-31.7v-33l5.3-2.3v56.4c0,2.9,2.4,5.3,5.3,5.3s5.3-2.4,5.3-5.3v-61l12.7-5.5c4.2-1.8,4.2-7.9,0-9.7h0ZM100,50.3l66,28.6-5.2,2.3-60.1-7.5c-2.9-.4-5.5,1.7-5.9,4.6-.4,2.9,1.7,5.5,4.6,5.9l42.3,5.3-41.7,18.1c-37.3-16.1-29.3-12.7-66-28.6l66-28.6h0ZM142.3,129.1c0,5-4.1,10.1-11.2,14.1-17,9.4-45.1,9.5-62.1,0-7.1-4-11.2-9.1-11.2-14.1v-28.4l40.2,17.4c1.3.6,2.9.6,4.2,0l40.2-17.4v28.4h0Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<b>Program Type:<\/b><br \/>Full-time\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a849fb e-con-full e-flex e-con e-child\" data-id=\"2a849fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f2df5b6 e-con-full e-flex e-con e-child\" data-id=\"f2df5b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3e825f elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"a3e825f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_1\" viewBox=\"0 0 200 200\"><defs><style>      .st0 {        fill: #fff;      }    <\/style><\/defs><path class=\"st0\" d=\"M100,123.7c-2.4,0-4.3-1.9-4.3-4.3v-15.1h-15.1c-2.4,0-4.3-1.9-4.3-4.3s1.9-4.3,4.3-4.3h15.1v-15.1c0-2.4,1.9-4.3,4.3-4.3s4.3,1.9,4.3,4.3v15.1h15.1c2.4,0,4.3,1.9,4.3,4.3s-1.9,4.3-4.3,4.3h-15.1v15.1c0,2.4-1.9,4.3-4.3,4.3h0Z\"><\/path><path class=\"st0\" d=\"M69.8,35.4c-19,0-34.5,15.4-34.5,34.5v60.3c0,19,15.4,34.5,34.5,34.5h60.3c19,0,34.5-15.4,34.5-34.5v-54.7c0-4.8-2-9.3-5.5-12.6l-24.5-22.9c-3.2-3-7.4-4.6-11.8-4.6h-53.1ZM44,69.8c0-14.3,11.6-25.9,25.9-25.9h51.7v12.9c0,9.5,7.7,17.2,17.2,17.2h17.1c0,.4.1.9.1,1.3v54.7c0,14.3-11.6,25.9-25.9,25.9h-60.3c-14.3,0-25.9-11.6-25.9-25.9v-60.3h0ZM130.2,56.9v-9.3l19.2,18h-10.6c-4.8,0-8.6-3.9-8.6-8.6h0Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<b>ECTS: <\/b><br \/>120 credits\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd15cda e-con-full e-flex e-con e-child\" data-id=\"cd15cda\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9f690e1 e-con-full e-flex e-con e-child\" data-id=\"9f690e1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c389a4b elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"c389a4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-language\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<b>Language:<\/b><br \/>English\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b86295 e-con-full e-flex e-con e-child\" data-id=\"5b86295\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3ff2d3f e-con-full e-flex e-con e-child\" data-id=\"3ff2d3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8fdb3f3 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"8fdb3f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_1\" viewBox=\"0 0 200 200\"><defs><style>      .st0 {        fill: #fff;      }    <\/style><\/defs><path class=\"st0\" d=\"M153.9,165.3H14.3c-2.1,0-3.7-1.7-3.7-3.7v-79.9c0-2.1,1.7-3.7,3.7-3.7h139.6c2.1,0,3.7,1.7,3.7,3.7v79.9c0,2.1-1.7,3.7-3.7,3.7h0ZM18,157.9h132.2v-72.5H18v72.5h0Z\"><\/path><path class=\"st0\" d=\"M129.8,154H38.3c-2.1,0-3.7-1.7-3.7-3.7,0-4.1-3.4-7.5-7.5-7.5-2.1,0-3.7-1.7-3.7-3.7v-34.9c0-2.1,1.7-3.7,3.7-3.7,4.1,0,7.5-3.4,7.5-7.5,0-2.1,1.7-3.7,3.7-3.7h91.5c2.1,0,3.7,1.7,3.7,3.7,0,4.1,3.3,7.5,7.5,7.5,2.1,0,3.7,1.7,3.7,3.7v34.9c0,2.1-1.7,3.7-3.7,3.7-4.1,0-7.5,3.4-7.5,7.5,0,2-1.7,3.7-3.7,3.7h0ZM41.6,146.6h85c1.4-5.3,5.4-9.4,10.7-10.8v-28.4c-5.3-1.4-9.4-5.5-10.7-10.7H41.6c-1.4,5.3-5.5,9.4-10.7,10.7v28.4c5.3,1.4,9.4,5.5,10.7,10.8h0Z\"><\/path><path class=\"st0\" d=\"M84.1,142.2c-11.3,0-20.5-9.2-20.6-20.5,0-11.3,9.2-20.6,20.5-20.6s20.6,9.2,20.6,20.5h0c0,11.3-9.2,20.5-20.5,20.6h0ZM84.1,108.5c-7.2,0-13.1,5.9-13.1,13.1s5.9,13.1,13.1,13.1,13.1-5.9,13.1-13.1-5.9-13.1-13.1-13.1h0Z\"><\/path><path class=\"st0\" d=\"M162.7,144c-2.1,0-3.7-1.7-3.7-3.7s1.5-3.5,3.4-3.7l4.3-.5-7.6-72.1-120,12.6c-2,.2-3.9-1.3-4.1-3.3-.2-2,1.3-3.9,3.3-4.1l123.7-13c2-.2,3.9,1.3,4.1,3.3h0s8.3,79.5,8.3,79.5c.2,2-1.3,3.9-3.3,4.1h0s-8,.8-8,.8c-.1,0-.3,0-.4,0h0Z\"><\/path><path class=\"st0\" d=\"M179.7,121.8c-2.1,0-3.7-1.7-3.7-3.7s1.3-3.3,3-3.7l2.4-.5-13.7-71.2-116.8,22.4c-2,.4-4-.9-4.4-3-.4-2,.9-4,3-4.4h0l120.5-23.1c2-.4,4,.9,4.4,3l15.1,78.5c.4,2-.9,4-3,4.4l-6.1,1.2c-.2,0-.5,0-.7,0h0Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<b>Cost:<\/b><br \/>\u20ac7,250 per year\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c1bd57c elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"c1bd57c\" data-element_type=\"container\" data-e-type=\"container\" id=\"stickytopbar\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_anchor_link_offset&quot;:5,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:16,&quot;end&quot;:22}},&quot;animation&quot;:&quot;none&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-014f6e4 e-con-full e-flex e-con e-child\" data-id=\"014f6e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-889f704 elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu\" data-id=\"889f704\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\\&quot;true\\&quot; class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t\t\t\t\t<nav aria-label=\"Men\u00fc\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">\n\t\t\t\t<ul id=\"menu-1-889f704\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13854\"><a href=\"#academic-concept\" class=\"elementor-item elementor-item-anchor menu-link\">Akademisches Konzept<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13855\"><a href=\"#learning-methods\" class=\"elementor-item elementor-item-anchor menu-link\">Lernmethoden<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13856\"><a href=\"#lecturers\" class=\"elementor-item elementor-item-anchor menu-link\">Dozenten<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13857\"><a href=\"#curriculum\" class=\"elementor-item elementor-item-anchor menu-link\">Curriculum<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13858\"><a href=\"#financial-support\" class=\"elementor-item elementor-item-anchor menu-link\">Studiengeb\u00fchren<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13859\"><a href=\"#application-process\" class=\"elementor-item elementor-item-anchor menu-link\">Bewerbungsprozess<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\">\n\t\t\t<svg aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\"><\/path><\/svg><svg aria-hidden=\"true\" role=\"presentation\" class=\"elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\"><\/path><\/svg>\t\t<\/div>\n\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-889f704\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13854\"><a href=\"#academic-concept\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Akademisches Konzept<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13855\"><a href=\"#learning-methods\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Lernmethoden<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13856\"><a href=\"#lecturers\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Dozenten<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13857\"><a href=\"#curriculum\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Curriculum<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13858\"><a href=\"#financial-support\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Studiengeb\u00fchren<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-13859\"><a href=\"#application-process\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Bewerbungsprozess<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d0c43a7 e-flex e-con-boxed e-con e-parent\" data-id=\"d0c43a7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83df3c6 elementor-widget elementor-widget-menu-anchor\" data-id=\"83df3c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"academic-concept\"><\/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<div class=\"elementor-element elementor-element-56eeaa68 e-flex e-con-boxed e-con e-parent\" data-id=\"56eeaa68\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-774b4c86 e-con-full e-flex e-con e-child\" data-id=\"774b4c86\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d793b0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1d793b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Studienstart: 01.10.2026\nBewerbungsfrist: 31.08.2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d2e850 elementor-widget elementor-widget-heading\" data-id=\"5d2e850\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master of Science:<br \/>Digital Sciences for Transformation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-393beff2 elementor-widget elementor-widget-text-editor\" data-id=\"393beff2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our master&#8217;s program is specifically designed to prepare you for the demands of digital transformation. It is practice-oriented, interdisciplinary, and directly applicable to your professional environment. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cdef53 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6cdef53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why should you pursue your master's degree with us?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0dcfc1 elementor-widget elementor-widget-text-editor\" data-id=\"e0dcfc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"270\" data-end=\"581\"><strong>Expertise for True Transformation:<br data-start=\"187\" data-end=\"190\" \/><\/strong>Combine computer science, business, law, and ethics to shape digital transformation in a holistic way.<\/p><p data-start=\"757\" data-end=\"973\"><strong>Your benefit:<\/strong><br data-start=\"772\" data-end=\"775\" \/>Learn the basics of AI, machine learning, and neural networks. Use AI-powered analytics to make more informed decisions and discover how AI can make your processes more efficient. <\/p><p><strong data-start=\"85\" data-end=\"121\">Careers in Germany:<\/strong><br data-start=\"121\" data-end=\"124\" \/>Build valuable connections with companies in Germany and lay the foundation for your professional future there.<\/p><p><strong data-start=\"300\" data-end=\"329\">Practical Projects in the Master&#8217;s Program:<\/strong><br data-start=\"329\" data-end=\"332\" \/>Gain valuable knowledge about the use of AI and apply it directly to real-world business projects alongside our industry experts.<\/p><p><strong data-start=\"399\" data-end=\"426\">German courses included:<\/strong><br data-start=\"426\" data-end=\"429\" \/>Improve your German skills for work and everyday life.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf9f0df elementor-widget elementor-widget-video\" data-id=\"cf9f0df\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/shorts\\\/yp5SRalcbcg&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/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<div class=\"elementor-element elementor-element-7925cc2 e-grid elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-con-boxed e-con e-parent\" data-id=\"7925cc2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fea9ead elementor-widget elementor-widget-image\" data-id=\"fea9ead\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"771\" height=\"1024\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp\" class=\"attachment-large size-large wp-image-7748\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp 771w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-226x300.webp 226w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-768x1020.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0.webp 928w\" sizes=\"(max-width: 771px) 100vw, 771px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-92a593e e-flex e-con-boxed e-con e-parent\" data-id=\"92a593e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e6015f elementor-widget elementor-widget-menu-anchor\" data-id=\"9e6015f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"learningmethods\"><\/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<div class=\"elementor-element elementor-element-d262fa2 e-flex e-con-boxed e-con e-parent\" data-id=\"d262fa2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4459b7b elementor-widget elementor-widget-heading\" data-id=\"4459b7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Teaching Methods<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fa8e947 e-flex e-con-boxed e-con e-parent\" data-id=\"fa8e947\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a80a08e e-con-full e-flex e-con e-child\" data-id=\"a80a08e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5371717 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"5371717\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"scriptor-paragraph\"><p data-start=\"1300\" data-end=\"1539\"><strong data-start=\"1300\" data-end=\"1346\">Self-Directed Learning &amp; Collaboration<\/strong><br data-start=\"1346\" data-end=\"1349\" \/>You take control of your own learning process, combining individual study sessions with interactive group projects, and in the process develop valuable skills in self-management and teamwork.<\/p><p data-start=\"1541\" data-end=\"1737\"><strong data-start=\"1541\" data-end=\"1579\">Agile &amp; Project-Based Work<\/strong><br data-start=\"1579\" data-end=\"1582\" \/>Hands-on learning through tackling real-world challenges. We rely on flexible working methods that help you apply what you\u2019ve learned right away. <\/p><p data-start=\"1739\" data-end=\"1952\"><strong data-start=\"1739\" data-end=\"1753\">Journaling<\/strong><br data-start=\"1753\" data-end=\"1756\" \/>Each week, you set three personal learning goals, which you reflect on regularly in your personal journal. This allows you to visualize your progress and steer your development in a targeted manner. <\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d08b8ce e-con-full e-flex e-con e-child\" data-id=\"d08b8ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-346f4e3 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"346f4e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"scriptor-paragraph\"><p data-start=\"1971\" data-end=\"2137\"><strong data-start=\"1971\" data-end=\"2002\">Der Lernende im Mittelpunkt<\/strong><br data-start=\"2002\" data-end=\"2005\" \/>Du bestimmst deinen Weg, wir begleiten dich. With a strong focus on lifelong learning and continuous development. <\/p><p data-start=\"2139\" data-end=\"2401\"><strong data-start=\"2139\" data-end=\"2196\">Partnerships with Industry and the Public Sector<\/strong><br data-start=\"2196\" data-end=\"2199\" \/>Your learning is based on real-world case studies. This is made possible through our close collaborations with companies and public institutions, or through case studies that you bring to the program yourself.<\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a6f870 e-flex e-con-boxed e-con e-parent\" data-id=\"3a6f870\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a01ed52 elementor-widget elementor-widget-spacer\" data-id=\"a01ed52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/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<div class=\"elementor-element elementor-element-b45e275 e-flex e-con-boxed e-con e-parent\" data-id=\"b45e275\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1846b4b e-con-full e-flex e-con e-child\" data-id=\"1846b4b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2356d0b elementor-widget elementor-widget-menu-anchor\" data-id=\"2356d0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"lecturers\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf7b389 elementor-widget elementor-widget-heading\" data-id=\"bf7b389\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Learn from people who are truly making a difference.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afaca3a elementor-widget elementor-widget-text-editor\" data-id=\"afaca3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"scriptor-paragraph\">Our mentors and experts are more than just teachers\u2014they are leaders from the worlds of academia and business who share their experience, vision, and passion with you. They work with you as equals, challenge you, and inspire you to surpass your own limits. <\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b6fb33 e-con-full e-flex e-con e-child\" data-id=\"6b6fb33\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-579f59e elementor-widget elementor-widget-image\" data-id=\"579f59e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"806\" height=\"1024\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/brandicon_scheer-school_rgb_pos-806x1024.png\" class=\"attachment-large size-large wp-image-6458\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/brandicon_scheer-school_rgb_pos-806x1024.png 806w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/brandicon_scheer-school_rgb_pos-236x300.png 236w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/brandicon_scheer-school_rgb_pos-768x976.png 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/brandicon_scheer-school_rgb_pos.png 944w\" sizes=\"(max-width: 806px) 100vw, 806px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cebb5cf e-flex e-con-boxed e-con e-parent\" data-id=\"cebb5cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b5de231 elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"b5de231\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;acf8cb2&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;8b0e71f&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;a889eeb&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;bc5a97e&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;8c3dea5&quot;},{&quot;slide_title&quot;:&quot;Slide #4&quot;,&quot;_id&quot;:&quot;9633fad&quot;},{&quot;slide_title&quot;:&quot;Slide #4&quot;,&quot;_id&quot;:&quot;a9b02e1&quot;},{&quot;slide_title&quot;:&quot;Slide #4&quot;,&quot;_id&quot;:&quot;cd70920&quot;}],&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a4d47e e-flex e-con-boxed e-con e-child\" data-id=\"2a4d47e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75e04dd elementor-widget elementor-widget-image\" data-id=\"75e04dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-em-dr-marco-menichetti-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-marco-menichetti.webp\" class=\"attachment-large size-large wp-image-5967\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-marco-menichetti.webp 500w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-marco-menichetti-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-marco-menichetti-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88e84a5 elementor-widget elementor-widget-text-editor\" data-id=\"88e84a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-em-dr-marco-menichetti-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Prof. Emeritus Dr. Marco Menichetti <\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cc73737 e-flex e-con-boxed e-con e-child\" data-id=\"cc73737\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-699fabf elementor-widget elementor-widget-image\" data-id=\"699fabf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-dr-verena-wolf-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/Design-ohne-Titel-3-1-1024x1024.webp\" class=\"attachment-large size-large wp-image-6051\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/Design-ohne-Titel-3-1-1024x1024.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/Design-ohne-Titel-3-1-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/Design-ohne-Titel-3-1-150x150.webp 150w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/Design-ohne-Titel-3-1-768x768.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/Design-ohne-Titel-3-1.webp 1313w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6446e63 elementor-widget elementor-widget-text-editor\" data-id=\"6446e63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-dr-verena-wolf-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Prof. Dr. Verena Wolf<\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50d66c1 e-flex e-con-boxed e-con e-child\" data-id=\"50d66c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd52823 elementor-widget elementor-widget-image\" data-id=\"dd52823\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-dr-benedikt-schnellbaecher-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-benedikt-schnellbaecher.webp\" class=\"attachment-large size-large wp-image-5971\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-benedikt-schnellbaecher.webp 500w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-benedikt-schnellbaecher-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-benedikt-schnellbaecher-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88197fb elementor-widget elementor-widget-text-editor\" data-id=\"88197fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-dr-benedikt-schnellbaecher-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Prof. Dr. Benedikt Schnellb\u00e4cher<\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-44b7455 e-flex e-con-boxed e-con e-child\" data-id=\"44b7455\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-736712b elementor-widget elementor-widget-image\" data-id=\"736712b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/pritu-detemple-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/Pritu-Detemple.webp\" class=\"attachment-large size-large wp-image-7365\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/Pritu-Detemple.webp 600w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/Pritu-Detemple-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/Pritu-Detemple-150x150.webp 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e3a51f elementor-widget elementor-widget-text-editor\" data-id=\"7e3a51f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/pritu-detemple-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Pritu Detemple<\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa66f2f e-flex e-con-boxed e-con e-child\" data-id=\"aa66f2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bcbe0b8 elementor-widget elementor-widget-image\" data-id=\"bcbe0b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/dr-kevin-baum-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-kevin-baum.webp\" class=\"attachment-large size-large wp-image-5963\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-kevin-baum.webp 500w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-kevin-baum-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-kevin-baum-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b39da72 elementor-widget elementor-widget-text-editor\" data-id=\"b39da72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/dr-kevin-baum-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Dr. Kevin Baum<\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-32dda87 e-flex e-con-boxed e-con e-child\" data-id=\"32dda87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ead68fd elementor-widget elementor-widget-image\" data-id=\"ead68fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-dr-stefan-morana-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-stefan-morana.webp\" class=\"attachment-large size-large wp-image-5969\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-stefan-morana.webp 500w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-stefan-morana-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-stefan-morana-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17284bd elementor-widget elementor-widget-text-editor\" data-id=\"17284bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/prof-dr-stefan-morana-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Prof. Dr. Stefan Morana<\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d97f406 e-flex e-con-boxed e-con e-child\" data-id=\"d97f406\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8801131 elementor-widget elementor-widget-image\" data-id=\"8801131\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/dr-christoph-endres-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-christoph-endres.webp\" class=\"attachment-large size-large wp-image-5985\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-christoph-endres.webp 500w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-christoph-endres-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-christoph-endres-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b3ebcb elementor-widget elementor-widget-text-editor\" data-id=\"1b3ebcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/dr-christoph-endres-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Dr. Christoph Endres<\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-25e933f e-flex e-con-boxed e-con e-child\" data-id=\"25e933f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d913d1f elementor-widget elementor-widget-image\" data-id=\"d913d1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/dr-nils-jeners-2\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-nils-jeners.webp\" class=\"attachment-large size-large wp-image-5983\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-nils-jeners.webp 500w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-nils-jeners-300x300.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/ambassador-nils-jeners-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad4bba1 elementor-widget elementor-widget-text-editor\" data-id=\"ad4bba1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.scheer-school.com\/en\/ambassador\/dr-nils-jeners-2\/\" target=\"_blank\" rel=\"noopener\"><strong>Dr. Nils Jeners<\/strong><\/a><\/p>\t\t\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/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<div class=\"elementor-element elementor-element-5855d9f e-flex e-con-boxed e-con e-parent\" data-id=\"5855d9f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-54f5aee e-con-full e-flex e-con e-child\" data-id=\"54f5aee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22f4324 elementor-widget elementor-widget-text-editor\" data-id=\"22f4324\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Here are the modules you can expect:<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8703ca4 elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"8703ca4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Leadership&quot;,&quot;_id&quot;:&quot;4ff1cec&quot;},{&quot;slide_title&quot;:&quot;sliider#2&quot;,&quot;_id&quot;:&quot;0686be6&quot;},{&quot;slide_title&quot;:&quot;sliider#3&quot;,&quot;_id&quot;:&quot;9d5c9f2&quot;},{&quot;slide_title&quot;:&quot;sliider#3&quot;,&quot;_id&quot;:&quot;048cb9d&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fc16d1 e-flex e-con-boxed e-con e-child\" data-id=\"1fc16d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c6b4c06 e-con-full e-flex e-con e-child\" data-id=\"c6b4c06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fce7bd elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2fce7bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div>Foundations in Future Skills:<br \/>Digital Tools for Agile Workplaces<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-671b417 e-con-full e-flex e-con e-child\" data-id=\"671b417\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d1e90d txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"8d1e90d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Strengthen your future skills by mastering motivation and self-management strategies to consciously and efficiently manage your work habits.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88765f8 e-flex e-con-boxed e-con e-child\" data-id=\"88765f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8971bbe e-con-full e-flex e-con e-child\" data-id=\"8971bbe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46ccf06 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"46ccf06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div>Foundations in AI: Transforming Workflows<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab712c1 e-con-full e-flex e-con e-child\" data-id=\"ab712c1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88000c4 txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"88000c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Dive into the world of artificial intelligence and discover how you can revolutionize workflows with smart AI tools, from practical applications to critical assessments of social and economic impacts. Build the skills you need to make strategic decisions and create real value for your company through innovative AI solutions. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a3e7646 e-flex e-con-boxed e-con e-child\" data-id=\"a3e7646\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2c26826 e-con-full e-flex e-con e-child\" data-id=\"2c26826\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b7f945f elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"b7f945f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div>Foundations in Trusted AI:<br \/>Safe Use of Intelligent Systems<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46fa880 e-con-full e-flex e-con e-child\" data-id=\"46fa880\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-022f596 txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"022f596\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Explore what makes artificial intelligence trustworthy, from fairness and transparency to social responsibility. In this module, you\u2019ll learn to critically evaluate AI systems, identify ethical risks, and develop initial approaches for the responsible use of AI. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-004e24d e-flex e-con-boxed e-con e-child\" data-id=\"004e24d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b4545cb e-con-full e-flex e-con e-child\" data-id=\"b4545cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4623ed2 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"4623ed2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div>Discover AI Potentials for Digital Strategy<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d915c4b e-con-full e-flex e-con e-child\" data-id=\"d915c4b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15570b5 txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"15570b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Learn how to develop digital business strategies using generative AI and modern technologies such as LLMs, thereby actively driving your company\u2019s transformation. This certificate combines in-depth AI knowledge with strategic practice and offers exclusive tools, partners, and formats for sustainable learning success and direct applicability in your day-to-day work. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-298aa19 e-flex e-con-boxed e-con e-parent\" data-id=\"298aa19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-21d1db4 e-con-full e-flex e-con e-child\" data-id=\"21d1db4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfaa6ca elementor-widget elementor-widget-menu-anchor\" data-id=\"dfaa6ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"curriculum\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10a5deb elementor-widget elementor-widget-heading\" data-id=\"10a5deb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your study plan looks like this: <br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84c504c e-con-full e-flex e-con e-child\" data-id=\"84c504c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7c6ea7 e-transform elementor-widget elementor-widget-image\" data-id=\"a7c6ea7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-180,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/scheer-school-key-half-future-blue.svg\" class=\"attachment-large size-large wp-image-5781\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39213f2 e-flex e-con-boxed e-con e-parent\" data-id=\"39213f2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f816820 ss-table elementor-widget elementor-widget-shortcode\" data-id=\"f816820\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<table id=\"tablepress-5\" class=\"tablepress tablepress-id-5\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Modules<sup><\/sup><\/th><th class=\"column-2\">1. Sem.<\/th><th class=\"column-3\">2. Sem. <\/th><th class=\"column-4\">3. Sem. <\/th><th class=\"column-5\">4. Sem.<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\"><strong>Strategy Development<\/strong><\/td><td class=\"column-2\">Foundations in Internationalization in Business and Transformation (6 CP)<\/td><td class=\"column-3\">Foundations in Multinational Business<br \/>\nFinance* (3 CP)<\/td><td class=\"column-4\"><\/td><td class=\"column-5\">Explore the Strengths and Weaknesses of<br \/>\nDigital Finance* (3 CP)<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\"><strong>New Product<br \/>\nDevelopment<\/strong><\/td><td class=\"column-2\">Foundations in Technology and Innovation Management (3CP)<br \/>\n<span style=\"color:#00AEC2;\">Challenge in New Product Development (6 CP)<\/span><\/td><td class=\"column-3\">Foundations in Coding (3 CP)<br \/>\nFoundations in Forecasting with Data* (3 CP)<br \/>\nDesign Lab* (3 CP)<\/td><td class=\"column-4\">Programming Project (3 CP)<\/td><td class=\"column-5\"><\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\"><strong>Supply Chain and<br \/>\nPurchasing<\/strong><\/td><td class=\"column-2\">Foundations in Al: Transforming Workflows<br \/>\n(3 CP)<\/td><td class=\"column-3\"><span style=\"color:#00AEC2;\">Challenge in Supply Chain and Purchasing<br \/>\n(6 CP)<\/span><\/td><td class=\"column-4\">Artificial Intelligence in Practice* (6 CP)<\/td><td class=\"column-5\"><\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\"><strong>Operational Execution<\/strong><\/td><td class=\"column-2\">Foundations in Business Transformation:<br \/>\nAgile Methods* (3 CP)<\/td><td class=\"column-3\">Foundations in Data: Turning Insights into<br \/>\nSuccess (3 CP)<\/td><td class=\"column-4\">Process Mining: Data-Driven Insights (6 CP)<\/td><td class=\"column-5\">Cybersecurity Law: The German Legal<br \/>\nPerspective* (3 CP)<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\"><strong>Sales and Distribution<\/strong><\/td><td class=\"column-2\"><\/td><td class=\"column-3\">Foundations in Future Skills: Digital Tools for Agile Workplaces (3 CP)<\/td><td class=\"column-4\"><span style=\"color:#00AEC2;\">Challenge in Sales and Distribution (6 CP)<\/span><br \/>\nMarketing for Innovators* (3 CP)<\/td><td class=\"column-5\">Foundations in Insightful Infographics* (3 CP)<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\"><strong>Analysis and Monitoring<\/strong><\/td><td class=\"column-2\">Foundations in the Art of Data Patterns (3 CP)<br \/>\nFoundations in Mathematical Mastery (3 CP)<\/td><td class=\"column-3\">Foundations in Algorithmic Thinking (3 CP)<\/td><td class=\"column-4\">Foundations in Critical Thinking* (3 CP)<\/td><td class=\"column-5\">Speechcraft: Communicating with Impact in the Digital Age* (3 CP)<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\"><strong>Scientific Patterns<\/strong><\/td><td class=\"column-2\"><\/td><td class=\"column-3\"><\/td><td class=\"column-4\">Transformation Lab (3 CP)<\/td><td class=\"column-5\"><span style=\"color:#00AEC2;\">Master-Thesis (15 CP)<br \/>\n<\/span><\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\"><strong>Language<\/strong><\/td><td class=\"column-2\">German | \/ Foreign Language |  <br> (3 CP)<\/td><td class=\"column-3\">German Il \/ Foreign Language II <br> (3 CP)<\/td><td class=\"column-4\"><\/td><td class=\"column-5\"><\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\"><strong>Personal Transformation<br \/>\nJourney<\/strong><\/td><td class=\"column-2\">Personal Transformation Journey I (1 CP)<\/td><td class=\"column-3\">Personal Transformation Journey II (1 CP)<\/td><td class=\"column-4\">Personal Transformation Journey III (1 CP)<\/td><td class=\"column-5\"><\/td>\n<\/tr>\n<tr class=\"row-11\">\n\t<td class=\"column-1\">CP<\/td><td class=\"column-2\">CP Mandatory\/Elective: 28\/3<\/td><td class=\"column-3\">CP Mandatory\/Elective: 22\/9<\/td><td class=\"column-4\">CP Mandatory\/Elective: 19\/12<\/td><td class=\"column-5\">CP Mandatory\/Elective: 15\/12<\/td>\n<\/tr>\n<tr class=\"row-12\">\n\t<td class=\"column-1\">CP in Total<\/td><td class=\"column-2\">31<\/td><td class=\"column-3\">31<\/td><td class=\"column-4\">31<\/td><td class=\"column-5\">27<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-5 from cache --><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69f170c elementor-widget elementor-widget-text-editor\" data-id=\"69f170c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>This curriculum is merely an example. The fields marked with * are required electives.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eceeecc e-flex e-con-boxed e-con e-parent\" data-id=\"eceeecc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-be7dd12 e-con-full e-flex e-con e-child\" data-id=\"be7dd12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b2b5e1e e-con-full e-flex e-con e-child\" data-id=\"b2b5e1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61d6110 elementor-widget elementor-widget-heading\" data-id=\"61d6110\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Here's how our courses are structured:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3b6e7f e-grid e-con-boxed e-con e-parent\" data-id=\"f3b6e7f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-573a43e e-con-full e-flex e-con e-child\" data-id=\"573a43e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a54909 elementor-widget elementor-widget-heading\" data-id=\"5a54909\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Required and Elective Modules <br \/>Your Degree, Your Choice: <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7e0a4d elementor-widget elementor-widget-text-editor\" data-id=\"d7e0a4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our program combines required and elective modules, all of which have a strong practical focus. Theory is never taught in isolation; it is always linked to real-world scenarios from your work environment. This way, you\u2019ll gain exactly the skills you need: well-founded, practical, and perfectly tailored to your individual context.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f9172e e-con-full e-flex e-con e-child\" data-id=\"1f9172e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fd22ef elementor-widget elementor-widget-heading\" data-id=\"7fd22ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Personal<br \/>Transformation:<br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e71f24b elementor-widget elementor-widget-text-editor\" data-id=\"e71f24b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our master&#8217;s program goes far beyond technical learning. Through the <em data-start=\"2535\" data-end=\"2568\">Personal Transformation Journey<\/em>, you&#8217;ll have a unique opportunity to grow both professionally and personally. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b4b58c e-con-full e-flex e-con e-child\" data-id=\"1b4b58c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6005119 elementor-widget elementor-widget-heading\" data-id=\"6005119\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Four exciting challenges, including your thesis\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acfcb50 elementor-widget elementor-widget-text-editor\" data-id=\"acfcb50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"scriptor-paragraph\">Get ready to be challenged\u2014four times over! In our hands-on <em data-start=\"2782\" data-end=\"2818\">Regional Transformation Challenges<\/em>, you\u2019ll put your knowledge and skills to the test in real-world scenarios. These will prepare you for your final challenge: your master\u2019s thesis, through which you\u2019ll learn to actively shape the digital future.  <\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a576d26 e-flex e-con-boxed e-con e-parent\" data-id=\"a576d26\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-811e4ed elementor-widget elementor-widget-spacer\" data-id=\"811e4ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-612cbe2 elementor-widget elementor-widget-heading\" data-id=\"612cbe2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Effective Learning - Feedback from Our Master's Students<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b632b2 e-flex e-con-boxed e-con e-parent\" data-id=\"5b632b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18ff1cc elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\" data-id=\"18ff1cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"testimonial-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slider\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\u201cStudying at the Scheer School has been a valuable experience,<br \/>\nas it combines practical and theoretical learning while also<br \/>\ngiving me the opportunity to meet many people\u2014from fellow students<br \/>\nto professors\u2014who support me on my journey.\u201d<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2026\/07\/DS_2947-Kopie-2.jpg\" alt=\"Sansu Aryal\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Sansu Aryal<\/span><span class=\"elementor-testimonial__title\">Master's student<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\u201cStudying at Scheer School means constantly developing new<br \/>\nskills, deepening my knowledge, and growing in a digital<br \/>\nenvironment\u2014which prepares me to embark on my future digital career<br \/>\nwith greater strength and confidence.\u201d<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2026\/07\/DS_2972-Kopie.jpg\" alt=\"Zahin Morshed\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Zahin Morshed<\/span><span class=\"elementor-testimonial__title\">Master's student<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\u201cThe challenges are undoubtedly among the Scheer School\u2019s greatest strengths<br \/>\n. What makes them so valuable is the opportunity to work directly with local companies<br \/>\n, gain real insights into their operations<br \/>\n, and apply our theoretical knowledge to solve practical problems.\u201d <\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2026\/07\/DS_2947-Kopie-2-1.jpg\" alt=\"Roman Schug\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Roman Schug<\/span><span class=\"elementor-testimonial__title\">Master's student<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\u201cThe challenge at the pharmaceutical company kohlpharma was a once-in-a-lifetime experience; these four weeks have been the highlight of my master\u2019s program so far. We had to\u2014and did\u2014pull together, overcoming all language barriers, time zones, and different mindsets.\u201d<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2026\/02\/DS_2903.jpg\" alt=\"Michael Bachmann\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Michael Bachmann<\/span><span class=\"elementor-testimonial__title\">Master's student<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e47582 e-flex e-con-boxed e-con e-parent\" data-id=\"1e47582\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c7c7361 e-con-full e-flex e-con e-child\" data-id=\"c7c7361\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5304096 elementor-widget elementor-widget-html\" data-id=\"5304096\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Complete Elementor HTML widget code -->\n<div id=\"form\" class=\"notranslate\" data-current-language=\"de\" style=\"width:100%;max-width:640px;margin:0;padding:30px 28px;background:#ffffff;border:1px solid #dfe6e8;border-radius:18px;color:#00222e;font-family:Arial,Helvetica,sans-serif\">\n<h2 id=\"form-headline\" style=\"margin:0 0 12px;color:#00222e;font-size:30px;font-weight:700;line-height:1.2\">\n\n Klingt interessant? Erfahre mehr. \n<\/h2>\n \n  <p id=\"form-subline\" style=\"margin:0 0 24px;color:#52646b;font-size:15px;line-height:1.7\">\n\n Sign up to receive all the important information about this program for free via email.\n<\/p>\n \n  <div id=\"form-success-message\" role=\"status\" aria-live=\"polite\" style=\"display:none;margin:0 0 22px;padding:16px 18px;background:#f2fafb;border:1px solid #d6ecef;border-radius:14px;color:#0b5963;font-size:14px;line-height:1.6\">\n\n Thank you! Your request has been successfully submitted. We'll email you the information shortly.  \n<\/div>\n \n  \n\n\n \n    \n\n\n\n\n \n    <div style=\"display:flex;gap:14px;margin:0 0 14px;flex-wrap:wrap\">\n<div style=\"flex:1 1 240px;min-width:0\">\n<label id=\"label-fname\" for=\"fname\" style=\"display:block;margin:0 0 7px;color:#35515a;font-size:13px;font-weight:700\">\n\n First Name *\n<\/label>\n\n<\/div>\n \n      <div style=\"flex:1 1 240px;min-width:0\">\n<label id=\"label-lname\" for=\"lname\" style=\"display:block;margin:0 0 7px;color:#35515a;font-size:13px;font-weight:700\">\n\n Last Name *\n<\/label>\n\n<\/div>\n<\/div>\n \n    <div style=\"margin:0 0 14px\">\n<label id=\"label-email\" for=\"email\" style=\"display:block;margin:0 0 7px;color:#35515a;font-size:13px;font-weight:700\">\n\n Email Address *\n<\/label>\n\n<\/div>\n \n    <div style=\"display:flex;gap:14px;margin:0 0 14px;flex-wrap:wrap\">\n<div style=\"flex:1 1 240px;min-width:0\">\n<label id=\"label-phone\" for=\"phone\" style=\"display:block;margin:0 0 7px;color:#35515a;font-size:13px;font-weight:700\">\n\n Phone\n<\/label>\n\n<\/div>\n \n      <div style=\"flex:1 1 240px;min-width:0\">\n<label id=\"label-company\" for=\"company\" style=\"display:block;margin:0 0 7px;color:#35515a;font-size:13px;font-weight:700\">\n\n Company\n<\/label>\n\n<\/div>\n<\/div>\n \n    <div style=\"margin:0 0 18px;padding:16px 18px;background:#f8fbfb;border:1px solid #e6edef;border-radius:14px\">\n<label for=\"consent\" style=\"display:flex;align-items:flex-start;gap:12px;margin:0;color:#35515a;font-size:14px;font-weight:400;line-height:1.65;cursor:pointer\">\n\n<span id=\"consent-copy\">\n\n I would like to receive the informational material by email and consent to the processing of my data in accordance with\n<a href=\"https:\/\/www.scheer-school.com\/en\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color:#00aec2;text-decoration:underline\">and the privacy policy<\/a> at\n\n. *\n<\/span>\n<\/label>\n<\/div>\n \n    <div style=\"margin:0 0 14px;overflow:hidden\">\n<div style=\"display:inline-block;margin-bottom:-18px\">\n<div class=\"private-captcha\" data-sitekey=\"849c01e5322b451caef60deaf9749723\" data-solution-field=\"private-captcha-solution\"><\/div>\n<\/div>\n<\/div>\n \n    <button id=\"btn_form_mas\" type=\"submit\" style=\"display:inline-block;padding:15px 26px;background:#00aec2;border:0;border-radius:12px;color:#ffffff;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:700;line-height:1.2;cursor:pointer\">\n<span id=\"form-button-text\">Request Information<\/span>\n<\/button>\n\n<\/div>\n \n\n\n(function () {\n\n  \"use strict\";\n \n  if (window.__scheerMasFormInitialized) {\n\n    return;\n\n  }\n \n  window.__scheerMasFormInitialized = true;\n \n  var currentLanguage = \"\";\n\n  var successTracked = false;\n\n  var updateTimer = null;\n \n  var translations = {\n\n    de: {\n\n      headline: \"Klingt interessant? Erfahre mehr.\",\n\n      subline: \"Lass dir alle wichtigen Infos zu diesem Programm kostenlos per E Mail zusenden.\",\n\n      success: \"Danke dir! Deine Anfrage wurde erfolgreich \u00fcbermittelt. Wir senden dir die Informationen in K\u00fcrze per E Mail zu.\",\n\n      firstName: \"Vorname *\",\n\n      lastName: \"Nachname *\",\n\n      email: \"E Mail Adresse *\",\n\n      phone: \"Telefon\",\n\n      company: \"Unternehmen\",\n\n      consent: 'Ich m\u00f6chte das Infomaterial per E Mail erhalten und stimme der Verarbeitung meiner Daten gem\u00e4\u00df <a href=\"https:\/\/www.scheer-school.com\/en\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color:#00aec2;text-decoration:underline\">Datenschutzerkl\u00e4rung<\/a> zu. *',\n\n      button: \"Infomaterial anfordern\"\n\n    },\n\n    en: {\n\n      headline: \"Sounds interesting? Learn more.\",\n\n      subline: \"Get all the key information about this program sent to you by email free of charge.\",\n\n      success: \"Thank you! Your request has been submitted successfully. We will send you the information by email shortly.\",\n\n      firstName: \"First name *\",\n\n      lastName: \"Last name *\",\n\n      email: \"Email address *\",\n\n      phone: \"Phone\",\n\n      company: \"Company\",\n\n      consent: 'I would like to receive the information material by email and agree to the processing of my data in accordance with the <a href=\"https:\/\/www.scheer-school.com\/en\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color:#00aec2;text-decoration:underline\">privacy policy<\/a>. *',\n\n      button: \"Request information material\"\n\n    }\n\n  };\n \n  function normalizeLanguage(value) {\n\n    value = String(value || \"\").trim().toLowerCase();\n \n    if (\n\n      value === \"en\" ||\n\n      value === \"en-us\" ||\n\n      value === \"en-gb\" ||\n\n      value === \"english\" ||\n\n      value === \"englisch\" ||\n\n      value === \"gb\"\n\n    ) {\n\n      return \"en\";\n\n    }\n \n    if (\n\n      value === \"de\" ||\n\n      value === \"de-de\" ||\n\n      value === \"deutsch\" ||\n\n      value === \"german\"\n\n    ) {\n\n      return \"de\";\n\n    }\n \n    return \"\";\n\n  }\n \n  function detectLanguage() {\n\n    var htmlLanguage = normalizeLanguage(\n\n      document.documentElement.getAttribute(\"lang\")\n\n    );\n \n    if (htmlLanguage) {\n\n      return htmlLanguage;\n\n    }\n \n    var cookies = String(document.cookie || \"\");\n\n    var googleTranslateMatch = cookies.match(\n\n      \/(?:^|;\\s*)googtrans=\\\/[^\/]*\\\/(en|de)(?:;|$)\/i\n\n    );\n \n    if (googleTranslateMatch &amp;&amp; googleTranslateMatch[1]) {\n\n      return normalizeLanguage(googleTranslateMatch[1]);\n\n    }\n \n    var selectedControls = document.querySelectorAll(\n\n      '[aria-current=\"true\"], .active, .current, [data-lang], [data-language]'\n\n    );\n \n    for (var index = 0; index &lt; selectedControls.length; index += 1) {\n\n      var element = selectedControls[index];\n\n      var values = [\n\n        element.getAttribute(&quot;data-lang&quot;),\n\n        element.getAttribute(&quot;data-language&quot;),\n\n        element.getAttribute(&quot;lang&quot;),\n\n        element.getAttribute(&quot;aria-label&quot;),\n\n        element.getAttribute(&quot;title&quot;),\n\n        element.textContent\n\n      ];\n \n      for (var valueIndex = 0; valueIndex &lt; values.length; valueIndex += 1) {\n\n        var language = normalizeLanguage(values[valueIndex]);\n \n        if (language) {\n\n          return language;\n\n        }\n\n      }\n\n    }\n \n    var pageText = String(document.body ? document.body.innerText : &quot;&quot;).toLowerCase();\n \n    if (\n\n      pageText.indexOf(&quot;apply now&quot;) !== -1 &amp;&amp;\n\n      pageText.indexOf(&quot;tuition fees&quot;) !== -1\n\n    ) {\n\n      return &quot;en&quot;;\n\n    }\n \n    return &quot;de&quot;;\n\n  }\n \n  function setText(id, value) {\n\n    var element = document.getElementById(id);\n \n    if (element) {\n\n      element.textContent = value;\n\n    }\n\n  }\n \n  function setHtml(id, value) {\n\n    var element = document.getElementById(id);\n \n    if (element) {\n\n      element.innerHTML = value;\n\n    }\n\n  }\n \n  function applyLanguage(force) {\n\n    var language = detectLanguage();\n \n    if (!force &amp;&amp; language === currentLanguage) {\n\n      return;\n\n    }\n \n    var translation = translations[language] || translations.de;\n\n    var languageField = document.getElementById(&quot;form-language&quot;);\n\n    var formContainer = document.getElementById(&quot;form&quot;);\n \n    setText(&quot;form-headline&quot;, translation.headline);\n\n    setText(&quot;form-subline&quot;, translation.subline);\n\n    setText(&quot;form-success-message&quot;, translation.success);\n\n    setText(&quot;label-fname&quot;, translation.firstName);\n\n    setText(&quot;label-lname&quot;, translation.lastName);\n\n    setText(&quot;label-email&quot;, translation.email);\n\n    setText(&quot;label-phone&quot;, translation.phone);\n\n    setText(&quot;label-company&quot;, translation.company);\n\n    setHtml(&quot;consent-copy&quot;, translation.consent);\n\n    setText(&quot;form-button-text&quot;, translation.button);\n \n    if (languageField) {\n\n      languageField.value = language;\n\n    }\n \n    if (formContainer) {\n\n      formContainer.setAttribute(&quot;data-current-language&quot;, language);\n\n      formContainer.setAttribute(&quot;lang&quot;, language);\n\n    }\n \n    currentLanguage = language;\n\n  }\n \n  function scheduleUpdate() {\n\n    window.clearTimeout(updateTimer);\n \n    updateTimer = window.setTimeout(function () {\n\n      applyLanguage(true);\n\n    }, 250);\n \n    window.setTimeout(function () {\n\n      applyLanguage(true);\n\n    }, 1000);\n\n  }\n \n  function loadCaptcha() {\n\n    if (document.getElementById(&quot;privatecaptcha-widget-script&quot;)) {\n\n      return;\n\n    }\n \n    var script = document.createElement(&quot;script&quot;);\n\n    script.id = &quot;privatecaptcha-widget-script&quot;;\n\n    script.src = &quot;https:\/\/cdn.privatecaptcha.com\/widget\/js\/privatecaptcha.js&quot;;\n\n    script.defer = true;\n\n    document.head.appendChild(script);\n\n  }\n \n  function getParamCaseInsensitive(params, key) {\n\n    var value = &quot;&quot;;\n\n    var requestedKey = key.toLowerCase();\n \n    params.forEach(function (paramValue, paramKey) {\n\n      if (!value &amp;&amp; paramKey.toLowerCase() === requestedKey) {\n\n        value = paramValue;\n\n      }\n\n    });\n \n    return value;\n\n  }\n \n  function populateUtmFields() {\n\n    var params = new URLSearchParams(window.location.search);\n\n    var fields = [\n\n      [&quot;utm_content&quot;, &quot;utm_content&quot;],\n\n      [&quot;utm_medium&quot;, &quot;utm_medium&quot;],\n\n      [&quot;utm_source&quot;, &quot;utm_source&quot;],\n\n      [&quot;utm_campaign&quot;, &quot;utm_campaign&quot;],\n\n      [&quot;utm_id&quot;, &quot;utm_id&quot;]\n\n    ];\n \n    fields.forEach(function (entry) {\n\n      var parameterName = entry[0];\n\n      var fieldId = entry[1];\n\n      var storageKey = &quot;ss_&quot; + parameterName;\n\n      var urlValue = getParamCaseInsensitive(params, parameterName);\n\n      var storedValue = &quot;&quot;;\n\n      var finalValue = &quot;&quot;;\n\n      var field = document.getElementById(fieldId);\n \n      try {\n\n        storedValue = sessionStorage.getItem(storageKey) || &quot;&quot;;\n\n      } catch (error) {\n\n      }\n \n      finalValue = urlValue || storedValue;\n \n      if (urlValue) {\n\n        try {\n\n          sessionStorage.setItem(storageKey, urlValue);\n\n        } catch (error) {\n\n        }\n\n      }\n \n      if (field) {\n\n        field.value = finalValue;\n\n      }\n\n    });\n\n  }\n \n  function hasSuccessFlag() {\n\n    var params = new URLSearchParams(window.location.search);\n\n    return params.get(&quot;success&quot;) === &quot;true&quot; || params.get(&quot;success&quot;) === &quot;1&quot;;\n\n  }\n \n  function handleSuccess() {\n\n    if (!hasSuccessFlag()) {\n\n      return;\n\n    }\n \n    var successMessage = document.getElementById(&quot;form-success-message&quot;);\n \n    if (successMessage) {\n\n      successMessage.style.display = &quot;block&quot;;\n\n    }\n \n    if (!successTracked &amp;&amp; typeof window.gtag === &quot;function&quot;) {\n\n      window.gtag(&quot;event&quot;, &quot;generate_lead&quot;, {\n\n        event_category: &quot;infomaterial&quot;,\n\n        event_label: &quot;infomaterial_request_mas&quot;,\n\n        form_id: &quot;btn_form_mas&quot;,\n\n        language: detectLanguage()\n\n      });\n \n      successTracked = true;\n\n    }\n\n  }\n \n  function initialize() {\n\n    applyLanguage(true);\n\n    populateUtmFields();\n\n    loadCaptcha();\n\n    handleSuccess();\n \n    document.addEventListener(&quot;click&quot;, function (event) {\n\n      var target = event.target;\n \n      if (\n\n        target &amp;&amp;\n\n        typeof target.closest === &quot;function&quot; &amp;&amp;\n\n        target.closest(&#039;[class*=&quot;lang&quot;],[id*=&quot;lang&quot;],[data-lang],[data-language]&#039;)\n\n      ) {\n\n        scheduleUpdate();\n\n      }\n\n    });\n \n    var observer = new MutationObserver(scheduleUpdate);\n \n    observer.observe(document.documentElement, {\n\n      attributes: true,\n\n      attributeFilter: [&quot;lang&quot;, &quot;class&quot;, &quot;data-lang&quot;, &quot;data-language&quot;],\n\n      childList: true,\n\n      subtree: true\n\n    });\n\n  }\n \n  if (document.readyState === &quot;loading&quot;) {\n\n    document.addEventListener(&quot;DOMContentLoaded&quot;, initialize, { once: true });\n\n  } else {\n\n    initialize();\n\n  }\n\n})();\n\n \t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f25b40a elementor-widget elementor-widget-spacer\" data-id=\"f25b40a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d84378a e-con-full e-flex e-con e-child\" data-id=\"d84378a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb1aa63 elementor-widget elementor-widget-heading\" data-id=\"cb1aa63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Future skills<br \/>for your career.<br><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-495ef7f elementor-widget elementor-widget-heading\" data-id=\"495ef7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Future-proofing<br \/>your business.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-984de13 elementor-widget elementor-widget-image\" data-id=\"984de13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/scheer-school-key-half-future-blue.svg\" class=\"attachment-large size-large wp-image-5781\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfd8a28 e-flex e-con-boxed e-con e-parent\" data-id=\"bfd8a28\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b5a8906 e-con-full e-flex e-con e-child\" data-id=\"b5a8906\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-425cec8 elementor-widget elementor-widget-heading\" data-id=\"425cec8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Do you have any questions?\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f03c5c4 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"f03c5c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Find the most important information about applying, the course of study, admission, and more in our FAQ.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89e4ace elementor-align-center elementor-widget elementor-widget-button\" data-id=\"89e4ace\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.scheer-school.com\/en\/faq\/#faq-master\" target=\"_blank\" id=\"btn_faq_mas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Questions? Answers. <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31890db e-con-full e-flex e-con e-child\" data-id=\"31890db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6b28e4 e-flex e-con-boxed e-con e-parent\" data-id=\"d6b28e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fe2e47 elementor-widget elementor-widget-menu-anchor\" data-id=\"0fe2e47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"financialsupport\"><\/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<div class=\"elementor-element elementor-element-af32340 e-flex e-con-boxed e-con e-parent\" data-id=\"af32340\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b44352 elementor-widget elementor-widget-heading\" data-id=\"6b44352\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">You can choose between two payment options: <\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-03ed642 e-grid e-con-boxed e-con e-parent\" data-id=\"03ed642\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-441ff2e e-con-full e-flex e-con e-child\" data-id=\"441ff2e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27021ab elementor-widget elementor-widget-text-editor\" data-id=\"27021ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #00aec2\"><strong>Annual payment<br \/><\/strong><\/span>\u20ac7,250 per year<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11a4a7c e-con-full e-flex e-con e-child\" data-id=\"11a4a7c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cab2c80 elementor-widget elementor-widget-text-editor\" data-id=\"cab2c80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #00aec2\"><strong>Quarterly payment<br \/><\/strong><\/span>\u20ac1,850 per quarter<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10ac877 e-flex e-con-boxed e-con e-parent\" data-id=\"10ac877\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-503d7b5 e-con-full e-flex e-con e-child\" data-id=\"503d7b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88248f1 elementor-widget elementor-widget-heading\" data-id=\"88248f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your life in Germany starts here<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04d9fec elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"04d9fec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<article class=\"text-token-text-primary w-full\" dir=\"auto\" data-testid=\"conversation-turn-2\" data-scroll-anchor=\"true\"><div class=\"text-base my-auto mx-auto py-5 [--thread-content-margin:--spacing(4)] @[37rem]:[--thread-content-margin:--spacing(6)] @[72rem]:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\"><div class=\"[--thread-content-max-width:32rem] @[34rem]:[--thread-content-max-width:40rem] @[64rem]:[--thread-content-max-width:48rem] mx-auto flex max-w-(--thread-content-max-width) flex-1 text-base gap-4 md:gap-5 lg:gap-6 group\/turn-messages focus-visible:outline-hidden\"><div class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"relative flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col grow\"><div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"2f5920b2-e949-4a8b-ae42-2e0deafd1601\" data-message-model-slug=\"o3\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose dark:prose-invert w-full break-words dark\"><p class=\"PDq2pG_selectionAnchorContainer\" data-start=\"436\" data-end=\"550\">Find out how we can help you settle into life in Germany, find an apartment, and kickstart your career.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/article>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-524f75f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"524f75f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover Your Options <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc5c304 e-con-full e-flex e-con e-child\" data-id=\"dc5c304\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dab26b2 e-flex e-con-boxed e-con e-parent\" data-id=\"dab26b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb7b7c4 elementor-widget elementor-widget-menu-anchor\" data-id=\"cb7b7c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"applicationprocess\"><\/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<div class=\"elementor-element elementor-element-c3e63ae e-flex e-con-boxed e-con e-parent\" data-id=\"c3e63ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ffef19b e-con-full e-flex e-con e-child\" data-id=\"ffef19b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60f4daf elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"60f4daf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Apply now!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-850d3c6 elementor-widget elementor-widget-text-editor\" data-id=\"850d3c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"1048\" data-end=\"1314\">Do you have a bachelor\u2019s degree and at least one year of professional experience, or have you completed vocational training plus at least two years of practical experience? If so, you already meet the key admission requirements for the master\u2019s program at the Scheer School. Take the next step toward a high-impact digital career!  <br data-start=\"1395\" data-end=\"1398\"><strong>Apply now and help shape the innovations of tomorrow!<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d846da e-con-full e-flex e-con e-child\" data-id=\"4d846da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebfa205 elementor-align-left pulse-button elementor-widget elementor-widget-button\" data-id=\"ebfa205\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;none&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/96fb4e9e.sibforms.com\/serve\/MUIFACPgDYWebJsb5Da9G7H4LKCNHukJS1PsZGlFLLYC0cABLxFapcOyzcZwKGuSIZ86-K95Zkg-80CAiLRWDIiRS9FK5BsuUJgw-2gr21pg9jRaiONZXEVXUUmOrQ_ZuBUTrKbkJYh6LoCVIIZ3XpRp3X8NwjsXJdmWzBZt4X_iTIelJvSJzr04YPm-wxht-TSOKqz3nILiwacT\" target=\"_blank\" id=\"btn_appnow_mas\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Take control of your future and apply now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-765698e e-grid e-con-boxed e-con e-parent\" data-id=\"765698e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52059b5 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"52059b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-upload\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tApplication &amp; Upload of Required Documents\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef7234d elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ef7234d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-lightbulb\" viewBox=\"0 0 352 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReview of Admission Requirements &amp; Aptitude Test\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff43946 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ff43946\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comments\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAdmission decision (acceptance or rejection) by the Scheer School\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4b96fe elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"d4b96fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRegistration\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/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>#meshCanvas { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none; } .elementor-section { position: relative; overflow: hidden; } [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7996","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Master of Science: Digital Sciences for Transformation - Scheer School of Digital Sciences at Saarland University<\/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:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Master of Science: Digital Sciences for Transformation\" \/>\n<meta property=\"og:description\" content=\"#meshCanvas { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none; } .elementor-section { position: relative; overflow: hidden; } [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/\" \/>\n<meta property=\"og:site_name\" content=\"Scheer School of Digital Sciences at Saarland University\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/scheer.school\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-31T14:27:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"928\" \/>\n\t<meta property=\"og:image:height\" content=\"1232\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\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=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/\",\"url\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/\",\"name\":\"Master of Science: Digital Sciences for Transformation - Scheer School of Digital Sciences at Saarland University\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp\",\"datePublished\":\"2025-05-23T19:57:19+00:00\",\"dateModified\":\"2026-07-31T14:27:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp\",\"contentUrl\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/master-of-science-digital-sciences-for-transformation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Master of Science: Digital Sciences for Transformation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/\",\"name\":\"Scheer School of Digital Sciences at Saarland University\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/#organization\",\"name\":\"Scheer School of Digital Sciences at Saarland University\",\"url\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo_scheer-school_rgb_pos.webp\",\"contentUrl\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/logo_scheer-school_rgb_pos.webp\",\"width\":1920,\"height\":1222,\"caption\":\"Scheer School of Digital Sciences at Saarland University\"},\"image\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/scheer.school\",\"https:\\\/\\\/www.instagram.com\\\/scheer.school\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/scheer-school\"],\"email\":\"info@scheer-school.com\",\"telephone\":\"+49 (0) 172 8374851\",\"legalName\":\"Scheer School of Digital Sciences at Saarland University gGmbH\",\"vatID\":\"DE434537721\",\"duns\":\"316149698\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Master of Science: Digital Sciences for Transformation - Scheer School of Digital Sciences at Saarland University","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:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/","og_locale":"en_US","og_type":"article","og_title":"Master of Science: Digital Sciences for Transformation","og_description":"#meshCanvas { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none; } .elementor-section { position: relative; overflow: hidden; } [&hellip;]","og_url":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/","og_site_name":"Scheer School of Digital Sciences at Saarland University","article_publisher":"https:\/\/www.facebook.com\/scheer.school","article_modified_time":"2026-07-31T14:27:33+00:00","og_image":[{"width":928,"height":1232,"url":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/","url":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/","name":"Master of Science: Digital Sciences for Transformation - Scheer School of Digital Sciences at Saarland University","isPartOf":{"@id":"https:\/\/www.scheer-school.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/#primaryimage"},"image":{"@id":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp","datePublished":"2025-05-23T19:57:19+00:00","dateModified":"2026-07-31T14:27:33+00:00","breadcrumb":{"@id":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/#primaryimage","url":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp","contentUrl":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_E-learning_infographic_with_sun_icons_laptop_centered__33c1d607-8db9-40a3-a348-ec37b942e71e_0-771x1024.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.scheer-school.com\/en\/"},{"@type":"ListItem","position":2,"name":"Master of Science: Digital Sciences for Transformation"}]},{"@type":"WebSite","@id":"https:\/\/www.scheer-school.com\/en\/#website","url":"https:\/\/www.scheer-school.com\/en\/","name":"Scheer School of Digital Sciences at Saarland University","description":"","publisher":{"@id":"https:\/\/www.scheer-school.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.scheer-school.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.scheer-school.com\/en\/#organization","name":"Scheer School of Digital Sciences at Saarland University","url":"https:\/\/www.scheer-school.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.scheer-school.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/logo_scheer-school_rgb_pos.webp","contentUrl":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/05\/logo_scheer-school_rgb_pos.webp","width":1920,"height":1222,"caption":"Scheer School of Digital Sciences at Saarland University"},"image":{"@id":"https:\/\/www.scheer-school.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/scheer.school","https:\/\/www.instagram.com\/scheer.school\/","https:\/\/www.linkedin.com\/company\/scheer-school"],"email":"info@scheer-school.com","telephone":"+49 (0) 172 8374851","legalName":"Scheer School of Digital Sciences at Saarland University gGmbH","vatID":"DE434537721","duns":"316149698","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"publishpress_future_action":{"enabled":false,"date":"2026-08-08 00:22:50","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"translation_priority","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/pages\/7996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/comments?post=7996"}],"version-history":[{"count":79,"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/pages\/7996\/revisions"}],"predecessor-version":[{"id":14103,"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/pages\/7996\/revisions\/14103"}],"wp:attachment":[{"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/media?parent=7996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}