<html style="font-size:0.85rem" data-bs-theme="dark"><head translate="no"><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>myNOVO Entertainer</title><link rel="icon" type="image/x-icon" href="/res/images/mynovo-favicon.ico?version=0.1.0"/><script type="text/javascript" src="/javascript/lib/bootstrap-5.3.8/bootstrap.bundle.min.js?version=0.1.0"></script><link type="text/css" href="/styles/bootstrap-5.3.8/bootstrap-custom.min.css?version=0.1.0" rel="stylesheet"/><link type="text/css" href="/styles/bootstrap-icons-1.11.3/bootstrap-icons.min.css?version=0.1.0" rel="stylesheet"/><script type="text/javascript" src="/javascript/lib/jquery-3.7.1/jquery-3.7.1.min.js?version=0.1.0"></script><script type="text/javascript" src="/javascript/lib/jquery-ui.min.js?version=0.1.0"></script><script type="text/javascript" src="/javascript/ajax.js?version=0.1.0"></script><script type="text/javascript" src="/javascript/main.js?version=0.1.0"></script><link type="text/css" href="/styles/flag-icons.min.css?version=0.1.0" rel="stylesheet"/><link type="text/css" href="/styles/main.css?version=0.1.0" rel="stylesheet"/><link type="text/css" href="/styles/loading.css?version=0.1.0" rel="stylesheet"/><script>setContextPath('');</script><script>setGenericError('Something went wrong. Please reload the page and try again.')</script></head><body class="d-flex flex-column h-100" style="min-height:100vh"><main role="main" class="d-flex flex-column"><div><div id="login_modal" class="modal fade" style="" tabindex="-1" data-bs-backdrop="static"><div class="modal-dialog modal-dialog-centered modal-dialog-scrollable"><div class="modal-content"><div class="modal-header"><span class="modal-title fs-5">Login</span><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><div class="modal-body"><div class="d-flex flex-column gap-2"><form id="login_form" method="POST" class="d-flex flex-column gap-2 position-relative"><div id="login_loading" class="d-none border rounded p-4 d-flex flex-column gap-4 justify-content-center align-items-center position-absolute start-50 top-50 translate-middle" style="height:10rem; width:20rem; background-color:#212529; box-shadow:6px 9px 10px 1px rgba(0,0,0,0.5); z-index:999"><div><span class="loader"></span></div><span class="fw-bold">Checking login...</span></div><div id="login_error_card" class="d-none card border h-100" style="color:#d9534f; background-color:rgba(217,83,79,0.25); border-color:#d9534f !important"><div class="card-body p-2"><div class="d-flex gap-3 align-items-center"><span class="color-card-text"></span></div></div></div><div class="d-flex flex-column gap-2"><span>Email</span><input id="login_email" class="login-input form-control py-2" style="" maxlength="64" name="email" value="" type="text"/></div><div class="d-flex flex-row flex-nowrap"><span>Password</span><div class="d-flex flex-grow-1 justify-content-end"><a tabindex="-1" role="button" onclick="$(&#x27;#login_modal&#x27;).modal(&#x27;hide&#x27;);$(&#x27;#reset_password_modal&#x27;).modal(&#x27;show&#x27;)">Forgot password</a></div></div><div class="input-group"><input type="password" id="login_pw" class="login-input form-control py-2" style="border-bottom-right:0px; border-top-right:0px" maxlength="32" name="password" value=""/><button type="button" class="btn btn-secondary" onclick="togglePasswordInput(&#x27;login_pw&#x27;)" tabindex="-1"><i class="bi bi-eye-slash-fill"></i></button></div><button id="login_btn" class="btn btn-primary mt-4 login-input text-white d-flex justify-content-center gap-2 px-3 py-2" style="" onclick="checkLogin(&#x27;/ajax/login.do&#x27;,&#x27;login_form&#x27;)" type="button"><span>Login</span></button></form></div></div></div></div></div><div id="reset_password_modal" class="modal-lg modal fade" style="" tabindex="-1" data-bs-backdrop="static"><div class="modal-dialog modal-dialog-centered modal-dialog-scrollable"><div class="modal-content"><div class="modal-header"><span class="modal-title fs-5">Reset Password</span><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><div class="modal-body"><div><form id="reset_password_form" method="POST" class="d-flex flex-column gap-4"><div class="d-flex flex-column gap-2"><span>Customer Number</span><input id="reset_password_customer" class="form-control py-2" style="" maxlength="64" name="customer" value="" type="text"/></div><div class="d-flex flex-column gap-2"><span>User Name</span><input id="reset_password_user" class="form-control py-2" style="" maxlength="64" name="user" value="" type="text"/></div><button class="btn btn-primary text-white d-flex justify-content-center gap-2 px-3 py-2" style="" onclick="resetPassword(&#x27;/ajax/reset-password.do/send-mail&#x27;,&#x27;reset_password_form&#x27;)" type="button"><span>Request</span></button></form><div id="reset_password_confirm" class="text-center text-wrap d-none"><i class="bi bi-info-square-fill" style="font-size:3rem;color:#6c757d"></i><span><pre>If the account exists, we have sent an mail to the email address you provided!
If you have not received any mail, please check your entries and the spam folder of your email account.

