@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 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 and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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;
}

/**
 * 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 on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

.invisible, .fe-unsichtbar {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

.video_container video, .video_container audio {
  width: 100%;
  height: auto;
}

.responsive {
  position: relative;
  height: 0;
  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 {
  box-sizing: border-box;
}

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

/* HTML-Tags und Klassen */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #403c3e;
}

::-moz-selection {
  background-color: #e30613;
  color: #fff;
}

::selection {
  background-color: #e30613;
  color: #fff;
}

a {
  color: #e30613;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: #403c3e;
}

@media (min-width: 720px) {
  .content-text p {
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 8 4 4;
  }
}
.content-text p:first-child,
.content-text figure:first-child {
  margin-top: 0;
}

figure {
  margin: 0;
}

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

[id=main] img {
  width: 100%;
}

iframe {
  display: block;
  border: 0;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #403c3e;
  margin: 1rem 0;
}

.blocklink, .download-element a {
  display: block;
}

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

.float_above,
.float_below {
  text-align: center;
}

@media (min-width: 720px) {
  .float_left {
    float: left;
    margin-right: 1.3333333333rem;
    max-width: 40%;
  }
  .float_right {
    float: right;
    margin-left: 1.3333333333rem;
    max-width: 40%;
  }
}
.btn, .ce_hyperlink.button a, button.submit, a.toplink {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e30613;
  color: #fff;
  font-family: "Barlow Semi Condensed", Impact, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.25em 1.3333333333rem 0.4em;
  border: 0;
  transition: 0.2s;
}
@media (min-width: 720px) {
  .btn, .ce_hyperlink.button a, button.submit, a.toplink {
    display: inline-block;
    width: unset;
  }
}
.btn:hover, .ce_hyperlink.button a:hover, button.submit:hover, a.toplink:hover, a:hover .btn, a:hover .ce_hyperlink.button a, .ce_hyperlink.button a:hover a, a:hover button.submit, a:hover a.toplink {
  background-color: #403c3e;
}

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

.crisp {
  image-rendering: -webkit-pixelated;
  image-rendering: pixelated;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

table {
  border-collapse: collapse;
}

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

/* barlow-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/barlow-v12-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-v12-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-v12-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/barlow-semi-condensed-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Semi Condensed";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/barlow-semi-condensed-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-semi-condensed-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Semi Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/barlow-semi-condensed-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-semi-condensed-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-semi-condensed-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-semi-condensed-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-serif-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt-serif-v18-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-serif-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/pt-serif-v18-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-serif-v23-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/noto-serif-v23-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-serif-v23-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-v23-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-serif-v23-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-slab-v34-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v34-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-slab-v34-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-slab-v34-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v34-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ibm-plex-serif-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ibm-plex-serif-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ibm-plex-serif-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ibm-plex-serif-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ibm-plex-serif-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 400;
  font-size: 1.0625rem;
}
@media (min-width: 720px) {
  html {
    font-size: 1.125rem;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 1.1875rem;
  }
}

b, strong {
  font-weight: 600;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "Barlow Semi Condensed", Impact, sans-serif;
}

h1, h2, h3, h4, .toggler, h5, h6,
.h1, .h2, .h3, .h4, .h5 {
  margin-top: 1.5em;
  margin-bottom: 1.25rem;
}
h1 + *, h2 + *, h3 + *, h4 + *, .toggler + *, h5 + *, h6 + *,
.h1 + *, .h2 + *, .h3 + *, .h4 + *, .h5 + * {
  margin-top: 0;
}

h2 + h1 {
  margin-top: -0.5em;
}

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

h1, .h1 {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 1.4736842105em;
  font-weight: 600;
}

h3, .h3 {
  font-size: 1.1578947368em;
  font-weight: 600;
  margin-bottom: 0;
}

h4, .toggler, .h4,
h5 {
  font-size: 1em;
  margin-bottom: 0;
}

ul, ol {
  padding-left: 1.3333333333rem;
}

/* Layout */
[id=main] .mod_article:not(.breit) .article-inside, [id=footer] .inside, [id=header] .inside {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

[id=main] .mod_article:not(.breit), [id=footer], [id=header] {
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
}
@media (min-width: 1300px) {
  [id=main] .mod_article:not(.breit), [id=footer], [id=header] {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
  }
}

[id=wrapper] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 118px;
}

[id=header] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  background: #fff;
}
[id=header] .inside {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: center;
  padding-block: 1em;
}
@media (min-width: 960px) {
  [id=header] .inside {
    text-align: left;
    align-items: flex-end;
  }
}

a#logo {
  max-width: 222px;
}

