@charset "UTF-8";
/** 
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE 
  * 
  */
/** Contents
  *
  * SETTINGS
  * ...variables
  *
  *
  * MIXINS
  * ...general
  * ...responsive
  * 
  *
  * GENERIC
  * ...normalize
  * ...contao-reset
  * ...box-sizing
  *
  *
  * BASE
  * ...shared
  * ...page
  * ...type
  * ...grid
  * ...layout
  *
  *
  * COMPONENTS
  * ...media
  * ...tables
  * ...accordion
  * ...links
  * ...events
  * ...faq
  * ...forms
  * ...navs
  * ...news
  * ...newsletter
  * ...slider
  * ...downloads
  *
  */
/*! 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 */
    /* 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,
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 {
    background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a: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 dotted;
}

/**
 * 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 {
    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 {
    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 {
    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"] {
    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: textfield;
}

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

.media--left figure {
    float: left;
}

.media--right figure {
    float: right;
}

.block {
    overflow: hidden;
}

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

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

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

.container,
.container-full {
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
}

.container .grid, .container #left .inside, #left .container .inside,
.container-full .grid,
.container-full #left .inside,
#left .container-full .inside {
    margin-right: -20px;
    margin-left: -20px;
}

@media (min-width: 576px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

.grid, #left .inside {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    position: relative;
    letter-spacing: -.31em;
    *letter-spacing: normal;
    word-spacing: -.43em;
    list-style-type: none;
}

.grid::before, #left .inside::before, .grid::after, #left .inside::after {
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
}

[class*="col-"] {
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    float: left;
    vertical-align: top;
    padding: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

[class*="col-"]::before, [class*="col-"]::after {
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
}

[class*="col-"] .grid, [class*="col-"] #left .inside, #left [class*="col-"] .inside {
    flex: 1 1 auto;
    margin: -20px;
}

.col-12, .mod_newslist .layout_short, .mod_eventlist .layout_teaser {
    width: 100%;
    *width: 99.9%;
}

.col-11 {
    width: 91.66667%;
    *width: 91.56667%;
}

.col-10 {
    width: 83.33333%;
    *width: 83.23333%;
}

.col-9 {
    width: 75%;
    *width: 74.9%;
}

.col-8 {
    width: 66.66667%;
    *width: 66.56667%;
}

.col-7 {
    width: 58.33333%;
    *width: 58.23333%;
}

.col-6 {
    width: 50%;
    *width: 49.9%;
}

.col-5 {
    width: 41.66667%;
    *width: 41.56667%;
}

.col-4 {
    width: 33.33333%;
    *width: 33.23333%;
}

.col-3 {
    width: 25%;
    *width: 24.9%;
}

.col-2 {
    width: 16.66667%;
    *width: 16.56667%;
}

.col-1 {
    width: 8.33333%;
    *width: 8.23333%;
}

@media (min-width: 576px) {
    .col-xs-12 {
        width: 100%;
        *width: 99.9%;
    }

    .col-xs-11 {
        width: 91.66667%;
        *width: 91.56667%;
    }

    .col-xs-10 {
        width: 83.33333%;
        *width: 83.23333%;
    }

    .col-xs-9 {
        width: 75%;
        *width: 74.9%;
    }

    .col-xs-8 {
        width: 66.66667%;
        *width: 66.56667%;
    }

    .col-xs-7 {
        width: 58.33333%;
        *width: 58.23333%;
    }

    .col-xs-6 {
        width: 50%;
        *width: 49.9%;
    }

    .col-xs-5 {
        width: 41.66667%;
        *width: 41.56667%;
    }

    .col-xs-4 {
        width: 33.33333%;
        *width: 33.23333%;
    }

    .col-xs-3 {
        width: 25%;
        *width: 24.9%;
    }

    .col-xs-2 {
        width: 16.66667%;
        *width: 16.56667%;
    }

    .col-xs-1 {
        width: 8.33333%;
        *width: 8.23333%;
    }
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
        *width: 99.9%;
    }

    .col-sm-11 {
        width: 91.66667%;
        *width: 91.56667%;
    }

    .col-sm-10 {
        width: 83.33333%;
        *width: 83.23333%;
    }

    .col-sm-9 {
        width: 75%;
        *width: 74.9%;
    }

    .col-sm-8 {
        width: 66.66667%;
        *width: 66.56667%;
    }

    .col-sm-7 {
        width: 58.33333%;
        *width: 58.23333%;
    }

    .col-sm-6 {
        width: 50%;
        *width: 49.9%;
    }

    .col-sm-5 {
        width: 41.66667%;
        *width: 41.56667%;
    }

    .col-sm-4 {
        width: 33.33333%;
        *width: 33.23333%;
    }

    .col-sm-3 {
        width: 25%;
        *width: 24.9%;
    }

    .col-sm-2 {
        width: 16.66667%;
        *width: 16.56667%;
    }

    .col-sm-1 {
        width: 8.33333%;
        *width: 8.23333%;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
        *width: 99.9%;
    }

    .col-md-11 {
        width: 91.66667%;
        *width: 91.56667%;
    }

    .col-md-10 {
        width: 83.33333%;
        *width: 83.23333%;
    }

    .col-md-9 {
        width: 75%;
        *width: 74.9%;
    }

    .col-md-8 {
        width: 66.66667%;
        *width: 66.56667%;
    }

    .col-md-7 {
        width: 58.33333%;
        *width: 58.23333%;
    }

    .col-md-6 {
        width: 50%;
        *width: 49.9%;
    }

    .col-md-5 {
        width: 41.66667%;
        *width: 41.56667%;
    }

    .col-md-4 {
        width: 33.33333%;
        *width: 33.23333%;
    }

    .col-md-3 {
        width: 25%;
        *width: 24.9%;
    }

    .col-md-2 {
        width: 16.66667%;
        *width: 16.56667%;
    }

    .col-md-1 {
        width: 8.33333%;
        *width: 8.23333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
        *width: 99.9%;
    }

    .col-lg-11 {
        width: 91.66667%;
        *width: 91.56667%;
    }

    .col-lg-10 {
        width: 83.33333%;
        *width: 83.23333%;
    }

    .col-lg-9 {
        width: 75%;
        *width: 74.9%;
    }

    .col-lg-8 {
        width: 66.66667%;
        *width: 66.56667%;
    }

    .col-lg-7 {
        width: 58.33333%;
        *width: 58.23333%;
    }

    .col-lg-6 {
        width: 50%;
        *width: 49.9%;
    }

    .col-lg-5 {
        width: 41.66667%;
        *width: 41.56667%;
    }

    .col-lg-4 {
        width: 33.33333%;
        *width: 33.23333%;
    }

    .col-lg-3 {
        width: 25%;
        *width: 24.9%;
    }

    .col-lg-2 {
        width: 16.66667%;
        *width: 16.56667%;
    }

    .col-lg-1 {
        width: 8.33333%;
        *width: 8.23333%;
    }
}

@media (min-width: 1600px) {
    .col-xl-12 {
        width: 100%;
        *width: 99.9%;
    }

    .col-xl-11 {
        width: 91.66667%;
        *width: 91.56667%;
    }

    .col-xl-10 {
        width: 83.33333%;
        *width: 83.23333%;
    }

    .col-xl-9 {
        width: 75%;
        *width: 74.9%;
    }

    .col-xl-8 {
        width: 66.66667%;
        *width: 66.56667%;
    }

    .col-xl-7 {
        width: 58.33333%;
        *width: 58.23333%;
    }

    .col-xl-6 {
        width: 50%;
        *width: 49.9%;
    }

    .col-xl-5 {
        width: 41.66667%;
        *width: 41.56667%;
    }

    .col-xl-4 {
        width: 33.33333%;
        *width: 33.23333%;
    }

    .col-xl-3 {
        width: 25%;
        *width: 24.9%;
    }

    .col-xl-2 {
        width: 16.66667%;
        *width: 16.56667%;
    }

    .col-xl-1 {
        width: 8.33333%;
        *width: 8.23333%;
    }
}

.col-auto {
    flex: 1 0 0;
    width: auto;
}

@media (min-width: 576px) {
    .col-xs-auto {
        flex: 1 0 0;
        width: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-auto {
        flex: 1 0 0;
        width: auto;
    }
}

@media (min-width: 992px) {
    .col-md-auto {
        flex: 1 0 0;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .col-lg-auto {
        flex: 1 0 0;
        width: auto;
    }
}

@media (min-width: 1600px) {
    .col-xl-auto {
        flex: 1 0 0;
        width: auto;
    }
}

.order-12 {
    order: 12;
}

.order-11 {
    order: 11;
}

.order-10 {
    order: 10;
}

.order-9 {
    order: 9;
}

.order-8 {
    order: 8;
}

.order-7 {
    order: 7;
}

.order-6 {
    order: 6;
}

.order-5 {
    order: 5;
}

.order-4 {
    order: 4;
}

.order-3 {
    order: 3;
}

.order-2 {
    order: 2;
}

.order-1 {
    order: 1;
}

.order-0 {
    order: 0;
}

@media only screen and (min-width: 576px) {
    .order-12-xs {
        order: 12;
    }

    .order-11-xs {
        order: 11;
    }

    .order-10-xs {
        order: 10;
    }

    .order-9-xs {
        order: 9;
    }

    .order-8-xs {
        order: 8;
    }

    .order-7-xs {
        order: 7;
    }

    .order-6-xs {
        order: 6;
    }

    .order-5-xs {
        order: 5;
    }

    .order-4-xs {
        order: 4;
    }

    .order-3-xs {
        order: 3;
    }

    .order-2-xs {
        order: 2;
    }

    .order-1-xs {
        order: 1;
    }

    .order-0-xs {
        order: 0;
    }
}

@media only screen and (min-width: 768px) {
    .order-12-sm {
        order: 12;
    }

    .order-11-sm {
        order: 11;
    }

    .order-10-sm {
        order: 10;
    }

    .order-9-sm {
        order: 9;
    }

    .order-8-sm {
        order: 8;
    }

    .order-7-sm {
        order: 7;
    }

    .order-6-sm {
        order: 6;
    }

    .order-5-sm {
        order: 5;
    }

    .order-4-sm {
        order: 4;
    }

    .order-3-sm {
        order: 3;
    }

    .order-2-sm {
        order: 2;
    }

    .order-1-sm {
        order: 1;
    }

    .order-0-sm {
        order: 0;
    }
}

@media only screen and (min-width: 992px) {
    .order-12-md {
        order: 12;
    }

    .order-11-md {
        order: 11;
    }

    .order-10-md {
        order: 10;
    }

    .order-9-md {
        order: 9;
    }

    .order-8-md {
        order: 8;
    }

    .order-7-md {
        order: 7;
    }

    .order-6-md {
        order: 6;
    }

    .order-5-md {
        order: 5;
    }

    .order-4-md {
        order: 4;
    }

    .order-3-md {
        order: 3;
    }

    .order-2-md {
        order: 2;
    }

    .order-1-md {
        order: 1;
    }

    .order-0-md {
        order: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .order-12-lg {
        order: 12;
    }

    .order-11-lg {
        order: 11;
    }

    .order-10-lg {
        order: 10;
    }

    .order-9-lg {
        order: 9;
    }

    .order-8-lg {
        order: 8;
    }

    .order-7-lg {
        order: 7;
    }

    .order-6-lg {
        order: 6;
    }

    .order-5-lg {
        order: 5;
    }

    .order-4-lg {
        order: 4;
    }

    .order-3-lg {
        order: 3;
    }

    .order-2-lg {
        order: 2;
    }

    .order-1-lg {
        order: 1;
    }

    .order-0-lg {
        order: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .order-12-xl {
        order: 12;
    }

    .order-11-xl {
        order: 11;
    }

    .order-10-xl {
        order: 10;
    }

    .order-9-xl {
        order: 9;
    }

    .order-8-xl {
        order: 8;
    }

    .order-7-xl {
        order: 7;
    }

    .order-6-xl {
        order: 6;
    }

    .order-5-xl {
        order: 5;
    }

    .order-4-xl {
        order: 4;
    }

    .order-3-xl {
        order: 3;
    }

    .order-2-xl {
        order: 2;
    }

    .order-1-xl {
        order: 1;
    }

    .order-0-xl {
        order: 0;
    }
}

.wrap {
    flex-wrap: wrap;
}

.no-wrap {
    flex-wrap: nowrap;
}

.no-wrap [class^="col-"] {
    flex-shrink: 1;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.direction-row {
    flex-direction: row;
}

.direction-row-reverse {
    flex-direction: row-reverse;
}

.direction-column {
    flex-direction: column;
}

.direction-column-reverse {
    flex-direction: column-reverse;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-end [class^="col-"] {
    vertical-align: bottom;
}

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

.align-center [class^="col-"] {
    vertical-align: middle;
}

.align-baseline {
    align-items: baseline;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-content-end [class^="col-"] {
    vertical-align: bottom;
}

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

.align-content-space-between {
    align-content: space-between;
}

.align-content-space-around {
    align-content: space-around;
}

.align-self-stretch {
    align-self: stretch;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
    vertical-align: bottom;
}

.align-self-center {
    align-self: center;
    vertical-align: middle;
}

.align-self-baseline {
    align-self: baseline;
    vertical-align: baseline;
}

.justify-start {
    justify-content: flex-start;
}

.justify-start.grid, #left .justify-start.inside {
    text-align: left;
}

.justify-end {
    justify-content: flex-end;
}

.justify-end.grid, #left .justify-end.inside {
    text-align: right;
    text-align-last: right;
}

.justify-end.grid [class^="col-"], #left .justify-end.inside [class^="col-"] {
    text-align: start;
    text-align-last: start;
}

.justify-center {
    justify-content: center;
}

.justify-center.grid, #left .justify-center.inside {
    text-align: center;
    text-align-last: center;
}

.justify-center.grid [class^="col-"], #left .justify-center.inside [class^="col-"] {
    text-align: start;
    text-align-last: start;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-space-between.grid, #left .justify-space-between.inside {
    text-align: justify;
    text-align-last: justify;
}

.justify-space-between.grid [class^="col-"], #left .justify-space-between.inside [class^="col-"] {
    text-align: start;
    text-align-last: start;
}

.justify-space-around {
    justify-content: space-around;
}

.justify-space-around.grid, #left .justify-space-around.inside {
    text-align: justify;
    text-align-last: justify;
}

.justify-space-around.grid [class^="col-"], #left .justify-space-around.inside [class^="col-"] {
    text-align: start;
    text-align-last: start;
}

.grid-bleed [class*="col-"] {
    padding: 0;
}

.col-grid {
    display: flex;
    flex-direction: column;
}

.col-grid.direction-row {
    flex-direction: row;
}

.col-bleed {
    padding: 0;
}

.col-bleed-x {
    padding: 20px 0;
}

.col-bleed-y {
    padding: 0 20px;
}

.flex-img {
    display: block;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    *width: auto;
}

.flex-footer {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
}

.flex-footer > :last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .hidden-xxs {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}

@media (min-width: 1600px) {
    .hidden-xl {
        display: none;
    }
}

.grid, #left .inside {
    letter-spacing: normal;
    word-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
}


h1 {
    font-size: 1.75rem;
    line-height: 1.55;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 42em) {

    h1 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 48em) {

    h1 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 75em) {

    h1 {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 100em) {

    h1 {
        font-size: 1.75rem;
    }
}

p + h1,
ul + h1,
ol + h1 {
    margin-top: 2rem;
}

.content-text + .content-text h1:first-child {
    margin-top: 1rem;
}

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


h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 42em) {

    h2 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 48em) {

    h2 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 75em) {

    h2 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 100em) {

    h2 {
        font-size: 1.5rem;
    }
}

p + h2,
ul + h2,
ol + h2 {
    margin-top: 2rem;
}

.content-text + .content-text h2:first-child {
    margin-top: 1rem;
}

h2 + h3 {
    margin-top: -0.5rem;
}


h3 {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 42em) {

    h3 {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 48em) {

    h3 {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 75em) {

    h3 {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 100em) {

    h3 {
        font-size: 1.35rem;
    }
}

p + h3,
ul + h3,
ol + h3 {
    margin-top: 2rem;
}

.content-text + .content-text h3:first-child {
    margin-top: 1rem;
}

h3 + h4 {
    margin-top: -0.5rem;
}


h4 {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 42em) {

    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 48em) {

    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 75em) {

    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 100em) {

    h4 {
        font-size: 1.25rem;
    }
}

p + h4,
ul + h4,
ol + h4 {
    margin-top: 1.5rem;
}

.content-text + .content-text h4:first-child {
    margin-top: 0.5rem;
}

h4 + h5 {
    margin-top: -0.5rem;
}


h5 {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 42em) {

    h5 {
        font-size: 1rem;
    }
}

@media screen and (min-width: 48em) {

    h5 {
        font-size: 1rem;
    }
}

@media screen and (min-width: 75em) {

    h5 {
        font-size: 1rem;
    }
}

@media screen and (min-width: 100em) {

    h5 {
        font-size: 1rem;
    }
}

p + h5,
ul + h5,
ol + h5 {
    margin-top: 1.5rem;
}

.content-text + .content-text h5:first-child {
    margin-top: 0.5rem;
}

h5 + h6 {
    margin-top: -0.5rem;
}


h6 {
    font-size: 0.846rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 42em) {

    h6 {
        font-size: 0.846rem;
    }
}

@media screen and (min-width: 48em) {

    h6 {
        font-size: 0.846rem;
    }
}

@media screen and (min-width: 75em) {

    h6 {
        font-size: 0.846rem;
    }
}

@media screen and (min-width: 100em) {

    h6 {
        font-size: 0.846rem;
    }
}

p + h6,
ul + h6,
ol + h6 {
    margin-top: 1.5rem;
}

.content-text + .content-text h6:first-child {
    margin-top: 0.5rem;
}

p,
ul,
ol {
    margin-top: 0;
}

p a,
ul a,
ol a {
    color: #0a43b3;
    text-decoration: underline;
}

p a:hover,
ul a:hover,
ol a:hover {
    text-decoration: none;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

code {
    color: #0a43b3;
}

pre {
    padding: 1rem;
    background: #aaa;
    color: #fff;
    overflow-x: scroll;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ccc;
}

.li--block {
    margin-bottom: 1rem;
}

.content-text {
    margin-bottom: 1rem;
}

::-moz-selection {
    background: #0a43b3;
    color: #aaa;
    opacity: 1;
}

::selection {
    background: #0a43b3;
    color: #aaa;
    opacity: 1;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: fallback;
    font-weight: 400;
    src: url("../fonts/open-sans/open-sans-v15-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: fallback;
    font-weight: 400;
    src: url("../fonts/roboto/roboto-v19-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/roboto-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v19-latin-regular.woff") format("woff"), url("../fonts/roboto/roboto-v19-latin-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-v19-latin-regular.svg#OpenSans") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/material-icons/MaterialIcons-Regular.eot");
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/material-icons/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/material-icons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/material-icons/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/material-icons/MaterialIcons-Regular.svg#MaterialIcons") format("svg");
}

.material-icons, p.more a:after {
    font-family: 'Material Icons', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
    margin-bottom: 1rem;
}

ul, ol, dd {
    margin-left: 1rem;
}

.clearfix:after, [id="header"] .inside:after, .content-gallery ul:after, .content-gallery ul:after,
[id="footer"] > .inside:after,
.nav--horizontal ul:after,
.nav--breadcrumb ul:after,
.pagination:after,
.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after,
.news-grid:after,
.events-list .event:after {
    content: "";
    display: table;
    clear: both;
}

a {
    color: #0a43b3;
}

:not(p) a {
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#left .banner_name {
    font-size: 0.846rem;
}

#main .unternehmen #main p.back {
    display: none;
}

#main .content-text > figure {
    width: 50%;
}

#main .content-text.media--right > figure,
#main .content-text > figure.float_right {
    margin-left: 20px;
}

#main .content-text.media--left > figure,
#main .content-text > figure.float_left {
    margin-right: 20px;
}

#main .content-text.media--above > figure,
#main .content-text > figure.float_above {
    margin-bottom: 1rem;
}

#main .content-text > figure img {
    width: 100%;
}

#main .content-text.img100 > figure {
    width: 100%;
    margin: 0 0 1rem 0;
}

#main .content-text em {
    color: #888;
}

#main .img100.content-text > figure {
    width: 100%;
    margin: 0 0 1rem 0;
}

#main .img75.content-text > figure {
    width: 75%;
}

#main .img66.content-text > figure {
    width: 66.667%;
}

#main .img50.content-text > figure {
    width: 50%;
}

#main .img33.content-text > figure {
    width: 33.333%;
}

#main .img25.content-text > figure, #main .mod_newslist .content-text > figure, .mod_newslist #main .content-text > figure, #main .mod_eventlist .content-text > figure, .mod_eventlist #main .content-text > figure {
    width: 25%;
}

#main figcaption {
    font-size: 0.846rem;
    font-style: italic;
}

#main .txt-font {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
}

#main .txt-right {
    text-align: right;
}

#main .txt-justify {
    text-align: justify;
}

#main .txt-small {
    font-size: 0.846rem;
}

#main .txt-big {
    font-size: 1.154rem;
}

#main .mod_search .formbody {
    position: relative;
}

#main .mod_search .widget-text {
    padding-right: 7rem;
}

#main .mod_search .widget-submit {
    position: absolute;
    right: 0;
    top: 0;
}

#main .mod_search .even, #main .mod_search .odd {
    margin-top: 3rem;
}

#main .mod_search h3 {
    border-bottom: 1px solid #ccc;
}

#main .mod_listing .formbody {
    position: relative;
}

#main .mod_listing .list_search {
    margin-bottom: 2rem;
}

#main .mod_listing .list_search .widget-select {
    display: none;
}

#main .mod_listing .list_search .widget-text {
    padding-right: 7rem;
}

#main .mod_listing .list_search .widget-submit {
    position: absolute;
    right: 0;
    top: 0;
}

#main .mod_listing .list_per_page {
    display: none;
}

.portal .mod_newslist .tags {
    display: none;
}

p.more {
    margin-top: 0.5rem;
}

p.more a {
    display: inline-block;
    float: left;
    overflow: hidden;
    color: #222;
}

p.more a:after {
    content: 'chevron_right';
    float: right;
}

p.more a:hover {
    font-weight: bold;
}

p.back a {
    color: #222;
}

p.back a:hover {
    font-weight: bold;
}

@media screen and (max-width: 47.9375em) {
    #main .content-text > figure {
        width: 75%;
        margin: 0 0 1rem 0;
    }

    #main .img66.content-text > figure, #main .img50.content-text > figure {
        width: 75%;
        margin: 0 0 1rem 0;
        float: none;
    }
}

@media screen and (max-width: 47.9375em) and (max-width: 35.9375em) {
    #main .img33.content-text > figure, #main .img25.content-text > figure, #main .mod_newslist .content-text > figure, .mod_newslist #main .content-text > figure, #main .mod_eventlist .content-text > figure, .mod_eventlist #main .content-text > figure {
        width: 100%;
        margin: 0 0 1rem 0;
        float: none;
    }
}

html {
    font-size: 0.8125rem;
}

@media screen and (max-width: 47.9375em) {
    html {
        font-size: 0.8125em;
    }
}

@media screen and (min-width: 100em) {
    html {
        font-size: 0.8125em;
    }
}

html {
    font-family: "Open Sans", "Arial", "Helvetica", "sans-serif", sans-serif;
    font-size: 0.8125em;
    line-height: 1.625;
    background-color: #aaa;
    color: #222;
    overflow-y: scroll;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 47.9375em) {
    html {
        font-size: 0.75em;
    }
}

@media screen and (min-width: 100em) {
    html {
        font-size: 0.8125em;
    }
}

[id="header"] {
    background: transparent;
    color: #222;
}

[id="header"] .inside {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.mod_article {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.article--full {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
}

[id="footer"] > .inside {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

html, body {
    height: 100%;
    min-height: 100%;
}

#wrapper {
    width: 100%;
    max-width: 1050px;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
    background: linear-gradient(to right, #fff 0%, #fff 0%, #fff 50%, #b9b8b5 100%);
}

#header {
    width: 100%;
    position: relative;
    background: linear-gradient(165deg, #646464 2%, #646464 10px, rgba(200, 200, 200, 0) 130px);
}

#header .inside {
    padding-top: 20px;
}

#header .portallogo {
    width: 22.5%;
    min-width: 150px;
    padding-right: 20px;
    padding-bottom: 5px;
    float: left;
}

#header .logo {
    width: 35.8%;
    min-width: 235px;
    float: left;
    margin-left: -20px;
}

#header .suche {
    position: relative;
    width: 35%;
    min-width: 240px;
    float: right;
    white-space: nowrap;
}

#header .suche a {
    display: none;
    margin-right: 10px;
    color: #888;
}

#header .suche a i {
    font-size: 2.35rem;
    line-height: 2.825rem;
}

#header .suche a:hover {
    color: #000;
}

#header .suche .mod_search {
    position: relative;
}

#header .suche .mod_search .widget-text:before {
    overflow: hidden;
    content: 'search';
    font-family: 'Material Icons', sans-serif;
    color: #555;
    font-size: 2rem;
    line-height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.25rem;
}

#header .suche .mod_search .widget-submit {
    position: absolute;
    right: 0;
    top: 0;
}

#header .suche .mod_search .widget-submit button {
    height: 2.615rem;
    width: 3rem;
    border: 0;
    text-indent: 100px;
    background: transparent;
}

#container {
    padding-left: 22.5%;
    padding-bottom: 100px;
}

#main {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px 0 0 2px;
    background: #fff;
}

#main .mod_article {
    padding-top: 0;
}

#main .mod_article > [class^="content-"], #main .mod_article > [class^="mod_"] {
    padding: 1.5rem 20px;
}

#main .mod_article ~ .mod_article {
    margin-top: -1rem;
}

#main .mod_article > p.back {
    clear: both;
    margin: 1rem;
}

#left {
    width: 29.05%;
    right: 29.05%;
}

#left aside {
    padding: 20px;
    max-width: 270px;
    position: relative;
}

#footer {
    height: 50px;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -50px;
}

@media screen and (max-width: 61.9375em) {
    #container {
        padding-left: 20px;
    }

    #left {
        width: auto;
        right: auto;
        float: none;
        margin-left: -20px;
        padding: 0;
    }

    #main {
        float: none;
    }

    #header .suche {
        width: 250px;
    }
}

@media screen and (max-width: 47.9375em) {
    #container {
        padding-left: 0;
    }

    #main {
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.25);
    }

    #left {
        margin-left: 0;
    }


    #header .logo {
        float: none;
    }

    #header .suche {
        float: left;
    }

    #header .suche a {
        display: none;
    }

    .mod_newslist .image_container {
        width: 40%;
    }
}

@media screen and (max-width: 35.9375em) {
    #header {
        height: auto;
    }

    #header .inside {
        padding-top: 10px;
    }

    #header .portallogo, #header .logo, #header .suche {
        padding-right: 0;
        float: none;
        margin: auto;
    }

    #header .suche a {
        display: none;
    }

    #container {
        padding-bottom: 200px;
    }

    #footer {
        height: 150px;
        margin-top: -150px;
    }

    .mod_newslist .image_container {
        width: 100%;
        margin: 0 0 1rem 0;
    }
}

.image--left img {
    text-align: left;
    margin-left: 0;
}

.image--right img {
    text-align: right;
    margin-right: 0;
}

.image--center img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.content-gallery ul, .content-gallery ul {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
    list-style-type: none;
}

.content-gallery li, .content-gallery li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
}

.content-gallery .cols_2 li, .content-gallery--cols-2 li {
    width: 50%;
}

.content-gallery .cols_3 li, .content-gallery--cols-3 li {
    width: 50%;
}

@media screen and (min-width: 48em) {
    .content-gallery .cols_3 li, .content-gallery--cols-3 li {
        width: 33.33333%;
    }
}

.content-gallery .cols_4 li, .content-gallery--cols-4 li {
    width: 50%;
}

@media screen and (min-width: 48em) {
    .content-gallery .cols_4 li, .content-gallery--cols-4 li {
        width: 25%;
    }
}

.content-gallery .cols_5 li, .content-gallery--cols-5 li {
    width: 50%;
}

@media screen and (min-width: 48em) {
    .content-gallery .cols_5 li, .content-gallery--cols-5 li {
        width: 20%;
    }
}

.content-gallery .cols_6 li, .content-gallery--cols-6 li {
    width: 50%;
}

@media screen and (min-width: 48em) {
    .content-gallery .cols_6 li, .content-gallery--cols-6 li {
        width: 16.66667%;
    }
}

.content-gallery img, .content-gallery img {
    display: block;
}

.content-player .inside,
.content-player .mejs-video,
.content-player .mejs__video,
.content-youtube .inside,
.content-youtube .mejs-video,
.content-youtube .mejs__video {
    margin-left: auto;
    margin-right: auto;
}

.content-player .mejs-video,
.content-player .mejs__video,
.content-youtube .mejs-video,
.content-youtube .mejs__video {
    width: 100% !important;
    height: auto !important;
    /*padding-top: 56.25%;*/
}

