<!doctype html>
<html lang="de-DE" data-beasties-container>
  <head>
    <meta charset="utf-8">
    <meta name="robots" content="noindex">

    <title>myNeo</title>
    <base href="/">

    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="apple-mobile-web-app-capable" content="no">
    <meta name="apple-mobile-web-app-status-bar-style" content="default">
    <meta name="format-detection" content="telephone=no">

    <!-- Load environment variables -->
    <script src="assets/env.js"></script>

    <link rel="manifest" href="manifest.json">
    <meta name="theme-color" content="#4a6985">

    <link rel="icon" href="/assets/icons/favicon.png">

    <!-- iPad, Retina, iOS ≥ 7: ...-precomposed.png => kein Glanz, keine runde Ecken -->
    <link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/ios/apple-touch-icon-152x152-precomposed.png">
      <!-- iPad, Retina, iOS ≤ 6: -->
    <link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/ios/apple-touch-icon-144x144-precomposed.png">
      <!-- iPhone, Retina, iOS ≥ 7: -->
    <link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/ios/apple-touch-icon-120x120-precomposed.png">
      <!-- iPhone, Retina,  iOS ≤ 6: -->
    <link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/ios/apple-touch-icon-114x114-precomposed.png">
      <!-- iPad mini, iPad 1. und 2. Generation, iOS ≥ 7: -->
    <link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/ios/apple-touch-icon-76x76-precomposed.png">
      <!-- iPad mini, iPad 1. und 2. Generation, iOS ≤ 6: -->
    <link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/ios/apple-touch-icon-72x72-precomposed.png">
      <!-- Non-Retina iPhone, iPod Touch und Android 2.1+: -->
    <link rel="apple-touch-icon" href="/assets/icons/ios/apple-touch-icon-precomposed.png">

    <!-- inline spinner styles to be able to display spinner right away -->
    <style type="text/css">
      body, html {
        height: 100%;
      }
      .app-loading {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: center;
      }
      .circular {
        height: 220px;
        width: 220px;
        animation: rotate 2s linear infinite;
        -webkit-animation: rotate 2s linear infinite;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
      }
      .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        stroke: #A8E305;
        animation: dash 1.5s ease-in-out infinite;
        -webkit-animation: dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
      }
      @-webkit-keyframes rotate {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @keyframes rotate {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @-webkit-keyframes dash {
        0% {
          stroke-dasharray: 1, 200;
          stroke-dashoffset: 0;
        }
        50% {
          stroke-dasharray: 89, 200;
          stroke-dashoffset: -35px;
        }
        100% {
          stroke-dasharray: 89, 200;
          stroke-dashoffset: -124px;
        }
      }
      @keyframes dash {
        0% {
          stroke-dasharray: 1, 200;
          stroke-dashoffset: 0;
        }
        50% {
          stroke-dasharray: 89, 200;
          stroke-dashoffset: -35px;
        }
        100% {
          stroke-dasharray: 89, 200;
          stroke-dashoffset: -124px;
        }
      }
    </style>

    <!-- Google Tag Manager -->
    <script>window.dataLayer = window.dataLayer || [];</script>
    <script type="text/plain" class="optanon-category-C0003">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-52TLG7Z');</script>
    <!-- End Google Tag Manager -->
  <style>:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-brands-400-NA2MKX6M.woff2") format("woff2"),url("./media/fa-brands-400-3CL3EXW6.ttf") format("truetype")}:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url("./media/fa-regular-400-KQBOGGS5.woff2") format("woff2"),url("./media/fa-regular-400-RF4ZSZUM.ttf") format("truetype")}:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url("./media/fa-solid-900-5MUJVEHA.woff2") format("woff2"),url("./media/fa-solid-900-NPYNBJDO.ttf") format("truetype")}:root{--primary-color:var(--p-primary-color);--primary-contrast-color:var(--p-primary-contrast-color);--text-color:var(--p-text-color);--text-color-secondary:var(--p-text-muted-color);--surface-border:var(--p-content-border-color);--surface-card:var(--p-content-background);--surface-hover:var(--p-content-hover-background);--surface-overlay:var(--p-overlay-popover-background);--transition-duration:var(--p-transition-duration);--maskbg:var(--p-mask-background);--content-border-radius:var(--p-content-border-radius);--layout-section-transition-duration:.2s;--element-transition-duration:var(--p-transition-duration);--focus-ring-width:var(--p-focus-ring-width);--focus-ring-style:var(--p-focus-ring-style);--focus-ring-color:var(--p-focus-ring-color);--focus-ring-offset:var(--p-focus-ring-offset);--focus-ring-shadow:var(--p-focus-ring-shadow)}:root{--surface-ground:var(--p-surface-100);--code-background:var(--p-surface-900);--code-color:var(--p-surface-200)}html{height:100%;font-size:16px;scroll-behavior:smooth!important}body{color:var(--text-color);background-color:var(--neutral-050, white);margin:0;padding:0;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--p-button-secondary-background:var(--p-surface-200) !important;--p-button-secondary-border-color:var(--p-surface-200) !important;--p-button-secondary-hover-background:var(--p-surface-400) !important}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./media/KFOlCnqEu92Fr1MmSU5fCRc4EsA-ZV6FOFIA.woff2") format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./media/KFOlCnqEu92Fr1MmSU5fABc4EsA-RB4YIERV.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./media/KFOlCnqEu92Fr1MmSU5fCBc4EsA-XROOOA43.woff2") format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./media/KFOlCnqEu92Fr1MmSU5fBxc4EsA-EXOITMEG.woff2") format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./media/KFOlCnqEu92Fr1MmSU5fCxc4EsA-WPJ6SYAW.woff2") format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./media/KFOlCnqEu92Fr1MmSU5fChc4EsA-G7KJMXPJ.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./media/KFOlCnqEu92Fr1MmSU5fBBc4-UTVOGLJS.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./media/KFOmCnqEu92Fr1Mu72xKOzY-26BHVYZO.woff2") format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./media/KFOmCnqEu92Fr1Mu5mxKOzY-FWOJ2YEY.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./media/KFOmCnqEu92Fr1Mu7mxKOzY-FNKH33MZ.woff2") format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./media/KFOmCnqEu92Fr1Mu4WxKOzY-MPTNYGBL.woff2") format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./media/KFOmCnqEu92Fr1Mu7WxKOzY-ZFP4AYPR.woff2") format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./media/KFOmCnqEu92Fr1Mu7GxKOzY-EGV4RSGY.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./media/KFOmCnqEu92Fr1Mu4mxK-6KEU5XHX.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url("./media/KFOlCnqEu92Fr1MmEU9fCRc4EsA-UG24SDPC.woff2") format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url("./media/KFOlCnqEu92Fr1MmEU9fABc4EsA-VJUOUVBL.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url("./media/KFOlCnqEu92Fr1MmEU9fCBc4EsA-P2TM76T5.woff2") format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url("./media/KFOlCnqEu92Fr1MmEU9fBxc4EsA-KM5QHUVF.woff2") format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url("./media/KFOlCnqEu92Fr1MmEU9fCxc4EsA-P6GAKVF2.woff2") format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url("./media/KFOlCnqEu92Fr1MmEU9fChc4EsA-QXV7WVMK.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url("./media/KFOlCnqEu92Fr1MmEU9fBBc4-GFYP3GVJ.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./media/KFOlCnqEu92Fr1MmWUlfCRc4EsA-3U3FD6YA.woff2") format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./media/KFOlCnqEu92Fr1MmWUlfABc4EsA-EWFDLDX4.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./media/KFOlCnqEu92Fr1MmWUlfCBc4EsA-VDIW57OV.woff2") format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./media/KFOlCnqEu92Fr1MmWUlfBxc4EsA-IMVYLC4E.woff2") format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./media/KFOlCnqEu92Fr1MmWUlfCxc4EsA-OK7YGL5Y.woff2") format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./media/KFOlCnqEu92Fr1MmWUlfChc4EsA-NL4YYJDG.woff2") format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./media/KFOlCnqEu92Fr1MmWUlfBBc4-OGZL5OBM.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--white:#ffffff;--black:#000000;--special-focus:#007BFF;--special-visited:#681DA8;--neutral-050:#EDF0F3;--neutral-200:#C7C9CC;--neutral-400:#8C8E8F;--neutral-600:#626364;--neutral-800:#303235;--primary-050:#E6F2FE;--primary-200:#7AADE4;--primary-400:#0051A8;--primary-600:#013D7E;--primary-800:#002852;--accent-050:#E7F9B7;--accent-200:#CFF566;--accent-400:#A8E305;--accent-600:#84B204;--accent-800:#577504;--error-050:#FFEDEC;--error-200:#FF8F89;--error-400:#DC2A1D;--error-600:#BF342C;--error-800:#8C2620;--warning-050:#FDECDD;--warning-200:#F5AA68;--warning-400:#D9690D;--warning-600:#BE5A03;--warning-800:#8F4402;--success-050:#DFF2E2;--success-200:#7DCB89;--success-400:#259C37;--success-600:#1B7629;--success-800:#14541E;--info-050:#E7F4F8;--info-200:#79C7DF;--info-400:#1590B7;--info-600:#167592;--info-800:#105165;--sidebar-color:#002852;--sidebar-accent:#A8E305;--sidebar-active:#0051A8}.app-loading .logo{background:url(/assets/logo/logo_neo.svg) center center no-repeat;width:150px;height:100px}.logo{background-image:url(/assets/logo/logo_neo.svg);background-repeat:no-repeat;background-size:auto 50px;background-origin:content-box;width:150px;height:50px}body{font-family:Roboto,sans-serif}</style><link rel="stylesheet" href="styles-K5ER7FQ4.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-K5ER7FQ4.css"></noscript></head>

  <body>
    <nd-root>
      <!-- loading layout replaced by app after startupp -->
      <div class="app-loading">
        <div class="logo"></div>
        <svg class="circular" viewBox="25 25 50 50">
          <circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="1" stroke-miterlimit="10"/>
        </svg>
      </div>
    </nd-root>
    <noscript>Bitte aktivieren Sie JavaScript, um diese Anwendung weiter nutzen zu können.</noscript>
  <link rel="modulepreload" href="chunk-MV6HGGCL.js"><link rel="modulepreload" href="chunk-LTLPZBT5.js"><link rel="modulepreload" href="chunk-F6HXEUYS.js"><link rel="modulepreload" href="chunk-ICBBLULL.js"><link rel="modulepreload" href="chunk-3DCRN7IG.js"><link rel="modulepreload" href="chunk-6PSY4HFT.js"><link rel="modulepreload" href="chunk-HFAHBMF5.js"><link rel="modulepreload" href="chunk-3S3NEEH2.js"><link rel="modulepreload" href="chunk-PZKDXDSZ.js"><link rel="modulepreload" href="chunk-XRL4O2FU.js"><script src="polyfills-RG4QIGV5.js" type="module"></script><script src="scripts-2IGSYDPZ.js" defer></script><script src="main-QXHNIELK.js" type="module"></script></body>

</html>
