@charset "UTF-8";
/**!
 * @author ressourcenmangel an der Panke GmbH <adp@ressourcenmangel.de>
 */
/**!
 * @author ressourcenmangel an der Panke GmbH <adp@ressourcenmangel.de>
 */
/**
 * Themes
 *
 * Theme stylesheets
 */
/*$color-orange: #cf7f00;*/
/*
  Fonts
*/
/*
  Elements
*/
/*
  Fonts
*/
/*
  Colors
*/
/*
  Elements
*/
/**
 * Abstracts
 *
 * Global variables, functions, mixins and placeholders.
 */
/**
 * Contains floats in modern browsers
 *
 * @soruce http://cssmojo.com/the-very-latest-clearfix-reloaded/
 */
/**
 * Hides things but keeps it available for screen readers.
 *
 * @soruce https://github.com/inuitcss/inuitcss/blob/develop/tools/_tools.hidden.scss
 * @param $important Apply all styles as !important
 */
/**
 * Undos hidden-visually()
 *
 * @param $important Apply all styles as !important
 */
/**
 * Shared styles for a basic link
 */
/**
 * Adds overlay style to link
 */
a[href]:focus,
area[href]:focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
button:not([disabled]):focus,
[tabindex='0']:focus, .checkbox__input:focus + .checkbox__indicator, .hero-slider__prev:focus,
.hero-slider__next:focus {
    outline: 1px dashed #003c71;
    outline-offset: 2px; }

/**
 * Removes browser-default list styles
 */
/**
 * Returns url() with an encoded SVG data-uri
 *
 * @param $svg Source SVG
 * @return Inline encoded data value
 */
/**
 * Replaces characters in a string
 *
 * @private
 * @param $string Input value
 * @param $search Value to search
 * @param $replace Value to replace with
 * @return Output value
 */
/**
 * Z-Index helper
 *
 * @param $element Element name
 * @param $list List with elements (defaults to $z-index-order)
 * @param $base Integer to start z-index
 * @return Z-index value for element
 */
/**
 * Vendors
 *
 * CSS files from external libraries and frameworks.
 */
/*! 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,
figcaption,
figure,
footer,
header,
main,
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,
[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 */
    -webkit-box-sizing: inherit;
    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 {
    -webkit-box-sizing: border-box;
    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"],
[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; }

/* stylelint-disable */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none; }
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
    display: block; }

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity; }

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none; }

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden; }

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0; }

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden; }

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222; }

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0; }

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC; }

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
.pswp__button:active {
    outline: none;
    opacity: 0.9; }
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1; }
/*
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../images/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }


@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../images/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
*/
.pswp__button--close {
    background-position: 0 -44px; }

.pswp__button--share {
    background-position: -44px -44px; }

.pswp__button--fs {
    display: none; }

.pswp--supports-fs .pswp__button--fs {
    display: block; }

.pswp--fs .pswp__button--fs {
    background-position: -44px 0; }

.pswp__button--zoom {
    display: none;
    background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
    display: block; }

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute; }

.pswp__button--arrow--left {
    left: 0; }

.pswp__button--arrow--right {
    right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute; }

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px; }

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity; }

.pswp__share-modal--hidden {
    display: none; }

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform; }
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000; }
.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
    opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px; }

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none; }

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF; }
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF; }

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D; }

a.pswp__share--download:hover {
    background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px; }

/*

  4. Caption

 */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px; }
.pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC; }

.pswp__caption--empty {
    display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
    visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr; }

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px; }

.pswp__preloader--active {
    opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../images/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
    /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0; }

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right; } }

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg); }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0); } }

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg); }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0); } }

/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible; }

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
    opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none; }

.pswp__element--disabled {
    display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
    background: none; }

.pswp__bg {
    background-color: #fff; }

.pswp__ui {
    max-height: 520px;
    padding-top: calc(75% + 30px);
    position: relative;
    height: 0; }

.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(255, 255, 255, 0); }

.pswp__img--placeholder--blank {
    background: rgba(255, 255, 255, 0.8); }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    height: 118px;
    width: 80px;
    display: none; }
@media (min-width: 54.0625em) {
    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        display: block;
        top: 50%; } }

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

.pswp__ui .pswp__button--arrow--left::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23003c71'%3E%3Cpolygon transform='translate(10.000000, 26.000000) scale(-1, 1) translate(-10.000000, -26.000000)' points='0.991 1.951 2.754 0.793 19.054 26.36 2.481 51.986 0.929 50.93 16.709 26.36'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
    height: 78px;
    width: 30px; }
@media (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
    .pswp__ui .pswp__button--arrow--left::before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23003c71'%3E%3Cpolygon transform='translate(10.000000, 26.000000) scale(-1, 1) translate(-10.000000, -26.000000)' points='0.991 1.951 2.754 0.793 19.054 26.36 2.481 51.986 0.929 50.93 16.709 26.36'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat; } }

.pswp__ui .pswp__button--arrow--right::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23003c71'%3E%3Cpolygon points='0.991 1.951 2.754 0.793 19.054 26.36 2.481 51.986 0.929 50.93 16.709 26.36'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
    height: 78px;
    width: 30px; }
@media (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
    .pswp__ui .pswp__button--arrow--right::before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23003c71'%3E%3Cpolygon points='0.991 1.951 2.754 0.793 19.054 26.36 2.481 51.986 0.929 50.93 16.709 26.36'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat; } }

@media (min-width: 54.0625em) {
    .pswp__counter {
        display: none; } }

.pswp__button--close {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='8669.776 -1958.408 18.221 18.305'%3E%3Cpath fill='%23003c71' d='M8672.41-1958.408l6.477,6.477,6.477-6.477,2.634,2.634-6.519,6.519,6.519,6.519-2.634,2.634-6.477-6.477-6.477,6.477-2.634-2.634,6.519-6.519-6.519-6.519Z'/%3E%3C/svg%3E") center center no-repeat;
    background-size: 15px 15px;
    height: 60px;
    position: absolute;
    right: 0;
    top: -8rem;
    width: 60px;
    margin-right: 15px;
    margin-top: 40px;
}
.pswp__button--close:after {
    content: 'schlie\0000dfen';
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    color: #003c71; }
@media (min-width: 54.0625em) {
    .pswp__button--close {
        right: -7rem;
        top: -2.7rem;
        margin-right: 0px;
        margin-top: 40px; } }

.pswp__scroll-wrap {
    width: 80%;
    height: 90%;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    /* max-width: 816px; */
    padding-top: 2.8rem; }
@media (min-width: 54.0625em) {
    .pswp__scroll-wrap {
        height: 80%;
        padding: 0 8rem; } }
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
    .pswp__scroll-wrap {
        height: 100%; } }

.pswp__img {
    width: 100% !important;
    height: auto !important;
    margin-top: 2.8rem; }
@media (min-width: 54.0625em) {
    .pswp__img {
        padding: 0 8rem; } }

.pswp--zoom-allowed .pswp__img {
    cursor: default !important; }

.pswp__zoom-wrap {
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1) !important;
    transform: translate3d(0px, 0px, 0px) scale(1) !important; }

.pswp__caption {
    left: 0;
    right: 0;
    top: 75%;
    margin: auto;
    bottom: auto;
    padding: 2rem;
    font-weight: 700; }

.pswp__ui--fit .pswp__caption {
    background-color: #e2f2e2; }

.pswp__caption__center {
    color: #333;
    margin: 0; }

/**
 * Base
 *
 * Boilerplate code for the project.
 */
@font-face {
    font-family: 'BundesSans';
    font-weight: normal;
    src: url("../Fonts/bundes-sans-regular.woff") format("woff"); }

@font-face {
    font-family: 'BundesSans';
    font-style: italic;
    font-weight: normal;
    src: url("../Fonts/bundes-sans-regular-italic.woff") format("woff"); }

@font-face {
    font-family: 'BundesSans';
    font-weight: 600;
    src: url("../Fonts/bundes-sans-bold.woff") format("woff"); }

@font-face {
    font-family: 'BundesSans';
    font-style: italic;
    font-weight: 600;
    src: url("../Fonts/bundes-sans-bold-italic.woff") format("woff"); }

@font-face {
    font-family: 'BundesSans';
    font-weight: bold;
    src: url("../Fonts/bundes-sans-bold.woff") format("woff"); }

@font-face {
    font-family: 'BundesSans';
    font-style: italic;
    font-weight: bold;
    src: url("../Fonts/bundes-sans-bold-italic.woff") format("woff"); }

@font-face {
    font-family: 'BundesSerif';
    font-weight: normal;
    src: url("../Fonts/bundes-serif-regular.woff2") format("woff2"), url("../Fonts/bundes-serif-regular.woff") format("woff"); }

@font-face {
    font-family: 'BundesSerif';
    font-style: italic;
    font-weight: normal;
    src: url("../Fonts/bundes-serif-regular-italic.woff2") format("woff2"), url("../Fonts/bundes-serif-regular-italic.woff") format("woff"); }

@font-face {
    font-family: 'BundesSerif';
    font-weight: 600;
    src: url("../Fonts/bundes-serif-medium.woff2") format("woff2"), url("../Fonts/bundes-serif-medium.woff") format("woff"); }

@font-face {
    font-family: 'BundesSerif';
    font-style: italic;
    font-weight: 600;
    src: url("../Fonts/bundes-serif-medium-italic.woff2") format("woff2"), url("../Fonts/bundes-serif-medium-italic.woff") format("woff"); }

@font-face {
    font-family: 'BundesSerif';
    font-weight: bold;
    src: url("../Fonts/bundes-serif-bold.woff2") format("woff2"), url("../Fonts/bundes-serif-bold.woff") format("woff"); }

@font-face {
    font-family: 'BundesSerif';
    font-style: italic;
    font-weight: bold;
    src: url("../Fonts/bundes-serif-bold-italic.woff2") format("woff2"), url("../Fonts/bundes-serif-bold-italic.woff") format("woff"); }

@font-face {
    font-family: 'Open Sans Optimized';
    font-weight: normal;
    src: url("../Fonts/open-sans-regular-optimized.woff2") format("woff2"), url("../Fonts/open-sans-regular-optimized.woff") format("woff");
    unicode-range: U+0021-007E, U+00C4, U+00D6, U+00DC, U+00E4, U+00F6, U+00FC, U+00DF; }

@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    src: url("../Fonts/open-sans-regular.woff2") format("woff2"), url("../Fonts/open-sans-regular.woff") format("woff"); }

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: url("../Fonts/open-sans-italic.woff2") format("woff2"), url("../Fonts/open-sans-italic.woff") format("woff"); }

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url("../Fonts/open-sans-semibold.woff2") format("woff2"), url("../Fonts/open-sans-semibold.woff") format("woff"); }

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url("../Fonts/open-sans-semibold-italic.woff2") format("woff2"), url("../Fonts/open-sans-semibold-italic.woff") format("woff"); }

@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    src: url("../Fonts/open-sans-bold.woff2") format("woff2"), url("../Fonts/open-sans-bold.woff") format("woff"); }

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: bold;
    src: url("../Fonts/open-sans-bold-italic.woff2") format("woff2"), url("../Fonts/open-sans-bold-italic.woff") format("woff"); }

/**
 * Declare all block-level element margins in the same direction.
 * See: http://csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
    margin: 0; }

/**
 * Match type styles of form elements to parents
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    -webkit-padding-end: 0;
    -moz-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-inline-start: 0; }

/**
 * Default link style
 */
a,
button {
    color: inherit;
    text-decoration: none; }
a:hover, a:focus,
button:hover,
button:focus {
    text-decoration: underline; }

/**
 * Default paragraph style
 */
p {
    font-size: 1.3rem; }
p b {
    color: #000; }
@media (min-width: 31.875em) {
    p {
        font-size: 1.5rem; } }

/**
 * 1. Set default type styles for the project.
 * 2. Ensure the page always fills at least the entire height of the viewport.
 * 3. Force scrollbars to always be visible to prevent awkward 'jumps' when
 *    navigating between pages.
 */
html {
    color: #333;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100%;
    overflow-y: scroll; }

.has-overlay {
    overflow: hidden; }

.disable-scroll {
    overflow: hidden; }

.fonts-stage-1 {
    font-family: "Open Sans Optimized", "Calibri", Helvetica, Arial, sans-serif; }

.fonts-stage-2 {
    font-family: "Open Sans", "Calibri", Helvetica, Arial, sans-serif; }

body {
    background: #e5e5e5;
    font-size: 1.5rem;
    min-width: 320px; }

/**
 * 1. Offset `alt` text from surrounding copy.
 * 2. Keep images from scaling beyond the width of their parents.
 * 3. Prevent images from being stretched when width or height attributes are
 *    present.
 */
img {
    font-style: italic;
    height: auto;
    max-width: 100%; }

.u-hidden {
    display: none !important; }

.u-hidden-visually {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important; }

.u-align-center {
    text-align: center !important; }

.u-align-left {
    text-align: left !important; }

.u-align-right {
    text-align: right !important; }

.no-js .u-hide-no-js {
    display: none; }

.u-collapse[aria-expanded='false'] {
    display: none; }

.u-collapse[aria-expanded='true'] {
    display: block; }

/**
 * Layout
 *
 * Stylesheets for the main parts of the site.
 */
.article {
    background-color: #fff;
    overflow: hidden; }

.article__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 3rem;
    padding-top: 3rem; }
@media all {
    .article__container {
        padding-left: 2rem;
        padding-right: 2rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 100%; } }
@media (min-width: 31.875em) {
    .article__container {
        padding-left: 3rem;
        padding-right: 3rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 58rem; } }
@media (min-width: 54.0625em) {
    .article__container {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 87rem; } }
@media (min-width: 74.375em) {
    .article__container {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 87rem; } }
.article__container::after {
    clear: both;
    content: '';
    display: block; }
@media (min-width: 31.875em) {
    .article__container {
        padding-bottom: 5rem;
        padding-top: 5rem; } }
.page__section + .article__container {
    padding-top: 0; }

.article__paragraph {
    margin: 0 0 1rem; }
@media (min-width: 31.875em) {
    .article__paragraph {
        margin: 0 0 2rem; } }

@media (min-width: 31.875em) {
    .article__paragraph--intro {
        font-size: 1.6rem; } }

.article__headline {
    margin: 2rem 0; }
@media (max-width: 54.0525em) {
    .article__headline {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; } }

.article__section {
    margin-bottom: 3rem;
    position: relative;
    z-index: 104; }
.article__section::after {
    clear: both;
    content: '';
    display: block; }
@media (min-width: 31.875em) {
    .article__section {
        margin-bottom: 3.5rem; } }
@media (min-width: 54.0625em) {
    .article__section {
        margin-bottom: 4rem; } }
.article__section:last-child {
    margin-bottom: 0; }

.article__section--outset {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2); }

.article__section--outset .table  {
    margin: 0 1rem;
}
.article__section--outset .table caption {
    padding-left: 1.5rem;
}

@media (min-width: 31.875em) {
    .article__section--outset {
        margin-left: -4rem;
        margin-right: -4rem; } }
@media (min-width: 54.0625em) {
    .article__section--outset {
        margin-left: -3rem;
        margin-right: -3rem; } }

.article__section--fullwide {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2); }

@media (min-width: 41.875em) {
    .article__section--infobox {
        float: left;
        margin-left: -2rem;
        margin-right: 4rem;
        width: 27rem; } }

@media (min-width: 54.0625em) {
    .article__section--infobox {
        margin-left: -5rem; } }

@media (min-width: 74.375em) {
    .article__section--infobox {
        margin-left: -7rem; } }

@media (min-width: 41.875em) {
    .article__section--infobox-right {
        float: right;
        margin-left: 4rem;
        margin-right: -2rem; }
    .accordion .article__section--infobox-right {
        margin-right: 0;
        margin-top: 3rem; } }

@media (min-width: 54.0625em) {
    .article__section--infobox-right {
        margin-right: -5rem;
        margin-top: 1rem; } }