.content-player .mejs-audio,
.content-player .mejs__audio,
.content-youtube .mejs-audio,
.content-youtube .mejs__audio {
    margin-top: 30px;
}

.content-player .mejs-audio audio,
.content-player .mejs__audio audio,
.content-youtube .mejs-audio audio,
.content-youtube .mejs__audio audio {
    height: auto;
}

.content-player .mejs-overlay,
.content-player .mejs-poster,
.content-player .mejs__overlay,
.content-player .mejs__poster,
.content-youtube .mejs-overlay,
.content-youtube .mejs-poster,
.content-youtube .mejs__overlay,
.content-youtube .mejs__poster {
    width: 100% !important;
    height: 100% !important;
}

.content-player .mejs-video .mejs-mediaelement video,
.content-player .mejs-video .mejs-mediaelement .me-plugin,
.content-player .mejs-video .mejs-mediaelement embed,
.content-youtube .mejs-video .mejs-mediaelement video,
.content-youtube .mejs-video .mejs-mediaelement .me-plugin,
.content-youtube .mejs-video .mejs-mediaelement embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.content-player .mejs__video .mejs__mediaelement video,
.content-player .mejs__video .mejs__mediaelement .me__plugin,
.content-player .mejs__video .mejs__mediaelement embed,
.content-youtube .mejs__video .mejs__mediaelement video,
.content-youtube .mejs__video .mejs__mediaelement .me__plugin,
.content-youtube .mejs__video .mejs__mediaelement embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.content-youtube {
    position: relative;
    /*padding-top: 56.25%;*/
    width: 100%;
    height: auto;
}