To reset your password, follow the instructions given in the mail.</pre></span></div></div></div></div></div></div><div id="register_modal" class="modal fade" style="" tabindex="-1" data-bs-backdrop="static"><div class="modal-dialog modal-dialog-centered modal-dialog-scrollable"><div class="modal-content"><div class="modal-header"><span class="modal-title fs-5">Registration</span><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><div class="modal-body"><div><div class="d-flex flex-column gap-4" id="register_request_content"><div id="load_registration" class="d-none border rounded p-4 d-flex flex-column gap-4 justify-content-center align-items-center position-absolute start-50 top-50 translate-middle" style="height:10rem; width:20rem; background-color:#212529; box-shadow:6px 9px 10px 1px rgba(0,0,0,0.5); z-index:999"><div><span class="loader"></span></div><span class="fw-bold">Checking customer number...</span></div><div id="register_error" class="d-none card border h-100" style="color:#d9534f; background-color:rgba(217,83,79,0.25); border-color:#d9534f !important"><div class="card-body p-2"><div class="d-flex gap-3 align-items-center"><span class="color-card-text"></span><div onclick="$(&#x27;#register_error&#x27;).addClass(&#x27;d-none&#x27;);" class="d-flex flex-fill justify-content-end"><i style="font-size:1.25rem; cursor:pointer" class="bi bi-x"></i></div></div></div></div><div class="register-enter"><div class="d-flex flex-column gap-2"><span>Please enter your LÖWEN customer number to receive a registration code.  </span><input id="register_customer" class="register-input form-control py-2" style="" maxlength="64" name="" value="" type="text"/></div></div><div class="d-flex w-100 align-items-center justify-content-center"><button class="btn btn-primary register-input text-white d-flex justify-content-center gap-2 px-3 py-2" style="" onclick="requestRegistrationCode(&#x27;/ajax/register.do/request-registration&#x27;)" type="button"><span>Check Code</span></button></div></div><div id="request_success_content" class="d-flex flex-column w-100 gap-4 align-items-center justify-content-center d-none"><i class="bi bi-check-circle-fill" style="font-size:3rem; color:#93C54B"></i><div class="d-flex flex-column align-items-center"><span>The registration code was sent to the mail address of your LE account.</span><span class="fw-bold" id="register_hint"></span></div></div></div></div></div></div></div><script>$(document).ready(() => {$('#login_modal').on('shown.bs.modal', () => {$('#login_customer').focus()});});</script><div class="fixed-top m-0 scrolled-up"><div class="d-flex flex-row align-items-center p-3 text-white gap-3" style="background-color:rgba(0,0,0,0.5)"><a href="/portal/overview.html"><img height="60rem" src="/res/images/myNovoEntertainer.png"/></a><div class="d-flex flex-grow-1 gap-3 flex justify-content-end align-items-center"><div class="dropdown" style=""><a style="font-size:1.5rem" class="btn dropdown-toggle" href="#" data-bs-toggle="dropdown"><span class="fi fi-gb"></span></a><ul class="dropdown-menu"><li style="cursor:pointer;"><a href="?locale=en" class="dropdown-item"><span class="me-2 fi fi-gb"></span><span>English</span></a></li><li style="cursor:pointer;"><a href="?locale=de" class="dropdown-item"><span class="me-2 fi fi-de"></span><span>Deutsch</span></a></li><li style="cursor:pointer;"><a href="?locale=it" class="dropdown-item"><span class="me-2 fi fi-it"></span><span>Italiano</span></a></li><li style="cursor:pointer;"><a href="?locale=es" class="dropdown-item"><span class="me-2 fi fi-es"></span><span>Español</span></a></li></ul></div><script type="text/javascript" src="/javascript/login.js?version=0.1.0"></script><a role="button" onclick="$(&#x27;#login_modal&#x27;).modal(&#x27;show&#x27;)" class="web-link">Login</a><a role="button" onclick="$(&#x27;#register_modal&#x27;).modal(&#x27;show&#x27;)" class="web-link">Register</a></div></div></div></div><div style="height:5.75rem"></div><div class="container-xl my-4"><section class="d-flex flex-column gap-4" style="height:75vh"><div><div class="card border h-100" style=""><div class="card-title d-flex flex-row align-items-center gap-3 border-bottom border-primary mx-2 p-2 flex-wrap"><span style="font-size:1.35rem" class="fw-bold">The requested page doesn&#x27;t exist.</span></div><div class="card-body p-2"><div><a href="/portal/overview.html" class="text-white px-3 py-2 btn btn-primary" style=""><span>Back to overview page</span></a></div></div></div></div></section></div></main></body><footer class="py-2 footer" style="margin-top: auto !important; background-color:rgba(0,0,0,0.5)"><div class="d-flex flex-row justify-content-center gap-3 text-nowrap flex-wrap"><a class="footer-link" target="_blank" href="https://www.loewen.de/gruppe/datenschutz/">Privacy Policy</a><a class="footer-link" target="_blank" href="https://www.loewen-kundenportal.de/"><span>LÖWEN-Customer Portal</span></a><a class="footer-link" target="_blank" href="https://www.novodatasolutions.com/impressum/">Legal Notice</a><div class="d-flex flex-row mx-2 gap-1 text-white"><span>© 2004-2026</span><a class="footer-link" target="_blank" href="https://www.novodatasolutions.com/">NOVO Data Solutions</a></div></div></footer></html>
