#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*! 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, .logo50 .claim figcaption, .nav-sub li:not(.active):not(.trail) .level_2 {
  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; }

body {
  background: #767d79;
  color: #fff;
  box-sizing: border-box; }
  body::before {
    content: "";
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    background: #767d79 url("../../files/theme-neuguss/dist/img/ng-background.jpg") no-repeat top/cover; }

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

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

a {
  color: #c6113b;
  text-decoration: none; }
  a:hover {
    color: #666; }

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

figure {
  margin: 0; }

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

iframe {
  display: block;
  border: 0; }

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

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

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

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

@media (min-width: 720px) {
  .float_left {
    float: left;
    margin-right: 0.625rem;
    max-width: 48%; }
  .float_right {
    float: right;
    margin-left: 0.625rem;
    max-width: 48%; } }

.btn, button.submit, .ce_hyperlink.button a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c6113b;
  color: #fff;
  text-decoration: none;
  padding: 0.25em 0.625rem;
  border: 0; }
  @media (min-width: 720px) {
    .btn, button.submit, .ce_hyperlink.button a {
      display: inline-block;
      width: unset; } }
  .btn:hover, button.submit:hover, .ce_hyperlink.button a:hover {
    background-color: #666; }

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

.crisp {
  image-rendering: -webkit-pixelated;
  -ms-interpolation-mode: nearest-neighbor;
  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 0.625rem;
  border-top: 1px solid #767d79; }
  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 #767d79; }
  td p, th p {
    margin: 0; }

html {
  font-family: "interstate-condensed", "Arial Narrow", sans-serif;
  font-weight: 400; }
  @media (min-width: 720px) {
    html {
      font-size: 1.125rem; } }
  @media (min-width: 1500px) {
    html {
      font-size: 1.25rem; } }
  @media (min-width: 1860px) {
    html {
      font-size: 1.5rem; } }

b,
strong {
  font-weight: 500; }

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

h1, h2,
.h1, .h2 {
  font-weight: 300;
  line-height: 1.2;
  text-align: center; }

h1, .h1 {
  font-size: 2em; }

h2, .h2 {
  font-size: 2em;
  color: #c6113b; }

h3, .h3 {
  font-size: 1.33333em;
  font-weight: 400;
  margin-bottom: 1rem; }

h4, .toggler, .h4 {
  font-size: 1.27778em;
  font-style: italic;
  font-weight: 300; }

h5 {
  font-size: 1em;
  margin-bottom: 0; }

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

@media (max-width: 450px) {
  h1, .h1, h2, .h2 {
    font-size: 7.4vw; } }

/* Layout */
[id="container"] {
  max-width: 1860px;
  margin-left: auto;
  margin-right: auto; }

[id="header"], [id="footer"], [id="container"] {
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%; }
  @media (min-width: 1300px) {
    [id="header"], [id="footer"], [id="container"] {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

[id="header"] {
  background: #fff;
  color: #767d79;
  font-size: 19px; }
  [id="header"] a {
    color: inherit; }
    [id="header"] a:hover {
      color: #c6113b; }
  @media (min-width: 1500px) {
    [id="header"] {
      font-size: 20px; } }
  [id="header"] .inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center; }
    @media (max-width: 480px) {
      [id="header"] .inside {
        font-size: 0.9rem; } }
    @media (min-width: 960px) {
      [id="header"] .inside {
        text-align: left; } }

a#logo {
  padding: 1.6em 0 1.4em; }

@media (max-width: 959px) {
  .logo50 {
    display: flex;
    justify-content: center; }
    .logo50 img {
      width: auto;
      height: 20vw; }
    .logo50 .claim {
      margin-left: 2vw; } }

@media (min-width: 960px) {
  .logo50 .claim {
    margin-top: 2.5rem; } }

.custom {
  width: 100%; }

[id="footer"] {
  color: #fff;
  width: 100%; }
  [id="footer"] a {
    color: inherit; }
  [id="footer"] .inside {
    padding-top: 0.33333rem;
    padding-bottom: 0.33333rem; }

[id="container"] {
  line-height: 1.5;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  [id="container"] #filter {
    padding-bottom: 0.625rem; }
  @media (min-width: 960px) {
    [id="container"] {
      display: flex; }
      [id="container"] #filter {
        width: 25%;
        padding: 0.625rem; }
        [id="container"] #filter .inside {
          padding-right: 1.25rem; }
          [id="container"] #filter .inside img {
            width: 100%; }
      [id="container"] #main {
        width: 75%; } }
  @media (min-width: 1300px) {
    [id="container"] #filter {
      width: 25%; }
      [id="container"] #filter .inside {
        padding-right: 2.5rem; }
    [id="container"] #main {
      width: 75%;
      padding: 0.625rem; } }