.content-youtube iframe {
    border: 0;
    width: 100% !important;
}

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.content-toplink > a,
.content-toplink > button,
.toplink > a,
.toplink > button, input.submit,
button.submit, .content-comments .submit {
    border-radius: 12px;
    padding: 0.5rem 1rem;
    display: inline-block;
    border: 1px solid transparent;
    font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
    font-weight: 400;
    line-height: 1.625;
    text-align: center;
    background: transparent;
    background-image: none;
    white-space: nowrap;
}

a.btn,
span.btn,
button.btn {
    margin-bottom: 1rem;
}

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit,
.content-comments .submit {
    background: #334477;
    color: #fff;
}

a.btn--primary:hover,
span.btn--primary:hover,
button.btn--primary:hover,
input.submit:hover,
button.submit:hover,
.content-comments .submit:hover {
    background: #243053;
}

div.btn:not(:last-child),
.content-toplink:not(:last-child),
.toplink:not(:last-child) {
    margin-bottom: 1rem;
}

div.btn--primary > a,
div.btn--primary > button,
.content-toplink > a,
.content-toplink > button,
.toplink > a,
.toplink > button {
    background: #334477;
    color: #fff;
}

div.btn--primary > a:hover,
div.btn--primary > button:hover,
.content-toplink > a:hover,
.content-toplink > button:hover,
.toplink > a:hover,
.toplink > button:hover {
    background: #243053;
}