@media (min-width: 74.375em) {
    .article__section--infobox-right {
        margin-right: -7rem; } }

.main-navigation,
.main-navigation__menu,
.main-navigation__section-list {
    margin-bottom: 0;
    padding-left: 0; }

.main-navigation--disabled {
    opacity: 0.25; }
.main-navigation--disabled .main-navigation__item {
    pointer-events: none; }

.main-navigation__item {
    color: #333;
    position: relative; }

.main-navigation__link,
.main-navigation__section-title,
.main-navigation__section-link {
    color: inherit;
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    text-decoration: none; }
.main-navigation__link:hover, .main-navigation__link:focus,
.main-navigation__section-title:hover,
.main-navigation__section-title:focus,
.main-navigation__section-link:hover,
.main-navigation__section-link:focus {
    outline: 0;
    text-decoration: none; }

.main-navigation__link {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }

.main-navigation__link--active {
    color: #333; }

.main-navigation__menu-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    display: none; }

.main-navigation__menu-wrapper--visible {
    display: block; }

.main-navigation__section {
    border-bottom: 1px solid #333; }

.main-navigation__section-title {
    padding-bottom: 1rem;
    padding-top: 1rem; }

.main-navigation__section-title:hover,
.main-navigation__section-link:hover {
    color: #333; }

.main-navigation__section-list {
    display: none;
    margin-bottom: 1.5rem;
    margin-top: -0.25rem; }

.main-navigation__section-list--visible {
    display: block; }

.main-navigation__section-link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }

.main-navigation__collapse-icon {
    margin-top: -0.6rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 1rem; }
.main-navigation__link[aria-expanded='true'] .main-navigation__collapse-icon,
.main-navigation__section-title[aria-expanded='true'] .main-navigation__collapse-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (min-width: 62.5em) {
    .main-navigation {
        -ms-flex-align: end;
        align-items: flex-end;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .main-navigation__item {
        margin: 0 1.5rem; }
    .main-navigation__item:hover .main-navigation__menu-wrapper,
    .main-navigation__item:focus .main-navigation__menu-wrapper,
    .main-navigation__link--focus + .main-navigation__menu-wrapper {
        display: block; }
    .main-navigation__link {
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 0.3rem solid transparent;
        border-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.4rem;
        line-height: 1.1;
        padding: 1rem 1.1rem 4rem;
        text-align: center; }
    .main-navigation__item:hover .main-navigation__link, .main-navigation__link:hover, .main-navigation__link:focus, .main-navigation__link--active, .main-navigation__link[aria-expanded='true'] {
        color: #003c71;
        text-shadow: 1px 0 0 #003c71;
        text-decoration: none; }
    .main-navigation__item:hover .main-navigation__link, .main-navigation__link[aria-haspopup='true']:hover, .main-navigation__link[aria-haspopup='true']:focus, .main-navigation__link[aria-expanded='true'] {
        background-color: #e2f2e2; }
    .header--not-top .main-navigation__link {
        padding: 1rem 1.5rem 1.8rem; }
    .main-navigation__menu-wrapper {
        font-size: 1.3rem;
        left: 0;
        min-width: 20rem;
        padding: 0.5rem 0;
        position: absolute;
        top: 100%; }
    .main-navigation__section {
        border-bottom: 0; }
    .main-navigation__section-list {
        display: block;
        margin-bottom: 0; }
    .main-navigation__section-title,
    .main-navigation__section-link {
        padding: 0.5rem 1.5rem; }
    .main-navigation__section-title:hover, .main-navigation__section-title:focus, .main-navigation__section-title--active,
    .main-navigation__section-link:hover,
    .main-navigation__section-link:focus,
    .main-navigation__section-link--active {
        background-color: #e2f2e2;
        color: #333;
        font-weight: 700; }
    .main-navigation__section-link {
        padding-left: 3rem; } }

@media (min-width: 54.0625em) {
    .main-navigation__item {
        font-size: 1.5rem; }
    .main-navigation__link--active {
        border-bottom-width: 0.5rem; } }

@media (min-width: 74.375em) {
    .main-navigation__item {
        margin: 0 2.5rem; }
    .main-navigation__link {
        white-space: nowrap;
        padding: 1rem 1.5rem 4rem; } }

.page {
    background-color: #fff; }
@media (min-width: 90em) {
    .page {
        -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 1440px; } }

.page__hero {
    margin-bottom: 2rem; }
@media (min-width: 31.875em) {
    .page__hero {
        margin-bottom: 4rem; } }

.page__banner {
    background-color: var(--heroTopicBackgroundColor, #FFFFFF);
    height: 10rem;
    position: absolute;
    width: 100%;
    z-index: 102; }

.layout-pagets__2 .page__banner {
    background-color: var(--heroTopicBackgroundColor, #E1F2FF);
}

.layout-pagets__2 .hero-article + .hero-article__content {
    position: relative;
    inset: unset;
}
.layout-pagets__2 .hero-article + .hero-article__content h1 {
    font-family: "BundesSerif";
    font-size: 34px;
    line-height: 1.18;
    font-weight: 400;
}
.layout-pagets__2 .hero-article .hero-article__mask {
    display: none;
}
@media screen and (min-width:1000px) {
    .layout-pagets__2 .hero-article + .hero-article__content h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .layout-pagets__2 .hero-article .hero-article__image {
        margin-left: 33%;
        width: 67%;
    }
    .layout-pagets__2 .hero-article .hero-article__mask {
        display: block;
    }
}


@media (min-width: 31.875em) {
    .page__banner {
        height: 28rem; } }
@media (min-width: 54.0625em) {
    .page__banner {
        height: 35rem; } }

.page__section {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3.5rem;
    z-index: 104; }
@media (min-width: 31.875em) {
    .page__section {
        padding-left: 3rem;
        padding-right: 3rem; } }
@media (min-width: 54.0625em) {
    .page__section {
        padding-left: 5rem;
        padding-right: 5rem; } }
@media (min-width: 74.375em) {
    .page__section {
        padding-left: 5rem;
        padding-right: 5rem; } }
@media (min-width: 31.875em) {
    .page__section {
        margin-bottom: 4.5rem; } }
@media (min-width: 54.0625em) {
    .page__section {
        margin-bottom: 5.5rem; } }

.page__element--fullwide {
    margin-left: -2rem;
    margin-right: -2rem; }
@media (min-width: 31.875em) {
    .page__element--fullwide {
        margin-left: -3rem;
        margin-right: -3rem; } }
@media (min-width: 54.0625em) {
    .page__element--fullwide {
        margin-left: -5rem;
        margin-right: -5rem; } }
@media (min-width: 74.375em) {
    .page__element--fullwide {
        margin-left: -5rem;
        margin-right: -5rem; } }

.page__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
@media all {
    .page__list {
        padding-left: 2rem;
        padding-right: 2rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 45rem; } }
@media (min-width: 31.875em) {
    .page__list {
        padding-left: 3rem;
        padding-right: 3rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 82rem; } }
@media (min-width: 54.0625em) {
    .page__list {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 111rem; } }
@media (min-width: 74.375em) {
    .page__list {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 124rem; } }

.page__list-item {
    margin-bottom: 3rem; }

.page__toc {
    margin-bottom: 4rem; }
* + .page__toc {
    margin-top: 4rem; }

.preview-frame {
    background-color: #fff;
    margin-bottom: 0;
    padding: 2rem; }
.preview-frame + .preview-frame {
    border-top: 1px solid #a9a9a9; }

.preview-block {
    display: inline-block;
    margin: 2rem 2rem 0; }

.preview-frame--paddingless {
    padding: 0; }

.preview-frame--dark {
    background-color: #333;
    color: #fff; }
.preview-frame--dark .preview-frame__headline {
    color: #fff; }

.preview-frame__headline {
    color: #999;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-transform: uppercase; }

.search__container {
    padding-bottom: 0; }

.search__section {
    margin-bottom: 0;
}
@media (min-width: 54.0625em) {
    .search__section {
        min-height: 280px;
    }
}

.search__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }

/**
 * Components
 *
 * All parts of the site beyond the layout.
 */
.icon {
    display: inline-block;
    height: 1em;
    vertical-align: 0;
    width: 1em; }

.paragraph__meta {
    display: block; }

.paragraph__grey {
    color: #888; }

.breadcrumb {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute; }
@media (min-width: 31.875em) {
    .breadcrumb {
        display: block;
        padding-left: 3rem;
        padding-right: 3rem; } }
@media (min-width: 54.0625em) {
    .breadcrumb {
        padding-left: 5rem;
        padding-right: 5rem; } }
@media (min-width: 74.375em) {
    .breadcrumb {
        padding-left: 5rem;
        padding-right: 5rem; } }

.breadcrumb__label,
.breadcrumb__current {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px; }

.breadcrumb__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }

.breadcrumb__item {
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 103; }
.breadcrumb__item:not(:last-child)::after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 8'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' d='M0 7.06383L3.178 3.88583 0 0.70683' transform='translate(1)' stroke-linejoin='bevel'/%3E%3C/svg%3E");
    display: inline-block;
    height: 0.6rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    opacity: 0.5;
    vertical-align: top;
    width: 0.4rem; }

.breadcrumb__item--active {
    opacity: 0.6; }

.breadcrumb__link {
    text-decoration: none; }
.breadcrumb__link:hover, .breadcrumb__link:focus {
    text-decoration: underline; }

.button {
    background-color: #003c71;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
    padding: calc(2rem / 2 - 2px) calc(1.5rem - 2px);
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color, color, border-color, -webkit-text-decoration;
    transition-property: background-color, color, border-color, -webkit-text-decoration;
    transition-property: background-color, color, border-color, text-decoration;
    transition-property: background-color, color, border-color, text-decoration, -webkit-text-decoration;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto; }
.button + .button {
    margin-left: 1rem; }
.button:hover, .button:focus {
    background-color: #e1f2ff;
    color: #003c71;
    text-decoration: none; }
.form-group .button {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 1rem;
    min-width: 11.5rem; }

.button--slim {
    font-size: 1rem;
    padding: calc(1.5rem / 2 - 2px) calc(1.5rem - 2px); }

.button--outline {
    background-color: #e1f2ff;
    border: 1px solid #003c71;
    color: #003c71; }
.button--outline:hover {
    background-color: #003c71;
    border-color: #003c71;
    color: #e1f2ff; }

.button--minwidth {
    min-width: 13rem; }

.button--transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }

.button__icon {
    margin-left: 0.5rem;
    vertical-align: -0.1em; }

.button__icon--before {
    margin-left: 0;
    margin-right: 1rem; }

@media (min-width: 31.875em) {
    .button {
        font-size: 1.3rem; }
    .form-group .button {
        min-width: 15rem; }
    .button--slim {
        font-size: 1.2rem; } }

.checkbox {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 3.5rem;
    position: relative; }
.checkbox + .checkbox {
    margin-left: 1rem; }
.form-group__inner--required .checkbox {
    padding-right: 6rem; }

.checkbox--disabled {
    cursor: not-allowed; }

.checkbox--small {
    padding-left: 2.5rem; }
.checkbox--small .checkbox__indicator {
    height: 1.5rem;
    top: 2px;
    width: 1.5rem; }
.checkbox--small .checkbox__indicator::after {
    background-size: 10px 7px; }
.checkbox--small .checkbox__label {
    font-size: 1.2rem; }

.checkbox__input {
    opacity: 0;
    position: absolute;
    z-index: -1; }

.checkbox__indicator {
    background-color: #fff;
    border: 1px solid #646464;
    border-radius: 0.3rem;
    height: 2.2rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.2rem; }
.checkbox__indicator::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 10px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.checkbox__input:not([disabled]):checked ~ .checkbox__indicator {
    background-color: #003c71;
    border-color: #003c71; }
.checkbox__input:not([disabled]):checked ~ .checkbox__indicator::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='2' d='M109 90.8396L113.428 95.2666 120.573 87.1216' transform='translate(-108 -86)'/%3E%3C/svg%3E");
    border-color: #f1f1f1; }
.checkbox__input[disabled]:checked ~ .checkbox__indicator::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23a9a9a9' stroke-width='2' d='M109 90.8396L113.428 95.2666 120.573 87.1216' transform='translate(-108 -86)'/%3E%3C/svg%3E"); }
.checkbox__input[disabled] ~ .checkbox__indicator {
    background-color: #f1f1f1;
    border-color: #a9a9a9; }
.checkbox__input[aria-invalid='true']:invalid ~ .checkbox__indicator {
    background-color: #eed2d2;
    border-color: #bb4d5b; }

.checkbox__label {
    -ms-flex-item-align: center;
    align-self: center;
    color: #646464;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.checkbox__input[disabled] ~ .checkbox__label {
    color: #a9a9a9; }
.checkbox--invalid .checkbox__input:invalid ~ .checkbox__label,
.checkbox__input[aria-invalid='true']:invalid ~ .checkbox__label {
    color: #bb4d5b; }

@media (min-width: 54.0625em) {
    .form-group__inner--required .checkbox {
        padding-right: 0; }
    .checkbox--small .checkbox__indicator {
        top: 3px; }
    .checkbox--small .checkbox__label {
        font-size: 1.3rem; } }

.headline {
    color: #000;
    font-weight: 400; }
.hero-topic .headline,
.link-box .headline {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
.article__section--infobox .figure__media-overlay-inner .headline {
    font-size: inherit;
    font-weight: 700; }

.headline--inverted {
    color: #fff; }

.headline--1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2; }

.headline--2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5; }

.headline--2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5; }
.teaser__headline .headline--2 {
    font-size: inherit; }

.headline--3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5; }

.headline--4 {
    font-size: 1.3rem;
    font-weight: 700; }

.headline--display-1 {
    font-size: 2.5rem;
    font-weight: 700; }

.headline--display-2 {
    font-size: 2rem;
    font-weight: 700; }

@media (min-width: 54.0625em) {
    .headline--1 {
        font-size: 3.5rem; }
    .headline--2 {
        font-size: 2.1rem; }
    .headline--3 {
        font-size: 1.8rem; }
    .headline--4 {
        font-size: 1.5rem; } }

@media (min-width: 31.875em) {
    .headline--1 {
        font-size: 2.5rem; }
    .headline--display-1 {
        font-size: 3.5rem; }
    .headline--display-2 {
        font-size: 2.5rem; } }

.image {
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%; }
.image.js-lazyload, .image.lazyloading {
    opacity: 0; }
.no-js .image.js-lazyload {
    display: none; }

.input {
    background-color: #f1f1f1;
    border: 1px solid #646464;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    height: 4rem;
    line-height: 1.5;
    max-width: 100%;
    padding: calc((4rem - 1.5 * 2.1rem) / 2 - 2px) 1rem calc((4rem - 1.5 * 2.1rem) / 2 - 2px) 1rem;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    width: 100%; }
.input:hover, .input:focus {
    border-color: #646464;
    outline: 0; }
.input:focus {
    border-color: #646464; }
.input::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
.input:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
.input::placeholder {
    color: #999;
    opacity: 1; }
.input[disabled] {
    background-color: #f1f1f1;
    border-color: #646464; }
.input[disabled]::-webkit-input-placeholder {
    color: #a9a9a9; }
.input[disabled]:-ms-input-placeholder {
    color: #a9a9a9; }
.input[disabled]::placeholder {
    color: #a9a9a9; }
.input[aria-invalid='true'] {
    background-color: #eed2d2;
    border-color: #bb4d5b;
    color: #bb4d5b; }
.input[aria-invalid='true']::-webkit-input-placeholder {
    color: #bb4d5b;
    opacity: 0.75; }
.input[aria-invalid='true']:-ms-input-placeholder {
    color: #bb4d5b;
    opacity: 0.75; }
.input[aria-invalid='true']::placeholder {
    color: #bb4d5b;
    opacity: 0.75; }

.input--textarea {
    min-height: 20rem;
    padding: 1.5rem 1rem; }
.input--textarea[disabled] {
    resize: none; }

.input--clear {
    background-color: #fff; }

.input--with-icon {
    position: relative; }
.input--with-icon .input {
    padding-right: 4rem; }

.input__button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 2rem;
    top: 0;
    width: 2.5rem; }

.input__icon {
    height: 1.3em;
    width: 1.3em; }

@media (min-width: 54.0625em) {
    .input {
        font-size: 2.1rem;
        height: 5rem; } }

.kicker {
    color: inherit;
    display: inline-block;
    font-size: 28px;
    font-family: "BundesSerif";
    line-height: 1.11;
    margin-bottom: 32px;
}
.teaser__kicker .kicker {
    color: #646464; }

.kicker--inverted {
    color: #fff; }
.hero-image__content .kicker--inverted {
    color: inherit; }

.kicker--purple,
.teaser__kicker .kicker--purple {
    color: #672e45; }
.hero-article--box .kicker--purple, .hero-article--box
.teaser__kicker .kicker--purple {
    color: inherit; }

.kicker--tiny {
    font-size: 1.2rem; }

.kicker--small {
    font-size: 1.3rem; }

.kicker--big {
    text-transform: uppercase; }

.kicker--list {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase; }

@media (min-width: 31.875em) {
    .kicker--tiny {
        font-size: 1.2rem; }
    .kicker--list {
        font-size: 1.3rem; } }

.label {
    color: #000;
    display: block;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    margin-bottom: 1rem; }

@media (min-width: 54.0625em) {
    .label {
        font-size: 2rem; } }

.link {
    color: #003c71;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.link-icon {
    width: 14px !important;
    margin: 0 4px;
}
.link:hover, .link:focus {
    color: #003c71;
    text-decoration: underline; }
.partner-carousel--inverted .link {
    color: inherit; }

.link--inverted {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
.link--inverted:hover, .link--inverted:focus {
    color: #fff;
    text-decoration: underline; }

.link--small {
    font-size: 1.3rem;
    font-weight: bold; }

.link--more {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.link__icon {
    height: 0.7em;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    top: -1px;
    width: 0.7em; }
.link__icon.icon--download {
    height: 1.1em;
    top: 1px;
    width: 1.1em; }
.link__icon.icon--triangle {
    font-size: 1.3rem; }
.service-navigation__link .link__icon {
    margin-left: 0; }
.link--more .link__icon {
    height: 1em;
    width: 1em; }

.logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-decoration: none; }
.logo:hover, .logo:focus {
    text-decoration: none; }

.logo__image {
    display: inline-block;
    vertical-align: middle;
    max-width: max-content;}

.select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 83'%3E%3Cpolygon fill='%23003c71' points='0.07 1.73 46.99 83 93.93 1.73 0.07 1.73'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
    background-size: 20px 10px;
    border: 1px solid #003c71;
    border-radius: 5px;
    color: #003c71;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    height: 4rem;
    line-height: 1.5;
    max-width: 100%;
    padding: calc((4rem - 1.5 * 2.1rem) / 4 - 2px) 4rem calc((4rem - 1.5 * 2.1rem) / 4 - 2px) 1rem;
    position: relative;
    text-overflow: ellipsis;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    width: 100%; }
.select::-ms-expand {
    display: none; }
.select:hover, .select:focus {
    border-color: #0057a4;
    outline: 0; }
.select:focus {
    border-color: #003c71; }
.select[disabled] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 83'%3E%3Cpolygon fill='%23a9a9a9' points='0.07 1.73 46.99 83 93.93 1.73 0.07 1.73'/%3E%3C/svg%3E");
    background-color: #f1f1f1;
    border-color: #a9a9a9;
    color: #a9a9a9; }
.select[aria-invalid='true'] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 83'%3E%3Cpolygon fill='%23bb4d5b' points='0.07 1.73 46.99 83 93.93 1.73 0.07 1.73'/%3E%3C/svg%3E");
    background-color: #eed2d2;
    border-color: #bb4d5b;
    color: #bb4d5b; }

.select__hint {
    color: inherit;
    display: none; }

@media (min-width: 54.0625em) {
    .select {
        background-position: calc(100% - 1.6rem) 50%;
        background-size: 25px 15px;
        font-size: 2.1rem;
        height: 5rem; } }

.table {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    overflow-x: auto; }
.table p {
    margin: 0;
    padding: 0; }
.table table {
    border-collapse: separate;
    caption-side: top;
    margin-bottom: 0;
    width: 100%; }
.table caption {
    color: #333;
    caption-side: bottom;
    font-style: italic;
    text-align: left; }
.table th {
    font-weight: 700;
    padding: 2rem;
    text-align: left; }
.table th,
.table td {
    vertical-align: top; }
.table td {
    padding: 1rem 1.5rem; }
.table tbody td {
    border-top: 1px solid #888; }
.table tbody tr:first-child td {
    /* stylelint-disable-line */
    border-top-color: #797979;
    border-top-width: 2px; }
.table.table--nohead tbody tr:first-child td {
    /* stylelint-disable-line */
    border-top: 0; }
.accordion__content * + .table {
    margin-top: 3rem; }
@media (min-width: 31.875em) {
    .table {
        font-size: 1.5rem; }
    .table th {
        padding: 1rem 1.5rem; } }
@media (min-width: 54.0625em) {
    .table th {
        border-width: 5px;
        padding: 2rem; }
    .table td {
        padding: 1rem 2rem; }
    .article__container .table {
        margin-left: -3.5rem;
        margin-right: -3.5rem; }
    .article__container .grid .table,
    .article__container .accordion .table {
        margin-left: 0;
        margin-right: 0; } }

.accordion__content table td{
    padding-right: 50px;
}

.table--dark-head th {
    background-color: #87aa78;
    color: #fff; }

.table--dark-head tr {
    background-color: #f4faf4; }

.table--dark-head tr:nth-child(even) {
    background-color: #e2f2e2; }

.table--dark-head tbody td {
    border-top: 0; }

.table--dark-head td {
    border-right: 1px solid #fff; }

.table--dark-head tr:nth-child(even) td {
    border-bottom: 2px solid #fff; }

@media (min-width: 31.875em) {
    .table--dark-head td:not(:last-child) {
        border-width: 2px; } }

.table--row-highlighted tr:nth-child(even) {
    background-color: #e2f2e2; }

.table--row-highlighted tbody tr:not(:first-child) td {
    /* stylelint-disable-line */
    border-top: 0; }

.table-td--highlighted {
    background-color: #e2f2e2; }

.table--rowspan table {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }

.table--rowspan tbody {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }

.table--rowspan tr,
.table--rowspan tr:nth-child(even) {
    background-color: #f4faf4; }

.table--rowspan td,
.table--rowspan tr:nth-child(even) td,
.table--rowspan td:not(:last-child) {
    border-bottom: 1px solid #fff; }

.table--rowspan .table__row--even,
.table--rowspan .table__row--even:nth-child(even) {
    background-color: #e2f2e2; }

.table--rowspan.table--dark-head td:last-child {
    border-right: 0; }

@media (min-width: 31.875em) {
    .table--rowspan td,
    .table--rowspan tr:nth-child(even) td,
    .table--rowspan td:not(:last-child) {
        border-width: 2px; }
    .table--rowspan tbody {
        border-width: 4px; } }

.accordion {
    border-bottom: 2px solid rgba(0, 60, 113, 0.4); }
.article * + .accordion {
    margin-top: 2rem; }

.accordion--footer {
    background-color: #333;
    border: 0; }
.accordion--footer .accordion__title {
    border-bottom: 1px solid #fff;
    border-top: 0;
    color: #fff;
    padding: 0.5rem 4rem 0;
    text-align: left;
    text-transform: uppercase; }
.accordion--footer .accordion__title::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14.4'%3E%3Cg fill='%23003c71' transform='translate(4608 755)'%3E%3Ccircle cx='-4601' cy='-748' r='7'/%3E%3Cpath fill='%23ffffff' d='M-4598.2-748.5v1h-2.3v2.5h-1v-2.5h-2.3v-1h2.3v-2.5h1v2.5H-4598.2z'/%3E%3C/g%3E%3C/svg%3E");
    height: 1.5rem;
    right: 0;
    width: 1.5rem; }
.accordion--footer .accordion__title--nosub::after {
    background: 0; }
.accordion--footer .accordion__title[aria-expanded='true']::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14.4'%3E%3Cg fill='%23003c71' transform='translate(4608 645)'%3E%3Ccircle cx='-4601' cy='-638' r='7'/%3E%3Cpath fill='%23ffffff' d='M-4598.1-638.4v0.9h-5.9v-0.9H-4598.1z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
.accordion--footer .accordion__content {
    background-color: #333;
    border: 0;
    color: #fff;
    padding: 0; }

.accordion__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }

.accordion__list-item {
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0; }

.accordion__headline,
.accordion__title {
    font-weight: 600; }

.accordion__title {
    border-top: 2px solid rgba(0, 60, 113, 0.4);
    clear: both;
    color: #003c71;
    cursor: pointer;
    outline: none;
    padding: 1rem 3.6rem;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.accordion--align-left .accordion__title {
    padding-left: 1rem;
    text-align: left; }
.accordion__title:hover {
    text-decoration: underline; }
.accordion__title::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 83'%3E%3Cpolygon fill='%23003c71' points='0.07 1.73 46.99 83 93.93 1.73 0.07 1.73'/%3E%3C/svg%3E");
    content: '';
    display: inline-block;
    height: 1rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
    width: 1rem; }
.accordion__title[aria-expanded='true']::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg); }
@media (min-width: 31.875em) {
    .accordion__title {
        font-size: 1.6rem; } }
.no-js .accordion__title {
    cursor: default; }

.accordion__content {
    background-color: #e2f2e2;
    border-top: 1px solid #f1f1f1;
    color: #000;
    display: none;
    margin-left: 0;
    padding: 2rem; }
.accordion__content > :last-child {
    margin-bottom: 0; }
.no-js .accordion__content {
    display: block; }
.accordion__content > * + * {
    margin-top: 3rem; }
.accordion--align-left .accordion__content {
    padding: 2rem 1rem; }
.accordion__content::after {
    clear: both;
    content: '';
    display: block; }
.accordion--blank .accordion__content {
    background-color: #fff; }

.accordion__content--active {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
    display: block; }

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@keyframes accordionIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@media (max-width: 31.865em) {
    .accordion__list-item {
        padding-left: 3rem; } }

@media (min-width: 31.875em) {
    .accordion--footer .accordion__headline,
    .accordion--footer .accordion__title {
        font-size: 2.1rem; }
    .accordion--footer .accordion__title {
        padding-bottom: 1rem;
        padding-top: 0; }
    .accordion--footer .accordion__title::after {
        display: none; }
    .accordion--footer .accordion__content {
        display: block;
        font-size: 1.6rem; } }

.button-group {
    display: block;
    margin-bottom: 1rem;
    text-align: left; }

.button-group--wide .button-group__item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.button-group--wide .button-group__item .button {
    padding: calc(2rem / 2 - 2px) 0.5rem;
    width: 95%; }

@media (min-width: 31.875em) {
    .button-group--wide .button-group__item .button {
        width: auto; } }

@media (min-width: 31.875em) and (max-width: 54.0525em) {
    .footer-social .button-group--wide .button-group__item {
        -ms-flex: 0;
        flex: 0;
        padding-right: 2rem; } }

.button-group--wide .button-group__item:not(:last-child) {
    margin-right: 0; }

.button-group--wide .button-group__item:not(:first-child) {
    text-align: center; }

.button-group--wide .button-group__item:last-child {
    text-align: right; }

.button-group__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.label + .button-group__list {
    margin-top: 1.5rem; }

.button-group__item {
    margin-bottom: 1rem; }
.button-group__item:not(:last-child) {
    margin-right: 1rem;
    position: relative; }

.carousel--inverted .carousel__control-icon {
    color: #fff; }

.carousel--inverted .carousel__pause {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 37 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23f1f1f1'%3E%3Cg stroke-width='2'%3E%3Ccircle fill-opacity='0.25' fill='%23FFFFFF' fill-rule='nonzero' cx='17.5' cy='17.5' r='17.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='17.5' r='16.5'%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(13.500000, 9.500000)' stroke-width='3'%3E%3Cpath d='M0,0.5 L0,16.5'%3E%3C/path%3E%3Cpath d='M8,0.5 L8,16.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }
.carousel--inverted .carousel__pause:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 37 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23F28502'%3E%3Cg stroke-width='2'%3E%3Ccircle fill-opacity='0.25' fill='%23FFFFFF' fill-rule='nonzero' cx='17.5' cy='17.5' r='17.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='17.5' r='16.5'%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(13.500000, 9.500000)' stroke-width='3'%3E%3Cpath d='M0,0.5 L0,16.5'%3E%3C/path%3E%3Cpath d='M8,0.5 L8,16.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }

.carousel__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
.gallery__container .carousel__container {
    max-height: 310px; }

.carousel__item-container {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%; }
.partner-carousel .carousel__item-container {
    padding-bottom: 2rem; }

.carousel__item-list {
    display: block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }

.carousel__item {
    display: inline-block;
    vertical-align: top;
    width: 100%; }

.carousel__control {
    cursor: pointer;
    margin: 0 1rem;
    width: 2.5rem; }

.carousel__control-icon {
    color: #003c71;
    height: 3em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5em; }

.carousel__footer {
    margin-top: 1rem;
    position: relative; }

.carousel__navigation {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 1rem;
    text-align: center; }

.carousel__navigation-item {
    background-color: #003c71;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    margin: 0 0.5rem;
    width: 1rem; }
.carousel__navigation-item.active {
    background-color: #F28502; }

.carousel__pause {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 37 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23003c71'%3E%3Cg stroke-width='2'%3E%3Ccircle fill-opacity='0.25' fill='%23FFFFFF' fill-rule='nonzero' cx='17.5' cy='17.5' r='17.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='17.5' r='16.5'%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(13.500000, 9.500000)' stroke-width='3'%3E%3Cpath d='M0,0.5 L0,16.5'%3E%3C/path%3E%3Cpath d='M8,0.5 L8,16.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem;
    border-radius: 2px;
    cursor: pointer;
    height: 3rem;
    margin: 1rem auto 0;
    width: 3rem; }
.carousel__pause:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 37 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23F28502'%3E%3Cg stroke-width='2'%3E%3Ccircle fill-opacity='0.25' fill='%23FFFFFF' fill-rule='nonzero' cx='17.5' cy='17.5' r='17.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='17.5' r='16.5'%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(13.500000, 9.500000)' stroke-width='3'%3E%3Cpath d='M0,0.5 L0,16.5'%3E%3C/path%3E%3Cpath d='M8,0.5 L8,16.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }

.carousel__pause--active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' fill-rule='nonzero'%3E%3Cpath d='M16.5,8.8817842e-16 C25.6126984,5.55111512e-16 33,7.38730163 33,16.5 C33,25.6126984 25.6126984,33 16.5,33 C7.38730163,33 1.11022302e-15,25.6126984 0,16.5 C-1.11022302e-15,7.38730163 7.38730163,1.77635684e-15 16.5,8.8817842e-16 Z' stroke='%23003c71' stroke-width='2' fill-opacity='0.25' fill='%23FFFFFF'%3E%3C/path%3E%3Cpolygon fill='%23003c71' transform='translate(14.000320, 17.000242) rotate(45.000000) translate(-14.000320, -17.000242) ' points='7.00032034 13.0002424 21.0003203 10.0002424 18.0003203 24.0002424'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }
.carousel__pause--active:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' fill-rule='nonzero'%3E%3Cpath d='M16.5,8.8817842e-16 C25.6126984,5.55111512e-16 33,7.38730163 33,16.5 C33,25.6126984 25.6126984,33 16.5,33 C7.38730163,33 1.11022302e-15,25.6126984 0,16.5 C-1.11022302e-15,7.38730163 7.38730163,1.77635684e-15 16.5,8.8817842e-16 Z' stroke='%23F28502' stroke-width='2' fill-opacity='0.25' fill='%23FFFFFF'%3E%3C/path%3E%3Cpolygon fill='%23F28502' transform='translate(14.000320, 17.000242) rotate(45.000000) translate(-14.000320, -17.000242) ' points='7.00032034 13.0002424 21.0003203 10.0002424 18.0003203 24.0002424'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }

@media (min-width: 31.875em) {
    .carousel__item {
        padding: 0 1rem;
        width: 50%; }
    .carousel--max-4 .carousel__item {
        width: 25%; }
    .partner-carousel .carousel__control-icon {
        top: 30%; } }

@media (min-width: 54.0625em) {
    .gallery--carousel .carousel__container {
        max-height: 160px; }
    .carousel__item {
        width: 33.33%; }
    .carousel--max-2 .carousel__item {
        width: 50%; }
    .partner-carousel .carousel__control-icon {
        top: 40%; } }

.figure {
    background-color: #e2f2e2;
    font-size: 1.3rem;
    position: relative; }

.figure--bordered {
    border: 1px solid #646464; }

.figure__media {
    display: block;
    position: relative; }

.figure__media--16x9 {
    height: 0;
    padding-bottom: 56.25%; }

.figure__iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.figure__media-overlay {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.2s background-color;
    transition: 0.2s background-color; }
.figure__media-overlay h1 {
    font-weight: normal; }
.figure--video .figure__media-overlay {
    background-color: #e2f2e2;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    padding-top: 56.25%;
    position: relative; }
.figure--video .figure__media-overlay::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 25px 0 25px 43.3px;
    content: '';
    height: 0;
    left: 50%;
    opacity: 0.8;
    position: absolute;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0; }
.article__section--infobox .figure--video .figure__media-overlay {
    padding-top: 75%; }
@media (min-width: 31.875em) {
    .figure--video .figure__media-overlay::before {
        border-width: 40px 0 40px 69.3px; } }

.figure__media-overlay-inner {
    background-color: #f1f1f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: auto;
    max-width: 764px;
    min-height: 100%;
    min-width: 0%;
    opacity: 0;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 100%; }
.figure__media-overlay:hover .figure__media-overlay-inner,
.figure__media-overlay-inner .figure__media-overlay--mobile {
    opacity: 1; }
.figure__media-overlay-inner p {
    -ms-flex-positive: 1;
    flex-grow: 1; }
.article__section--infobox .figure__media-overlay-inner {
    font-size: 1.3rem;
    max-height: none;
    padding: 1rem;
    width: 100%; }
.article__section--infobox .figure__media-overlay-inner p {
    font-size: 1.3rem; }
@media (min-width: 31.875em) {
    .figure__media-overlay-inner {
        bottom: 0;
        max-height: 250px;
        min-height: inherit;
        padding: 3rem;
        width: 400px; } }
@media (min-width: 54.0625em) {
    .figure__media-overlay-inner {
        max-height: 300px; }
    .hero-video .figure__media-overlay-inner {
        max-height: 40%; } }

.figure--video .figure__media-overlay--active {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 0; }

.figure__media-overlay-buttonbox {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.figure__media-overlay-buttonbox a {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-positive: 1;
    flex-grow: 1; }
.figure__media-overlay-buttonbox > a:first-child {
    text-transform: uppercase; }
.article__section--infobox .figure__media-overlay-buttonbox > a:first-child {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    max-width: 50%; }

.figure__caption {
    display: block;
    font-weight: 600;
    padding: 2rem; }
@media (min-width: 54.0625em) {
    .figure__caption {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem; } }

.figure__copyright {
    color: #646464;
    display: block;
    font-weight: 400; }

.figure__copyright--aside {
    bottom: 4rem;
    color: #fff;
    font-size: 1rem;
    max-width: 12rem;
    position: absolute;
    right: 3rem;
    text-shadow: 0 0 5px black;
    -webkit-transform: translateX(100%) rotate(-90deg);
    transform: translateX(100%) rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
.article__section--infobox .figure__copyright--aside,
.figure--video .figure__copyright--aside {
    display: none; }
@media (min-width: 31.875em) {
    .figure__copyright--aside {
        max-width: 50rem; } }
@media (min-width: 54.0625em) {
    .figure__copyright--aside {
        font-size: 1.4rem;
        max-width: 100rem; } }

.form-group {
    border: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    padding: 0;
    position: relative; }

.form-group--left {
    float: left; }
.form-group--left .form-group__container {
    width: 100% !important; }

.form-group__inner--required {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }

.form-group__container {
    width: 100%; }

.form-group__sub {
    line-height: 2;
    text-align: left; }

.form-group__required {
    color: #a9a9a9;
    font-size: 1.3rem;
    margin-left: 10px;
    -ms-flex-order: -1;
    order: -1;
    padding: 0.8rem 0;
    position: absolute;
    right: 0;
    top: -0.4rem;
    width: 6rem; }

.form-group__button-left .button,
.form-group__button-left .form-group__inner,
.form-group__button-right .button,
.form-group__button-right .form-group__inner {
    width: 100%; }

.form-group__button-left {
    float: left;
    min-width: 1rem;
    width: calc(50% - 1rem);
    width: 50%; }
.form-group__button-left .button {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.form-group__button-right {
    display: -ms-flexbox;
    display: flex;
    float: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0;
    min-width: 1rem;
    width: calc(50% - 1rem); }
.form-group__button-right.form-group:last-child {
    margin-top: 0; }
.form-group__button-right .button {
    margin-right: 0; }

@media (min-width: 31.875em) {
    .form-group {
        margin-bottom: 2rem;
        position: static; }
    .form--required-fields .form-group__container {
        width: calc(100% - 6rem - 1rem); }
    .form-group__button-right .form-group__container,
    .form-group__button-left .form-group__container {
        padding-right: 7rem;
        width: 100%; }
    .form-group__inner--required {
        -ms-flex-direction: row;
        flex-direction: row; }
    .form-group__required {
        -ms-flex-order: 0;
        order: 0;
        padding: 1rem 0;
        position: static;
        right: auto;
        top: auto; }
    .form-group__sub {
        text-align: right; }
    .form-group__button-left,
    .form-group__button-right {
        width: auto; }
    .form-group__button-left .button,
    .form-group__button-left .form-group__inner,
    .form-group__button-right .button,
    .form-group__button-right .form-group__inner {
        width: auto; } }

@media (min-width: 54.0625em) {
    .form-group__required {
        padding: 1.5rem 0; } }

.icon-button {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 5rem;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 5rem; }
.icon-button + .icon-button {
    margin-left: 1rem; }

.icon-button--simple {
    background: none;
    height: 2rem;
    width: 2rem; }

.icon-button--small {
    height: 4rem;
    line-height: 4rem;
    width: 4rem; }

.icon-button--tiny {
    height: 3rem;
    line-height: 3rem;
    width: 3rem; }

.icon-button--outline {
    border: 1px solid #666; }
.icon-button--outline:hover, .icon-button--outline:focus {
    border-color: #333; }

.icon-button--white .icon-button__icon {
    color: #fff; }

.icon-button--blue {
    border-color: #003c71; }
.icon-button--blue .icon-button__icon {
    color: #003c71;
    fill: #003c71; }
.icon-button--blue:hover, .icon-button--blue:focus {
    border-color: #003c71; }

.icon-button--gray {
    background-color: #646464; }
.icon-button--gray .icon-button__icon {
    color: #fff; }

.icon-button--transparent {
    background-color: rgba(255, 255, 255, 0.85); }
.icon-button--transparent .icon-button__icon {
    color: #003c71;
    height: 0.8em;
    width: 0.8em; }

.icon-button__icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
.icon-button--tiny .icon-button__icon {
    width: 0.8em; }
.tile__link .icon-button__icon {
    -webkit-transition: none;
    transition: none; }

.gallery-image {
    position: relative; }

.gallery-image__button {
    bottom: 1rem;
    pointer-events: none;
    position: absolute;
    right: 1rem; }

.pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center; }
* + .pagination {
    margin-top: 3rem; }

.pagination__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-size: 2.1rem;
    margin: 3rem 1.5rem; }

.pagination__item:not(:last-child)::after {
    color: #003c71;
    content: '|';
    font-weight: 700;
    margin-left: 0.3rem; }

@media (min-width: 31.875em) {
    .pagination__item:not(:last-child)::after {
        margin-left: 0.6rem; } }

@media (min-width: 54.0625em) {
    .pagination__item:not(:last-child)::after {
        margin-left: 1.5rem; } }

.pagination__item,
.pagination__link--navigation {
    color: #003c71;
    font-size: 2.1rem;
    margin: 0 0.15rem; }
@media (min-width: 31.875em) {
    .pagination__item,
    .pagination__link--navigation {
        margin: 0 0.3rem; } }
@media (min-width: 54.0625em) {
    .pagination__item::after,
    .pagination__link--navigation::after {
        margin: 0 0.75rem; } }

.pagination__link--navigation {
    font-weight: normal;
    margin-bottom: 2px; }

.pagination__ellipsis::after {
    content: '�'; }

.pagination__link,
.pagination__link--navigation {
    color: #003c71;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
.pagination__link:hover, .pagination__link:focus,
.pagination__link--navigation:hover,
.pagination__link--navigation:focus {
    color: #999;
    text-decoration: underline; }
.pagination__link:hover, .pagination__link:focus,
.pagination__link--navigation:hover,
.pagination__link--navigation:focus {
    text-decoration: none; }

.pagination__link--current {
    cursor: default;
    pointer-events: none; }
.pagination__link--current, .pagination__link--current:hover, .pagination__link--current:focus {
    color: #999;
    text-decoration: none; }

@media (min-width: 54.0625em) {
    .pagination__list {
        margin-bottom: 0;
        margin-top: 0; } }

.partner-carousel .carousel__footer {
    background-color: #fff; }

.partner-image {
    position: relative; }

.partner-image--inverted .partner-image__title {
    color: #fff; }

.partner-image__image {
    background-color: #a9a9a9;
    height: 0;
    padding-bottom: 75%;
    width: 100%; }

.partner-image__title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1rem;
    white-space: pre-line; }

.partner-image__overlay-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1; }

@media (min-width: 54.0625em) {
    .partner-image__title {
        font-size: 2.1rem; } }

.quote {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    text-align: center;
    vertical-align: bottom; }

.quote__text {
    color: #000;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0; }

.quote__source {
    display: block;
    font-size: 1.3rem;
    font-style: italic;
    letter-spacing: 0.05rem;
    line-height: 2.5; }

.quote__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -3rem;
    position: relative; }

@media (min-width: 31.875em) {
    .quote__text {
        font-size: 3rem; } }

@media (min-width: 54.0625em) {
    .quote {
        max-width: 100%;
        padding: 0 5rem; } }

.search-input {
    position: relative; }

.search-input--active .search-input__button {
    cursor: pointer;
    pointer-events: all;
    right: 0;
    width: 4.5rem; }

.search-input--active .search-input__icon {
    color: #003c71;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.search-input--loading .search-input__loader {
    display: block; }

.search-input--reset .search-input__button {
    display: none; }

.search-input--reset .search-input__reset {
    display: block; }

.search-input__button {
    cursor: pointer;
    pointer-events: none;
    pointer-events: all;
    right: 0;
    width: 4.5rem; }

.search-input__icon {
    color: #646464;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.search-input__input {
    background-color: #fff;
    border-color: #003c71;
    border-radius: 0; }
.search-input__input:hover, .search-input__input:focus {
    border-color: #001325; }

.search-input__container {
    background-color: #fff;
    border: 1px solid #646464;
    padding: 2rem 2rem 1rem;
    position: absolute;
    top: 6rem;
    width: 100%;
    z-index: 105; }
.search-input__container::after, .search-input__container::before {
    border: solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0; }
.search-input__container::after {
    border-bottom-color: #fff;
    border-left-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-left: -10px; }
.search-input__container::before {
    border-bottom-color: #646464;
    border-width: 11px;
    margin-left: -11px; }

.search-input__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 1rem; }

.search-input__list-title {
    font-size: 2.1rem;
    font-weight: 600; }

.search-input__list-item {
    color: #003c71;
    cursor: pointer;
    padding: 0.5rem; }
.search-input__list-item:hover, .search-input__list-item[aria-selected='true'] {
    background-color: #f6f6f6; }

.search-input__list-item--results {
    border-top: 1px solid #333;
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    padding: 1rem 0; }
.search-input__list-item--results:hover, .search-input__list-item--results[aria-selected='true'] {
    background-color: #fff;
    text-decoration: underline; }

.search-input__list-icon {
    margin-left: 1rem;
    vertical-align: -2px; }

.search-input__loader {
    background-image: url("/images/loading.svg");
    background-position: center;
    background-size: 1.5rem;
    display: none;
    height: 100%;
    position: absolute;
    right: 4rem;
    top: 0;
    width: 2.5rem; }

.search-input__reset {
    cursor: pointer;
    display: none;
    height: 100%;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem; }
.search-input__reset:hover .icon {
    color: #003c71; }

.search-input__close {
    color: #003c71;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 2rem;
    top: 2rem; }

.search-input__close-icon {
    height: 1.2em;
    margin-left: 1rem;
    position: relative;
    top: 5px;
    width: 1.2em; }

.search-input__title {
    display: none;
    font-size: 1.3rem;
    position: relative;
    text-align: right;
    top: -5px;
    width: 8rem; }

@media (min-width: 31.875em) {
    .search-input__title {
        display: block; } }

@media (min-width: 54.0625em) {
    .search-input__container {
        top: 7rem; } }

.section-header {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    position: relative; }
.hero-topic + .section-header {
    margin-left: 5rem;
    margin-right: 5rem;
    padding-top: 5rem; }

.section-header--small {
    display: block;
    margin-bottom: 1rem; }

.section-header--inverted {
    border-color: rgba(255, 255, 255, 0.2); }

.section-header__headline {
    margin: 0 auto;
    text-transform: uppercase; }
.section-header--small .section-header__headline {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 1rem;
    text-transform: none; }
.carousel__item .section-header__headline {
    white-space: pre-line; }

.section-header__link {
    position: absolute;
    right: 0;
    top: -1.2rem; }

@media (min-width: 31.875em) {
    .section-header__headline {
        font-size: 2.5rem; }
    .section-header--small .section-header__headline {
        font-size: 2rem; }
    .section-header__link {
        top: 1rem; } }

.teaser {
    position: relative; }

.teaser__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
* + .teaser__list {
    margin-top: 3rem; }

.teaser__inner {
    width: 100%; }

.teaser__kicker {
    line-height: 1; }

.teaser__headline {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 0.5rem; }
.carousel .teaser__headline {
    white-space: pre-line;
    hyphens: auto;}

.teaser__text {
    color: #646464;
    display: none;
    line-height: 1.3;
    white-space: pre-line; }
.glossary__list .teaser__text {
    display: block; }
.search__list-item .teaser__text {
    display: block;
}
.teaser__sub {
    color: #a9a9a9;
    font-size: 1.3rem; }

.teaser__more {
    margin-top: 1rem;
    text-align: right;
    white-space: normal; }
.teaser:hover .teaser__more {
    text-decoration: underline; }
.glossary__list .teaser__more {
    margin-top: 0; }

.teaser__image {
    margin-bottom: 1rem;
    position: relative; }

.teaser--list-item,
.teaser--image-side {
    border-bottom: 2px solid #e2f2e2;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    padding-bottom: 2rem; }
.teaser--list-item .teaser__image,
.teaser--image-side .teaser__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    min-height: 7rem;
    min-width: 7rem;
    max-width: min-content; }
.teaser--list-item .teaser__headline,
.teaser--image-side .teaser__headline {
    text-transform: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.glossary__list .teaser--list-item,
.teaser__list .teaser--list-item, .glossary__list
.teaser--image-side,
.teaser__list
.teaser--image-side {
    border-bottom: 0;
    margin-top: 1rem;
    padding-bottom: 0; }

.teaser--image-side {
    border: 0; }

.grid__item-container .teaser .teaser__image {
    position: relative;
}



.teaser--list-item-noborder {
    border-bottom: 0; }

.teaser__overlay-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1; }
.glossary__list .teaser__overlay-link {
    bottom: 3rem; }

@media (min-width: 31.875em) {
    .teaser__text {
        display: block; }
    .teaser__image {
        margin-bottom: 2rem; }
    .teaser--list-item .teaser__image,
    .teaser--image-side .teaser__image {
        width: 16%; } }

.teaser__image-copyright{
    position: relative;
    bottom: 20px;
    left: 10px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 1.2rem
}

.tile {
    background-color: #e2f2e2;
    padding: 1.5rem 2rem;
    position: relative; }
.grid .tile {
    width: 100%; }

.tile--bordered {
    border: 1px solid #87aa78; }

.tile--inverted {
    color: #fff; }
.tile--inverted .tile__headline,
.tile--inverted .tile__link .icon {
    color: #fff; }

.tile__image-container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }

.tile__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: initial;
    min-height: 100%;
    min-width: 100%; }

.tile__layer {
    background-color: #87aa78;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%; }

.tile__content {
    position: relative; }
.grid .tile__content {
    -ms-flex-positive: 1;
    flex-grow: 1; }

.tile__header,
.tile__body {
    -ms-flex: 1;
    flex: 1; }

.tile__icon {
    height: 2em;
    position: absolute;
    width: 2em; }

.tile__headline {
    padding-right: 3rem;
    border-color: #000;
    color: #333;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: center; }
.tile--inverted .tile__headline {
    border-color: #fff; }

.tile__text {
    display: none; }

.tile__link {
    line-height: 1;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.tile--inverted .tile__link .icon-button__icon {
    fill: #fff; }
.tile__link .icon,
.tile__link .icon-button__icon {
    -webkit-transition: 0;
    transition: 0; }

.tile:hover {
    color: #003c71; }
.tile:hover .tile__header {
    border-color: #003c71; }
.tile:hover .tile__headline {
    border-color: #003c71;
    color: #003c71;
    text-decoration: underline; }
.tile:hover .tile__link .icon {
    color: #003c71;
    fill: #003c71; }

.tile__overlay-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1; }

@media (max-width: 31.865em) {
    .tile--image {
        min-height: 12rem; }
    .tile--image .tile__link {
        bottom: 1rem;
        top: auto; } }

@media (min-width: 31.875em) {
    .tile {
        padding: 3rem; }
    .tile__icon {
        display: block;
        height: 10rem;
        margin: 0 auto 2rem;
        position: relative;
        width: 10rem; }
    .tile__headline {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        font-size: 2.5rem;
        margin-bottom: 3rem;
        padding: 0 0 2rem; }
    .tile__text {
        display: block;
        margin-bottom: 4rem; }
    .tile__link {
        bottom: 2rem;
        right: 4rem;
        top: auto; } }

@media (min-width: 54.0625em) {
    .tile--wide .tile__headline {
        border: 0; }
    .tile--wide .tile__header {
        border-color: #87aa78;
        border-right-style: solid;
        border-right-width: 2px;
        margin-right: 4rem;
        padding-bottom: 0.5rem;
        padding-right: 3rem;
        padding-top: 0.5rem; }
    .tile--inverted .tile--wide .tile__header {
        border-color: #fff; }
    .tile--wide .tile__body {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem; }
    .tile--wide .tile__content {
        display: -ms-flexbox;
        display: flex; }
    .tile--wide-50 .tile__header,
    .tile--wide-50 .tile__body {
        width: 50%; }
    .tile--wide-2-3 .tile__header {
        width: 33.33%; }
    .tile--wide-2-3 .tile__body {
        width: 66.66%; } }

.glossary-index {
    margin-bottom: 3rem; }

.glossary-index__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.glossary-index__list-item {
    margin: 0 0 1rem;
    padding: 0 0.8rem; }
.glossary-index__list-item:not(:last-child) {
    border-right: 1px solid #a9a9a9; }
.glossary-index__list-item .js-scroll-to {
    color: #003c71; }

.glossary-index__list-item--inactive,
.js-scroll-to.glossary-index__list-item--inactive {
    color: #999;
    pointer-events: none; }

.tab-link__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.tab-link__list-item {
    border-right: 2px solid #999;
    line-height: 1em;
    padding: 0 1rem; }

.tab-link__list-item:last-child {
    border-right: 0;
    padding-right: 0; }

.tab-link__list-item--active {
    text-shadow: 1px 0 0 #003c71; }

.keywords__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }

.keywords__list-item {
    display: inline-block;
    font-weight: 600;
    padding-right: 1rem; }

.list--icon {
    font-size: 1.8rem;
    font-weight: 600; }
.list--icon .list__item,
.list--icon li {
    list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg' viewBox='698.5 727 13.4 10'%3E%3Cg transform='translate(-1 401.3)'%3E%3Crect width='11.55' height='1.5' transform='translate(699.5 329.95)' style='fill:%23003c71;'/%3E%3Cpath d='M715.25,335.7l-1.05-1.05,3.95-3.95-3.95-3.95,1.05-1.05,5,5Z' transform='translate(-7.35)' fill='%23003c71'/%3E%3C/g%3E%3C/svg%3E"); }

.article-footer__credits {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem; }

.article-footer__date {
    color: #646464; }

.article-footer__author {
    font-style: italic;
    font-weight: 600; }

.article-footer__tools {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    border-top: 1px solid #f1f1f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3rem; }

.article-footer__tool-dropdown {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    background-color: #fff;
    display: none;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: calc(100% - 14rem);
    outline: 0;
    padding: 1rem;
    position: absolute;
    top: 5rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 13rem; }
.article-footer__tool-dropdown::after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 1.5rem 1.5rem 1.5rem 0;
    bottom: 100%;
    content: '';
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    width: 0; }
.article-footer__tool-dropdown[aria-hidden='false'] {
    display: -ms-flexbox;
    display: flex; }
.quote__share .article-footer__tool-dropdown {
    top: -1.5rem; }

.article-footer__tool-dropdown-item {
    padding: 0.5rem; }

.article-footer__keywords {
    padding-top: 3rem; }

.contact-box--inverted .contact-box__icon {
    border-color: #fff;
    color: #fff; }

.contact-box__content {
    background-color: #f1f1f1;
    font-size: 1.4rem;
    padding: 2rem;
    width: 100%; }

.contact-box__sidebar {
    -ms-flex-align: center;
    align-items: center;
    color: #585858;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }

.contact-box__map {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    max-height: 100%;
    max-width: 999em;
    min-height: 100%;
    min-width: 100%;
    width: auto; }

.contact-box__sidebar-item {
    background-color: #f1f1f1;
    position: relative;
    width: 50%; }

.contact-box__sidebar-inner {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%; }

.contact-box__icon {
    border: 1px solid #585858;
    border-radius: 4em;
    height: 4em;
    left: 50%;
    padding: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4em; }

.contact-box__title {
    font-weight: 400;
    margin-bottom: 1rem; }

.contact-box__list {
    margin-bottom: 2rem; }
.contact-box__list p {
    font-size: 1.4rem; }

.contact-box__list-contacts {
    margin-top: 2rem; }

.contact-box__list-contact {
    margin-bottom: 0.5rem;
    display:flex;}

.contact-box__list-icon {
    height: 1em;
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
    margin-top: 2px;
    width: 1em; }

.contact-box__footer {
    padding-top: 2rem;
    text-align: right; }

@media (min-width: 31.875em) {
    .contact-box__container {
        display: -ms-flexbox;
        display: flex; }
    .contact-box__sidebar {
        display: block;
        width: 25%; }
    .contact-box__sidebar-item {
        width: 100%; }
    .contact-box__sidebar-item:first-child {
        padding-bottom: 100%;
        width: 100%; }
    .contact-box__content {
        display: -ms-flexbox;
        display: flex;
        padding: 4rem;
        width: 75%; }
    .contact-box__column:not(:last-child) {
        margin-right: 4rem; }
    .contact-box__title {
        font-size: 2rem; } }

@media (min-width: 31.875em) and (max-width: 54.0525em) {
    .contact-box__sidebar {
        display: none; }
    .contact-box__content {
        width: 100%; } }

@media print {
    .contact-box__sidebar {
        display: block; }
    .contact-box__content {
        padding: 0 4rem; }
    .contact-box__sidebar-item:first-child {
        display: none; } }

.footer-social {
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 2rem 0; }

.footer-social__container {
    padding-left: 2rem;
    padding-right: 2rem; }
@media (min-width: 31.875em) {
    .footer-social__container {
        padding-left: 3rem;
        padding-right: 3rem; } }
@media (min-width: 54.0625em) {
    .footer-social__container {
        padding-left: 5rem;
        padding-right: 5rem; } }
@media (min-width: 74.375em) {
    .footer-social__container {
        padding-left: 5rem;
        padding-right: 5rem; } }

.footer-social__title {
    border-bottom: 1px solid #646464;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal; }

.footer-social__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem; }

.footer-social__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0.5rem; }

.footer-social__link {
    color: #333;
    font-size: 1.3rem; }

.footer-social__logo {
    margin-top: 2rem;
    text-align: center; }
.footer-social__logo .icon {
    height: 50%;
    width: 50%; }

@media (max-width: 54.0525em) {
    .footer-social__title {
        font-size: 1.5rem; }
    .footer-social__list-item {
        border-bottom: 1px solid #646464;
        padding: 0.5rem 0; } }

@media (min-width: 54.0625em) {
    .footer-social {
        padding: 1rem 0; }
    .footer-social__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -2rem;
        margin-right: -2rem; }
    .footer-social__content,
    .footer-social__logo {
        -ms-flex-positive: 4;
        flex-grow: 4;
        padding: 0 2rem 2rem; }
    .footer-social__content:first-child,
    .footer-social__logo:first-child {
        -ms-flex-positive: 0.8;
        flex-grow: 0.8; }
    .footer-social__logo {
        text-align: right; }
    .footer-social__title {
        font-size: 1.6rem;
        padding: 1rem 0; }
    .footer-social__body {
        height: 6rem;
        padding-top: 1.5rem; }
    .footer-social__actions {
        padding: 0; }
    .footer-social__link {
        font-size: 1.5rem; }
    .footer-social__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 74.375em) {
    .footer-social__container {
        margin-left: -1rem;
        margin-right: -1rem; }
    .footer-social__content,
    .footer-social__logo {
        padding: 0 1rem 1rem; }
    .footer-social__logo .icon {
        height: 8rem;
        width: 8rem; }
    .footer-social__list {
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .footer-social__list-item {
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.footer-topics {
    background-color: #333;
    color: #fff;
    overflow: hidden; }

.footer-topics__container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem; }
@media (min-width: 31.875em) {
    .footer-topics__container {
        padding-left: 3rem;
        padding-right: 3rem; } }
@media (min-width: 54.0625em) {
    .footer-topics__container {
        padding-left: 5rem;
        padding-right: 5rem; } }
@media (min-width: 74.375em) {
    .footer-topics__container {
        padding-left: 5rem;
        padding-right: 5rem; } }

@media (min-width: 31.875em) {
    .footer-topics__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -2rem;
        margin-right: -2rem;
        padding-bottom: 2rem;
        padding-top: 2rem; }
    .footer-topics__column {
        padding: 0 2rem 2rem;
        width: 100%; } }

@media (min-width: 768px) {
    .footer-topics__column {
        width: 50%;
    }
}

@media (min-width: 54.0625em) {
    .footer-topics__container {
        margin-left: -1rem;
        margin-right: -1rem; }
    .footer-topics__column {
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 1rem;
        width: 50%; } }

@media (min-width: 1200px) {
    .footer-topics__column {
        width: 33.3333%; }
}

.form {
    margin: 2rem 0; }

.form-search {
    background-color: #e2f2e2;
    margin-bottom: 0;
    padding: 1rem 2rem; }

.form-search__headline {
    color: #333;
    margin: 2rem 0 1rem; }
.form-search__headline:first-child {
    margin: 1rem 0; }

.form-search__label {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.5rem; }

.form-search__filter-header {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.form-search__filter-header::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 83'%3E%3Cpolygon fill='%23003c71' points='0.07 1.73 46.99 83 93.93 1.73 0.07 1.73'/%3E%3C/svg%3E");
    content: '';
    display: inline-block;
    height: 1rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
    width: 1rem; }
.form-search__filter-header[aria-expanded='true']::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg); }

.form-search__filter-tab {
    margin: 0; }
.form-search__filter-tab[aria-hidden='true'] {
    display: none; }

@media (max-width: 31.865em) {
    .form-search__filter-header {
        border-bottom: 1px solid rgba(51, 51, 51, 0.25);
        border-top: 1px solid rgba(51, 51, 51, 0.25);
        margin: 1rem -2rem;
        padding: 0 2rem; } }

@media (min-width: 31.875em) {
    .form-search {
        padding: 1rem 3rem; }
    .form-search__filter-header {
        cursor: default;
        pointer-events: none; }
    .form-search__filter-header::after {
        display: none; }
    .form-search__filter-tab {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1rem;
        margin-right: -1rem; }
    .form-search__filter-tab .form-group {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(50% - 2rem); }
    .form-search__filter-tab[aria-hidden='true'] {
        display: -ms-flexbox;
        display: flex; } }

@media (min-width: 54.0625em) {
    .form-search__label {
        font-size: 1.5rem;
        margin-bottom: 1rem; } }

.gallery {
    margin-bottom: 3.5rem; }

.gallery--carousel .carousel__footer {
    background-color: #fff;
    margin-top: 2rem; }

.gallery__container {
    background-color: #e2f2e2; }

.gallery__headline {
    padding: 1rem;
    padding-bottom: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }

.gallery__media-container {
    padding: 0 1rem 1rem;
    width: 100%; }

.gallery__media-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.gallery__media-copyright {
    margin-top: 15px;
    color: #646464;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.gallery__media {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0.5rem;
    width: 100%; }

@media (min-width: 31.875em) {
    .gallery {
        margin-bottom: 4rem; }
    .gallery__media {
        padding: 1rem;
        width: 50%; }
    .gallery--carousel .carousel__container {
        padding: 0 1rem; }
    .gallery--carousel .carousel__control {
        width: 4rem; }
    .gallery--carousel .carousel__control-icon {
        height: 3.5em;
        width: 2.5em; }
    .gallery--carousel .carousel__footer {
        margin-top: 3rem; }
    .gallery--carousel .gallery__media {
        padding: 0 2rem; } }

@media (min-width: 54.0625em) {
    .gallery__media {
        width: 33.33%; }
    .gallery--carousel .carousel__footer {
        margin-top: 2.5rem; } }

.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -1rem; }
@media (min-width: 31.875em) {
    .grid {
        margin: -1.5rem; } }

.grid__item {
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem;
    width: 100%; }
@media (min-width: 31.875em) {
    .grid__item {
        padding: 1.5rem; } }

.grid__item--stack-big,
.grid__item--stack {
    display: block; }

@media (min-width: 31.875em) {
    .grid__item--50 {
        width: 50%; } }

.grid__item--33.grid__item--stack .grid__item-container {
    height: auto; }

@media (min-width: 31.875em) {
    .grid__item--33 {
        width: 50%; }
    .grid__item--33.grid__item--stack {
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
    .grid__item--33.grid__item--stack .grid__item-container {
        width: 50%; }
    .grid__item--33.grid__item--stack .grid__item-container:first-child {
        padding-right: 1.5rem; }
    .grid__item--33.grid__item--stack .grid__item-container:last-child {
        padding-left: 1.5rem; } }

@media (min-width: 54.0625em) {
    .grid__item--33 {
        width: 33.33%; }
    .grid__item--33.grid__item--stack {
        display: block;
        width: 33.33%; }
    .grid__item--33.grid__item--stack .grid__item-container {
        width: 100%; }
    .grid__item--33.grid__item--stack .grid__item-container:first-child {
        padding-right: 0; }
    .grid__item--33.grid__item--stack .grid__item-container:last-child {
        padding-left: 0; } }

@media (min-width: 31.875em) {
    .grid__item--66 {
        width: 50%; }
    .grid__item--66.grid__item--stack-big {
        width: 100%; } }

@media (min-width: 54.0625em) {
    .grid__item--66 {
        width: 66.66%; }
    .grid__item--66.grid__item--stack-big {
        width: 66.66%; } }

.grid__item--stack,
.grid__item--stack-big {
    margin: -1rem 0; }
.grid__item--stack .grid__item-container,
.grid__item--stack-big .grid__item-container {
    height: 50%;
    padding: 1rem 0; }
@media (min-width: 31.875em) {
    .grid__item--stack,
    .grid__item--stack-big {
        margin: -1.5rem 0; }
    .grid__item--stack .grid__item-container,
    .grid__item--stack-big .grid__item-container {
        padding: 1.5rem 0; } }

.grid__item--stack-big .grid__item-container {
    height: auto; }

.grid__item-element,
.grid__item-container {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%; }

.header {
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 107; }
@media (min-width: 31.875em) {
    .header {
        padding-left: 3rem;
        padding-right: 3rem; } }
@media (min-width: 54.0625em) {
    .header {
        padding-left: 5rem;
        padding-right: 5rem; } }
@media (min-width: 74.375em) {
    .header {
        padding-left: 5rem;
        padding-right: 5rem; } }

.header__wrapper {
    height: 5rem; }

.header--top {
    -webkit-box-shadow: none;
    box-shadow: none; }

.header--not-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }
.header--not-top .header__logo {
    -webkit-box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    height: 8rem;
    min-width: 10rem;
    padding: 1rem 2rem;
    z-index: 0;
    width: auto!important; }
.header--not-top .header__logo .logo__image {
    margin: 0 auto;
    max-width: 7.5rem; }

.header__logo {
    background-color: #fff;
    height: 100%;
    margin-right: auto;
    min-width: 5.5rem;
    width: 5.5rem;
    z-index: 106; }
.header__logo .logo__image {
    max-width: 5.5rem; }

.header__logo--wide {
    min-width: 10rem;
    width: 10rem; }
.header__logo--wide .logo__image {
    max-width: 10rem; }

.header__navigation,
.header__navigation-wrap,
.header__search {
    display: -ms-flexbox;
    display: flex; }

.header__navigation-wrap {
    height: 5rem; }

.header__navigation {
    margin-right: -2rem;
    position: relative;
    -ms-flex-order: 99;
    order: 99; }
.header__navigation::before {
    background-color: #888;
    content: '';
    height: 3rem;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px; }

.header__toggle {
    color: #003c71;
    font-size: 1.2rem;
    text-align: center;
    width: 7rem; }

.header__search-icon,
.header__hamburger-icon {
    display: block;
    height: 1.2rem;
    margin: 0.5rem auto 0.6rem;
    position: relative;
    width: 1.5rem; }

.header__search-icon {
    height: 1.5rem;
    width: 1.5rem; }

.header__item-title {
    display: none; }

.header__hamburger-icon-bar {
    background-color: #003c71;
    border-radius: 1px;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    width: 100%;
    will-change: transform, opacity; }
.header__hamburger-icon-bar:nth-child(1) {
    -webkit-transform-origin: 0 0;
    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;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }

.header__toggle[aria-expanded='true'] .header__hamburger-icon-bar:nth-child(1) {
    -webkit-transform: translate(0.2rem, 0) rotate(45deg);
    transform: translate(0.2rem, 0) 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) {
    -webkit-transform: translate(0.2rem, 0) rotate(-45deg);
    transform: translate(0.2rem, 0) rotate(-45deg); }

.header__toggle--item .header__hamburger-icon,
.header__toggle--item .header__item-title--close {
    display: none; }

.header__toggle--item[aria-expanded='true'] .header__hamburger-icon {
    display: block; }

.header__toggle--item[aria-expanded='true'] .header__search-icon,
.header__toggle--item[aria-expanded='true'] .header__item-title {
    display: none; }

.header__sidebar,
.header__navigation-panel {
    bottom: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 5rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    visibility: hidden;
    width: 0; }

.header__sidebar {
    background-color: #fff; }

.header__search-panel {
    background-color: rgba(255, 255, 255, 0.80);
    -webkit-box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: calc(5rem + 3rem);
    width: 100%; }
.header--not-top .header__search-panel {
    top: calc(5rem); }

.header__search-panel--visible {
    display: block; }

.header__search-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 5rem 0; }
@media all {
    .header__search-container {
        padding-left: 2rem;
        padding-right: 2rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 45rem; } }
@media (min-width: 31.875em) {
    .header__search-container {
        padding-left: 3rem;
        padding-right: 3rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 82rem; } }
@media (min-width: 54.0625em) {
    .header__search-container {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 111rem; } }
.header__sidebar-container--navigation { min-height: 1px !important; }
@media (min-width: 74.375em) {
    .header__search-container {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 124rem; } }

.header__sidebar {
    -webkit-box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
    overflow-x: hidden;
    padding: 1rem 2rem; }

.header__sidebar--visible {
    height: auto;
    opacity: 1;
    visibility: visible;
    width: 28rem; }

.header__sidebar-services,
.header__sidebar-navigation {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }

.header__sidebar-service-item,
.header__sidebar-navigation-item {
    border-bottom: 2px solid #e2f2e2;
    padding: 1rem 0; }

.header__sidebar-navigation-item {
    position: relative; }
.header__sidebar-navigation-item:last-child {
    border-bottom: 0; }
.header__sidebar-navigation-item[data-level='0'] .header__sidebar-navigation-arrow {
    position: absolute;
    right: 0.45rem;
    top: 1.5rem;
    width: 2rem;
    height: 1.4rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='698.5 727 13.4 10'%3E%3Cg transform='translate(-1 401.3)'%3E%3Crect width='11.55' height='1.5' transform='translate(699.5 329.95)' style='fill:%23003c71;'/%3E%3Cpath d='M715.25,335.7l-1.05-1.05,3.95-3.95-3.95-3.95,1.05-1.05,5,5Z' transform='translate(-7.35)' fill='%23003c71'/%3E%3C/g%3E%3C/svg%3E\a     ") center right no-repeat;
    background-color: transparent;
    background-position: 98%;
    background-size: 2rem 2rem; }
.header .header__sidebar-navigation-item--active {
    background-color: #e2f2e2;
    font-weight: bold;
    padding-left: 1rem; }

.header__sidebar-service-item:last-child {
    border-bottom: 0; }

.header__sidebar-service-item:first-child {
    border-top: 2px solid #e2f2e2; }

.header__sidebar-navigation-link {
    display: block;
    width: 80%; }
.header__sidebar-navigation-link:hover {
    color: #003c71;
    text-decoration: none; }

.header__sidebar-navigation-link--action {
    color: #003c71;
    font-weight: 700; }

.header__sidebar-navigation-link--service {
    color: #000000; }

.header__sidebar-container--navigation {
    min-height: 30.6rem; }

.header__sidebar-container--services {
    position: relative;
    width: calc(28rem - 4rem);
    z-index: 100; }

.header__sidebar-page {
    background-color: #fff;
    visibility: hidden;
    height: 0;
    position: absolute;
    -webkit-transform: translateX(200rem);
    transform: translateX(200rem);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: calc(28rem - 4rem); }

.header__sidebar-page--active {
    visibility: visible;
    position: relative;
    margin-bottom: 4rem;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.header--not-top {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: slide-in;
    animation-name: slide-in;
    -webkit-box-shadow: 0 6px 3px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 3px -2px rgba(0, 0, 0, 0.2); }

@media (max-width: 62.49em) {
    .header--pinned {
        -webkit-box-shadow: 0 6px 3px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 3px -2px rgba(0, 0, 0, 0.2);
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .header--pinned.header--top {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .header--top {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none; } }

@media all and (max-width:1400px) {
    .header__logo--wide {
        min-width: 20rem !important;
        width: 20rem !important;
    }

    .header__logo--wide .logo__image {
        min-width: auto!important;
        width: 100%!important;
        max-width: 100%!important;
    }
    .main-navigation__item {
        margin: 0 0.5rem !important;
    }
}
@media (min-width: 62.5em) {
    .header {
        height: 5rem;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .header.header--not-top {
        height: 5rem; }
    .header__wrapper {
        height: auto; }
    .header--not-top .header__navigation-wrap {
        height: 5rem; }
    .header--not-top .header__logo {
        height: 10rem;
        min-width: 12rem;
        width: 12rem; }
    .header--not-top .header__logo .logo__image {
        max-width: 8rem; }
    .header--not-top .header__logo--wide {
        min-width: 32rem;
        width: 32rem; }
    .header--not-top .header__logo--wide .logo__image {
        max-width: 28rem; }
    .header__logo {
        min-width: 8rem;
        width: 8rem; }
    .header__logo .logo__image {
        max-width: 8rem; }
    .header__logo--wide {
        min-width: 28rem;
        width: 28rem; }
    .header__logo--wide .logo__image {
        max-width: 28rem; }
    .header__navigation {
        position: static;
        -ms-flex-order: 0;
        order: 0; }
    .header__navigation::before {
        display: none; }
    .header__navigation-wrap {
        height: 5rem; }
    .header__navigation-panel {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -ms-flex-pack: justify;
        justify-content: space-between;
        opacity: 1;
        overflow: visible;
        position: static;
        visibility: visible;
        width: auto; }
    .header__navigation-wrap {
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .header__search-panel {
        top: calc(5rem + 3rem); } }

@media (min-width: 62.5em) {
    .header {
        height: 10rem; }
    .header--top .header__search {
        margin-left: 2.5rem; }
    .header--top .header__item-title {
        display: block; }
    .header__logo .logo__image {
        min-width: 10rem;
        width: 10rem; }
    .header__logo--wide .logo__image {
        min-width: 30rem;
        width: 30rem; }
    .header__navigation-wrap {
        height: 10rem; }
    .header__search-panel {
        top: calc(10rem + 3rem); }
    .header__search-container {
        max-width: 60rem;
        padding: 10rem 0; }
    .header__toggle--item[aria-expanded='true'] .header__item-title--close {
        display: block; } }

@media (min-width: 74.375em) {
    .header__search {
        margin-left: 4rem; } }

@media (min-width: 90em) {
    .header--not-top {
        margin: 0 auto;
        width: 1440px; } }

@-webkit-keyframes slide-in {
    from {
        top: -8rem; }
    to {
        top: 0; } }

@keyframes slide-in {
    from {
        top: -8rem; }
    to {
        top: 0; } }

.mission-special {
    background-color: #fff;
    padding: 2rem; }

.mission-special--inverted {
    background-color: #e1f2ff;
    color: #000; }

.mission-special__icon {
    height: 5em;
    width: 5em; }
.mission-special__icon.image,
.hero-special__content .mission-special__icon {
    height: auto;
    width: 80%; }
.hero-special__content .mission-special__icon {
    margin-bottom: 2rem; }

.mission-special__headline {
    margin-bottom: 1rem; }
.hero-special__content .mission-special__headline {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2em; }

.mission-special__actions {
    margin-top: 1rem;
}

@media (min-width: 54.0625em) {
    .mission-special {
        padding: 4rem; }
    .mission-special.hero-special__content {
        padding: 4rem 6rem; }
    .mission-special__icon {
        height: 7em;
        width: 7em; }
    .mission-special__icon.image,
    .hero-speacial__content .mission-special__icon {
        width: 66.66%; }
    .mission-special__headline {
        max-width: 66.66%; }
    .hero-special__content .mission-special__headline {
        max-width: 90%; }
    .mission-special__text {
        display: block; }
    .mission-special__actions {
        margin-top: 3rem; } }

@media (min-width: 74.375em) {
    .mission-special.hero-special__content {
        padding: 6rem 8rem; } }

.mission-teaser {
    background-color: #fff;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 2rem; }

.mission-teaser--inverted {
    background-color: #003c71;
    color: #fff; }

.mission-teaser__headline {
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 1rem;
    padding: 1.5rem 0;
    text-align: center;
    text-transform: uppercase; }
.mission-teaser--inverted .mission-teaser__headline {
    border-bottom-color: #fff; }

.mission-teaser__text,
.mission-teaser__link {
    font-size: 1.3rem; }

.mission-teaser__link-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 2rem; }

.mission-teaser__link {
    font-weight: 700;
    margin: 0.25rem 0; }

@media (min-width: 31.875em) {
    .mission-teaser {
        display: -ms-flexbox;
        display: flex; }
    .mission-teaser__container {
        width: 66.66%; }
    .mission-teaser__container:first-child {
        margin-right: 2rem;
        width: 33.33%; }
    .mission-teaser--noimg .mission-teaser__container {
        margin-right: 0; }
    .mission-teaser--noimg .mission-teaser__container {
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
    .mission-teaser--noimg .mission-teaser__content {
        width: 50%; }
    .mission-teaser--noimg .mission-teaser__content:last-child {
        border-left: 1px solid #a9a9a9;
        margin-left: 2rem;
        padding-left: 2rem; }
    .mission-teaser__headline {
        font-size: 3rem;
        padding: 0 0 1rem; }
    .mission-teaser__text,
    .mission-teaser__link {
        font-size: 1.5rem; }
    .mission-teaser__link {
        margin: 1rem 0; } }

@media (min-width: 54.0625em) {
    .mission-teaser__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 75%;
        flex: 1 1 75%;
        width: 75%; }
    .mission-teaser__container:first-child {
        display: block;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%; }
    .mission-teaser--noimg .mission-teaser__container {
        width: 100%; }
    .mission-teaser--noimg .mission-teaser__container {
        display: -ms-flexbox;
        display: flex; }
    .mission-teaser__content {
        width: 66.66%; }
    .mission-teaser--noimg .mission-teaser__content {
        width: 75%; }
    .mission-teaser__content:last-child {
        border-left: 1px solid #a9a9a9;
        margin-left: 2rem;
        padding-left: 2rem;
        width: 33.33%; }
    .mission-teaser--noimg .mission-teaser__content:last-child {
        width: 25%; }
    .mission-teaser--inverted .mission-teaser__content:last-child {
        border-left-color: #fff; } }

@media (min-width: 31.875em) {
    .grid__item--33 .mission-teaser {
        display: block; }
    .grid__item--33 .mission-teaser__container {
        width: 100%; }
    .grid__item--33 .mission-teaser__container:first-child {
        margin-right: 0; }
    .grid__item--33 .mission-teaser--noimg .mission-teaser__container {
        display: block; }
    .grid__item--33 .mission-teaser__content {
        width: 100%; }
    .grid__item--33 .mission-teaser--noimg .mission-teaser__content:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
    .grid__item--33 .mission-teaser__headline {
        padding: 1.5rem 0; }
    .grid__item--33 .mission-teaser__text,
    .grid__item--33 .mission-teaser__link {
        font-size: 1.3rem; }
    .grid__item--33 .mission-teaser__link {
        margin: 0.25rem 0; } }

@media (min-width: 54.0625em) {
    .grid__item--33 .mission-teaser__container {
        display: block;
        width: 100%; }
    .grid__item--33 .mission-teaser__container:first-child {
        width: 100%; }
    .grid__item--33 .mission-teaser__content:last-child {
        margin-left: 0;
        padding-left: 0;
        width: 100%; }
    .grid__item--33 .mission-teaser--inverted .mission-teaser__content:last-child {
        border: 0; } }

@media (min-width: 31.875em) {
    .grid__item--50 .mission-teaser {
        display: block; }
    .grid__item--50 .mission-teaser__container {
        width: 100%; }
    .grid__item--50 .mission-teaser--noimg .mission-teaser__container {
        display: block; }
    .grid__item--50 .mission-teaser__content {
        width: 100%; }
    .grid__item--50 .mission-teaser__content:last-child {
        border: 0; }
    .grid__item--50 .mission-teaser--noimg .mission-teaser__content:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
    .grid__item--50 .mission-teaser__headline {
        padding: 1.5rem 0; }
    .grid__item--50 .mission-teaser__text,
    .grid__item--50 .mission-teaser__link {
        font-size: 1.3rem; }
    .grid__item--50 .mission-teaser__link {
        margin: 0.25rem 0; } }

@media (min-width: 54.0625em) {
    .grid__item--50 .mission-teaser {
        display: -ms-flexbox;
        display: flex; }
    .grid__item--50 .mission-teaser__container {
        display: block;
        width: 66.66%; }
    .mission-teaser--noimg .grid__item--50 .mission-teaser__container:first-child {
        width: 100%; }
    .grid__item--50 .mission-teaser__container:first-child {
        width: 33.33%; }
    .mission-teaser--noimg .grid__item--50 .mission-teaser__container {
        display: -ms-flexbox;
        display: flex; }
    .grid__item--50 .mission-teaser__content {
        width: 100%; }
    .grid__item--50 .mission-teaser__content:last-child {
        margin-left: 0;
        padding-left: 0;
        width: 100%; }
    .mission-teaser--noimg .grid__item--50 .mission-teaser__content {
        border-left: 1px solid #a9a9a9;
        margin-left: 2rem;
        padding-left: 2rem; }
    .mission-teaser--inverted .grid__item--50 .mission-teaser__content:last-child {
        border-left: 0; }
    .mission-teaser--noimg .grid__item--50 .mission-teaser__content:last-child {
        border-left: 1px solid #a9a9a9; }
    .grid__item--50 .mission-teaser__link {
        margin: 1rem 0; }
    .grid__item--50 .mission-teaser__text,
    .grid__item--50 .mission-teaser__link {
        font-size: 1.5rem; }
    .grid__item--50 .mission-teaser__headline {
        padding: 0 0 1rem; } }

@media (min-width: 31.875em) {
    .grid__item--66 .mission-teaser {
        display: block; }
    .grid__item--66 .mission-teaser__container {
        width: 100%; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__container {
        display: block; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__content {
        width: 100%; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__content:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
    .grid__item--66 .mission-teaser__headline {
        padding: 1.5rem 0; }
    .grid__item--66 .mission-teaser__text,
    .grid__item--66 .mission-teaser__link {
        font-size: 1.3rem; }
    .grid__item--66 .mission-teaser__link {
        margin: 0.25rem 0; } }

@media (min-width: 54.0625em) {
    .grid__item--66 .mission-teaser {
        display: -ms-flexbox;
        display: flex; }
    .grid__item--66 .mission-teaser__container:first-child {
        width: 25%; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__container {
        display: -ms-flexbox;
        display: flex; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__content {
        width: 66%; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__content:last-child {
        width: 33%; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__content:last-child {
        border-left: 1px solid #a9a9a9;
        margin-left: 2rem;
        padding-left: 2rem; }
    .mission-teaser--noimg .grid__item--66 .mission-teaser__content:last-child {
        border-left: 1px solid #a9a9a9; }
    .grid__item--66 .mission-teaser__link {
        margin: 1rem 0; }
    .grid__item--66 .mission-teaser__text,
    .grid__item--66 .mission-teaser__link {
        font-size: 1.5rem; }
    .grid__item--66 .mission-teaser__headline {
        padding: 0 0 1rem; } }

.hero-article {
    margin: 4rem auto;
    position: relative;
    width: 100%;
    z-index: 104; }

.hero-article--inverted .hero-article__headline {
    color: #fff; }

.hero-article--box .hero-article__content-inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem; }

.hero-article--simple {
    margin-bottom: 0; }
.hero-article--simple .hero-article__headline {
    margin-bottom: 2rem; }

.hero-article__background {
    background-color: #a9a9a9;
    padding-bottom: 56.25%;
    width: 100%; }

.hero-article__mask {
    background-image: url("../Images/Grafiken_Artikel_News/Visual_Artikel_Desktop.svg");
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 33%;
    background-size: contain;
    background-position: left bottom;
    background-color: #E1F2FF;
}

.hero-article__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 82rem; }
@media all {
    .hero-article__content {
        padding-left: 2rem;
        padding-right: 2rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 100%; } }
@media (min-width: 31.875em) {
    .hero-article__content {
        padding-left: 3rem;
        padding-right: 3rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 58rem; } }
@media (min-width: 54.0625em) {
    .hero-article__content {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 87rem; } }
@media (min-width: 74.375em) {
    .hero-article__content {
        padding-left: 5rem;
        padding-right: 5rem;
        /* stylelint-disable-next-line max-nesting-depth */
        width: 87rem; } }

.hero-article__info {
    bottom: -8rem;
    position: absolute;
    right: 3rem;
    text-align: right; }

.hero-article__date {
    color: #646464;
    font-size: 1.3rem; }

.hero-article__author {
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 600; }

.hero-article__label {
    background-color: #F28502;
    color: #fff;
    height: 32.25px;
    line-height: 34.5px;
    padding: 0 4rem 0 2rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 1rem;
    vertical-align: middle;
    z-index: 3; }

.hero-article__copyright {
    color: #646464;
    display: block;
    font-weight: 400; }

.hero-article__copyright--aside,
.hero-article__copyright--aside-inside {
    bottom: 0.2rem;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2em;
    max-width: 12rem;
    position: absolute;
    right: 4rem;
    text-shadow: 0 0 5px black;
    -webkit-transform: translateX(100%) translateY(50%) rotate(-90deg);
    transform: translateX(100%) translateY(50%) rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 2; }

.hero-article--mask .hero-article__copyright--aside-inside {
    right: 3rem; }

@media (min-width: 31.875em) {
    .hero-article__content {
        left: -4rem; }
    .hero-article--mask .hero-article__content {
        bottom: inherit;
        top: 60%; }
    .hero-article__info {
        position: inherit;
        text-align: left; }
    .hero-article__copyright--aside,
    .hero-article__copyright--aside-inside {
        max-width: 100rem;
        -webkit-transform: translateX(100%) rotate(-90deg);
        transform: translateX(100%) rotate(-90deg); } }

@media (min-width: 54.0625em) {
    .hero-article__copyright--aside,
    .hero-article__copyright--aside-inside {
        font-size: 1.4rem;
        -webkit-transform: translateX(100%) rotate(-90deg);
        transform: translateX(100%) rotate(-90deg); }
    .hero-article__copyright--aside:not(.hero-article__copyright--aside-inside) {
        color: #666;
        right: 2rem;
        text-shadow: 0 0 0 transparent; }
    .hero-article__copyright--aside-inside {
        right: 7.5rem; }
    .hero-article--mask .hero-article__copyright--aside-inside {
        font-weight: 400;
        right: 6rem; }
    .hero-article__label {
        right: 3rem; } }

.hero-image {
    position: relative;
    width: 100%;
    z-index: 102; }

.hero-image__background {
    background-color: #a9a9a9;
    padding-bottom: 56.25%;
    width: 100%; }

.hero-image__content {
    background-color: rgba(135, 170, 120, 0.8);
    color: #fff;
    padding: 1rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70%; }
.hero-image__content:hover .hero-image__content-button {
    background-color: #fff;
    color: #003c71; }

.hero-image__body {
    left: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (min-width:768px) {
    .hero-image__body {
        width: 40%;
    }
}

.hero-image__mask {
    background-image: url("../Images/Grafiken_Home/Visual_Home-Hero-Slider.svg");
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 75%;
    background-position-x: left;
    background-position-y: bottom;
}
@media screen and (max-width:999px){
    .hero-image__mask {
        background-size: 120%;
    }
}

.hero-image__headline {
    text-transform: none;
    font-family: "BundesSans";
    font-size: 21px;
    line-height: 1.24;
    margin-bottom: 48px;
}
.hero-image__content .hero-image__headline {
    color: #fff; }

.hero-image__content-button {
    float: right;
    margin-top: 1rem; }

.hero-image__copyright {
    color: #646464;
    display: none;
    font-weight: 400; }

.hero-image__copyright--aside {
    bottom: 0;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    right: 4rem;
    text-shadow: 0 0 5px black;
    -webkit-transform: translateX(100%) rotate(-90deg);
    transform: translateX(100%) rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }

.hero-image__overlay-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1; }

@media (min-width: 31.875em) {
    .hero-image__content {
        padding: 2rem;
        right: 10rem;
        width: 50%; }
    .hero-image__body {
        left: 8rem; }
    .hero-image__body-button {
        min-width: 12rem; }
    .hero-image__copyright {
        display: block; } }

@media (min-width: 54.0625em) {
    .hero-image__content {
        width: 35%; } }

.hero-slider {
    width: 100%; }

.hero-slider--initialized .hero-slider__inner {
    overflow: hidden; }

@media (min-width: 31.875em) {
    .hero-slider--special .hero-slider__dots-container {
        bottom: 1rem; }
    .hero-slider--special .hero-slider__pause {
        bottom: 1.2rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

.hero-slider__inner {
    overflow-x: scroll;
    position: relative;
    width: 100%; }

.hero-slider__slides {
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }

.hero-slider__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 100%;
    position: relative;
    width: 100%; }

.hero-slider__control {
    height: 10rem;
    stroke: #003c71; }

.hero-slider__prev,
.hero-slider__next {
    cursor: pointer;
    display: block;
    height: 10rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5rem;
    z-index: 2; }

.hero-slider__next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 5 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23003c71' points='0.712 0.996 1.757 0.27 4.941 5.264 1.704 10.27 0.712 9.66 3.483 5.26'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center;
    background-size: 0.7rem;
    width: 0.7rem;
    right: 1rem; }
@media (min-width: 31.875em) {
    .hero-slider__next {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23003c71' points='0.991 1.951 2.754 0.793 19.054 26.36 2.481 51.986 0.929 50.93 16.709 26.36'%3E%3C/polygon%3E%3C/svg%3E");
        background-position: center;
        background-size: 2rem;
        width: 3rem; } }

.hero-slider__prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 5 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23003c71' transform='translate(2.500000, 5.500000) scale(-1, 1) translate(-2.500000, -5.500000)' points='0.712 0.996 1.757 0.27 4.941 5.264 1.704 10.27 0.712 9.66 3.483 5.26'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center;
    background-size: 0.7rem;
    width: 0.7rem;
    left: 1rem; }
@media (min-width: 31.875em) {
    .hero-slider__prev {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23003c71' transform='translate(10.000000, 26.000000) scale(-1, 1) translate(-10.000000, -26.000000)' points='0.991 1.951 2.754 0.793 19.054 26.36 2.481 51.986 0.929 50.93 16.709 26.36'%3E%3C/polygon%3E%3C/svg%3E");
        background-position: center;
        background-size: 2rem;
        width: 3rem; } }

.hero-slider__dots-container {
    bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1; }
@media (min-width: 31.875em) {
    .hero-slider__dots-container {
        bottom: 3rem;
        padding: 0 4rem; } }
@media (min-width: 54.0625em) {
    .hero-slider__dots-container {
        bottom: 5rem; } }

.hero-slider__dots {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin: 0 auto; }
.hero-slider__dots::after {
    clear: both;
    content: '';
    display: block; }

.hero-slider__dot-item {
    background-color: #003c71;
    float: left; }
.hero-slider__dot-item:last-child {
    margin-right: 0; }
.hero-slider__dot-item:hover {
    cursor: pointer; }

.hero-slider__dot {
    height: 0.2rem;
    margin-left: 1rem;
    width: 4rem; }
.hero-slider__dot:hover {
    background-color: #FFFFFF; }

.hero-slider__dot-loader {
    background-color: #FFFFFF;
    height: 100%;
    width: 0; }

.hero-slider__pause {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 37 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23fff'%3E%3Cg stroke-width='2'%3E%3Ccircle fill-opacity='0.25' fill='%23FFFFFF' fill-rule='nonzero' cx='17.5' cy='17.5' r='17.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='17.5' r='16.5'%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(13.500000, 9.500000)' stroke-width='3'%3E%3Cpath d='M0,0.5 L0,16.5'%3E%3C/path%3E%3Cpath d='M8,0.5 L8,16.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem;
    border-radius: 2px;
    bottom: 1.2rem;
    cursor: pointer;
    height: 3rem;
    left: 90%;
    margin: 0 0.5rem;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 3rem;
    z-index: 10;
}
@media screen and (min-width:1000px) {
    .hero-slider__pause {
        left: 50%;
    }
}


.hero-slider__pause:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 37 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23F28502'%3E%3Cg stroke-width='2'%3E%3Ccircle fill-opacity='0.25' fill='%23FFFFFF' fill-rule='nonzero' cx='17.5' cy='17.5' r='17.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='17.5' r='16.5'%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(13.500000, 9.500000)' stroke-width='3'%3E%3Cpath d='M0,0.5 L0,16.5'%3E%3C/path%3E%3Cpath d='M8,0.5 L8,16.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }

.hero-slider__pause--active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' fill-rule='nonzero'%3E%3Cpath d='M16.5,8.8817842e-16 C25.6126984,5.55111512e-16 33,7.38730163 33,16.5 C33,25.6126984 25.6126984,33 16.5,33 C7.38730163,33 1.11022302e-15,25.6126984 0,16.5 C-1.11022302e-15,7.38730163 7.38730163,1.77635684e-15 16.5,8.8817842e-16 Z' stroke='%23fff' stroke-width='2' fill-opacity='0.25' fill='%23FFFFFF'%3E%3C/path%3E%3Cpolygon fill='%23fff' transform='translate(14.000320, 17.000242) rotate(45.000000) translate(-14.000320, -17.000242) ' points='7.00032034 13.0002424 21.0003203 10.0002424 18.0003203 24.0002424'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }
.hero-slider__pause--active:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' fill-rule='nonzero'%3E%3Cpath d='M16.5,8.8817842e-16 C25.6126984,5.55111512e-16 33,7.38730163 33,16.5 C33,25.6126984 25.6126984,33 16.5,33 C7.38730163,33 1.11022302e-15,25.6126984 0,16.5 C-1.11022302e-15,7.38730163 7.38730163,1.77635684e-15 16.5,8.8817842e-16 Z' stroke='%23F28502' stroke-width='2' fill-opacity='0.25' fill='%23FFFFFF'%3E%3C/path%3E%3Cpolygon fill='%23F28502' transform='translate(14.000320, 17.000242) rotate(45.000000) translate(-14.000320, -17.000242) ' points='7.00032034 13.0002424 21.0003203 10.0002424 18.0003203 24.0002424'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 3rem; }

.hero-special {
    display: -ms-flexbox;
    display: flex; }

@media screen and (max-width:767px) {
    .hero-special {
        flex-direction: column;
    }
}

.hero-special__container {
    width: 100%; }

.hero-special__content {
    position: relative;
    height: 100%;
    width: 100%; }

@media (min-width: 768px) {
    .hero-special .hero-slider__dots-container {
        left: 75%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .hero-special__container--aside {
        display: block; }
    .hero-special__container--33 {
        background-color: #87aa78;
        width: 33.33%;
    }
    .hero-special__container--66 {
        width: 66.66%; }
}

.hero-topic {
    height: 25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 102; }

.hero-topic--inverted .hero-topic__text,
.hero-topic--inverted .hero-topic__headline {
    color: #fff; }

.hero-topic__background {
    background-color: #87aa78;
    height: 100%;
    width: 100%; }

.hero-topic__mask {
    display: none;
    /* background-image: url("../../images/hero/mask-article.svg");
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;  */
}

.hero-topic__content {
    bottom: 2rem;
    left: 0;
    padding: 0 2rem;
    position: absolute;
    right: 0;
    z-index: 1;}

.hero-topic__headline {
    margin-bottom: 0.5rem;
    margin-left: -2px;
    text-transform: none; }
.hero-topic--mask .hero-topic__headline {
    font-size: 1.5rem; }

.hero-topic__text {
    font-size: 1.2rem;
    line-height: 1.4em; }

.hero-topic__icon {
    display: none;
    bottom: 0;
    color: #fff;
    position: absolute;
    right: 0; }

@media screen and (min-width:1000px) {
    .hero-topic__icon {
        max-width: 66%;
    }
}
@media (min-width: 31.875em) {
    .hero-topic__content {
        bottom: 4rem;
        padding: 0 3rem; }
    .hero-topic--mask .hero-topic__headline {
        font-size: 2rem; }
    .hero-topic--mask .hero-topic__text {
        width: 100%; } }

@media (min-width: 54.0625em) {
    .hero-topic {
        height: 35rem; }
    .hero-topic__content {
        padding: 0 8rem; }
    .hero-topic--mask .hero-topic__headline {
        font-size: 3rem; }
    .hero-topic__text {
        font-size: 1.3rem; } }

@media (min-width: 74.375em) {
    .hero-topic--mask .hero-topic__headline {
        font-size: 4rem; } }

.partner-carousel {
    background-color: #e2f2e2; }
.partner-carousel .partner-image__title {
    line-height: 1.3;
    white-space: pre-line; }

.partner-carousel--inverted {
    background-color: #87aa78;
    color: #fff; }

.partner-carousel__headline {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 1.5rem; }

@media (min-width: 31.875em) {
    .partner-carousel__headline {
        padding-left: 5rem;
        padding-right: 5rem; } }

.photo-teaser {
    background-color: #a9a9a9;
    color: #fff;
    padding-top: 68%;
    position: relative; }

.photo-teaser__inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px; }

.photo-teaser .copyright {
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

@media (min-width: 31.875em) {
    .photo-teaser .copyright {
        font-size: 1.2rem;
        line-height: 1;
        position: absolute;
        left: 20px;
        bottom: 15px;
        color: #fff;
        text-shadow: 0 0 5px #000;
    }
}

.photo-teaser__image-container {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }

.photo-teaser__image {
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.photo-teaser__image.js-lazyload, .photo-teaser__image.lazyloading {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
.no-js .photo-teaser__image.js-lazyload {
    display: none; }

.photo-teaser__headline {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 2rem 1rem 3rem;
    position: absolute;
    text-transform: uppercase;
    top: 3rem; }

@media (min-width: 31.875em) {
    .photo-teaser__headline {
        font-size: 1.3rem;
        top: 0rem;
        padding: 1rem 2rem 1rem 2rem;
    }
}

@media (min-width: 54.0625em) {
    .photo-teaser__headline {
        top: 2rem;
        font-size: 2.2rem;
        padding: 1rem 2rem 1rem 3rem;

    }
}

@media (min-width: 74.375em) {
    .photo-teaser__headline {
        top: 3rem;
        font-size: 2.5rem;
    }
}


.photo-teaser__text {
    background-color: rgba(135, 170, 120, 0.8);
    bottom: 0;
    padding: 2rem;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%; }

.photo-teaser__link {
    display: none; }

.photo-teaser__link-button {
    float: right;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.photo-teaser__overlay-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1; }

.photo-teaser:hover .photo-teaser__image,
.photo-teaser__link:focus ~ .photo-teaser__image,
.photo-teaser__image:focus {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05); }

.photo-teaser:hover .photo-teaser__headline {
    color: #003c71;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.photo-teaser:hover .photo-teaser__text {
    background-color: rgba(216, 233, 208, 0.8);
    color: #003c71; }

.photo-teaser:hover .icon-button__icon {
    color: #003c71; }

@media (min-width: 54.0625em) {
    .photo-teaser__link {
        display: block;
        max-height: 70px;
        overflow: hidden;

    } }

@media (min-width: 74.375em) {
    .photo-teaser__link {
        max-height: none;
        overflow: auto;
    }
}



.publication {
    background-color: #e2f2e2;
    padding: 3rem; }
.carousel__item .publication {
    position: relative; }

.publication--bordered {
    border: 1px solid #429342; }

.publication--inverted {
    background-color: #87aa78; }
.publication--inverted .publication__text {
    color: #fff; }

.publication__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem; }
.carousel__item .publication__text {
    text-align: left;
    white-space: pre-line; }

.carousel__item .publication__headline {
    white-space: pre-line; }

.publication__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem auto 2rem;
    min-height: 31rem;
    flex-direction: column; }
.publication__image img {
    order: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.75);
    height: 100%;
    margin: auto;
    width: auto; }
.publication__image .copyright {
    position: relative;
    right: unset;
    bottom: unset;
    order: 2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .publication__image img {
        margin: 0; } }

.publication__link {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 1rem;
    white-space: normal; }

.link-box {
    background-color: #003c71;
    padding: 1rem 4rem; }

.link-box--bordered {
    background-color: #fff;
    border: 1px solid #646464; }

.link-box__headline {
    padding-bottom: 1rem; }

.link-box__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 2rem; }

.link-box__list-item {
    padding: 1rem 0; }

.link-box__link .link__icon {
    margin-left: -2rem;
    margin-right: 1rem; }

.article__section * + .link-list {
    margin-top: 8rem; }

.link-list__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
.link-list__list .link-list__list {
    border-top: 1px solid #f1f1f1;
    margin-top: 1rem;
    padding-left: 2rem; }

.link-list__list-item {
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
    padding: 1.5rem 0; }
.link-list__list-item .link-list__list-item {
    font-weight: 400; }

.link-list__list-item--sub {
    border-bottom: 0;
    padding-bottom: 0; }

.link-list .link__icon,
.link-list__link .link__icon {
    margin-left: -1.5rem;
    margin-right: 0.5rem; }
@media (min-width: 31.875em) {
    .link-list .link__icon,
    .link-list__link .link__icon {
        margin-left: -2rem;
        margin-right: 1rem; } }

.link-list__headlinelink.link {
    color: #333;
    margin-bottom: 4rem; }
.link-list__headlinelink.link .icon {
    font-size: 1.5rem; }

.service-navigation {
    display: none;
    background-color: #f1f1f1;
    font-size: 1rem;
    font-weight: 600;
    height: 5rem;
    position: relative;
    text-align: center; }
/* .service-navigation:first-child {
    display: none; } */

.service-navigation__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
@media (min-width: 31.875em) {
    .service-navigation__list {
        padding-left: 3rem;
        padding-right: 3rem; } }
@media (min-width: 54.0625em) {
    .service-navigation__list {
        padding-left: 5rem;
        padding-right: 5rem; } }
@media (min-width: 74.375em) {
    .service-navigation__list {
        padding-left: 5rem;
        padding-right: 5rem; } }

.service-navigation__list-item {
    display: inline;
    margin-left: 1rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    white-space: nowrap; }
.service-navigation__list-item:first-child {
    margin-left: 0; }
.service-navigation__list-item:last-child {
    margin-right: 0; }

.service-navigation__link {
    color: #646464; }
.service-navigation__link .link__icon {
    height: 1em;
    vertical-align: -3px;
    width: 1em; }
.service-navigation__link:hover {
    text-decoration: none; }

@media (max-width: 54.0525em) {
    .service-navigation__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

@media (min-width: 31.875em) {
    .service-navigation {
        font-size: 1.3rem;
        text-align: right; }
    .service-navigation__list-item {
        margin-left: 2rem; } }

@media (min-width: 54.0625em) {
    .service-navigation__list-item {
        padding: 0; }
    .service-navigation__list-item {
        margin: 0 2rem; } }

@media (min-width: 62.5em) {
    .service-navigation {
        display: block; } }

.teaser-carousel .teaser__inner {
    white-space: pre-line; }

.teaser-carousel .teaser__image .copyright{
    white-space: normal;
}

.teaser-carousel .teaser__text {
    line-height: 1.3;
    text-align: left; }

.teaser-carousel .teaser__more {
    white-space: normal; }

.text-box {
    width: 100%; }

.text-box__headline {
    margin: 2rem 0 1rem; }

.text-box__text,
.text-box__list-contacts {
    font-size: 1.3rem;
    margin-bottom: 2rem; }

.text-box__list-contact {
    font-weight: 700;
    margin-bottom: 0.5rem; }

.text-box__list-icon {
    margin-right: 1rem; }

@media (max-width: 31.865em) {
    .text-box__button {
        position: relative;
        width: 100%; }
    .text-box__button .button__icon {
        left: 1rem;
        position: absolute; } }

@media (min-width: 31.875em) {
    .text-box {
        display: -ms-flexbox;
        display: flex; }
    .text-box__headline {
        margin: 0 0 1rem; }
    .text-box__text {
        font-size: 1.5rem; }
    .text-box__container:first-child {
        margin-right: 3rem;
        width: 33.33%; }
    .text-box__container:last-child {
        width: 66.66%; }
    .text-box__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 54.0625em) {
    .text-box__headline {
        font-size: 2.1rem;
        margin: 2rem 0 1rem; }
    .text-box__button {
        position: relative;
        width: 15rem; }
    .text-box__button .button__icon {
        left: 1rem;
        position: absolute; } }

.article * + .glossary {
    margin-top: 5rem; }

.only-print {
    display: none; }

@media print {
    body {
        overflow: initial;
        position: static; }
    img,
    figure,
    aside,
    picture,
    pre,
    blockquote {
        page-break-inside: avoid; }
    h1,
    h2,
    h3 {
        page-break-after: avoid; }
    a,
    a:visited {
        text-decoration: underline; }
    .article__paragraph a[href]::after {
        content: " (" attr(href) ")"; }
    .article__paragraph abbr[title]::after {
        content: " (" attr(title) ")"; }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^='#']::after,
    a[href^='javascript:']::after {
        content: ''; }
    .header,
    .service-navigation,
    .service-navigation:first-child,
    .breadcrumb,
    .page__banner,
    .gallery,
    .partner-carousel,
    .hero-article > *,
    .hero-article__copyright--aside,
    .hero-article__copyright--aside-inside,
    .article-footer__tools,
    .footer-topics,
    .publication-teaser,
    .publication,
    .teaser-carousel,
    .keywords,
    .figure--video,
    .no-print,
    .link-list,
    .quote__share {
        display: none; }
    .only-print {
        display: block;
        margin: auto;
        max-width: 90%;
        width: 90%; }
    .only-print .logo {
        min-height: 4rem; }
    .only-print .logo img {
        height: 4rem;
        width: auto; }
    .footer-social__content > * {
        visibility: hidden; }
    .hero-article .hero-article__content,
    .hero-article .hero-article__content * {
        bottom: 0;
        display: block;
        position: relative;
        right: 0; }
    .hero-article .hero-article__content {
        margin-left: 0;
        margin-right: 0; }
    .hero-article__copyright--aside,
    .hero-article__copyright--aside-inside {
        display: none !important; }
    .accordion__content {
        display: block !important; }
    .article__container,
    .hero-article__content,
    .hero-article,
    .hero-article__content-inner {
        max-width: 90% !important;
        width: 90% !important; }
    .hero-article__content-inner {
        padding-left: 10px; }
    .contact-page .form,
    .contact-page .icon-button {
        display: none; }
    .contact-page .article__section {
        margin: 0 -4rem; }
    .article__section--infobox {
        height: auto; }
    .article__section--infobox-right {
        float: none;
        margin-left: 0;
        margin-top: 0;
        overflow: visible; }
    .accordion__content::after {
        clear: none;
        display: inline; }
    .image {
        -webkit-transition: none;
        transition: none; }
    .figure__copyright--aside {
        text-shadow: none; } }

.article .page__section .hero-topic.header--kita--white--edge .hero-topic__background{ background-color: #e52431; }
.article .page__section .hero-topic.header--kita--white--edge .hero-topic__content .hero-topic__content-inner h1.headline.hero-topic__headline.headline--1 { color: black; }
.article .page__section .hero-topic.header--kita--white--edge .hero-topic__content .hero-topic__content-inner .hero-topic__text { color: #FFFFFF; }

/* #BLEBK-385 */

.layout-pagets__2 .hero-article {
    margin: 0 auto 4rem;
}

/*news and articl template*/
.layout-pagets__10 .hero-article__mask,
.layout-pagets__3 .hero-article__mask {
    display: none;
}
@media screen and (min-width: 1000px) {
    .layout-pagets__10 .hero-article__mask,
    .layout-pagets__3 .hero-article__mask {
        display: block;
    }
    .layout-pagets__10 .hero-article__image,
    .layout-pagets__3 .hero-article__image {
        margin-left: 33%;
        width: 67%;
        height: auto;
    }
}

.hero-topic__content.redesign {
    position: relative;
    width: 100%;
    padding: 0;
}

.hero-topic__content.redesign .hero-topic__content-inner {
    max-width: unset;
}
.hero-topic__content.redesign .hero-topic__text,
.hero-topic__content.redesign .hero-topic__info,
.hero-topic__content.redesign .hero-topic__info .hero-article__date
{
    color: #000000;
    font-family: "BundesSans";
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
}
.hero-topic__content.redesign .hero-topic__headline {
    color: #000000;
    font-family: BundesSerif;
    font-style: normal;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin: 24px 0 0 0;
}

@media screen and (min-width: 576px) {
    .hero-topic__content-inner {
        max-width: 70%;
    }
}
@media screen and (min-width: 768px) {
    .hero-topic__content-inner {
        max-width: 50%;
    }
}
.hero-topic .hero-topic__background {
    background-color: var(--heroTopicBackgroundColor);
}
.page__section .hero-topic .hero-topic__content .hero-topic__content-inner .hero-topic__headline {
    color: #000000;
    font-family: "BundesSerif";
    font-size: 30px;
    line-height: 1.12;
}
.page__section .hero-topic .hero-topic__content .hero-topic__content-inner .hero-topic__text {
    font-family: "BundesSans";
    color: #000000;
    font-size: 17px;
    line-height: 1.29;
}
.hero-topic__image {
    object-fit: cover;
    margin-left: 33%;
    width: auto;
    height: 100%;
}
.hero-topic__image {
    object-fit: cover;
    margin-left: 33%;
    width: auto;
    height: 100%;
    float: right;
}

@media screen and (min-width: 1000px) {
    .page__section .hero-topic .hero-topic__content .hero-topic__content-inner .hero-topic__headline {
        font-size: 40px;
        line-height: 1.2;
    }
    .page__section .hero-topic .hero-topic__content .hero-topic__content-inner .hero-topic__text {
        font-size: 21px;
        line-height: 1.23;
    }
    .hero-topic__image {
        margin-left: 33%;
    }
}

.hero-slider__pause, .carousel--inverted .carousel__pause {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 37 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23003c71'%3E%3Cg stroke-width='2'%3E%3Ccircle fill-opacity='0' fill='%23003c71' fill-rule='nonzero' cx='17.5' cy='17.5' r='17.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='17.5' r='16.5'%3E%3C/circle%3E%3C/g%3E%3Cg transform='translate(13.500000, 9.500000)' stroke-width='3'%3E%3Cpath d='M0,0.5 L0,16.5'%3E%3C/path%3E%3Cpath d='M8,0.5 L8,16.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.search__list-item .teaser__more, .carousel__item .teaser__more {
    font-size: 1.3rem;
    color: #003c71;
    font-weight: 600;
    -webkit-transition: color .2s;
    transition: color .2s; }

.footer-social__logo a{display:inline-block;padding:15px;}.footer-social__logo a img{max-width:225px;width:100%;}@media screen and (min-width:768px){.footer-social__logo{margin-left:-15px;margin-right:-15px;}.footer-social__logo a{padding:0 15px;}}

.tx-epbmel .epBmelSlider .showFilterValues, .tx-epbmel .teaser .showFilterValues {
    flex-wrap: wrap;
}

/* #BLEBK-325 */
.teaser--list-item .teaser__image, .teaser--image-side .teaser__image {
    min-width: 13rem;
}

/* #BLEBK-319 */
button * {
    pointer-events: none;
}
/**
 * Themes
 *
 * Theme stylesheets
 */

/*# sourceMappingURL=main.css.map */
.pagination__item.active .page-link {
    border-bottom: 2px solid;
}

#delete_search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.teaser__list-item:not(:last-child) {
    border-bottom: 2px solid #e2f2e2;
    margin-bottom: 2rem;
    padding-bottom: 2rem; }

.border-bottom {
    border-bottom: 2px solid #e2f2e2 !important;
    margin-bottom: 2rem !important;
    padding-bottom: 2rem !important; }