[id=footer] {
  background: #403c3e;
  color: #fff;
  width: 100%;
}
[id=footer] a {
  color: inherit;
}
[id=footer] .inside {
  padding-top: 3.3333333333rem;
  padding-bottom: 3.3333333333rem;
}
@media (min-width: 1080px) {
  [id=footer] .inside {
    font-size: 0.8947368421rem;
  }
}
[id=footer] .inside .article-inside {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
[id=footer] .content-image {
  text-align: right;
  margin-top: 1.3333333333rem;
  flex-grow: 1;
  flex-shrink: 0;
}
[id=footer] .content-image a {
  opacity: 0.6;
  transition: 0.3s;
}
[id=footer] .content-image a:hover {
  opacity: 0.75;
}

[id=container] {
  flex: 1;
  width: 100%;
  line-height: 1.5;
}
[id=container] > * {
  box-sizing: border-box;
}

[id=main] > .inside::after {
  content: "";
  display: block;
  height: 5px;
  background-image: linear-gradient(90deg, #1d1d1b 33%, #e30613 33%, #e30613 66%, #fc0 66%);
}
[id=main] .mod_article {
  background: #f4f4f4;
  padding-block: 2.5em;
}
[id=main] .mod_article.bg-white {
  background: #fff;
}
[id=main] .mod_article:first-child {
  padding-top: 0;
}
[id=main] .mod_article:first-child .content-text:first-child {
  padding-top: 1.5em;
}

.ce_form {
  margin: 1.3333333333rem 0;
}

[id=main] .widget {
  margin: 1em 0;
}

label {
  display: block;
  font-family: "Barlow Semi Condensed", Impact, sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 0.3em;
}

.textfeld, textarea, input.text,
input.captcha {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  padding: 0.5555555556rem 1.3333333333rem;
}

button.submit {
  cursor: pointer;
}

span.mandatory {
  color: #e30613;
  margin-left: 0.25em;
}

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

input.error {
  border-color: #e30613 !important;
}

.checkbox_container,
.radio_container {
  padding: 0;
  border: 0;
}
.checkbox_container span,
.radio_container span {
  display: flex;
}
.checkbox_container span input,
.radio_container span input {
  width: 1em;
  height: 1.3333em;
  margin-right: 1em;
}

.grid .content-text p {
  text-align: left;
}

.grid-3 {
  margin-block: 2.5em;
}
.grid-3 > .content-teaser:nth-child(1) a {
  color: #1d1d1b;
}
.grid-3 > .content-teaser:nth-child(1) a .btn, .grid-3 > .content-teaser:nth-child(1) a .ce_hyperlink.button a, .ce_hyperlink.button .grid-3 > .content-teaser:nth-child(1) a a, .grid-3 > .content-teaser:nth-child(1) a a.toplink, .grid-3 > .content-teaser:nth-child(1) a button.submit {
  background: #1d1d1b;
}
.grid-3 > .content-teaser:nth-child(2) a {
  color: #e30613;
}
.grid-3 > .content-teaser:nth-child(2) a .btn, .grid-3 > .content-teaser:nth-child(2) a .ce_hyperlink.button a, .ce_hyperlink.button .grid-3 > .content-teaser:nth-child(2) a a, .grid-3 > .content-teaser:nth-child(2) a a.toplink, .grid-3 > .content-teaser:nth-child(2) a button.submit {
  background: #e30613;
}
.grid-3 > .content-teaser:nth-child(3) a {
  color: #ca0;
}
.grid-3 > .content-teaser:nth-child(3) a .btn, .grid-3 > .content-teaser:nth-child(3) a .ce_hyperlink.button a, .ce_hyperlink.button .grid-3 > .content-teaser:nth-child(3) a a, .grid-3 > .content-teaser:nth-child(3) a a.toplink, .grid-3 > .content-teaser:nth-child(3) a button.submit {
  background: #ca0;
}
@media (min-width: 960px) {
  .grid-3 {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.4em;
    column-gap: 2.4em;
  }
  .grid-3 > * {
    width: calc(33.3333333333% - 1.6em);
  }
}

.grid-2 {
  margin-block: 2em;
}
@media (min-width: 720px) {
  .grid-2 {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.4em;
    column-gap: 2.4em;
  }
  .grid-2 > * {
    width: calc(50% - 1.2em);
  }
}

@media (min-width: 720px) {
  .alternating > * {
    display: flex;
    -moz-column-gap: 2.12em;
    column-gap: 2.12em;
    align-items: center;
    margin-block: 3em;
  }
  .alternating > * > * {
    width: calc(50% - 1.06em);
  }
  .alternating > * .rte > :first-child {
    margin-top: 0;
  }
  .alternating > * .rte > :last-child {
    margin-bottom: 0;
  }
  .alternating > * .rte p {
    text-align: left;
  }
  .alternating > *:nth-child(even) {
    flex-direction: row-reverse;
  }
  .alternating > *:nth-child(even) .rte > * {
    text-align: right;
  }
  .alternating.txt-img > * {
    flex-direction: row-reverse;
  }
  .alternating.txt-img > * .rte > * {
    text-align: right;
  }
  .alternating.txt-img > *:nth-child(even) {
    flex-direction: row;
  }
  .alternating.txt-img > *:nth-child(even) .rte > * {
    text-align: left;
  }
}

.content-text figure + .rte > p:first-child {
  margin-top: 1em;
}

.v-space {
  width: 100%;
  margin: 0;
}
.v-space.lh1 {
  height: 1.5rem;
}
.v-space.lh2 {
  height: 3rem;
}
.v-space.lh3 {
  height: 4.5rem;
}
.v-space.lh4 {
  height: 6rem;
}
.v-space.lh5 {
  height: 7.5rem;
}

.ce_downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download-element {
  padding: 0;
  background-color: #f4f4f4;
  background-image: url(../img/icn-download-blue.svg);
  background-position: 0.5555555556rem center;
  background-size: 1.5em;
}
.download-element a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  padding-left: 3rem;
}
.download-element .size {
  font-size: 0.8888888889rem;
  padding-left: 0.5em;
  border-left: 1px solid #e30613;
  margin-left: 0.5em;
}

.ce_hyperlink {
  margin: 1.3333333333rem 0;
}
.ce_hyperlink a {
  display: block;
}
.ce_hyperlink a[href*=http]:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/icn-externer-link.svg) no-repeat left;
  margin-right: 0.2em;
}
.spalte-rechts .ce_hyperlink.button {
  text-align: center;
}

