CINXE.COM
Eppendorf
<!DOCTYPE html> <html lang="de"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>Eppendorf</title> <style> @font-face { font-family: "Compatil Fact"; font-style: normal; font-weight: normal; font-display: swap; src: local("Compatil Fact Regular"), url("/akafailover/hybris/fonts/compatilfactforeppw01_reg.woff") format("woff"); } @font-face { font-family: "Compatil Fact"; font-style: normal; font-weight: bold; font-display: swap; src: local("Compatil Fact Bold"), url("/akafailover/hybris/fonts/compatilfactforeppw01_bd.woff") format("woff"); } * { margin: 0; padding: 0; word-break: break-word; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box; } html { /* Adjust font size */ font-size: 100%; text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; -webkit-text-size-adjust: 100%; /* Font varient */ -webkit-font-variant-ligatures: none; font-variant-ligatures: none; /* Smoothing */ text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; font-family: "Compatil Fact", sans-serif; font-size: 16px; line-height: 24px; } b, em, strong { font-family: "Compatil Fact", sans-serif; font-style: normal; font-weight: bold; } a { display: inline-block; color: inherit; cursor: pointer; text-decoration: none; } img { display: flex; flex-shrink: 0; max-width: 100%; max-height: 100%; margin: auto; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 720px; } } @media (min-width: 992px) { .container { width: 960px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .row { margin-right: -15px; margin-left: -15px; } .col-xs-12 { width: 100%; } .col-xs-12, .col-sm-10 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left; } @media (min-width: 768px) { .col-sm-offset-1 { margin-left: 10%; } .col-sm-10 { width: 80%; } } .button__primary { display: inline-block; flex-shrink: 0; overflow: hidden; font-weight: normal; line-height: 24px; text-align: left; text-overflow: ellipsis; white-space: nowrap; border: 0; outline: none; transition: 0.1s ease-out; min-width: 94px; max-width: 100%; padding: 8px 40px; color: #ffffff; border-radius: 4px; background-color: #ea632d; } .button__primary:hover, .button__primary:focus, .button__primary:active { background-color: #d25928; } .error-page header { height: 56px; display: flex; justify-content: flex-start; align-items: center; } .error-page__content { text-align: center; } .margin-bottom--default { margin-bottom: 40px; } h2 { margin-bottom: 40px; font-size: 32px; line-height: 48px; color: #3A3A3A; } p { font-size: 20px; line-height: 32px; color: #424242; } a[class*="button__"] { margin-top: 40px; } </style> <script> function getCookieValue(a) { var b = document.cookie.match('(^|[^;]+)\\s*' + a + '\\s*=\\s*([^;]+)'); return b ? b.pop() : ''; } function writeErrorRef() { document.getElementById("aka_errorref").innerText = getCookieValue("aka_errorref"); } </script> </head> <body onload="writeErrorRef()"> <section class="error-page container"> <header> <div class="row logo-container"> <div class="col-xs-12"> <img src="/akafailover/hybris/ese-logo.svg" alt="ESE Logo" title="ESE Logo"> </div> </div> </header> <div class="row"> <div class="col-xs-12 margin-bottom--default"> <img src="/akafailover/hybris/error-page-empty.jpg" alt="Error Image" title="Error"> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-offset-1 col-sm-10"> <div class="error-page__content"> <h2> Sorry, it looks like something went wrong and we couldn鈥檛 complete your request. </h2> <p> Please try again. If this doesn鈥檛 work, please visit the support center for more contact information. </p> <br/> <p>If you want to submit an error report, please include this error reference: <span id="aka_errorref"> placeholder </span> </p> <div> <a class="button__primary" href="https://www.eppendorf.link/contact">Visit support center</a> </div> </div> </div> </div> </section> </body> </html>