.div.btn--left {
    text-align: left;
}

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

div.btn--right {
    text-align: right;
}

.btn--floated {
    float: left;
    margin-right: 0.25rem;
}

.content-toplink a,
.toplink a {
    text-decoration: none;
}

.back {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.back a {
    text-decoration: none;
}

.back a:before {
    font-size: 0.75rem;
    line-height: 1.4;
    padding-bottom: 0.25rem;
    display: inline-block;
    content: "◄";
    vertical-align: middle;
    margin-right: 0.25rem;
}

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

.nav a {
    text-decoration: none;
}

@media screen and (min-width: 48em) {
    .nav--horizontal li {
        float: left;
    }
}

.nav--horizontal a,
.nav--horizontal span.active,
.nav--horizontal span.trail,
.nav--horizontal strong.forward,
.nav--horizontal strong.active,
.nav--horizontal strong.trail {
    display: block;
    padding: 0.5rem 1rem;
}


.nav--horizontal strong.ccb-trigger {
    font-weight: normal;
    cursor: pointer
}

.nav--horizontal strong.ccb-trigger:hover {
    font-weight: bold;
    color: #000
}

.nav--right {
    float: right;
}

.nav--vertical a,
.nav--vertical span.active,
.nav--vertical span.trail,
.nav--vertical strong.active,
.nav--vertical strong.trail {
    display: block;
    padding: 0.5rem 1rem;
}

.nav--border {
    border: 1px solid #ccc;
}

.nav--border a,
.nav--border span.active,
.nav--border span.trail,
.nav--border strong.active,
.nav--border strong.trail {
    padding: 1rem 1rem;
    border-bottom: 1px solid #ccc;
}

.nav--border a.last,
.nav--border span.active.last,
.nav--border span.trail.last,
.nav--border strong.active.last,
.nav--border strong.trail.last {
    border-bottom: 0;
}

.nav--breadcrumb {
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
}

@media screen and (min-width: 48em) {
    .nav--breadcrumb li {
        float: left;
        padding-right: 1rem;
    }
}

.nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: 1rem;
}