/* Akkordeon */
.toggler {
  padding-left: 1.6em;
  cursor: pointer;
  transition: 0.4s;
  outline: 0;
}
.toggler .ui-icon {
  position: absolute;
  margin-left: -1.6em;
  margin-top: 0.2em;
  width: 1.0588235294em;
  height: 1.0588235294em;
  background: url(../img/icn-toggle-oben.svg) no-repeat left/contain;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: 0.3s;
}
.toggler.ui-state-active .ui-icon {
  transform: none;
}

.accordion {
  padding-bottom: 2em;
}

.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.3333333333rem -0.5555555556rem 1.3333333333rem 0;
}
@media (max-width: 960px) {
  .ce_gallery ul {
    justify-content: space-around;
  }
}
.ce_gallery li {
  list-style: none;
  margin-right: 0.5555555556rem;
}
.ce_gallery li:not(:last-child) {
  margin-bottom: 0.5555555556rem;
}
.ce_gallery img {
  width: 100%;
}

.pagination {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8888888889rem;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.pagination a, .pagination strong {
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  text-decoration: none;
  background: #4038ff;
  color: #e30613;
  padding: 0 0.75em;
  margin-right: 5px;
}
.pagination a:hover {
  background-color: black;
}
.pagination strong {
  background-color: #e30613;
  color: #fff;
}

/* Druckversion */
@media print {
  #header,
  #footer,
  .mobile_menu {
    display: none !important;
  }
}
/* Ende Druckversion */
nav ul,
nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav a, nav strong {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
nav a.nav-disabled {
  pointer-events: none;
}

#mbtn {
  background: transparent;
  padding: 0;
  border: 0;
  justify-self: end;
  width: 50px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
#mbtn img {
  max-width: 100px;
}
.mobilenav-active #mbtn img {
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  #mbtn {
    display: none;
  }
}

@media (max-width: 959px) {
  .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.3333rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    padding-block: 2.5em;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .mobilenav-active .nav-main {
    transform: none;
    opacity: 1;
  }
  .nav-main .level_1 {
    text-align: left;
  }
  .nav-main .level_1 a, .nav-main .level_1 strong {
    padding-block: 0.25em;
  }
  .nav-main .level_1 > li > a, .nav-main .level_1 > li > strong {
    margin-top: 0.75em;
    font-family: "Barlow Semi Condensed", Impact, sans-serif;
    font-weight: 600;
  }
  .nav-main .level_2 {
    padding-left: 0.5em;
    font-size: 0.9em;
  }
  .nav-main .level_2 a::before, .nav-main .level_2 strong::before {
    content: "↳";
    margin-right: 0.66em;
    text-decoration: none;
  }
  .nav-main strong.active {
    color: inherit;
    text-decoration: underline;
  }
}
@media (min-width: 960px) {
  .nav-main .level_1 {
    display: flex;
    -moz-column-gap: 3em;
    column-gap: 3em;
    font-size: 1.0526315789rem;
    font-family: "Barlow Semi Condensed", Impact, sans-serif;
    font-weight: 500;
  }
  .nav-main .level_1 > li {
    position: relative;
  }
  .nav-main .level_1 > li a, .nav-main .level_1 > li strong {
    padding-block: 0.52em;
    position: relative;
  }
  .nav-main .level_1 > li a::after, .nav-main .level_1 > li strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #403c3e;
    transition: 0.3s;
  }
  .nav-main .level_1 > li a:hover::after {
    width: 100%;
  }
  .nav-main .level_1 > li strong::after,
  .nav-main .level_1 > li a.trail::after {
    width: 100%;
    background-image: linear-gradient(90deg, #1d1d1b 33%, #e30613 33%, #e30613 66%, #fc0 66%);
  }
  .nav-main .level_2 {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
  }
}

[id=footer] nav {
  font-family: "Barlow Semi Condensed", Impact, sans-serif;
  font-weight: 500;
}
[id=footer] nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4666666667);
}
[id=footer] nav ul a, [id=footer] nav ul strong {
  padding-block: 0.4em;
}
[id=footer] nav ul strong {
  color: #fc0;
}
[id=footer] nav ul a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=../maps/theme.css.map */
