﻿{"id":15826,"date":"2018-12-20T10:18:53","date_gmt":"2018-12-20T09:18:53","guid":{"rendered":"https:\/\/pobs-fernstudium.com\/home-2\/"},"modified":"2026-07-24T05:25:48","modified_gmt":"2026-07-24T03:25:48","slug":"home-2","status":"publish","type":"page","link":"https:\/\/pobs-fernstudium.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- ============================================================\n     POBS FERNSTUDIUM \u2014 STARTSEITE (Custom HTML Block)\n     Self-contained content block for the WordPress page body.\n     Site header\/nav\/footer are handled by the active theme and\n     are NOT included here (same convention as the EIM MSc HC and\n     DTI PhDr. builds).\n\n     GTM: uses container GTM-5V6KKH5V, per your latest instruction.\n     Note this is the same container ID used on the EIM MSc HC\n     landing page. If this container is not already firing on this\n     page elsewhere in the theme, paste the two snippets below into\n     the WordPress <head> and immediately after <body> respectively.\n\n     ICONS: inline SVGs matching the MUI\/Material Design \"email\"\n     and \"call\" glyphs, rather than the Material Icons web font.\n     The font-ligature approach broke on the live site (the font\n     failed to load, so the raw words \"email\"\/\"phone\" rendered\n     instead of icons) \u2014 inline SVG has no external font dependency\n     and can't fail that way.\n\n     COLOR OVERRIDES: this theme's own heading\/text CSS was winning\n     over ours (headline and section titles were rendering in a\n     dark theme color instead of white\/gold), so text colors below\n     are marked !important to guarantee they hold regardless of\n     theme specificity.\n     ============================================================ -->\n\n<!-- GTM (head) -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n'https:\/\/www.googletagmanager.com\/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,'script','dataLayer','GTM-5V6KKH5V');<\/script>\n\n<!-- GTM (body, noscript) -->\n<noscript><iframe loading=\"lazy\" src=\"https:\/\/www.googletagmanager.com\/ns.html?id=GTM-5V6KKH5V\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"><\/iframe><\/noscript>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\"\/>\n\n<style>\n  #pobs-home, #pobs-home *, #pobs-home *::before, #pobs-home *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n    font-family: 'Inter', sans-serif;\n    -webkit-font-smoothing: antialiased;\n    hyphens: none;\n    -webkit-hyphens: none;\n  }\n\n  #pobs-home a { text-decoration: none; }\n  #pobs-home ul { list-style: none; }\n\n  #pobs-home {\n    --blue: #001C48;\n    --gold: #F8C444;\n    --berry: #B3285B;\n    --grey-bg: #F4F6F8;\n    --border: #e4e4e4;\n    --text: #0a0a0a;\n    --muted: #555555;\n    color: var(--text);\n  }\n\n  #pobs-home .wrap {\n    max-width: 1080px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  @media (max-width: 900px) {\n    #pobs-home .wrap { padding: 0 22px; }\n  }\n  @media (max-width: 560px) {\n    #pobs-home .wrap { padding: 0 18px; }\n  }\n\n  \/* ============ HERO (dark, first fold) ============ *\/\n  #pobs-home .hero {\n    position: relative;\n    background:\n      linear-gradient(180deg, rgba(0,28,72,.72) 0%, rgba(0,28,72,.86) 60%, rgba(0,28,72,.96) 100%),\n      url('https:\/\/pobs-fernstudium.com\/wp-content\/uploads\/2026\/07\/pobs-homepage-banner-image-scaled.png') center\/cover no-repeat;\n    color: #fff;\n    min-height: 68vh;\n    display: flex;\n    align-items: center;\n    padding: 72px 0;\n  }\n  @media (max-width: 900px) {\n    #pobs-home .hero { min-height: 52vh; padding: 56px 0; }\n  }\n  @media (max-width: 560px) {\n    #pobs-home .hero { min-height: 44vh; padding: 44px 0; }\n  }\n\n  #pobs-home .hero__eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .12em;\n    color: var(--gold) !important;\n    display: block;\n    margin-bottom: 18px;\n  }\n\n  #pobs-home .hero h1 {\n    font-size: clamp(28px, 5vw, 52px);\n    font-weight: 800;\n    letter-spacing: -.035em;\n    line-height: 1.14;\n    max-width: 760px;\n    color: #ffffff !important;\n    margin-bottom: 28px;\n  }\n  #pobs-home .hero h1 em { color: var(--gold) !important; font-style: normal; }\n\n  \/* ============ SECTION HEADERS ============ *\/\n  #pobs-home .section {\n    padding: 80px 0;\n  }\n  @media (max-width: 900px) { #pobs-home .section { padding: 56px 0; } }\n  @media (max-width: 560px) { #pobs-home .section { padding: 44px 0; } }\n\n  #pobs-home .section--white { background: #fff; }\n  #pobs-home .section--grey { background: var(--grey-bg); }\n  #pobs-home .section--dark { background: var(--blue); color: #fff; }\n\n  #pobs-home .section__eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .12em;\n    color: var(--blue) !important;\n    display: block;\n    margin-bottom: 14px;\n  }\n  #pobs-home .section--dark .section__eyebrow { color: var(--gold) !important; }\n\n  #pobs-home .section h2 {\n    font-size: clamp(22px, 3.4vw, 36px);\n    font-weight: 800;\n    letter-spacing: -.03em;\n    line-height: 1.15;\n    max-width: 640px;\n    margin-bottom: 16px;\n    color: var(--blue) !important;\n  }\n  #pobs-home .section--dark h2 { color: #ffffff !important; }\n\n  #pobs-home .section__lead {\n    font-size: 16px;\n    line-height: 1.72;\n    color: var(--muted) !important;\n    max-width: 640px;\n    margin-bottom: 44px;\n  }\n  #pobs-home .section--dark .section__lead { color: rgba(255,255,255,.75) !important; }\n\n  @media (max-width: 560px) {\n    #pobs-home .section__lead { margin-bottom: 32px; }\n  }\n\n  \/* ============ BUTTONS ============ *\/\n  #pobs-home .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 13px 26px;\n    border-radius: 100px;\n    font-size: 14px;\n    font-weight: 700;\n    border: none;\n    cursor: pointer;\n    white-space: nowrap;\n    transition: transform .15s ease, box-shadow .15s ease;\n  }\n  #pobs-home .btn:hover { transform: translateY(-1px); }\n\n  #pobs-home .btn--gold { background: var(--gold) !important; color: var(--blue) !important; }\n  #pobs-home .btn--gold:hover { box-shadow: 0 6px 18px rgba(248,196,68,.35); }\n\n  #pobs-home .btn--outline {\n    background: transparent !important;\n    color: var(--blue) !important;\n    border: 1.5px solid var(--blue);\n  }\n  #pobs-home .btn--outline:hover { background: rgba(0,28,72,.05) !important; }\n\n  #pobs-home .btn--ghost {\n    background: transparent !important;\n    color: #ffffff !important;\n    border: 1.5px solid rgba(255,255,255,.5);\n  }\n  #pobs-home .btn--ghost:hover { background: rgba(255,255,255,.08) !important; border-color: rgba(255,255,255,.85); }\n\n  @media (max-width: 560px) {\n    #pobs-home .btn { width: 100%; padding: 14px 22px; }\n  }\n\n  \/* ============ PROGRAM CARDS ============ *\/\n  #pobs-home .program-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  @media (max-width: 900px) and (min-width: 561px) {\n    #pobs-home .program-grid { grid-template-columns: repeat(2, 1fr); }\n    #pobs-home .program-grid .program-card:last-child { grid-column: span 2; max-width: 100%; }\n  }\n  @media (max-width: 560px) {\n    #pobs-home .program-grid { grid-template-columns: 1fr; gap: 16px; }\n  }\n\n  #pobs-home .program-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 32px 28px;\n    display: flex;\n    flex-direction: column;\n    transition: border-color .15s ease, box-shadow .15s ease;\n  }\n  @media (max-width: 560px) {\n    #pobs-home .program-card { padding: 26px 22px; }\n  }\n  #pobs-home .program-card:hover {\n    border-color: var(--gold);\n    box-shadow: 0 4px 20px rgba(248,196,68,.14);\n  }\n\n  #pobs-home .program-card__tag {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--blue) !important;\n    opacity: .65;\n    margin-bottom: 14px;\n  }\n\n  #pobs-home .program-card h3 {\n    font-size: 21px;\n    font-weight: 800;\n    letter-spacing: -.02em;\n    color: var(--blue) !important;\n    line-height: 1.25;\n    margin-bottom: 12px;\n  }\n\n  #pobs-home .program-card p {\n    font-size: 15px;\n    line-height: 1.7;\n    color: var(--muted) !important;\n    margin-bottom: 20px;\n  }\n\n  #pobs-home .program-card__facts {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    margin-bottom: 24px;\n    padding-top: 16px;\n    border-top: 1px solid var(--grey-bg);\n  }\n  #pobs-home .program-card__fact {\n    display: flex;\n    justify-content: space-between;\n    gap: 12px;\n    font-size: 12.5px;\n  }\n  #pobs-home .program-card__fact-label {\n    color: #9a9a9a !important;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    font-size: 10.5px;\n    flex-shrink: 0;\n  }\n  #pobs-home .program-card__fact-value {\n    color: var(--text) !important;\n    font-weight: 600;\n    text-align: right;\n  }\n  #pobs-home .program-card__fact-value s {\n    color: #b7b7b7 !important;\n    font-weight: 500;\n    margin-right: 4px;\n  }\n\n  #pobs-home .program-card .btn { margin-top: auto; align-self: flex-start; }\n  @media (max-width: 560px) {\n    #pobs-home .program-card .btn { align-self: stretch; }\n  }\n\n  \/* ============ CONTACT (dark, final fold) ============ *\/\n  #pobs-home .contact-inner {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    align-items: flex-end;\n    gap: 32px;\n  }\n  @media (max-width: 700px) {\n    #pobs-home .contact-inner { align-items: flex-start; }\n    #pobs-home .contact-inner .btn { width: 100%; }\n  }\n\n  #pobs-home .contact-links {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n  #pobs-home .contact-link {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 15px;\n    font-weight: 600;\n    color: #ffffff !important;\n  }\n  #pobs-home .contact-link .icon-tile {\n    width: 36px;\n    height: 36px;\n    border-radius: 10px;\n    background: rgba(255,255,255,.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  #pobs-home .contact-link .icon-tile svg {\n    width: 18px;\n    height: 18px;\n    fill: var(--gold);\n    display: block;\n  }\n<\/style>\n\n<div id=\"pobs-home\">\n\n  <!-- ============ HERO \u2014 FIRST FOLD ============ -->\n  <section class=\"hero\">\n    <div class=\"wrap\">\n      <span class=\"hero__eyebrow\">Private Online Business School<\/span>\n      <h1>Postgraduate continuing education, part-time and 100% online<\/h1>\n      <a class=\"btn btn--ghost\" href=\"https:\/\/pobs-fernstudium.com\/en\/consultation-contact\/\">Contact Us<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- ============ PROGRAMS \u2014 SECOND FOLD ============ -->\n  <section class=\"section section--white\" id=\"programme\">\n    <div class=\"wrap\">\n      <span class=\"section__eyebrow\">Our Distance Learning Programs<\/span>\n      <h2>We currently offer these programs<\/h2>\n      <p class=\"section__lead\">\n Whether it&#8217;s a Doctorate in Economics and Management, a Doctorate in Pedagogy, or a Master&#8217;s in Health Management: Every POBS program is part-time, location-independent, and personally accompanied by our German-speaking team.\n      <\/p>\n\n      <div class=\"program-grid\">\n\n        <!-- PhDr. -->\n        <div class=\"program-card\">\n          <span class=\"program-card__tag\">Doctorate \u00b7 Economics &#038; Management<\/span>\n          <h3>PhDr. Distance Learning <\/h3>\n          <p>\n Research-focused doctoral program for professionals with a Master&#8217;s degree in Economics and Management. Practice-oriented research instead of module exams, accompanied by personal academic supervision. \n          <\/p>\n          <div class=\"program-card__facts\">\n            <div class=\"program-card__fact\">\n              Duration\n12\u201324 months\n            <\/div>\n            <div class=\"program-card__fact\">\n              Language\nGerman or English\n            <\/div>\n            <div class=\"program-card__fact\">\n              Fee\n<span class=\"program-card__fact-value\"><s>11.900 \u20ac<\/s> 10.900 \u20ac<\/span>\n            <\/div>\n          <\/div>\n          <a class=\"btn btn--outline\" href=\"https:\/\/pobs-fernstudium.com\/phdr-fernstudium-dti\/\">PhDr. Program <\/a>\n        <\/div>\n\n        <!-- PaedDr. -->\n        <div class=\"program-card\">\n          <span class=\"program-card__tag\">Doctorate \u00b7 Pedagogy<\/span>\n          <h3>PaedDr. Distance Learning <\/h3>\n          <p>\n Academic doctoral program for professionals in the educational sector with a Master&#8217;s degree in Pedagogy. Practice-oriented research, high academic standards, and individual support throughout the thesis process. \n          <\/p>\n          <div class=\"program-card__facts\">\n            <div class=\"program-card__fact\">\n              Duration<br\/>12-24 Months\n            <\/div>\n            <div class=\"program-card__fact\">\n              <span class=\"program-card__fact-label\">Language<\/span>\n<span class=\"program-card__fact-value\">German<\/span>\n            <\/div>\n            <div class=\"program-card__fact\">\n              Fee\n<span class=\"program-card__fact-value\"><s>11.900 \u20ac<\/s> 10.900 \u20ac<\/span>\n            <\/div>\n          <\/div>\n          <a class=\"btn btn--outline\" href=\"https:\/\/pobs-fernstudium.com\/en\/paeddr\/\">PaedDr. Program <\/a>\n        <\/div>\n\n        <!-- M.Sc. -->\n        <div class=\"program-card\">\n          <span class=\"program-card__tag\">Master \u00b7 Health Management<\/span>\n          <h3>M.Sc. Medical Continuing Education and Health Management <\/h3>\n          <p>\n MFHEA-accredited Master&#8217;s program at EQF level 7 for nursing staff, therapists, osteopaths, and other healthcare professionals who want to grow into management and leadership roles.\n          <\/p>\n          <div class=\"program-card__facts\">\n            <div class=\"program-card__fact\">\n              Scope\n<span class=\"program-card__fact-value\">90 ECTS \u00b7 30 Months<\/span>\n            <\/div>\n            <div class=\"program-card__fact\">\n              <span class=\"program-card__fact-label\">Starts<\/span>\n<span class=\"program-card__fact-value\">October 2026<\/span>\n            <\/div>\n            <div class=\"program-card__fact\">\n              Fee\n<span class=\"program-card__fact-value\"><s>21.000 \u20ac<\/s> 13.800 \u20ac<\/span>\n            <\/div>\n          <\/div>\n          <a class=\"btn btn--outline\" href=\"https:\/\/pobs-fernstudium.com\/msc-gesundheitsmanagement-fernstudium\/\">M.Sc. Program <\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ CONTACT \u2014 FINAL FOLD ============ -->\n  <section class=\"section section--dark\" id=\"kontakt\">\n    <div class=\"wrap contact-inner\">\n      <div>\n        <span class=\"section__eyebrow\">Consultation &#038; Contact<\/span>\n        <h2 style=\"margin-bottom:12px;\">Do you have any questions about our programs?<\/h2>\n        <p class=\"section__lead\" style=\"margin-bottom:28px;\">\n Feel free to contact our academic advisory service and schedule a personal, non-binding consultation appointment.\n        <\/p>\n        <div class=\"contact-links\">\n           <a class=\"contact-link\" href=\"mailto:studienberatung@pobs.at\">\n<span class=\"icon-tile\">\n<svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z\"><\/path><\/svg>\n<\/span>\nstudienberatung@pobs.at\n<\/a>\n<a class=\"contact-link\" href=\"tel:+436763136647\">\n<span class=\"icon-tile\">\n<svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02z\"><\/path><\/svg>\n<\/span>\n+43 676 3136647\n<\/a> \n        <\/div>\n      <\/div>\n      <a class=\"btn btn--gold\" href=\"https:\/\/pobs-fernstudium.com\/en\/consultation-contact\/\">Contact Admissions<\/a>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Private Online Business School Postgraduate continuing education, part-time and 100% online Contact Us Our Distance Learning Programs We currently offer these programs Whether it&#8217;s a Doctorate in Economics and Management, a Doctorate in Pedagogy, or a Master&#8217;s in Health Management: Every POBS program is part-time, location-independent, and personally accompanied by our German-speaking team. Doctorate \u00b7 Economics &#038; Management PhDr. Distance Learning Research-focused doctoral program for professionals with a Master&#8217;s degree in Economics and Management. Practice-oriented&#8230;  <\/p>\n<div class=\"read-more\"><a class=\"excerpt-read-more\" href=\"https:\/\/pobs-fernstudium.com\/en\/\" title=\"Continue reading Home\">Read more<i class=\"fa fa-angle-right\"><\/i><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full-width.php","meta":{"footnotes":""},"class_list":["post-15826","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>POBS Distance Learning: Part-Time, Flexible, and 100% Online<\/title>\n<meta name=\"description\" content=\"The PhD or PhDr. distance learning program is ideal for future managers \u2013 without on-site attendance, with online exams, and an interactive online campus.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pobs-fernstudium.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"POBS Distance Learning: Part-Time, Flexible, and 100% Online\" \/>\n<meta property=\"og:description\" content=\"The PhD or PhDr. distance learning program is ideal for future managers \u2013 without on-site attendance, with online exams, and an interactive online campus.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pobs-fernstudium.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"POBS Distance Learning\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-24T03:25:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/\",\"url\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/\",\"name\":\"POBS Distance Learning: Part-Time, Flexible, and 100% Online\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/#website\"},\"datePublished\":\"2018-12-20T09:18:53+00:00\",\"dateModified\":\"2026-07-24T03:25:48+00:00\",\"description\":\"The PhD or PhDr. distance learning program is ideal for future managers \u2013 without on-site attendance, with online exams, and an interactive online campus.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/\",\"name\":\"POBS Distance Learning\",\"description\":\"POBS Distance Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pobs-fernstudium.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"POBS Distance Learning: Part-Time, Flexible, and 100% Online","description":"The PhD or PhDr. distance learning program is ideal for future managers \u2013 without on-site attendance, with online exams, and an interactive online campus.","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:\/\/pobs-fernstudium.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"POBS Distance Learning: Part-Time, Flexible, and 100% Online","og_description":"The PhD or PhDr. distance learning program is ideal for future managers \u2013 without on-site attendance, with online exams, and an interactive online campus.","og_url":"https:\/\/pobs-fernstudium.com\/en\/","og_site_name":"POBS Distance Learning","article_modified_time":"2026-07-24T03:25:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pobs-fernstudium.com\/en\/","url":"https:\/\/pobs-fernstudium.com\/en\/","name":"POBS Distance Learning: Part-Time, Flexible, and 100% Online","isPartOf":{"@id":"https:\/\/pobs-fernstudium.com\/en\/#website"},"datePublished":"2018-12-20T09:18:53+00:00","dateModified":"2026-07-24T03:25:48+00:00","description":"The PhD or PhDr. distance learning program is ideal for future managers \u2013 without on-site attendance, with online exams, and an interactive online campus.","breadcrumb":{"@id":"https:\/\/pobs-fernstudium.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pobs-fernstudium.com\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pobs-fernstudium.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/pobs-fernstudium.com\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/pobs-fernstudium.com\/en\/#website","url":"https:\/\/pobs-fernstudium.com\/en\/","name":"POBS Distance Learning","description":"POBS Distance Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pobs-fernstudium.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/pages\/15826","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/comments?post=15826"}],"version-history":[{"count":13,"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/pages\/15826\/revisions"}],"predecessor-version":[{"id":16605,"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/pages\/15826\/revisions\/16605"}],"wp:attachment":[{"href":"https:\/\/pobs-fernstudium.com\/en\/wp-json\/wp\/v2\/media?parent=15826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}