.nav--select select {
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    padding: 0.25rem 0.5rem;
}

.nav--select .submit {
    vertical-align: middle;
    padding: 0.25rem 0.5rem;
}

.nav--pager ul {
    text-align: center;
}

.nav--pager li {
    display: inline-block;
}

.nav--pager .empty {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
}

.nav--pager a {
    padding: 0.5rem;
}

.pagination {
    margin-top: 1rem;
    clear: both;
    text-align: center;
    line-height: 1;
}

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

.pagination a {
    text-decoration: none;
}

.pagination p {
    padding: 0.25rem;
    padding-left: 0;
    margin: 0.25rem;
    margin-left: 0;
    border-top: 1px solid transparent;
}

.pagination li {
    display: inline;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 0.25rem;
    margin: 0.25rem;
}

.pagination span {
    border: 1px solid #ccc;
}

.pagination a.next {
    margin-right: 0;
    padding-right: 0;
}

@media screen and (min-width: 42em) {
    .pagination p {
        float: left;
    }

    .pagination p + ul {
        float: right;
    }
}

.nav {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
}

.nav a {
    color: #222;
}

.nav a:hover {
    font-weight: bold;
}

#hnav {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
    font-size: 1.154rem;
    width: 100%;
    padding-left: 22.5%;
    padding-bottom: 0;
    overflow: visible;
    position: absolute;
    left: 0;
    top: 9.7rem;
    margin-top: -1px;
    z-index: 100;
    color: #222;
}

