@charset "UTF-8";
/**
 * Vendor
 * ------------------------------------------------
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Base
 * ------------------------------------------------
 */
/**
 * Change opacity of a given color without the use of an alpha channel.
 * Returns an opaque color value.
 * --------------------------------------------------------------------------
 */
/*------------------------------------*   $VARIABLES AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 * --------------------------------------------------------------------------
 */
/**
 * Tell CPS-Framework when breakpoints start.
 * usage: "@include bp(small) {}" or "@include bp(1024px) {}"
 * --------------------------------------------------------------------------
 * You can add more breakpoints in /css/scss/base/_mixins.scss --> @mixin bp
 */
/**
 * Utility font sizes
 * if you build a "perfect" accessibility project please use REM-values for every font-size specification
 * usage: @include px-rem(font-size, value or variable without px unit);
 * --------------------------------------------------------------------------
 */
/**
 * Base spacing units in PX (will converted to EMs depending on base font size for desktop)
 * --------------------------------------------------------------------------
 * This section defines spacing behavior for p, ul, ol, csc-content, csc-frames, hr, forms, ...
 */
/**
 * Base colors
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */
/**
 * Color Usage
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */
/**
 * Theme colors
 * --------------------------------------------------------------------------
 */
/**
 * Base Font Families
 * --------------------------------------------------------------------------
 */
/**
 * Heading font sizes
 * --------------------------------------------------------------------------
 * - small function to help using pixels but create em values in the context of the base-font-size
 * - font-size values are pixel based but get converted to EMs
 */
/*
 * h4 & h5 are usually the same size as base-font-size but with different styling (therefore we didn't create breakpoint behaviour in advance)
 */
/**
 * z-Index
 * --------------------------------------------------------------------------
 */
/**
 * When inside (context) selector
 * usage: "@include when-inside(".myOuterClass") {color: red}"
 * --------------------------------------------------------------------------
 */
/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * usage: "@include accessibility;"
 * --------------------------------------------------------------------------
 */
/**
 * PxToRm (px value but without the "px")
 * usage: "@include px-rem(font-size, 18);"
 * --------------------------------------------------------------------------
 */
/**
 * Headings
 * usage: "@include headings(1, 6) {...}"
 * --------------------------------------------------------------------------
 */
/**
 * Reset Spacing
 * --------------------------------------------------------------------------
 */
/**
 * Clearfix
 * usage: "@include clearfix;"
 * --------------------------------------------------------------------------
 */
/**
 * Text Overflow / Truncate
 * usage: "@include text-truncate;"
 * --------------------------------------------------------------------------
 */
/**
 * Button Reset
 * usage: "@include reset-button;"
 * --------------------------------------------------------------------------
 */
/**
 * Breakpoints
 * usage: "@include bp(small) {...}"
 * --------------------------------------------------------------------------
 */
/**
 * Font Face Mixin
 *
 * @link https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 *
 */
