<!DOCTYPE html>
<html lang="de-DE" dir="ltr">
<head>
<title>BARMER - Fehlerseite</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../css/barmer-fractal.css" media="all">
</head>
<body>
<div class="page">
<header class="o-header">
<div class="header__wrapper">
<a href="/" class="header__homelink"><img src="../../img/barmer-gek-logo.svg" alt="BARMER-Logo" title="BARMER-Logo" class="a-image a-image--logo-barmer">
</a>
</div>
</header>
<h1 class="error-page__title">
<i class="a-icon icon--close" aria-hidden="true"></i>
<div class="error-page__code">404</div>
<div class="error-page__name">Seite nicht gefunden.</div>
</h1>
<div class="a-richtext error-page__error-text">
<p>Unter der von Ihnen eingegebenen Adresse wurde leider keine Seite gefunden. Falls Sie die Adresse selber eingegeben haben, prüfen Sie bitte die Schreibweise. Möglicherweise haben wir die Seite aber auch archiviert, verschoben oder umbenannt.</p>
<p>Um zu den von Ihnen gewünschten Informationen zu gelangen, können Sie gerne unsere Suchfunktion nutzen.</p>
</div>
<div class="m-search-bar js-search-bar-init error-page__search-bar">
<form action="/service/search/barmer-de/searchaction" method="get" class="search-bar__form">
<div class="search-bar__input-container" role="combobox" aria-expanded="false" aria-owns="" aria-haspopup="listbox">
<label class="a-label sr-only" for="bm-search-query-de">
Suche nach:
</label>
<input type="text" value="" class="a-input input--text" id="bm-search-query-de" name="query" placeholder="Suchbegriff" autocomplete="off" minlength="2" required="required" data-no-result="Keine Ergebnisse gefunden" data-one-result="Ein Ergebnis gefunden" data-more-results="Ergebnisse gefunden" aria-autocomplete="list">
<button class="a-btn btn--search-submit js-search-submit" type="submit" aria-label="Suchanfrage abschicken" disabled="disabled"><i class="a-icon icon--search" aria-hidden="true"></i></button>
<button class="a-btn btn--search-close js-search-close" type="button" aria-label="Schließt das Such-Interface"><i class="a-icon icon--close" aria-hidden="true"></i></button>
</div>
</form>
</div>
<h1 class="error-page__title">
<div class="error-page__name">Page not found.</div>
</h1>
<div class="a-richtext error-page__error-text">
<p>We are sorry, the page you requested cannot be found. The URL may be misspelled or the page you're looking for is no longer available.</p>
<p>To find the Information your are looking for, you can use our internal search.</p>
</div>
<div class="m-search-bar js-search-bar-init error-page__search-bar">
<form action="/service/search/barmer-de/searchaction" method="get" class="search-bar__form">
<div class="search-bar__input-container" role="combobox" aria-expanded="false" aria-owns="" aria-haspopup="listbox">
<label class="a-label sr-only" for="bm-search-query-en">
Search for:
</label>
<input type="text" value="" class="a-input input--text" id="bm-search-query-en" name="query" placeholder="Search item, Login-Code/Webcode..." autocomplete="off" minlength="2" required="required" data-no-result="Keine Ergebnisse gefunden" data-one-result="Ein Ergebnis gefunden" data-more-results="Ergebnisse gefunden" aria-autocomplete="list">
<button class="a-btn btn--search-submit js-search-submit" type="submit" aria-label="Suchanfrage abschicken" disabled="disabled"><i class="a-icon icon--search" aria-hidden="true"></i></button>
<button class="a-btn btn--search-close js-search-close" type="button" aria-label="Close search interface"><i class="a-icon icon--close" aria-hidden="true"></i></button>
</div>
</form>
</div>
<footer class="o-footer">
<div class="footer__row footer__row--metainfo">
<div class="footer__row__content">
<div class="footer__column footer__column--copyright">
<ul class="a-list-basic ">
<li class="list__item ">
© BARMER 2022.
</li>
<li class="list__item ">
Alle Rechte vorbehalten. All rights reserved
</li>
</ul>
</div>
<div class="footer__column footer__column--metanav">
<ul class="a-list-basic ">
<li class="list__item ">
<a href="https://www.barmer.de/impressum" class="a-link ">
Impressum
</a>
</li>
<li class="list__item ">
<a href="https://www.barmer.de/datenschutz" class="a-link ">
Datenschutz
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script>
window.textTransformData = [{
"wrap": "span",
"wrapClass": "upCase",
"donotchecktags": ["script"],
"words": ["Fit2Go", "Roreas", "Barmer GEK", "Barmer"]
}]
</script>
<script src="../../js/barmer-fractal.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="de-DE" dir="ltr">
<head>
<title>BARMER - Fehlerseite</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{{ path '/css/barmer-fractal.css' }}" media="all">
</head>
<body>
<div class="page">
<header class="o-header">
<div class="header__wrapper">
<a href="{{content.homeLink}}" class="header__homelink">{{render '@image--logo-barmer' merge=true }}</a>
</div>
</header>
<h1 class="error-page__title">
{{ render '@icon--close' partials.icon merge=true }}
<div class="error-page__code">{{ content.errorCode }}</div>
<div class="error-page__name">{{ content.de.errorName }}</div>
</h1>
{{ render '@richtext--default' partials.de.errorText merge=true }}
{{ render '@search-bar' partials.de.searchBar merge=true }}
<h1 class="error-page__title">
<div class="error-page__name">{{ content.en.errorName }}</div>
</h1>
{{ render '@richtext--default' partials.en.errorText merge=true }}
{{ render '@search-bar' partials.en.searchBar merge=true }}
{{ render '@footer--reduced' partials.footer merge=true }}
</div>
<script>
window.textTransformData = [
{
"wrap": "span",
"wrapClass": "upCase",
"donotchecktags": ["script"],
"words" : [ "Fit2Go", "Roreas", "Barmer GEK", "Barmer" ]
}
]
</script>
<script src="{{ path '/js/barmer-fractal.js' }}"></script>
</body>
</html>
{
"switches": {
"hasContactFlyout": "true"
},
"content": {
"alertText": "Die Sitzung wurde erfolgreich verlängert",
"homeLink": "/",
"errorCode": "404",
"de": {
"errorName": "Seite nicht gefunden."
},
"en": {
"errorName": "Page not found."
}
},
"partials": {
"sessionMetadata": {
"content": {
"expiredDialogId": "bm-dialog-session-expired",
"expiringDialogId": "bm-dialog-session-expiring"
}
},
"expiring": {
"switches": {
"hidden": true,
"secondaryButton": true
},
"content": {
"id": "bm-dialog-session-expiring",
"text": "In <span class=\"js-session-timer\">5</span> Minuten endet ihre Sitzung und Sie werden automatisch ausgeloggt."
},
"partials": {
"primaryButton": {
"content": {
"label": "Login verlängern"
}
},
"secondaryButton": {
"content": {
"label": "Logout"
}
}
}
},
"expired": {
"switches": {
"hidden": true
},
"content": {
"id": "bm-dialog-session-expired"
}
},
"modalVideo": {
"switches": {
"hidden": true
},
"content": {
"id": "bm-video"
},
"viewtypes": {
"specifier": "modal--video"
},
"partials": {
"consent": {
"viewtypes": {
"specifier": "consent--in-modal"
}
},
"videoFigure": {
"switches": {
"hasHeadline": false,
"hasFigcaption": false,
"hasVideo": false
}
}
}
},
"icon": {},
"de": {
"errorText": {
"viewtypes": {
"specifier": "error-page__error-text"
},
"switches": {
"hasWrapper": true
},
"content": {
"text": "<p>Unter der von Ihnen eingegebenen Adresse wurde leider keine Seite gefunden. Falls Sie die Adresse selber eingegeben haben, prüfen Sie bitte die Schreibweise. Möglicherweise haben wir die Seite aber auch archiviert, verschoben oder umbenannt.</p><p>Um zu den von Ihnen gewünschten Informationen zu gelangen, können Sie gerne unsere Suchfunktion nutzen.</p>"
}
},
"searchBar": {
"switches": {
"hasSuggestions": false
},
"viewtypes": {
"specifier": "js-search-bar-init error-page__search-bar"
},
"content": {
"formUrl": "/service/search/barmer-de/searchaction"
},
"partials": {
"label": {
"viewtypes": {
"specifier": "sr-only"
},
"content": {
"text": "Suche nach:",
"for": "bm-search-query-de"
}
},
"input": {
"content": {
"id": "bm-search-query-de",
"placeholder": "Suchbegriff",
"name": "query"
}
},
"btnSubmit": {
"switches": {
"isDisabled": false
},
"content": {
"ariaLabel": "Suchanfrage abschicken"
}
},
"btnClose": {
"content": {
"ariaLabel": "Schließt das Such-Interface"
}
}
}
}
},
"en": {
"errorText": {
"viewtypes": {
"specifier": "error-page__error-text"
},
"switches": {
"hasWrapper": true
},
"content": {
"text": "<p>We are sorry, the page you requested cannot be found. The URL may be misspelled or the page you're looking for is no longer available.</p><p>To find the Information your are looking for, you can use our internal search.</p>"
}
},
"searchBar": {
"switches": {
"hasSuggestions": false
},
"viewtypes": {
"specifier": "js-search-bar-init error-page__search-bar"
},
"content": {
"formUrl": "/service/search/barmer-de/searchaction"
},
"partials": {
"label": {
"viewtypes": {
"specifier": "sr-only"
},
"content": {
"text": "Search for:",
"for": "bm-search-query-en"
}
},
"input": {
"content": {
"id": "bm-search-query-en",
"placeholder": "Search item, Login-Code/Webcode...",
"name": "query"
}
},
"btnSubmit": {
"switches": {
"isDisabled": false
},
"content": {
"ariaLabel": "Send search"
}
},
"btnClose": {
"content": {
"ariaLabel": "Close search interface"
}
}
}
}
},
"footer": {
"partials": {
"copyright": {
"content": {},
"partials": {
"listitems": [
{
"switches": {
"hasTextContent": true
},
"content": {
"text": "© BARMER 2022."
}
},
{
"switches": {
"hasTextContent": true
},
"content": {
"text": "Alle Rechte vorbehalten. All rights reserved"
}
}
]
}
},
"metanav": {
"partials": {
"listitems": [
{
"switches": {
"hasTextContent": false
},
"type": "link",
"partials": {
"item": {
"content": {
"text": "Impressum",
"url": "https://www.barmer.de/impressum"
}
}
}
},
{
"switches": {
"hasTextContent": false
},
"type": "link",
"partials": {
"item": {
"content": {
"text": "Datenschutz",
"url": "https://www.barmer.de/datenschutz"
}
}
}
}
]
}
}
}
}
}
}
No notes defined.