[id="main"] > .inside {
  background: #fff;
  color: #666;
  min-height: 60vh; }

.page-start [id="main"] {
  padding: 0 !important; }
  .page-start [id="main"] .inside {
    background: transparent;
    color: #fff; }

.ce_sibling_navigation_news {
  display: flex;
  justify-content: space-between;
  font-size: 19px; }
  .ce_sibling_navigation_news a {
    color: #767d79;
    padding: 0.625rem 2.5rem;
    transition: 0.3s; }
    .ce_sibling_navigation_news a:hover {
      color: #c6113b; }
    .ce_sibling_navigation_news a.s-prev::before {
      content: "\2039";
      font-size: 1.8em;
      line-height: 0;
      vertical-align: -0.1em;
      margin-right: 0.2em; }
    .ce_sibling_navigation_news a.s-next {
      text-align: right; }
      .ce_sibling_navigation_news a.s-next::after {
        content: "\203A";
        font-size: 1.8em;
        line-height: 0;
        vertical-align: -0.1em;
        margin-left: 0.2em; }
  @media (min-width: 1500px) {
    .ce_sibling_navigation_news {
      font-size: 20px; } }

.mod_newslist {
  display: flex;
  flex-wrap: wrap; }
  .mod_newslist .layout_latest {
    position: relative;
    margin: 0.625rem;
    background: #42504d;
    transition: 0.3s; }
    @media (min-width: 500px) {
      .mod_newslist .layout_latest {
        width: calc(50% - 1.25rem); } }
    @media (min-width: 1300px) {
      .mod_newslist .layout_latest {
        width: calc(100% / 3 - 1.25rem); } }
    .mod_newslist .layout_latest.audio::before, .mod_newslist .layout_latest.video::before {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.1em 1em; }
    .mod_newslist .layout_latest.audio::before {
      content: "Audio";
      background: #42504d;
      color: #fff; }
    .mod_newslist .layout_latest.video::before {
      content: "Video";
      background: #fff;
      color: #42504d; }
    .mod_newslist .layout_latest header {
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 10%;
      padding: 0.5rem 1rem; }
      .mod_newslist .layout_latest header h2 {
        text-align: left;
        color: #666;
        font-size: 1rem;
        font-weight: 300;
        margin: 0; }
        .mod_newslist .layout_latest header h2:first-line {
          color: #c6113b; }
    .mod_newslist .layout_latest.text-oben header {
      top: 10%;
      bottom: auto; }
    .mod_newslist .layout_latest.gefoerdert header {
      margin-bottom: 0.5em; }
    .mod_newslist .layout_latest .label-gefoerdert {
      position: absolute;
      left: 0;
      font-size: 0.6em;
      /*text-transform: uppercase;*/
      color: #666;
      background: #fff url(../../files/theme-neuguss/dist/img/Neuguss-Zeichen.svg) no-repeat 1rem 0.5em/1.5em;
      padding: 0.2em 1rem 0.6em 2.2rem; }
    .mod_newslist .layout_latest:hover {
      transform: rotate(-4deg); }

.mod_newsreader article {
  position: relative;
  padding-bottom: 2.5rem; }
  .mod_newsreader article > * {
    margin-left: 1.333rem;
    margin-right: 1.333rem; }
  .mod_newsreader article header {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    .mod_newsreader article header h1, .mod_newsreader article header h2 {
      line-height: 1.15;
      margin: 0 auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .mod_newsreader article header h1 {
      padding-top: 1.25rem;
      border-top: 1px solid #767d79; }
    .mod_newsreader article header h2 {
      padding-bottom: 1.25rem;
      border-bottom: 1px solid #767d79; }
  .mod_newsreader article .label-gefoerdert {
    font-size: 0.75em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
    /*text-transform: uppercase;*/
    color: #666;
    background: #fff url(../../files/theme-neuguss/dist/img/Neuguss-Zeichen.svg) no-repeat left/1.5em;
    padding-left: 2em; }

.mod_newsreader .layout_full {
  display: flex;
  flex-direction: column; }
  .mod_newsreader .layout_full > * {
    order: 2; }
  .mod_newsreader .layout_full header + :not(.ce_text) {
    order: 1;
    margin-left: 0;
    margin-right: 0; }
    .mod_newsreader .layout_full header + :not(.ce_text) img {
      width: 100%; }

@media (min-width: 720px) {
  .mod_newsreader article > * {
    margin-left: 4rem;
    margin-right: 4rem; } }

.ce_form {
  margin: 0.625rem 0; }

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

label {
  display: block; }

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

button.submit {
  cursor: pointer; }

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

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

input.error {
  border-color: #c6113b !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; }

.mod_article > .ce_text {
  padding: 1rem 0;
  margin-left: 4rem;
  margin-right: 4rem; }

.v-space {
  width: 100%;
  margin: 0; }

button#audioBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  width: 4.5em;
  height: 4.5em;
  padding: 0;
  text-indent: 101%;
  overflow: hidden;
  background: rgba(220, 0, 40, 0.8) url("../../files/theme-neuguss/dist/img/bg-audiobutton.png") left/cover;
  cursor: pointer; }
  .audio-playing button#audioBtn {
    background-position: right; }

.audioplayer {
  position: relative; }

.audiocontainer {
  margin-bottom: 1.25rem; }

audio {
  width: 100%; }

.video_container {
  background: #767d79; }
  .video_container video {
    display: block; }

.videoplayer {
  position: relative;
  margin: 0 auto;
  transition: 0.7s; }
  .videoplayer::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
    padding: 0;
    text-indent: 101%;
    overflow: hidden;
    background: rgba(220, 0, 40, 0.8) url("../../files/theme-neuguss/dist/img/bg-audiobutton.png") left/cover;
    pointer-events: none;
    transition: 1s; }
  .videoplayer.video-playing::after {
    opacity: 0; }

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

.download-element {
  padding: 0;
  background-image: url(../../files/theme-neuguss/dist/img/icn-download-blue.svg);
  background-position: 0.33333rem 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.88889rem;
    padding-left: 0.5em;
    border-left: 1px solid #c6113b;
    margin-left: 0.5em; }

.ce_hyperlink {
  margin: 0.625rem 0; }
  .ce_hyperlink a {
    display: block; }
    .ce_hyperlink a[href*="http"]:before {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      background: url(../../files/theme-neuguss/dist/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: .4s;
  outline: 0; }
  .toggler .ui-icon {
    position: absolute;
    margin-left: -1.6em;
    margin-top: 0.2em;
    width: 1.05882em;
    height: 1.05882em;
    background: url(../../files/theme-neuguss/dist/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: 0.625rem -0.33333rem 0.625rem 0; }
  @media (max-width: 960px) {
    .ce_gallery ul {
      justify-content: space-around; } }

.ce_gallery li {
  list-style: none;
  margin-right: 0.33333rem; }
  .ce_gallery li:not(:last-child) {
    margin-bottom: 0.33333rem; }

.ce_gallery img {
  width: 100%; }

.pagination {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88889rem; }
  .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: #42504d;
    color: #c6113b;
    padding: 0 0.75em;
    margin-right: 5px; }
  .pagination a:hover {
    background-color: black; }
  .pagination strong {
    background-color: #c6113b;
    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 button,
button#toggle-navi {
  background-color: transparent;
  border: 0;
  padding: 0; }

.mobile_menu_trigger {
  cursor: pointer;
  position: relative;
  z-index: 110;
  width: 50px;
  height: 100%;
  overflow: hidden;
  margin-left: 1.25rem;
  display: flex;
  align-items: center; }
  .mobile_menu_trigger svg {
    width: 200%;
    height: 100%;
    vertical-align: middle;
    flex-shrink: 0; }
  .mobile_menu_trigger line {
    stroke: #c6113b;
    stroke-width: 4px;
    transition: 0.3s; }
  @media (min-width: 960px) {
    .mobile_menu_trigger {
      display: none; } }
  .mobile_menu_active .mobile_menu_trigger svg {
    transform: translateX(-50%); }

.mobile_menu_active body {
  overflow: hidden; }

.mobile_menu_active .mobile_menu .inner {
  background-color: rgba(198, 17, 59, 0.75);
  color: #fff; }

.mobile_menu_active #container,
.mobile_menu_active #footer,
.mobile_menu_active #panorama {
  filter: blur(0.6em); }

.nav-impr .level_1 {
  display: flex;
  font-size: 1rem; }
  .nav-impr .level_1 > li {
    padding: 0 0.5em; }
    .nav-impr .level_1 > li.first {
      padding-left: 0; }
    .nav-impr .level_1 > li.last {
      padding-right: 0; }

@media (min-width: 960px) {
  .mod_mobile_menu {
    display: none; } }

[id="header"] .nav-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 18em; }
  [id="header"] .nav-main a, [id="header"] .nav-main strong {
    display: inline-block;
    padding: 10px; }
    [id="header"] .nav-main a.corporate, [id="header"] .nav-main strong.corporate {
      padding-bottom: 0; }
  [id="header"] .nav-main .nav-lang ul {
    display: flex; }
  [id="header"] .nav-main .nav-lang li {
    white-space: nowrap; }
    [id="header"] .nav-main .nav-lang li strong.active {
      color: #c6113b; }
  [id="header"] .nav-main .nav-lang li:not(.last):after {
    content: "|"; }
  @media (min-width: 720px) {
    [id="header"] .nav-main {
      flex-wrap: nowrap;
      width: auto; }
      [id="header"] .nav-main a.corporate {
        padding-bottom: 10px; }
      [id="header"] .nav-main .nav-lang {
        margin-left: 2em; } }

.nav-sub {
  background-color: rgba(255, 255, 255, 0.94);
  text-align: left;
  text-transform: none;
  line-height: normal; }
  .nav-sub .level_1 > li {
    position: relative;
    border-bottom: 1px solid #c6113b; }
    .nav-sub .level_1 > li.submenu {
      background: url(../../files/theme-neuguss/dist/img/pfeil-grau.svg) no-repeat right 9px; }
    .nav-sub .level_1 > li.submenu.active, .nav-sub .level_1 > li.submenu.trail {
      background: url(../../files/theme-neuguss/dist/img/pfeil-grau-down.svg) no-repeat right 9px; }
  .nav-sub .level_1 a, .nav-sub .level_1 strong {
    position: relative;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    padding-left: 0.625rem;
    white-space: nowrap; }
    .nav-sub .level_1 a.active, .nav-sub .level_1 a.trail, .nav-sub .level_1 strong.active, .nav-sub .level_1 strong.trail {
      font-weight: bold; }
  .nav-sub a:hover {
    color: #c6113b; }
  [id="right"] .nav-sub {
    margin-top: 1rem; }
    @media (min-width: 960px) {
      [id="right"] .nav-sub {
        margin-left: 0.625rem;
        margin-right: 0.625rem; } }
    @media (min-width: 1500px) {
      [id="right"] .nav-sub {
        margin-right: calc(100% / 3.9); } }
    [id="right"] .nav-sub a:hover {
      background: url(../../files/theme-neuguss/dist/img/pfeil-rosa.svg) no-repeat left; }
    [id="right"] .nav-sub a, [id="right"] .nav-sub strong {
      white-space: normal; }
      [id="right"] .nav-sub a.active, [id="right"] .nav-sub strong.active {
        background: url(../../files/theme-neuguss/dist/img/pfeil-blau.svg) no-repeat left; }
  .nav-sub .level_2 {
    font-size: 0.88889rem; }
    .nav-sub .level_2 a, .nav-sub .level_2 strong {
      padding-left: 1.25rem;
      background-position: 0.625rem center !important; }
    .nav-sub .level_2 a:hover {
      color: #c6113b; }

.nav-social {
  width: 100%;
  margin-bottom: 1.25rem; }
  .nav-social ul {
    display: flex;
    justify-content: center; }
  .nav-social li {
    margin-left: 1em; }
    .nav-social li.first {
      margin-left: 0; }
  .nav-social a {
    display: block;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 1.77778rem;
    height: 1.77778rem;
    border-radius: 50%;
    transition: 0.3s; }
    .nav-social a.xing {
      background-image: url(../../files/theme-neuguss/dist/img/icn-xing.svg); }
      .nav-social a.xing:hover {
        background-color: #006567; }
    .nav-social a.linkedin {
      background-image: url(../../files/theme-neuguss/dist/img/icn-linkedin.svg); }
      .nav-social a.linkedin:hover {
        background-color: #0e76a8; }
    .nav-social a.facebook {
      background-image: url(../../files/theme-neuguss/dist/img/icn-facebook.svg); }
    .nav-social a.twitter {
      background-image: url(../../files/theme-neuguss/dist/img/icn-twitter.svg); }
      .nav-social a.twitter:hover {
        background-color: #00a0d1; }
    .nav-social a.blog {
      background-image: url(../../files/theme-neuguss/dist/img/icn-wp.svg); }
    .nav-social a span {
      display: block;
      height: 100%;
      text-indent: -999em; }
  @media (min-width: 720px) {
    .nav-social {
      width: auto; } }

.nav-footer {
  font-size: 0.83333em;
  font-weight: 300; }
  .nav-footer a, .nav-footer strong {
    display: block;
    padding: 0.5em 0;
    text-align: center; }
    .nav-footer a span, .nav-footer strong span {
      display: inline-block;
      padding-bottom: 0.25em;
      border-bottom: 1px solid transparent; }
  .nav-footer a:hover span {
    border-color: #fff; }
  .nav-footer strong {
    font-weight: 500; }
  .nav-footer .level_1 > li > a.active span,
  .nav-footer .level_1 > li > a.trail span, .nav-footer .level_1 > li > strong.active span,
  .nav-footer .level_1 > li > strong.trail span {
    border-color: currentColor; }
  .nav-footer .level_2 > li > a.active span,
  .nav-footer .level_2 > li > a.trail span, .nav-footer .level_2 > li > strong.active span,
  .nav-footer .level_2 > li > strong.trail span {
    font-weight: bold; }
  @media (min-width: 500px) {
    .nav-footer a, .nav-footer strong {
      display: inline-block; }
    .nav-footer .level_1 {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 720px) {
    .nav-footer .level_1 {
      justify-content: space-around; } }
  @media (min-width: 960px) {
    .nav-footer .level_1 {
      flex-wrap: wrap;
      justify-content: flex-end;
      margin-left: -0.625rem;
      margin-right: -0.625rem; }
    .nav-footer a, .nav-footer strong {
      padding: 0.5em 0.625rem; } }

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

/* Klassen für den TinyMCE */

.farbig { color: #c6113b; }