#hnav:hover ul {
    display: block;
}

#hnav .menu {
    display: none;
    width: 3rem;
    line-height: 3rem;
    font-size: 3rem;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 5px;
}

#hnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#hnav ul li {
    width: 25%;
}

#hnav ul li.portal {
    display: none;
}

#hnav ul li.active a, #hnav ul li.active strong, #hnav ul li.trail a, #hnav ul li.trail strong {
    border-radius: 5px 5px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid transparent;
    background: #fff;
}

#hnav ul li:hover ul.level_2 {
    display: block;
}

#hnav ul a {
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #222;
}

#hnav ul a:hover {
    color: #222;
    font-weight: bold;
}

#hnav ul a,
#hnav ul span.active,
#hnav ul span.trail,
#hnav ul strong.active,
#hnav ul strong.trail {
    padding: 0.5rem 0.5rem;
}

#hnav ul.level_2 {
    display: none;
    min-width: 180px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    border-top: none;
    margin-right: 10px;
    margin-left: 1px;
}

#hnav ul.level_2 li {
    width: 100%;
}

#hnav ul.level_2 li a, #hnav ul.level_2 li strong {
    border: 1px solid transparent;
}

#hnav ul.level_2 a:hover {
    font-weight: normal;
    background: #ccc;
}

#fnav {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
}

#fnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#fnav a {
    color: #222;
}

#fnav a:hover {
    font-weight: bold;
}

.pagination {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
}

.pagination strong {
    padding: 0.25rem;
    margin: 0.25rem;
}

.pagination a {
    color: #222;
}

.pagination a:hover {
    font-weight: bold;
}

#left .mod_articlelist ul {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
    padding: 10px;
    background: #efefef;
}

#left .mod_articlelist ul li {
    padding: 0.25rem 0;
}

@media screen and (max-width: 61.9375em) {
    #hnav {
        padding-left: 20px;
    }
}

@media screen and (max-width: 47.9375em) {
    #hnav {
        top: 10px;
        left: auto;
        right: 0;
        width: 75%;
        padding-left: 0;
    }

    #hnav .menu {
        display: block;
    }

    #hnav ul {
        display: none;
        background: #efefef;
        border: 1px solid #000;
        border-radius: 5px;
        margin-right: 10px;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    }

    #hnav ul li {
        width: auto;
    }

    #hnav ul li a {
        border-radius: 0;
    }

    #hnav ul li.active a, #hnav ul li.active strong, #hnav ul li.trail a, #hnav ul li.trail strong {
        border: none;
        border-bottom: none;
        margin-right: 0;
        background: none;
    }

    #hnav ul li.portal {
        display: block;
        line-height: 2.5rem;
    }

    #hnav ul li.portal a, #hnav ul li.portal strong {
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #aaa;
    }

    #hnav ul.level_2 {
        display: block;
        box-shadow: none;
        border: none;
        margin-right: 0;
    }

    #hnav ul.level_2 a, #hnav ul.level_2 strong {
        padding-left: 3rem;
    }

    #fnav li {
        float: left;
    }
}

@media screen and (max-width: 35.9375em) {
    #fnav li {
        float: none;
        text-align: center;
    }
}

.slider {
    position: relative;
}

.slider .slider-control {
    position: static;
    height: 0;
}

.slider .slider-control a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    line-height: 1;
    display: block;
    color: inherit;
    font-family: Arial, sans-serif;
}

.slider .slider-control a:before {
    padding: 0.5rem;
    display: block;
}

.slider .slider-control a:hover {
    opacity: 0.5;
}

.slider .slider-prev:before {
    content: "◄";
}

.slider .slider-next:before {
    content: "►";
}

.slider .slider-menu {
    font-size: 3rem;
    line-height: 1;
    top: auto;
    bottom: 0;
}

.slider .slider-menu b {
    color: inherit;
}

.slider .slider-menu b.active {
    color: #0a43b3;
}

.slider .slider-menu b:hover {
    opacity: 0.5;
}

.news-list {
    margin-bottom: 1rem;
}

.news-list > h1, .news-list > h2, .news-list > h3, .news-list > h4, .news-list > h5, .news-list > h6 {
    margin-bottom: 0;
}

.news-list > h1:after, .news-list > h2:after, .news-list > h3:after, .news-list > h4:after, .news-list > h5:after, .news-list > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.news-list .info {
    margin-bottom: 0;
    font-weight: 700;
}

.news-list .image_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news-list .media--left {
    margin-right: 1rem;
}

.news-list .media--right {
    margin-left: 1rem;
}

.news-list .layout_short > h1, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
.news-list .layout_latest > h1,
.news-list .layout_latest > h2,
.news-list .layout_latest > h3,
.news-list .layout_latest > h4,
.news-list .layout_latest > h5,
.news-list .layout_latest > h6,
.news-list .layout_simple > h1,
.news-list .layout_simple > h2,
.news-list .layout_simple > h3,
.news-list .layout_simple > h4,
.news-list .layout_simple > h5,
.news-list .layout_simple > h6 {
    margin-top: 1rem;
}

.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after {
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
    content: "";
    display: block;
}

.news-list .layout_simple time,
.news-list .layout_simple a,
.news-list .layout_upcoming time,
.news-list .layout_upcoming a {
    padding-top: 1rem;
    display: inline-block;
}

.news-list .header {
    margin-top: 1rem;
}

.news-grid {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 1rem;
}

.news-grid > h1, .news-grid > h2, .news-grid > h3, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
    padding-left: 20px;
    padding-right: 20px;
}

.news-grid > h1:after, .news-grid > h2:after, .news-grid > h3:after, .news-grid > h4:after, .news-grid > h5:after, .news-grid > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.news-grid .layout_short,
.news-grid .layout_latest,
.news-grid .layout_simple {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 1rem;
}

