/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
	display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	font-family: sans-serif; /* 3 */
	line-height: 1.5; /* 3 */
	-ms-text-size-adjust: 100%; /* 4 */
	-webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */

/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */

hr {
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */

abbr[title] {
	border-bottom: 1px dotted; /* 1 */
	text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */

small {
	font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */

sub,
sup {
	font-size: 83.3333%; /* 1 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */

a:hover {
	outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */

/*
 * Remove border spacing in all browsers (opinionated).
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */

/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
	background-color: transparent; /* 1 */
	border-style: none; /* 1 */
	color: inherit; /* 1 */
	font-size: 1em; /* 1 */
	margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[hidden][aria-hidden="false"] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.dialog[open]{display:block}.dialog[aria-hidden=true]{display:none}.dialog:not([data-a11y-dialog-native]){bottom:0;left:0;position:fixed;right:0;top:0;z-index:99}@media(min-width:48em){.dialog:not([data-a11y-dialog-native]){position:absolute}}.dialog-overlay{animation:fade-in .2s both;background-color:transparent;bottom:0;left:0;position:fixed;right:0;top:0}@media(min-width:48em){.dialog-overlay{position:absolute}}.dialog{display:flex}.dialog-content__wrapper{max-height:30rem;overflow-Y:auto;padding-right:.8rem}.dialog-content__wrapper::-webkit-scrollbar{width:6px}.dialog-content__wrapper::-webkit-scrollbar-track{background-color:hsla(0,0%,59%,.3);border-radius:10px}.dialog-content__wrapper::-webkit-scrollbar-thumb{background:#dc0a1e;border-radius:10px}.dialog-content__wrapper::-webkit-scrollbar-thumb:hover{background:#dc0a1e}@media(min-width:30em){.dialog-content__wrapper{max-height:15rem}}.dialog-content{animation:fade-in .4s .2s both,slide-up .4s .2s both;background-color:#fff;border-radius:2px;box-shadow:0 0 10rem hsla(201,9%,52%,.4);margin:auto;max-width:calc(100% - 20px);padding:6rem 1.2rem 6rem 2rem;position:relative;width:60rem;z-index:2}.dialog-content .headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:2.4rem;font-weight:700;line-height:2.6rem;margin-bottom:1rem}@media(min-width:30em){.dialog-content .headline{margin-bottom:1.6rem}}.dialog-content .hotspot__text{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:1.7rem;line-height:2.6rem}@media(min-width:30em){.dialog-content{padding:4.5rem 2rem 5.8rem 4rem}}.dialog-content{animation:fade-in .4s .2s both;left:50%;margin:0;position:fixed;top:50%;transform:translate(-50%,-50%)}@media(min-width:48em){.dialog-content{position:absolute}}.dialog-close{background-color:transparent;border:0;cursor:pointer;font-size:1.25rem;font-weight:700;height:1.2rem;padding:0;position:fixed;right:1rem;text-align:center;top:2.3rem;transition:.15s;width:1.2rem}.dialog-close .button__icon{margin-right:0;vertical-align:top}@media(min-width:30em){.dialog-close{right:2rem;top:2rem}}@keyframes fade-in{0%{opacity:0}}@keyframes slide-up{0%{transform:translateY(10%)}}body{background-color:#fff;font-size:1.7rem;min-width:375px;overflow-x:hidden;overflow-y:scroll}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:3px solid #4395d3;outline-offset:5px}:focus{outline:3px solid #4395d3;outline-offset:5px}:focus:not(:focus-visible){outline:0}@font-face{font-display:swap;font-family:FF Zwo;font-style:normal;font-weight:400;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/ff-zwo-regular.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/ff-zwo-regular.woff) format("woff")}@font-face{font-display:swap;font-family:FF Zwo;font-style:normal;font-weight:700;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/ff-zwo-bold.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/ff-zwo-bold.woff) format("woff")}@font-face{font-display:swap;font-family:FF Zwo;font-style:italic;font-weight:400;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/ff-zwo-italic.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/ff-zwo-italic.woff) format("woff")}@font-face{font-display:swap;font-family:Sailors;font-style:normal;font-weight:400;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/sailors-regular.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/sailors-regular.woff) format("woff")}@font-face{font-display:swap;font-family:Sailors Rough;font-style:normal;font-weight:400;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/sailors-rough.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/sailors-rough.woff) format("woff")}@font-face{font-display:swap;font-family:Aleo;font-style:normal;font-weight:400;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-regular.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-regular.woff) format("woff")}@font-face{font-display:swap;font-family:Aleo;font-style:italic;font-weight:400;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-italic.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-italic.woff) format("woff")}@font-face{font-display:swap;font-family:Aleo;font-style:normal;font-weight:700;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-bold.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-bold.woff) format("woff")}@font-face{font-display:swap;font-family:Aleo;font-style:italic;font-weight:700;src:url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-bolditalic.woff2) format("woff2"),url(/_assets/37afd7599dcea9009b3fba8ae80c8308/dist/magazin/fonts/aleo-bolditalic.woff) format("woff")}.f-text{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif}.f-headline{font-family:Sailors,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif}.f-rough{font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif}.f-w-normal{font-weight:400}.f-w-bold{font-weight:700}.f-s-normal{font-style:normal}.f-s-italic,img{font-style:italic}img{height:auto;max-width:100%}.js-lazyload,.lazyloaded,.lazyloading{transition-property:opacity}.js-lazyload,.lazyloading{opacity:0}.no-js .js-lazyload{display:none}.lazyloaded{opacity:1}html{color:#003257;font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:62.5%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:400;line-height:1;min-height:100%;scroll-behavior:smooth}.has-overlay{overflow:hidden}::-moz-selection{background-color:#004257;color:#fff}::selection{background-color:#004257;color:#fff}address,blockquote,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,ol,p,pre,table,ul{margin:0}h1,h2,h3,h4,h5,h6{font-weight:400}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;letter-spacing:inherit;padding-inline-end:0;padding-inline-start:0}a,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline;margin:0;outline:none;padding:0;text-decoration:none;-webkit-user-select:text;-moz-user-select:text;user-select:text}*,:after,:before{transition-duration:.2s;transition-property:none}@media(prefers-reduced-motion:reduce){*,:after,:before{transition-duration:0}}b,strong{font-weight:700}cite{font-style:normal}.no-js .u-hide-no-js{display:none}.u-visually-hidden{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.u-collapse[aria-expanded=false]{display:none}.u-collapse[aria-expanded=true]{display:block}.u-margin-top{margin-top:1rem}.u-margin-top-2x{margin-top:2rem}.u-margin-bottom{margin-bottom:1rem}.u-margin-bottom-2x{margin-bottom:2rem}.u-padding-top{padding-top:1rem}.u-padding-top-2x{padding-top:2rem}.u-padding-bottom{padding-bottom:1rem}.u-padding-bottom-2x{padding-bottom:2rem}.u-highlight{background-color:#eef1f3;padding:0 .15em}.u-highlight-text{background-color:rgba(220,10,30,.3);padding:.05em .2em}.u-no-wrap{white-space:nowrap}@media(max-width:29.99em){.u-hidden-mobile{display:none}}.frame-space-before-extra-small{margin-top:1em}.frame-space-before-small{margin-top:2em}.frame-space-before-medium{margin-top:3em}.frame-space-before-large{margin-top:4em}.frame-space-before-extra-large{margin-top:5em}.frame-space-after-extra-small{margin-bottom:1em}.frame-space-after-small{margin-bottom:2em}.frame-space-after-medium{margin-bottom:3em}.frame-space-after-large{margin-bottom:4em}.frame-space-after-extra-large{margin-bottom:5em}.content-box{background-color:#eef1f3;padding:8.5rem 2rem 5rem 3rem;position:relative}@media(min-width:48em){.content-box{padding:3.5rem 7rem}.detail-content__aside .content-box{padding:8.5rem 2rem 5rem 3rem}}.content-box__badge{background-color:#fff;left:0;padding:1rem 2.5rem;position:absolute;top:1rem;width:10.5rem}.content-box__inner{position:relative}@media(min-width:48em){.content-box__inner{align-items:center;display:flex;justify-content:space-between}.detail-content__aside .content-box__inner{display:block}}.content-box__icon-wrap{align-items:center;display:flex;flex:1 1 30rem;justify-content:center;position:relative}.content-box__icon{color:#003257;font-size:19rem}.content-box__icon--transparent-50{opacity:.5}.content-box__content{flex:0 1 100%;margin-top:4rem}@media(min-width:48em){.content-box__content{flex:1 1 calc(100% - 30rem);margin-top:0;padding-left:3rem}.detail-content__aside .content-box__content{margin-top:4rem;padding-left:0}}@media(min-width:61.875em){.content-box__content{padding-left:9rem}.detail-content__aside .content-box__content{padding-left:0}}.content-box__title{color:#dc0a1e;font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:6.3rem;left:50%;line-height:1.1;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}@media(min-width:30em){.detail-content__aside .content-box__title{font-size:5rem}}.content-box__headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:2.4rem;font-weight:700;margin-bottom:1rem}.content-box__text{font-size:1.7rem;line-height:1.4}.content-box__more-link{margin-top:2rem}.detail-content__block--full .figure .figure__caption{margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.detail-content__block--full .figure .figure__caption{width:767px}}@media(min-width:30em){.detail-content__block--full .figure .figure__caption{width:1023px}}@media(min-width:48em){.detail-content__block--full .figure .figure__caption{width:1279px}}@media(min-width:61.875em){.detail-content__block--full .figure .figure__caption{margin:0 8rem;max-width:82rem;width:1440px}}.figure__media{margin-bottom:1.5rem}@media(min-width:30em){.figure__media{margin-bottom:2rem}}.form-group{border:0;padding:0;width:100%}.form-group__label{margin-bottom:.9rem}.form-group__error{color:#dc0a1e;font-size:1.4rem;margin-top:.9rem}.form-group__item+.form-group__item{margin-top:1rem}.form-group__item+.form-group__error{margin-top:1.5rem}.form-group__input{position:relative}.form-inline{align-items:center;display:flex}.form-inline .input{border-bottom-right-radius:0;border-top-right-radius:0}.form-inline__button{border-bottom-left-radius:0;border-top-left-radius:0;font-size:1.7rem;min-height:4rem;padding:0 26px}.text{font-size:1.7rem;line-height:1.5}.text>:not(:last-child,.hkk-subheadline){margin-bottom:3.5rem}.text>h2:not(:last-child,.hkk-subheadline){margin-bottom:2.5rem}.text>ol,.text>ol>li>ol,.text>ul,.text>ul>li>ul{overflow:hidden;padding-left:3rem}.text>ol>li>ol,.text>ul>li>ul{margin-top:1rem}.text>ul,.text>ul>li>ul{list-style-type:none}.text>ol,.text>ol>li>ol{counter-reset:step-counter;list-style:none}.text>ol li,.text>ul li{position:relative}.text>ol li:not(:last-child),.text>ul li:not(:last-child){margin-bottom:1rem}.text>ol li a,.text>ul li a{color:#dc0a1e;text-decoration:underline}.text>ol li a:focus,.text>ol li a:hover,.text>ul li a:focus,.text>ul li a:hover{color:#004257}.text>ol li{counter-increment:step-counter}.text>ol li:before{content:counter(step-counter) ".";position:absolute;text-align:right;transform:translateX(-3rem);width:2.5rem}.text>ul li:before{background-color:#003257;border-radius:50%;content:"";display:block;height:.8rem;position:absolute;transform:translate(-2rem,1rem);width:.8rem}@media(min-width:30em){.text>ul li:before{transform:translate(-2rem,1.5rem)}.text{font-size:2rem;line-height:1.75}.text--initial>p:first-child:first-letter{background-color:#003257;color:#fff;float:left;font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:5.2rem;line-height:1;margin-right:2rem;margin-top:1rem;padding:1.8rem 1.5rem;text-transform:uppercase}}@media(min-width:48em){.textfield{margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}}@media(min-width:48em)and (min-width:23.4375em){.textfield{width:767px}}@media(min-width:48em)and (min-width:30em){.textfield{width:1023px}}@media(min-width:48em)and (min-width:48em){.textfield{width:1279px}}@media(min-width:48em)and (min-width:61.875em){.textfield{width:1440px}}@media(max-width:47.99em){.textfield.textfield--image-bottom,.textfield.textfield--image-right{display:flex;flex-direction:column-reverse}}.textfield--solid{background-color:#eef1f3}.textfield__inner-wrap{padding:3rem 2rem}.textfield__inner{display:flex;flex-direction:column-reverse}@media(min-width:48em){.textfield__inner{align-items:center;flex-direction:row-reverse;justify-content:space-between}.textfield--image-left .textfield__inner{flex-direction:row}.textfield--image-top .textfield__inner{flex-direction:column}.textfield--image-bottom .textfield__inner{flex-direction:column-reverse}}.textfield__headline{font-size:2.4rem;margin-bottom:1.5rem}@media(min-width:48em){.textfield__headline{text-align:center}}@media(min-width:61.875em){.textfield__headline{font-size:2.8rem}}@media(min-width:48em){.textfield__image-wrap{flex:1 1 35rem;margin-left:3rem}.textfield--image-left .textfield__image-wrap{margin-left:0;margin-right:3rem}.textfield--image-top .textfield__image-wrap{flex:1 1 1rem;margin:0 0 1rem}.textfield--image-bottom .textfield__image-wrap{flex:1 1 1rem;margin-left:0;margin-right:0}.textfield__image-wrap--mobile{display:none}}@media(max-width:47.99em){.textfield__image-wrap--desktop{display:none}}.textfield__text{font-size:1.7rem;line-height:1.5}.textfield__link{margin-top:1.5rem}.textfield__content{flex:0 1 100%}.textfield--no-image .textfield__content{margin:0 auto;max-width:68rem}@media(min-width:48em){.textfield--no-image .textfield__content{text-align:center}}.textfield__image+.textfield__content{margin-bottom:3rem}@media(min-width:48em){.textfield__image+.textfield__content{flex:1 1 calc(100% - 28.5rem);margin-bottom:0;margin-right:3rem}}.infobox{border:1px solid #004070;padding:6rem 3rem 3rem;position:relative}@media(min-width:48em){.infobox{padding:4rem 4rem 3.5rem}}.infobox--secondary{background-color:#004070;color:#fff}.infobox--tertiary{background-color:#dc0a1e;border-color:#dc0a1e;color:#fff}.infobox__inner{display:flex;flex-direction:column-reverse}@media(min-width:48em){.infobox__inner{align-items:center;flex-direction:row-reverse;justify-content:space-between}}.infobox__icon{align-items:center;background-color:#004070;display:inline-flex;height:4rem;justify-content:center;left:-1px;position:absolute;top:-1px;width:4rem}.infobox__icon .icon{color:#fff;font-size:2rem}.infobox--secondary .infobox__icon{background-color:#fff;left:0;top:0}.infobox--secondary .infobox__icon .icon{color:#004070}.infobox__headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:2.4rem;font-weight:700;margin-bottom:1rem}@media(min-width:48em){.infobox__image{flex:1 1 25.5rem}}.infobox__text{font-size:1.7rem;line-height:1.5}.infobox__text ul li:before{transform:translate(-2rem,1rem)}.infobox--secondary .infobox__text .link,.infobox--tertiary .infobox__text .link{color:#fff}.infobox__link{margin-top:1.5rem}.infobox--secondary .infobox__link .link,.infobox--tertiary .infobox__link .link{color:#fff}.infobox--tertiary .infobox__link .link:focus-visible{outline-color:#fff}.infobox__content{flex:0 1 100%}.infobox__image+.infobox__content{margin-bottom:3rem}@media(min-width:48em){.infobox__image+.infobox__content{flex:1 1 calc(100% - 28.5rem);margin-bottom:0;margin-right:3rem}}.quote__inner{text-align:center}.quote__copyright{bottom:6.5rem;margin:0 auto;position:relative}@media(min-width:30em){.quote__copyright{bottom:5.5rem}}@media(min-width:48em){.quote__copyright{bottom:4.4rem}}.quote__text{color:#236fa8;font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:3.6rem;margin-bottom:3rem}@media(min-width:30em){.quote__text{font-size:5.5rem;margin-bottom:4.5rem}}.quote__text.medium{font-size:2.8rem}@media(min-width:30em){.quote__text.medium{font-size:4.5rem}}.quote__text.small{font-size:2rem}@media(min-width:30em){.quote__text.small{font-size:3.5rem}}.quote__image{border-radius:50%;margin:0 auto 3rem;max-width:20rem;overflow:hidden;position:relative}@media(min-width:30em){.quote__image{margin-bottom:2rem}}.quote__source{font-size:1.5rem;font-weight:700}.quote__subtext{line-height:1.25;margin-top:2rem}.quote__name{margin-left:auto;margin-right:auto;max-width:50%}.share__list{display:flex;list-style:none;margin:0;padding-left:0}@media(min-width:30em){.share__list{display:block}}.share__item{margin-right:1rem}@media(min-width:30em){.share__item{margin-bottom:1rem}}.teaser__image-wrap{margin-bottom:2rem;position:relative}.teaser__image-wrap .image{margin-left:2rem}.teaser__kicker{bottom:0;position:absolute}.teaser__headline{font-size:2.4rem;line-height:1.1;margin-bottom:1.5rem;margin-left:2rem}.teaser:focus .teaser__headline,.teaser:hover .teaser__headline{text-decoration:underline}@media(min-width:61.875em){.teaser__headline{font-size:2.8rem}}.teaser__text{line-height:1.5;margin-bottom:2.5rem}.teaser__link,.teaser__text{margin-left:2rem}.teaser--horizontal{width:100%}@media(min-width:48em){.teaser--horizontal .teaser__image-wrap{flex-basis:25rem}}@media(min-width:61.875em){.teaser--horizontal .teaser__image-wrap{flex-basis:35rem}}.teaser--horizontal .image,.teaser--horizontal .teaser__headline,.teaser--horizontal .teaser__link,.teaser--horizontal .teaser__text{margin-left:0}@media(min-width:48em){.teaser--horizontal .image,.teaser--horizontal .teaser__headline,.teaser--horizontal .teaser__link,.teaser--horizontal .teaser__text{margin-left:2rem}.teaser--horizontal .teaser__content-wrap{max-width:calc(100% - 25rem);padding-left:1rem}}@media(min-width:61.875em){.teaser--horizontal .teaser__content-wrap{max-width:calc(100% - 35rem);padding-left:3.5rem}}@media(min-width:48em){.teaser--horizontal{align-items:flex-start;display:inline-flex;flex-direction:row}}.video{margin-bottom:0}.video__headline h1,.video__headline h2,.video__headline h3,.video__headline h4{margin-bottom:1rem;text-align:center}@media(min-width:30em){.video__headline h1,.video__headline h2,.video__headline h3,.video__headline h4{margin-bottom:2rem}}.video__inner{display:flex;flex-direction:column-reverse}.video__text{line-height:1.5;margin-bottom:2rem;text-align:center}.video__media{display:block;line-height:1;position:relative}.video__media--16x9{height:0;padding-bottom:56.25%}.video__iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.video__media-overlay{background-color:rgba(0,50,87,.58);bottom:0;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:0;transition:background-color .2s}.video__media-icon,.video__media-overlay{align-items:center;display:flex;justify-content:center}.video__media-icon{border:2px solid #fff;border-radius:50%;box-shadow:0 0 12px rgba(0,0,0,.05);color:#fff;font-size:2.5rem;height:4.5rem;line-height:1;margin-bottom:.5rem;opacity:.8;transition:opacity .2s;width:4.5rem}.video__media:focus .video__media-icon,.video__media:hover .video__media-icon{opacity:1}@media(min-width:30em){.video__media-icon{font-size:3.5rem;height:6.5rem;margin-bottom:1rem;width:6.5rem}}.video__media-text{color:#fff;font-size:1.6rem}@media(min-width:30em){.video__media-text{font-size:2rem}}.video__media-icon .icon{left:2px;position:relative}@media(min-width:30em){.video__media-icon .icon{left:4px}}.uc-widget-container{align-items:center;display:flex;height:100%!important;justify-content:center;position:absolute;top:0;width:100%!important}.uc-widget-background{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.uc-widget-embedding{background:hsla(0,0%,100%,.98);border-radius:8px;box-shadow:0 3px 6px rgba(0,0,0,.5);max-width:75%;padding:24px 18px;text-align:center;z-index:1}.uc-widget-text{font-size:14px;line-height:1.429;margin-top:0}.uc-widget-text h3{color:#333;font-weight:700;margin-bottom:1rem;text-align:center}.uc-widget-accept{background-color:#004070;color:#fff;font-size:14px;padding:5px 20px}.uc-embedding-more-info{cursor:pointer;font-weight:700}@media(min-device-width:768px){.grid--50-50 .uc-widget-embedding{width:90%}}.dock-accordion .dock-accordion-content{margin-bottom:2rem}.dock-accordion .dock-accordion-content .dock-accordion-headline{margin-bottom:1.5rem}.accordion__menu{list-style:none;margin:0;padding-left:0}.accordion__menu-item{border-top:1px solid #b3c2cd;padding:1.5rem 0}.accordion__menu-item:last-child{border-bottom:1px solid #b3c2cd}.accordion__title{align-items:center;display:flex;font-family:Sailors,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:2.6rem;justify-content:space-between;width:100%}.accordion__title[aria-selected=true]{margin-bottom:1.5rem}.accordion__icon{color:#dc0a1e;font-size:2.3rem}.accordion__tab,.accordion__title[aria-selected=false] .accordion__icon--expanded,.accordion__title[aria-selected=true] .accordion__icon--collapsed{display:none}.accordion__tab[aria-hidden=false]{animation:accordionIn .45s ease-in-out 1 normal both;display:block}.accordion__text{margin-bottom:1.5rem}.accordion a{color:#dc0a1e;text-decoration:underline}.accordion a:focus,.accordion a:hover{color:#004257}@keyframes accordionIn{0%{opacity:0}to{opacity:1}}@media(min-width:48em){.detail-content{scroll-padding-top:8.8rem}}.detail-content__block{margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.detail-content__block{width:767px}}@media(min-width:30em){.detail-content__block{width:1023px}}@media(min-width:48em){.detail-content__block{width:1279px}}@media(min-width:61.875em){.detail-content__block{width:1440px}}.detail-content__block:not(:last-child){margin-bottom:3.2rem}@media(min-width:30em){.detail-content__block:not(:last-child){margin-bottom:5.6rem}}@media(min-width:48em){.detail-content__block:not(:last-child){margin-bottom:8rem}}.hkk-content-wrapper>.detail-content__block{margin-bottom:3.2rem}@media(min-width:30em){.hkk-content-wrapper>.detail-content__block{margin-bottom:5.6rem}}@media(min-width:48em){.hkk-content-wrapper>.detail-content__block{margin-bottom:8rem}}.detail-content__block--article{margin:0 auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.detail-content__block--article{width:767px}}@media(min-width:30em){.detail-content__block--article{width:1023px}}@media(min-width:48em){.detail-content__block--article{width:1279px}}@media(min-width:61.875em){.detail-content__block--article{width:1440px}}.detail-content__block--article.detail-content__block--caption{margin-bottom:3rem}.detail-content__block--article .text{font-family:Aleo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif}@media(min-width:30em){.detail-content__block--article:after{clear:both;content:"";display:block}}@media(min-width:48em){.detail-content__block--article{max-width:800px}}.detail-content__block--medium{margin:0 auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.detail-content__block--medium{width:767px}}@media(min-width:30em){.detail-content__block--medium{width:1023px}}@media(min-width:48em){.detail-content__block--medium{width:1279px}}@media(min-width:61.875em){.detail-content__block--medium{max-width:800px;width:1440px}}@media(min-width:90em){.detail-content__block--medium{max-width:1024px}}.detail-content__block--large{margin:0 auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.detail-content__block--large{width:767px}}@media(min-width:30em){.detail-content__block--large{width:1023px}}@media(min-width:48em){.detail-content__block--large{width:1279px}}@media(min-width:61.875em){.detail-content__block--large{width:1440px}}@media(min-width:90em){.detail-content__block--large{max-width:1240px}}.detail-content__block--full{padding-left:0;padding-right:0}@media(min-width:48em){.detail-content__block--stage-intermediate:not(:last-child){margin-bottom:0}.detail-content__block--quiz{max-width:60rem}}@media(max-width:29.99em){.detail-content__aside{margin-bottom:3.2rem}}@media(min-width:30em){.detail-content__aside{float:left;margin-bottom:2rem;margin-right:2rem;margin-top:.75rem;max-width:25.5rem}}@media(min-width:48em){.detail-content__aside{margin-bottom:3rem;margin-right:3rem;max-width:37.5rem}}@media(min-width:61.875em){.detail-content__aside{margin-left:-10rem}}@media(min-width:30em){.detail-content__aside--right{float:right;margin-left:2rem}}@media(min-width:48em){.detail-content__aside--right{margin-left:3rem}}@media(min-width:61.875em){.detail-content__aside--right{margin-left:3rem;margin-right:-10rem}}.element-slider-image{background-color:#000;color:#fff;padding:5rem 0;position:relative}@media(min-width:48em){.element-slider-image{padding:7rem 0}}.bg-gray-light{background-color:#6b7880}.bg-teal-dark{background-color:#004257}.bg-red{background-color:#dc0a1e}.element-slider-image__background{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.element-slider-image__background:after{background-color:#000;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:1}.element-slider-image__headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-weight:700;position:relative;text-align:center}@media(max-width:47.99em){.element-slider-image__headline{font-size:2.8rem}}@media(min-width:48em){.element-slider-image__headline--left{margin:0 10rem;text-align:left}}.element-slider-image__content{display:flex;justify-content:center;margin-bottom:2rem;padding:4rem 2rem 8rem;position:relative}@media(min-width:30em){.element-slider-image__content{margin-bottom:0;padding:4rem 2rem}}@media(min-width:48em){.element-slider-image__content{padding:8rem 3.5rem}}.element-slider-image__controls{bottom:0;position:absolute}@media(min-width:30em){.element-slider-image__controls{align-items:center;display:flex;justify-content:center;position:relative;z-index:1}}.element-slider-image__controls--left{left:38%}@media(min-width:30em){.element-slider-image__controls--left{left:unset}}.element-slider-image__controls--right{right:38%}@media(min-width:30em){.element-slider-image__controls--right{right:unset}}.element-slider-image__controls .slider__control{border-color:#fff}.element-slider-image__controls .slider__control .icon{color:#fff}.element-slider-image__items{display:flex}.element-slider-image__item{flex:1 0 33.33%;overflow:hidden;width:33.33%}.slider--initialized .element-slider-image__item{flex:1 0 100%;width:100%}@media(min-width:30em){.slider--initialized:not(.element-slider-image--single) .element-slider-image__item{flex:1 0 50%;width:50%}}@media(min-width:48em){.slider--initialized:not(.element-slider-image--single) .element-slider-image__item{flex:1 0 33.33%;width:33.33%}}@media(min-width:30em){.element-slider-image__item .element-slider-image__element-title{padding-left:4rem;padding-right:4rem}}@media(min-width:61.875em){.element-slider-image__item .element-slider-image__element-title{padding-left:8rem;padding-right:8rem}}.element-slider-image__wrap{overflow-x:hidden}@media(min-width:48em){.element-slider-image__inner{margin:0 auto;max-width:100%}}@media(min-width:61.875em){.element-slider-image__inner{max-width:100%}}.element-slider-image__frame{overflow-x:visible}.element-slider-image__element-title{text-align:center}.element-slider-image__title{display:block;font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:10rem;margin-bottom:2.5rem}.element-slider-image__name{font-size:2.4rem;font-weight:700;line-height:1.25;margin-bottom:2rem}.element-slider-image__text{line-height:1.5}.element-slider-image__element-number{text-align:center}@media(min-width:48em){.element-slider-image__element-number{display:flex;text-align:left}}.element-slider-image__column{position:relative}@media(max-width:47.99em){.element-slider-image__column:first-child{margin-bottom:3rem}}@media(min-width:48em){.element-slider-image__column:first-child{margin:0 2.5rem 0 8rem;width:35%}.element-slider-image__column:last-child{align-items:center;display:flex;margin:0 8rem 0 2.5rem;width:65%}}.element-slider-image__number{color:#fff;font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:10rem}@media(min-width:30em){.element-slider-image__number{font-size:16rem}}@media(min-width:48em){.element-slider-image__number{font-size:22rem}}@media(min-width:61.875em){.element-slider-image__number{font-size:26rem}}.element-slider-plain{background-color:#eef1f3;padding:5rem 0}@media(min-width:48em){.element-slider-plain{padding:7rem 0}}.element-slider-plain__headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-weight:700;text-align:center}@media(max-width:47.99em){.element-slider-plain__headline{font-size:2.8rem}}@media(min-width:48em){.element-slider-plain__headline--left{margin:0 10rem;text-align:left}}.element-slider-plain__content{display:flex;margin:4rem 2rem}@media(min-width:48em){.element-slider-plain__content{margin:7rem 3.5rem 0}}.element-slider-plain__controls{align-items:center;display:flex;justify-content:center;z-index:1}.element-slider-plain__items{display:flex}.element-slider-plain__item{flex:1 0 33.33%;overflow:hidden;width:33.33%}.slider--initialized .element-slider-plain__item{flex:1 0 100%;width:100%}@media(min-width:30em){.slider--initialized:not(.element-slider-plain--single) .element-slider-plain__item{flex:1 0 50%;width:50%}}@media(min-width:48em){.slider--initialized:not(.element-slider-plain--single) .element-slider-plain__item{flex:1 0 33.33%;width:33.33%}}@media(min-width:30em){.element-slider-plain__item .element-slider-plain__element-icon{padding-left:4rem;padding-right:4rem}}@media(min-width:61.875em){.element-slider-plain__item .element-slider-plain__element-icon{padding-left:8rem;padding-right:8rem}}.element-slider-plain__wrap{overflow-x:hidden}@media(min-width:48em){.element-slider-plain__inner{margin:0 auto;max-width:100%}}@media(min-width:61.875em){.element-slider-plain__inner{max-width:100%}}.element-slider-plain__frame{overflow-x:visible}.element-slider-plain__element-icon{text-align:center}.element-slider-plain__icon{font-size:12rem;margin-bottom:4rem}.element-slider-plain__name{font-size:2.4rem;font-weight:700;line-height:1.25;margin-bottom:2rem}.element-slider-plain__text{line-height:1.5}.element-slider-plain__element-number{text-align:center}@media(min-width:48em){.element-slider-plain__element-number{display:flex;text-align:left}}.element-slider-plain__column{position:relative}@media(max-width:47.99em){.element-slider-plain__column:first-child{margin-bottom:3rem}}@media(min-width:48em){.element-slider-plain__column:first-child{margin:0 2.5rem 0 8rem;width:35%}.element-slider-plain__column:last-child{align-items:center;display:flex;margin:0 8rem 0 2.5rem;width:65%}}.element-slider-plain__number{align-items:center;bottom:0;color:#fff;display:flex;font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:18rem;justify-content:center;left:0;position:absolute;right:0;top:0}@media(min-width:48em){.element-slider-plain__number{font-size:22rem}}@media(min-width:61.875em){.element-slider-plain__number{font-size:26rem}}.filter{background-color:#eef1f3;margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.filter{width:767px}}@media(min-width:30em){.filter{width:1023px}}@media(min-width:48em){.filter{width:1279px}}@media(min-width:61.875em){.filter{width:1440px}}@media(min-width:90em){.filter{padding:0 12rem}}.filter--slot{font-size:1.8rem}@media(min-width:48em){.filter--slot{display:none}}.filter--hidden{display:none}.filter__anchor{display:block;position:relative;top:-10rem;visibility:hidden}.filter__inner{padding:1.65rem 0}@media(min-width:48em){.filter__inner{padding:3rem 2rem}}@media(min-width:61.875em){.filter__inner{padding:4rem}}.filter__header{align-items:center;display:flex;justify-content:space-between}.filter__headline{flex:1}.filter__headline-button{font-size:1.8rem;font-weight:700;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media(max-width:47.99em){.filter__headline-button{align-items:center;display:flex;justify-content:space-between;width:100%}}@media(min-width:61.875em){.filter__headline-button{font-size:2.4rem}}.filter__headline-button-icon{font-size:1.5rem;margin-left:.75rem;transition:transform .2s;vertical-align:0}.filter--slot .filter__headline-button-icon,.filter__headline-button[aria-expanded=false] .filter__headline-button-icon{transform:rotate(180deg)}@media(min-width:61.875em){.filter__headline-button-icon{font-size:1.8rem}}.filter__text{font-size:1.8rem}.filter__text[aria-hidden=true]{display:none}@media(max-width:47.99em){.filter__text{display:none}}.filter__content[aria-hidden=true]{display:none}.filter__options{max-width:74rem;padding:4rem 0 1rem}.filter__option{display:inline-block;height:3.5rem;margin-bottom:1rem;margin-right:1rem}.filter__option-label{align-items:center;border:2px solid #333;color:#333;cursor:pointer;display:flex;font-size:1.6rem;height:3.2rem;letter-spacing:.2rem;padding:0 1rem;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter__option-input{display:none}.filter__option-input:checked+.filter__option-label{background-color:#236fa8;border-color:#236fa8;color:#fff}@media(max-width:47.99em){.filter__controls{margin-bottom:.5rem;text-align:center}}.filter__link{color:#333;font-size:1.6rem;text-decoration:none}.filter__link .link__icon{color:#004070;font-size:2rem}.footer{background-color:#eef1f3;padding:6rem 0 3rem}@media(min-width:48em){.footer{padding-top:5.5rem}}.footer__inner{margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.footer__inner{width:767px}}@media(min-width:30em){.footer__inner{width:1023px}}@media(min-width:48em){.footer__inner{width:1279px}}@media(min-width:61.875em){.footer__inner{padding:0 10rem;width:1440px}}.footer__columns{display:flex;flex-direction:column}@media(min-width:48em){.footer__columns{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.footer__column-left,.footer__column-right{width:calc(50% - 1.5rem)}}@media(min-width:61.875em){.footer__column-left,.footer__column-right{width:41%}}@media(min-width:48em){.footer__column-left{display:flex;flex-direction:column}}@media(max-width:47.99em){.footer__column-right{text-align:center}}.footer__navigation{display:none}@media(min-width:48em){.footer__navigation{display:block}}.footer__bottom-items{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding-left:0}.footer__navigation-link:focus,.footer__navigation-link:hover{text-decoration:underline}.footer__text{font-size:1.7rem;margin-bottom:2rem}.footer__navigation-items{display:grid;grid-template-columns:auto auto;list-style:none;margin:0;padding-left:0}@media(min-width:68.75em){.footer__navigation-items{grid-template-columns:auto auto auto;margin-bottom:5rem}}@media(min-width:48em){.footer__navigation-item:not(:last-child){margin-right:3rem}}@media(min-width:61.875em){.footer__navigation-item:not(:last-child){margin-right:5rem}}.footer__navigation-item .footer__navigation-link{font-weight:700;white-space:nowrap}@media(min-width:48em){.footer__navigation-item{margin-bottom:2.5rem}}.footer__social{margin-bottom:5rem;text-align:center}.footer__social .share{display:inline-block}.footer__social .share__list{display:flex}@media(min-width:48em){.footer__social .share__item{margin-bottom:0}}.footer__social .icon-link{background-color:#003257;font-size:2.3rem;height:4.5rem;width:4.5rem}.footer__social .icon-link:focus,.footer__social .icon-link:hover{background-color:#236fa8;border-color:#236fa8}.footer__social .icon-link__icon{color:#fff}@media(min-width:48em){.footer__social{margin-bottom:-5.5rem;margin-top:auto;text-align:left}}.footer__social-headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:1.5rem;margin-bottom:1rem}.footer__bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:4.5rem}@media(min-width:48em){.footer__bottom{align-items:flex-end;flex-direction:row-reverse;justify-content:space-between;margin-top:2.5rem}.footer__logo{margin-bottom:.5rem}}.footer__bottom-items{margin-top:6.5rem}@media(min-width:48em){.footer__bottom-items{margin-top:0}}.footer__bottom-item:not(:last-child){margin-right:2.3rem}.footer__bottom-item .footer__navigation-link{font-size:1.5rem}.footer__logo-image{width:10rem}.header{background-color:#fff;position:relative;z-index:101}.header__inner{align-items:center;display:flex;height:6rem;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.header__inner{width:767px}}@media(min-width:30em){.header__inner{width:1023px}}@media(min-width:48em){.header__inner{width:1279px}}@media(min-width:61.875em){.header__inner{width:1440px}}@media(min-width:48em){.header__inner{height:10rem}}@media(min-width:68.75em){.header__inner{height:15rem;padding-bottom:2.5rem;padding-top:2.5rem}}.header__logo{height:3rem;min-height:3rem}@media(min-width:48em){.header__logo{height:6rem;min-height:6rem}}@media(min-width:68.75em){.header__logo{height:9rem;min-height:9rem}}.header__link{align-self:flex-start;color:#003257;display:none;font-size:1.5rem;margin-top:-1.5rem;text-decoration:none;white-space:nowrap}@media(min-width:68.75em){.header__link{display:inline-block}}.header__navigation-wrap{align-items:center;display:inline-flex;text-align:right}@media(min-width:68.75em){.header__navigation-wrap{flex-direction:row-reverse}}.header__navigation-panel{background-color:#fff;box-shadow:0 3px 3px 0 rgba(51,51,51,.3);height:0;opacity:0;position:fixed;right:0;top:6rem;transition:opacity .2s;visibility:hidden;width:0;z-index:107}@media(min-width:68.75em){.header__navigation-panel{box-shadow:none;display:flex;flex-direction:column;height:auto;justify-content:space-between;opacity:1;overflow:hidden;position:static;visibility:visible;width:auto}}.header__navigation-panel--visible{height:auto;opacity:1;visibility:visible;width:28rem}.header__hamburger-icon{display:inline-block;height:1.2rem;margin-left:0;position:relative;width:1.5rem}.header__hamburger-icon-bar{background-color:#003257;border-radius:1px;height:2px;left:0;position:absolute;transform:rotate(0);transition:transform .2s,opacity .2s;width:100%;will-change:transform,opacity}.header__hamburger-icon-bar:first-child{transform-origin:0 0}.header__hamburger-icon-bar:nth-child(2){margin-top:-1px;top:50%}.header__hamburger-icon-bar:nth-child(3){bottom:0;transform-origin:0 100%}.header__toggle{color:#003257;font-size:1.7rem;font-weight:700;transition:background-color .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:3rem}.header__toggle:focus,.header__toggle:hover,.header__toggle[aria-expanded=true]{box-shadow:none}.header__toggle--navigation>span:first-child,.header__toggle--search .icon-button__text{text-transform:uppercase}.header__toggle--search .icon-button__text{width:100%}.header__toggle--navigation[aria-expanded=true]{background-color:#eef1f3}.header__toggle[aria-expanded=true] .header__hamburger-icon-bar:first-child{transform:translate(.2rem) rotate(45deg)}.header__toggle[aria-expanded=true] .header__hamburger-icon-bar:nth-child(2){opacity:0}.header__toggle[aria-expanded=true] .header__hamburger-icon-bar:nth-child(3){transform:translate(.2rem) rotate(-45deg)}.header__search{display:inline-block;z-index:107}@media(min-width:68.75em){.header__search{margin-left:2.5rem;padding-top:.2rem}}@media(min-width:90em){.header__search{margin-right:6.8rem}}.header__toggle--search{align-items:center;display:inline-flex;flex-direction:row-reverse;padding-right:1.4rem}.header__toggle--search .icon-button__text{color:#003257;font-size:1.7rem;font-weight:700;margin-right:.5rem;padding-top:0}@media(min-width:68.75em){.header__toggle--search .icon-button__text{display:none}}.header__toggle--search .icon-button__icon{font-size:1.6rem}@media(min-width:90em){.header__toggle--search .icon-button__icon{font-size:1.8rem}}.header__search-panel{background-color:#eef1f3;box-shadow:0 3px 3px 0 rgba(51,51,51,.3);height:0;opacity:0;position:fixed;right:0;top:6rem;transition:opacity .2s;visibility:hidden;width:0}.header__search-panel--visible{height:auto;opacity:1;padding:4rem 2rem;visibility:visible;width:100%}@media(min-width:68.75em){.header__search-panel--visible{padding-left:3rem;padding-right:3rem;position:absolute;right:0;top:85%;width:54rem}}@media(min-width:48em){.header__search-panel--visible{padding-left:4rem;padding-right:4rem}}@media(min-width:90em){.header__search-panel--visible{right:calc(72rem - 720px)}}.header__search-suggestions{border-top:1px solid #b3c2cd;display:none;margin-top:10px;padding:10px 0;text-align:left}.header__search-suggestions--visible{display:block}.header__search-list-item a:hover{text-decoration:underline}.header__search-list{color:#004070;line-height:1.8;list-style:none;margin:0;padding-left:0}.header__search-highlight{background-color:#b3c2cd;font-style:normal}.header__not-top{animation-duration:.3s;animation-name:slide-in;left:0;position:fixed;right:0;top:0;width:100%}@keyframes slide-in{0%{top:-6rem}to{top:0}}.header__link-responsive{margin-bottom:2rem;text-align:left}.header__link-responsive .header__link{align-items:center;display:inline-flex;margin:1.5rem 2rem}.header__link-responsive .header__link:first-child{margin-top:1rem}@media(min-width:68.75em){.header__link-responsive{display:none}}@media(max-width:68.74em){.header__navigation-panel{background-color:#eef1f3}.header__inner{padding-right:0}.header__toggle--navigation,.header__toggle--search{align-items:center;display:flex;flex-direction:column-reverse;height:6rem;justify-content:center;padding:0 .5rem;transition:background-color .1s;width:7rem}.header__toggle--search{flex-direction:column}.header__toggle--search .icon-button__text{margin-right:0}.header__toggle--search-active{background-color:#eef1f3}.header__toggle--navigation{position:relative}.header__toggle--navigation:before{background-color:#eef1f3;content:"";height:3rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1px}.header__toggle--navigation .header__hamburger-icon{margin-top:.5rem}.header__toggle--navigation>span:first-child,.header__toggle--search .icon-button__text{font-size:1.2rem;margin-top:.5rem}}@media(min-width:68.75em){.header__not-top{animation-duration:.3s;animation-name:slide-in;box-shadow:0 6px 3px -2px rgba(0,0,0,.2)}.header__not-top .header__inner{height:10rem}.header__not-top .header__inner .header__link{display:none}.header__not-top .header__inner .logo__image{height:80%}}.overview-content{padding-bottom:4rem}@media(min-width:48em){.overview-content{scroll-padding-top:8.8rem}}@media(min-width:61.875em){.overview-content{padding-bottom:12rem}}.overview-content__block{margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.overview-content__block{width:767px}}@media(min-width:30em){.overview-content__block{width:1023px}}@media(min-width:48em){.overview-content__block{width:1279px}}@media(min-width:61.875em){.overview-content__block{width:1440px}}.overview-content__block:not(:last-child){margin-bottom:3.2rem}@media(min-width:30em){.overview-content__block:not(:last-child){margin-bottom:5.6rem}}@media(min-width:48em){.overview-content__block:not(:last-child){margin-bottom:8rem}}.overview-content__block:first-child{margin-bottom:0}.overview-content__block .teaser-topic-slider__headline{max-width:67.5rem}.overview-content__block--large{margin:0 auto;max-width:100%;padding-left:20px;padding-right:20px;position:relative}@media(min-width:23.4375em){.overview-content__block--large{width:767px}}@media(min-width:30em){.overview-content__block--large{width:1023px}}@media(min-width:48em){.overview-content__block--large{width:1279px}}@media(min-width:61.875em){.overview-content__block--large{width:1440px}}@media(min-width:90em){.overview-content__block--large{max-width:1240px}}.overview-content__block--full{padding-left:0;padding-right:0}.quiz{border:1px solid #004070;padding:2.5rem 3rem;position:relative}.quiz__step{display:none}.quiz__step--active{display:block}.quiz__step--final{text-align:center}.quiz__image{margin-bottom:2rem}.quiz__headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:2rem;font-weight:700}.quiz-form__answers{padding:3rem 2rem}.quiz-form__answer{margin-bottom:1rem}.quiz-form__message{color:#288221;font-weight:700;margin-bottom:2rem;text-align:center}.quiz-form__message--wrong-answer{color:#f0ad4e}.quiz-form__message--corrent-answer{color:#003257}.quiz__text{font-size:2.2rem;line-height:1.4;margin-bottom:3rem}.quiz-form__controls{text-align:center}.quiz__icon{color:#5cb85c;font-size:14rem}.search-bar{display:flex}.search-bar__form-group .input{padding-left:2rem;padding-right:5rem}.search-bar__button{height:4rem;margin-left:-5rem;width:4rem;z-index:1}.search-bar__button .icon-button__icon{height:4rem}.stage-detail{position:relative}@media(min-width:61.875em){.stage-detail{display:flex;flex-direction:row-reverse}}.stage-detail__navigation{display:none}@media(min-width:30em){.stage-detail__navigation{display:block;left:2rem;position:absolute;top:2.5rem;z-index:1}.stage-detail__navigation .link{color:#003257;font-size:1.5rem;text-decoration:none}.stage-detail__navigation .link:hover{text-decoration:underline}.stage-detail__navigation .icon{font-size:1.8rem;transform:rotate(180deg)}}@media(min-width:48em){.stage-detail__navigation{left:4rem}}@media(min-width:90em){.stage-detail__navigation{left:10rem}}.stage-detail__image-responsive .image__copyright{bottom:6rem;left:0;right:auto}@media(min-width:48em){.stage-detail__image-responsive{display:none}}.stage-detail__image{display:none;height:100%;width:100%}@media(min-width:48em){.stage-detail__image{display:block;max-width:112.5rem}}.stage-detail__content{background-color:#fff;margin-right:2rem;margin-top:-6rem;padding:3rem 1rem 4rem 2rem;position:relative;z-index:1}@media(max-width:47.99em){.stage-detail__content{padding-bottom:0}}@media(min-width:48em){.stage-detail__content{margin-right:4rem;margin-top:-10rem;padding:4rem}}@media(min-width:61.875em){.stage-detail__content{bottom:0;left:0;margin-right:0;margin-top:0;max-width:69rem;position:absolute}}@media(min-width:90em){.stage-detail__content{padding:6.5rem 6.5rem 8rem 10rem}}.stage-detail__headline,.stage-detail__kicker{margin-bottom:1.5rem}.stage-detail__text{font-size:2.2rem;margin-bottom:3rem}@media(min-width:30em){.stage-detail__text{font-size:2.4rem;line-height:1.6}}.stage-detail__reference{align-items:center;display:flex;font-size:1.5rem}.stage-detail__reference:not(:last-child){margin-bottom:1rem}.stage-detail__reference-icon{align-items:center;background-color:#003257;border-radius:50%;color:#fff;display:flex;font-size:1.7rem;height:4rem;justify-content:center;margin-right:1rem;text-align:center;transition-property:background-color,color;width:4rem}.stage-detail__reference-title{color:#6b7880;margin-right:.5rem}.stage-detail__reference-link{font-weight:700}.stage-intermediate{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:60vh;position:relative}.stage-intermediate:before{background-color:rgba(0,0,0,.11);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media(min-width:61.875em){.stage-intermediate{min-height:59rem}}@media(min-width:48em){.stage-intermediate:after{background-color:#fff;bottom:0;content:"";height:5rem;left:0;position:absolute;width:calc(100% - 18rem);z-index:1}}@media(min-width:61.875em){.stage-intermediate:after{height:7rem}}.stage-intermediate__background{max-height:100%;overflow:hidden}.stage-intermediate__image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.stage-intermediate__content{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:hsla(0,0%,100%,.8);background:linear-gradient(to right bottom,hsla(0,0%,100%,.8),hsla(0,0%,100%,.6));color:#003257;margin:0 2rem 5rem;max-width:100%;max-width:-moz-fit-content;max-width:fit-content;padding:0 20px 1rem;position:relative;text-align:center;z-index:1}@media(min-width:23.4375em){.stage-intermediate__content{width:767px}}@media(min-width:30em){.stage-intermediate__content{width:1023px}}@media(min-width:48em){.stage-intermediate__content{width:1279px}}@media(min-width:61.875em){.stage-intermediate__content{width:1440px}}@media(min-width:30em){.stage-intermediate__content{margin:0 2rem;top:-8rem}}@media(min-width:61.875em){.stage-intermediate__content{top:-10rem}}.stage-intermediate__headline{font-size:4rem;-webkit-hyphens:auto;hyphens:auto}@media(min-width:30em){.stage-intermediate__headline{font-size:6rem}}@media(min-width:48em){.stage-intermediate__headline{font-size:8rem}}@media(min-width:61.875em){.stage-intermediate__headline{font-size:11.5rem}}.stage-intermediate__subline{display:inline-block;font-size:2rem;font-weight:700;line-height:1.2;margin:0 auto;max-width:30rem}@media(min-width:30em){.stage-intermediate__subline{display:block;font-size:2.4rem;margin:0;max-width:100%}}.stage-search{background-color:#004257;text-align:center}.stage-search__inner{margin-left:auto;margin-right:auto;max-width:100%;padding:4rem 2rem;position:relative}@media(min-width:23.4375em){.stage-search__inner{width:767px}}@media(min-width:30em){.stage-search__inner{width:1023px}}@media(min-width:48em){.stage-search__inner{width:1279px}}@media(min-width:61.875em){.stage-search__inner{width:1440px}}@media(min-width:48em){.stage-search__inner{padding:8rem 12rem}}@media(min-width:61.875em){.stage-search__inner{padding:8rem 15rem}}.stage-search__headline{color:#fff;-webkit-hyphens:auto;hyphens:auto;margin-bottom:4rem}@media(max-width:47.99em){.stage-search__headline{font-size:3rem}}.stage-search__search{margin:0 auto;max-width:50rem}@media(min-width:30em){.teaser-gallery__items{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 -2rem}}.teaser-gallery__item{padding-bottom:4rem}.teaser-gallery__item .teaser{display:inline-block;max-width:290px;text-align:left;width:100%}@media(min-width:30em){.teaser-gallery__item .teaser{max-width:370px}.teaser-gallery__item{flex:0 0 50%;padding:2rem 2rem 4rem}}@media(min-width:61.875em){.teaser-gallery__item{flex:0 0 33.3333333333%;padding:0 4rem 7rem}}.teaser-gallery__item.teaser-gallery--hidden{display:none}.teaser-gallery--expanded .teaser-gallery--filtered{display:block}.teaser-gallery__button-wrap{text-align:center}@media(min-width:61.875em){.teaser-gallery__button-wrap--dynamic{display:none}}.teaser-group__headline{line-height:1;margin-bottom:2rem}@media(min-width:61.875em){.teaser-group__headline{margin-bottom:4rem;margin-left:4rem}}@media(min-width:90em){.teaser-group__headline{margin-left:-2rem}}@media(min-width:30em){.teaser-group__items{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 -2rem}}.teaser-group__item{padding-bottom:4rem}.teaser-group__item:nth-child(2n){text-align:right}.teaser-group__item .teaser{max-width:29rem;text-align:left;width:100%}@media(min-width:30em){.teaser-group__item .teaser{max-width:37rem}.teaser-group__item{flex:0 0 50%;padding:2rem 2rem 4rem}}@media(min-width:61.875em){.teaser-group__item{flex:1 0 33.33%;padding:0 4rem 7rem}}.teaser-intermediate{position:relative}@media(min-width:61.875em){.teaser-intermediate{display:flex;flex-direction:row-reverse;padding-bottom:1.5rem}.teaser-intermediate--right{flex-direction:row}}.teaser-intermediate__image-responsive .image__copyright{bottom:6rem;left:0;right:auto}.teaser-intermediate--right .teaser-intermediate__image-responsive .image__copyright{left:auto;right:0}@media(min-width:48em){.teaser-intermediate__image-responsive{display:none}}.teaser-intermediate__image{display:none;height:100%;width:100%}.teaser-intermediate--right .teaser-intermediate__image .image__copyright{left:0;right:auto}@media(min-width:48em){.teaser-intermediate__image{display:block;max-width:112.5rem}}.teaser-intermediate__content{background-color:#fff;margin-right:2rem;margin-top:-6rem;padding:3rem 1rem 3rem 2rem;position:relative}.teaser-intermediate--right .teaser-intermediate__content{margin-left:2rem;margin-right:0}@media(min-width:48em){.teaser-intermediate__content{margin-right:4rem}.teaser-intermediate--right .teaser-intermediate__content{margin-left:4rem;margin-right:0}}@media(min-width:61.875em){.teaser-intermediate__content{bottom:0;left:0;margin-right:0;margin-top:0;max-width:66.5rem;padding:5rem 8.5rem 1.5rem 7.5rem;position:absolute}.teaser-intermediate--right .teaser-intermediate__content{left:auto;right:0}}@media(min-width:90em){.teaser-intermediate__content{left:2.5rem}.teaser-intermediate--right .teaser-intermediate__content{left:auto;right:2.5rem}}.teaser-intermediate__headline,.teaser-intermediate__kicker{margin-bottom:1.5rem}@media(min-width:48em){.teaser-intermediate__headline{margin-bottom:2.5rem}}.teaser-intermediate__text{font-size:2.2rem;margin-bottom:3rem}@media(min-width:30em){.teaser-intermediate__text{font-size:2.4rem;line-height:1.6}}.teaser-intermediate__more-link{font-size:1.8rem}@media(min-width:48em){.teaser-intermediate__more-link{font-size:2rem}}.teaser-slider__headline{line-height:1;margin-bottom:2rem}@media(min-width:61.875em){.teaser-slider__headline{margin-bottom:4rem;margin-left:4rem}}@media(min-width:90em){.teaser-slider__headline{margin-left:-2rem}}.teaser-slider__content{display:flex}.teaser-slider__controls{align-items:center;display:flex;justify-content:center;z-index:1}.teaser-slider__controls--left{margin-right:1.5rem}.teaser-slider__controls--right{margin-left:1.5rem}.teaser-slider__items{display:flex}.teaser-slider__item{flex:1 0 33.33%;overflow:hidden;width:33.33%}.teaser-slider__item .teaser{padding-left:1.5rem;padding-right:1.5rem}@media(min-width:61.875em){.teaser-slider__item .teaser{padding-left:3rem;padding-right:3rem}}.teaser-slider__item .headline__link{pointer-events:none}.teaser-slider__wrap{overflow-x:hidden}@media(min-width:48em){.teaser-slider__inner{margin:0 auto;max-width:100%}}@media(min-width:61.875em){.teaser-slider__inner{max-width:100%}}.teaser-slider__frame{margin-left:-1.5rem;overflow-x:visible}@media(min-width:61.875em){.teaser-slider__frame{margin-left:-3rem}}.slider--initialized .teaser-slider__item{flex:1 0 100%;width:100%}@media(min-width:30em){.slider--initialized .teaser-slider__item{flex:1 0 50%;width:50%}}@media(min-width:48em){.slider--initialized .teaser-slider__item{flex:1 0 33.33%;width:33.33%}}.teaser-topic-slider{background-color:#004257;padding:5rem 0}@media(min-width:48em){.teaser-topic-slider{padding:7rem 0}}.teaser-topic-slider__headline{color:#fff;font-size:3.5rem;line-height:1;margin:0 2rem}@media(min-width:48em){.teaser-topic-slider__headline{font-size:6rem}}@media(min-width:61.875em){.teaser-topic-slider__headline{font-size:7.5rem;margin:0 4rem}}@media(min-width:90em){.teaser-topic-slider__headline{margin:0 7rem}}@supports(-webkit-text-stroke:1px black){.teaser-topic-slider__headline{-webkit-text-stroke-color:#fff}}@supports not (-webkit-text-stroke:1px black){.teaser-topic-slider__headline{text-shadow:1px 1px 1px #fff,1px -1px 1px #fff,-1px 1px 1px #fff,-1px -1px 1px #fff}}.teaser-topic-slider__content{display:flex;margin:4rem 2rem}@media(min-width:48em){.teaser-topic-slider__content{margin:8rem 3.5rem}}.teaser-topic-slider__items{display:flex}.teaser-topic-slider__item{flex:1 0 25%;overflow:hidden;width:25%}.slider--initialized .teaser-topic-slider__item{flex:1 0 100%;width:100%}@media(min-width:30em){.slider--initialized .teaser-topic-slider__item{flex:1 0 50%;width:50%}}@media(min-width:61.875em){.slider--initialized .teaser-topic-slider__item{flex:1 0 25%;width:25%}}@media(min-width:30em){.teaser-topic-slider__element{padding-left:1rem;padding-right:1rem}}@media(min-width:61.875em){.teaser-topic-slider__element{padding-left:2rem;padding-right:2rem}}.teaser-topic-slider__element-inner{position:relative}.teaser-topic-slider__column{padding-right:2.5rem}.teaser-topic-slider__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.teaser-topic-slider__image .image__copyright{left:0;right:auto}.teaser-topic-slider__box{background-color:#fff;bottom:2.5rem;padding:1.5rem 2rem;position:absolute;right:0}.teaser-topic-slider__item:focus .teaser-topic-slider__box,.teaser-topic-slider__item:focus-within .teaser-topic-slider__box,.teaser-topic-slider__item:hover .teaser-topic-slider__box{left:2.5rem}.teaser-topic-slider__box .more-link{align-items:center;display:flex;justify-content:flex-start;pointer-events:none;width:-moz-fit-content;width:fit-content}@media(min-width:48em){.teaser-topic-slider__box{padding:2rem 3rem}}.teaser-topic-slider__box-content{height:0;opacity:0;overflow:hidden;transition:all .2s;width:0}.teaser-topic-slider__box-content:focus-within{padding:8px}.teaser-topic-slider__item:focus .teaser-topic-slider__box-content,.teaser-topic-slider__item:focus-within .teaser-topic-slider__box-content,.teaser-topic-slider__item:hover .teaser-topic-slider__box-content{height:auto;margin-top:2rem;opacity:1;width:auto}.teaser-topic-slider__box-headline{font-size:2rem}@media(min-width:48em){.teaser-topic-slider__box-headline{font-size:2.8rem}}.teaser-topic-slider__box-text{line-height:1.2;margin-bottom:1.5rem}.teaser-topic-slider__wrap{overflow-x:hidden;width:100%}@media(min-width:48em){.teaser-topic-slider__inner{margin:0 auto;max-width:100%}}@media(min-width:61.875em){.teaser-topic-slider__inner{max-width:100%}}.teaser-topic-slider__frame{overflow-x:visible}.teaser-topic-slider__controls{align-items:center;display:flex;justify-content:center;z-index:99}.teaser-topic-slider__controls .slider__control{background-color:#fff;border:0}.teaser-topic-slider__controls--left{left:2.5rem;position:relative}.teaser-topic-slider__controls--right{position:relative;right:5rem}.teaser-list__inner{padding:6rem 0}@media(min-width:61.875em){.teaser-list__inner{padding:10rem 5.5rem}}.teaser-list__item{padding-bottom:6rem}@media(min-width:30em){.teaser-list__item{padding:2rem 2rem 4rem}}@media(min-width:61.875em){.teaser-list__item{padding:0 4rem 8rem}}.teaser-list__button-wrap{text-align:center}.stage{position:relative}.stage .image__copyright{z-index:20}@media(min-width:61.875em){.stage{align-items:flex-end;display:flex;flex-wrap:wrap}.stage .image__copyright{left:0;right:auto}}@media(min-width:90em){.stage__image-responsive{display:none}}.stage__image{display:none}@media(min-width:90em){.stage__image{display:block}}.stage__content-wrapper{bottom:0;height:25rem;left:0;position:absolute;right:0}.stage__content-wrapper:before{background:linear-gradient(0deg,rgba(0,0,0,.4),transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.stage__content{bottom:4rem;color:#fff;left:2rem;margin-right:2rem;position:absolute;z-index:2}@media(min-width:61.875em){.stage__content{left:6rem;margin-right:4rem;margin-top:0;max-width:50rem}}@media(min-width:90em){.stage__content{left:10rem;max-width:55rem}}.stage__headline,.stage__kicker{margin-bottom:1.5rem}@media(min-width:61.875em){.stage__headline{margin-bottom:2rem}.stage__latest-wrap{margin-bottom:-6rem;margin-left:-8rem;width:calc(30% + 8rem)}}@media(min-width:90em){.stage__latest-wrap{margin-bottom:-10rem}}.stage__latest{background-color:#fff;padding:3rem 2rem;position:relative;z-index:2}@media(min-width:61.875em){.stage__latest{max-width:66.5rem;padding:3rem 4rem}}@media(min-width:90em){.stage__latest{padding:6rem}}.stage__latest-headline{font-size:5rem;max-width:36rem}.stage-teaser__item{display:flex;padding-top:3rem}.stage-teaser__item:not(:last-child){border-bottom:1px solid #eef1f3;padding-bottom:3rem}@media(min-width:61.875em){.stage-teaser__item{max-width:38rem}}.stage__image-wrap{position:relative}@media(min-width:61.875em){.stage__image-wrap{width:70%}}.stage-teaser__image{width:142px}.stage-teaser__content{padding-left:3rem}.stage-teaser__content .kicker{padding-bottom:1rem;padding-left:0}.stage-teaser__headline{font-size:2rem}.stage-teaser__item:hover .stage-teaser__headline{text-decoration:underline}.hotspot{background-color:#eef1f3;padding:4rem 3rem;position:relative}@media(min-width:48em){.hotspot{padding:7rem 10rem}}.hotspot__headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem}@media(min-width:48em){.hotspot__headline{font-size:3.6rem;margin-bottom:4rem}}.hotspot__items{align-items:center;display:flex;flex-wrap:wrap}.hotspot__item{flex:1 0 100%;position:relative;width:100%}@media(min-width:48em){.hotspot__item{flex:1 0 33.33%;width:33.33%}}.hotspot__number{color:#dc0a1e;font-family:Sailors Rough,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-size:11.5rem;position:absolute;right:20%;top:0;z-index:9}@media(min-width:61.875em){.hotspot__number{font-size:20rem;left:auto;transform:none}}.hotspot__image{position:relative}.hotspot__touchpoint{align-items:center;background-color:rgba(51,51,51,.5);border-radius:50%;display:inline-flex;height:32px;justify-content:center;position:absolute;width:32px}.hotspot__touchpoint:after{background-color:#fff;border-radius:50%;content:"";height:16px;width:16px}@media(min-width:48em){.hotspot__touchpoint:after{height:27px;width:27px}.hotspot__touchpoint{height:56px;width:56px}}nav.toc{background-color:#eef1f3;padding:1.5rem 2rem 2.5rem}@media(min-width:48em){nav.toc{padding:3rem 4.5rem 4rem}}.toc__headline{font-family:FF Zwo,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;text-transform:none}@media(min-width:48em){.toc__headline{font-size:3.5rem}}.toc-list{margin-top:3.5rem;padding:0}@media(min-width:48em){.toc-list{margin-top:4rem}}@media(min-width:61.875em){.toc-list{margin-top:5rem}}.toc-list__item:not(:last-child){margin-bottom:2rem}.toc-list__item-link{align-items:center;display:inline-flex;font-size:1.8rem}.toc-list__item-link:hover{text-decoration:underline}@media(min-width:48em){.toc-list__item-link{font-size:2rem}}.toc-list__item-icon{font-size:2rem;margin-right:1.2rem;transform:rotate(180deg)}.youtube-placeholder{padding-top:57.2%;position:relative}.youtube-placeholder.video__portrait{aspect-ratio:9/16;margin:auto;max-height:624px;padding-top:0}.youtube-placeholder.video__portrait .youtube-placeholder__inner{height:100%;position:inherit}.youtube-placeholder__inner{bottom:0;left:0;position:absolute;right:0;top:0}.youtube-placeholder__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.uc-embedding-wrapper{background-color:hsla(0,0%,100%,.95);display:flex;flex-direction:column;left:50%;max-height:calc(100% - 3.5rem);max-width:calc(100% - 5rem);padding:2.5rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:104}.embed-responsive-item{height:100%;width:100%}.hkk-steps{padding:20px}.hkk-steps .hkk-steps__headline>.headline--display-2{font-size:2.3rem}.hkk-steps .step{display:flex;margin:40px 0}.hkk-steps .step .counter{display:flex;flex-direction:column;justify-content:center;margin:0;position:relative}.hkk-steps .step .counter .cycle{border:4px solid #004070;border-radius:50%;color:#004070;display:flex;font-size:40px;font-weight:700;height:70px;justify-content:center;line-height:55px;width:70px}.hkk-steps .step .counter .arrow{border:solid #d92a3b;border-width:0 3px 3px 0;bottom:-25px;height:20px;left:calc(50% - 10px);padding:6px;position:absolute;transform:rotate(45deg);-webkit-transform:rotate(45deg);width:20px}.hkk-steps .step .content{align-items:center;display:flex;flex:1 1 auto}.hkk-steps .step .content p{color:#333;font-size:2.1rem;line-height:1;margin:0;padding-left:10px}.hkk-steps .step .icon{height:2.5em;width:2.5em}.hkk-steps .step:last-child .counter .arrow{display:none}.hkk-tooltip-wrapper{display:flex;gap:10px}.hkk-tooltip-wrapper.position-center{justify-content:center}.hkk-tooltip-wrapper.position-left{justify-content:left}.hkk-tooltip-wrapper.position-right{justify-content:right}.hkk-tooltip{margin-top:2px;position:relative}.hkk-tooltip.active .hkk-tooltip__icon:before{border-bottom:7px solid #666;border-left:7px solid transparent;border-right:7px solid transparent;content:"";font-size:15px;height:0;left:4px;margin-left:0;position:absolute;top:21px;width:0}.hkk-tooltip.active .hkk-tooltip__body{display:block}.hkk-tooltip.active.hkk-tooltip-right .hkk-tooltip__icon:before{display:none}.hkk-tooltip.active.hkk-tooltip-right .hkk-tooltip__body{border:none;border-radius:0;box-shadow:0 0 0 0;padding:15px 20px;right:-20px;top:-15px;transform:translateX(100%);width:-moz-max-content;width:max-content}.hkk-tooltip.active.hkk-tooltip-right .hkk-tooltip__body:before{border-bottom:12px solid #e3e9ec;border-left:12px solid transparent;border-right:12px solid transparent;content:"";font-size:15px;height:0;left:-17px;margin-left:0;position:absolute;right:auto;top:20px;transform:rotate(-90deg);width:0}.hkk-tooltip__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBmaWxsPSIjYWZiY2M1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDAgMTk1Yy01Mi40NyAwLTk1LTQyLjUzLTk1LTk1UzQ3LjUzIDUgMTAwIDVzOTUgNDIuNTMgOTUgOTUtNDIuNTMgOTUtOTUgOTVtMTAuMzYtNDVWODVIOTIuMjN2NjV6bTIuMS04OC44NGMwLTYuMTQtNS4wMy0xMS4xNi0xMS4xNi0xMS4xNkM5NS4wMiA1MCA5MCA1NS4wMiA5MCA2MS4xNmMwIDYuMjcgNS4wMiAxMS4zIDExLjMgMTEuMyA2LjEzIDAgMTEuMTUtNS4wMyAxMS4xNS0xMS4zeiIvPjwvc3ZnPg==);border-radius:50%;cursor:help;display:inline-block;height:20px;position:relative;width:20px}.hkk-tooltip__body{border:1px solid #666;border-radius:4px;box-shadow:0 0 6px rgba(0,0,0,.4);display:none;font-size:14px;min-height:0;padding:5px 9px;position:absolute;right:-3px;text-align:left;top:28px;z-index:1;word-wrap:break-word;background-color:#e3e9ec;color:#333;max-width:calc(100vw - 20px);width:-moz-max-content;width:max-content}@media screen and (min-width:420px){.hkk-tooltip__body{max-width:400px}}.hkk-icontextlist{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;list-style:none}.hkk-icontextlist .hkk-icontextlist__item{display:flex;flex-basis:calc(50% - 23px);flex-grow:1;gap:20px}@media(min-width:48em){.hkk-icontextlist .hkk-icontextlist__item{gap:30px}}.hkk-icontextlist .hkk-icontextlist__icon{flex-shrink:0;width:50px}@media(min-width:48em){.hkk-icontextlist .hkk-icontextlist__icon{width:70px}}.hkk-icontextlist .hkk-icontextlist__icon .icon{fill:var(--icon-color);height:100%;width:100%}.hkk-icontextlist .hkk-icontextlist__title{font-size:1.1em;font-weight:700}.hkk-icontextlist .hkk-icontextlist__body{font-weight:400}.hkk-icontextlist.icontextlist-theme_one{gap:25px;padding:0 15px}@media(min-width:48em){.hkk-icontextlist.icontextlist-theme_one{flex-direction:row;gap:45px;padding:0 30px}}.hkk-icontextlist.icontextlist-theme_one .hkk-icontextlist__item{align-items:flex-start}.hkk-icontextlist.icontextlist-theme_one .hkk-icontextlist__item .hkk-icontextlist__link{display:flex;flex-grow:1;gap:20px}.hkk-icontextlist.icontextlist-theme_two{gap:20px;padding:0}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item{align-items:center;border-radius:15px;gap:20px;line-height:1;padding:2rem;position:relative}@media(min-width:30em){.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item{padding:3rem 2rem}}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__icon{width:40px}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__title{margin-bottom:8px}@media(max-width:29.99em){.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__body{display:none}}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__link{align-items:center;display:flex;flex-direction:row;gap:20px;padding:0 2rem 0 0;width:100%}@media(min-width:30em){.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__link{padding:0 4rem 0 0}}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__link:after{border-bottom:4px solid;border-right:4px solid;content:" ";display:inline-block;height:20px;position:absolute;right:5%;top:50%;transform:translateY(-50%) rotate(-45deg);width:20px}@media(min-width:30em){.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__link:after{right:3%}}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__link:hover{text-decoration:none}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three .formatted-text{margin-bottom:32px}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul{gap:32px;margin-bottom:32px;padding-inline-start:0}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul li{gap:16px}@media(min-width:30em){.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul li{gap:24px}}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul li .hkk-icontextlist__content{display:flex;flex-direction:column;gap:8px}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul li .hkk-icontextlist__content .hkk-icontextlist__title{font-size:2.4rem}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul li .hkk-icontextlist__content .hkk-icontextlist__body{font-weight:200}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul li .hkk-icontextlist__icon{width:auto}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three ul li .hkk-icontextlist__icon .icon{height:48px;width:48px}.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three .hkk-icontextlist__button .button{width:100%}@media(min-width:30em){.hkk-icontextlist-wrapper.icontextlist-wrapper-theme_three .hkk-icontextlist__button .button{width:auto}}.hkk-appteaser{align-items:flex-start;background-color:#e5ecf6;display:flex;flex-direction:column-reverse;gap:2rem;max-width:100%;overflow:hidden;position:relative}@media(max-width:47.99em){.hkk-appteaser{margin:3rem 0}}.hkk-appteaser__content{padding:0 4rem}.hkk-appteaser .hkk-appteaser__image__container,.hkk-appteaser__image{height:100%;width:100%}.hkk-appteaser__image img{height:100%;-webkit-mask-image:linear-gradient(180deg,transparent,2%,#000 10%);mask-image:linear-gradient(180deg,transparent,2%,#000 10%);max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right top;object-position:right top;width:100%}.hkk-appteaser__image__icon{height:auto;left:4rem;position:absolute;top:2rem;width:150px}.hkk-appteaser.hkk-appteaser__layout-0 .hkk-appteaser__image__container{min-height:480px;position:relative}@media screen and (min-width:700px){.hkk-appteaser.hkk-appteaser__layout-0{flex-direction:column;height:350px}.hkk-appteaser.hkk-appteaser__layout-0 .hkk-appteaser__image__container{min-height:100%;position:absolute}.hkk-appteaser.hkk-appteaser__layout-0 .hkk-appteaser__image__icon{left:50%;top:2.5rem}}@media(min-width:48em){.hkk-appteaser.hkk-appteaser__layout-1{height:100%}}.hkk-appteaser.hkk-appteaser__layout-1 .hkk-appteaser__image__container{position:absolute}@media(min-width:48em){.hkk-appteaser.hkk-appteaser__layout-1 .hkk-appteaser__image__container{position:relative}}@media(max-width:47.99em){.hkk-appteaser.hkk-appteaser__layout-1 .hkk-appteaser__content{padding:0 4rem 4rem}.hkk-appteaser.hkk-appteaser__layout-1 .hkk-appteaser__image__icon{display:none}}.hkk-appteaser.hkk-appteaser__layout-1 .hkk-appteaser__iconlist{display:none}.hkk-appteaser .hkk-appteaser__headline{padding-bottom:2rem;padding-top:4rem;position:relative;z-index:3}.hkk-appteaser .hkk-appteaser__headline h1,.hkk-appteaser .hkk-appteaser__headline h2,.hkk-appteaser .hkk-appteaser__headline h3,.hkk-appteaser .hkk-appteaser__headline h4,.hkk-appteaser .hkk-appteaser__headline h5,.hkk-appteaser .hkk-appteaser__headline h6{line-height:1.2em;margin-bottom:0;margin-top:0;padding:0}.hkk-appteaser .hkk-appteaser__iconlist{list-style:none;margin-bottom:0;padding-left:0;z-index:3}.hkk-appteaser .hkk-appteaser__iconlist li{font-size:1.5rem;line-height:3rem;padding-left:3.5rem;position:relative}.hkk-appteaser .hkk-appteaser__iconlist li .icon{font-size:2.5rem;left:0;position:absolute;top:.5rem;fill:var(--icon-color)}.hkk-appteaser .button,.hkk-appteaser .button:hover{border-radius:3px;margin-left:0;margin-right:1.5rem;margin-top:2rem;position:relative;text-decoration:none;z-index:3}.hkk-headline,.hkk-subheadline{display:block;line-height:1.1;margin-bottom:1rem}@media(min-width:30em){.hkk-headline,.hkk-subheadline{margin-bottom:1.5rem}}@media(min-width:48em){.hkk-headline,.hkk-subheadline{margin-bottom:2rem}}.hkk-headline-align-center,.hkk-subheadline-align-center{text-align:center}.hkk-headline-align-left,.hkk-subheadline-align-left{text-align:left}.hkk-headline-align-right,.hkk-subheadline-align-right{text-align:right}.hkk-headline-size-h1,.hkk-subheadline-size-h1{font-size:3.6rem}@media(min-width:30em){.hkk-headline-size-h1,.hkk-subheadline-size-h1{font-size:5.5rem}}@media(min-width:48em){.hkk-headline-size-h1,.hkk-subheadline-size-h1{font-size:5.5rem}}@media(min-width:61.875em){.hkk-headline-size-h1,.hkk-subheadline-size-h1{font-size:5.5rem}}.hkk-headline-size-h2,.hkk-subheadline-size-h2{font-size:2.4rem}@media(min-width:30em){.hkk-headline-size-h2,.hkk-subheadline-size-h2{font-size:3.6rem}}@media(min-width:48em){.hkk-headline-size-h2,.hkk-subheadline-size-h2{font-size:3.6rem}}@media(min-width:61.875em){.hkk-headline-size-h2,.hkk-subheadline-size-h2{font-size:3.6rem}}.hkk-headline-size-h3,.hkk-subheadline-size-h3{font-size:1.6rem}@media(min-width:30em){.hkk-headline-size-h3,.hkk-subheadline-size-h3{font-size:1.6rem}}@media(min-width:48em){.hkk-headline-size-h3,.hkk-subheadline-size-h3{font-size:1.6rem}}@media(min-width:61.875em){.hkk-headline-size-h3,.hkk-subheadline-size-h3{font-size:1.6rem}}.hkk-headline-size-h4,.hkk-subheadline-size-h4{font-size:1.6rem}@media(min-width:30em){.hkk-headline-size-h4,.hkk-subheadline-size-h4{font-size:1.6rem}}@media(min-width:48em){.hkk-headline-size-h4,.hkk-subheadline-size-h4{font-size:1.6rem}}@media(min-width:61.875em){.hkk-headline-size-h4,.hkk-subheadline-size-h4{font-size:1.6rem}}.hkk-headline-size-copy,.hkk-subheadline-size-copy{font-size:1.6rem;font-weight:400}@media(min-width:30em){.hkk-headline-size-copy,.hkk-subheadline-size-copy{font-size:1.6rem}}@media(min-width:48em){.hkk-headline-size-copy,.hkk-subheadline-size-copy{font-size:1.6rem}}@media(min-width:61.875em){.hkk-headline-size-copy,.hkk-subheadline-size-copy{font-size:1.6rem}}.hkk-headline-size-copy-small,.hkk-subheadline-size-copy-small{font-size:1.4rem;font-weight:400}@media(min-width:30em){.hkk-headline-size-copy-small,.hkk-subheadline-size-copy-small{font-size:1.4rem}}@media(min-width:48em){.hkk-headline-size-copy-small,.hkk-subheadline-size-copy-small{font-size:1.4rem}}@media(min-width:61.875em){.hkk-headline-size-copy-small,.hkk-subheadline-size-copy-small{font-size:1.4rem}}.hkk-headline{color:#004257;font-family:Sailors,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;font-weight:400}.hkk-subheadline{color:#004257;font-family:FF Zwo,Helvetica,Arial,sans-serif;font-weight:700;margin-bottom:0}.hkk-appteaser{color:#004070;margin-left:20px;margin-right:20px}.hkk-appteaser .hkk-appteaser__iconlist li .icon{color:#dc0a1e}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item{background-color:#eef1f3}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item:hover{background-color:#b3c2cd}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__body,.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__title{color:#236fa8}.hkk-icontextlist.icontextlist-theme_two .hkk-icontextlist__item .hkk-icontextlist__link:after{border-bottom:4px solid #236fa8;border-right:4px solid #236fa8}.hero .hero_image{border-bottom:5px solid #004070}.hero .hero_image:after{border-bottom:5px solid #dc0a1e}@media(min-width:30em){.hero .hero_image picture{max-width:1240px}}.hero .hero_content .hero_content_wrapper,.hero .hero_image .hero_image_content .hero_image_overlay,.hero .hero_image .hero_image_content .hero_image_overlay .hero_image_overlay_link{color:#004070}.hero .hero_content .hero_content_wrapper .hero_content_menu ul li span{color:#b3c2cd}.hero .hero_content .hero_content_wrapper .hero_content_menu ul li a:hover{border-bottom:2px solid #004070}.hero.hero-design-1 .hero_image .hero_image_content .hero_image_overlay .hero_image_overlay_link:hover .button--red,.hero.hero-design-2 .hero_image .hero_image_content .hero_image_overlay_link:hover .button--red{background-color:#dc0a1e}
