@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 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,
[id="header"] .tools,
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 vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a, .download-element .link {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, .download-element .link:active,
a:hover,
.download-element .link:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size 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 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: none; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both; }

.invisible, .fe-unsichtbar, .mod_search span.relevance,
.mod_search p.url, .pagination .last,
.pagination .first, .pagination .previous,
.pagination .next {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Responsive videos (see #1348)
 */
.video_container video, .video_container audio {
  width: 100%;
  height: auto; }

.responsive {
  position: relative;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive.ratio-169 {
    padding-bottom: 56.25%; }
  .responsive.ratio-1610 {
    padding-bottom: 62.5%; }
  .responsive.ratio-219 {
    padding-bottom: 42.8571%; }
  .responsive.ratio-43 {
    padding-bottom: 75%; }
  .responsive.ratio-32 {
    padding-bottom: 66.6666%; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* HTML-Tag und Klassen */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a, .download-element .link {
  color: inherit; }

a[href^="http"]:not([href^="https://europeanjusticeforum.org"]), .download-element .link[href^="http"]:not([href^="https://europeanjusticeforum.org"]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  a[href^="http"]:not([href^="https://europeanjusticeforum.org"]):before, .download-element .link[href^="http"]:not([href^="https://europeanjusticeforum.org"]):before {
    margin-right: 0.25em;
    line-height: inherit !important; }

.ce_text p:first-child,
.ce_text figure:first-child {
  margin-top: 0; }

figure {
  margin: 0; }
  figure img {
    display: block;
    margin: 0.55556rem 0; }

.source, .ce_text figcaption,
.ce_image figcaption {
  color: #959595;
  font-size: 0.83333rem;
  font-weight: 300;
  font-style: italic; }

figcaption {
  margin: 0.55556rem 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

mark {
  background: transparent;
  font-weight: bold;
  color: #476A88; }

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid;
  padding-top: 1.11111rem;
  margin-bottom: 1.11111rem; }

table {
  border-collapse: collapse; }

td, th {
  text-align: left;
  vertical-align: top;
  padding: 0.4em 1.5rem;
  border-top: 1px solid #BDCDC3; }
  td.col_first, th.col_first {
    padding-left: 0; }
  td.col_last, th.col_last {
    padding-right: 0; }
  .row_0 td, .row_0 th {
    border-top: 0; }
  thead td, thead th {
    border-top: 0;
    border-bottom: 1px solid; }
  td p, th p {
    margin: 0; }

.compact td, .compact th {
  padding: 0 2.22222rem 0 0;
  border-top: 0; }
  thead .compact td, thead .compact th {
    border-bottom: 0; }

.compact td {
  font-weight: 300; }

.compact th {
  font-weight: normal; }

.display-inline-block,
.nebeneinander {
  display: inline-block; }

.float_left,
.float_right {
  margin-bottom: 0.55556rem; }

.visible {
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  position: unset;
  overflow: visible; }

.crisp {
  image-rendering: -webkit-pixelated;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges; }

/* Webfonts*/
/* noto-sans-jp-100 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Japanese Thin"), local("NotoSansJapanese-Thin"), url("../fonts/noto-sans-jp-v23-latin-100.woff2") format("woff2"), url("../fonts/noto-sans-jp-v23-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-sans-jp-300 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Japanese Light"), local("NotoSansJapanese-Light"), url("../fonts/noto-sans-jp-v23-latin-300.woff2") format("woff2"), url("../fonts/noto-sans-jp-v23-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-sans-300-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Noto Sans Light Italic"), local("NotoSans-Light-Italic"), url("../fonts/notosans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/notosans-lightitalic-webfont.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-sans-jp-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("../fonts/noto-sans-jp-v23-latin-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v23-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-sans-regular-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("../fonts/notosans-italic-webfont.woff2") format("woff2"), url("../fonts/notosans-italic-webfont.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-sans-jp-500 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), url("../fonts/noto-sans-jp-v23-latin-500.woff2") format("woff2"), url("../fonts/noto-sans-jp-v23-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* noto-sans-jp-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("../fonts/noto-sans-jp-v23-latin-700.woff2") format("woff2"), url("../fonts/noto-sans-jp-v23-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* Icons */
/* Iconfont */
@font-face {
  font-family: 'EJF Icons';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/EJFIcons-Regular.woff2") format("woff2"), url("../fonts/EJFIcons-Regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

[data-icon]:before {
  font-family: 'EJF Icons';
  content: attr(data-icon);
  font-weight: normal;
  font-style: normal;
  speak: none; }

[class*='icn-']:before,
.icn:before,
a:not([href^="https://europeanjusticeforum.org"])[href^="http"]:before,
.download-element .link:not([href^="https://europeanjusticeforum.org"])[href^="http"]:before,
.ce_teaser p.more a:after,
.ce_teaser p.more .download-element .link:after,
.download-element .ce_teaser p.more .link:after,
.ce_hyperlink a:after,
.ce_hyperlink .download-element .link:after,
.download-element .ce_hyperlink .link:after,
.toggler .ui-icon:before,
.download-element > a:before,
.download-element > .link:before,
.mod_token_login p.login_info:before,
.layout_latest .more a:after,
.layout_latest .more .download-element .link:after,
.download-element .layout_latest .more .link:after,
.ce_glossar ul.glossar_items p:last-child a:after,
.ce_glossar ul.glossar_items p:last-child .download-element .link:after,
.download-element .ce_glossar ul.glossar_items p:last-child .link:after,
.ce_glossar_close:before,
.mod_search button.submit:before,
.mod_search .ce_matomo_optout button:before,
.ce_matomo_optout .mod_search button:before {
  display: inline-block;
  font-family: 'EJF Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

.icn-question:before {
  content: "\003F"; }

.icn-left:before {
  content: "\2B9C"; }

.icn-right:before, .ce_teaser p.more a:after, .ce_teaser p.more .download-element .link:after, .download-element .ce_teaser p.more .link:after, .ce_hyperlink a:after, .ce_hyperlink .download-element .link:after, .download-element .ce_hyperlink .link:after, .layout_latest .more a:after, .layout_latest .more .download-element .link:after, .download-element .layout_latest .more .link:after, .ce_glossar ul.glossar_items p:last-child a:after, .ce_glossar ul.glossar_items p:last-child .download-element .link:after, .download-element .ce_glossar ul.glossar_items p:last-child .link:after {
  content: "\2B9E"; }

.icn-up:before, .toggler .ui-icon:before {
  content: "\2B9D"; }

.icn-down:before {
  content: "\2B9F"; }

.icn-close:before, .ce_glossar_close:before {
  content: "\274C"; }

.icn-external:before, a:not([href^="https://europeanjusticeforum.org"])[href^="http"]:before, .download-element .link:not([href^="https://europeanjusticeforum.org"])[href^="http"]:before {
  content: "\2197"; }

.icn-jumpmark:before {
  content: "\21B3"; }

.icn-contrast:before {
  content: "\25D1"; }

.icn-smiley:before, .mod_token_login p.login_info:before {
  content: "\263A"; }

.icn-page:before, .download-element > a:before, .download-element > .link:before {
  content: "\1F5CC"; }

.icn-book:before {
  content: "\1F4D6"; }

.icn-search:before, .mod_search button.submit:before, .mod_search .ce_matomo_optout button:before, .ce_matomo_optout .mod_search button:before {
  content: "\1F50D"; }

.icn-menu:before {
  content: "\E000"; }

html {
  font-family: "Noto Sans", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 760px) {
    html {
      font-size: 1.0625rem; } }
  @media (min-width: 1360px) {
    html {
      font-size: 1.125rem; } }

h1, .h1, h2, .h2, .ce_glossar ul.glossar_items h4, .ce_glossar ul.glossar_items .h4, h3, .h3, h4, .h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: 1rem; }
  h1 + *, .h1 + *, h2 + *, .h2 + *, .ce_glossar ul.glossar_items h4 + *, .ce_glossar ul.glossar_items .h4 + *, h3 + *, .h3 + *, h4 + *, .h4 + *, h5 + *, h6 + * {
    margin-top: 0; }

h1, .h1, h3, .h3 {
  line-height: 1.2; }

h2, .h2, .ce_glossar ul.glossar_items h4, .ce_glossar ul.glossar_items .h4 {
  line-height: 1.28; }

h1, .h1 {
  color: #C00020;
  font-size: 1.625em;
  font-weight: 100;
  margin-top: 1rem; }
  @media (min-width: 950px) {
    h1, .h1 {
      font-size: 2.55556em; } }
  @media (max-width: 950px) {
    .page-home h1, .page-home .h1 {
      margin-top: 0; } }

h2, .h2, .ce_glossar ul.glossar_items h4, .ce_glossar ul.glossar_items .h4 {
  color: #244B5A;
  font-size: 1.38889em;
  font-weight: bold;
  margin-top: 2.22222rem; }

h3, .h3 {
  color: #244B5A;
  font-size: 1.11111em;
  font-weight: bold; }

h4, .h4, h5, h6 {
  font-size: 1em;
  font-weight: inherit;
  margin-bottom: 0; }
  h4 + *, .h4 + *, h5 + *, h6 + * {
    margin-top: 0; }

h4, .h4 {
  font-weight: bold; }

h1 + h2, .h1 + h2, h1 + .h2, .h1 + .h2, .ce_glossar ul.glossar_items h1 + h4, .ce_glossar ul.glossar_items .h1 + h4, .ce_glossar ul.glossar_items h1 + .h4, .ce_glossar ul.glossar_items .h1 + .h4 {
  margin-top: 0; }

.mod_article > h2:first-child, .mod_article > .h2:first-child, .ce_glossar ul.glossar_items .mod_article > h4:first-child, .ce_glossar ul.glossar_items .mod_article > .h4:first-child,
.mod_article > .first > h2:first-child,
.mod_article > .first > .h2:first-child,
.ce_glossar ul.glossar_items .mod_article > .first > h4:first-child,
.ce_glossar ul.glossar_items .mod_article > .first > .h4:first-child {
  margin-top: 0; }

p {
  word-break: break-word; }

blockquote {
  color: #476A88;
  font-size: 1.22222em;
  font-style: italic;
  font-weight: 300;
  margin-right: 0; }

.introduction, .ce_hgroup .tagline {
  font-size: 1.22222em;
  font-weight: 500; }

[id="main"] a, [id="main"] .download-element .link, .download-element [id="main"] .link,
[id="right"] a,
[id="right"] .download-element .link,
.download-element [id="right"] .link,
[id="teasers"] a,
[id="teasers"] .download-element .link,
.download-element [id="teasers"] .link,
.glossar_layer a,
.glossar_layer .download-element .link,
.download-element .glossar_layer .link {
  color: #738C95;
  text-decoration: none; }
  [id="main"] a:hover, [id="main"] .download-element .link:hover, .download-element [id="main"] .link:hover,
  [id="right"] a:hover,
  [id="right"] .download-element .link:hover,
  .download-element [id="right"] .link:hover,
  [id="teasers"] a:hover,
  [id="teasers"] .download-element .link:hover,
  .download-element [id="teasers"] .link:hover,
  .glossar_layer a:hover,
  .glossar_layer .download-element .link:hover,
  .download-element .glossar_layer .link:hover {
    color: #244B5A; }

.ce_text ul, .ce_text ol {
  padding-left: 1.5rem; }

.ce_text ul > li {
  list-style: none; }
  .ce_text ul > li:before {
    content: "•";
    color: #C00020;
    position: absolute;
    margin-left: -1.5rem; }

.ce_text li {
  margin: 0.27778em 0; }

/* Layout */
.maxwidth, [id="header"] .inside, [id="footer"] .inside, .mobile_menu .inner .footer .inside, [id="nav-footer"] .inside, .layout-standard [id="main"] .inside, .layout-2cols [id="container"], [id="teasers"] .mod_article {
  max-width: 1320px;
  margin-left: 1.11111rem;
  margin-right: 1.11111rem; }
  @media (min-width: 760px) {
    .maxwidth, [id="header"] .inside, [id="footer"] .inside, .mobile_menu .inner .footer .inside, [id="nav-footer"] .inside, .layout-standard [id="main"] .inside, .layout-2cols [id="container"], [id="teasers"] .mod_article {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 950px) {
    .maxwidth, [id="header"] .inside, [id="footer"] .inside, .mobile_menu .inner .footer .inside, [id="nav-footer"] .inside, .layout-standard [id="main"] .inside, .layout-2cols [id="container"], [id="teasers"] .mod_article {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media (min-width: 1360px) {
    .maxwidth, [id="header"] .inside, [id="footer"] .inside, .mobile_menu .inner .footer .inside, [id="nav-footer"] .inside, .layout-standard [id="main"] .inside, .layout-2cols [id="container"], [id="teasers"] .mod_article {
      margin-left: auto;
      margin-right: auto; } }

[id="wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  @media (min-width: 760px) {
    [id="wrapper"] {
      background-image: url(../img/bg-ejf-ghost.svg);
      background-repeat: no-repeat;
      background-size: calc(100vw - 2.22222rem - 14px);
      background-position: center bottom -8vw; }
      .page-search [id="wrapper"] {
        background-image: url(../img/bg-ejf-husky.svg); }
      .page-glossary [id="wrapper"] {
        background-image: url(../img/bg-ejf-pink.svg); } }
  @media (min-width: 1020px) {
    .layout-standard [id="wrapper"] {
      background-attachment: fixed;
      background-size: auto;
      background-position: right 75vw top 8.5rem; }
    .layout-2cols [id="wrapper"] {
      background-size: auto;
      background-position: center bottom; } }
  @media (min-width: 1360px) {
    .layout-standard [id="wrapper"] {
      background-position: right calc(50vw + 350px) top 8.5rem; } }
  .page-home [id="wrapper"] {
    background: url(../img/bg-ejf-homepage.jpg) no-repeat top; }
    @media (max-width: 950px) {
      .page-home [id="wrapper"] {
        background-size: 200%; } }
    @media (min-width: 2560px) {
      .page-home [id="wrapper"] {
        background-size: 100%; } }

[id="header"] {
  padding-top: 1.11111rem; }
  [id="header"] .inside {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (min-width: 760px) and (max-width: 1019px) {
      [id="header"] .inside {
        display: block !important;
        position: relative; }
        [id="header"] .inside #logo {
          width: auto !important;
          float: left;
          margin-top: 11px;
          margin-right: 0; }
        [id="header"] .inside .nav-main,
        [id="header"] .inside .tools {
          width: calc(100% - 270px) !important; }
          [id="header"] .inside .nav-main ul,
          [id="header"] .inside .tools ul {
            -ms-flex-pack: distribute;
            justify-content: space-around; }
        [id="header"] .inside .nav-main {
          padding-top: 2.22222rem;
          float: right; }
        [id="header"] .inside .tools {
          position: absolute;
          right: 0;
          top: 0;
          padding-left: 1.2vw;
          padding-right: 1.2vw; } }

a[id="logo"], .download-element .link[id="logo"] {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.6em; }
  @media (min-width: 1020px) {
    a[id="logo"], .download-element .link[id="logo"] {
      margin-bottom: 0.55556rem !important; } }

[id="footer"], .mobile_menu .inner .footer {
  background: #244B5A;
  color: #fff;
  font-size: 13px; }
  [id="footer"] .inside .ce_text, .mobile_menu .inner .footer .inside .ce_text {
    margin-bottom: 0; }
  [id="footer"] .inside p, .mobile_menu .inner .footer .inside p {
    padding: 1.5em 0;
    margin: 0; }
  @media (min-width: 760px) {
    [id="footer"], .mobile_menu .inner .footer {
      background: #244B5A url(../img/bg-footer.svg) no-repeat right/auto 101%; }
      [id="footer"] .inside p, .mobile_menu .inner .footer .inside p {
        max-width: 620px; } }

[id="nav-footer"] {
  margin-top: auto; }
  [id="nav-footer"] .inside {
    padding-top: 3.88889rem;
    padding-bottom: 4px; }

[id="container"] {
  padding-top: 2.22222rem; }

@media (min-width: 950px) {
  .page-home [id="main"] .inside {
    padding-top: 1.11111rem; } }

@media (min-width: 760px) and (max-width: 1019px) {
  .layout-standard [id="main"] {
    width: 80%;
    min-width: 620px; } }

.layout-standard [id="main"] .mod_article {
  outline: 0; }
  @media (min-width: 1020px) {
    .layout-standard [id="main"] .mod_article {
      margin-left: calc(25% + 1.11111rem) !important;
      margin-right: calc(25% + 1.11111rem) !important; } }

@media (min-width: 1020px) {
  [id="right"] {
    padding-right: 12.5%; } }

[id="teasers"] {
  margin-top: 1.11111rem; }
  [id="teasers"] .inside {
    padding-top: 3.88889rem; }

@media (min-width: 1020px) {
  .glossar_alpha_pagination, .mod_search .cols-1 .inner, .nav-sub ul {
    position: fixed;
    margin-top: 2.22222rem !important;
    width: calc(100%/4 - 2.22222rem - 0.55556rem) !important;
    max-width: 290px;
    padding-right: 1.11111rem; } }

.ce_form {
  margin: 1.11111rem 0; }

fieldset {
  padding: 0;
  border: 0;
  margin: 2.22222rem 0; }

.widget {
  margin: 1em 0; }
  .widget.margin-0 {
    margin-bottom: 0; }
    .widget.margin-0 + * {
      margin-top: 0; }

label {
  display: block;
  text-align: left; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%; }

input.text,
input.captcha,
select, textarea {
  font-weight: bold;
  border: 1px solid #BDCDC3;
  border-radius: 0;
  padding: 5px 0.55556rem; }

input.text,
input.captcha,
select {
  width: 100%;
  border-radius: 0; }
  @media (min-width: 460px) {
    input.text,
    input.captcha,
    select {
      width: 23.52941em;
      max-width: 100%; } }

textarea {
  width: 100%;
  resize: vertical; }

select {
  background-color: #fff;
  background-image: url(../img/bg-select.png);
  background-position: right;
  background-repeat: no-repeat; }

.widget-radio fieldset,
.widget-checkbox fieldset {
  margin: 0; }
  .widget-radio fieldset > span,
  .widget-checkbox fieldset > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0.4em 0; }

.widget-radio input,
.widget-checkbox input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.25em; }

button.submit, .ce_matomo_optout button {
  background: #476A88;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 6px 1em;
  border: 0;
  border-radius: 0; }

span.mandatory,
em.mandatory {
  color: #C00020;
  margin-left: 0.1em; }

p.error {
  color: #C00020;
  margin-bottom: 0.25em; }

input.error {
  border-color: #C00020; }

@media (min-width: 760px) {
  .widget-2sp, .form-2sp .widget-text, .meine-daten .widget-text, .mod_login .widget-text,
  .form-2sp .widget-select,
  .meine-daten .widget-select,
  .mod_login .widget-select,
  .form-2sp .widget-password,
  .meine-daten .widget-password,
  .mod_login .widget-password,
  .form-2sp .widget-submit,
  .meine-daten .widget-submit,
  .mod_login .widget-submit {
    display: inline-block;
    width: calc(50% - 1em);
    margin: 0.5em 0;
    vertical-align: bottom; }
    .widget-2sp:nth-of-type(odd), .form-2sp .widget-text:nth-of-type(odd), .meine-daten .widget-text:nth-of-type(odd), .mod_login .widget-text:nth-of-type(odd),
    .form-2sp .widget-select:nth-of-type(odd),
    .meine-daten .widget-select:nth-of-type(odd),
    .mod_login .widget-select:nth-of-type(odd),
    .form-2sp .widget-password:nth-of-type(odd),
    .meine-daten .widget-password:nth-of-type(odd),
    .mod_login .widget-password:nth-of-type(odd),
    .form-2sp .widget-submit:nth-of-type(odd),
    .meine-daten .widget-submit:nth-of-type(odd),
    .mod_login .widget-submit:nth-of-type(odd) {
      margin-right: 2em; }
    .widget-2sp:nth-of-type(even), .form-2sp .widget-text:nth-of-type(even), .meine-daten .widget-text:nth-of-type(even), .mod_login .widget-text:nth-of-type(even),
    .form-2sp .widget-select:nth-of-type(even),
    .meine-daten .widget-select:nth-of-type(even),
    .mod_login .widget-select:nth-of-type(even),
    .form-2sp .widget-password:nth-of-type(even),
    .meine-daten .widget-password:nth-of-type(even),
    .mod_login .widget-password:nth-of-type(even),
    .form-2sp .widget-submit:nth-of-type(even),
    .meine-daten .widget-submit:nth-of-type(even),
    .mod_login .widget-submit:nth-of-type(even) {
      margin-left: -0.25em; }
    .widget-2sp .widget-2sp, .form-2sp .widget-text .widget-2sp, .meine-daten .widget-text .widget-2sp, .mod_login .widget-text .widget-2sp, .form-2sp .widget-select .widget-2sp, .meine-daten .widget-select .widget-2sp, .mod_login .widget-select .widget-2sp, .form-2sp .widget-password .widget-2sp, .meine-daten .widget-password .widget-2sp, .mod_login .widget-password .widget-2sp, .form-2sp .widget-submit .widget-2sp, .meine-daten .widget-submit .widget-2sp, .mod_login .widget-submit .widget-2sp, .widget-2sp .form-2sp .widget-text, .form-2sp .widget-2sp .widget-text, .form-2sp .widget-text .widget-text, .meine-daten .widget-text .form-2sp .widget-text, .form-2sp .meine-daten .widget-text .widget-text, .mod_login .widget-text .form-2sp .widget-text, .form-2sp .mod_login .widget-text .widget-text, .form-2sp .widget-select .widget-text, .meine-daten .widget-select .form-2sp .widget-text, .form-2sp .meine-daten .widget-select .widget-text, .mod_login .widget-select .form-2sp .widget-text, .form-2sp .mod_login .widget-select .widget-text, .form-2sp .widget-password .widget-text, .meine-daten .widget-password .form-2sp .widget-text, .form-2sp .meine-daten .widget-password .widget-text, .mod_login .widget-password .form-2sp .widget-text, .form-2sp .mod_login .widget-password .widget-text, .form-2sp .widget-submit .widget-text, .meine-daten .widget-submit .form-2sp .widget-text, .form-2sp .meine-daten .widget-submit .widget-text, .mod_login .widget-submit .form-2sp .widget-text, .form-2sp .mod_login .widget-submit .widget-text, .widget-2sp .meine-daten .widget-text, .meine-daten .widget-2sp .widget-text, .form-2sp .widget-text .meine-daten .widget-text, .meine-daten .form-2sp .widget-text .widget-text, .meine-daten .widget-text .widget-text, .mod_login .widget-text .meine-daten .widget-text, .meine-daten .mod_login .widget-text .widget-text, .form-2sp .widget-select .meine-daten .widget-text, .meine-daten .form-2sp .widget-select .widget-text, .meine-daten .widget-select .widget-text, .mod_login .widget-select .meine-daten .widget-text, .meine-daten .mod_login .widget-select .widget-text, .form-2sp .widget-password .meine-daten .widget-text, .meine-daten .form-2sp .widget-password .widget-text, .meine-daten .widget-password .widget-text, .mod_login .widget-password .meine-daten .widget-text, .meine-daten .mod_login .widget-password .widget-text, .form-2sp .widget-submit .meine-daten .widget-text, .meine-daten .form-2sp .widget-submit .widget-text, .meine-daten .widget-submit .widget-text, .mod_login .widget-submit .meine-daten .widget-text, .meine-daten .mod_login .widget-submit .widget-text, .widget-2sp .mod_login .widget-text, .mod_login .widget-2sp .widget-text, .form-2sp .widget-text .mod_login .widget-text, .mod_login .form-2sp .widget-text .widget-text, .meine-daten .widget-text .mod_login .widget-text, .mod_login .meine-daten .widget-text .widget-text, .mod_login .widget-text .widget-text, .form-2sp .widget-select .mod_login .widget-text, .mod_login .form-2sp .widget-select .widget-text, .meine-daten .widget-select .mod_login .widget-text, .mod_login .meine-daten .widget-select .widget-text, .mod_login .widget-select .widget-text, .form-2sp .widget-password .mod_login .widget-text, .mod_login .form-2sp .widget-password .widget-text, .meine-daten .widget-password .mod_login .widget-text, .mod_login .meine-daten .widget-password .widget-text, .mod_login .widget-password .widget-text, .form-2sp .widget-submit .mod_login .widget-text, .mod_login .form-2sp .widget-submit .widget-text, .meine-daten .widget-submit .mod_login .widget-text, .mod_login .meine-daten .widget-submit .widget-text, .mod_login .widget-submit .widget-text,
    .widget-2sp .form-2sp .widget-select, .form-2sp .widget-2sp .widget-select,
    .form-2sp .widget-text .widget-select,
    .meine-daten .widget-text .form-2sp .widget-select, .form-2sp .meine-daten .widget-text .widget-select,
    .mod_login .widget-text .form-2sp .widget-select, .form-2sp .mod_login .widget-text .widget-select,
    .form-2sp .widget-select .widget-select,
    .meine-daten .widget-select .form-2sp .widget-select, .form-2sp .meine-daten .widget-select .widget-select,
    .mod_login .widget-select .form-2sp .widget-select, .form-2sp .mod_login .widget-select .widget-select,
    .form-2sp .widget-password .widget-select,
    .meine-daten .widget-password .form-2sp .widget-select, .form-2sp .meine-daten .widget-password .widget-select,
    .mod_login .widget-password .form-2sp .widget-select, .form-2sp .mod_login .widget-password .widget-select,
    .form-2sp .widget-submit .widget-select,
    .meine-daten .widget-submit .form-2sp .widget-select, .form-2sp .meine-daten .widget-submit .widget-select,
    .mod_login .widget-submit .form-2sp .widget-select, .form-2sp .mod_login .widget-submit .widget-select,
    .widget-2sp .meine-daten .widget-select, .meine-daten .widget-2sp .widget-select,
    .form-2sp .widget-text .meine-daten .widget-select, .meine-daten .form-2sp .widget-text .widget-select,
    .meine-daten .widget-text .widget-select,
    .mod_login .widget-text .meine-daten .widget-select, .meine-daten .mod_login .widget-text .widget-select,
    .form-2sp .widget-select .meine-daten .widget-select, .meine-daten .form-2sp .widget-select .widget-select,
    .meine-daten .widget-select .widget-select,
    .mod_login .widget-select .meine-daten .widget-select, .meine-daten .mod_login .widget-select .widget-select,
    .form-2sp .widget-password .meine-daten .widget-select, .meine-daten .form-2sp .widget-password .widget-select,
    .meine-daten .widget-password .widget-select,
    .mod_login .widget-password .meine-daten .widget-select, .meine-daten .mod_login .widget-password .widget-select,
    .form-2sp .widget-submit .meine-daten .widget-select, .meine-daten .form-2sp .widget-submit .widget-select,
    .meine-daten .widget-submit .widget-select,
    .mod_login .widget-submit .meine-daten .widget-select, .meine-daten .mod_login .widget-submit .widget-select,
    .widget-2sp .mod_login .widget-select, .mod_login .widget-2sp .widget-select,
    .form-2sp .widget-text .mod_login .widget-select, .mod_login .form-2sp .widget-text .widget-select,
    .meine-daten .widget-text .mod_login .widget-select, .mod_login .meine-daten .widget-text .widget-select,
    .mod_login .widget-text .widget-select,
    .form-2sp .widget-select .mod_login .widget-select, .mod_login .form-2sp .widget-select .widget-select,
    .meine-daten .widget-select .mod_login .widget-select, .mod_login .meine-daten .widget-select .widget-select,
    .mod_login .widget-select .widget-select,
    .form-2sp .widget-password .mod_login .widget-select, .mod_login .form-2sp .widget-password .widget-select,
    .meine-daten .widget-password .mod_login .widget-select, .mod_login .meine-daten .widget-password .widget-select,
    .mod_login .widget-password .widget-select,
    .form-2sp .widget-submit .mod_login .widget-select, .mod_login .form-2sp .widget-submit .widget-select,
    .meine-daten .widget-submit .mod_login .widget-select, .mod_login .meine-daten .widget-submit .widget-select,
    .mod_login .widget-submit .widget-select,
    .widget-2sp .form-2sp .widget-password, .form-2sp .widget-2sp .widget-password,
    .form-2sp .widget-text .widget-password,
    .meine-daten .widget-text .form-2sp .widget-password, .form-2sp .meine-daten .widget-text .widget-password,
    .mod_login .widget-text .form-2sp .widget-password, .form-2sp .mod_login .widget-text .widget-password,
    .form-2sp .widget-select .widget-password,
    .meine-daten .widget-select .form-2sp .widget-password, .form-2sp .meine-daten .widget-select .widget-password,
    .mod_login .widget-select .form-2sp .widget-password, .form-2sp .mod_login .widget-select .widget-password,
    .form-2sp .widget-password .widget-password,
    .meine-daten .widget-password .form-2sp .widget-password, .form-2sp .meine-daten .widget-password .widget-password,
    .mod_login .widget-password .form-2sp .widget-password, .form-2sp .mod_login .widget-password .widget-password,
    .form-2sp .widget-submit .widget-password,
    .meine-daten .widget-submit .form-2sp .widget-password, .form-2sp .meine-daten .widget-submit .widget-password,
    .mod_login .widget-submit .form-2sp .widget-password, .form-2sp .mod_login .widget-submit .widget-password,
    .widget-2sp .meine-daten .widget-password, .meine-daten .widget-2sp .widget-password,
    .form-2sp .widget-text .meine-daten .widget-password, .meine-daten .form-2sp .widget-text .widget-password,
    .meine-daten .widget-text .widget-password,
    .mod_login .widget-text .meine-daten .widget-password, .meine-daten .mod_login .widget-text .widget-password,
    .form-2sp .widget-select .meine-daten .widget-password, .meine-daten .form-2sp .widget-select .widget-password,
    .meine-daten .widget-select .widget-password,
    .mod_login .widget-select .meine-daten .widget-password, .meine-daten .mod_login .widget-select .widget-password,
    .form-2sp .widget-password .meine-daten .widget-password, .meine-daten .form-2sp .widget-password .widget-password,
    .meine-daten .widget-password .widget-password,
    .mod_login .widget-password .meine-daten .widget-password, .meine-daten .mod_login .widget-password .widget-password,
    .form-2sp .widget-submit .meine-daten .widget-password, .meine-daten .form-2sp .widget-submit .widget-password,
    .meine-daten .widget-submit .widget-password,
    .mod_login .widget-submit .meine-daten .widget-password, .meine-daten .mod_login .widget-submit .widget-password,
    .widget-2sp .mod_login .widget-password, .mod_login .widget-2sp .widget-password,
    .form-2sp .widget-text .mod_login .widget-password, .mod_login .form-2sp .widget-text .widget-password,
    .meine-daten .widget-text .mod_login .widget-password, .mod_login .meine-daten .widget-text .widget-password,
    .mod_login .widget-text .widget-password,
    .form-2sp .widget-select .mod_login .widget-password, .mod_login .form-2sp .widget-select .widget-password,
    .meine-daten .widget-select .mod_login .widget-password, .mod_login .meine-daten .widget-select .widget-password,
    .mod_login .widget-select .widget-password,
    .form-2sp .widget-password .mod_login .widget-password, .mod_login .form-2sp .widget-password .widget-password,
    .meine-daten .widget-password .mod_login .widget-password, .mod_login .meine-daten .widget-password .widget-password,
    .mod_login .widget-password .widget-password,
    .form-2sp .widget-submit .mod_login .widget-password, .mod_login .form-2sp .widget-submit .widget-password,
    .meine-daten .widget-submit .mod_login .widget-password, .mod_login .meine-daten .widget-submit .widget-password,
    .mod_login .widget-submit .widget-password,
    .widget-2sp .form-2sp .widget-submit, .form-2sp .widget-2sp .widget-submit,
    .form-2sp .widget-text .widget-submit,
    .meine-daten .widget-text .form-2sp .widget-submit, .form-2sp .meine-daten .widget-text .widget-submit,
    .mod_login .widget-text .form-2sp .widget-submit, .form-2sp .mod_login .widget-text .widget-submit,
    .form-2sp .widget-select .widget-submit,
    .meine-daten .widget-select .form-2sp .widget-submit, .form-2sp .meine-daten .widget-select .widget-submit,
    .mod_login .widget-select .form-2sp .widget-submit, .form-2sp .mod_login .widget-select .widget-submit,
    .form-2sp .widget-password .widget-submit,
    .meine-daten .widget-password .form-2sp .widget-submit, .form-2sp .meine-daten .widget-password .widget-submit,
    .mod_login .widget-password .form-2sp .widget-submit, .form-2sp .mod_login .widget-password .widget-submit,
    .form-2sp .widget-submit .widget-submit,
    .meine-daten .widget-submit .form-2sp .widget-submit, .form-2sp .meine-daten .widget-submit .widget-submit,
    .mod_login .widget-submit .form-2sp .widget-submit, .form-2sp .mod_login .widget-submit .widget-submit,
    .widget-2sp .meine-daten .widget-submit, .meine-daten .widget-2sp .widget-submit,
    .form-2sp .widget-text .meine-daten .widget-submit, .meine-daten .form-2sp .widget-text .widget-submit,
    .meine-daten .widget-text .widget-submit,
    .mod_login .widget-text .meine-daten .widget-submit, .meine-daten .mod_login .widget-text .widget-submit,
    .form-2sp .widget-select .meine-daten .widget-submit, .meine-daten .form-2sp .widget-select .widget-submit,
    .meine-daten .widget-select .widget-submit,
    .mod_login .widget-select .meine-daten .widget-submit, .meine-daten .mod_login .widget-select .widget-submit,
    .form-2sp .widget-password .meine-daten .widget-submit, .meine-daten .form-2sp .widget-password .widget-submit,
    .meine-daten .widget-password .widget-submit,
    .mod_login .widget-password .meine-daten .widget-submit, .meine-daten .mod_login .widget-password .widget-submit,
    .form-2sp .widget-submit .meine-daten .widget-submit, .meine-daten .form-2sp .widget-submit .widget-submit,
    .meine-daten .widget-submit .widget-submit,
    .mod_login .widget-submit .meine-daten .widget-submit, .meine-daten .mod_login .widget-submit .widget-submit,
    .widget-2sp .mod_login .widget-submit, .mod_login .widget-2sp .widget-submit,
    .form-2sp .widget-text .mod_login .widget-submit, .mod_login .form-2sp .widget-text .widget-submit,
    .meine-daten .widget-text .mod_login .widget-submit, .mod_login .meine-daten .widget-text .widget-submit,
    .mod_login .widget-text .widget-submit,
    .form-2sp .widget-select .mod_login .widget-submit, .mod_login .form-2sp .widget-select .widget-submit,
    .meine-daten .widget-select .mod_login .widget-submit, .mod_login .meine-daten .widget-select .widget-submit,
    .mod_login .widget-select .widget-submit,
    .form-2sp .widget-password .mod_login .widget-submit, .mod_login .form-2sp .widget-password .widget-submit,
    .meine-daten .widget-password .mod_login .widget-submit, .mod_login .meine-daten .widget-password .widget-submit,
    .mod_login .widget-password .widget-submit,
    .form-2sp .widget-submit .mod_login .widget-submit, .mod_login .form-2sp .widget-submit .widget-submit,
    .meine-daten .widget-submit .mod_login .widget-submit, .mod_login .meine-daten .widget-submit .widget-submit,
    .mod_login .widget-submit .widget-submit {
      margin: 0; } }

/* Contao Inhaltselemente */
.ce_matomo_optout button {
  margin-top: 1em; }

.ce_person {
  margin: 1.11111rem 0; }
  @media (min-width: 460px) {
    .ce_person figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .ce_person figure img {
        margin-right: 2.22222rem;
        max-width: calc(50% - 1.11111rem);
        margin-bottom: 0.75em;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
  .ce_person p {
    margin: 2px 0 0 0; }
  .ce_person .name,
  .ce_person .posi {
    color: #C00020;
    font-size: 1.11111em; }
  .ce_person .name {
    font-weight: bold; }

.ce_hgroup .tagline {
  color: #244B5A;
  margin-bottom: 0; }

.ce_hgroup h1, .ce_hgroup .h1, .ce_hgroup h2, .ce_hgroup .h2, .ce_hgroup .ce_glossar ul.glossar_items h4, .ce_glossar ul.glossar_items .ce_hgroup h4, .ce_hgroup .ce_glossar ul.glossar_items .h4, .ce_glossar ul.glossar_items .ce_hgroup .h4 {
  margin-top: 0; }

.gescrollt #main .ce_hgroup {
  margin-bottom: 5.6875rem; }

.ce_zitat cite {
  color: #C00020; }
  .ce_zitat cite .name {
    font-weight: normal;
    white-space: nowrap; }

.ce_teaser h2, .ce_teaser .h2, .ce_teaser .ce_glossar ul.glossar_items h4, .ce_glossar ul.glossar_items .ce_teaser h4, .ce_teaser .ce_glossar ul.glossar_items .h4, .ce_glossar ul.glossar_items .ce_teaser .h4 {
  margin-top: 0;
  margin-bottom: 0.55556rem; }
  .ce_teaser h2 a, .ce_teaser .h2 a, .ce_teaser .ce_glossar ul.glossar_items h4 a, .ce_glossar ul.glossar_items .ce_teaser h4 a, .ce_teaser .ce_glossar ul.glossar_items .h4 a, .ce_glossar ul.glossar_items .ce_teaser .h4 a, .ce_teaser h2 .download-element .link, .download-element .ce_teaser h2 .link, .ce_teaser .h2 .download-element .link, .download-element .ce_teaser .h2 .link, .ce_teaser .ce_glossar ul.glossar_items h4 .download-element .link, .download-element .ce_teaser .ce_glossar ul.glossar_items h4 .link, .ce_glossar ul.glossar_items .ce_teaser h4 .download-element .link, .download-element .ce_glossar ul.glossar_items .ce_teaser h4 .link, .ce_teaser .ce_glossar ul.glossar_items .h4 .download-element .link, .download-element .ce_teaser .ce_glossar ul.glossar_items .h4 .link, .ce_glossar ul.glossar_items .ce_teaser .h4 .download-element .link, .download-element .ce_glossar ul.glossar_items .ce_teaser .h4 .link {
    color: inherit; }

.ce_teaser .text :first-child {
  margin-top: 0; }

.ce_teaser .text :last-child {
  margin-bottom: 0.55556rem; }

.ce_teaser .more {
  display: block;
  margin: 0; }

.ce_teaser p.more a:after, .ce_teaser p.more .download-element .link:after, .download-element .ce_teaser p.more .link:after {
  margin-left: 0.25em; }

p.category {
  color: #C00020;
  font-size: 0.77778em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0; }
  p.category + * {
    margin-top: 0; }

.ce_text {
  margin-bottom: 2.22222rem; }
  .ce_text > :last-child {
    margin-bottom: 0; }

.ce_hyperlink {
  color: #738C95;
  background: #F4F4F4 url(../img/bg-button.svg) no-repeat left/contain;
  font-size: 1.125em;
  font-weight: bold;
  margin: 1em 0; }
  .ce_hyperlink a, .ce_hyperlink .download-element .link, .download-element .ce_hyperlink .link {
    display: block;
    line-height: 1.3;
    text-align: right;
    padding: 1rem 1.8rem 1rem 2.5rem; }
    .ce_hyperlink a:after, .ce_hyperlink .download-element .link:after, .download-element .ce_hyperlink .link:after {
      margin-left: 0.25em; }
  @media (min-width: 760px) {
    .ce_hyperlink {
      font-size: 1.38889em; } }

@media (max-width: 1020px) {
  .ce_rsce_detailsbutton span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: bottom; }
  .gescrollt .ce_rsce_detailsbutton {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0; }
    .gescrollt .ce_rsce_detailsbutton a, .gescrollt .ce_rsce_detailsbutton .download-element .link, .download-element .gescrollt .ce_rsce_detailsbutton .link {
      padding-right: 10px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .gescrollt .ce_rsce_detailsbutton span {
      width: 0 !important; }
  .ce_rsce_detailsbutton:sticked {
    background: yellow; } }

@media (min-width: 760px) and (max-width: 1020px) {
  .ce_rsce_detailsbutton {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto; } }

/* Akkordeon */
.ce_accordion {
  margin-bottom: 0;
  padding-bottom: 0.55556rem; }

.toggler {
  color: #476A88;
  font-size: 1.11111em;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  outline: 0; }
  .toggler .ui-icon {
    position: absolute;
    line-height: 1;
    margin-left: -1.5rem;
    margin-top: 0.2em;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .toggler.ui-state-active .ui-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.button {
  display: inline-block;
  background: #fff;
  line-height: 1;
  text-align: left;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  border: 1px solid #244B5A;
  border-radius: 9px;
  margin: 2.5vh 0.2em 0; }
  .button a, .button .download-element .link, .download-element .button .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em;
    padding-left: 1em; }
    .button a:hover, .button .download-element .link:hover, .download-element .button .link:hover {
      color: inherit; }
      .button a:hover:after, .button .download-element .link:hover:after, .download-element .button .link:hover:after {
        background-color: #C00020; }
    .button a:after, .button .download-element .link:after, .download-element .button .link:after {
      content: "";
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      width: 1.8em;
      height: 1.8em;
      background: #244B5A no-repeat center/contain;
      border-radius: 7px;
      margin-left: 1em;
      margin-right: 0.15em; }
  .button.button-doc a:after, .button.button-doc .download-element .link:after, .download-element .button.button-doc .link:after {
    background-image: url(../img/icn-doc.svg); }
  .button.button-zoom a:after, .button.button-zoom .download-element .link:after, .download-element .button.button-zoom .link:after {
    background-image: url(../img/icn-zoom.svg); }

.ce_downloads {
  /*margin-bottom: 2em;*/ }
  .ce_downloads ul {
    padding: 0;
    margin: 0;
    list-style: none; }

.download-element {
  padding-left: 0;
  background-position: -999em;
  margin: 0.55556rem 0; }
  .download-element .description {
    margin-bottom: 0.55556rem; }
  .download-element > a, .download-element > .link {
    position: relative;
    display: block;
    padding-left: 1.5rem; }
    .download-element > a:before, .download-element > .link:before {
      line-height: inherit !important; }
    .download-element > a [class^='icn-'], .download-element > .link [class^='icn-'], .download-element > a:before, .download-element > .link:before {
      position: absolute;
      left: 0; }
  .download-element .meta {
    font-weight: 300;
    color: #393E43; }
  .download-element .size {
    display: inline-block;
    padding-left: 0.5em;
    border-left: 1px solid;
    margin-left: 0.2em; }
  .download-element .join {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: #F4F4F4;
    color: #393E43;
    width: 100%;
    padding: 0.55556rem 1em 0.55556rem 2.22222rem;
    border-top: 0.55556rem solid #fff;
    -webkit-transition: opacity 0.3s, visibility 0.3s 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s 0.3s;
    transition: opacity 0.3s, visibility 0.3s 0.3s;
    pointer-events: none; }
    .download-element .join a, .download-element .join .link {
      display: inline-block; }
    .download-element .join .icn-question {
      position: absolute;
      left: 0.55556rem;
      font-size: 2rem; }
    .download-element .join .icn-right {
      position: static; }
  .download-element a:hover .join, .download-element .link:hover .join {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: all; }
  .download-element.with-description {
    margin-bottom: 2.22222rem; }

.verweis {
  margin-bottom: 2.22222rem; }
  .verweis .download-element {
    margin-top: 0.55556rem; }

.sharebuttons ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sharebuttons li {
  list-style: none;
  margin-right: 8px; }

.sharebuttons a, .sharebuttons .download-element .link, .download-element .sharebuttons .link {
  display: block !important;
  width: 79px;
  height: 24px;
  text-indent: 101%;
  overflow: hidden; }
  .sharebuttons a:before, .sharebuttons .download-element .link:before, .download-element .sharebuttons .link:before {
    content: normal !important; }
  .sharebuttons a.linkedin, .sharebuttons .download-element .linkedin.link, .download-element .sharebuttons .linkedin.link {
    background-image: url(../img/share-linkedin.svg); }
  .sharebuttons a.twitter, .sharebuttons .download-element .twitter.link, .download-element .sharebuttons .twitter.link {
    background-image: url(../img/share-twitter.svg); }

/* weitere Contao Module */
.mod_token_login p.message {
  text-align: center;
  padding: 0.55556rem; }

.mod_token_login p.inbox_info {
  background-color: #d2e2db; }
  .mod_token_login p.inbox_info span {
    display: inline-block; }
  .mod_token_login p.inbox_info:before {
    content: url(../img/icn-check.svg);
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.25em; }

.mod_token_login p.login_info {
  background-color: #f6e9f3; }
  .mod_token_login p.login_info:before {
    margin-right: 0.25em; }

.mod_registration #ctrl_privacy_16 legend {
  width: calc(100% - 1.5rem);
  float: right; }

.mod_newslist .tagline,
.mod_newsreader .tagline,
.mod_newsarchive .tagline {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.5em; }

p.info {
  font-size: 0.77778em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em; }

.archiveName {
  color: #C00020;
  font-weight: 500; }

.layout_latest {
  margin-bottom: 2.22222rem; }
  .layout_latest h2, .layout_latest .h2, .layout_latest .ce_glossar ul.glossar_items h4, .ce_glossar ul.glossar_items .layout_latest h4, .layout_latest .ce_glossar ul.glossar_items .h4, .ce_glossar ul.glossar_items .layout_latest .h4 {
    margin-bottom: 0; }
  .layout_latest .ce_text {
    font-weight: 300;
    margin: 0; }
    .layout_latest .ce_text p {
      margin: 0.5em 0; }

@media (min-width: 1020px) {
  .mod_newsmenu .inner {
    position: fixed; } }

.mod_newsmenu .year {
  margin-bottom: 1em; }
  .mod_newsmenu .year > a, .mod_newsmenu .download-element .year > .link, .download-element .mod_newsmenu .year > .link, .mod_newsmenu .year strong {
    font-weight: bold; }
  .mod_newsmenu .year a, .mod_newsmenu .year .download-element .link, .download-element .mod_newsmenu .year .link {
    color: #244B5A; }
    .mod_newsmenu .year a:hover, .mod_newsmenu .year .download-element .link:hover, .download-element .mod_newsmenu .year .link:hover {
      color: #738C95; }

.glossar {
  color: inherit !important;
  border: 1px solid #CDACCF;
  white-space: nowrap; }
  .glossar:hover {
    background-color: #f0e6f1; }

.ce_glossar ul.glossar_items {
  padding-left: 0;
  list-style: none; }
  .ce_glossar ul.glossar_items p:last-child {
    margin-top: -0.5em; }

@media (min-width: 760px) and (max-width: 1019px) {
  .alphabet {
    margin-bottom: 3.88889rem !important; } }

a.glossar_show_all, .download-element .glossar_show_all.link {
  display: inline-block;
  font-weight: 300;
  margin: 1em 0; }

.glossar_alpha {
  /*text-align: center;*/
  margin-left: -1.11111rem;
  margin-right: -1.11111rem;
  /*padding-left: $unit-1;
    padding-right: $unit-1;*/
  padding-left: 7px;
  border-top: 5px solid #ece0ed;
  border-bottom: 5px solid #ece0ed; }
  .glossar_alpha > * {
    display: inline-block !important;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 7px; }
    .glossar_alpha > * > span {
      display: none; }
  .glossar_alpha > a.active, .download-element .glossar_alpha > .active.link {
    color: #C00020; }
  .glossar_alpha > span {
    color: #BDCDC3; }
  @media (min-width: 375px) {
    .glossar_alpha > * {
      width: 37px; } }
  @media (min-width: 1020px) {
    .glossar_alpha {
      margin-left: -11px;
      padding: 0;
      border: 0; }
      .glossar_alpha > * {
        font-size: 1em;
        width: 40px; } }
  @media (min-width: 1025px) {
    .glossar_alpha > * {
      width: 35px;
      height: 35px; } }
  @media (min-width: 760px) and (max-width: 1019px) {
    .glossar_alpha {
      width: auto !important;
      position: absolute;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

a.glossar_back, .download-element .glossar_back.link {
  display: block;
  margin-top: 0.55556rem; }

.ce_glossar_layer {
  color: inherit;
  background: #eef2f0 url(../img/bg-ejf-white.svg) no-repeat -10% -0.55556rem;
  background-size: 42%;
  padding: 0.55556rem; }
  .ce_glossar_layer .category a, .ce_glossar_layer .category .download-element .link, .download-element .ce_glossar_layer .category .link {
    color: #CDACCF; }

.layer_loaded {
  padding: 0.55556rem;
  border-radius: 0;
  border: 1px solid #BDCDC3;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .layer_loaded h4 a, .layer_loaded .h4 a, .layer_loaded h4 .download-element .link, .download-element .layer_loaded h4 .link, .layer_loaded .h4 .download-element .link, .download-element .layer_loaded .h4 .link {
    color: inherit; }

.ce_glossar_close {
  display: block;
  position: absolute;
  top: 1.11111rem;
  right: 1.11111rem;
  cursor: pointer;
  font-size: 25px;
  padding: 2px 5px;
  background: transparent;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: rgba(255, 255, 255, 0); }
  .ce_glossar_close:before {
    position: absolute;
    right: 0;
    color: #244B5A; }

/* SPINNING GRADIENT */
.layer_ring {
  background: -webkit-gradient(linear, left top, left bottom, from(#CDACCF), color-stop(transparent), to(#CDACCF));
  background: -o-linear-gradient(#CDACCF, transparent, #CDACCF);
  background: linear-gradient(#CDACCF, transparent, #CDACCF); }

.mod_search {
  font-size: 1rem; }
  .mod_search .formbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mod_search .widget-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .mod_search input.text {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 0;
    outline: 0; }
  .mod_search button.submit, .mod_search .ce_matomo_optout button, .ce_matomo_optout .mod_search button {
    height: 100%;
    background-color: #fff;
    color: #BDCDC3;
    padding: 0 0.55556rem;
    border: 1px solid #BDCDC3;
    border-left: 0; }
    .mod_search button.submit:after, .mod_search .ce_matomo_optout button:after, .ce_matomo_optout .mod_search button:after {
      content: normal; }
    .mod_search button.submit:before, .mod_search .ce_matomo_optout button:before, .ce_matomo_optout .mod_search button:before {
      font-size: 1.88889rem;
      line-height: 0.52941;
      vertical-align: -0.16667rem;
      margin-right: 0.5rem; }
    .mod_search button.submit span, .mod_search .ce_matomo_optout button span, .ce_matomo_optout .mod_search button span {
      display: inline-block;
      text-indent: -999em; }
  .mod_search .result {
    margin: 2.22222rem 0; }
  .mod_search p {
    margin: 0; }
  .mod_search p.more {
    margin-top: 0.5em; }
  .mod_search small {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .mod_search .ce_hyperlink {
    margin-top: 0.75em; }
  .mod_search[id="suchfeld"] {
    max-width: none;
    position: absolute;
    top: 115px;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 20; }
    .mod_search[id="suchfeld"] .widget {
      margin: 0; }
    .mod_search[id="suchfeld"] button.submit:before, .mod_search[id="suchfeld"] .ce_matomo_optout button:before, .ce_matomo_optout .mod_search[id="suchfeld"] button:before {
      margin-right: 0; }

.pagination {
  margin-top: 1.11111rem; }
  .pagination ul {
    padding: 0;
    margin: 0.55556rem 0;
    margin-left: -8px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination ul li {
      white-space: nowrap; }
      .pagination ul li:before {
        content: "•";
        color: #C00020; }
      .pagination ul li:first-child:before,
      .pagination ul li.previous + li:before {
        content: normal; }
  .pagination a, .pagination .download-element .link, .download-element .pagination .link, .pagination strong {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-decoration: none; }
  .pagination a:hover, .pagination .download-element .link:hover, .download-element .pagination .link:hover {
    text-decoration: underline; }

.grid > *, [id="header"] .inside > *, .layout-standard [id="main"] .inside > *, .layout-2cols [id="container"] > *, [id="teasers"] .mod_article > *, .ce_glossar > * {
  margin-bottom: 2em; }

@media (min-width: 760px) {
  .grid, [id="header"] .inside, .layout-standard [id="main"] .inside, .layout-2cols [id="container"], [id="teasers"] .mod_article, .ce_glossar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .grid.maxwidth, [id="header"] .inside, [id="footer"] .grid.inside, .mobile_menu .inner .footer .grid.inside, .mobile_menu .inner .footer [id="header"] .inside, [id="header"] .mobile_menu .inner .footer .inside, .mobile_menu .inner .footer .layout-2cols .inside[id="container"], .layout-2cols .mobile_menu .inner .footer .inside[id="container"], .mobile_menu .inner .footer [id="teasers"] .inside.mod_article, [id="teasers"] .mobile_menu .inner .footer .inside.mod_article, [id="footer"] .inside.ce_glossar, .mobile_menu .inner .footer .inside.ce_glossar, [id="nav-footer"] .grid.inside, [id="nav-footer"] .inside.ce_glossar, .layout-standard [id="main"] .inside, .layout-2cols [id="container"], [id="teasers"] .mod_article, .maxwidth.ce_glossar {
      /*width: calc(100% - 2.22222rem);*/
      margin-left: 0;
      margin-right: 0;
      max-width: 1360px; }
    .grid > *, [id="header"] .inside > *, .layout-standard [id="main"] .inside > *, .layout-2cols [id="container"] > *, [id="teasers"] .mod_article > *, .ce_glossar > * {
      margin-left: 1.11111rem;
      margin-right: 1.11111rem;
      width: calc(50% - 2.22222rem); }
    .grid > .cols-2, [id="header"] .inside > .cols-2, .layout-standard [id="main"] .inside > .cols-2, .layout-2cols [id="container"] > .cols-2, [id="teasers"] .mod_article > .cols-2, .ce_glossar > .cols-2, .layout-standard [id="main"] .grid > .mod_article, .layout-standard [id="main"] [id="header"] .inside > .mod_article, .layout-standard [id="main"] .inside > .mod_article, .layout-2cols .layout-standard [id="main"] [id="container"] > .mod_article, .layout-standard [id="main"] .layout-2cols [id="container"] > .mod_article, [id="teasers"] .layout-standard [id="main"] .mod_article > .mod_article, .layout-standard [id="main"] [id="teasers"] .mod_article > .mod_article, .layout-standard [id="main"] .ce_glossar > .mod_article, .layout-2cols .grid > [id="main"], [id="header"] .layout-2cols .inside > [id="main"], .layout-2cols [id="header"] .inside > [id="main"], .layout-standard [id="main"] .layout-2cols .inside > [id="main"], .layout-2cols .layout-standard [id="main"] .inside > [id="main"], .layout-2cols [id="container"] > [id="main"], [id="teasers"] .layout-2cols .mod_article > [id="main"], .layout-2cols [id="teasers"] .mod_article > [id="main"], .layout-2cols .ce_glossar > [id="main"],
    .layout-2cols .grid > [id="right"],
    [id="header"] .layout-2cols .inside > [id="right"], .layout-2cols [id="header"] .inside > [id="right"],
    .layout-standard [id="main"] .layout-2cols .inside > [id="right"], .layout-2cols .layout-standard [id="main"] .inside > [id="right"],
    .layout-2cols [id="container"] > [id="right"],
    [id="teasers"] .layout-2cols .mod_article > [id="right"], .layout-2cols [id="teasers"] .mod_article > [id="right"],
    .layout-2cols .ce_glossar > [id="right"], .ce_glossar .grid > ul.glossar_items, [id="header"] .ce_glossar .inside > ul.glossar_items, .ce_glossar [id="header"] .inside > ul.glossar_items, .layout-standard [id="main"] .ce_glossar .inside > ul.glossar_items, .ce_glossar .layout-standard [id="main"] .inside > ul.glossar_items, .layout-2cols .ce_glossar [id="container"] > ul.glossar_items, .ce_glossar .layout-2cols [id="container"] > ul.glossar_items, [id="teasers"] .ce_glossar .mod_article > ul.glossar_items, .ce_glossar [id="teasers"] .mod_article > ul.glossar_items, .ce_glossar > ul.glossar_items, [id="header"] .grid > .nav-main, [id="header"] .inside > .nav-main, [id="header"] .layout-standard [id="main"] .inside > .nav-main, .layout-2cols [id="header"] [id="container"] > .nav-main, [id="header"] .layout-2cols [id="container"] > .nav-main, [id="teasers"] [id="header"] .mod_article > .nav-main, [id="header"] [id="teasers"] .mod_article > .nav-main, [id="header"] .ce_glossar > .nav-main,
    .grid > .cols-3,
    [id="header"] .inside > .cols-3,
    .layout-standard [id="main"] .inside > .cols-3,
    .layout-2cols [id="container"] > .cols-3,
    [id="teasers"] .mod_article > .cols-3,
    .ce_glossar > .cols-3,
    .grid > .wide,
    [id="header"] .inside > .wide,
    .layout-standard [id="main"] .inside > .wide,
    .layout-2cols [id="container"] > .wide,
    [id="teasers"] .mod_article > .wide,
    .ce_glossar > .wide,
    .grid > .nav-crumb,
    [id="header"] .inside > .nav-crumb,
    .layout-standard [id="main"] .inside > .nav-crumb,
    .layout-2cols [id="container"] > .nav-crumb,
    [id="teasers"] .mod_article > .nav-crumb,
    .ce_glossar > .nav-crumb {
      width: calc(100% - 2.22222rem); } }

@media (min-width: 1020px) {
  .grid > *, [id="header"] .inside > *, .layout-standard [id="main"] .inside > *, .layout-2cols [id="container"] > *, [id="teasers"] .mod_article > *, .ce_glossar > * {
    width: calc(100%/4 - 2.22222rem);
    margin-bottom: 0; }
  .grid > .cols-2, [id="header"] .inside > .cols-2, .layout-standard [id="main"] .inside > .cols-2, .layout-2cols [id="container"] > .cols-2, [id="teasers"] .mod_article > .cols-2, .ce_glossar > .cols-2, .layout-standard [id="main"] .grid > .mod_article, .layout-standard [id="main"] [id="header"] .inside > .mod_article, .layout-standard [id="main"] .inside > .mod_article, .layout-2cols .layout-standard [id="main"] [id="container"] > .mod_article, .layout-standard [id="main"] .layout-2cols [id="container"] > .mod_article, [id="teasers"] .layout-standard [id="main"] .mod_article > .mod_article, .layout-standard [id="main"] [id="teasers"] .mod_article > .mod_article, .layout-standard [id="main"] .ce_glossar > .mod_article, .layout-2cols .grid > [id="main"], [id="header"] .layout-2cols .inside > [id="main"], .layout-2cols [id="header"] .inside > [id="main"], .layout-standard [id="main"] .layout-2cols .inside > [id="main"], .layout-2cols .layout-standard [id="main"] .inside > [id="main"], .layout-2cols [id="container"] > [id="main"], [id="teasers"] .layout-2cols .mod_article > [id="main"], .layout-2cols [id="teasers"] .mod_article > [id="main"], .layout-2cols .ce_glossar > [id="main"],
  .layout-2cols .grid > [id="right"],
  [id="header"] .layout-2cols .inside > [id="right"], .layout-2cols [id="header"] .inside > [id="right"],
  .layout-standard [id="main"] .layout-2cols .inside > [id="right"], .layout-2cols .layout-standard [id="main"] .inside > [id="right"],
  .layout-2cols [id="container"] > [id="right"],
  [id="teasers"] .layout-2cols .mod_article > [id="right"], .layout-2cols [id="teasers"] .mod_article > [id="right"],
  .layout-2cols .ce_glossar > [id="right"], .ce_glossar .grid > ul.glossar_items, [id="header"] .ce_glossar .inside > ul.glossar_items, .ce_glossar [id="header"] .inside > ul.glossar_items, .layout-standard [id="main"] .ce_glossar .inside > ul.glossar_items, .ce_glossar .layout-standard [id="main"] .inside > ul.glossar_items, .layout-2cols .ce_glossar [id="container"] > ul.glossar_items, .ce_glossar .layout-2cols [id="container"] > ul.glossar_items, [id="teasers"] .ce_glossar .mod_article > ul.glossar_items, .ce_glossar [id="teasers"] .mod_article > ul.glossar_items, .ce_glossar > ul.glossar_items, [id="header"] .grid > .nav-main, [id="header"] .inside > .nav-main, [id="header"] .layout-standard [id="main"] .inside > .nav-main, .layout-2cols [id="header"] [id="container"] > .nav-main, [id="header"] .layout-2cols [id="container"] > .nav-main, [id="teasers"] [id="header"] .mod_article > .nav-main, [id="header"] [id="teasers"] .mod_article > .nav-main, [id="header"] .ce_glossar > .nav-main {
    width: calc(100%/2 - 2.22222rem); }
  
  .grid > .cols-3,
  [id="header"] .inside > .cols-3,
  .layout-standard [id="main"] .inside > .cols-3,
  .layout-2cols [id="container"] > .cols-3,
  [id="teasers"] .mod_article > .cols-3,
  .ce_glossar > .cols-3 {
    width: calc(100%*3/4 - 2.22222rem); } }

@media (min-width: 1360px) {
  .grid.maxwidth, [id="header"] .inside, [id="footer"] .grid.inside, .mobile_menu .inner .footer .grid.inside, .mobile_menu .inner .footer [id="header"] .inside, [id="header"] .mobile_menu .inner .footer .inside, .mobile_menu .inner .footer .layout-2cols .inside[id="container"], .layout-2cols .mobile_menu .inner .footer .inside[id="container"], .mobile_menu .inner .footer [id="teasers"] .inside.mod_article, [id="teasers"] .mobile_menu .inner .footer .inside.mod_article, [id="footer"] .inside.ce_glossar, .mobile_menu .inner .footer .inside.ce_glossar, [id="nav-footer"] .grid.inside, [id="nav-footer"] .inside.ce_glossar, .layout-standard [id="main"] .inside, .layout-2cols [id="container"], [id="teasers"] .mod_article, .maxwidth.ce_glossar {
    margin-left: auto;
    margin-right: auto; } }

.layout-standard #main .mod_article.grid, .layout-standard #main [id="header"] .mod_article.inside, [id="header"] .layout-standard #main .mod_article.inside, .layout-standard #main [id="main"] .mod_article.inside, .layout-standard [id="main"] #main .mod_article.inside, .layout-standard #main .layout-2cols .mod_article[id="container"], .layout-2cols .layout-standard #main .mod_article[id="container"], .layout-standard #main [id="teasers"] .mod_article, [id="teasers"] .layout-standard #main .mod_article, .layout-standard #main .mod_article.ce_glossar,
#main .mod_article.wide,
#main .mod_article.nav-crumb {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* Navigationselemente */
nav ul, [id="header"] .tools ul,
nav li,
[id="header"] .tools li,
.mod_breadcrumb ul,
.mod_breadcrumb li,
.mod_articlelist ul,
.mod_articlelist li,
.mod_newsmenu ul,
.mod_newsmenu li {
  padding: 0;
  margin: 0;
  list-style: none; }

nav a, [id="header"] .tools a, nav .download-element .link, .download-element nav .link, [id="header"] .tools .download-element .link, .download-element [id="header"] .tools .link, nav strong, [id="header"] .tools strong, nav span.folder, [id="header"] .tools span.folder,
.mod_breadcrumb a,
.mod_breadcrumb .download-element .link,
.download-element .mod_breadcrumb .link,
.mod_breadcrumb strong,
.mod_breadcrumb span.folder,
.mod_articlelist a,
.mod_articlelist .download-element .link,
.download-element .mod_articlelist .link,
.mod_articlelist strong,
.mod_articlelist span.folder,
.mod_newsmenu a,
.mod_newsmenu .download-element .link,
.download-element .mod_newsmenu .link,
.mod_newsmenu strong,
.mod_newsmenu span.folder {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

nav .folder, [id="header"] .tools .folder,
.mod_breadcrumb .folder,
.mod_articlelist .folder,
.mod_newsmenu .folder {
  cursor: default; }

[id="header"] .tools {
  display: none; }
  @media (min-width: 760px) {
    [id="header"] .tools {
      position: relative;
      display: block;
      font-size: 0.77778em;
      letter-spacing: 0.05em;
      margin-bottom: 0.6em; } }
  @media (min-width: 1080px) {
    [id="header"] .tools {
      letter-spacing: 0.1em; } }
  [id="header"] .tools ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1020px) {
      [id="header"] .tools ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  [id="header"] .tools li:hover {
    color: #738C95; }
  @media (min-width: 1020px) {
    [id="header"] .tools li {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 50%;
      padding: 0 0.25em; }
      [id="header"] .tools li.gloss {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
      [id="header"] .tools li.plain {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      [id="header"] .tools li.gloss, [id="header"] .tools li.searc {
        width: 43%; }
      [id="header"] .tools li.plain, [id="header"] .tools li.contr {
        width: 57%; }
      [id="header"] .tools li a, [id="header"] .tools li .download-element .link, .download-element [id="header"] .tools li .link {
        padding-right: 0; } }
  [id="header"] .tools li.contr {
    cursor: pointer; }
  [id="header"] .tools a, [id="header"] .tools .download-element .link, .download-element [id="header"] .tools .link {
    padding-right: 1.11111rem; }

[id="header"] .nav-main {
  display: none; }
  @media (min-width: 760px) {
    [id="header"] .nav-main {
      display: block; } }
  [id="header"] .nav-main .level_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.5vw;
    margin-right: -1.5vw; }
    [id="header"] .nav-main .level_1 a:hover, [id="header"] .nav-main .level_1 .download-element .link:hover, .download-element [id="header"] .nav-main .level_1 .link:hover {
      color: #244B5A; }
    [id="header"] .nav-main .level_1 > li {
      height: 100%;
      margin-right: 1.2vw; }
      [id="header"] .nav-main .level_1 > li.last {
        margin-right: 0; }
      [id="header"] .nav-main .level_1 > li > a, [id="header"] .nav-main .download-element .level_1 > li > .link, .download-element [id="header"] .nav-main .level_1 > li > .link, [id="header"] .nav-main .level_1 > li > strong, [id="header"] .nav-main .level_1 > li span.folder {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 0.5em 1.5vw;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        [id="header"] .nav-main .level_1 > li > a.active, [id="header"] .nav-main .download-element .level_1 > li > .active.link, .download-element [id="header"] .nav-main .level_1 > li > .active.link, [id="header"] .nav-main .level_1 > li > a.trail, [id="header"] .nav-main .download-element .level_1 > li > .trail.link, .download-element [id="header"] .nav-main .level_1 > li > .trail.link, [id="header"] .nav-main .level_1 > li > strong.active, [id="header"] .nav-main .level_1 > li > strong.trail, [id="header"] .nav-main .level_1 > li span.folder.active, [id="header"] .nav-main .level_1 > li span.folder.trail {
          font-weight: bold; }
      [id="header"] .nav-main .level_1 > li > a, [id="header"] .nav-main .download-element .level_1 > li > .link, .download-element [id="header"] .nav-main .level_1 > li > .link {
        pointer-events: none; }
        @media (hover: none) {
          [id="header"] .nav-main .level_1 > li > a, [id="header"] .nav-main .download-element .level_1 > li > .link, .download-element [id="header"] .nav-main .level_1 > li > .link {
            pointer-events: all; } }
  [id="header"] .nav-main .level_2 {
    display: none; }
    [id="header"] .nav-main .level_2 > li > a, [id="header"] .nav-main .download-element .level_2 > li > .link, .download-element [id="header"] .nav-main .level_2 > li > .link, [id="header"] .nav-main .level_2 > li > strong {
      padding: 0.25em 2em 0.25em 1.5vw; }
      [id="header"] .nav-main .level_2 > li > a.active, [id="header"] .nav-main .download-element .level_2 > li > .active.link, .download-element [id="header"] .nav-main .level_2 > li > .active.link, [id="header"] .nav-main .level_2 > li > a.trail, [id="header"] .nav-main .download-element .level_2 > li > .trail.link, .download-element [id="header"] .nav-main .level_2 > li > .trail.link, [id="header"] .nav-main .level_2 > li > strong.active, [id="header"] .nav-main .level_2 > li > strong.trail {
        color: #C00020; }
    [id="header"] .nav-main .level_2 > li.first > a, [id="header"] .nav-main .download-element .level_2 > li.first > .link, .download-element [id="header"] .nav-main .level_2 > li.first > .link, [id="header"] .nav-main .level_2 > li.first > strong {
      padding-top: 16px; }
    [id="header"] .nav-main .level_2 > li.last > a, [id="header"] .nav-main .download-element .level_2 > li.last > .link, .download-element [id="header"] .nav-main .level_2 > li.last > .link, [id="header"] .nav-main .level_2 > li.last > strong {
      padding-bottom: 16px; }
  [id="header"] .nav-main li:hover .level_2 {
    display: block;
    position: absolute;
    z-index: 30;
    background: #fff;
    font-weight: 300; }
  @media (min-width: 1360px) {
    [id="header"] .nav-main .level_1 {
      margin-left: -1.2em;
      margin-right: -1.2em; }
      [id="header"] .nav-main .level_1 > li {
        margin-right: 1rem; }
        [id="header"] .nav-main .level_1 > li > a, [id="header"] .nav-main .download-element .level_1 > li > .link, .download-element [id="header"] .nav-main .level_1 > li > .link, [id="header"] .nav-main .level_1 > li > strong, [id="header"] .nav-main .level_1 > li span.folder {
          padding-left: 1.2em;
          padding-right: 1.2em; }
    [id="header"] .nav-main .level_2 > li > a, [id="header"] .nav-main .download-element .level_2 > li > .link, .download-element [id="header"] .nav-main .level_2 > li > .link, [id="header"] .nav-main .level_2 > li > strong, [id="header"] .nav-main .level_2 > li span.folder {
      padding-left: 1.2em; } }

.nav-crumb {
  color: #738C95;
  font-size: 0.77778em;
  font-weight: 500;
  letter-spacing: 0.1em; }
  .nav-crumb li {
    display: inline-block; }
    .nav-crumb li:after {
      content: "/";
      color: #738C95; }
    .nav-crumb li a, .nav-crumb li .download-element .link, .download-element .nav-crumb li .link {
      display: inline-block; }
  .nav-crumb li.first {
    display: none; }
  .nav-crumb li.active {
    color: inherit;
    margin-top: 0; }
  .nav-crumb li:nth-child(2) {
    color: #C00020;
    text-transform: uppercase; }
    .nav-crumb li:nth-child(2) a, .nav-crumb li:nth-child(2) .download-element .link, .download-element .nav-crumb li:nth-child(2) .link {
      pointer-events: none; }
  .nav-crumb li.last:after {
    content: normal; }
  .page-home .nav-crumb {
    display: none; }

.nav-sub {
  color: #476A88;
  font-size: 1.11111em; }
  .nav-sub a, .nav-sub .download-element .link, .download-element .nav-sub .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em 0; }
    .nav-sub a i, .nav-sub .download-element .link i, .download-element .nav-sub .link i {
      font-size: 1.44444rem;
      line-height: 1;
      margin-right: 0.2em; }

[id="nav-footer"] {
  color: #738C95; }
  [id="nav-footer"] .inside * {
    display: inline; }
  [id="nav-footer"] .inside a, [id="nav-footer"] .inside .download-element .link, .download-element [id="nav-footer"] .inside .link, [id="nav-footer"] .inside strong {
    display: inline-block;
    text-decoration: none;
    margin-right: 1.11111rem;
    padding: 0.3em 0; }
  [id="nav-footer"] .inside a:hover, [id="nav-footer"] .inside .download-element .link:hover, .download-element [id="nav-footer"] .inside .link:hover {
    color: #244B5A; }
  [id="nav-footer"] .inside .active {
    font-weight: bold;
    color: inherit; }
  @media (min-width: 950px) {
    [id="nav-footer"] .inside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      [id="nav-footer"] .inside .level_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 620px; } }

.mobile_menu_trigger {
  background: #C00020;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 110;
  width: 42px;
  padding-top: 3px;
  margin-left: -21px;
  overflow: hidden; }
  .mobile_menu_trigger i {
    font-size: 28px;
    line-height: 39px; }
    .mobile_menu_trigger i.icn-close, .mobile_menu_trigger i.ce_glossar_close {
      display: none; }
  .mobile_menu_active .mobile_menu_trigger i.icn-menu {
    display: none; }
  .mobile_menu_active .mobile_menu_trigger i.icn-close, .mobile_menu_active .mobile_menu_trigger i.ce_glossar_close {
    display: block; }

.mobile_menu .inner {
  position: relative;
  height: 100vh;
  background-color: #fff;
  color: #393E43;
  will-change: background-color;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-left: 1.11111rem;
  -webkit-overflow-scrolling: touch; }
  .mobile_menu .inner .wrap > * {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
  .mobile_menu .inner #logo {
    margin-right: 10em;
    margin-top: 25px; }
  .mobile_menu .inner .tools {
    position: absolute;
    top: 20px;
    right: 0;
    background: #F4F4F4;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    padding: 6px 1.11111rem 6px 10px; }
    .mobile_menu .inner .tools ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
    .mobile_menu .inner .tools a, .mobile_menu .inner .tools .download-element .link, .download-element .mobile_menu .inner .tools .link, .mobile_menu .inner .tools span {
      display: block;
      text-decoration: none;
      padding: 4px 0; }
  .mobile_menu .inner #suchfeld {
    display: none; }
  .mobile_menu .inner nav, .mobile_menu .inner [id="header"] .tools, [id="header"] .mobile_menu .inner .tools {
    margin: 1.11111rem 0; }
    .mobile_menu .inner nav a, .mobile_menu .inner [id="header"] .tools a, [id="header"] .mobile_menu .inner .tools a, .mobile_menu .inner nav .download-element .link, .download-element .mobile_menu .inner nav .link, .mobile_menu .inner [id="header"] .tools .download-element .link, .download-element .mobile_menu .inner [id="header"] .tools .link, [id="header"] .mobile_menu .inner .tools .download-element .link, .download-element [id="header"] .mobile_menu .inner .tools .link, .mobile_menu .inner nav strong, .mobile_menu .inner [id="header"] .tools strong, [id="header"] .mobile_menu .inner .tools strong {
      padding: 0.3em 0 0.3em; }
      .mobile_menu .inner nav a.active span, .mobile_menu .inner [id="header"] .tools a.active span, [id="header"] .mobile_menu .inner .tools a.active span, .mobile_menu .inner nav .download-element .active.link span, .download-element .mobile_menu .inner nav .active.link span, .mobile_menu .inner [id="header"] .tools .download-element .active.link span, .download-element .mobile_menu .inner [id="header"] .tools .active.link span, [id="header"] .mobile_menu .inner .tools .download-element .active.link span, .download-element [id="header"] .mobile_menu .inner .tools .active.link span, .mobile_menu .inner nav strong.active span, .mobile_menu .inner [id="header"] .tools strong.active span, [id="header"] .mobile_menu .inner .tools strong.active span {
        border-color: currentColor; }
  .mobile_menu .inner .nav-main .level_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mobile_menu .inner .nav-main .level_1 > li {
    margin-bottom: 1.11111rem;
    min-width: 50%; }
    .mobile_menu .inner .nav-main .level_1 > li.first {
      width: 100%; }
    .mobile_menu .inner .nav-main .level_1 > li > a, .mobile_menu .inner .nav-main .download-element .level_1 > li > .link, .download-element .mobile_menu .inner .nav-main .level_1 > li > .link, .mobile_menu .inner .nav-main .level_1 > li > strong {
      text-transform: uppercase;
      letter-spacing: 0.1em;
      pointer-events: none; }
  .mobile_menu .inner .nav-footer {
    margin-bottom: 0; }
    .mobile_menu .inner .nav-footer ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .mobile_menu .inner .nav-footer li {
      width: 50%; }
    .mobile_menu .inner .nav-footer a, .mobile_menu .inner .nav-footer .download-element .link, .download-element .mobile_menu .inner .nav-footer .link {
      color: #738C95; }
  .mobile_menu .inner .footer {
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (orientation: portrait) {
      .mobile_menu .inner .footer {
        background-size: auto 85%;
        background-position: right top -1px;
        padding-bottom: 90px; } }

.mobile_menu_active body {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.mobile_menu_active body.ios {
  position: fixed; }

.contrast-high * {
  color: #000 !important; }

.contrast-high .contr,
.contrast-high .contr * {
  background: #000;
  color: #fff !important; }

.contrast-high h1, .contrast-high .h1 {
  font-weight: 300; }

.contrast-high .h2 {
  font-weight: bold; }

.contrast-high blockquote {
  font-weight: normal; }

.contrast-high [id="main"] a, .contrast-high [id="main"] .download-element .link, .download-element .contrast-high [id="main"] .link,
.contrast-high [id="right"] a,
.contrast-high [id="right"] .download-element .link,
.download-element .contrast-high [id="right"] .link {
  color: inherit;
  text-decoration: underline; }
  .contrast-high [id="main"] a:hover, .contrast-high [id="main"] .download-element .link:hover, .download-element .contrast-high [id="main"] .link:hover,
  .contrast-high [id="right"] a:hover,
  .contrast-high [id="right"] .download-element .link:hover,
  .download-element .contrast-high [id="right"] .link:hover {
    text-decoration: none; }

.contrast-high [id="footer"], .contrast-high .mobile_menu .inner .footer, .mobile_menu .inner .contrast-high .footer {
  background-color: #000; }
  .contrast-high [id="footer"] *, .contrast-high .mobile_menu .inner .footer *, .mobile_menu .inner .contrast-high .footer * {
    color: #fff !important; }

.contrast-high [id="wrapper"] {
  background: #fff; }

.contao-cookiebar .cc-inner {
  background: #ece9e5;
  font-size: 0.9rem; }
  .contrast-high .contao-cookiebar .cc-inner {
    background: #fff; }
  .contao-cookiebar .cc-inner p {
    color: inherit; }
  .contao-cookiebar .cc-inner .cc-btn.success {
    background: #476A88;
    border-color: #244B5A; }
    .contrast-high .contao-cookiebar .cc-inner .cc-btn.success {
      background: #000;
      color: #fff !important; }
    .contao-cookiebar .cc-inner .cc-btn.success:hover {
      background: #244B5A; }

.contao-cookiebar input:checked:not(:disabled) + label:before {
  background: #fff;
  border-color: #476A88; }
  .contrast-high .contao-cookiebar input:checked:not(:disabled) + label:before {
    border-color: #000; }

.contao-cookiebar input:checked:not(:disabled) + label:after {
  background: #476A88; }
  .contrast-high .contao-cookiebar input:checked:not(:disabled) + label:after {
    background: #000; }

/*# sourceMappingURL=../maps/theme.css.map */