@media screen and (min-width: 42em) {
    .news-grid .layout_short,
    .news-grid .layout_latest,
    .news-grid .layout_simple {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }

    .news-grid .layout_short:nth-of-type(2n + 1),
    .news-grid .layout_latest:nth-of-type(2n + 1),
    .news-grid .layout_simple:nth-of-type(2n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 48em) {
    .news-grid .layout_short,
    .news-grid .layout_latest,
    .news-grid .layout_simple {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }

    .news-grid .layout_short:nth-of-type(n),
    .news-grid .layout_latest:nth-of-type(n),
    .news-grid .layout_simple:nth-of-type(n) {
        clear: none;
    }

    .news-grid .layout_short:nth-of-type(2n + 1),
    .news-grid .layout_latest:nth-of-type(2n + 1),
    .news-grid .layout_simple:nth-of-type(2n + 1) {
        clear: both;
    }
}

@media screen and (min-width: 75em) {
    .news-grid .layout_short,
    .news-grid .layout_latest,
    .news-grid .layout_simple {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 33.33333%;
    }

    .news-grid .layout_short:nth-of-type(n),
    .news-grid .layout_latest:nth-of-type(n),
    .news-grid .layout_simple:nth-of-type(n) {
        clear: none;
    }

    .news-grid .layout_short:nth-of-type(3n + 1),
    .news-grid .layout_latest:nth-of-type(3n + 1),
    .news-grid .layout_simple:nth-of-type(3n + 1) {
        clear: both;
    }
}

.news-grid .layout_simple time {
    display: block;
}

.news-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-menu a {
    text-decoration: none;
}

.news-menu > h1:after, .news-menu > h2:after, .news-menu > h3:after, .news-menu > h4:after, .news-menu > h5:after, .news-menu > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.news-menu .year {
    margin-bottom: 0.5rem;
}

.news-menu .year > a,
.news-menu .year > .active {
    color: inherit;
    font-weight: 300;
    font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
}

.news-menu .level_2 li {
    margin-bottom: 0.25rem;
}

.mod_newslist .grid, .mod_newslist #left .inside, #left .mod_newslist .inside {
    margin-left: -20px;
    margin-right: -20px;
}

.mod_newslist .layout_short {
    padding: 20px;
}

.mod_newslist .tags .accordion {
    padding: 1px !important;
}

.mod_newslist h2 {
    border-bottom: 1px solid #ccc;
}

.mod_newslist ul.level_3 {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    overflow: hidden;
}

.mod_newslist ul.level_3 li {
    float: left;
    padding: 0 10px 0 0;
}

.mod_newslist ul.level_3 li a, .mod_newslist ul.level_3 li strong {
    font-weight: normal;
    text-decoration: none;
    color: #555;
}

.mod_newslist p.empty {
    margin-top: 4rem;
}

.unternehmen .mod_newsreader {
    margin: 1rem 40px;
}

.mod_newsreader h1 {
    margin-bottom: 1rem;
}

.mod_newsreader .published {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
    border-top: 1px solid #ccc;
    margin-top: 3rem;
    padding: 1rem 0;
}

.mod_newsreader .author {
    font-family: "Roboto", "Arial", "Helvetica", "sans-serif";
    padding: 10px;
    background: #efefef;
}

.mod_newsreader .author .company .company {
    color: #d80000;
    font-weight: bold;
    font-size: 1.154rem;
}

.mod_newsreader .author .company .company a {
    color: #d80000;
}

.mod_newsreader .author .copyright {
    font-size: 0.846rem;
    font-style: italic;
    margin: 0.5rem 0 0.5rem 20px;
}

.mod_newsreader .author .agency .label {
    font-size: 0.846rem;
    font-style: italic;
}

.mod_newsreader .author .agency .data {
    margin-left: 20px;
}

.events-list {
    margin-bottom: 1rem;
}

.events-list > h1, .events-list > h2, .events-list > h3, .events-list > h4, .events-list > h5, .events-list > h6 {
    margin-bottom: 0;
}

.events-list > h1:after, .events-list > h2:after, .events-list > h3:after, .events-list > h4:after, .events-list > h5:after, .events-list > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.events-list .image_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.events-list .media--left {
    margin-right: 1rem;
}

.events-list .media--right {
    margin-left: 1rem;
}

.events-list .event > h1, .events-list .event > h2, .events-list .event > h3, .events-list .event > h4, .events-list .event > h5, .events-list .event > h6 {
    margin-top: 1rem;
}

.events-list .event:after {
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
    content: "";
    display: block;
}

.events-list .layout_upcoming time,
.events-list .layout_upcoming a {
    padding-top: 1rem;
    display: inline-block;
}

.events-list .header {
    margin-top: 1rem;
}

.events-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.events-menu a {
    text-decoration: none;
}

.events-menu > h1:after, .events-menu > h2:after, .events-menu > h3:after, .events-menu > h4:after, .events-menu > h5:after, .events-menu > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.events-menu .year {
    margin-bottom: 0.5rem;
}

.events-menu .year > a,
.events-menu .year > .active {
    color: inherit;
    font-weight: 300;
    font-family: "Open Sans", "Arial", "Helvetica", "sans-serif";
}

.events-menu .level_2 li {
    margin-bottom: 0.25rem;
}

.mod_eventlist .grid, .mod_eventlist #left .inside, #left .mod_eventlist .inside {
    margin-left: -20px;
    margin-right: -20px;
}

.mod_eventlist .header {
    display: none;
}

.mod_eventlist .layout_teaser {
    padding: 20px;
}

.mod_eventlist h2 {
    border-bottom: 1px solid #ccc;
}

.mod_eventlist p.empty {
    margin-top: 4rem;
}

.content-form {
    overflow: visible;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

input.text,
input.captcha,
textarea {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-clip: padding-box;
    background-image: none;
}

textarea.textarea {
    height: auto;
}

.widget-text,
.widget-textarea {
    margin-bottom: 1rem;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="file"] {
    display: block;
    vertical-align: middle;
    line-height: 1;
}

input.radio,
input.checkbox {
    margin: 0.25rem 0 0;
    margin-left: 1px;
    margin-top: 1px \9;
    line-height: normal;
}

input.radio + label,
input.checkbox + label {
    margin-right: 0.25rem;
    font-weight: normal;
}

select.select {
    margin-left: 0.25rem;
}

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
    margin-bottom: 1rem;
}

.widget-radio legend,
.widget-checkbox legend,
.widget-select legend,
.widget-upload legend {
    font-weight: 700;
}

.radio_container > span,
.checkbox_container > span {
    display: inline-block;
}

span.mandatory {
    color: #0a43b3;
}

p.error {
    margin-bottom: 0;
}

.content-accordion {
    margin-bottom: 0.25rem;
}

.content-accordion .toggler {
    font-size: 1.5rem;
    cursor: pointer;
    background: #03597f;
    color: #aaa;
    padding: 0.5rem;
    border: 2px solid transparent;
}

