CINXE.COM
Page not found
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Page not found</title> <style type="text/css"> *, *::before, *::after { box-sizing:border-box; } html, body { margin:0; padding:0; } #default-height { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; height:100vh; width:100%; padding:0 24px; background-color:#F5F5F5; } #default-text { display:block; max-width:600px; font-family:"Trebuchet MS", "Arial", Helvetica, sans-serif; font-size:16px; font-weight:400; font-style:normal; line-height:1.4; color:#333333; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } #default-text-inner { display:block; width:100%; max-width:100%; } #default-title { font-size:32px; font-weight:700; line-height:1.2; color:#CCCCCC; margin:0 0 9px 0; } #default-text-inner h1 { display:block; font-size:50px; font-weight:700; line-height:1.2; margin:0 0 12px 0; } #default-text-inner p { font-size:20px; font-weight:700; margin:0; } #default-text-inner p a { color:#333333; text-decoration:underline; opacity:1; transition:opacity 240ms ease-in-out; } #default-text-inner p a:hover, #default-text-inner p a:focus { color:#333333; text-decoration:underline; opacity:0.75; } #default-text-inner p.default-description { color:#CCCCCC; margin:0 0 12px 0; } @media only screen and (max-width:1260px) { #default-text { font-size:14px; } #default-title { font-size:26px; } #default-text-inner h1 { font-size:36px; margin:0 0 9px 0; } #default-text-inner p { font-size:18px; } } @media only screen and (max-width:744px) { #default-title { font-size:24px; } #default-text-inner h1 { font-size:28px; margin:0 0 9px 0; } #default-text-inner p { font-size:16px; } } </style> <script> function loadfiles(callback) { // load css file if found var css = new XMLHttpRequest(); css.open('HEAD', window.location.protocol+'//'+document.domain+'/Portals/_default/Skins/custerr/404.css', false); css.send(); if (css.status!=404) { var css = document.createElement('link'); css.rel = 'stylesheet'; css.type = 'text/css'; css.href = window.location.protocol+'//'+document.domain+'/Portals/_default/Skins/custerr/404.css'; css.media = 'all'; document.getElementsByTagName('head')[0].appendChild(css); } // load js file if found var js = new XMLHttpRequest(); js.open('HEAD', window.location.protocol+'//'+document.domain+'/Portals/_default/Skins/custerr/404.js', false); js.send(); if (js.status!=404) { var script = document.createElement('script'); script.src = window.location.protocol+'//'+document.domain+'/Portals/_default/Skins/custerr/404.js'; document.getElementsByTagName('head')[0].appendChild(script); } // load favicon (function() { var link = document.querySelector("link[rel*='icon']") || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = window.location.protocol+'//'+document.domain+'/Portals/0/favicon.ico'; document.getElementsByTagName('head')[0].appendChild(link); })(); callback(); } window.onload = function () { var test = new XMLHttpRequest(); test.open('HEAD', window.location.protocol+'//'+document.domain+'/Portals/_default/Skins/custerr/404.htm', false); test.send(); if (test.status!=404) { loadfiles(function() { // load html file (callback) var html = new XMLHttpRequest(); html.open('GET', window.location.protocol+'//'+document.domain+'/Portals/_default/Skins/custerr/404.htm', false); html.send(); document.getElementById("body").innerHTML=html.responseText; }); } } </script> </head> <body id="body"> <div id="default"> <div id="default-height"> <div id="default-text"> <div id="default-text-inner"> <div id="default-title">404</div> <h1 class="dtx-titel1">Page not found.</h1> <p class="default-description">We could not find the page you're looking for. Maybe you followed an old link or the page has been removed.</p> <p>Please visit the <a href="/">homepage</a>.</p> </div> </div> </div> </div> </body> </html>