{"id":8246,"date":"2025-06-12T15:43:45","date_gmt":"2025-06-12T13:43:45","guid":{"rendered":"https:\/\/www.scheer-school.com\/campus-life\/"},"modified":"2026-03-02T14:34:49","modified_gmt":"2026-03-02T13:34:49","slug":"scheer-school-community","status":"publish","type":"page","link":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/","title":{"rendered":"Scheer School Community"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8246\" class=\"elementor elementor-8246 elementor-7791\" wpc-filter-elementor-widget=\"1\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cb4503 e-con-full e-flex e-con e-parent\" data-id=\"6cb4503\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-385c73b polygon-section elementor-widget elementor-widget-html\" data-id=\"385c73b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<canvas id=\"meshCanvas\"><\/canvas>\n<style>\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<\/style>\n<script>\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 < 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 < 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 < points.length; i++) {\n      const p1 = points[i];\n      for (let j = i + 1; j < 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 < maxDistance) {\n          const baseAlpha = 1 - dist \/ maxDistance;\n          const pulse = 0.3 * Math.sin(time + i + j) + 0.7;\n          const alpha = baseAlpha * pulse;\n          ctx.strokeStyle = `rgba(255, 255, 255, ${alpha})`;\n          ctx.beginPath();\n          ctx.moveTo(p1.x, p1.y);\n          ctx.lineTo(p2.x, p2.y);\n          ctx.stroke();\n        }\n      }\n    }\n  }\n\n  function draw() {\n    ctx.clearRect(0, 0, width, height);\n    drawLines();\n    for (let p of points) {\n      ctx.beginPath();\n      ctx.arc(p.x, p.y, 2, 0, Math.PI * 2);\n      ctx.fillStyle = '#ffffff';\n      ctx.fill();\n    }\n    animatePoints();\n    time += 0.1;\n    requestAnimationFrame(draw);\n  }\n\n  window.addEventListener('resize', resize);\n  window.addEventListener('mousemove', e => {\n    mouse.x = e.clientX;\n    mouse.y = e.clientY;\n  });\n  window.addEventListener('mouseout', () => {\n    mouse.x = null;\n    mouse.y = null;\n  });\n\n  resize();\n  draw();\n<\/script>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9967ab e-flex e-con-boxed e-con e-child\" data-id=\"9967ab\" 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-71a74710 e-con-full e-flex e-con e-child\" data-id=\"71a74710\" 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-2ae77def elementor-widget elementor-widget-heading\" data-id=\"2ae77def\" 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\">Community<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ddbab48 elementor-widget elementor-widget-text-editor\" data-id=\"7ddbab48\" 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\">Navigate Your Journey.<\/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-278177f6 e-con-full e-flex e-con e-child\" data-id=\"278177f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32701f9 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"32701f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6OTk0NywidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 204 719\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\"><circle cx=\"101.589\" cy=\"101.589\" r=\"101.589\" style=\"fill:#fff;\"><\/circle><circle cx=\"101.589\" cy=\"616.634\" r=\"101.589\" style=\"fill:#fff;\"><\/circle><circle cx=\"101.589\" cy=\"358.561\" r=\"101.589\" style=\"fill:#fff;\"><\/circle><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9c7ce1 elementor-widget elementor-widget-spacer\" data-id=\"7d9c7ce1\" 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-36b1ba0c e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"36b1ba0c\" 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-580b87fe elementor-widget elementor-widget-heading\" data-id=\"580b87fe\" 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\">Learner-Lifecycle-Management<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d1d6094 elementor-widget elementor-widget-heading\" data-id=\"1d1d6094\" 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 partner from enrollment to graduation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7de8caf8 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"7de8caf8\" 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_com\">\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>\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-290ff8bd elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"290ff8bd\" 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-613cc3b0 e-con-full e-flex e-con e-child\" data-id=\"613cc3b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3879cd2f elementor-nav-menu__align-center 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=\"3879cd2f\" 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-3879cd2f\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8063\"><a href=\"#academicsuccessteam\" class=\"elementor-item elementor-item-anchor menu-link\">Triff das Team<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8047\"><a href=\"#livingandarriving\" class=\"elementor-item elementor-item-anchor menu-link\">Wohnen &#038; Ankommen<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8048\"><a href=\"#professionalgrowth\" class=\"elementor-item elementor-item-anchor menu-link\">Deine Karriere<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8049\"><a href=\"#vibrantcampus\" class=\"elementor-item elementor-item-anchor menu-link\">Saarland<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8050\"><a href=\"#family\" class=\"elementor-item elementor-item-anchor menu-link\">Familienunterst\u00fctzung<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8051\"><a href=\"#whyscheerschool\" class=\"elementor-item elementor-item-anchor menu-link\">Warum Scheer School<\/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-3879cd2f\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8063\"><a href=\"#academicsuccessteam\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Triff das Team<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8047\"><a href=\"#livingandarriving\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Wohnen &#038; Ankommen<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8048\"><a href=\"#professionalgrowth\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Deine Karriere<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8049\"><a href=\"#vibrantcampus\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Saarland<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8050\"><a href=\"#family\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Familienunterst\u00fctzung<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-8051\"><a href=\"#whyscheerschool\" class=\"elementor-item elementor-item-anchor menu-link\" tabindex=\"-1\">Warum Scheer School<\/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-1eee49d elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"1eee49d\" 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-a4c836b e-con-full e-flex e-con e-child\" data-id=\"a4c836b\" 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-ed36f39 elementor-widget elementor-widget-heading\" data-id=\"ed36f39\" 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\">Learner-Lifecycle-Management<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb2c0e1 elementor-widget elementor-widget-heading\" data-id=\"eb2c0e1\" 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 partner from enrollment to graduation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-528f9da elementor-align-justify elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"528f9da\" 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=\"mailto:lifecycle@scheer-school.com\" target=\"_blank\" id=\"btn_gitmail_mo\">\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\">Get in touch<\/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-f20a8e9 e-flex e-con-boxed e-con e-parent\" data-id=\"f20a8e9\" 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-1bd067d3 e-con-full e-flex e-con e-child\" data-id=\"1bd067d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd8e174 elementor-widget elementor-widget-heading\" data-id=\"bd8e174\" 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\">From day one to graduation: Holistic support for every step of your journey<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d549695 elementor-widget elementor-widget-text-editor\" data-id=\"1d549695\" 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>Embarking on your studies at Scheer School is the start of an exciting new chapter \u2014 one where you\u2019re fully supported from the moment you click \u201cApply\u201d until you proudly collect your diploma. Our Learner-Lifecycle Team serves as your personal guide, smoothing the path at every twist and turn <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49669840 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"49669840\" 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\">From enrollment to graduation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26daeb12 elementor-widget elementor-widget-text-editor\" data-id=\"26daeb12\" 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=\"663\" data-end=\"856\"><strong data-start=\"663\" data-end=\"699\">Dedicated lifecycle support:<\/strong><br data-start=\"699\" data-end=\"702\">One central contact for every question and need, plus optional online meetings, so you always know exactly where to turn. <\/p><p data-start=\"860\" data-end=\"1058\">Seamless arrival &amp; onboarding:<br data-start=\"898\" data-end=\"901\">Tailored pre-arrival checklists, virtual orientations, and step-by-step guidance on finding and registering your new home in Saarbr\u00fccken.<\/p><p data-start=\"1062\" data-end=\"1422\"><strong data-start=\"1062\" data-end=\"1102\">Your fast track to career success:<\/strong><br data-start=\"1102\" data-end=\"1105\">Intensive, personalized support to help you secure the right job or dual-study position \u2013 including targeted company matching, exclusive access to top employers, professional CV and interview coaching, and dedicated guidance to seamlessly integrate your studies into a powerful career strategy.<\/p><p data-start=\"1426\" data-end=\"1621\"><strong data-start=\"1426\" data-end=\"1459\">Vibrant student experience:<\/strong><br data-start=\"1459\" data-end=\"1462\">Invitations to campus festivals, sports clubs, cultural outings, and family-friendly support networks \u2014 designed to enrich your life beyond lectures.<\/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-146d9c77 elementor-widget elementor-widget-image\" data-id=\"146d9c77\" 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=\"574\" height=\"1024\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp\" class=\"attachment-large size-large wp-image-8025\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp 574w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-168x300.webp 168w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-768x1370.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0.webp 816w\" sizes=\"(max-width: 574px) 100vw, 574px\" \/>\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-55088034 e-flex e-con-boxed e-con e-parent\" data-id=\"55088034\" 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-3c6716a2 e-con-full e-flex e-con e-child\" data-id=\"3c6716a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f65dd75 elementor-widget elementor-widget-heading\" data-id=\"2f65dd75\" 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\">Meet your academic success team<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42a94ab6 elementor-widget elementor-widget-text-editor\" data-id=\"42a94ab6\" 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\">The Learner-Lifecycle Team is your dedicated partner at every stage of your academic journey. Comprised of experienced study advisors, program coordinators, and digital support specialists, we handle all administrative processes \u2014 from admission and housing assistance to enrollment and exam registration \u2014so you can focus on learning. Whether you need a quick clarification on deadlines, personalized tips for balancing study and life, or one-on-one career coaching, we\u2019re available by email, phone, or during our weekly drop-in hours. Our flexible, solution-oriented approach ensures you always have the guidance and resources you need to thrive \u2014 from your first inquiry right through to graduation.  <\/div>\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-23aa705c elementor-widget elementor-widget-menu-anchor\" data-id=\"23aa705c\" 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=\"academicsuccessteam\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-302da568 e-con-full e-flex e-con e-child\" data-id=\"302da568\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb77ed1 elementor-widget elementor-widget-image\" data-id=\"fb77ed1\" 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-2c9da50e e-flex e-con-boxed e-con e-parent\" data-id=\"2c9da50e\" 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-68409a87 elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"68409a87\" 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;d1cda79&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;67df208&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e0c7ad6&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;6a8fb45&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e002861&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;8b902bc&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;112d432&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;f935b86&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-824f733 e-flex e-con-boxed e-con e-child\" data-id=\"824f733\" 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-4c46665 elementor-widget elementor-widget-image\" data-id=\"4c46665\" 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=\"1024\" height=\"683\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Vanessa-Alexy-1024x683.jpg\" class=\"attachment-large size-large wp-image-5845\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Vanessa-Alexy-1024x683.jpg 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Vanessa-Alexy-300x200.jpg 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Vanessa-Alexy-768x512.jpg 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Vanessa-Alexy-1536x1024.jpg 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Vanessa-Alexy.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-9834e9f elementor-widget elementor-widget-text-editor\" data-id=\"9834e9f\" 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>Vanessa Alexy<\/strong><\/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-01d23d2 e-flex e-con-boxed e-con e-child\" data-id=\"01d23d2\" 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-c79fd7d elementor-widget elementor-widget-image\" data-id=\"c79fd7d\" 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=\"683\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/DS_3668-1024x683.jpg\" class=\"attachment-large size-large wp-image-5957\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/DS_3668-1024x683.jpg 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/DS_3668-300x200.jpg 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/DS_3668-768x512.jpg 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/DS_3668-1536x1024.jpg 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/DS_3668.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-5c0323f elementor-widget elementor-widget-text-editor\" data-id=\"5c0323f\" 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>David Schiel<\/strong><\/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-1feb194 e-flex e-con-boxed e-con e-child\" data-id=\"1feb194\" 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-74dc0f3 elementor-widget elementor-widget-text-editor\" data-id=\"74dc0f3\" 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>Sarah Schwender<\/strong><\/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-e5d8a83 e-flex e-con-boxed e-con e-child\" data-id=\"e5d8a83\" 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-e869bcf elementor-widget elementor-widget-image\" data-id=\"e869bcf\" 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=\"683\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Elisabeth-Sunik-1024x683.jpg\" class=\"attachment-large size-large wp-image-5869\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Elisabeth-Sunik-1024x683.jpg 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Elisabeth-Sunik-300x200.jpg 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Elisabeth-Sunik-768x512.jpg 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Elisabeth-Sunik-1536x1024.jpg 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Elisabeth-Sunik.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-b7f5cc9 elementor-widget elementor-widget-text-editor\" data-id=\"b7f5cc9\" 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>Elisabeth Sunik<\/strong><\/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-37f2a5f e-flex e-con-boxed e-con e-child\" data-id=\"37f2a5f\" 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-80b1bf7 elementor-widget elementor-widget-image\" data-id=\"80b1bf7\" 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=\"683\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Mona-Schapper-1024x683.jpg\" class=\"attachment-large size-large wp-image-5841\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Mona-Schapper-1024x683.jpg 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Mona-Schapper-300x200.jpg 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Mona-Schapper-768x512.jpg 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Mona-Schapper-1536x1024.jpg 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/03\/Mona-Schapper.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-e716886 elementor-widget elementor-widget-text-editor\" data-id=\"e716886\" 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>Mona Schappert<\/strong><\/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-bad28c8 e-flex e-con-boxed e-con e-child\" data-id=\"bad28c8\" 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-e40d8b8 elementor-widget elementor-widget-image\" data-id=\"e40d8b8\" 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=\"683\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-1024x683.webp\" class=\"attachment-large size-large wp-image-5961\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-1024x683.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-300x200.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-768x512.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-75d11ec elementor-widget elementor-widget-text-editor\" data-id=\"75d11ec\" 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>George Byrd<\/strong><\/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-6c532f8 e-flex e-con-boxed e-con e-child\" data-id=\"6c532f8\" 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-5aad6ee elementor-widget elementor-widget-image\" data-id=\"5aad6ee\" 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=\"683\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-1024x683.webp\" class=\"attachment-large size-large wp-image-5961\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-1024x683.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-300x200.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-768x512.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-e0c7767 elementor-widget elementor-widget-text-editor\" data-id=\"e0c7767\" 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>Ghislaine Meyer<\/strong><\/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-699fbf6 e-flex e-con-boxed e-con e-child\" data-id=\"699fbf6\" 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-f2059cd elementor-widget elementor-widget-image\" data-id=\"f2059cd\" 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=\"683\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-1024x683.webp\" class=\"attachment-large size-large wp-image-5961\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-1024x683.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-300x200.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder-768x512.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/04\/placeholder.webp 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-9be38bc elementor-widget elementor-widget-text-editor\" data-id=\"9be38bc\" 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>Judith B\u00fchler<\/strong><\/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-7c42229 e-flex e-con-boxed e-con e-parent\" data-id=\"7c42229\" 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-5c47350 elementor-widget elementor-widget-spacer\" data-id=\"5c47350\" 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-258d3bb elementor-widget elementor-widget-video\" data-id=\"258d3bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=fg0VYw9tElk&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&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<div class=\"elementor-element elementor-element-528f728 elementor-widget elementor-widget-spacer\" data-id=\"528f728\" 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-72d11c5 e-flex e-con-boxed e-con e-parent\" data-id=\"72d11c5\" 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-df74ae4 e-con-full e-flex e-con e-child\" data-id=\"df74ae4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25f2a76 elementor-widget elementor-widget-menu-anchor\" data-id=\"25f2a76\" 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=\"livingandarriving\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8057aaa elementor-widget elementor-widget-heading\" data-id=\"8057aaa\" 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\">Living &amp; arriving in Saarbr\u00fccken<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c41f4d0 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"c41f4d0\" 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>Affordable and international: Saarbr\u00fccken is a great place to live and study. We help you find housing \u2014 whether student dorms or private apartments. Need help with registration or paperwork? We guide you step by step.   <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f2f37b elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8f2f37b\" 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_com\">\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\">Get housing support<\/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-c7db2ad e-con-full e-flex e-con e-child\" data-id=\"c7db2ad\" 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-c93e165 e-flex e-con-boxed e-con e-parent\" data-id=\"c93e165\" 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-fbcb925 elementor-widget elementor-widget-menu-anchor\" data-id=\"fbcb925\" 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=\"professionalgrowth\"><\/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-68f37881 e-flex e-con-boxed e-con e-parent\" data-id=\"68f37881\" 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-5913f1cf e-con-full e-flex e-con e-child\" data-id=\"5913f1cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57aad83 elementor-widget elementor-widget-heading\" data-id=\"57aad83\" 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\">Professional growth<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44142627 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"44142627\" 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 class=\"my-0\">Work, learn, and connect.<br data-start=\"2916\" data-end=\"2919\">Build your professional future while advancing your academic goals in one of Europe&#8217;s most strategically advantageous regions. As an international student in Germany, you&#8217;re allowed to work within student-friendly legal limits, while Saarland&#8217;s unique geographical position offers extraordinary cross-border opportunities spanning Germany, France, Luxembourg, and Belgium.  <\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49abe912 elementor-align-left elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"49abe912\" 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_com\">\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\">Contact career services<\/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-144e343 e-con-full e-flex e-con e-child\" data-id=\"144e343\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e628655 elementor-widget elementor-widget-heading\" data-id=\"2e628655\" 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.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-368d81ad elementor-widget elementor-widget-heading\" data-id=\"368d81ad\" 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-46514d92 elementor-widget elementor-widget-image\" data-id=\"46514d92\" 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-6c8c3af e-flex e-con-boxed e-con e-parent\" data-id=\"6c8c3af\" 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-9aad963 elementor-widget elementor-widget-spacer\" data-id=\"9aad963\" 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-728e97f elementor-widget elementor-widget-menu-anchor\" data-id=\"728e97f\" 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=\"vibrantcampus\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c06b3bf elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c06b3bf\" 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\">Discover the Unexpected: Nature Awaits in Saarland<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f55b684 elementor-widget elementor-widget-text-editor\" data-id=\"f55b684\" 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>Breathe in. Step out. Tune into nature&#8217;s rhythm. From moss-covered stones to golden morning reflections on tranquil lakes \u2014 Saarland invites you to explore a world where every path leads to awe. Towering forests, whispering winds, and surreal rocky landscapes await just beyond your doorstep. At the Scheer School of Digital Sciences, we believe discovery begins with curiosity \u2014 whether in innovation or the natural world. Let this journey inspire your next one.    <\/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-e3b5110 e-flex e-con-boxed e-con e-parent\" data-id=\"e3b5110\" 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-8a5b9d1 elementor-widget elementor-widget-video\" data-id=\"8a5b9d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/RTue_1vLkbU&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&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-0a31bc6 e-con-full e-flex e-con e-child\" data-id=\"0a31bc6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fc080e2 e-con-full e-flex e-con e-child\" data-id=\"fc080e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e916d24 elementor-widget elementor-widget-heading\" data-id=\"e916d24\" 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\">Explore Saarland<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7949cf elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"c7949cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&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;4de6cc2&quot;},{&quot;slide_title&quot;:&quot;sliider#3&quot;,&quot;_id&quot;:&quot;048cb9d&quot;},{&quot;slide_title&quot;:&quot;City &quot;,&quot;_id&quot;:&quot;0686be6&quot;},{&quot;slide_title&quot;:&quot;Nightlife&quot;,&quot;_id&quot;:&quot;4ff1cec&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 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0b81757 e-flex e-con-boxed e-con e-child\" data-id=\"0b81757\" 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-c4a314e e-con-full e-flex e-con e-child\" data-id=\"c4a314e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b595486 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"b595486\" 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 data-start=\"107\" data-end=\"149\">Campus Highlights <br>&amp; Community<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af1cc0e e-con-full e-flex e-con e-child\" data-id=\"af1cc0e\" 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-41da73d txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"41da73d\" 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=\"56\" data-end=\"263\">Each June, the AStA Campus Festival brings the campus to life with live music, global food, and interactive zones, uniting thousands of students in celebration.<br data-start=\"4107\" data-end=\"4110\">Throughout the year, student clubs in tech, sustainability, culture, and sports offer countless ways to get involved. Regular events, film nights, and cultural gatherings foster a dynamic, inclusive campus community. <\/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 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3bb63d6 e-flex e-con-boxed e-con e-child\" data-id=\"3bb63d6\" 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-e90c814 e-con-full e-flex e-con e-child\" data-id=\"e90c814\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-370fd67 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"370fd67\" 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>Franco-German cultural fusion<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f607755 e-con-full e-flex e-con e-child\" data-id=\"f607755\" 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-b618ec2 txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"b618ec2\" 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>Experience the unique Perspectives festival, showcasing innovative Franco-German performing arts that reflect our region&#8217;s distinctive bicultural identity. Regular cultural excursions, structured language exchange programs, and international festivals help you explore and appreciate this remarkable European cultural synthesis. <\/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 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1349e35 e-flex e-con-boxed e-con e-child\" data-id=\"1349e35\" 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-8f30dd7 e-con-full e-flex e-con e-child\" data-id=\"8f30dd7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26d712b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"26d712b\" 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>Work and live where others go on vacation<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17f4f30 e-con-full e-flex e-con e-child\" data-id=\"17f4f30\" 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-5314805 txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"5314805\" 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>Take full advantage of Saarland&#8217;s extensive hiking trail networks and professional cycling paths, perfect for weekend adventures and essential stress relief during intensive exam periods. The region&#8217;s strategic proximity to France and Luxembourg enables effortless day trips to different countries, offering diverse cultural experiences, culinary adventures, and perspective-broadening international exposure. <\/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 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-badfbfe e-flex e-con-boxed e-con e-child\" data-id=\"badfbfe\" 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-4cf2d66 e-con-full e-flex e-con e-child\" data-id=\"4cf2d66\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3076d1a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3076d1a\" 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>City culture &amp; regional experiences<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f77aef3 e-con-full e-flex e-con e-child\" data-id=\"f77aef3\" 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-4ce9973 txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"4ce9973\" 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>Experience one of Germany\u2019s top film festivals each January in Saarbr\u00fccken, spotlighting emerging talent and bold cinema. In summer, enjoy open-air concerts at Saarbr\u00fccken Castle, the Saarbr\u00fccker Sommermusik series, and the vibrant F\u00eate de la Musique. Don\u2019t miss the lively Altstadtfest with music, regional food, and cultural showcases in the historic city center.  <\/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=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b2fbb2e e-flex e-con-boxed e-con e-child\" data-id=\"b2fbb2e\" 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-f6e9ce3 e-con-full e-flex e-con e-child\" data-id=\"f6e9ce3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca693da elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"ca693da\" 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>Nightlife &amp; social scene<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7921f43 e-con-full e-flex e-con e-child\" data-id=\"7921f43\" 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-d1c4fb4 txt-hyp elementor-widget elementor-widget-text-editor\" data-id=\"d1c4fb4\" 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>Saarbr\u00fccken&#8217;s vibrant Nauwieser district offers an eclectic mix of student-popular pubs, artisanal shops, and cultural venues, while the revitalized East Harbour area features the innovative Silodom club hosting parties, cultural events, and outdoor music experiences. All major entertainment venues remain conveniently accessible on foot, creating a safe, walkable social environment.  <\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd21096 e-flex e-con-boxed e-con e-parent\" data-id=\"cd21096\" 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-2506384 e-con-full e-flex e-con e-child\" data-id=\"2506384\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86b7d02 elementor-widget elementor-widget-menu-anchor\" data-id=\"86b7d02\" 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=\"family\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7880f7e elementor-widget elementor-widget-heading\" data-id=\"7880f7e\" 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\">Studying with a family: supportive, flexible, connected<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0666fa1 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"0666fa1\" 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=\"5978\" data-end=\"6204\"><strong data-start=\"5978\" data-end=\"6028\">Family-work-study balance: <\/strong>A modern daycare center on campus offers safe, high-quality care for student children. Additional support includes help with school placement, after-school programs, and holiday care. <\/p><p data-start=\"6208\" data-end=\"6396\">Family-friendly housing: The Waldhausweg residence provides spacious, fully equipped apartments tailored for student families, with priority access and a strong sense of community.<\/p><p data-start=\"6400\" data-end=\"6560\">Flexible study options: Designed with parents in mind, the study program offers part-time options, online components, and flexible exam scheduling to support a healthy work-family-study balance.<\/p><p data-start=\"6564\" data-end=\"6739\"><strong data-start=\"6564\" data-end=\"6604\">Supportive Campus infrastructure:<\/strong> Family rooms with play areas and study spaces, extended library hours, and counseling services help student parents manage their academic journey.<\/p><p data-start=\"6743\" data-end=\"6910\">Community &amp; financial guidance: Family-friendly events and parent networks foster connection, while expert advisors support access to financial aid like Kindergeld and housing benefits.<\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ebe36a elementor-align-left elementor-widget elementor-widget-button\" data-id=\"0ebe36a\" 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_com\">\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\">Infos f\u00fcr studierende Familien<\/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-1af5afa e-con-full e-flex e-con e-child\" data-id=\"1af5afa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6345a3e elementor-widget elementor-widget-image\" data-id=\"6345a3e\" 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=\"574\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman4-1024x574.webp\" class=\"attachment-large size-large wp-image-8035\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman4-1024x574.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman4-300x168.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman4-768x430.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman4-1536x861.webp 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman4-2048x1148.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-86fa10c elementor-widget elementor-widget-image\" data-id=\"86fa10c\" 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=\"574\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman2-1024x574.webp\" class=\"attachment-large size-large wp-image-8033\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman2-1024x574.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman2-300x168.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman2-768x430.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman2-1536x861.webp 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman2-2048x1148.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-786ae03 elementor-widget elementor-widget-image\" data-id=\"786ae03\" 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=\"574\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_man5-1024x574.webp\" class=\"attachment-large size-large wp-image-8031\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_man5-1024x574.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_man5-300x168.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_man5-768x430.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_man5-1536x861.webp 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_man5-2048x1148.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-b574263 e-flex e-con-boxed e-con e-parent\" data-id=\"b574263\" 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-12b2a3d elementor-widget elementor-widget-spacer\" data-id=\"12b2a3d\" 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-187ef8d4 e-flex e-con-boxed e-con e-parent\" data-id=\"187ef8d4\" 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-5a9459ae e-con-full e-flex e-con e-child\" data-id=\"5a9459ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-689fd705 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"689fd705\" 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\">Start your journey today<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d8d5cdd elementor-widget elementor-widget-text-editor\" data-id=\"6d8d5cdd\" 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>Ready to unlock your extraordinary potential in the heart of Europe&#8217;s most dynamic innovation corridor?<br data-start=\"7505\" data-end=\"7508\">Werde Teil einer Community, in der praxisnahe Exzellenz auf vision\u00e4res Denken trifft \u2013 und in der jeder Schritt unterst\u00fctzt wird.<\/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-73a08f1e e-con-full e-flex e-con e-child\" data-id=\"73a08f1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ca34452 elementor-align-left pulse-button elementor-widget elementor-widget-button\" data-id=\"1ca34452\" 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:\/\/www.scheer-school.com\/en\/master-of-science-digital-sciences-for-transformation\/\" target=\"_blank\" id=\"btn_mas_com\">\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\">Unseren Master entdecken<\/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-552e394 elementor-widget elementor-widget-menu-anchor\" data-id=\"552e394\" 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=\"whyscheerschool\"><\/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-7b0c6b2 e-flex e-con-boxed e-con e-parent\" data-id=\"7b0c6b2\" 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-9483143 e-con-full e-flex e-con e-child\" data-id=\"9483143\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3db4f58 e-con-full e-flex e-con e-child\" data-id=\"3db4f58\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a137b21 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"a137b21\" 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=\"574\" src=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman7-1024x574.webp\" class=\"attachment-large size-large wp-image-8037\" alt=\"\" srcset=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman7-1024x574.webp 1024w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman7-300x168.webp 300w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman7-768x430.webp 768w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman7-1536x861.webp 1536w, https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/dboechtgut_young_professional_woman7-2048x1148.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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<div class=\"elementor-element elementor-element-3e5dda7 e-con-full e-flex e-con e-child\" data-id=\"3e5dda7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98a7488 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"98a7488\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">The Scheer School of Digital Sciences at Saarland University transcends traditional educational institutions \u2014 we serve as your gateway to genuine professional transformation and personal growth. With our industry-integrated curriculum, unwavering focus on future competencies, and revolutionary educational approach, you'll graduate equipped with the precise skills that tomorrow's most innovative employers actively demand. Our international environment, comprehensive support systems, and strategic location in the heart of Europe position you for unprecedented success in an increasingly interconnected, digitally-driven world. Your next chapter begins now. Take the definitive leap into digital leadership and join the ranks of professionals shaping tomorrow's technological landscape.   <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90211f6 elementor-widget elementor-widget-spacer\" data-id=\"90211f6\" 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-4a4b03f e-con-full e-flex e-con e-child\" data-id=\"4a4b03f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82a1730 elementor-widget elementor-widget-heading\" data-id=\"82a1730\" 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 Scheer School?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53123f6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"53123f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Master the skills of tomorrow:<\/b> Dive deep into AI, digital transformation, and emerging technologies. From machine learning to AI ethics, our curriculum blends cutting-edge tech with responsible innovation.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Academic excellence meets innovation:<\/b> Experience agile, project-based learning at the highest university level. Learn to use generative AI and digital tools through practical, interdisciplinary formats designed for real-world impact.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">At the heart of Europe: Located in Saarbr\u00fccken, with fast access to Paris, Frankfurt, and Luxembourg, the Scheer School connects you to Europe\u2019s innovation hubs \u2014 at a fraction of the cost.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Full support, start to finish: From visa support and housing help to onboarding and integration, our dedicated team ensures you feel at home and can focus fully on your goals.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31739c0 elementor-widget elementor-widget-heading\" data-id=\"31739c0\" 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\">Important Links<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c2e906 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4c2e906\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/our-programs-2025\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Explore All Programs<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/heyzine.com\/flip-book\/9e5835c63f.html\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>Download Brochure<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.scheer-school.com\/en\/faq\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><b>FAQ Resource Center<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Community Navigate Your Journey. Learner-Lifecycle-Management Your partner from enrollment to graduation Digital Coffee Talk Learner-Lifecycle-Management Your partner from enrollment to [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","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":"","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-8246","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Scheer School Community - 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\/scheer-school-community\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scheer School Community\" \/>\n<meta property=\"og:description\" content=\"Community Navigate Your Journey. Learner-Lifecycle-Management Your partner from enrollment to graduation Digital Coffee Talk Learner-Lifecycle-Management Your partner from enrollment to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/\" \/>\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-03-02T13:34:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"816\" \/>\n\t<meta property=\"og:image:height\" content=\"1456\" \/>\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=\"9 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\\\/scheer-school-community\\\/\",\"url\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/scheer-school-community\\\/\",\"name\":\"Scheer School Community - 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\\\/scheer-school-community\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/scheer-school-community\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp\",\"datePublished\":\"2025-06-12T13:43:45+00:00\",\"dateModified\":\"2026-03-02T13:34:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/scheer-school-community\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/scheer-school-community\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/scheer-school-community\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp\",\"contentUrl\":\"https:\\\/\\\/www.scheer-school.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/scheer-school-community\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.scheer-school.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scheer School Community\"}]},{\"@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":"Scheer School Community - 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\/scheer-school-community\/","og_locale":"en_US","og_type":"article","og_title":"Scheer School Community","og_description":"Community Navigate Your Journey. Learner-Lifecycle-Management Your partner from enrollment to graduation Digital Coffee Talk Learner-Lifecycle-Management Your partner from enrollment to [&hellip;]","og_url":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/","og_site_name":"Scheer School of Digital Sciences at Saarland University","article_publisher":"https:\/\/www.facebook.com\/scheer.school","article_modified_time":"2026-03-02T13:34:49+00:00","og_image":[{"width":816,"height":1456,"url":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/","url":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/","name":"Scheer School Community - 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\/scheer-school-community\/#primaryimage"},"image":{"@id":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/#primaryimage"},"thumbnailUrl":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp","datePublished":"2025-06-12T13:43:45+00:00","dateModified":"2026-03-02T13:34:49+00:00","breadcrumb":{"@id":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.scheer-school.com\/en\/scheer-school-community\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/#primaryimage","url":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp","contentUrl":"https:\/\/www.scheer-school.com\/wp-content\/uploads\/2025\/06\/makarb_Illustration_of_an_international_student_filling_out_a_fad501f6-71d9-47a1-b589-7e21a4b009ad_0-574x1024.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.scheer-school.com\/en\/scheer-school-community\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.scheer-school.com\/en\/"},{"@type":"ListItem","position":2,"name":"Scheer School Community"}]},{"@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-05-24 04:47:37","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\/8246","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=8246"}],"version-history":[{"count":12,"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/pages\/8246\/revisions"}],"predecessor-version":[{"id":13023,"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/pages\/8246\/revisions\/13023"}],"wp:attachment":[{"href":"https:\/\/www.scheer-school.com\/en\/wp-json\/wp\/v2\/media?parent=8246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}