.content-accordion .toggler:hover {
    color: rgba(170, 170, 170, 0.5);
}

.content-accordion .toggler:focus {
    outline: 0;
}

.content-accordion .accordion {
    padding: 0.5rem;
    background: #ccc;
}

.content-accordion.tags .toggler {
    font-size: 1rem;
    background: transparent;
    padding: 0;
    color: inherit;
}

.content-accordion.tags .toggler i {
    float: left;
}

.content-accordion.tags .accordion {
    padding: 0;
    background: transparent;
}

.content-download,
.content-downloads {
    margin-bottom: 1rem;
}

.content-download .mime_icon,
.content-downloads .mime_icon {
    display: inline-block;
    vertical-align: middle;
}

.content-download a,
.content-downloads a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.content-downloads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-downloads a {
    text-decoration: none;
}

table {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

table th,
table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

thead {
    text-align: left;
    background: rgba(204, 204, 204, 0.2);
}

tfoot {
    font-style: italic;
}

.table--striped .even {
    background: rgba(204, 204, 204, 0.2);
}

.table--overflow {
    overflow-x: scroll;
}

.newsletter-subscribe,
.newsletter-unsubscribe {
    margin-bottom: 1rem;
}

.newsletter-subscribe .formbody,
.newsletter-unsubscribe .formbody {
    display: flex;
    flex-flow: row wrap;
}

.newsletter-subscribe .text,
.newsletter-subscribe .widget-text,
.newsletter-unsubscribe .text,
.newsletter-unsubscribe .widget-text {
    margin-bottom: 0;
    display: inline-block;
    flex: 1;
}

.newsletter-subscribe .error,
.newsletter-unsubscribe .error {
    margin-bottom: 0;
    flex: 1 100%;
    font-weight: 700;
}

.newsletter-subscribe .submit,
.newsletter-unsubscribe .submit {
    margin-left: 0.25rem;
}

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

.newsletter-list a {
    text-decoration: none;
}

.newsletter-list li {
    border-bottom: 1px solid #ccc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
}

.newsletter-list li:first-of-type {
    border-top: 1px solid #ccc;
}

@media screen and (min-width: 42em) {
    .newsletter-list li {
        font-size: 1.25rem;
        line-height: 1;
    }
}

@media screen and (min-width: 48em) {
    .newsletter-list li {
        font-size: 1.35rem;
        line-height: 1.25;
    }
}

.newsletter-list li a:hover {
    opacity: 0.5;
}

.newsletter-reader {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    padding: 0 1rem;
}

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

.faq-list a {
    text-decoration: none;
}

.faq-list > ul {
    margin-top: 2rem;
}

.faq-list li {
    margin-bottom: 0.5rem;
}

.faq-list li a {
    display: inline-block;
}

.faq-list li a:before {
    font-size: 0.75rem;
    line-height: 1.4;
    padding-bottom: 0.25rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    margin-right: 0.25rem;
}

.faq-list > h1, .faq-list > h2, .faq-list > h3, .faq-list > h4, .faq-list > h5, .faq-list > h6 {
    margin-bottom: 0;
}

.faq-list > h1:after, .faq-list > h2:after, .faq-list > h3:after, .faq-list > h4:after, .faq-list > h5:after, .faq-list > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.faq-list article > h1, .faq-list article > h2, .faq-list article > h3, .faq-list article > h4, .faq-list article > h5, .faq-list article > h6 {
    margin-bottom: 0;
}

.faq-list article > h1:after, .faq-list article > h2:after, .faq-list article > h3:after, .faq-list article > h4:after, .faq-list article > h5:after, .faq-list article > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.faq-page > h1, .faq-page > h2, .faq-page > h3, .faq-page > h4, .faq-page > h5, .faq-page > h6 {
    margin-bottom: 0;
}

.faq-page > h1:after, .faq-page > h2:after, .faq-page > h3:after, .faq-page > h4:after, .faq-page > h5:after, .faq-page > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.faq-page article > h1, .faq-page article > h2, .faq-page article > h3, .faq-page article > h4, .faq-page article > h5, .faq-page article > h6 {
    margin-bottom: 0;
}

.faq-page article > h1:after, .faq-page article > h2:after, .faq-page article > h3:after, .faq-page article > h4:after, .faq-page article > h5:after, .faq-page article > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
}

.faq-page .info {
    font-size: 0.875rem;
    margin-top: 1rem;
    opacity: 0.5;
}

.faq-page section {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}

.faq-page section.last {
    margin-bottom: 1rem;
}

.faq-reader .info {
    font-size: 0.875rem;
    margin-top: 1rem;
    opacity: 0.5;
}

.content-comments {
    overflow: visible;
}

.content-comments .widget {
    margin-bottom: 1rem;
}

.content-comments p.error {
    margin-bottom: 0;
    color: #f00;
}

.content-comments .error {
    border-color: #f00;
    border-color: rgba(255, 0, 0, 0.5);
}

.comment_default {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
}

.comment_default .info {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.comment_default.last {
    margin-bottom: 2rem;
}

.search .formbody {
    display: flex;
    flex-flow: row wrap;
}

.search .text,
.search .widget-text {
    margin-bottom: 0.5rem;
    display: inline-block;
    flex: 1;
}

.search .widget-text label {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
}

.search .submit,
.search .submit_container,
.search .widget-submit {
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    align-self: flex-end;
}

.search .submit_container .submit,
.search .widget-submit .submit {
    margin-left: 0;
}

.search .relevance {
    color: #aaa;
}

.search .context {
    margin-bottom: 0.25rem;
}

.search .highlight {
    font-weight: bold;
}

.search .url {
    color: #aaa;
}

#header .claim {
    position: absolute;
    top: 60px;
    right: 0;
}

#main {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 47.9375em) {
    #header .suche {
        position: unset;
    }

    #header .suche a {
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        margin-right: 0;
    }

    #header .claim {
        display: none;
    }
}

.navigation-portale {
    padding: 1rem;
    max-width: 22rem;
    margin: 0 auto;
    ul {
        display: grid;
        list-style: none;
        margin: 0;
        padding: 0;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    a {
        font-size: 1.1rem;
        color: #666;
        text-decoration: none;
        /* font-weight: bold;*/
    }
}

.navigation-portale a:hover {
    color: #9900ff;
}

@media screen and (min-width: 576px) {
    .navigation-portale {
        padding: 0;
        max-width: none;
        margin: 0;
        margin-bottom: 2rem;
        padding-right: 2rem;
        ul {
            grid-template-columns: 1fr 1fr 1fr;
            justify-items: end;
        }

    }
    #header .suche {
        margin: 1rem auto;
        float: none;
    }
}

@media screen and (min-width: 768px) {
    .navigation-portale {
        margin-bottom: 0;
        ul {
            grid-template-columns: repeat(6,1fr);
            justify-items: center;
        }

    }
    #header .suche {
        margin: 2rem 0 1rem 0;
        float: right;
        padding-right: 2rem;
    }

    #header .claim {
        position: static;
        float: left;
    }
}