@font-face {
  font-family: "Merriweather Sans";
  src: url("../Fonts/merriweathersans-regular.eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather Sans";
  src: url("../Fonts/merriweathersans-regular.woff") format("woff"), url("../Fonts/merriweathersans-regular.woff2") format("woff2"), url("../Fonts/merriweathersans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather Sans";
  src: url("../Fonts/merriweathersans-bold.eot");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather Sans";
  src: url("../Fonts/merriweathersans-bold.woff") format("woff"), url("../Fonts/merriweathersans-bold.woff2") format("woff2"), url("../Fonts/merriweathersans-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

html {
  min-height: 100%;
  font-size: 100%; }

body {
  font-family: "Merriweather Sans", Arial, Georgia, serif;
  color: #212121;
  font-size: 1em;
  line-height: 1.4; }
  @media only screen and (max-width: 1280px) {
    body {
      font-size: 1em;
      line-height: 1.33; } }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 1em;
      line-height: 1.33; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1em;
      line-height: 1.33; } }

img, iframe {
  max-width: 100%;
  height: auto; }

object {
  pointer-events: none; }

i, em {
  font-style: italic; }

.g-container {
  max-width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    .g-container {
      width: 90%; } }

.g-svg-container {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%; }

.g-svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.g-clearfix:before, .g-clearfix:after {
  content: "";
  display: table; }

.g-clearfix:after {
  clear: both; }

.g-accessibility,
.g-is-visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.g-valid {
  color: #913338; }

.g-error {
  color: #3C9335; }

.g-disabled {
  color: #50565F; }

/**
	 * Base elements
	 */
ul, ol, dl,
blockquote, p, address,
table,
fieldset,
figure,
pre {
  margin: 0;
  padding: 0;
  margin-bottom: 1.125em; }

label {
  margin-bottom: 0.625em; }

input, textarea {
  margin-bottom: 0.875em; }

ul ul, ol ol, dl dl {
  margin-bottom: 0; }

.csc-default, .csc-frame {
  margin-bottom: 50px; }

/**
	 * border content elements
	 */
hr, .rule, .csc-frame-rulerAfter, .csc-frame-rulerBefore {
  margin: 0; }

.csc-frame-rulerAfter {
  margin-bottom: 25px;
  padding-bottom: 25px; }

.csc-frame-rulerBefore {
  margin-top: 25px;
  padding-top: 25px; }

hr {
  margin-top: 25px;
  margin-bottom: 25px; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
/**
 * Placeholder
 * ------------------------------------------------
 */
input:-moz-placeholder {
  color: #50565F;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #50565F;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #50565F;
  opacity: 1; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #50565F;
  opacity: 1; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #50565F;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #50565F;
  opacity: 1; }

/**
 * Global Form Styling
 * ------------------------------------------------
 */
form ol, form ul {
  list-style: none;
  margin-left: 0; }

legend {
  display: none; }

fieldset {
  border: 0; }

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.05em; }

button, input, select, textarea {
  font-family: inherit; }

input, textarea {
  width: 100%;
  border: 1px solid #CED2DB;
  border-radius: 3px;
  padding: .6em 0.3em; }

select {
  width: 100%;
  border: none; }

textarea {
  display: block; }

input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  width: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * $BUTTONS
 * ==========================================================================
 *	Recommended use:
 *
 *	<a class="button [button--modifier]" role="button" href="[url]">Button text</a>
 *	<button class="button [button--modifier]" type="submit">Button text</button>
 *	<input class="button [button--modifier]" type="submit" value="Button text">
 */
.o-btn, .c-glossar__pagination li a, ul.tx-indexedsearch-browsebox a, .browsebox a {
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 3px;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  /* UI States */
  border: 2px solid #22376F;
  background-color: #22376F;
  color: #FFFFFF;
  border-radius: 3px;
  /* UI States */ }
  .o-btn:hover, .c-glossar__pagination li a:hover, ul.tx-indexedsearch-browsebox a:hover, .browsebox a:hover .o-btn:active, .c-glossar__pagination li a:active, ul.tx-indexedsearch-browsebox a:active, .browsebox  a:active, .o-btn:focus, .c-glossar__pagination li a:focus, ul.tx-indexedsearch-browsebox a:focus, .browsebox a:focus {
    text-decoration: none;
    outline: none; }
  .o-btn::-moz-focus-inner, .c-glossar__pagination li a::-moz-focus-inner, ul.tx-indexedsearch-browsebox a::-moz-focus-inner, .browsebox a::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .o-btn:disabled, .c-glossar__pagination li a:disabled, ul.tx-indexedsearch-browsebox a:disabled, .browsebox a:disabled, .o-btn.is-disabled, .c-glossar__pagination li a.is-disabled, ul.tx-indexedsearch-browsebox a.is-disabled, .browsebox a:is-disabled {
    cursor: default; }
  .t-brown .o-btn, .t-brown .c-glossar__pagination li a, .c-glossar__pagination li .t-brown a, .t-brown ul.tx-indexedsearch-browsebox a , ul.tx-indexedsearch-browsebox .t-brown a, .t-brown .browsebox a, .browsebox .t-brown a {
    background-color: #896e4c; }
  .t-cyan .o-btn, .t-cyan .c-glossar__pagination li a, .c-glossar__pagination li .t-cyan a, .t-cyan ul.tx-indexedsearch-browsebox a, ul.tx-indexedsearch-browsebox .t-cyan a, .t-cyan .browsebox a, .browsebox .t-cyan a {
    background-color: #1f6780; }
  .t-red .o-btn, .t-red .c-glossar__pagination li a, .c-glossar__pagination li .t-red a, .t-red ul.tx-indexedsearch-browsebox a, ul.tx-indexedsearch-browsebox .t-red a, .t-red .browsebox a, .browsebox .t-red a {
    background-color: #8f3338; }
  .t-gray .o-btn, .t-gray .c-glossar__pagination li a, .c-glossar__pagination li .t-gray a, .t-gray ul.tx-indexedsearch-browsebox a, ul.tx-indexedsearch-browsebox .t-gray a, .t-gray .browsebox a, .browsebox .t-gray a {
    background-color: #4f5660; }
  .t-brown .o-btn, .t-brown .c-glossar__pagination li a, .c-glossar__pagination li .t-brown a, .t-brown ul.tx-indexedsearch-browsebox a, ul.tx-indexedsearch-browsebox .t-brown a, .t-brown .browsebox a, .browsebox .t-brown a {
    border-color: #896e4c; }
  .t-cyan .o-btn, .t-cyan .c-glossar__pagination li a, .c-glossar__pagination li .t-cyan a, .t-cyan ul.tx-indexedsearch-browsebox a, ul.tx-indexedsearch-browsebox .t-cyan a, .t-cyan .browsebox a, .browsebox .t-cyan a {
    border-color: #1f6780; }
  .t-red .o-btn, .t-red .c-glossar__pagination li a, .c-glossar__pagination li .t-red a, .t-red ul.tx-indexedsearch-browsebox a, ul.tx-indexedsearch-browsebox .t-red a, .t-red .browsebox a, .browsebox .t-red a {
    border-color: #8f3338; }
  .t-gray .o-btn, .t-gray .c-glossar__pagination li a, .c-glossar__pagination li .t-gray a, .t-gray ul.tx-indexedsearch-browsebox a, ul.tx-indexedsearch-browsebox .t-gray a, .t-gray .browsebox a, .browsebox .t-gray a {
    border-color: #4f5660; }
  .o-btn:hover, .c-glossar__pagination li a:hover, ul.tx-indexedsearch-browsebox a:hover, .browsebox a:hover, .o-btn:active, .c-glossar__pagination li a:active, ul.tx-indexedsearch-browsebox a:active, .browsebox a:active, .o-btn:focus, .c-glossar__pagination li a:focus, ul.tx-indexedsearch-browsebox a:focus, .browsebox a:focus {
    background-color: transparent;
    color: #22376F; }
    .t-brown .o-btn:hover, .t-brown .c-glossar__pagination li a:hover, .c-glossar__pagination li .t-brown a:hover, .t-brown ul.tx-indexedsearch-browsebox a:hover, .t-brown .browsebox a:hover, ul.tx-indexedsearch-browsebox .t-brown a:hover, .browsebox .t-brown a:hover, .t-brown .o-btn:active, .t-brown .c-glossar__pagination li a:active, .c-glossar__pagination li .t-brown a:active, .t-brown ul.tx-indexedsearch-browsebox a:active, .t-brown .browsebox a:active, ul.tx-indexedsearch-browsebox .t-brown a:active, .browsebox .t-brown a:active, .t-brown .o-btn:focus, .t-brown .c-glossar__pagination li a:focus, .c-glossar__pagination li .t-brown a:focus, .t-brown ul.tx-indexedsearch-browsebox a:focus, .t-brown .browsebox a:focus, ul.tx-indexedsearch-browsebox .t-brown a:focus, .browsebox .t-brown a:focus {
      color: #896e4c; }
    .t-cyan .o-btn:hover, .t-cyan .c-glossar__pagination li a:hover, .c-glossar__pagination li .t-cyan a:hover, .t-cyan ul.tx-indexedsearch-browsebox a:hover, .t-cyan .browsebox a:hover, ul.tx-indexedsearch-browsebox .t-cyan a:hover,  .browsebox .t-cyan a:hover, .t-cyan .o-btn:active, .t-cyan .c-glossar__pagination li a:active, .c-glossar__pagination li .t-cyan a:active, .t-cyan ul.tx-indexedsearch-browsebox a:active, .t-cyan .browsebox a:active, ul.tx-indexedsearch-browsebox .t-cyan a:active, .browsebox .t-cyan a:active, .t-cyan .o-btn:focus, .t-cyan .c-glossar__pagination li a:focus, .c-glossar__pagination li .t-cyan a:focus, .t-cyan ul.tx-indexedsearch-browsebox a:focus, .t-cyan .browsebox a:focus, ul.tx-indexedsearch-browsebox .t-cyan a:focus, .browsebox .t-cyan a:focus {
      color: #1f6780; }
    .t-red .o-btn:hover, .t-red .c-glossar__pagination li a:hover, .c-glossar__pagination li .t-red a:hover, .t-red ul.tx-indexedsearch-browsebox a:hover, t-red .browsebox a:hover, ul.tx-indexedsearch-browsebox .t-red a:hover, .browsebox .t-red a:hover, .t-red .o-btn:active, .t-red .c-glossar__pagination li a:active, .c-glossar__pagination li .t-red a:active, .t-red ul.tx-indexedsearch-browsebox a:active, .t-red .browsebox a:active, ul.tx-indexedsearch-browsebox .t-red a:active, .browsebox .t-red a:active, .t-red .o-btn:focus, .t-red .c-glossar__pagination li a:focus, .c-glossar__pagination li .t-red a:focus, .t-red ul.tx-indexedsearch-browsebox a:focus, .t-red .browsebox a:focus, ul.tx-indexedsearch-browsebox .t-red a:focus, .browsebox .t-red a:focus {
      color: #8f3338; }
    .t-gray .o-btn:hover, .t-gray .c-glossar__pagination li a:hover, .c-glossar__pagination li .t-gray a:hover, .t-gray ul.tx-indexedsearch-browsebox a:hover, .t-gray .browsebox a:hover, ul.tx-indexedsearch-browsebox .t-gray a:hover, .browsebox .t-gray a:hover, .t-gray .o-btn:active, .t-gray .c-glossar__pagination li a:active, .c-glossar__pagination li .t-gray a:active, .t-gray ul.tx-indexedsearch-browsebox a:active, .t-gray .browsebox a:active, ul.tx-indexedsearch-browsebox .t-gray a:active, .browsebox .t-gray a:active, .t-gray .o-btn:focus, .t-gray .c-glossar__pagination li a:focus, .c-glossar__pagination li .t-gray a:focus, .t-gray ul.tx-indexedsearch-browsebox a:focus, .t-gray .browsebox a:focus, ul.tx-indexedsearch-browsebox .t-gray a:focus, .browsebox .t-gray a:focus {
      color: #4f5660; }
  .o-btn:disabled, .c-glossar__pagination li a:disabled, ul.tx-indexedsearch-browsebox a:disabled, .browsebox a:disabled, .o-btn.is-disabled, .c-glossar__pagination li a.is-disabled, ul.tx-indexedsearch-browsebox a.is-disabled, .browsebox a.is-disabled {
    background: #50565F; }
    .o-btn:disabled:hover, .c-glossar__pagination li a:disabled:hover, ul.tx-indexedsearch-browsebox a:disabled:hover, .browsebox a:disabled:hover, .o-btn:disabled:active, .c-glossar__pagination li a:disabled:active, ul.tx-indexedsearch-browsebox a:disabled:active, .browsebox a:disabled:active, .o-btn:disabled:focus, .c-glossar__pagination li a:disabled:focus, ul.tx-indexedsearch-browsebox a:disabled:focus, .browsebox a:disabled:focus, .o-btn.is-disabled:hover, .c-glossar__pagination li a.is-disabled:hover, ul.tx-indexedsearch-browsebox a.is-disabled:hover, .browsebox a.is-disabled:hover, .o-btn.is-disabled:active, .c-glossar__pagination li a.is-disabled:active, ul.tx-indexedsearch-browsebox a.is-disabled:active, .browsebox a.is-disabled:active, .o-btn.is-disabled:focus, .c-glossar__pagination li a.is-disabled:focus, ul.tx-indexedsearch-browsebox a.is-disabled:focus, .browsebox a.is-disabled:focus {
      color: #FFFFFF; }
  @media only screen and (max-width: 570px) {
    .o-btn, .c-glossar__pagination li a, ul.tx-indexedsearch-browsebox a, .browsebox a {
      width: 100%; } }

.o-btn__label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.o-btn__icon {
  height: 20px;
  width: 20px;
  fill: #22376F; }

/**
 * Button Sizes
 * --------------------------------------------------------------------------
 */
/**
 * Button Functions
 * --------------------------------------------------------------------------
 */
.o-btn.o-btn--warning, .c-glossar__pagination li a.o-btn--warning, ul.tx-indexedsearch-browsebox a.o-btn--warning, .browsebox a.o-btn--warning {
  background-color: #913338;
  border-color: #913338; }
  .o-btn.o-btn--warning:hover, .c-glossar__pagination li a.o-btn--warning:hover, ul.tx-indexedsearch-browsebox a.o-btn--warning:hover, .browsebox a.o-btn--warning:hover, .o-btn.o-btn--warning:focus, .c-glossar__pagination li a.o-btn--warning:focus, ul.tx-indexedsearch-browsebox a.o-btn--warning:focus, .browsebox a.o-btn--warning:focus, .o-btn.o-btn--warning:active, .c-glossar__pagination li a.o-btn--warning:active, ul.tx-indexedsearch-browsebox a.o-btn--warning:active, .browsebox a.o-btn--warning:active {
    color: #913338;
    background-color: #FFFFFF; }

.o-btn.o-btn--hollow, .c-glossar__pagination li a.o-btn--hollow, ul.tx-indexedsearch-browsebox a.o-btn--hollow, .browsebox a.o-btn--hollow {
  background-color: transparent;
  color: #22376F; }
  .t-brown .o-btn.o-btn--hollow, .t-brown .c-glossar__pagination li a.o-btn--hollow, .c-glossar__pagination li .t-brown a.o-btn--hollow, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--hollow, .t-brown .browsebox a.o-btn--hollow, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--hollow, .browsebox .t-brown a.o-btn--hollow {
    color: #896e4c; }
  .t-cyan .o-btn.o-btn--hollow, .t-cyan .c-glossar__pagination li a.o-btn--hollow, .c-glossar__pagination li .t-cyan a.o-btn--hollow, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--hollow, .t-cyan .browsebox a.o-btn--hollow, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--hollow, .browsebox .t-cyan a.o-btn--hollow {
    color: #1f6780; }
  .t-red .o-btn.o-btn--hollow, .t-red .c-glossar__pagination li a.o-btn--hollow, .c-glossar__pagination li .t-red a.o-btn--hollow, .t-red ul.tx-indexedsearch-browsebox a.o-btn--hollow, .t-red .browsebox a.o-btn--hollow, ul.tx-indexedsearch-browsebox .t-red a.o-btn--hollow, .browsebox .t-red a.o-btn--hollow {
    color: #8f3338; }
  .t-gray .o-btn.o-btn--hollow, .t-gray .c-glossar__pagination li a.o-btn--hollow, .c-glossar__pagination li .t-gray a.o-btn--hollow, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--hollow, .t-gray .browsebox a.o-btn--hollow, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--hollow, .browsebox .t-gray a.o-btn--hollow {
    color: #4f5660; }
  .o-btn.o-btn--hollow:hover, .c-glossar__pagination li a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .browsebox a.o-btn--hollow:hover, .o-btn.o-btn--hollow:focus, .c-glossar__pagination li a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .browsebox a.o-btn--hollow:focus {
    color: #FFFFFF;
    border-color: #22376F;
    background-color: #22376F; }
    .t-brown .o-btn.o-btn--hollow:hover, .t-brown .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-brown a.o-btn--hollow:hover, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-brown .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--hollow:hover, .browsebox .t-brown a.o-btn--hollow:hover, .t-brown .o-btn.o-btn--hollow:focus, .t-brown .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-brown a.o-btn--hollow:focus, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-brown .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--hollow:focus, .browsebox .t-brown a.o-btn--hollow:focus {
      border-color: #896e4c; }
    .t-cyan .o-btn.o-btn--hollow:hover, .t-cyan .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-cyan a.o-btn--hollow:hover, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-cyan .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--hollow:hover, .browsebox .t-cyan a.o-btn--hollow:hover, .t-cyan .o-btn.o-btn--hollow:focus, .t-cyan .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-cyan a.o-btn--hollow:focus, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-cyan .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--hollow:focus, .browsebox .t-cyan a.o-btn--hollow:focus {
      border-color: #1f6780; }
    .t-red .o-btn.o-btn--hollow:hover, .t-red .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-red a.o-btn--hollow:hover, .t-red ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-red .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-red a.o-btn--hollow:hover, .browsebox .t-red a.o-btn--hollow:hover, .t-red .o-btn.o-btn--hollow:focus, .t-red .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-red a.o-btn--hollow:focus, .t-red ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-red .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-red a.o-btn--hollow:focus, .browsebox .t-red a.o-btn--hollow:focus {
      border-color: #8f3338; }
    .t-gray .o-btn.o-btn--hollow:hover, .t-gray .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-gray a.o-btn--hollow:hover, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-gray .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--hollow:hover, .browsebox .t-gray a.o-btn--hollow:hover, .t-gray .o-btn.o-btn--hollow:focus, .t-gray .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-gray a.o-btn--hollow:focus, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-gray .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--hollow:focus, .browsebox .t-gray a.o-btn--hollow:focus {
      border-color: #4f5660; }
    .t-brown .o-btn.o-btn--hollow:hover, .t-brown .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-brown a.o-btn--hollow:hover, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-brown .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--hollow:hover, .browsebox .t-brown a.o-btn--hollow:hover, .t-brown .o-btn.o-btn--hollow:focus, .t-brown .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-brown a.o-btn--hollow:focus, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-brown .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--hollow:focus, .browsebox .t-brown a.o-btn--hollow:focus {
      background-color: #896e4c; }
    .t-cyan .o-btn.o-btn--hollow:hover, .t-cyan .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-cyan a.o-btn--hollow:hover, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-cyan .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--hollow:hover, .browsebox .t-cyan a.o-btn--hollow:hover, .t-cyan .o-btn.o-btn--hollow:focus, .t-cyan .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-cyan a.o-btn--hollow:focus, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-cyan .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--hollow:focus, .browsebox .t-cyan a.o-btn--hollow:focus {
      background-color: #1f6780; }
    .t-red .o-btn.o-btn--hollow:hover, .t-red .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-red a.o-btn--hollow:hover, .t-red ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-red .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-red a.o-btn--hollow:hover, .browsebox .t-red a.o-btn--hollow:hover, .t-red .o-btn.o-btn--hollow:focus, .t-red .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-red a.o-btn--hollow:focus, .t-red ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-red .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-red a.o-btn--hollow:focus, .browsebox .t-red a.o-btn--hollow:focus {
      background-color: #8f3338; }
    .t-gray .o-btn.o-btn--hollow:hover, .t-gray .c-glossar__pagination li a.o-btn--hollow:hover, .c-glossar__pagination li .t-gray a.o-btn--hollow:hover, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--hollow:hover, .t-gray .browsebox a.o-btn--hollow:hover, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--hollow:hover, .browsebox .t-gray a.o-btn--hollow:hover, .t-gray .o-btn.o-btn--hollow:focus, .t-gray .c-glossar__pagination li a.o-btn--hollow:focus, .c-glossar__pagination li .t-gray a.o-btn--hollow:focus, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--hollow:focus, .t-gray .browsebox a.o-btn--hollow:focus, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--hollow:focus, .browsebox .t-gray a.o-btn--hollow:focus {
      background-color: #4f5660; }

/* Mixin to re-use inverted button styles for legacy components */
.o-btn.o-btn--inverted, .c-glossar__pagination li:not(.active) a, .c-glossar__pagination li a.o-btn--inverted, ul.tx-indexedsearch-browsebox a.o-btn--inverted, .browsebox a.o-btn--inverted {
  background-color: #FFFFFF;
  color: #22376F; }
  .t-brown .o-btn.o-btn--inverted, .t-brown .c-glossar__pagination li:not(.active) a, .c-glossar__pagination li:not(.active) .t-brown a, .t-brown .c-glossar__pagination li a.o-btn--inverted, .c-glossar__pagination li .t-brown a.o-btn--inverted, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--inverted, .t-brown .browsebox a.o-btn--inverted, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--inverted, .browsebox .t-brown a.o-btn--inverted {
    color: #896e4c; }
  .t-cyan .o-btn.o-btn--inverted, .t-cyan .c-glossar__pagination li:not(.active) a, .c-glossar__pagination li:not(.active) .t-cyan a, .t-cyan .c-glossar__pagination li a.o-btn--inverted, .c-glossar__pagination li .t-cyan a.o-btn--inverted, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--inverted, .t-cyan .browsebox a.o-btn--inverted, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--inverted, .browsebox .t-cyan a.o-btn--inverted {
    color: #1f6780; }
  .t-red .o-btn.o-btn--inverted, .t-red .c-glossar__pagination li:not(.active) a, .c-glossar__pagination li:not(.active) .t-red a, .t-red .c-glossar__pagination li a.o-btn--inverted, .c-glossar__pagination li .t-red a.o-btn--inverted, .t-red ul.tx-indexedsearch-browsebox a.o-btn--inverted, .t-red .browsebox a.o-btn--inverted, ul.tx-indexedsearch-browsebox .t-red a.o-btn--inverted, .browsebox .t-red a.o-btn--inverted {
    color: #8f3338; }
  .t-gray .o-btn.o-btn--inverted, .t-gray .c-glossar__pagination li:not(.active) a, .c-glossar__pagination li:not(.active) .t-gray a, .t-gray .c-glossar__pagination li a.o-btn--inverted, .c-glossar__pagination li .t-gray a.o-btn--inverted, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--inverted, .t-gray .browsebox a.o-btn--inverted, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--inverted, .browsebox .t-gray a.o-btn--inverted {
    color: #4f5660; }
  .o-btn.o-btn--inverted:hover, .c-glossar__pagination li:not(.active) a:hover, .c-glossar__pagination li a.o-btn--inverted:hover, ul.tx-indexedsearch-browsebox a.o-btn--inverted:hover, .browsebox a.o-btn--inverted:hover, .o-btn.o-btn--inverted:focus, .c-glossar__pagination li:not(.active) a:focus, .c-glossar__pagination li a.o-btn--inverted:focus, ul.tx-indexedsearch-browsebox a.o-btn--inverted:focus, .browsebox a.o-btn--inverted:focus {
    background-color: #22376F;
    color: #FFFFFF; }
    .t-brown .o-btn.o-btn--inverted:hover, .t-brown .c-glossar__pagination li:not(.active) a:hover, .c-glossar__pagination li:not(.active) .t-brown a:hover, .t-brown .c-glossar__pagination li a.o-btn--inverted:hover, .c-glossar__pagination li .t-brown a.o-btn--inverted:hover, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--inverted:hover, .t-brown .browsebox a.o-btn--inverted:hover, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--inverted:hover, .browsebox .t-brown a.o-btn--inverted:hover, .t-brown .o-btn.o-btn--inverted:focus, .t-brown .c-glossar__pagination li:not(.active) a:focus, .c-glossar__pagination li:not(.active) .t-brown a:focus, .t-brown .c-glossar__pagination li a.o-btn--inverted:focus, .c-glossar__pagination li .t-brown a.o-btn--inverted:focus, .t-brown ul.tx-indexedsearch-browsebox a.o-btn--inverted:focus, .t-brown .browsebox a.o-btn--inverted:focus, ul.tx-indexedsearch-browsebox .t-brown a.o-btn--inverted:focus, .browsebox .t-brown a.o-btn--inverted:focus {
      background-color: #896e4c; }
    .t-cyan .o-btn.o-btn--inverted:hover, .t-cyan .c-glossar__pagination li:not(.active) a:hover, .c-glossar__pagination li:not(.active) .t-cyan a:hover, .t-cyan .c-glossar__pagination li a.o-btn--inverted:hover, .c-glossar__pagination li .t-cyan a.o-btn--inverted:hover, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--inverted:hover, .t-cyan .browsebox a.o-btn--inverted:hover, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--inverted:hover, .browsebox .t-cyan a.o-btn--inverted:hover, .t-cyan .o-btn.o-btn--inverted:focus, .t-cyan .c-glossar__pagination li:not(.active) a:focus, .c-glossar__pagination li:not(.active) .t-cyan a:focus, .t-cyan .c-glossar__pagination li a.o-btn--inverted:focus, .c-glossar__pagination li .t-cyan a.o-btn--inverted:focus, .t-cyan ul.tx-indexedsearch-browsebox a.o-btn--inverted:focus, .t-cyan .browsebox a.o-btn--inverted:focus, ul.tx-indexedsearch-browsebox .t-cyan a.o-btn--inverted:focus, .browsebox .t-cyan a.o-btn--inverted:focus {
      background-color: #1f6780; }
    .t-red .o-btn.o-btn--inverted:hover, .t-red .c-glossar__pagination li:not(.active) a:hover, .c-glossar__pagination li:not(.active) .t-red a:hover, .t-red .c-glossar__pagination li a.o-btn--inverted:hover, .c-glossar__pagination li .t-red a.o-btn--inverted:hover, .t-red ul.tx-indexedsearch-browsebox a.o-btn--inverted:hover, .t-red .browsebox a.o-btn--inverted:hover, ul.tx-indexedsearch-browsebox .t-red a.o-btn--inverted:hover, .browsebox .t-red a.o-btn--inverted:hover, .t-red .o-btn.o-btn--inverted:focus, .t-red .c-glossar__pagination li:not(.active) a:focus, .c-glossar__pagination li:not(.active) .t-red a:focus, .t-red .c-glossar__pagination li a.o-btn--inverted:focus, .c-glossar__pagination li .t-red a.o-btn--inverted:focus, .t-red ul.tx-indexedsearch-browsebox a.o-btn--inverted:focus, .t-red .browsebox a.o-btn--inverted:focus, ul.tx-indexedsearch-browsebox .t-red a.o-btn--inverted:focus, .browsebox .t-red a.o-btn--inverted:focus {
      background-color: #8f3338; }
    .t-gray .o-btn.o-btn--inverted:hover, .t-gray .c-glossar__pagination li:not(.active) a:hover, .c-glossar__pagination li:not(.active) .t-gray a:hover, .t-gray .c-glossar__pagination li a.o-btn--inverted:hover, .c-glossar__pagination li .t-gray a.o-btn--inverted:hover, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--inverted:hover, .t-gray .browsebox a.o-btn--inverted:hover, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--inverted:hover, .browsebox .t-gray a.o-btn--inverted:hover, .t-gray .o-btn.o-btn--inverted:focus, .t-gray .c-glossar__pagination li:not(.active) a:focus, .c-glossar__pagination li:not(.active) .t-gray a:focus, .t-gray .c-glossar__pagination li a.o-btn--inverted:focus, .c-glossar__pagination li .t-gray a.o-btn--inverted:focus, .t-gray ul.tx-indexedsearch-browsebox a.o-btn--inverted:focus, .t-gray .browsebox a.o-btn--inverted:focus, ul.tx-indexedsearch-browsebox .t-gray a.o-btn--inverted:focus, .browsebox .t-gray a.o-btn--inverted:focus {
      background-color: #4f5660; }

.o-btn.o-btn--raised:hover, .c-glossar__pagination li a.o-btn--raised:hover, ul.tx-indexedsearch-browsebox a.o-btn--raised:hover, .browsebox a.o-btn--raised:hover, .o-btn.o-btn--raised:focus, .c-glossar__pagination li a.o-btn--raised:focus, ul.tx-indexedsearch-browsebox a.o-btn--raised:focus, .browsebox a.o-btn--raised:focus {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #22376F; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: underline; }

h1,
.h1 {
  font-size: 30px;
  margin-bottom: 0.83333em;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Merriweather Sans", Arial, Georgia, serif; }
  @media only screen and (max-width: 1280px) {
    h1,
    .h1 {
      font-size: 28px;
      line-height: 1.21; } }
  @media only screen and (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 26px;
      line-height: 1.22; } }
  @media only screen and (max-width: 768px) {
    h1,
    .h1 {
      font-size: 26px;
      line-height: 1.22; } }

h1,
.h1 {
  color: #22376F; }
  .t-brown h1, .t-brown
  .h1 {
    color: #896e4c; }
  .t-cyan h1, .t-cyan
  .h1 {
    color: #1f6780; }
  .t-red h1, .t-red
  .h1 {
    color: #8f3338; }
  .t-gray h1, .t-gray
  .h1 {
    color: #4f5660; }

h2,
.h2, .c-teaser--important .c-teaser__headline {
  font-size: 1.5625em;
  margin-bottom: 0.56em;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Merriweather Sans", Arial, Georgia, serif; }
  @media only screen and (max-width: 1280px) {
    h2,
    .h2, .c-teaser--important .c-teaser__headline {
      font-size: 1.5em;
      line-height: 1.22; } }
  @media only screen and (max-width: 1024px) {
    h2,
    .h2, .c-teaser--important .c-teaser__headline {
      font-size: 22px;
      line-height: 1.25; } }
  @media only screen and (max-width: 768px) {
    h2,
    .h2, .c-teaser--important .c-teaser__headline {
      font-size: 22px;
      line-height: 1.25; } }

h2,
.h2 {
  color: #22376F; }
  .t-brown h2, .t-brown
  .h2 {
    color: #896e4c; }
  .t-cyan h2, .t-cyan
  .h2 {
    color: #1f6780; }
  .t-red h2, .t-red
  .h2 {
    color: #8f3338; }
  .t-gray h2, .t-gray
  .h2 {
    color: #4f5660; }

h3,
.h3 {
  font-size: 1.25em;
  margin-bottom: 0.75em;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Merriweather Sans", Arial, Georgia, serif; }
  @media only screen and (max-width: 1280px) {
    h3,
    .h3 {
      font-size: 1.125em;
      line-height: 1.22; } }
  @media only screen and (max-width: 1024px) {
    h3,
    .h3 {
      font-size: 18px;
      line-height: 1.22; } }
  @media only screen and (max-width: 768px) {
    h3,
    .h3 {
      font-size: 18px;
      line-height: 1.12; } }

h3,
.h3 {
  color: #212121; }

h4,
.h4 {
  font-size: 1.125em;
  margin-bottom: 0.83333em;
  font-weight: bold;
  line-height: 1.22;
  font-family: "Merriweather Sans", Arial, Georgia, serif; }
  @media only screen and (max-width: 1280px) {
    h4,
    .h4 {
      font-size: 1em;
      line-height: 1.22; } }
  @media only screen and (max-width: 1024px) {
    h4,
    .h4 {
      font-size: 16px;
      line-height: 1.22; } }
  @media only screen and (max-width: 768px) {
    h4,
    .h4 {
      font-size: 16px;
      line-height: 1.11; } }

h4,
.h4 {
  color: #212121; }

h5,
.h5 {
  font-size: 16px;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Merriweather Sans", Arial, Georgia, serif; }

h5,
.h5 {
  color: #212121; }

h6,
.h6 {
  font-size: 16px;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Merriweather Sans", Arial, Georgia, serif; }

h6,
.h6 {
  color: #212121; }

a {
  color: #22376F;
  text-decoration: underline; }
  a:hover {
    color: #22376F;
    text-decoration: none; }

ul.o-list, .htmlarea-content-body ul, ul.c-rte-linklist,
ol.o-list,
.htmlarea-content-body ol,
ol.c-rte-linklist {
  margin: 25px 0 25px 25px;
  list-style: disc; }
  ul.o-list li, .htmlarea-content-body ul li, ul.c-rte-linklist li,
  ol.o-list li, .htmlarea-content-body ol li, ol.c-rte-linklist li {
    margin: 15px 0 15px 0; }
  ul.o-list ul, .htmlarea-content-body ul ul, ul.c-rte-linklist ul, ul.o-list ol, .htmlarea-content-body ul ol, ul.c-rte-linklist ol,
  ol.o-list ul, .htmlarea-content-body ol ul, ol.c-rte-linklist ul,
  ol.o-list ol, .htmlarea-content-body ol ol, ol.c-rte-linklist ol {
    margin: 0 0 0 25px;
    list-style: disc; }

ol.o-list, .htmlarea-content-body ol, ol.c-rte-linklist {
  list-style: decimal; }
  ol.o-list ol, .htmlarea-content-body ol ol, ol.c-rte-linklist ol {
    list-style: decimal; }

ul.o-list--bare, ul.c-rte-linklist,
ol.o-list--bare,
ol.c-rte-linklist {
  margin-left: 0;
  list-style: none; }

/*------------------------------------*	$RULES
\*------------------------------------*/
.rule, hr, .csc-frame-rulerAfter {
  border: none;
  border-bottom: 1px solid #CED2DB;
  margin-left: auto;
  margin-right: auto; }

.csc-frame-rulerBefore {
  border: none;
  border-top: 1px solid #CED2DB;
  margin-left: auto;
  margin-right: auto; }

/**
 * Dotted rules
 */
.rule--dotted {
  border-bottom-style: dotted; }

/**
 * Dashed rules
 */
.rule--dashed {
  border-bottom-style: dashed; }

/*------------------------------------*        $TABLES
\*------------------------------------*/
table {
  width: 100%; }
  table th,
  table td {
    text-align: left; }

tr {
  border-bottom: 1px solid #CED2DB; }
  .t-brown tr {
    border-color: #896e4c; }
  .t-cyan tr {
    border-color: #1f6780; }
  .t-red tr {
    border-color: #8f3338; }
  .t-gray tr {
    border-color: #4f5660; }

th,
td {
  padding: .35em .5em;
  vertical-align: top; }

thead td,
th {
  background: #22376F;
  color: #FFFFFF;
  font-weight: bold; }
  .t-brown thead td, .t-brown
  th {
    background-color: #896e4c; }
  .t-cyan thead td, .t-cyan
  th {
    background-color: #1f6780; }
  .t-red thead td, .t-red
  th {
    background-color: #8f3338; }
  .t-gray thead td, .t-gray
  th {
    background-color: #4f5660; }

tbody tr:first-of-type td {
  padding-top: 1em; }

tfoot tr {
  border-top: 1px solid #50565F;
  font-weight: bold; }

/**
 * Blank tables (no backgrounds, no borders)
 */
.o-table--blank tr, .whitetable tr {
  border: 0; }

.o-table--blank th, .whitetable th, .o-table--blank td, .whitetable td {
  color: inherit;
  background: transparent; }

/**
 * Striped tables (colors)
 */
.o-table--striped tr, .stripedtable tr {
  border: 0; }

.o-table--striped tbody tr:nth-of-type(even), .stripedtable tbody tr:nth-of-type(even) {
  background-color: #E8EBF0;
  /* Override this color in your theme stylesheet */ }

.o-table--striped tbody tr:nth-of-type(odd), .stripedtable tbody tr:nth-of-type(odd) {
  background-color: #FFFFFF;
  /* Override this color in your theme stylesheet */ }

/**
 * Bordered tables (no bg-colors)
 */
.o-table--bordered tr {
  border: 0; }

.o-table--bordered th,
.o-table--bordered td {
  border: 1px solid #22376F;
  border-width: 0 1px; }
  .t-brown .o-table--bordered th, .t-brown
  .o-table--bordered td {
    border-color: #896e4c; }
  .t-cyan .o-table--bordered th, .t-cyan
  .o-table--bordered td {
    border-color: #1f6780; }
  .t-red .o-table--bordered th, .t-red
  .o-table--bordered td {
    border-color: #8f3338; }
  .t-gray .o-table--bordered th, .t-gray
  .o-table--bordered td {
    border-color: #4f5660; }
  .o-table--bordered th:empty,
  .o-table--bordered td:empty {
    border: 0; }

.o-table--bordered tbody tr:last-child {
  border-bottom: 1px solid #22376F; }
  .t-brown .o-table--bordered tbody tr:last-child {
    border-color: #896e4c; }
  .t-cyan .o-table--bordered tbody tr:last-child {
    border-color: #1f6780; }
  .t-red .o-table--bordered tbody tr:last-child {
    border-color: #8f3338; }
  .t-gray .o-table--bordered tbody tr:last-child {
    border-color: #4f5660; }

.o-table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }

.o-table--bordered tfoot tr:last-child {
  border-bottom: 1px solid #22376F; }
  .t-brown .o-table--bordered tfoot tr:last-child {
    border-color: #896e4c; }
  .t-cyan .o-table--bordered tfoot tr:last-child {
    border-color: #1f6780; }
  .t-red .o-table--bordered tfoot tr:last-child {
    border-color: #8f3338; }
  .t-gray .o-table--bordered tfoot tr:last-child {
    border-color: #4f5660; }

.o-table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

abbr, acronym {
  border-bottom: 1px dotted; }
  abbr:hover, acronym:hover {
    cursor: help; }

/**
 * Elements (RTE and global styling)
 * ------------------------------------------------
 */
/**
 * Modules
 * ce_ -> custom elements/modules
 * menu_ -> menu modules like main, meta, footer
 * ------------------------------------------------
 */
/**
 * Objects
 * ------------------------------------------------
 */
.o-btn-list, ul.tx-indexedsearch-browsebox, .browsebox {
  list-style: none; }

.o-btn-list__item, .c-glossar__pagination li, ul.tx-indexedsearch-browsebox > li, .browsebox > li {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .5em; }

.o-check-group {
  margin-bottom: 1.5625em; }

.o-check-group__headline {
  margin-top: 1.5625em; }

.o-check-group__item {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  vertical-align: top; }
  .o-check-group__item:not(:last-of-type) {
    margin-right: 2em; }
  @media only screen and (max-width: 570px) {
    .o-check-group__item {
      display: block;
      margin-top: .5em; }
      .o-check-group__item:first-of-type {
        margin-top: 1em; } }

.o-check-group__option {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-right: .25em;
  margin-bottom: 0;
  border: 0;
  visibility: visible;
  opacity: 0; }

.o-check-group__label {
  display: inline-block;
  padding-left: 35px;
  font-weight: normal;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer; }
  .has-error .o-check-group__label {
    color: #913338; }
  .o-check-group__label::before {
    display: block;
    float: left;
    content: '';
    width: 25px;
    height: 25px;
    margin-left: -35px;
    visibility: visible;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f4f5f8%7D.cls-2%7Bopacity%3A.1%7D.cls-3%7Bfill%3A%2322386e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eform-check-unchecked%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2225%22%20height%3D%2225%22%20rx%3D%225%22%20ry%3D%225%22%2F%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M20%201a4%204%200%200%201%204%204v15a4%204%200%200%201-4%204H5a4%204%200%200%201-4-4V5a4%204%200%200%201%204-4h15m0-1H5a5%205%200%200%200-5%205v15a5%205%200%200%200%205%205h15a5%205%200%200%200%205-5V5a5%205%200%200%200-5-5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left center no-repeat; }

.o-check-group__option:focus + .o-check-group__label::before {
  outline: 1px dotted #50565F; }

.o-check-group__option:checked + .o-check-group__label::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f4f5f8%7D.cls-2%7Bopacity%3A.1%7D.cls-3%7Bfill%3A%2322386e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eform-check-checked%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2225%22%20height%3D%2225%22%20rx%3D%225%22%20ry%3D%225%22%2F%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M20%201a4%204%200%200%201%204%204v15a4%204%200%200%201-4%204H5a4%204%200%200%201-4-4V5a4%204%200%200%201%204-4h15m0-1H5a5%205%200%200%200-5%205v15a5%205%200%200%200%205%205h15a5%205%200%200%200%205-5V5a5%205%200%200%200-5-5z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M10.46%2018.61l-5.02-4.98%202.12-2.13%202.9%202.88%205.98-5.94%202.12%202.12-8.1%208.05z%22%2F%3E%3C%2Fsvg%3E'); }

.o-content, .frame {
  clear: both;
  margin-bottom: 3.125em; }
  .o-content:first-of-type .frame:first-of-type {
    margin-top: 0; }
  .o-content--header-only .frame--header-only {
    margin-bottom: 0; }
  .o-content--line, .frame--line {
    border: 0 solid #E8EBF0; }
    .o-content--line-top, .frame--line-top {
      padding-top: 1.5625em;
      border-width: 1px 0 0 0;
      margin-top: -1.5625em; }
      .o-content--line-top:first-of-type, .frame--line-top:first-of-type {
        margin-top: -1.5625em; }
    .o-content--line-bottom, .frame--line-bottom {
      padding-bottom: 1.5625em;
      margin-bottom: 1.5625em;
      border-width: 0 0 1px 0; }
    .o-content--line .o-content__body > :last-child, .frame--line .frame__body > :last-child {
      margin-bottom: 0; }
  .o-content--framed,
  .frame-20,
  .frame-21,
  .frame-29,
  .frame-30,
  .frame-31,
  .frame-32 {
    padding: 18px;
    border-bottom: 0;
    background: #E9EBF1; }
  @media print {
    .o-content {
      clear: none; } }

.o-content:not(.o-content--line) + .o-content--line-top,
.frame:not(.frame--line) + .frame--line-top {
  margin-top: -1.5625em; }

.o-dropdown {
  position: relative; }
  .o-dropdown.is-focused {
    z-index: 10; }

.o-dropdown__wrap {
  position: absolute;
  z-index: 2;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transition: .1s all ease;
  transition: .1s all ease; }
  .no-csstransforms3d .o-dropdown__wrap {
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); }
  .o-dropdown--open-left .o-dropdown__wrap {
    right: 0; }

.o-dropdown__list {
  width: 400px;
  padding: .6em 1em;
  border: 2px solid transparent;
  border-radius: 0 0 2px 2px;
  list-style: none;
  background: #22376F;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
  .t-brown .o-dropdown__list {
    background-color: #896e4c; }
  .t-cyan .o-dropdown__list {
    background-color: #1f6780; }
  .t-red .o-dropdown__list {
    background-color: #8f3338; }
  .t-gray .o-dropdown__list {
    background-color: #4f5660; }

.o-dropdown__link {
  display: block;
  padding: 5px 0;
  color: #FFFFFF;
  text-decoration: none; }
  .o-dropdown__link:hover, .o-dropdown__link:focus {
    color: #FFFFFF;
    text-decoration: underline; }

.o-dropdown__check {
  position: absolute;
  opacity: 0; }

.o-dropdown__toggle {
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 3px;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  /* UI States */
  margin-bottom: 0;
  font-weight: normal;
  border: 1px solid transparent; }
  .o-dropdown__toggle:hover, .o-dropdown__toggle:active, .o-dropdown__toggle:focus {
    text-decoration: none;
    outline: none; }
  .o-dropdown__toggle::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .o-dropdown__toggle:disabled, .o-dropdown__toggle.is-disabled {
    cursor: default; }
  .o-dropdown__toggle::after {
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
    top: -2px;
    padding-left: 10px; }

.o-dropdown__label {
  vertical-align: middle;
  /* Vertically center the label */ }

.o-dropdown__icon {
  display: inline-block;
  height: 100%;
  margin-top: -3px;
  /* Move icon up a bit */
  margin-left: .5em;
  /* Add some left space towards the label */
  vertical-align: middle;
  /* Vertically center the icon */
  -webkit-transition: .1s all ease;
  transition: .1s all ease; }

.o-dropdown__arrow {
  display: block;
  width: 15px;
  height: 15px;
  fill: currentColor;
  /* Icon fill color will always be the current font color */
  -webkit-transition: .1s all ease;
  transition: .1s all ease; }

.o-dropdown__check:focus ~ .o-dropdown__toggle {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }

.o-dropdown__check:checked ~ .o-dropdown__toggle {
  z-index: 6;
  color: #FFFFFF;
  background-color: #22376F;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .t-brown .o-dropdown__check:checked ~ .o-dropdown__toggle {
    background-color: #896e4c; }
  .t-cyan .o-dropdown__check:checked ~ .o-dropdown__toggle {
    background-color: #1f6780; }
  .t-red .o-dropdown__check:checked ~ .o-dropdown__toggle {
    background-color: #8f3338; }
  .t-gray .o-dropdown__check:checked ~ .o-dropdown__toggle {
    background-color: #4f5660; }
  .o-dropdown__check:checked ~ .o-dropdown__toggle .o-dropdown__icon {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }
  .o-dropdown__check:checked ~ .o-dropdown__toggle::after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }

.o-dropdown__check:checked ~ .o-dropdown__wrap {
  z-index: 5;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
  .no-csstransforms3d .o-dropdown__check:checked ~ .o-dropdown__wrap {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

/*------------------------------------*    #OBJECTS.FORM
\*------------------------------------*/
/**
 * Form object.
 */
.o-btn.o-btn--raised, .c-glossar__pagination li a.o-btn--raised, ul.tx-indexedsearch-browsebox a.o-btn--raised, .browsebox a.o-btn--raised, .o-form__field--select {
  color: #22376F;
  border-radius: 2px;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF; }

.o-form__infotext {
  margin-top: 1em;
  margin-bottom: 2em; }

.o-form__section {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 0; }
  .o-form__section + .o-form__section {
    border: 0;
    margin-top: 25; }

.o-form__item {
  margin-bottom: 10px;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .o-form__item {
      padding: 0 12.5 0 0; }
      .o-form__item.is-last-in-row {
        padding-right: 0; } }

.o-form__label {
  display: block;
  width: 100%;
  height: 42px;
  padding: 11px 10px 5px;
  position: absolute;
  top: 0;
  font-size: 100%;
  font-weight: normal;
  color: #8691b0;
  cursor: text;
  -webkit-transition: .25s all ease;
  transition: .25s all ease; }
  .o-form__label--no-inline {
    padding-left: 0;
    position: static;
    cursor: default; }

.o-form__field {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 42px;
  padding: 10px;
  margin: 0;
  color: rgba(34, 55, 111, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #E9EBF1;
  border: 1px solid #8691b0;
  border-radius: 2px;
  outline: none;
  -webkit-transition: .25s all ease;
  transition: .25s all ease; }
  .o-form__field:focus, .o-form__field.has-value {
    padding-top: 42px;
    background: #FFFFFF;
    color: #22376f;
    -webkit-transition: .25s all ease;
    transition: .25s all ease; }
  .o-form__field:focus {
    color: inherit;
    border-color: #22376F; }
  .o-form__field:focus ~ .o-form__label {
    color: #22376F; }
  .o-form__field--search, .o-form__field--search::-webkit-search-cancel-button, .o-form__field--search::-webkit-search-decoration {
    -webkit-appearance: none; }
  .o-form__field--captcha {
    min-height: 53px;
    margin-bottom: .5em;
    vertical-align: top; }
  .o-form__field--select {
    position: relative;
    z-index: 1;
    padding-right: 0;
    cursor: pointer;
    background: #E9EBF1;
    background: transparent;
    color: #8691b0;
  }
  .o-form__field--select option {
    color: #22376f;
  }
    .o-form__field--select:not(.has-value):focus {
      padding-top: 10px; }
    .o-form__field--select.has-value {
      background: transparent; }
    .appearance .o-form__field--select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding-right: 3em;
      background: transparent url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.4%207.1%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D%3C%2Fstyle%3E%3Ctitle%3Eicon-arrow-down-small%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5.7%207.1L0%201.4%201.4%200l4.3%204.3L10%200l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E') right 10px top 1em no-repeat;
      background-size: 12px; }
      .appearance .o-form__field--select[disabled] {
        background-image: none; }
      .appearance .o-form__field--select:after {
        content: '';
        display: block;
        right: 1em;
        width: 12px;
        height: 12px; }
    .o-form__field--select[disabled] {
      cursor: default; }
    .o-form__field--select:not(.has-value) + .o-form__label {
      cursor: default;
      opacity: 0;
      z-index: -1; }

.o-form__captcha {
  display: inline-block;
  vertical-align: top; }

.o-form__required[title] {
  border-width: 0; }

.o-form__field.has-error {
  padding-bottom: 24px;
  border-color: #913338;
  background-color: #f4ebeb; }
  .o-form__field.has-error:focus {
    background-color: #FFFFFF; }

.o-form__error {
  width: 100%;
  margin-bottom: 0;
  padding: 0 11px;
  font-size: 70%;
  font-weight: normal;
  color: #913338;
  text-align: right;
  bottom: 5px; }

.o-form__field.has-error ~ .o-form__label {
  color: #913338; }

.o-form__field.has-error ~ .o-form__error {
  position: absolute; }

.o-grid {
  margin-left: -20px; }
  .o-grid:before, .o-grid:after {
    content: "";
    display: table; }
  .o-grid:after {
    clear: both; }
  @media only screen and (min-width: 1281px) {
    .o-grid {
      margin-left: -30px; } }

@media only screen and (max-width: 570px) {
  .o-grid\@sm {
    margin-left: -20px; }
    .o-grid\@sm:before, .o-grid\@sm:after {
      content: "";
      display: table; }
    .o-grid\@sm:after {
      clear: both; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .o-grid\@md {
    margin-left: -20px; }
    .o-grid\@md:before, .o-grid\@md:after {
      content: "";
      display: table; }
    .o-grid\@md:after {
      clear: both; } }

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .o-grid\@lg {
    margin-left: -20px; }
    .o-grid\@lg:before, .o-grid\@lg:after {
      content: "";
      display: table; }
    .o-grid\@lg:after {
      clear: both; } }

@media only screen and (min-width: 1281px) {
  .o-grid\@xlg {
    margin-left: -20px; }
    .o-grid\@xlg:before, .o-grid\@xlg:after {
      content: "";
      display: table; }
    .o-grid\@xlg:after {
      clear: both; } }

.o-grid__item {
  width: 100%; }

.o-grid > .o-grid__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  max-width: 100%;
  padding-left: 20px; }
  @media only screen and (min-width: 1281px) {
    .o-grid > .o-grid__item {
      padding-left: 30px; } }

@media only screen and (min-width: 1281px) {
  .o-grid\@xlg > .o-grid__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    max-width: 100%;
    padding-left: 20px; } }

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .o-grid\@lg > .o-grid__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    max-width: 100%;
    padding-left: 20px; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .o-grid\@md > .o-grid__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    max-width: 100%;
    padding-left: 20px; } }

@media only screen and (max-width: 570px) {
  .o-grid\@sm > .o-grid__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    max-width: 100%;
    padding-left: 20px; } }

@media print {
  .o-grid {
    margin: 0;
    padding: 0; }
    .o-grid:before, .o-grid:after {
      display: none; } }

@media print {
  .o-grid .o-grid__item {
    display: block;
    margin: 0;
    padding: 0; }
    .o-grid .o-grid__item:before, .o-grid .o-grid__item:after {
      display: none; } }

.o-link {
  font-weight: bold;
  text-decoration: none; }
  .o-link:hover, .o-link:focus {
    text-decoration: underline; }

.o-media:before, .o-media:after {
  content: "";
  display: table; }

.o-media:after {
  clear: both; }

.o-media__content > :last-child {
  margin-bottom: 0; }

.o-media__media {
  display: table; }

.o-media__caption, .image-caption {
  display: table-caption;
  caption-side: bottom;
  margin-top: .5em;
  padding: .25em;
  font-size: 70%; }

.o-media--left > .o-media__media,
.o-media--right > .o-media__media {
  max-width: 50%; }

.o-media--left > .o-media__media {
  float: left;
  margin-right: 20px; }

.o-media--right > .o-media__media {
  float: right;
  margin-left: 20px; }

.o-media--below > .o-media__media {
  margin-top: 20px; }

.o-media--beside > .o-media__content {
  overflow: hidden; }

.o-meta {
  margin-bottom: .25em;
  font-size: 13px;
  color: #50565F;
  text-decoration: none; }

.o-meta__item + .o-meta__item::before {
  display: inline-block;
  content: '|';
  padding: 0 .25em; }

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

.o-meta-table {
  display: table; }

.o-meta-table__item,
.o-meta-table tr {
  display: table-row;
  background-color: transparent; }
  @media only screen and (max-width: 768px) {
    .o-meta-table__item,
    .o-meta-table tr {
      display: block;
      margin-bottom: 1em; }
      .o-meta-table__item:last-child,
      .o-meta-table tr:last-child {
        margin-bottom: 0; } }

.o-meta-table__label,
.o-meta-table__value,
.o-meta-table td {
  display: table-cell;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: 0; }
  @media only screen and (max-width: 768px) {
    .o-meta-table__label,
    .o-meta-table__value,
    .o-meta-table td {
      display: block;
      padding: 0; } }

.o-meta-table__label {
  padding-right: 1em;
  font-weight: bold; }

.o-radio-group {
  width: 100%;
  margin-bottom: 1.5625em; }
  .o-radio-group--stacked > .o-radio-group__item {
    display: block;
    margin-top: .5em; }
    .o-radio-group--stacked > .o-radio-group__item:first-of-type {
      margin-top: 1em; }

.o-radio-group__headline {
  margin-top: 1.5625em; }

.o-radio-group__item {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  vertical-align: top; }
  .o-radio-group__item--full {
    display: block;
    margin-top: .5em; }
  .o-radio-group__item:not(:last-of-type) {
    margin-right: 2em; }
  @media only screen and (max-width: 570px) {
    .o-radio-group__item {
      display: block;
      margin-top: .5em; }
      .o-radio-group__item:first-of-type {
        margin-top: 1em; } }

.o-radio-group__option {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-right: .25em;
  border: 0;
  visibility: visible;
  opacity: 0; }

.o-radio-group__label {
  display: inline-block;
  padding-left: 35px;
  font-weight: normal;
  line-height: 25px;
  cursor: pointer; }
  .has-error .o-radio-group__label {
    color: #913338; }
  .o-radio-group__label::before {
    display: block;
    content: '';
    float: left;
    width: 25px;
    height: 25px;
    margin-left: -35px;
    visibility: visible;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cstyle%3E.st0%7Bfill%3A%23f4f5f8%7D.st1%7Bopacity%3A.1%7D.st2%7Bfill%3A%2322376f%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2012.5C0%205.6%205.6%200%2012.5%200S25%205.6%2025%2012.5%2019.4%2025%2012.5%2025%200%2019.4%200%2012.5z%22%2F%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M12.5%201C18.8%201%2024%206.2%2024%2012.5S18.8%2024%2012.5%2024%201%2018.8%201%2012.5%206.2%201%2012.5%201m0-1C5.6%200%200%205.6%200%2012.5S5.6%2025%2012.5%2025%2025%2019.4%2025%2012.5%2019.4%200%2012.5%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left center no-repeat; }
  @media only screen and (max-width: 570px) {
    .o-radio-group__label br {
      display: none; } }

.o-radio-group__option:focus + .o-radio-group__label::before {
  outline: 1px dotted #50565F; }

.o-radio-group__option:checked + .o-radio-group__label::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cstyle%3E.st0%7Bfill%3A%23f4f5f8%7D.st1%7Bopacity%3A.1%7D.st2%7Bfill%3A%2322376f%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2012.5C0%205.6%205.6%200%2012.5%200S25%205.6%2025%2012.5%2019.4%2025%2012.5%2025%200%2019.4%200%2012.5z%22%2F%3E%3Cg%20class%3D%22st1%22%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M12.5%201C18.8%201%2024%206.2%2024%2012.5S18.8%2024%2012.5%2024%201%2018.8%201%2012.5%206.2%201%2012.5%201m0-1C5.6%200%200%205.6%200%2012.5S5.6%2025%2012.5%2025%2025%2019.4%2025%2012.5%2019.4%200%2012.5%200z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M5%2012.5C5%208.4%208.4%205%2012.5%205S20%208.4%2020%2012.5%2016.6%2020%2012.5%2020%205%2016.6%205%2012.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

/*  The section object serves as a wrapper to shrink the containing elements
    to a maximum width. It then gets centered.
*/
.o-section {
  position: relative;
  max-width: 95%;
  margin: 0 auto; }
  .o-section:before, .o-section:after {
    content: "";
    display: table; }
  .o-section:after {
    clear: both; }
  @media only screen and (min-width: 1281px) {
    .o-section {
      width: 95%;
      max-width: 1400px; } }
  @media only screen and (max-width: 1024px) {
    .o-section {
      padding: 0 20px; } }
  @media print {
    .o-section {
      margin: 0;
      max-width: 100%;
      padding: 0;
      position: static; }
      .o-section:before, .o-section:after {
        display: none; } }

/*------------------------------------*    #SLIDER
\*------------------------------------*/
/**
 * Slider object based on slick.js.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.o-slider__item {
  outline: none;
  cursor: move; }

.o-slider__nav {
  position: relative;
  top: -30px;
  z-index: 1;
  margin-bottom: 1em;
  list-style: none;
  text-align: center; }
  .o-slider__nav li {
    display: inline-block;
    margin-right: .5em; }
    .o-slider__nav li:last-child {
      margin-right: 0; }
  .o-slider__nav button {
    width: 1em;
    height: 1em;
    font-size: 16px;
    line-height: 1;
    color: transparent;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    outline: none; }
    .o-slider__nav button::before {
      content: none; }
  .o-slider__nav li.slick-active button,
  .o-slider__nav button:hover,
  .o-slider__nav button:focus,
  .o-slider__nav button:active {
    background-color: #22376F; }

.o-slider__arrow {
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 3px;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  /* UI States */
  position: absolute;
  bottom: -22px;
  z-index: 2;
  height: 45px;
  width: 60px;
  padding: 0;
  color: #22376F;
  text-align: center;
  background-color: #FFFFFF;
  border: 2px solid #22376F;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #E9EBF1;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  outline: none; }
  .o-slider__arrow:hover, .o-slider__arrow:active, .o-slider__arrow:focus {
    text-decoration: none;
    outline: none; }
  .o-slider__arrow::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .o-slider__arrow:disabled, .o-slider__arrow.is-disabled {
    cursor: default; }
  .o-slider__arrow:hover, .o-slider__arrow:focus {
    background-color: #E9EBF1;
    z-index: 3; }
  .o-slider__arrow--prev {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    right: 50%; }
  .o-slider__arrow--next {
    left: 50%; }

.o-slider__arrow::before,
.o-slider__arrow::after {
  display: block;
  position: absolute; }

.o-slider__arrow::before {
  background-color: #FFFFFF;
  width: 4px;
  height: 100%;
  left: -2px;
  top: 0; }

.o-slider__arrow::after {
  background-color: #E9EBF1;
  width: 2px;
  height: 80%;
  top: 10%;
  left: -1px; }

.o-slider__arrow-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  fill: currentColor; }

/**
 * Components
 * ------------------------------------------------
 */
.c-accordion__item + .c-accordion__item {
  margin-top: .5em; }

.c-accordion__title {
  padding: 0.5em;
  margin-bottom: 0;
  color: inherit; }

.c-accordion__content {
  padding: 0.5em; }

.c-accordion__content .o-content {
  margin-bottom: 0;
}

.c-accordion__link {
  display: block;
  position: relative;
  padding-left: 50px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #22376F; }
  .t-brown .c-accordion__link {
    background-color: #896e4c; }
  .t-cyan .c-accordion__link {
    background-color: #1f6780; }
  .t-red .c-accordion__link {
    background-color: #8f3338; }
  .t-gray .c-accordion__link {
    background-color: #4f5660; }
  .c-accordion__link:hover, .c-accordion__link:focus {
    text-decoration: underline;
    color: #ffffff; }

.c-accordion__arrow {
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  color: inherit;
  fill: currentColor; }
  .c-accordion__arrow--hide {
    display: none; }
  .c-accordion__link.is-active .c-accordion__arrow--show, .c-accordion__link:not(.collapsed) .c-accordion__arrow--show {
    display: none; }
  .c-accordion__link.is-active .c-accordion__arrow--hide, .c-accordion__link:not(.collapsed) .c-accordion__arrow--hide {
    display: block; }

.c-ce-header {
  padding-bottom: 0;
  margin-bottom: -25px;
  border-bottom: 0; }

.c-ce-text table td ul,
.c-ce-text table td ol,
.c-ce-textpic table td ul,
.c-ce-textpic table td ol {
  margin-left: 16px; }

.c-ce-text table td img,
.c-ce-textpic table td img {
  max-width: none; }

.c-ce-text :last-child, .frame-type-text > :last-child {
  margin-bottom: 0; }

.c-ce-textpic .o-media__caption {
  text-align: left; }

.c-ce-textpic__link {
  display: block;
  text-decoration: none; }
  .c-ce-textpic__link:hover, .c-ce-textpic__link:focus {
    text-decoration: underline; }

.c-ce-textpic--gallery .c-ce-textpic__pic {
  margin-bottom: 0; }

.c-ce-textpic--gallery .c-ce-textpic__img {
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 570px) {
    .c-ce-textpic--gallery .c-ce-textpic__img {
      width: 100%; } }

.c-ce-textpic--gallery .o-media__media,
.c-ce-textpic--gallery .o-media__caption {
  display: block; }

.c-ce-textpic--gallery .o-media__caption {
  text-align: center; }

.c-ce-textpic--stacked {
  /* pic above, right-aligned */
  /* pic above, centered */ }
  .c-ce-textpic--stacked .c-ce-textpic__img {
    width: 100%; }
  .c-ce-textpic--stacked .c-ce-textpic__content {
    clear: both; }
  .c-ce-textpic--stacked.c-ce-textpic--right .c-ce-textpic__pic {
    float: right; }
  .c-ce-textpic--stacked.c-ce-textpic--center .c-ce-textpic__pic {
    margin-left: auto;
    margin-right: auto; }

.c-ce-textpic__media:before, .c-ce-textpic__media:after {
  content: "";
  display: table; }

.c-ce-textpic__media:after {
  clear: both; }

.c-ce-textpic__row {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 1em 0;
  border: 1px solid #E8EBF0;
  border-width: 1px 0 0; }
  .c-ce-textpic__row:last-child {
    border-bottom-width: 1px; }
  @media only screen and (max-width: 1024px) {
    .c-ce-textpic--multirow .c-ce-textpic__row {
      display: block;
      padding: 0;
      border: 0; }
      .c-ce-textpic--multirow .c-ce-textpic__row:last-child {
        border: 0; } }
  @media only screen and (max-width: 570px) {
    .c-ce-textpic--multirow .c-ce-textpic__row {
      display: block;
      padding: 0;
      border: 0; }
      .c-ce-textpic--multirow .c-ce-textpic__row:last-child {
        border: 0; } }

.c-ce-textpic__item {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle; }
  @media only screen and (max-width: 1024px) {
    .c-ce-textpic--multirow .c-ce-textpic__item {
      display: inline-block;
      margin-right: -4px;
      margin-bottom: 1em; } }
  @media only screen and (max-width: 570px) {
    .c-ce-textpic--multirow .c-ce-textpic__item {
      display: inline-block;
      margin-right: -4px;
      margin-bottom: 1em; } }

.c-ce-video {
  height: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }

.c-ce-video__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*Fluid Styled Content*/
.ce-align-left { text-align: left; }
.ce-align-center { text-align: center; }
.ce-align-right { text-align: right; }

.ce-table td, .ce-table th { vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

.ce-left .ce-gallery, .ce-column { float: left; }
.ce-center .ce-outer { position: relative; float: right; right: 50%; }
.ce-center .ce-inner { position: relative; float: right; right: -50%; }
.ce-right .ce-gallery { float: right; }

.ce-gallery figure { display: table; }
.ce-gallery figcaption { display: table-caption; caption-side: bottom; }
.ce-gallery img { display: block; }
.ce-gallery iframe { border-width: 0; }
.ce-border img,
.ce-border iframe {
    border: {$styles.content.textmedia.borderWidth}px solid {$styles.content.textmedia.borderColor};
    padding: {$styles.content.textmedia.borderPadding}px;
}

.ce-intext.ce-right .ce-gallery { margin-left: 20px; }
.ce-intext.ce-left .ce-gallery { margin-right: 20px; }
.ce-below .ce-gallery { margin-top: 20px; }

.ce-column { margin-right: 20px; }
.ce-column:last-child { margin-right: 0; }

.ce-row {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ce-row:last-child { margin-bottom: 0; }

.ce-above .ce-bodytext { clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

/* Headline */
.ce-headline-left { text-align: left; }
.ce-headline-center { text-align: center; }
.ce-headline-right { text-align: right; }

/* Uploads */
.ce-uploads { margin: 0; padding: 0; }
.ce-uploads li { list-style: none outside none; margin: 1em 0; }
.ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
.ce-uploads span { display: block; }

/* Table */
.ce-table { width: 100%; max-width: 100%; }
.ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
.ce-table thead th { border-bottom: 2px solid #dadada; }
.ce-table th, .ce-table td { border-top: 1px solid #dadada; }
.ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
.ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }

/* Frame */
.frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
.frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
.frame-indent { margin-left: 15%; margin-right: 15%; }
.frame-indent-left { margin-left: 33%; }
.frame-indent-right { margin-right: 33%; }
/*/Fluid Styled Content*/

#ui-datepicker-div {
  width: 300px; }
  #ui-datepicker-div a {
    cursor: pointer; }
  #ui-datepicker-div select {
    border: 1px solid #8691b0;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: .6em 0.3em; }
  #ui-datepicker-div input {
    padding: 10px; }

.ui-timepicker-div dt, .ui-timepicker-div dd {
  display: inline-block;
  margin: 0;
  width: 50%; }

.ui-datepicker-month {
  margin-bottom: 10px;
  text-align: center; }

.ui_tpicker_unit_hide {
  display: none !important; }

.ui-datepicker-title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }

.ui-datepicker-today {
  font-weight: bold; }

.ui-datepicker-current {
  display: none; }

.ui-datepicker-current-day {
  background-color: #E9EBF1; }

.ui-datepicker-buttonpane button {
  background-color: #22376F;
  border: 2px solid #22376F;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  font-family: inherit;
  padding: 0.6em 1em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  /* UI States */ }
  .t-brown .ui-datepicker-buttonpane button {
    background-color: #896e4c; }
  .t-cyan .ui-datepicker-buttonpane button {
    background-color: #1f6780; }
  .t-red .ui-datepicker-buttonpane button {
    background-color: #8f3338; }
  .t-gray .ui-datepicker-buttonpane button {
    background-color: #4f5660; }
  .t-brown .ui-datepicker-buttonpane button {
    border-color: #896e4c; }
  .t-cyan .ui-datepicker-buttonpane button {
    border-color: #1f6780; }
  .t-red .ui-datepicker-buttonpane button {
    border-color: #8f3338; }
  .t-gray .ui-datepicker-buttonpane button {
    border-color: #4f5660; }
  .ui-datepicker-buttonpane button:hover, .ui-datepicker-buttonpane button:active, .ui-datepicker-buttonpane button:focus {
    background-color: transparent;
    color: #22376F;
    outline: none;
    text-decoration: none; }
    .t-brown .ui-datepicker-buttonpane button:hover, .t-brown .ui-datepicker-buttonpane button:active, .t-brown .ui-datepicker-buttonpane button:focus {
      color: #896e4c; }
    .t-cyan .ui-datepicker-buttonpane button:hover, .t-cyan .ui-datepicker-buttonpane button:active, .t-cyan .ui-datepicker-buttonpane button:focus {
      color: #1f6780; }
    .t-red .ui-datepicker-buttonpane button:hover, .t-red .ui-datepicker-buttonpane button:active, .t-red .ui-datepicker-buttonpane button:focus {
      color: #8f3338; }
    .t-gray .ui-datepicker-buttonpane button:hover, .t-gray .ui-datepicker-buttonpane button:active, .t-gray .ui-datepicker-buttonpane button:focus {
      color: #4f5660; }
  .ui-datepicker-buttonpane button::-moz-focus-inner {
    border: 0;
    padding: 0; }

.c-detail__meta-table {
  width: 100%;
  padding: 18px;
  margin-bottom: 1em;
  table-layout: fixed;
  border-bottom: 0;
  background: #E9EBF1; }
  .c-detail__meta-table .o-meta-table__label {
    width: 25%; }

.c-error-list {
  padding: 20px;
  list-style: disc outside;
  background: #f4ebeb;
  border: 1px solid #913338;
  border-radius: 3px; }

.c-error-list__item {
  margin-left: 1em;
  font-size: 80%;
  color: #913338; }

.c-global-search:before, .c-global-search:after {
  content: "";
  display: table; }

.c-global-search:after {
  clear: both; }

.c-page-head__top .c-global-search {
  position: relative;
  min-width: 40px;
  margin-left: 10px; }
  .c-page-head__top .c-global-search.search-disabled .c-global-search__field-wrap {
    width: 0; }
  .c-page-head__top .c-global-search.search-disabled .c-global-search__btn {
    border-radius: 2px;
    background-color: #22376F;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn {
      background-color: #997b55; }
    .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn {
      background-color: #247895; }
    .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn {
      background-color: #a23a3f; }
    .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn {
      background-color: #5b636e; }
    .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
      border-color: transparent;
      background-color: #4e5f8c; }
      .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-brown .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-cyan .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-red .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-gray .t-brown .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-brown .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-cyan .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-red .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-gray .t-cyan .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-brown .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-cyan .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-red .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-gray .t-red .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-brown .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-cyan .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-red .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:hover, .t-gray .t-gray .c-page-head__top .c-global-search.search-disabled .c-global-search__btn:focus {
        background-color: #727880; }

.c-page-head__top .c-global-search__field-wrap {
  width: 234px;
  -webkit-transition: width .5s;
  transition: width .5s;
  overflow: hidden; }

.c-global-search__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.c-global-search__field {
  float: left;
  height: 34px;
  width: 350px;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid transparent;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
  outline: none; }
  .c-page-head__top .c-global-search__field {
    float: none;
    width: 200px;
    margin-right: 34px; }

.c-global-search__btn {
  float: left;
  height: 34px;
  width: 34px;
  margin-bottom: 0;
  padding: 6px;
  border-width: 1px;
  border-radius: 0 2px 2px 0;
  background-color: transparent; }
  .c-page-head__top .c-global-search__btn {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-color: transparent;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #22376F;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .t-brown .c-page-head__top .c-global-search__btn {
      background-color: #997b55; }
    .t-cyan .c-page-head__top .c-global-search__btn {
      background-color: #247895; }
    .t-red .c-page-head__top .c-global-search__btn {
      background-color: #a23a3f; }
    .t-gray .c-page-head__top .c-global-search__btn {
      background-color: #5b636e; }
    .c-page-head__top .c-global-search__btn svg {
      fill: #FFFFFF; }
    .c-page-head__top .c-global-search__btn:hover, .c-page-head__top .c-global-search__btn:focus {
      border-color: transparent;
      background-color: #4e5f8c; }
      .t-brown .c-page-head__top .c-global-search__btn:hover, .t-brown .c-page-head__top .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .c-page-head__top .c-global-search__btn:hover, .t-cyan .c-page-head__top .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .c-page-head__top .c-global-search__btn:hover, .t-red .c-page-head__top .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .c-page-head__top .c-global-search__btn:hover, .t-gray .c-page-head__top .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-brown .c-page-head__top .c-global-search__btn:hover, .t-brown .t-brown .c-page-head__top .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-brown .c-page-head__top .c-global-search__btn:hover, .t-cyan .t-brown .c-page-head__top .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-brown .c-page-head__top .c-global-search__btn:hover, .t-red .t-brown .c-page-head__top .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-brown .c-page-head__top .c-global-search__btn:hover, .t-gray .t-brown .c-page-head__top .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-cyan .c-page-head__top .c-global-search__btn:hover, .t-brown .t-cyan .c-page-head__top .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-cyan .c-page-head__top .c-global-search__btn:hover, .t-cyan .t-cyan .c-page-head__top .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-cyan .c-page-head__top .c-global-search__btn:hover, .t-red .t-cyan .c-page-head__top .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-cyan .c-page-head__top .c-global-search__btn:hover, .t-gray .t-cyan .c-page-head__top .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-red .c-page-head__top .c-global-search__btn:hover, .t-brown .t-red .c-page-head__top .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-red .c-page-head__top .c-global-search__btn:hover, .t-cyan .t-red .c-page-head__top .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-red .c-page-head__top .c-global-search__btn:hover, .t-red .t-red .c-page-head__top .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-red .c-page-head__top .c-global-search__btn:hover, .t-gray .t-red .c-page-head__top .c-global-search__btn:focus {
        background-color: #727880; }
      .t-brown .t-gray .c-page-head__top .c-global-search__btn:hover, .t-brown .t-gray .c-page-head__top .c-global-search__btn:focus {
        background-color: #a18b70; }
      .t-cyan .t-gray .c-page-head__top .c-global-search__btn:hover, .t-cyan .t-gray .c-page-head__top .c-global-search__btn:focus {
        background-color: #4c8599; }
      .t-red .t-gray .c-page-head__top .c-global-search__btn:hover, .t-red .t-gray .c-page-head__top .c-global-search__btn:focus {
        background-color: #a55c60; }
      .t-gray .t-gray .c-page-head__top .c-global-search__btn:hover, .t-gray .t-gray .c-page-head__top .c-global-search__btn:focus {
        background-color: #727880; }

.c-page {
  margin-top: 40px;
  padding-bottom: 80px; }
  @media print {
    .c-page {
      display: inline;
      margin-top: 0;
      padding-bottom: 0; } }

.c-page__sidebar {
  float: left;
  position: relative;
  z-index: 1;
  min-height: 300px;
  width: 220px;
  margin-right: 20px;
  padding: 30px 0;
  background: #E9EBF1; }
  @media only screen and (min-width: 1281px) {
    .c-page__sidebar {
      margin-right: 80px; } }

body.noSub .c-page__sidebar {
  background: #FFFFFF; }

.c-page__sidebar-content {
  padding-top: 2em;
  padding-right: 25px; }
  .c-page__sidebar-content .o-content__body {
    font-size: 80%; }

.c-page__meta {
  font-size: inherit;
  margin-bottom: 1.5625em; }

.c-page__content {
  float: left;
  width: 100%; }
  @media only screen and (min-width: 1281px) {
    .c-page__content {
      max-width: 960px; }
      .csscalc .c-page__content {
        max-width: -webkit-calc(100% - 220px - 80px);
        max-width: calc(100% - 220px - 80px); } }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .c-page__content {
      max-width: 700px; }
      .csscalc .c-page__content {
        max-width: -webkit-calc(100% - 220px - 20px);
        max-width: calc(100% - 220px - 20px); } }
  @media print {
    .c-page__content {
      float: none; } }

.c-page__content::before {
  width: 100%;
  display: block;
  content: '';
  background: #E9EBF1;
  height: 100%;
  position: absolute;
  left: -100%;
  margin-left: 220px; }
  @media only screen and (max-width: 1024px) {
    .c-page__content::before {
      display: none; } }
  @media print {
    .c-page__content::before {
      display: none; } }

body.noSub .c-page__content::before {
  background: #FFFFFF; }

.c-page-head {
  background: #22376F; }
  .t-brown .c-page-head {
    background-color: #896e4c; }
  .t-cyan .c-page-head {
    background-color: #1f6780; }
  .t-red .c-page-head {
    background-color: #8f3338; }
  .t-gray .c-page-head {
    background-color: #4f5660; }
  @media only screen and (max-width: 1024px) {
    .c-page-head {
      min-height: 100px; } }
  @media only screen and (max-width: 570px) {
    .c-page-head {
      height: auto; } }
  @media print {
    .c-page-head {
      height: 50px; } }

.c-page-head__top {
  position: relative;
  padding: 20px 0 20px; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__top {
      padding: 15px 0 0; } }
  @media only screen and (max-width: 570px) {
    .c-page-head__top {
      height: auto;
      padding: 6px 0 0; } }

.c-page-head__bottom {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CED2DB;
  position: relative; }
  .c-page-head__bottom:before, .c-page-head__bottom:after {
    content: "";
    display: table; }
  .c-page-head__bottom:after {
    clear: both; }

.c-page-head__bottom__title {
  color: #22376F;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.1; }
  .t-brown .c-page-head__bottom__title {
    color: #896e4c; }
  .t-cyan .c-page-head__bottom__title {
    color: #1f6780; }
  .t-red .c-page-head__bottom__title {
    color: #8f3338; }
  .t-gray .c-page-head__bottom__title {
    color: #4f5660; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__bottom__title {
      font-size: 20px; } }
  .flexbox .c-page-head__bottom__title {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-page-head__bottom__title a {
    text-decoration: none; }
    .c-page-head__bottom__title a:hover {
      text-decoration: underline; }

.c-page-head__bottom__title__inner {
  padding: 20px 0;
  float: left;
  max-width: 70%; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__bottom__title__inner {
      padding: 15px 0; } }
  .flexbox .c-page-head__bottom__title__inner {
    max-width: none;
    padding: 15px 0;
    float: none;
    margin-top: 4px; }

.c-page-head__bottom__title__logo {
  padding-left: 20px; }
  .flexbox .c-page-head__bottom__title__logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .c-page-head__bottom__title__logo img {
    float: right;
    max-height: 56px;
    margin-top: 5px; }
    .flexbox .c-page-head__bottom__title__logo img {
      max-height: none;
      margin-top: 0;
      max-width: 250px;
      max-height: 60px; }

.c-page-head__section {
  float: left; }

.c-page-head__logo-wrap {
  margin-bottom: 15px; }
  .c-page-head__logo-wrap:before, .c-page-head__logo-wrap:after {
    content: "";
    display: table; }
  .c-page-head__logo-wrap:after {
    clear: both; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__logo-wrap {
      height: 80px;
      margin-bottom: 0;
      /* On md breakpoint the menu toggle takes some space on the right
           that needs to be considered here */
      padding-right: 120px; } }
  @media only screen and (max-width: 570px) {
    .c-page-head__logo-wrap {
      height: 56px;
      margin-bottom: 18px;
      padding-right: 0; } }

.c-page-head__logo-column {
  color: #FFFFFF;
  vertical-align: top; }

.c-page-head__logo-column--first {
  padding-top: 21px;
  padding-right: 7px;
  float: left;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__logo-column--first {
      padding-top: 17px;
      padding-right: 7px; } }
  @media only screen and (max-width: 570px) {
    .c-page-head__logo-column--first {
      padding-top: 15px;
      padding-right: 7px; } }

.c-page-head__logo-column--last {
  display: inline-block;
  overflow: hidden; }
  @media only screen and (max-width: 570px) {
    .c-page-head__logo-column--last {
      padding-top: 4px;
      position: absolute; } }

.c-page-head__link {
  color: #FFFFFF;
  display: inline;
  text-decoration: none; }

.c-page-head__logo--main,
.c-page-head__link--main {
  width: 60px; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__logo--main,
    .c-page-head__link--main {
      width: 55px; } }
  @media only screen and (max-width: 570px) {
    .c-page-head__logo--main,
    .c-page-head__link--main {
      width: 35px; } }

/* Move the custom text right by 1px to make it align nicely with the logo text */
.c-page-head__link--root {
  padding-left: 1px; }

.c-page-head__logo--root,
.c-page-head__link--root {
  height: 22px;
  max-width: 100%;
  line-height: 22px;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__logo--root,
    .c-page-head__link--root {
      height: 18px;
      line-height: 18px; } }
  @media only screen and (max-width: 570px) {
    .c-page-head__logo--root,
    .c-page-head__link--root {
      height: 12px;
      line-height: 12px; } }

/* In case the text of the logo spans two lines we have to adjust its height */
.c-page-head__logo--twolines,
.c-page-head__link--twolines {
  display: block;
  height: 60px;
  margin-bottom: .75em; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__logo--twolines,
    .c-page-head__link--twolines {
      height: 30px;
      margin-bottom: .25em; } }
  @media only screen and (max-width: 570px) {
    .c-page-head__logo--twolines,
    .c-page-head__link--twolines {
      height: 24px; } }

.c-page-head__subtitle {
  display: none;
  margin: 0;
  padding: 10px 20px;
  color: #22376F;
  background-color: #E9EBF1;
  border-bottom: 1px dotted currentColor; }
  @media only screen and (max-width: 570px) {
    .c-page-head__subtitle {
      display: block; } }

.c-page-head__subheader {
  display: block;
  padding-top: 2px;
  color: #FFFFFF;
  font-family: 'Merriweather Sans', Arial, Georgia, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__subheader {
      padding-top: 5px;
      font-size: 20px; } }
  @media only screen and (max-width: 570px) {
    .c-page-head__subheader {
      font-size: 12px; } }

.c-page-head__service {
  float: right;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .c-page-head__service {
      display: none; } }

.c-page-foot {
  overflow: hidden;
  border-top: 5px solid #22376F; }

.c-page-foot__col {
  padding-top: 40px;
  margin-bottom: 0; }
  .c-page-foot__col .o-content {
    margin-bottom: 1.5em; }

.c-page-foot__headline {
  margin-bottom: 25px;
  color: inherit; }

.c-page-foot__certificates .o-media,
.c-page-foot__partners .o-media {
  margin-bottom: 28px; }

.c-print-button {
  height: 41px;
  padding: 8px;
  margin-right: 5px;
  -webkit-transition: none;
  transition: none; }
  .c-print-button svg {
    fill: #FFFFFF; }
  .c-print-button:hover svg,
  .c-print-button:focus svg {
    fill: #22376F; }

.c-main-slider {
  margin: 20px 0 60px; }

.c-main-slider .o-slider__arrow {
  bottom: 15px;
  left: auto;
  right: 15px; }
  .c-main-slider .o-slider__arrow--prev {
    right: 75px; }
  @media only screen and (max-width: 1024px) {
    .c-main-slider .o-slider__arrow {
      bottom: -22px;
      left: auto;
      right: auto; }
      .c-main-slider .o-slider__arrow--prev {
        right: 50%; }
      .c-main-slider .o-slider__arrow--next {
        left: 50%; } }

.c-main-slider .o-slider__nav {
  position: relative;
  top: -27px;
  height: 20px;
  margin-top: -20px;
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .c-main-slider .o-slider__nav {
      display: none !important; } }

.c-menu-breadcrumb {
  height: 45px;
  margin-top: 25px;
  margin-bottom: -10px; }

.c-menu-breadcrumb__list:before, .c-menu-breadcrumb__list:after {
  content: "";
  display: table; }

.c-menu-breadcrumb__list:after {
  clear: both; }

.c-menu-breadcrumb__item {
  display: block;
  float: left;
  height: 45px;
  padding-left: 5px;
  color: #22376F;
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
  border: 10px solid #FFFFFF;
  border-width: 10px 0;
  background: #E9EBF1; }
  .c-menu-breadcrumb__item:hover, .c-menu-breadcrumb__item:focus {
    text-decoration: underline; }
  .c-menu-breadcrumb__item:after {
    content: '';
    display: inline-block;
    float: right;
    width: 14px;
    height: 25px;
    padding-left: 5px;
    background: transparent url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebreadcrumb-spacer%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M4%200H0l5%2012.5L0%2025h4l5-12.5L4%200z%22%2F%3E%3C%2Fsvg%3E') right center no-repeat; }
  .c-menu-breadcrumb__item:last-of-type:after {
    position: relative;
    padding-left: 5px;
    margin-left: -5px;
    left: 5px; }
  .c-menu-breadcrumb__item.is-active {
    padding-left: 10px;
    color: #212121;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFFFFF; }

.c-menu-footer__item {
  list-style: none; }

.c-menu-footer__link {
  display: inline-block;
  color: #212121;
  text-decoration: none;
  margin-bottom: .75em; }
  .c-menu-footer__link:hover, .c-menu-footer__link:focus {
    color: #212121;
    text-decoration: underline; }

.c-menu-language {
  float: right;
  height: 80px;
  padding: 25px 0; }

.c-menu-language__list:before, .c-menu-language__list:after {
  content: "";
  display: table; }

.c-menu-language__list:after {
  clear: both; }

.c-menu-language__item {
  list-style: none;
  float: left;
  margin-left: 10px; }

.c-menu-language__link {
  opacity: 1;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
  .c-menu-language__link:hover, .c-menu-language__link:focus, .c-menu-language__link.is-active {
    opacity: .35; }

.c-menu-language__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.c-menu-language__img {
  width: 30px;
  height: 30px;
  border: 2px solid #FFFFFF;
  border-radius: 50%; }

.c-lang-dropdown {
  margin-left: 10px; }

.o-dropdown__check:checked ~ .o-dropdown__toggle,
.o-dropdown__check:focus ~ .o-dropdown__toggle {
  border-color: transparent;
  background-color: #4e5f8c; }
  .t-brown .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-brown
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a18b70; }
  .t-cyan .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-cyan
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #4c8599; }
  .t-red .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-red
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a55c60; }
  .t-gray .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-gray
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #727880; }
  .t-brown .t-brown .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-brown .t-brown
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a18b70; }
  .t-cyan .t-brown .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-cyan .t-brown
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #4c8599; }
  .t-red .t-brown .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-red .t-brown
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a55c60; }
  .t-gray .t-brown .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-gray .t-brown
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #727880; }
  .t-brown .t-cyan .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-brown .t-cyan
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a18b70; }
  .t-cyan .t-cyan .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-cyan .t-cyan
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #4c8599; }
  .t-red .t-cyan .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-red .t-cyan
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a55c60; }
  .t-gray .t-cyan .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-gray .t-cyan
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #727880; }
  .t-brown .t-red .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-brown .t-red
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a18b70; }
  .t-cyan .t-red .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-cyan .t-red
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #4c8599; }
  .t-red .t-red .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-red .t-red
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a55c60; }
  .t-gray .t-red .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-gray .t-red
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #727880; }
  .t-brown .t-gray .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-brown .t-gray
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a18b70; }
  .t-cyan .t-gray .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-cyan .t-gray
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #4c8599; }
  .t-red .t-gray .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-red .t-gray
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #a55c60; }
  .t-gray .t-gray .o-dropdown__check:checked ~ .o-dropdown__toggle, .t-gray .t-gray
  .o-dropdown__check:focus ~ .o-dropdown__toggle {
    background-color: #727880; }

.c-lang-dropdown__btn {
  top: 0;
  right: 0;
  height: 34px;
  width: 34px;
  margin-bottom: 0;
  padding: 6px;
  border-width: 0;
  border-radius: 2px;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #22376F;
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .t-brown .c-lang-dropdown__btn {
    background-color: #997b55; }
  .t-cyan .c-lang-dropdown__btn {
    background-color: #247895; }
  .t-red .c-lang-dropdown__btn {
    background-color: #a23a3f; }
  .t-gray .c-lang-dropdown__btn {
    background-color: #5b636e; }
  .c-lang-dropdown__btn svg {
    fill: #FFFFFF; }
  .c-lang-dropdown__btn:hover, .c-lang-dropdown__btn:focus {
    border-color: transparent;
    background-color: #4e5f8c; }
    .t-brown .c-lang-dropdown__btn:hover, .t-brown .c-lang-dropdown__btn:focus {
      background-color: #a18b70; }
    .t-cyan .c-lang-dropdown__btn:hover, .t-cyan .c-lang-dropdown__btn:focus {
      background-color: #4c8599; }
    .t-red .c-lang-dropdown__btn:hover, .t-red .c-lang-dropdown__btn:focus {
      background-color: #a55c60; }
    .t-gray .c-lang-dropdown__btn:hover, .t-gray .c-lang-dropdown__btn:focus {
      background-color: #727880; }
    .t-brown .t-brown .c-lang-dropdown__btn:hover, .t-brown .t-brown .c-lang-dropdown__btn:focus {
      background-color: #a18b70; }
    .t-cyan .t-brown .c-lang-dropdown__btn:hover, .t-cyan .t-brown .c-lang-dropdown__btn:focus {
      background-color: #4c8599; }
    .t-red .t-brown .c-lang-dropdown__btn:hover, .t-red .t-brown .c-lang-dropdown__btn:focus {
      background-color: #a55c60; }
    .t-gray .t-brown .c-lang-dropdown__btn:hover, .t-gray .t-brown .c-lang-dropdown__btn:focus {
      background-color: #727880; }
    .t-brown .t-cyan .c-lang-dropdown__btn:hover, .t-brown .t-cyan .c-lang-dropdown__btn:focus {
      background-color: #a18b70; }
    .t-cyan .t-cyan .c-lang-dropdown__btn:hover, .t-cyan .t-cyan .c-lang-dropdown__btn:focus {
      background-color: #4c8599; }
    .t-red .t-cyan .c-lang-dropdown__btn:hover, .t-red .t-cyan .c-lang-dropdown__btn:focus {
      background-color: #a55c60; }
    .t-gray .t-cyan .c-lang-dropdown__btn:hover, .t-gray .t-cyan .c-lang-dropdown__btn:focus {
      background-color: #727880; }
    .t-brown .t-red .c-lang-dropdown__btn:hover, .t-brown .t-red .c-lang-dropdown__btn:focus {
      background-color: #a18b70; }
    .t-cyan .t-red .c-lang-dropdown__btn:hover, .t-cyan .t-red .c-lang-dropdown__btn:focus {
      background-color: #4c8599; }
    .t-red .t-red .c-lang-dropdown__btn:hover, .t-red .t-red .c-lang-dropdown__btn:focus {
      background-color: #a55c60; }
    .t-gray .t-red .c-lang-dropdown__btn:hover, .t-gray .t-red .c-lang-dropdown__btn:focus {
      background-color: #727880; }
    .t-brown .t-gray .c-lang-dropdown__btn:hover, .t-brown .t-gray .c-lang-dropdown__btn:focus {
      background-color: #a18b70; }
    .t-cyan .t-gray .c-lang-dropdown__btn:hover, .t-cyan .t-gray .c-lang-dropdown__btn:focus {
      background-color: #4c8599; }
    .t-red .t-gray .c-lang-dropdown__btn:hover, .t-red .t-gray .c-lang-dropdown__btn:focus {
      background-color: #a55c60; }
    .t-gray .t-gray .c-lang-dropdown__btn:hover, .t-gray .t-gray .c-lang-dropdown__btn:focus {
      background-color: #727880; }

.c-lang-dropdown__list {
  margin: 0;
  padding: 0; }
  .c-page-head__top .c-lang-dropdown__list {
    width: 34px;
    border-color: transparent;
    background-color: #4e5f8c;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
    .t-brown .c-page-head__top .c-lang-dropdown__list {
      background-color: #a18b70; }
    .t-cyan .c-page-head__top .c-lang-dropdown__list {
      background-color: #4c8599; }
    .t-red .c-page-head__top .c-lang-dropdown__list {
      background-color: #a55c60; }
    .t-gray .c-page-head__top .c-lang-dropdown__list {
      background-color: #727880; }
    .t-brown .t-brown .c-page-head__top .c-lang-dropdown__list {
      background-color: #a18b70; }
    .t-cyan .t-brown .c-page-head__top .c-lang-dropdown__list {
      background-color: #4c8599; }
    .t-red .t-brown .c-page-head__top .c-lang-dropdown__list {
      background-color: #a55c60; }
    .t-gray .t-brown .c-page-head__top .c-lang-dropdown__list {
      background-color: #727880; }
    .t-brown .t-cyan .c-page-head__top .c-lang-dropdown__list {
      background-color: #a18b70; }
    .t-cyan .t-cyan .c-page-head__top .c-lang-dropdown__list {
      background-color: #4c8599; }
    .t-red .t-cyan .c-page-head__top .c-lang-dropdown__list {
      background-color: #a55c60; }
    .t-gray .t-cyan .c-page-head__top .c-lang-dropdown__list {
      background-color: #727880; }
    .t-brown .t-red .c-page-head__top .c-lang-dropdown__list {
      background-color: #a18b70; }
    .t-cyan .t-red .c-page-head__top .c-lang-dropdown__list {
      background-color: #4c8599; }
    .t-red .t-red .c-page-head__top .c-lang-dropdown__list {
      background-color: #a55c60; }
    .t-gray .t-red .c-page-head__top .c-lang-dropdown__list {
      background-color: #727880; }
    .t-brown .t-gray .c-page-head__top .c-lang-dropdown__list {
      background-color: #a18b70; }
    .t-cyan .t-gray .c-page-head__top .c-lang-dropdown__list {
      background-color: #4c8599; }
    .t-red .t-gray .c-page-head__top .c-lang-dropdown__list {
      background-color: #a55c60; }
    .t-gray .t-gray .c-page-head__top .c-lang-dropdown__list {
      background-color: #727880; }
  .c-lang-dropdown__list li {
    float: left;
    list-style: none; }
    .c-page-head__top .c-lang-dropdown__list li {
      float: none; }
    .c-lang-dropdown__list li:first-of-type > * {
      margin-top: 5px; }
  .c-lang-dropdown__list svg {
    width: 26px;
    height: 26px; }
  .c-lang-dropdown__list a,
  .c-lang-dropdown__list span {
    display: inline-block;
    padding: 0 4px; }

.c-menu-main__list {
  margin-bottom: 0;
  list-style: none; }
  .c-menu-main__list:before, .c-menu-main__list:after {
    content: "";
    display: table; }
  .c-menu-main__list:after {
    clear: both; }

.c-menu-main__item {
  float: left;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  list-style: inherit; }

.c-menu-main__link {
  display: block;
  padding: 0 10px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: .1s all ease;
  transition: .1s all ease; }
  .c-menu-main__link:hover, .c-menu-main__link:focus {
    color: #FFFFFF;
    background-color: #384b7d;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.2); }

.c-menu-main-dropdown__label {
  color: #FFFFFF;
  text-decoration: none; }
  .c-menu-main-dropdown__label:hover, .c-menu-main-dropdown__label:focus {
    color: #FFFFFF;
    text-decoration: underline; }

.c-menu-main-dropdown__list {
  width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 4px rgba(33, 33, 33, 0.2);
  background-color: #4e5f8c;
  border-radius: 0 3px 3px; }
  .t-brown .c-menu-main-dropdown__list {
    background-color: #a18b70; }
  .t-cyan .c-menu-main-dropdown__list {
    background-color: #4c8599; }
  .t-red .c-menu-main-dropdown__list {
    background-color: #a55c60; }
  .t-gray .c-menu-main-dropdown__list {
    background-color: #727880; }
  .o-dropdown--open-left .c-menu-main-dropdown__list {
    border-top-left-radius: 3px;
    border-top-right-radius: 0; }

.c-menu-main-dropdown__link {
  display: block;
  line-height: 28px;
  -webkit-transition: .1s all ease;
  transition: .1s all ease;
  padding: 6px 0; }
  .c-menu-main-dropdown__link:hover, .c-menu-main-dropdown__link:focus {
    text-decoration: underline; }

.c-menu-main-dropdown__toggle {
  display: block;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  line-height: inherit;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .1s all ease;
  transition: .1s all ease; }
  .c-menu-main-dropdown__toggle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 3px;
    background-color: inherit;
    background-image: none;
    opacity: 0;
    -webkit-transition: .1s all ease;
    transition: .1s all ease; }

.c-menu-main-dropdown__toggle:hover,
.c-menu-main-dropdown__check:focus ~ .c-menu-main-dropdown__toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  border-color: transparent;
  background-color: #4e5f8c; }
  .t-brown .c-menu-main-dropdown__toggle:hover, .t-brown
  .c-menu-main-dropdown__check:focus ~ .c-menu-main-dropdown__toggle {
    background-color: #a18b70; }
  .t-cyan .c-menu-main-dropdown__toggle:hover, .t-cyan
  .c-menu-main-dropdown__check:focus ~ .c-menu-main-dropdown__toggle {
    background-color: #4c8599; }
  .t-red .c-menu-main-dropdown__toggle:hover, .t-red
  .c-menu-main-dropdown__check:focus ~ .c-menu-main-dropdown__toggle {
    background-color: #a55c60; }
  .t-gray .c-menu-main-dropdown__toggle:hover, .t-gray
  .c-menu-main-dropdown__check:focus ~ .c-menu-main-dropdown__toggle {
    background-color: #727880; }

.c-menu-main-dropdown__check:focus ~ .c-menu-main-dropdown__toggle:hover {
  border-color: transparent; }

.c-menu-main-dropdown__check:checked ~ .c-menu-main-dropdown__toggle {
  padding-bottom: 10px;
  background-color: #4e5f8c;
  -webkit-box-shadow: 0 0 2px rgba(33, 33, 33, 0.3);
          box-shadow: 0 0 2px rgba(33, 33, 33, 0.3);
  border-color: transparent; }
  .t-brown .c-menu-main-dropdown__check:checked ~ .c-menu-main-dropdown__toggle {
    background-color: #a18b70; }
  .t-cyan .c-menu-main-dropdown__check:checked ~ .c-menu-main-dropdown__toggle {
    background-color: #4c8599; }
  .t-red .c-menu-main-dropdown__check:checked ~ .c-menu-main-dropdown__toggle {
    background-color: #a55c60; }
  .t-gray .c-menu-main-dropdown__check:checked ~ .c-menu-main-dropdown__toggle {
    background-color: #727880; }
  .c-menu-main-dropdown__check:checked ~ .c-menu-main-dropdown__toggle::before {
    opacity: 1; }

.c-menu-main-dropdown__subtitle {
    font-weight: normal;
}

.c-menu-main-dropdown__link {
    font-weight: bold;
    line-height: 24px;
    padding: 10px 0;
}

.c-menu-sub__subtitle {
    font-weight: normal;
}

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 60px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 60px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 26px;
    bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 30px;
  height: 60px;
  padding: 0 60px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 15px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0; }
  .mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 20px;
  line-height: 40px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 70px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 70px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 70px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 70px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 35px; }

.mm-listview .mm-spacer {
  padding-top: 60px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 60px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 35px; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }

html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu {
  z-index: 2; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 60px; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 15px 3px; }
  .mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -60px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 60px; }

.mm-navbar-top-2 {
  top: 60px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 120px; }

.mm-navbar-top-3 {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 180px; }

.mm-navbar-top-4 {
  top: 180px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 240px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 60px; }

.mm-navbar-bottom-2 {
  bottom: 60px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-3 {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 180px; }

.mm-navbar-bottom-4 {
  bottom: 180px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 240px; }

.mm-navbar-size-2 {
  height: 120px; }

.mm-navbar-size-3 {
  height: 180px; }

.mm-navbar-size-4 {
  height: 240px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu offCanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }
  .mm-menu.mm-offcanvas.mm-current {
    display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0); } }

/*
	jQuery.mmenu screenReader addon CSS
*/
.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1; }

.mm-menu {
  background: #22376F;
  border-color: #384b7d;
  color: #FFFFFF; }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: #384b7d; }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
      tap-highlight-color: rgba(255, 255, 255, 0.1); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.1); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
.c-menu-mobile {
    background-color: $c-brand;
    border-color: $c-blue-medium;
    color: $c-white;

    .c-menu-mobile__list {
        border-color: inherit;
    }
}

.c-menu-mobile__item {
    padding: 7px 0 !important;
}
*/
.c-menu-mobile {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

.c-menu-mobile__link {
  border-bottom: 1px solid #384b7d; }
  .c-menu-mobile__link:hover, .c-menu-mobile__link:focus {
    background-color: #384b7d; }

.c-menu-mobile__close {
  display: block;
  position: relative;
  right: 45px;
  top: 5px;
  z-index: 1;
  height: 40px;
  width: 40px;
  padding: 5px;
  border: 0;
  background: transparent; }
  .c-menu-mobile__close .c-menu-mobile__close-btn {
    display: block;
    height: 30px;
    width: 30px;
    fill: #22376F; }

.c-menu-mobile .mm-navbar a,
.c-menu-mobile .mm-navbar > * {
  color: #E8EBF0;
  text-align: right; }

.c-menu-mobile__link {
    font-weight: bold;
    line-height: 24px;
    padding: 20px 10px 20px 20px !important;
}

.c-menu-mobile-dropdown__subtitle {
  font-weight: normal;
}

.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: currentColor; }

.mm-btn,
.mm-listview .mm-next {
  width: 60px; }
  .mm-btn:hover, .mm-btn:focus,
  .mm-listview .mm-next:hover,
  .mm-listview .mm-next:focus {
    background-color: #384b7d; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 60px; }

.mm-next:after,
.mm-arrow:after {
  right: 27px; }

.mm-prev:before {
  left: 27px; }

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: .7; }

.mm-listview > .c-menu-mobile__search,
.mm-listview > .c-menu-mobile__service,
.mm-listview > .c-menu-footer__item,
.mm-listview > .c-menu-footer__item:after,
.mm-listview > .c-menu-footer__item .mm-next,
.mm-listview > .c-menu-footer__item .mm-next:before,
.mm-listview > .c-menu-mobile__languages,
.mm-listview > .c-menu-language__item,
.mm-listview > .c-menu-language__item:after,
.mm-listview > .c-menu-language__item .mm-next,
.mm-listview > .c-menu-language__item .mm-next:before {
  border-color: transparent; }

.mm-listview .c-menu-language__list {
  margin-top: 30px;
  margin-left: 20px; }

.mm-listview > .c-menu-footer__item {
  font-size: 16px;
  line-height: 20px; }

.mm-listview > .c-menu-footer__item > a,
.mm-listview > .c-menu-footer__item > span {
  padding: 10px 20px; }
  .mm-listview > .c-menu-footer__item > a:hover, .mm-listview > .c-menu-footer__item > a:focus,
  .mm-listview > .c-menu-footer__item > span:hover,
  .mm-listview > .c-menu-footer__item > span:focus {
    background-color: #384b7d; }

.mm-listview > .c-menu-language__item {
  margin-right: 10px; }

.mm-listview > .c-menu-language__item > a,
.mm-listview > .c-menu-language__item > span {
  padding: 0; }

.mm-listview > .c-menu-mobile__search {
  padding: 20px;
  font-size: initial; }

.c-menu-mobile__search {
  color: #22376F; }

.c-menu-mobile .c-global-search {
  position: relative; }

.c-menu-mobile .c-global-search__field {
  border-radius: 2px;
  padding-left: 40px;
  height: 40px; }

.c-menu-mobile .c-global-search__btn {
  position: absolute;
  left: 0;
  background-color: #fff;
  border-width: 0;
  height: 40px;
  width: 40px;
  border-radius: 2px 0 0 2px; }

.c-menu-mobile .c-lang-dropdown__list {
  margin-top: 10px;
  padding-left: 15px; }
  .c-menu-mobile .c-lang-dropdown__list li {
    border-color: transparent; }
  .c-menu-mobile .c-lang-dropdown__list a,
  .c-menu-mobile .c-lang-dropdown__list span {
    padding: 5px;
    margin: 0; }
    .c-menu-mobile .c-lang-dropdown__list a svg,
    .c-menu-mobile .c-lang-dropdown__list span svg {
      display: block;
      width: 35px;
      height: 35px; }

.c-menu-quicklinks {
  height: 40px;
  margin-left: 10px; }
  .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle,
  .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
    border-color: transparent;
    background-color: #4e5f8c;
    color: #FFFFFF; }
    .t-brown .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a18b70; }
    .t-cyan .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #4c8599; }
    .t-red .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a55c60; }
    .t-gray .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #727880; }
    .t-brown .t-brown .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-brown .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a18b70; }
    .t-cyan .t-brown .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-cyan .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #4c8599; }
    .t-red .t-brown .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-red .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a55c60; }
    .t-gray .t-brown .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-gray .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #727880; }
    .t-brown .t-cyan .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-brown .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a18b70; }
    .t-cyan .t-cyan .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-cyan .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #4c8599; }
    .t-red .t-cyan .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-red .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a55c60; }
    .t-gray .t-cyan .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-gray .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #727880; }
    .t-brown .t-red .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-brown .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a18b70; }
    .t-cyan .t-red .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-cyan .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #4c8599; }
    .t-red .t-red .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-red .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a55c60; }
    .t-gray .t-red .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-gray .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #727880; }
    .t-brown .t-gray .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-brown .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a18b70; }
    .t-cyan .t-gray .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-cyan .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #4c8599; }
    .t-red .t-gray .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-red .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #a55c60; }
    .t-gray .t-gray .c-menu-quicklinks.is-focused .c-menu-quicklinks__toggle, .t-gray .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle .c-menu-quicklinks__toggle {
      background-color: #727880; }
  .c-menu-quicklinks.is-focused.o-btn--raised,
  .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
    border-color: transparent;
    background-color: #4e5f8c;
    color: #FFFFFF;
    font-weight: normal; }
    .t-brown .c-menu-quicklinks.is-focused.o-btn--raised, .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a18b70; }
    .t-cyan .c-menu-quicklinks.is-focused.o-btn--raised, .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #4c8599; }
    .t-red .c-menu-quicklinks.is-focused.o-btn--raised, .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a55c60; }
    .t-gray .c-menu-quicklinks.is-focused.o-btn--raised, .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #727880; }
    .t-brown .t-brown .c-menu-quicklinks.is-focused.o-btn--raised, .t-brown .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a18b70; }
    .t-cyan .t-brown .c-menu-quicklinks.is-focused.o-btn--raised, .t-cyan .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #4c8599; }
    .t-red .t-brown .c-menu-quicklinks.is-focused.o-btn--raised, .t-red .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a55c60; }
    .t-gray .t-brown .c-menu-quicklinks.is-focused.o-btn--raised, .t-gray .t-brown
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #727880; }
    .t-brown .t-cyan .c-menu-quicklinks.is-focused.o-btn--raised, .t-brown .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a18b70; }
    .t-cyan .t-cyan .c-menu-quicklinks.is-focused.o-btn--raised, .t-cyan .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #4c8599; }
    .t-red .t-cyan .c-menu-quicklinks.is-focused.o-btn--raised, .t-red .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a55c60; }
    .t-gray .t-cyan .c-menu-quicklinks.is-focused.o-btn--raised, .t-gray .t-cyan
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #727880; }
    .t-brown .t-red .c-menu-quicklinks.is-focused.o-btn--raised, .t-brown .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a18b70; }
    .t-cyan .t-red .c-menu-quicklinks.is-focused.o-btn--raised, .t-cyan .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #4c8599; }
    .t-red .t-red .c-menu-quicklinks.is-focused.o-btn--raised, .t-red .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a55c60; }
    .t-gray .t-red .c-menu-quicklinks.is-focused.o-btn--raised, .t-gray .t-red
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #727880; }
    .t-brown .t-gray .c-menu-quicklinks.is-focused.o-btn--raised, .t-brown .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a18b70; }
    .t-cyan .t-gray .c-menu-quicklinks.is-focused.o-btn--raised, .t-cyan .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #4c8599; }
    .t-red .t-gray .c-menu-quicklinks.is-focused.o-btn--raised, .t-red .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #a55c60; }
    .t-gray .t-gray .c-menu-quicklinks.is-focused.o-btn--raised, .t-gray .t-gray
    .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle.o-btn--raised {
      background-color: #727880; }
  .c-menu-quicklinks .o-dropdown__wrap {
    right: 0;
    width: 300px; }
  .c-menu-quicklinks .o-dropdown__list {
    width: 300px; }
  .c-menu-quicklinks .c-menu-quicklinks__list {
    border-color: transparent;
    background-color: #4e5f8c; }
    .t-brown .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a18b70; }
    .t-cyan .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #4c8599; }
    .t-red .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a55c60; }
    .t-gray .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #727880; }
    .t-brown .t-brown .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a18b70; }
    .t-cyan .t-brown .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #4c8599; }
    .t-red .t-brown .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a55c60; }
    .t-gray .t-brown .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #727880; }
    .t-brown .t-cyan .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a18b70; }
    .t-cyan .t-cyan .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #4c8599; }
    .t-red .t-cyan .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a55c60; }
    .t-gray .t-cyan .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #727880; }
    .t-brown .t-red .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a18b70; }
    .t-cyan .t-red .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #4c8599; }
    .t-red .t-red .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a55c60; }
    .t-gray .t-red .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #727880; }
    .t-brown .t-gray .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a18b70; }
    .t-cyan .t-gray .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #4c8599; }
    .t-red .t-gray .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #a55c60; }
    .t-gray .t-gray .c-menu-quicklinks .c-menu-quicklinks__list {
      background-color: #727880; }
    .c-menu-quicklinks .c-menu-quicklinks__list a {
      color: #FFFFFF; }

.c-menu-quicklinks__toggle {
  border-width: 2px;
  padding: 0.5em 1em; }
  .c-menu-quicklinks__toggle.o-btn--raised {
    background-color: #22376F;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-weight: normal; }
    .t-brown .c-menu-quicklinks__toggle.o-btn--raised {
      background-color: #997b55; }
    .t-cyan .c-menu-quicklinks__toggle.o-btn--raised {
      background-color: #247895; }
    .t-red .c-menu-quicklinks__toggle.o-btn--raised {
      background-color: #a23a3f; }
    .t-gray .c-menu-quicklinks__toggle.o-btn--raised {
      background-color: #5b636e; }

.c-menu-social__list:before, .c-menu-social__list:after {
  content: "";
  display: table; }

.c-menu-social__list:after {
  clear: both; }

.c-menu-social__item {
  list-style: none;
  float: left;
  margin-right: 10px; }

.c-menu-social__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.c-menu-social__img {
  width: 34px;
  height: 34px;
  fill: #22376F;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
  .c-menu-social__link:hover .c-menu-social__img,
  .c-menu-social__link:focus .c-menu-social__img {
    border-color: #d3d7e2; }

.c-menu-sub {
  margin-bottom: 2em; }

.c-menu-sub__list {
  list-style: none; }

.c-menu-sub__list--l1 {
  border-bottom: 1px solid #CED2DB; }

.c-menu-sub__item {
  position: relative; }

.c-menu-sub__toggle {
  position: absolute;
  right: 0;
  top: 7px;
  border: none;
  height: 35px;
  width: 40px;
  overflow: hidden;
  background: #E9EBF1;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
  .c-menu-sub__toggle.is-active {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }

.c-menu-sub__link {
  display: block;
  padding-right: 25px;
  line-height: 1.4;
  text-decoration: none; }

.c-menu-sub__item--l1 {
  border-top: 1px solid #CED2DB; }
  .c-menu-sub__item--l1:first-child {
    border-top-width: 0; }

.c-menu-sub__list--l2 {
  margin-bottom: 1em; }

.c-menu-sub__list--l3 {
  margin-bottom: 1em; }

.c-menu-sub__item--l1 > .c-menu-sub__link {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 50px;
  font-size: 15px;
  font-weight: bold; }
  .c-menu-sub__item--l1 > .c-menu-sub__link:hover, .c-menu-sub__item--l1 > .c-menu-sub__link:focus {
    text-decoration: underline; }

.c-menu-sub__item--l2 .c-menu-sub__link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-size: 13px; }
  .c-menu-sub__item--l2 .c-menu-sub__link:hover, .c-menu-sub__item--l2 .c-menu-sub__link:focus, .c-menu-sub__item--l2 .c-menu-sub__link.is-current {
    background-color: #FFFFFF; }

.c-menu-sub__item--l3 > .c-menu-sub__link {
  margin-left: 15px; }

.c-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  text-align: center; }
  @media only screen and (max-width: 570px) {
    .c-menu-toggle {
      position: relative;
      width: 100%;
      height: 60px;
      overflow: hidden;
      background: #E9EBF1; } }

.c-menu-toggle__btn {
  display: block;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  padding: 25px 0 15px;
  background: #E9EBF1;
  border: none;
  -webkit-transition: .1s all ease;
  transition: .1s all ease;
  cursor: pointer; }
  .c-menu-toggle__btn:hover, .c-menu-toggle__btn:focus {
    background: #FFFFFF; }
  @media only screen and (max-width: 570px) {
    .c-menu-toggle__btn {
      height: 60px;
      width: 100%;
      padding: 15px 0; } }

.c-menu-toggle__icon {
  width: 30px;
  height: 28px;
  margin: 0 55px;
  fill: #22376F; }
  @media only screen and (max-width: 570px) {
    .c-menu-toggle__icon {
      display: inline;
      margin: 0;
      width: 30px;
      margin-right: 1em;
      vertical-align: middle; } }

.c-menu-toggle__label {
  font-size: 13px;
  color: #22376F;
  text-transform: uppercase; }
  @media only screen and (max-width: 570px) {
    .c-menu-toggle__label {
      position: relative;
      top: 2px;
      font-size: 15px;
      text-transform: none; } }

.c-notification {
  position: relative;
  padding: 1em;
  padding-left: 85px;
  margin-bottom: 3.125em; }
  .c-notification--important, .c-notification--error {
    color: #913338;
    background: #f4ebeb; }
  @media only screen and (max-width: 570px) {
    .c-notification {
      padding-left: 50px; } }

.c-notification__close {
  position: absolute;
  left: 34px;
  top: 34px;
  padding: 0;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 570px) {
    .c-notification__close {
      top: 15px;
      left: 15px; } }

.c-notification__icon {
  height: 21px;
  width: 21px; }

.c-notification__headline {
  font-size: inherit; }
  .c-notification--important .c-notification__headline,
  .c-notification--error .c-notification__headline {
    color: #913338; }

.c-notification__message :last-child {
  margin-bottom: 0; }

.c-orgchart {
  font-size: 71%;
  /* Was a nice 70% before, but increased for improved legibility */ }
  .c-orgchart:before, .c-orgchart:after {
    content: "";
    display: table; }
  .c-orgchart:after {
    clear: both; }
  .c-orgchart .o-grid,
  .c-orgchart [class*='o-grid@'] {
    margin-left: -6px; }

.c-orgchart__container {
  position: relative;
  list-style: none; }

.c-orgchart__headline {
  margin: 0;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  background: #22376F; }

.c-orgchart__head {
  position: relative;
  margin-bottom: 2px; }
  .c-orgchart__head > .c-orgchart__item {
    color: #FFFFFF; }
    .c-orgchart__head > .c-orgchart__item--area {
      background-color: #006f9f; }
    .c-orgchart__head > .c-orgchart__item--section {
      background-color: #a66f00; }
    .c-orgchart__head > .c-orgchart__item--gremium {
      background-color: #18aaaa; }
    .c-orgchart__head > .c-orgchart__item--faculty {
      background-color: #af0917; }
    .c-orgchart__head > .c-orgchart__item--staff {
      background-color: #f8b356; }
    .c-orgchart__head > .c-orgchart__item--group {
      background-color: #41a62a; }
    .c-orgchart__head > .c-orgchart__item--assignment {
      background-color: #a7a7a7; }
    .c-orgchart__head > .c-orgchart__item--competencecenter {
      background-color: #57a2f7; }

.c-orgchart__item {
  position: relative;
  display: block;
  min-height: 100px;
  padding: 10px;
  background: #E8EBF0;
  color: #22376F;
  border-left: 15px solid transparent; }
  .c-orgchart__item--area {
    border-color: #006f9f; }
  .c-orgchart__item--section {
    border-color: #a66f00; }
  .c-orgchart__item--gremium {
    border-color: #18aaaa; }
  .c-orgchart__item--faculty {
    border-color: #af0917; }
  .c-orgchart__item--staff {
    border-color: #f8b356; }
  .c-orgchart__item--group {
    border-color: #41a62a; }
  .c-orgchart__item--assignment {
    border-color: #a7a7a7; }
  .c-orgchart__item--competencecenter {
    border-color: #57a2f7; }
  .c-orgchart__item.has-children {
    border-left-width: 30px; }
  .c-orgchart__item :last-child {
    margin-bottom: 0; }

.c-orgchart__l1 .o-grid__item {
  float: left;
  display: block;
  padding-left: 6px;
  margin-right: 0;
  vertical-align: top; }

.c-orgchart__container--l1:last-child {
  border-right: 0; }

@media only screen and (max-width: 570px) {
  .c-orgchart__container--l1 {
    margin-bottom: 20px; } }

@media only screen and (max-width: 1024px) {
  .c-orgchart__container--l1 {
    margin-bottom: 20px; } }

.c-orgchart__l2 {
  color: inherit; }
  .c-orgchart__l2 > .o-grid__item {
    vertical-align: top; }
  .c-orgchart__l2 .c-orgchart__item {
    margin-bottom: 2px; }

.c-orgchart__l3 {
  margin-bottom: 20px; }

.c-orgchart__container--l3 .c-orgchart__item {
  background-color: #FFFFFF;
  /*
         * Fake bottom border
         *
         * This workaround is required because using the border-bottom property
         * the bottom border would form a 45° angle with the left border that's
         * already in place (color-coding of the items).
         */ }
  .c-orgchart__container--l3 .c-orgchart__item::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: '';
    background: #E8EBF0; }

.c-orgchart__title {
  font-size: 1.1em;
  color: inherit;
  margin-bottom: 0; }

.c-orgchart__link {
  display: block;
  margin-top: 1em;
  color: inherit; }
  .c-orgchart__link :last-child {
    margin-bottom: 0; }
  .c-orgchart__link:hover {
    color: inherit;
  }

.c-orgchart__header {
  position: relative; }

.c-orgchart__toggle {
  /* define button size and position */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  /* reset default <button> styles */
  border: 0;
  background-color: rgba(33, 33, 33, 0.2);
  outline: 0; }
  .has-children .c-orgchart__toggle {
    margin-left: -30px; }
  .c-orgchart__toggle:hover, .c-orgchart__toggle:focus {
    background-color: rgba(33, 33, 33, 0.4); }

.c-orgchart__toggle-icon {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 6px;
  fill: #FFFFFF; }
  .c-orgchart__toggle-icon--hide {
    display: none; }
  .c-orgchart__toggle.is-active .c-orgchart__toggle-icon--show {
    display: none; }
  .c-orgchart__toggle.is-active .c-orgchart__toggle-icon--hide {
    display: block; }

/*------------------------------------*    #LEGEND
\*------------------------------------*/
/**
 * Begin of module
 *
 * 1. Clear floats when placed inside an orgchart component
 * 2. Set height of each item in the legend.
 * 3. Set width to the same value as the height to achieve a colored square.
 * 4. Add some margin between the square and the description
 * 5. Make the square and description align vertically centered
 * 6. Background color = font color. This 'hides' the descriptive text for the color (a11y)
 * 7. Hide overflowing text so the square box does not grow
 */
.c-legend {
  clear: both;
  /* [1] */ }

.c-legend__item {
  line-height: 30px;
  /* [2] */ }
  .c-legend--inline .c-legend__item {
    display: inline-block;
    padding-right: 1.5em; }
    @media only screen and (max-width: 1024px) {
      .c-legend--inline .c-legend__item {
        width: 33.33333%;
        margin-right: -4px; } }
    @media only screen and (max-width: 768px) {
      .c-legend--inline .c-legend__item {
        width: 50%;
        margin-right: -4px; } }
    @media only screen and (max-width: 570px) {
      .c-legend--inline .c-legend__item {
        display: block;
        width: auto; } }

.c-legend__key {
  display: inline-block;
  /* [5] */
  overflow: hidden;
  /* [7] */
  height: 30px;
  /* [2] */
  width: 30px;
  /* [3] */
  margin-right: .5em;
  /* [4] */
  vertical-align: middle;
  /* [5] */
  background-color: currentColor;
  /* [6] */
  /* [6] */ }
  .c-legend__key--area {
    color: #006f9f; }
  .c-legend__key--section {
    color: #a66f00; }
  .c-legend__key--gremium {
    color: #18aaaa; }
  .c-legend__key--faculty {
    color: #af0917; }
  .c-legend__key--staff {
    color: #f8b356; }
  .c-legend__key--group {
    color: #41a62a; }
  .c-legend__key--assignment {
    color: #a7a7a7; }
  .c-legend__key--competencecenter {
    color: #57a2f7; }

.c-legend__value {
  display: inline-block;
  /* [5] */
  vertical-align: middle;
  /* [5] */ }

.c-pagination, .tx-indexedsearch-browsebox {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.c-pagination__btn.o-btn.is-active, .c-glossar__pagination li a.c-pagination__btn.is-active, ul.tx-indexedsearch-browsebox a.c-pagination__btn.is-active, .browsebox a.c-pagination__btn.is-active {
  background-color: #22376F;
  color: #FFFFFF;
  cursor: default; }
  .t-brown .c-pagination__btn.o-btn.is-active, .t-brown .c-glossar__pagination li a.c-pagination__btn.is-active, .c-glossar__pagination li .t-brown a.c-pagination__btn.is-active, .t-brown ul.tx-indexedsearch-browsebox a.c-pagination__btn.is-active, .t-brown .browsebox a.c-pagination__btn.is-active, ul.tx-indexedsearch-browsebox .t-brown a.c-pagination__btn.is-active, .browsebox .t-brown a.c-pagination__btn.is-active {
    background-color: #896e4c; }
  .t-cyan .c-pagination__btn.o-btn.is-active, .t-cyan .c-glossar__pagination li a.c-pagination__btn.is-active, .c-glossar__pagination li .t-cyan a.c-pagination__btn.is-active, .t-cyan ul.tx-indexedsearch-browsebox a.c-pagination__btn.is-active, .t-cyan .browsebox a.c-pagination__btn.is-active, ul.tx-indexedsearch-browsebox .t-cyan a.c-pagination__btn.is-active, .browsebox .t-cyan a.c-pagination__btn.is-active {
    background-color: #1f6780; }
  .t-red .c-pagination__btn.o-btn.is-active, .t-red .c-glossar__pagination li a.c-pagination__btn.is-active, .c-glossar__pagination li .t-red a.c-pagination__btn.is-active, .t-red ul.tx-indexedsearch-browsebox a.c-pagination__btn.is-active, .t-red .browsebox a.c-pagination__btn.is-active, ul.tx-indexedsearch-browsebox .t-red a.c-pagination__btn.is-active, .browsebox .t-red a.c-pagination__btn.is-active {
    background-color: #8f3338; }
  .t-gray .c-pagination__btn.o-btn.is-active, .t-gray .c-glossar__pagination li a.c-pagination__btn.is-active, .c-glossar__pagination li .t-gray a.c-pagination__btn.is-active, .t-gray ul.tx-indexedsearch-browsebox a.c-pagination__btn.is-active, .t-gray .browsebox a.c-pagination__btn.is-active, ul.tx-indexedsearch-browsebox .t-gray a.c-pagination__btn.is-active, .browsebox .t-gray a.c-pagination__btn.is-active {
    background-color: #4f5660; }

/*
    csc-frame csc-frame-frame4 frame3col
    http://www.et.hs-mannheim.de/index.php?id=8733
*/
.c-profile {
  /*
        http://www.hs-mannheim.de/index.php?id=18551
    */ }

.c-stage {
  background: #E9EBF1; }

.c-stage > .c-stage__img-wrap {
  margin: 0; }
  @media only screen and (min-width: 571px) and (max-width: 1024px) {
    .c-stage > .c-stage__img-wrap {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 570px) {
    .c-stage > .c-stage__img-wrap {
      max-width: 100%;
      float: none; } }

.c-stage__img {
  display: block;
  width: 100%; }

.c-stage__content {
  float: left;
  width: 50%;
  padding: 60px 30px; }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .c-stage__content {
      padding-top: 30px; } }
  @media only screen and (min-width: 571px) and (max-width: 1024px) {
    .c-stage__content {
      width: auto;
      padding: 20px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 570px) {
    .c-stage__content {
      float: none;
      width: 100%;
      padding: 20px;
      padding-bottom: 60px; } }

.c-stage__headline {
  font-size: 30px; }

.c-teaser {
  display: block; }
  .c-teaser--blocky {
    height: 127px;
    overflow: hidden; }
  .c-teaser--important {
    position: relative;
    height: 381px;
    background: #22376F;
    color: #FFFFFF; }
    .t-brown .c-teaser--important {
      background-color: #896e4c; }
    .t-cyan .c-teaser--important {
      background-color: #1f6780; }
    .t-red .c-teaser--important {
      background-color: #8f3338; }
    .t-gray .c-teaser--important {
      background-color: #4f5660; }
    @media only screen and (max-width: 1024px) {
      .c-teaser--important {
        height: auto; } }

.c-teaser__content {
  padding: 20px; }

.c-teaser--important .c-teaser__meta {
  color: inherit; }

.c-teaser__headline {
  color: #22376F;
  font-weight: normal;
  font-size: 18px; }
  .c-teaser--important .c-teaser__headline {
    color: inherit; }
  .c-teaser-list__link:hover .c-teaser__headline,
  .c-teaser-list__link:focus .c-teaser__headline {
    text-decoration: underline; }

.c-teaser__img-wrap {
  margin-bottom: 0; }
  @media only screen and (max-width: 570px) {
    .c-teaser__img-wrap {
      display: none; } }

.c-teaser__img {
  display: block; }

.c-teaser--important .c-teaser__btn {
  border-color: #FFFFFF; }

.c-teaser__btn:hover, .c-teaser__btn:focus {
  background-color: #FFFFFF; }

.c-teaser-list__list {
  list-style: none; }

.c-teaser-list__item {
  background: #f2f3f7;
  border-bottom: 1px solid #FFFFFF; }
  .c-teaser-list__item:nth-of-type(2n) {
    background: #E9EBF1; }
  .c-teaser-list__item:last-of-type {
    margin-bottom: 1.5625em;
    border-bottom: 0; }

.c-teaser-list__link {
  display: block;
  text-decoration: none; }

.c-block-teaser-list__item {
  margin-bottom: 20px; }

.c-block-teaser-list__link {
  text-decoration: none; }

.c-block-teaser-list__btn-wrap {
  clear: both;
  text-align: center; }

.c-block-teaser {
  position: relative;
  height: 166px;
  padding: 20px;
  color: #FFFFFF;
  background: #22376F;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
  .t-brown .c-block-teaser {
    background-color: #896e4c; }
  .t-cyan .c-block-teaser {
    background-color: #1f6780; }
  .t-red .c-block-teaser {
    background-color: #8f3338; }
  .t-gray .c-block-teaser {
    background-color: #4f5660; }
  .c-block-teaser::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: .2s all ease;
    transition: .2s all ease; }
  .t-brown .c-block-teaser-list__link:hover .c-block-teaser, .t-brown
  .c-block-teaser-list__link:focus .c-block-teaser {
    color: #896e4c; }
  .t-cyan .c-block-teaser-list__link:hover .c-block-teaser, .t-cyan
  .c-block-teaser-list__link:focus .c-block-teaser {
    color: #1f6780; }
  .t-red .c-block-teaser-list__link:hover .c-block-teaser, .t-red
  .c-block-teaser-list__link:focus .c-block-teaser {
    color: #8f3338; }
  .t-gray .c-block-teaser-list__link:hover .c-block-teaser, .t-gray
  .c-block-teaser-list__link:focus .c-block-teaser {
    color: #4f5660; }
  .c-block-teaser-list__link:hover .c-block-teaser::before,
  .c-block-teaser-list__link:focus .c-block-teaser::before {
    opacity: .2; }

.c-block-teaser__headline {
  position: relative;
  color: #FFFFFF;
  text-align: center; }
  .c-block-teaser__headline::after {
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    margin: 15px auto 0;
    background: currentColor;
    -webkit-transition: inherit;
    transition: inherit; }

.c-block-teaser__text {
  position: relative;
  font-size: 90%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
  .c-block-teaser-list__link:hover .c-block-teaser__text,
  .c-block-teaser-list__link:focus .c-block-teaser__text {
    opacity: 1; }

.c-link-list__item {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  list-style: none; }
  .c-link-list__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 1em;
    width: 2px;
    background-color: #22376F; }
  .c-link-list__item:last-child {
    margin-bottom: 0; }

.c-link-list__link {
  text-decoration: none; }
  .c-link-list__link:hover, .c-link-list__link:focus {
    text-decoration: underline; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #212121;
  opacity: 0.85;
  filter: alpha(opacity=85); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-container {
  padding: 25px; }

.mpf-image-holder .mfp-content {
  border: 0;
  height: 100%;
  width: 100%; }

.mfp-bottom-bar {
  padding: 1.5rem 0;
  margin-top: 0;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }

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

.mfp-img.mfp-img {
  padding: 0; }

.mfp-close {
  position: absolute;
  z-index: 3;
  top: 2px;
  right: 2px;
  opacity: 1; }
  .mfp-close > svg {
    height: 26px;
    width: 26px;
    fill: currentColor; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -50px;
  top: -10px;
  height: 50px;
  width: 50px;
  padding: 10px;
  color: #22376F;
  line-height: 1;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
  .mfp-image-holder .mfp-close:hover, .mfp-image-holder .mfp-close:focus,
  .mfp-iframe-holder .mfp-close:hover,
  .mfp-iframe-holder .mfp-close:focus {
    color: #FFFFFF;
    border-color: #FFFFFF; }

.mfp-s-loading .mfp-arrow {
  display: none; }

.mfp-arrow {
  position: absolute;
  z-index: 10;
  opacity: 1;
  top: auto;
  bottom: 0;
  -webkit-transform-origin: initial;
      -ms-transform-origin: initial;
          transform-origin: initial;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .mfp-arrow-left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.mfp-arrow.o-lightbox__nav {
  bottom: 25%;
  height: 50%;
  width: 150px;
  padding: 0 25px 0 75px; }
  .mfp-arrow.o-lightbox__nav:hover > svg, .mfp-arrow.o-lightbox__nav:focus > svg {
    background-color: rgba(34, 55, 111, 0.8); }
  .mfp-arrow.o-lightbox__nav > svg {
    display: block;
    width: 50px;
    height: 50px;
    padding: 13px;
    background-color: rgba(33, 33, 33, 0.2);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    fill: #FFFFFF; }
  .mfp-arrow.o-lightbox__nav--right {
    right: -85px; }
  .mfp-arrow.o-lightbox__nav--left {
    left: -85px; }

.mfp-arrow-right:before,
.mfp-arrow-left:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-left .mfp-b,
.mfp-arrow-right:after,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-left .mfp-a {
  border-color: transparent;
  display: none; }

.mfp-counter {
  display: none; }

.c-rte-linklist a {
  text-decoration: none;
  font-weight: normal; }
  .c-rte-linklist a:hover, .c-rte-linklist a:focus {
    text-decoration: underline; }

.c-rte-linklist__description {
  margin-left: 27px; }

.c-download-list {
  list-style: none; }

.c-download-list__content {
  display: inline-block;
  padding-left: 27px;
  vertical-align: top; }

.c-download-list__title {
  margin-bottom: .25em; }

.c-download-list__link {
  text-decoration: none;
  font-weight: normal; }
  .c-download-list__link:hover, .c-download-list__link:focus {
    text-decoration: underline; }

.c-top-link {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  margin: 0;
  text-align: center; }
  .c-top-link.is-initialized {
    position: fixed;
    bottom: 0;
    z-index: 1;
    padding: 10px;
    text-align: right;
    background: rgba(255, 255, 255, 0.8); }

.c-top-link__btn,
.c-top-link__icon {
  display: inline-block;
  vertical-align: middle; }

.c-top-link__icon {
  height: 1em;
  width: 1em;
  margin-right: .25em;
  margin-top: -1px;
  fill: currentColor;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*
* Cockpit
*/
.c-glossar__cockpit {
  background-color: #E9EBF1;
  padding: 25px;
  margin-bottom: 20px; }
  .c-glossar__cockpit button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: left;
    text-transform: inherit;
    margin-right: 12px;
    text-decoration: underline; }
    .c-glossar__cockpit button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .c-glossar__cockpit button:focus {
      outline: none; }
    .c-glossar__cockpit button.is-active, .c-glossar__cockpit button:focus {
      text-decoration: none;
      font-weight: bold; }

/*
* List
*/
.c-glossar__list li {
  list-style: none; }

.c-glossar__list .filter {
  display: none; }

/*
* Pagination
*/
.c-glossar__pagination {
  margin-top: 30px; }

.c-card-wrapper {
  margin: -12px; }
  .flexbox .c-card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .c-card-wrapper {
      margin: -6px; } }
  .c-card-wrapper > .o-content {
    max-width: 100%;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    max-width: 25%;
    float: left;
    clear: none;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1280px) {
      .c-card-wrapper > .o-content {
        max-width: 33.33333333%; } }
    @media only screen and (max-width: 768px) {
      .c-card-wrapper > .o-content {
        max-width: 50%;
        padding-right: 6px;
        padding-left: 6px;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 470px) {
      .c-card-wrapper > .o-content {
        max-width: 100%; } }
    .no-flexbox .c-card-wrapper > .o-content:nth-child(4n + 5) {
      clear: both; }
    @media only screen and (max-width: 1280px) {
      .no-flexbox .c-card-wrapper > .o-content:nth-child(4n + 5) {
        clear: none; }
      .no-flexbox .c-card-wrapper > .o-content:nth-child(3n + 4) {
        clear: both; } }
    @media only screen and (max-width: 768px) {
      .no-flexbox .c-card-wrapper > .o-content:nth-child(3n + 4) {
        clear: none; }
      .no-flexbox .c-card-wrapper > .o-content:nth-child(2n + 3) {
        clear: both; } }
    .flexbox .c-card-wrapper > .o-content {
      float: none;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media only screen and (max-width: 1280px) {
        .flexbox .c-card-wrapper > .o-content {
          -webkit-flex-basis: 33.33333333%;
              -ms-flex-preferred-size: 33.33333333%;
                  flex-basis: 33.33333333%; } }
      @media only screen and (max-width: 768px) {
        .flexbox .c-card-wrapper > .o-content {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
      @media only screen and (max-width: 470px) {
        .flexbox .c-card-wrapper > .o-content {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; } }
    .c-card-wrapper > .o-content h4 {
      color: #22376F; }
    .c-card-wrapper > .o-content > * {
      width: 100%; }

.c-ce-card {
  border-top: 1px solid #CED2DB;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .c-ce-card a {
    text-decoration: none; }
    .c-ce-card a:hover {
      text-decoration: underline; }
  .c-ce-card:hover a {
    text-decoration: underline; }
  .c-ce-card figure {
    margin-bottom: 0; }
  .c-ce-card .c-ce-card__header a {
    display: block;
    padding: 20px; }
    @media only screen and (max-width: 1024px) {
      .c-ce-card .c-ce-card__header a {
        padding: 15px; } }
    @media only screen and (max-width: 768px) {
      .c-ce-card .c-ce-card__header a {
        padding: 10px; } }
  .c-ce-card img {
    width: 100%;
    display: block; }
  .c-ce-card h4 {
    margin-bottom: 0;
    height: auto !important; }

/**
 * Utilities
 * ------------------------------------------------
 */
.u-align--left {
  float: left;
  clear: none; }

.u-align--right {
  float: right;
  clear: none; }

/* .u-child-size utility class

    Apply this class (e.g. u-child-size--12/24) on an element to set a width
    on all the children of this element which will also be aligned in a grid.
    It's also possible to use this on a per breakpoint basis, e.g. let children
    be half width at medium breakpoint only: u-child-size--12/24@md.

    Make sure that, when using this utility class, you wrap the children in
    a .o-grid__item container.

*/
.u-children-1\/1 > * {
  width: 100% !important; }

.u-children-1\/2 > * {
  width: 50% !important; }

@media only screen and (max-width: 570px) {
  .u-children-1\/1\@sm > * {
    width: 100% !important; }
  .u-children-1\/2\@sm > * {
    width: 50% !important; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .u-children-1\/1\@md > * {
    width: 100% !important; }
  .u-children-1\/2\@md > * {
    width: 50% !important; } }

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .u-children-1\/1\@lg > * {
    width: 100% !important; }
  .u-children-1\/2\@lg > * {
    width: 50% !important; } }

@media only screen and (min-width: 1281px) {
  .u-children-1\/1\@xlg > * {
    width: 100% !important; }
  .u-children-1\/2\@xlg > * {
    width: 50% !important; } }

[class*='u-children'] > * {
  clear: none; }
  [class*='u-children'] > * > :last-child {
    margin-bottom: 0; }
  [class*='u-children'] > * > :last-child:first-child {
    margin-bottom: 3.125em; }

.u-font--small {
  font-size: 85%; }
  @media only screen and (min-width: 1281px) {
    .u-font--small\@xlg {
      font-size: 85%; } }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .u-font--small\@lg {
      font-size: 85%; } }
  @media only screen and (min-width: 571px) and (max-width: 1024px) {
    .u-font--small\@md {
      font-size: 85%; } }
  @media only screen and (max-width: 570px) {
    .u-font--small\@sm {
      font-size: 85%; } }

.u-font--smallest {
  font-size: 75%; }
  @media only screen and (min-width: 1281px) {
    .u-font--smallest\@xlg {
      font-size: 75%; } }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .u-font--smallest\@lg {
      font-size: 75%; } }
  @media only screen and (min-width: 571px) and (max-width: 1024px) {
    .u-font--smallest\@md {
      font-size: 75%; } }
  @media only screen and (max-width: 570px) {
    .u-font--smallest\@sm {
      font-size: 75%; } }

.u-hide {
  display: none !important; }
  @media only screen and (min-width: 1281px) {
    .u-hide\@xlg {
      display: none !important; } }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .u-hide\@lg {
      display: none !important; } }
  @media only screen and (min-width: 571px) and (max-width: 1024px) {
    .u-hide\@md {
      display: none !important; } }
  @media only screen and (max-width: 570px) {
    .u-hide\@sm {
      display: none !important; } }
  @media print {
    .u-hide\@print {
      display: none !important; } }

/* Icon mixin

# Parameters
* name:         Name of the icon used in the filename
                (e.g. given icon-link.svg the name would be 'link')

* hover-class:  If set to true the mixin will create a class
                u-icon--name@hover. This class can be applied to an
                HTML element to tell that the icon shall change on
                mouseover.

* width:        Width of the icon
* height:       Height of the icon

*/
[class*='u-icon'] {
  display: inline-block;
  min-height: 20px; }
  [class*='u-icon']::before, [class*='u-icon']::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }

.u-icon--before::before {
  content: '';
  display: inline-block;
  padding-left: 27px;
  background-position: left center; }
  @media print {
    .u-icon--before::before {
      padding-left: 0; } }

.u-icon--after::after {
  content: '';
  display: inline-block;
  padding-right: 27px;
  background-position: right center; }
  @media print {
    .u-icon--after::after {
      padding-right: 0; } }

.u-icon--btn-arrow::after, .u-icon--btn-arrow\@hover:hover::after,
.u-icon--btn-arrow\@hover:focus::after, .u-icon--btn-arrow::before, .u-icon--btn-arrow\@hover:hover::before,
.u-icon--btn-arrow\@hover:focus::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2013.63%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-btn-arrow%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.68%200a11.89%2011.89%200%200%200%202%206.32H0v1h9.65a12.38%2012.38%200%200%200-2%206.32C10%2010.84%2012.62%208.17%2016%206.82A20.44%2020.44%200%200%201%207.68%200z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--btn-arrow::after, .u-icon--btn-arrow\@hover:hover::after,
.u-icon--btn-arrow\@hover:focus::after, .u-icon--btn-arrow::before, .u-icon--btn-arrow\@hover:hover::before,
.u-icon--btn-arrow\@hover:focus::before {
  min-height: 11px;
  height: auto;
  background-size: 14px 11px; }

.u-icon--btn-arrow::after, .u-icon--btn-arrow\@hover:hover::after,
.u-icon--btn-arrow\@hover:focus::after {
  padding-right: 18.9px; }

.u-icon--btn-arrow::before, .u-icon--btn-arrow\@hover:hover::before,
.u-icon--btn-arrow\@hover:focus::before {
  padding-left: 18.9px; }

.u-icon--btn-arrow-blue::after, .u-icon--btn-arrow-blue\@hover:hover::after,
.u-icon--btn-arrow-blue\@hover:focus::after, .u-icon--btn-arrow-blue::before, .u-icon--btn-arrow-blue\@hover:hover::before,
.u-icon--btn-arrow-blue\@hover:focus::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2013.6%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322376f%7D%3C%2Fstyle%3E%3Ctitle%3Eicon-btn-arrow%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M7.7%200c.1%202.3.7%204.4%202%206.3H0v1h9.6c-1.2%201.9-1.9%204.1-2%206.3%202.4-2.8%205-5.5%208.4-6.8C12.7%205.3%209.8%203%207.7%200z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--btn-arrow-blue::after, .u-icon--btn-arrow-blue\@hover:hover::after,
.u-icon--btn-arrow-blue\@hover:focus::after, .u-icon--btn-arrow-blue::before, .u-icon--btn-arrow-blue\@hover:hover::before,
.u-icon--btn-arrow-blue\@hover:focus::before {
  min-height: 11px;
  height: auto;
  background-size: 14px 11px; }

.u-icon--btn-arrow-blue::after, .u-icon--btn-arrow-blue\@hover:hover::after,
.u-icon--btn-arrow-blue\@hover:focus::after {
  padding-right: 18.9px; }

.u-icon--btn-arrow-blue::before, .u-icon--btn-arrow-blue\@hover:hover::before,
.u-icon--btn-arrow-blue\@hover:focus::before {
  padding-left: 18.9px; }

.u-icon--arrow-down-small::after, .u-icon--arrow-down-small::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.4%207.1%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D%3C%2Fstyle%3E%3Ctitle%3Eicon-arrow-down-small%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5.7%207.1L0%201.4%201.4%200l4.3%204.3L10%200l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--arrow-down-small::after, .u-icon--arrow-down-small::before {
  min-height: 11px;
  height: auto;
  background-size: 14px 11px; }

.u-icon--arrow-down-small::after {
  padding-right: 18.9px; }

.u-icon--arrow-down-small::before {
  padding-left: 18.9px; }

.u-icon--arrow-down-small-white::after, .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle::after, .u-icon--arrow-down-small-white::before, .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.4%207.1%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Ctitle%3Eicon-arrow-down-small-white%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5.7%207.1L0%201.4%201.4%200l4.3%204.3L10%200l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--arrow-down-small-white::after, .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle::after, .u-icon--arrow-down-small-white::before, .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle::before {
  min-height: 11px;
  height: auto;
  background-size: 14px 11px; }

.u-icon--arrow-down-small-white::after, .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle::after {
  padding-right: 18.9px; }

.u-icon--arrow-down-small-white::before, .c-menu-quicklinks .o-dropdown__check:checked ~ .o-dropdown__toggle::before {
  padding-left: 18.9px; }

.u-icon--link-document::after, .docicon::after, .u-icon--link-document::before, .docicon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M17%207.5c0-.3-.2-.5-.5-.5h-8c-.3%200-.5.2-.5.5v10.1c0%20.2.2.4.5.4H14l3-3V7.5zM16%2015h-2v2H9V7.9h7V15z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M10%209h5v1h-5zM10%2011h5v1h-5z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-external::after, .htmllinkicon::after, .u-icon--link-external::before, .htmllinkicon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D.st1%7Bfill%3A%23fff%7D.st2%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M17%2016h-1v-1h1v1zm-2%200h-1v-1h1v1zm-2%200h-1v-1h1v1zm-2%200h-1v-1h1v1zm-2%200H8v-1h1v1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M9%2013l3.8-3.8%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M9.8%206.9l5.2%205.2V6.9z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-internal::after, .htmllinkinternicon::after, .u-icon--link-internal::before, .htmllinkinternicon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2322376f%7D.cls-2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-link-internal%3C%2Ftitle%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M16.9%2012L12%207.1V11H7v2h5v3.9l4.9-4.9z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-login::after, .schlossicon::after, .u-icon--link-login::before, .schlossicon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M16%207c-.7-.7-1.6-1-2.5-1s-1.8.4-2.5%201c-.7.7-1%201.6-1%202.5%200%20.5.1%201%20.3%201.4l-3.9%203.9c-.1.1-.1.2-.1.3L6%2016.5c0%20.1%200%20.3.1.3.1.2.2.2.4.2H8c.1%200%20.1-.2.1-.3l.4-.4-.8-1.1c0-.1%200-.1.1-.2H10l.3-.3-.5-1.4c0-.1%200-.1.1-.2%200%200%20.1-.1.2-.1l1.2.6.8-.8c.4.2.9.3%201.4.3.9%200%201.8-.4%202.5-1%201.3-1.4%201.3-3.7%200-5.1zm-1.5%203.6c-.3.3-.6.4-1%20.4s-.8-.2-1-.4c-.3-.3-.4-.6-.4-1s.2-.8.4-1c.3-.3.6-.4%201-.4s.8.2%201%20.4c.5.5.5%201.4%200%202zm0%200%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-mail::after, .mailicon::after, .u-icon--link-mail::before, .mailicon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M6%208h12v8H6z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M18%208l-6%203.4L6%208l4.7%203.6L6%2016l5.3-3.6-.6-.8%201%20.8.3-.4.3.4%201-.8-.6.8L18%2016l-4.7-4.4z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-pdf::after, .pdficon::after, .u-icon--link-pdf::before, .pdficon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M7.6%2012.8c-.3.1-.6.1-.8.1h-.9v2H5V9H6.9c.3%200%20.6%200%20.8.1s.5.2.7.3c.4.3.6.8.6%201.4s-.3%201.2-.7%201.6c-.2.1-.4.3-.7.4zm.4-1.9c0-.5-.1-.9-.4-1.1s-.5-.2-.9-.2-.7%200-.9.1v2.6h.6c.2%200%20.4%200%20.6-.1s.3-.1.5-.2c.4-.2.5-.6.5-1.1zM11.8%2014.9H10V9H11.8c.9%200%201.6.2%202.1.7.5.5.7%201.2.7%202.1%200%201-.3%201.8-.8%202.3-.4.6-1.1.8-2%20.8zm1.4-4.8c-.2-.2-.4-.3-.7-.4-.3-.1-.6-.1-.9-.1s-.6%200-.8.1v4.6c.2%200%20.5.1%201%20.1.9%200%201.5-.4%201.7-1.3.1-.3.1-.7.1-1.1%200-.4%200-.8-.1-1.1%200-.4-.1-.6-.3-.8zM16%209h3.4v.7h-2.5v1.9h1.9v.7h-1.9V15H16V9z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-phone::after, .telicon::after, .u-icon--link-phone::before, .telicon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%2322386e%7D.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M9.5%2010.6L6.9%208.1l1-1c.2-.1.4-.1.5%200l2%202c.2.2.2.4%200%20.6l-.8.8c-.1%200-.1.1-.1.1zm2%204.2c-.4-.4-.8-.7-1.2-1.1-.4-.4-.8-.8-1.1-1.2-.3-.3-.3-.8-.2-1.2L6.4%208.6c-.6.6-.5%202.2.1%203.5.3.6.7%201.1%201%201.6.4.5.8%201%201.2%201.4.4.4.9.9%201.4%201.2.5.4%201%20.8%201.6%201%201.4.7%202.9.7%203.5.1L12.8%2015c-.4.1-.9.1-1.3-.2zm5.4.8l-2-2c-.2-.1-.4-.1-.6%200l-.4.4-.4.4c0%20.1-.1.1-.2.1l2.5%202.5%201-1c.2%200%20.2-.3.1-.4zm0%200%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-fax::after, .faxicon::after, .u-icon--link-fax::before, .faxicon::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2322376f%7D.cls-2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-link-fax%3C%2Ftitle%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M9%2015v3h6v-4.5H9V15zm.8-.7h4.5v.7H9.8v-.7zM10%2016h4v1h-4v-1zM15%208.3V6H9v3.8h6V8.3z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M16.5%208.3h-.8l.3%202v.7H8v-.8l.3-2h-.8A1.81%201.81%200%200%200%206%209.8v3.8A1.6%201.6%200%200%200%207.5%2015h.8v-2.3h7.5V15h.8a1.61%201.61%200%200%200%201.5-1.5V9.8a1.71%201.71%200%200%200-1.6-1.5z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--link-rss::after, .u-icon--link-rss::before {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2322376f%7D.cls-2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-link-rss%3C%2Ftitle%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M8.3%2014.3A1.32%201.32%200%200%200%207%2015.6%201.35%201.35%200%200%200%208.3%2017a1.32%201.32%200%200%200%201.3-1.3%201.24%201.24%200%200%200-1.3-1.4zM7%2010.4v1.9a4.78%204.78%200%200%201%204.7%204.7h1.9A6.66%206.66%200%200%200%207%2010.4zM7%207v1.9a8.07%208.07%200%200%201%208.1%208.1H17A10%2010%200%200%200%207%207z%22%2F%3E%3C%2Fsvg%3E'); }

.u-icon--btn-arrow,
.u-icon--btn-arrow-blue,
.u-icon--btn-arrow\@hover,
.u-icon--btn-arrow-blue\@hover {
  padding-top: .7em;
  padding-bottom: .5em; }

.u-icon--small::before, .c-rte-linklist a::before,
.u-icon--small::after,
.c-rte-linklist a::after {
  padding-left: 27px;
  height: 20px;
  width: 20px;
  background-size: 20px 20px; }

@media only screen and (min-width: 1281px) {
  .u-offset--1\/12\@xlg {
    margin-left: 8.33333% !important; }
  .u-offset--2\/12\@xlg {
    margin-left: 16.66667% !important; }
  .u-offset--3\/12\@xlg {
    margin-left: 25% !important; }
  .u-offset--4\/12\@xlg {
    margin-left: 33.33333% !important; }
  .u-offset--5\/12\@xlg {
    margin-left: 41.66667% !important; }
  .u-offset--6\/12\@xlg {
    margin-left: 50% !important; }
  .u-offset--7\/12\@xlg {
    margin-left: 58.33333% !important; }
  .u-offset--8\/12\@xlg {
    margin-left: 66.66667% !important; }
  .u-offset--9\/12\@xlg {
    margin-left: 75% !important; }
  .u-offset--10\/12\@xlg {
    margin-left: 83.33333% !important; }
  .u-offset--11\/12\@xlg {
    margin-left: 91.66667% !important; }
  .u-offset--1\/24\@xlg {
    margin-left: 4.16667% !important; }
  .u-offset--2\/24\@xlg {
    margin-left: 8.33333% !important; }
  .u-offset--3\/24\@xlg {
    margin-left: 12.5% !important; }
  .u-offset--4\/24\@xlg {
    margin-left: 16.66667% !important; }
  .u-offset--5\/24\@xlg {
    margin-left: 20.83333% !important; }
  .u-offset--6\/24\@xlg {
    margin-left: 25% !important; }
  .u-offset--7\/24\@xlg {
    margin-left: 29.16667% !important; }
  .u-offset--8\/24\@xlg {
    margin-left: 33.33333% !important; }
  .u-offset--9\/24\@xlg {
    margin-left: 37.5% !important; }
  .u-offset--10\/24\@xlg {
    margin-left: 41.66667% !important; }
  .u-offset--11\/24\@xlg {
    margin-left: 45.83333% !important; }
  .u-offset--12\/24\@xlg {
    margin-left: 50% !important; }
  .u-offset--13\/24\@xlg {
    margin-left: 54.16667% !important; }
  .u-offset--14\/24\@xlg {
    margin-left: 58.33333% !important; }
  .u-offset--15\/24\@xlg {
    margin-left: 62.5% !important; }
  .u-offset--16\/24\@xlg {
    margin-left: 66.66667% !important; }
  .u-offset--17\/24\@xlg {
    margin-left: 70.83333% !important; }
  .u-offset--18\/24\@xlg {
    margin-left: 75% !important; }
  .u-offset--19\/24\@xlg {
    margin-left: 79.16667% !important; }
  .u-offset--20\/24\@xlg {
    margin-left: 83.33333% !important; }
  .u-offset--21\/24\@xlg {
    margin-left: 87.5% !important; }
  .u-offset--22\/24\@xlg {
    margin-left: 91.66667% !important; }
  .u-offset--23\/24\@xlg {
    margin-left: 95.83333% !important; } }

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .u-offset--1\/4\@md {
    margin-left: 25% !important; }
  .u-offset--2\/4\@md {
    margin-left: 50% !important; }
  .u-offset--3\/4\@md {
    margin-left: 75% !important; } }

.u-pad--all-full {
  padding: 20px; }

.u-pad--all-half {
  padding: 10px; }

.u-pad--sides-full {
  padding-right: 20px;
  padding-left: 20px; }

.u-pad--sides-half {
  padding-right: 10px;
  padding-left: 10px; }

.u-pad--top-full {
  padding-top: 20px; }

.u-pad--top-half {
  padding-top: 10px; }

.u-pad--right-full {
  padding-right: 20px; }

.u-pad--right-half {
  padding-right: 10px; }

.u-pad--bottom-full {
  padding-bottom: 20px; }

.u-pad--bottom-half {
  padding-bottom: 10px; }

.u-pad--left-full {
  padding-left: 20px; }

.u-pad--left-half {
  padding-left: 10px; }

.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-show {
  display: none; }
  @media only screen and (min-width: 1281px) {
    .u-show\@xlg {
      display: none; } }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .u-show\@lg {
      display: none; } }
  @media only screen and (min-width: 571px) and (max-width: 1024px) {
    .u-show\@md {
      display: none; } }
  @media only screen and (max-width: 570px) {
    .u-show\@sm {
      display: none; } }

.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

.u-1\/6 {
  width: 16.66667% !important; }

.u-2\/6 {
  width: 33.33333% !important; }

.u-3\/6 {
  width: 50% !important; }

.u-4\/6 {
  width: 66.66667% !important; }

.u-5\/6 {
  width: 83.33333% !important; }


@media only screen and (min-width: 1281px) {
  .u-1\/1\@xlg {
    width: 100% !important; }
  .u-1\/2\@xlg {
    width: 50% !important; }
  .u-1\/3\@xlg {
    width: 33.33333% !important; }
  .u-2\/3\@xlg {
    width: 66.66667% !important; }
  .u-1\/4\@xlg {
    width: 25% !important; }
  .u-2\/4\@xlg {
    width: 50% !important; }
  .u-3\/4\@xlg {
    width: 75% !important; }
  .u-1\/6\@xlg {
    width: 16.66667% !important; }
  .u-2\/6\@xlg {
    width: 33.33333% !important; }
  .u-3\/6\@xlg {
    width: 50% !important; }
  .u-4\/6\@xlg {
    width: 66.66667% !important; }
  .u-5\/6\@xlg {
    width: 83.33333% !important; }
  .u-1\/24\@xlg {
    width: 4.16667% !important; }
  .u-2\/24\@xlg {
    width: 8.33333% !important; }
  .u-3\/24\@xlg {
    width: 12.5% !important; }
  .u-4\/24\@xlg {
    width: 16.66667% !important; }
  .u-5\/24\@xlg {
    width: 20.83333% !important; }
  .u-6\/24\@xlg {
    width: 25% !important; }
  .u-7\/24\@xlg {
    width: 29.16667% !important; }
  .u-8\/24\@xlg {
    width: 33.33333% !important; }
  .u-9\/24\@xlg {
    width: 37.5% !important; }
  .u-10\/24\@xlg {
    width: 41.66667% !important; }
  .u-11\/24\@xlg {
    width: 45.83333% !important; }
  .u-12\/24\@xlg {
    width: 50% !important; }
  .u-13\/24\@xlg {
    width: 54.16667% !important; }
  .u-14\/24\@xlg {
    width: 58.33333% !important; }
  .u-15\/24\@xlg {
    width: 62.5% !important; }
  .u-16\/24\@xlg {
    width: 66.66667% !important; }
  .u-17\/24\@xlg {
    width: 70.83333% !important; }
  .u-18\/24\@xlg {
    width: 75% !important; }
  .u-19\/24\@xlg {
    width: 79.16667% !important; }
  .u-20\/24\@xlg {
    width: 83.33333% !important; }
  .u-21\/24\@xlg {
    width: 87.5% !important; }
  .u-22\/24\@xlg {
    width: 91.66667% !important; }
  .u-23\/24\@xlg {
    width: 95.83333% !important; }

  .u-1\/7\@xlg {
    width: 14.28571% !important; }
  .u-2\/7\@xlg {
    width: 28.57142% !important; }
  .u-3\/7\@xlg {
    width: 42.85714% !important; }
  .u-4\/7\@xlg {
    width: 57.14285% !important; }
  .u-5\/7\@xlg {
    width: 71.42857% !important; }
  .u-6\/7\@xlg {
    width: 85.71428% !important; }

  .u-1\/8\@xlg {
    width: 12.5% !important; }
  .u-2\/8\@xlg {
    width: 25% !important; }
  .u-3\/8\@xlg {
    width: 37.5% !important; }
  .u-4\/8\@xlg {
    width: 50% !important; }
  .u-5\/8\@xlg {
    width: 62.5% !important; }
  .u-6\/8\@xlg {
    width: 75% !important; }
  .u-7\/8\@xlg {
    width: 87.5% !important; }

  .u-1\/5\@xlg {
    width: 20% !important; }
  .u-2\/5\@xlg {
    width: 40% !important; }
  .u-3\/5\@xlg {
    width: 60% !important; }
  .u-4\/5\@xlg {
    width: 80% !important; }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .u-1\/1\@lg {
    width: 100% !important; }
  .u-1\/2\@lg {
    width: 50% !important; }
  .u-1\/3\@lg {
    width: 33.33333% !important; }
  .u-2\/3\@lg {
    width: 66.66667% !important; }
  .u-1\/4\@lg {
    width: 25% !important; }
  .u-2\/4\@lg {
    width: 50% !important; }
  .u-3\/4\@lg {
    width: 75% !important; }
  .u-1\/6\@lg {
    width: 16.66667% !important; }
  .u-2\/6\@lg {
    width: 33.33333% !important; }
  .u-3\/6\@lg {
    width: 50% !important; }
  .u-4\/6\@lg {
    width: 66.66667% !important; }
  .u-5\/6\@lg {
    width: 83.33333% !important; }

  .u-1\/7\@xlg {
    width: 14.28571% !important; }
  .u-2\/7\@xlg {
    width: 28.57142% !important; }
  .u-3\/7\@xlg {
    width: 42.85714% !important; }
  .u-4\/7\@xlg {
    width: 57.14285% !important; }
  .u-5\/7\@xlg {
    width: 71.42857% !important; }
  .u-6\/7\@xlg {
    width: 85.71428% !important; }

  .u-1\/8\@xlg {
    width: 12.5% !important; }
  .u-2\/8\@xlg {
    width: 25% !important; }
  .u-3\/8\@xlg {
    width: 37.5% !important; }
  .u-4\/8\@xlg {
    width: 50% !important; }
  .u-5\/8\@xlg {
    width: 62.5% !important; }
  .u-6\/8\@xlg {
    width: 75% !important; }
  .u-7\/8\@xlg {
    width: 87.5% !important; }

  .u-1\/5\@xlg {
    width: 20% !important; }
  .u-2\/5\@xlg {
    width: 40% !important; }
  .u-3\/5\@xlg {
    width: 60% !important; }
  .u-4\/5\@xlg {
    width: 80% !important; }
}

@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .u-1\/1\@md {
    width: 100% !important; }
  .u-1\/2\@md {
    width: 50% !important; }
  .u-1\/3\@md {
    width: 33.33333% !important; }
  .u-2\/3\@md {
    width: 66.66667% !important; }
  .u-1\/4\@md {
    width: 25% !important; }
  .u-2\/4\@md {
    width: 50% !important; }
  .u-3\/4\@md {
    width: 75% !important; }

  .u-1\/5\@xlg {
    width: 20% !important; }
  .u-2\/5\@xlg {
    width: 40% !important; }
  .u-3\/5\@xlg {
    width: 60% !important; }
  .u-4\/5\@xlg {
    width: 80% !important; }
}

@media only screen and (max-width: 570px) {
  .u-1\/1\@sm {
    width: 100% !important; }
  .u-1\/2\@sm {
    width: 50% !important; }
  .u-1\/3\@sm {
    width: 33.33333% !important; }
  .u-2\/3\@sm {
    width: 66.66667% !important; }
  .u-1\/4\@sm {
    width: 25% !important; }
  .u-2\/4\@sm {
    width: 50% !important; }
  .u-3\/4\@sm {
    width: 75% !important; }
}

/**
 * Trumps (Overrides/Hacks)
 * ------------------------------------------------
 */
.toolbar table {
  width: auto; }

@media print {
  html {
    font-size: 80%; }
  .o-link::after,
  .c-link-list__link::after,
  a[class*='icon']::after,
  .c-block-teaser-list__link::after {
    display: block;
    content: '';
    font-weight: normal;
    line-height: 2;
    /* override icon-related styles */
    background: transparent;
    height: auto;
    width: auto;
    vertical-align: inherit; }
  /*
       Set grid-items to use display: block instead of inline-block if they
       do not have the u-hide@print class applied.

       See https://bugzilla.mozilla.org/show_bug.cgi?id=369140#c17 for details
       on the underlying issue.
    */
  .o-grid__item:not([class*='u-hide@print']) {
    display: block !important;
    margin-right: 0 !important; }
  .c-page__content::before,
  .c-accordion__arrow,
  .c-main-slider,
  .c-orgchart__toggle .c-orgchart__toggle-icon--show {
    display: none !important; }
  .c-accordion__content,
  .c-orgchart__l3,
  .c-orgchart__toggle .c-orgchart__toggle-icon--hide {
    display: block !important; }
  .c-page-head,
  .c-page-head__top,
  .c-teaser--blocky,
  .c-teaser--important,
  .c-block-teaser {
    height: auto; }
  .c-teaser--important,
  .c-block-teaser,
  .c-accordion__title,
  .c-accordion__link {
    background-color: transparent; }
  .c-teaser--important,
  .c-block-teaser,
  .c-block-teaser__headline,
  .c-block-teaser__text,
  .c-accordion__title {
    color: #22376F; }
  .c-accordion__title,
  .c-accordion__link {
    padding: 0; }
  .c-accordion__content {
    padding-left: 0;
    padding-right: 0; }
  .c-block-teaser-list__item {
    width: 100% !important;
    margin-right: 0; }
  .c-block-teaser {
    padding: 0; }
  .c-block-teaser__headline {
    text-align: left; }
    .c-block-teaser__headline::after {
      display: none; }
  .c-block-teaser__text {
    opacity: 1;
    text-align: left; } }

/**
 * Themes
 * ------------------------------------------------
 */
/*---------------------------------------------*	$THEMES - i.g. for color & icon abstraction
\*---------------------------------------------*/
/**
 * Vendor libs
 * ------------------------------------------------
 */
.ui-datepicker {
  padding: 1em;
  border: 1px solid #22376F;
  background: #FFFFFF; }

.ui-datepicker-prev,
.ui-datepicker-next {
  float: left; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-title {
  clear: both; }

/**
 * Legacy classes
 * ------------------------------------------------
 */
.u-icon--link-fax, .faxicon,
.u-icon--link-phone,
.telicon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .u-icon--link-fax::before, .faxicon::before, .u-icon--link-fax::after, .faxicon::after,
  .u-icon--link-phone::before,
  .telicon::before,
  .u-icon--link-phone::after,
  .telicon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .u-icon--link-fax::before, .faxicon::before,
  .u-icon--link-phone::before,
  .telicon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .u-icon--link-fax::before, .faxicon::before,
      .u-icon--link-phone::before,
      .telicon::before {
        padding-left: 0; } }
  .u-icon--link-fax::before, .faxicon::before,
  .u-icon--link-phone::before,
  .telicon::before {
    content: '';
    display: inline-block; }

/* external links */
.htmllinkicon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .htmllinkicon::before, .htmllinkicon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .htmllinkicon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .htmllinkicon::before {
        padding-left: 0; } }
  .htmllinkicon::before {
    content: '';
    display: inline-block; }

/* internal links */
.htmllinkinternicon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .htmllinkinternicon::before, .htmllinkinternicon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .htmllinkinternicon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .htmllinkinternicon::before {
        padding-left: 0; } }
  .htmllinkinternicon::before {
    content: '';
    display: inline-block; }

/* fax links */
.faxicon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .faxicon::before, .faxicon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .faxicon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .faxicon::before {
        padding-left: 0; } }
  .faxicon::before {
    content: '';
    display: inline-block; }

/* mail links */
.mailicon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .mailicon::before, .mailicon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .mailicon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .mailicon::before {
        padding-left: 0; } }
  .mailicon::before {
    content: '';
    display: inline-block; }

/* phone links */
.telicon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .telicon::before, .telicon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .telicon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .telicon::before {
        padding-left: 0; } }
  .telicon::before {
    content: '';
    display: inline-block; }

/* pdf links */
.pdficon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .pdficon::before, .pdficon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .pdficon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .pdficon::before {
        padding-left: 0; } }
  .pdficon::before {
    content: '';
    display: inline-block; }

/* access-protected links */
.schlossicon, .u-icon--link-login {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .schlossicon::before, .schlossicon::after, .u-icon--link-login::before, .u-icon--link-login::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .schlossicon::before, .u-icon--link-login::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .schlossicon::before, .u-icon--link-login::before {
        padding-left: 0; } }
  .schlossicon::before, .u-icon--link-login::before {
    content: '';
    display: inline-block; }

/* document links */
.docicon {
  display: inline-block;
  min-height: 20px;
  display: inline;
  font-weight: bold;
  text-decoration: none; }
  .docicon::before, .docicon::after {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: middle; }
  .docicon::before {
    content: '';
    display: inline-block;
    padding-left: 27px;
    background-position: left center; }
    @media print {
      .docicon::before {
        padding-left: 0; } }
  .docicon::before {
    content: '';
    display: inline-block; }

/* indexed_search */
/* seminar organizer */
.tx-indexedsearch-browsebox, .browsebox {
  margin: 3.125em 0; }

ul.tx-indexedsearch-browsebox, .browsebox {
    margin: 0;
    margin-bottom: 1.125em; }

ul.tx-indexedsearch-browsebox a, .browsebox a {
  background-color: #FFFFFF;
  color: #22376F; }
  .t-brown ul.tx-indexedsearch-browsebox a, .t-brown .browsebox a {
    color: #896e4c; }
  .t-cyan ul.tx-indexedsearch-browsebox a, .t-cyan .browsebox a {
    color: #1f6780; }
  .t-red ul.tx-indexedsearch-browsebox a, .t-red .browsebox a {
    color: #8f3338; }
  .t-gray ul.tx-indexedsearch-browsebox a, .t-gray .browsebox a {
    color: #4f5660; }
  ul.tx-indexedsearch-browsebox a:hover, .browsebox a:hover, ul.tx-indexedsearch-browsebox a:focus, .browsebox a:focus {
    background-color: #22376F;
    color: #FFFFFF; }
    .t-brown ul.tx-indexedsearch-browsebox a:hover, .t-brown .browsebox a:hover, .t-brown ul.tx-indexedsearch-browsebox a:focus, .t-brown .browsebox a:focus {
      background-color: #896e4c; }
    .t-cyan ul.tx-indexedsearch-browsebox a:hover, .t-cyan .browsebox a:hover, .t-cyan ul.tx-indexedsearch-browsebox a:focus, .t-cyan .browsebox a:focus {
      background-color: #1f6780; }
    .t-red ul.tx-indexedsearch-browsebox a:hover, .t-red .browsebox a:hover, .t-red ul.tx-indexedsearch-browsebox a:focus, .t-red .browsebox a:focus {
      background-color: #8f3338; }
    .t-gray ul.tx-indexedsearch-browsebox a:hover, .t-gray .browsebox a:hover, .t-gray ul.tx-indexedsearch-browsebox a:focus, .t-gray .browsebox a:focus {
      background-color: #4f5660; }
  .t-brown ul.tx-indexedsearch-browsebox a, .t-brown .browsebox a {
    color: #FFFFFF; }
    .t-brown ul.tx-indexedsearch-browsebox a:hover, .t-brown .browsebox a:hover, .t-brown ul.tx-indexedsearch-browsebox a:focus, .t-brown .browsebox a:focus {
      color: #FFFFFF; }
  .t-cyan ul.tx-indexedsearch-browsebox a, .t-cyan .browsebox a {
    color: #FFFFFF; }
    .t-cyan ul.tx-indexedsearch-browsebox a:hover, .t-cyan .browsebox a:hover, .t-cyan ul.tx-indexedsearch-browsebox a:focus, .t-cyan .browsebox a:focus {
      color: #FFFFFF; }
  .t-red ul.tx-indexedsearch-browsebox a, .t-red .browsebox a {
    color: #FFFFFF; }
    .t-red ul.tx-indexedsearch-browsebox a:hover, .t-red .browsebox a:hover, .t-red ul.tx-indexedsearch-browsebox a:focus, .t-red .browsebox a:focus {
      color: #FFFFFF; }
  .t-gray ul.tx-indexedsearch-browsebox a, .t-gray .browsebox a {
    color: #FFFFFF; }
    .t-gray ul.tx-indexedsearch-browsebox a:hover, .t-gray .browsebox a:hover, .t-gray ul.tx-indexedsearch-browsebox a:focus, .t-gray .browsebox a:focus {
      color: #FFFFFF; }

ul.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a, .browsebox .tx-indexedsearch-browselist-currentPage a,
ul.tx-indexedsearch-browsebox .is-active > a, .browsebox .is-active > a {
  color: #FFFFFF;
  font-weight: normal;
  background-color: #22376F;
  cursor: default; }
  .t-brown ul.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a, .t-brown .browsebox .tx-indexedsearch-browselist-currentPage a, .t-brown
  ul.tx-indexedsearch-browsebox .is-active > a, .t-brown .browsebox .is-active > a {
    background-color: #896e4c; }
  .t-cyan ul.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a, .t-cyan .browsebox .tx-indexedsearch-browselist-currentPage a, .t-cyan
  ul.tx-indexedsearch-browsebox .is-active > a, .t-cyan .browsebox .is-active > a {
    background-color: #1f6780; }
  .t-red ul.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a, .t-red .browsebox .tx-indexedsearch-browselist-currentPage a, .t-red
  ul.tx-indexedsearch-browsebox .is-active > a, .t-red .browsebox .is-active > a {
    background-color: #8f3338; }
  .t-gray ul.tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a, .t-gray .browsebox .tx-indexedsearch-browselist-currentPage a, .t-gray
  ul.tx-indexedsearch-browsebox .is-active > a, .t-gray .browsebox .is-active > a {
    background-color: #4f5660; }

/**
 * Blank tables (no backgrounds, no borders)
 */
/**
 * Striped tables (colors)
 */
/**
 * Alignment
 */
th.align-right,
td.align-right {
  text-align: right; }

th.align-left,
td.align-left {
  text-align: left; }

th.align-center,
td.align-center {
  text-align: center; }

th.prozent20,
td.prozent20 {
  width: 20% !important; }

th.prozent40,
td.prozent40 {
  width: 40% !important; }

th.prozent60,
td.prozent60 {
  width: 60% !important; }

th.prozent80,
td.prozent80 {
  width: 80% !important; }

.news .article .news-img-wrap a {
    border: 0;
    padding: 0;
}

.news-single .article .news-img-wrap {
    margin: 0 0 1.125em 20px;
}

.news-img-caption {
    caption-side: bottom;
    margin-top: .5em;
    padding: .25em;
    font-size: 70%;
    text-align: left;
    color: #212121;
}

.news-related {
  border: 0;
}

.news-single .teaser-text {
    color: #000;
}

.news.news-single .mediagallery .o-grid__item .o-container .o-grid__item {
  margin-bottom: 50px;
}
