@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .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; margin: 0; }
    .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: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

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

    .ce-row { margin-bottom: 10px; }
    .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%; }


/**
 * Capitan SASS boilerplate v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-01-26
 * MIT License (MIT)
 */
/* ==========================================================================
   Core functions, variables and mixins
   ========================================================================== */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
/* ==========================================================================
   Reset and dependencies
   ========================================================================== */
/*! 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, .util-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 {
  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 {
  all: unset;
  font: inherit;
}

/**
 * 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] {
  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.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2, .util-h2,
  h3, .util-h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .util-h2,
  h3, .util-h3 {
    page-break-after: avoid;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 320px) {
  .col-xs-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xs-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xs-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xs-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xs-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xs-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xs-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xs-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xs-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 320px) {
  .col-xs-first {
    order: -1;
  }
  .col-xs-last {
    order: 1;
  }
}
@media (min-width: 480px) {
  .col-sm-first {
    order: -1;
  }
  .col-sm-last {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-first {
    order: -1;
  }
  .col-lg-last {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-first {
    order: -1;
  }
  .col-xl-last {
    order: 1;
  }
}
@media (min-width: 320px) {
  .row-xs-top {
    align-items: flex-start;
  }
  .row-xs-center {
    align-items: center;
  }
  .row-xs-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 480px) {
  .row-sm-top {
    align-items: flex-start;
  }
  .row-sm-center {
    align-items: center;
  }
  .row-sm-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .row-md-top {
    align-items: flex-start;
  }
  .row-md-center {
    align-items: center;
  }
  .row-md-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .row-lg-top {
    align-items: flex-start;
  }
  .row-lg-center {
    align-items: center;
  }
  .row-lg-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .row-xl-top {
    align-items: flex-start;
  }
  .row-xl-center {
    align-items: center;
  }
  .row-xl-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 320px) {
  .col-xs-top {
    align-self: flex-start;
  }
  .col-xs-center {
    align-self: center;
  }
  .col-xs-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 480px) {
  .col-sm-top {
    align-self: flex-start;
  }
  .col-sm-center {
    align-self: center;
  }
  .col-sm-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start;
  }
  .col-md-center {
    align-self: center;
  }
  .col-md-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .col-lg-top {
    align-self: flex-start;
  }
  .col-lg-center {
    align-self: center;
  }
  .col-lg-bottom {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .col-xl-top {
    align-self: flex-start;
  }
  .col-xl-center {
    align-self: center;
  }
  .col-xl-bottom {
    align-self: flex-end;
  }
}
/* ==========================================================================
   Default layout partials
   ========================================================================== */
/**
 * Capitan layout.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-09-05
 * MIT License (MIT)
 */
/* ==========================================================================
   Global Layout
   ========================================================================== */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ecf3f4;
  color: #191003;
  font-size: 100%;
  line-height: 1.4;
}

body::before {
  content: '{ "xs": 320, "sm": 480, "md": 768, "lg": 992, "xl": 1200 }';
  display: none;
}

/* stylelint-disable */
main {
  background: #ecf3f4;
  border-bottom: 1px solid #f2f1f0;
}
main.main--bulletin-board {
  padding: 0;
}
main.main--bulletin-board .breadcrumb {
  background: rgba(236, 243, 244, 0.5);
}

/* stylelint-enable */
/* ==========================================================================
   Grid overrides
   ========================================================================== */
.container {
  max-width: 100%;
}
@media screen and (min-width: 75em) {
  .container {
    max-width: 75em;
  }
}

.row {
  margin-bottom: 16px;
}
.row .row {
  flex-basis: 100%;
  flex-grow: 1;
}

.podcast-content-no-margin {
  margin-bottom: 0;
}

@media screen and (max-width: 30em) {
  [class^=col-xs-12] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 47.9375em) {
  [class^="col-xs-12 "] {
    margin-bottom: 16px;
  }
}

.section {
  background: #fff;
}
.section .container {
  padding-top: 40px;
}
@media screen and (min-width: 62em) {
  .section .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section--instagram .teaser {
    height: 184px;
    background-color: #faa330;
    display: flex;
    align-items: center;
  }
  .section--instagram .reel .teaser {
    height: 384px;
  }
}
@media (min-width: 992px) {
  .section--instagram .teaser {
    height: 284px;
  }
  .section--instagram .reel .teaser {
    height: 584px;
  }
}

.section--fp-wissensbissen .container,
.section--fp-job .container,
.section--fp-company .container,
.section--fp-freetime .container {
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .section--fp-wissensbissen .container,
  .section--fp-job .container,
  .section--fp-company .container,
  .section--fp-freetime .container {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

.section--fp-video .embed {
  z-index: 5;
}
.section--fp-video .row .row {
  flex-direction: column;
}
.section--fp-video .row .row .col-xs-12 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.section--fp-video .row .row .col-xs-12:first-child {
  flex: 1 0 auto;
}
.section--fp-video .row .row .col-xs-12:last-child {
  flex: 0 0 auto;
}
.section--fp-video .row .row .col-xs-12 .teaser {
  height: 100%;
  margin-bottom: 0;
}
.section--fp-video .row .row .col-xs-12 .teaser .btn {
  margin-bottom: 0;
}

@media screen and (min-width: 62em) {
  .section--fp-wissensbissen .container {
    padding-top: 40px;
  }
}

@media screen and (min-width: 62em) {
  .section--fp-freetime .container {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 48em) {
  .section--fp-paper form {
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .section--fp-paper form {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .section--fp-paper form {
    width: 100%;
  }
}
.section--fp-paper form .frame-type-text p {
  margin-bottom: 0;
}
.section--fp-paper form .btn {
  margin-bottom: 0;
}
.section--fp-paper form .row {
  margin-bottom: 16px;
}
.section--fp-paper form .row:last-child {
  margin-bottom: 0;
}
.section--fp-paper form .row .control-label {
  display: none;
}

@media screen and (min-width: 62em) {
  .section--big .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section--inner {
  padding: 30px 0;
}
.section--inner .util-h6 {
  font-family: "OblikLight", serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}

.section--color {
  background: #007b83;
  position: relative;
}
.section--color[data-color=grey-lightest] {
  background: #fafafa;
}
.section--color[data-color=grey-light] {
  background: #f2f1f0;
}
.section--color[data-color=grey-medium] {
  background: #d4d3cf;
}
.section--color[data-color=background] {
  background: #ecf3f4;
}

.section--bg-ternary {
  background-color: #8EBDC5;
}
.section--bg-ternary .teaser__header h2 a,
.section--bg-ternary .teaser__header .util-h2 a {
  color: #006e7e !important;
}
.section--bg-ternary .teaser__header h3::after, .section--bg-ternary .teaser__header .util-h3::after {
  color: #006e7e !important;
}
.section--bg-ternary .teaser__header h3 a, .section--bg-ternary .teaser__header .util-h3 a {
  background-image: linear-gradient(to right, #006e7e 0, #006e7e 100%);
}
.section--bg-ternary .teaser__header h6, .section--bg-ternary .teaser__header .util-h6 {
  color: #006e7e !important;
  line-height: normal;
}
.section--bg-ternary .teaser__text p::before {
  border-color: #006e7e;
}
.section--bg-ternary .user-data__trigger[disabled] {
  color: #006e7e;
  border-color: #006e7e;
}

.section--bg .container {
  position: relative;
}
.section--bg .container .form .select-wrapper select {
  min-width: 0;
}
.section--bg-paper {
  border-top: 1px solid #dad9d5;
  background-image: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/img/pattern-blackboard/ep_naturalwhite.png");
}

.section__bg-paper {
  position: absolute;
  bottom: 0;
  right: 16px;
  right: 1rem;
}
@media screen and (min-width: 62em) {
  .section__bg-paper {
    right: 50%;
  }
}
.section__bg-paper + .row {
  margin-bottom: 0;
}

.section--inset {
  margin: 0 auto;
  position: relative;
}
.section--inset .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .section--inset {
    padding: 0 20%;
  }
}

.section__headline {
  text-align: center;
}
.section__headline h2,
.section__headline .util-h2 {
  padding: 0;
  margin-bottom: 50px;
}

.frame-type-mediaoembed_oembedmediarenderer + * {
  margin-top: 16px;
}

/* ==========================================================================
  Content Elements
  ========================================================================== */
h1, .util-h1,
h2, .util-h2,
h3, .util-h3,
h4, .util-h4,
h5, .util-h5,
h6, .util-h6 {
  font-family: "Oblik", sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  outline: 0;
  max-width: 100%;
}

hr {
  margin: 20px 0;
}
hr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

:focus-visible {
  background-image: linear-gradient(to top, #191003 3px, #f2f1f0 3px, #f2f1f0);
  color: #191003 !important;
  outline: 2px solid #191003 !important;
  outline-offset: 2px;
}

.template-startpage .hero .section {
  background-color: white;
}

.template-category .breadcrumb + * {
  padding-top: 0;
}
.template-category .hero .util-bg-white {
  padding: 25px 0;
}

.hero + .container,
.hero + .util-bg-white {
  padding-top: 35px;
}

.util-headline-border {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 30em) {
  .util-headline-border {
    padding-right: 4rem;
  }
  .util-headline-border::after {
    content: "";
    height: 2px;
    width: 3rem;
    position: absolute;
    background-color: #007b83;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/**
 * Capitan typo.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-03-14
 * MIT License (MIT)
 */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/fira-sans-v16-latin-regular.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/fira-sans-v16-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-medium - latin */
@font-face {
  font-family: "Fira Sans Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/fira-sans-v16-latin-500.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/fira-sans-v16-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: "Fira Sans Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/fira-sans-v16-latin-700.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/fira-sans-v16-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik */
@font-face {
  font-family: "Oblik";
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik black */
@font-face {
  font-family: "OblikBlack";
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-black.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-black.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik black italic */
@font-face {
  font-family: "OblikBlackItalic";
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-black-italic.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-black-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik bold */
@font-face {
  font-family: "OblikBold";
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-bold.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-bold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik bold italic */
@font-face {
  font-family: "OblikBoldItalic";
  font-style: italic;
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-bold-italic.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-bold-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik italic */
@font-face {
  font-family: "OblikItalic";
  font-style: italic;
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-italic.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik light */
@font-face {
  font-family: "OblikLight";
  font-style: normal;
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-light.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-light.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oblik light italic */
@font-face {
  font-family: "OblikLightItalic";
  font-style: normal;
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-light-italic.woff2") format("woff2"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/webfonts/oblik-light-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
small, a,
p,
strong,
ul,
ol,
span,
th,
td,
figcaption,
input,
textarea,
select, h5, .util-h5 {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h6,
.util-h6, h4, .util-h4, h3, .util-h3 {
  font-family: "Fira Sans Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b,
strong, h2, .util-h2 {
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .util-h1 {
  font-family: "Oblikbold", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Headings
   ========================================================================== */
h1, .util-h1,
h2, .util-h2,
h3, .util-h3,
h4, .util-h4,
h5, .util-h5,
h6, .util-h6 {
  display: block;
  margin-top: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #000;
}
@media print {
  h1, .util-h1,
  h2, .util-h2,
  h3, .util-h3,
  h4, .util-h4,
  h5, .util-h5,
  h6, .util-h6 {
    color: #000 !important;
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
h1 > a,
h1 > p,
h1 > strong,
h1 > ul,
h1 > ol,
h1 > span,
h1 > th,
h1 > td,
h1 > figcaption,
h1 > input,
h1 > textarea,
h1 > select, .util-h1 > a,
.util-h1 > p,
.util-h1 > strong,
.util-h1 > ul,
.util-h1 > ol,
.util-h1 > span,
.util-h1 > th,
.util-h1 > td,
.util-h1 > figcaption,
.util-h1 > input,
.util-h1 > textarea,
.util-h1 > select,
h2 > a,
h2 > p,
h2 > strong,
h2 > ul,
h2 > ol,
h2 > span,
h2 > th,
h2 > td,
h2 > figcaption,
h2 > input,
h2 > textarea,
h2 > select, .util-h2 > a,
.util-h2 > p,
.util-h2 > strong,
.util-h2 > ul,
.util-h2 > ol,
.util-h2 > span,
.util-h2 > th,
.util-h2 > td,
.util-h2 > figcaption,
.util-h2 > input,
.util-h2 > textarea,
.util-h2 > select,
h3 > a,
h3 > p,
h3 > strong,
h3 > ul,
h3 > ol,
h3 > span,
h3 > th,
h3 > td,
h3 > figcaption,
h3 > input,
h3 > textarea,
h3 > select, .util-h3 > a,
.util-h3 > p,
.util-h3 > strong,
.util-h3 > ul,
.util-h3 > ol,
.util-h3 > span,
.util-h3 > th,
.util-h3 > td,
.util-h3 > figcaption,
.util-h3 > input,
.util-h3 > textarea,
.util-h3 > select,
h4 > a,
h4 > p,
h4 > strong,
h4 > ul,
h4 > ol,
h4 > span,
h4 > th,
h4 > td,
h4 > figcaption,
h4 > input,
h4 > textarea,
h4 > select, .util-h4 > a,
.util-h4 > p,
.util-h4 > strong,
.util-h4 > ul,
.util-h4 > ol,
.util-h4 > span,
.util-h4 > th,
.util-h4 > td,
.util-h4 > figcaption,
.util-h4 > input,
.util-h4 > textarea,
.util-h4 > select,
h5 > a,
h5 > p,
h5 > strong,
h5 > ul,
h5 > ol,
h5 > span,
h5 > th,
h5 > td,
h5 > figcaption,
h5 > input,
h5 > textarea,
h5 > select, .util-h5 > a,
.util-h5 > p,
.util-h5 > strong,
.util-h5 > ul,
.util-h5 > ol,
.util-h5 > span,
.util-h5 > th,
.util-h5 > td,
.util-h5 > figcaption,
.util-h5 > input,
.util-h5 > textarea,
.util-h5 > select,
h6 > a,
h6 > p,
h6 > strong,
h6 > ul,
h6 > ol,
h6 > span,
h6 > th,
h6 > td,
h6 > figcaption,
h6 > input,
h6 > textarea,
h6 > select, .util-h6 > a,
.util-h6 > p,
.util-h6 > strong,
.util-h6 > ul,
.util-h6 > ol,
.util-h6 > span,
.util-h6 > th,
.util-h6 > td,
.util-h6 > figcaption,
.util-h6 > input,
.util-h6 > textarea,
.util-h6 > select {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-size: inherit;
}

h1, .util-h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 30px;
}

h2, .util-h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 30px;
  display: inline;
}

h3, .util-h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}

h4, .util-h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}

h5, .util-h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
  color: #666;
}

h6,
.util-h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
  color: #007b83;
}
@media print {
  h6,
  .util-h6 {
    color: #007b83 !important;
  }
}

.util-text-highlight {
  color: #007b83;
  font-weight: 500;
}

.util-text-border-highlight {
  border-bottom: 4px solid rgba(0, 123, 131, 0.5);
  display: inline-block;
  line-height: 0.7;
}

.util-text-border-wide {
  border-bottom: 1px solid #191003;
  display: inline-block;
  line-height: 2;
  padding-right: 16px;
}

.util-intro a:not(.btn),
.util-textmarker a:not(.btn) {
  display: inline;
  background-size: 200% 200%;
  background-position: 0 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(0, 123, 131, 0.5) 50%);
  transition: background-position 300ms ease-out;
}
.util-intro a:not(.btn):hover,
.util-textmarker a:not(.btn):hover {
  background-position: -100% 0;
}
.util-intro.inverse a:not(.btn),
.util-textmarker.inverse a:not(.btn) {
  background-position: -200% 0;
}
.util-intro.inverse a:not(.btn):hover,
.util-textmarker.inverse a:not(.btn):hover {
  background-position: -100% 0;
}
.util-intro.vertical a:not(.btn),
.util-textmarker.vertical a:not(.btn) {
  transition-duration: 200ms;
  background-position: 0 calc(100% - 4px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, rgba(0, 123, 131, 0.5) 50%);
}
.util-intro.vertical a:not(.btn):hover,
.util-textmarker.vertical a:not(.btn):hover {
  background-position: 0 200%;
}

.util-intro.vertical a:not(.btn) {
  background-position: 0 calc(100% - 3px);
}

.util-textmarker.vertical a:not(.btn) {
  background-position: 0 calc(100% - 4px);
}

.util-headline-special {
  overflow: hidden;
  display: flex;
  padding: 5px 0 0 0;
  text-align: center;
  line-height: inherit;
}
.util-headline-special > a:not(.util-headline-special__teaser),
.util-headline-special > span {
  z-index: 1;
  position: relative;
  display: inline-block;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  padding: 0 10px;
  vertical-align: baseline;
  zoom: 1;
  font-family: "OblikBlack", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: 30px;
  font-size: 1.875rem;
  color: #007b83;
}
@media screen and (min-width: 30em) {
  .util-headline-special > a:not(.util-headline-special__teaser),
  .util-headline-special > span {
    max-width: calc(100% - 100px);
    padding: 0 20px;
    font-size: 3.125rem;
  }
}
.util-headline-special > a:not(.util-headline-special__teaser):before, .util-headline-special > a:not(.util-headline-special__teaser):after,
.util-headline-special > span:before,
.util-headline-special > span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 50%;
  border-top: 1px solid #191003;
}
.util-headline-special > a:not(.util-headline-special__teaser):before,
.util-headline-special > span:before {
  right: 100%;
}
.util-headline-special > a:not(.util-headline-special__teaser):after,
.util-headline-special > span:after {
  left: 100%;
}
.util-headline-special > a:not(.util-headline-special__teaser) > span:not(.headline-regular),
.util-headline-special > span > span:not(.headline-regular) {
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}
.util-headline-special > a:not(.util-headline-special__teaser):visited:not(.btn),
.util-headline-special > span:visited:not(.btn) {
  color: #007b83;
}
.util-headline-special > span {
  line-height: 50px;
}
@media screen and (min-width: 30em) {
  .util-headline-special > span {
    line-height: 72px;
  }
}
.util-headline-special > span.with-icon:before, .util-headline-special > span.with-icon:after {
  top: 35px;
}
.util-headline-special .headline-regular {
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  font-size: 2.1875rem;
}
.util-headline-special[class*=util-icon] span {
  padding: 0 20px 0 65px;
}
@media screen and (min-width: 30em) {
  .util-headline-special[class*=util-icon] span {
    padding-left: 75px;
  }
}
.util-headline-special--font-mix > span {
  line-height: 1.2;
}

.util-headline-special__teaser {
  display: none;
}
@media screen and (min-width: 48em) {
  .util-headline-special__teaser {
    display: block;
    position: absolute;
    z-index: 5;
    top: -10px;
    right: 0;
  }
}
@media screen and (min-width: 62em) {
  .util-headline-special__teaser {
    right: 40px;
  }
}

/* ==========================================================================
   Inline Elements
   ========================================================================== */
a,
p,
strong,
ul,
ol,
span,
th,
td,
figcaption,
input,
textarea,
select {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 26px;
}
.header a, .footer__top a,
.header p,
.footer__top p,
.header strong,
.footer__top strong,
.header ul,
.footer__top ul,
.header ol,
.footer__top ol,
.header span,
.footer__top span,
.header th,
.footer__top th,
.header td,
.footer__top td,
.header figcaption,
.footer__top figcaption,
.header input,
.footer__top input,
.header textarea,
.footer__top textarea,
.header select,
.footer__top select {
  font-size: inherit;
}
@media print {
  a,
  p,
  strong,
  ul,
  ol,
  span,
  th,
  td,
  figcaption,
  input,
  textarea,
  select {
    font-size: 12pt;
  }
}

p {
  color: #191003;
  margin-top: 0;
  margin-bottom: 16px;
}
p.subline {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}

b,
strong {
  font-weight: 700;
}

small,
small strong {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}

a {
  text-decoration: none;
  color: #191003;
}
a:focus {
  outline: none;
}
a:visited:not(.btn) {
  color: #191003;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul,
ol {
  padding-left: 35px;
}
ul li,
ol li {
  position: relative;
}
ul li:before,
ol li:before {
  font-family: "Oblikbold", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol {
  list-style: none;
  counter-reset: ol-counter;
}
ol li:before {
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  left: -25px;
  position: absolute;
}

/* ==========================================================================
   Style for Content Detailsite and ckeditor
   ========================================================================== */
.content-detail p,
.content-detail a:not(.btn) {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5625em;
}
.content-detail p img {
  width: auto;
}
.content-detail b,
.content-detail strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5625em;
  font-weight: 700;
}
.content-detail ul,
.content-detail ol {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5625em;
}
.content-detail ul li,
.content-detail ol li {
  margin-bottom: 16px;
}
.content-detail ul li:last-child,
.content-detail ol li:last-child {
  margin-bottom: 0;
}
.content-detail img.align-center {
  display: block;
  margin: 0 auto;
}
.content-detail blockquote {
  display: block;
  margin: 32px auto;
  text-align: center;
}
.content-detail blockquote p {
  font-family: "OblikLightItalic", serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  font-size: 1.625rem;
  opacity: 0.6;
  color: #191003;
  line-height: 1.5625em;
  display: inline-block;
}
.content-detail iframe {
  max-width: 100%;
}
.content-detail h5 b,
.content-detail h5 strong, .content-detail .util-h5 b,
.content-detail .util-h5 strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

blockquote,
cite {
  font-family: "OblikLightItalic", serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  font-size: 1.625rem;
  opacity: 0.6;
  color: #007b83;
  line-height: 1.5625em;
  display: inline-block;
}

.color-black {
  color: #000;
}
.color-black span {
  color: #000;
}

.color-turquoise {
  color: #007b83;
}
.color-turquoise span {
  color: #007b83;
}

/**
 * Capitan icon-font.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-04-05
 * MIT License (MIT)
 */
/* ==========================================================================
   Icon Font settings
   ========================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/iconfont/icomoon.eot?qj37rw");
  src: url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/iconfont/icomoon.eot?qj37rw#iefix") format("embedded-opentype"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/iconfont/icomoon.ttf?qj37rw") format("truetype"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/iconfont/icomoon.woff?qj37rw") format("woff"), url("/_assets/ef44c84466d98fe41bee4fdfb2ecea11/fonts/iconfont/icomoon.svg?qj37rw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.util-icon--before:before,
.util-icon--after:after {
  font-family: "iconfont", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.util-icon--before.util-icon--mail:before,
.util-icon--after.util-icon--mail:after {
  content: "q";
}

.util-icon--before.util-icon--mail-open:before,
.util-icon--after.util-icon--mail-open:after {
  content: "ܚ";
}

.util-icon--before.util-icon--folder:before,
.util-icon--after.util-icon--folder:after {
  content: "w";
}

.util-icon--before.util-icon--search:before,
.util-icon--after.util-icon--search:after {
  content: "e";
}

.util-icon--before.util-icon--heart:before,
.util-icon--after.util-icon--heart:after {
  content: "r";
}

.util-icon--before.util-icon--bookmark:before,
.util-icon--after.util-icon--bookmark:after {
  content: "t";
}

.util-icon--before.util-icon--arrow-up:before,
.util-icon--after.util-icon--arrow-up:after {
  content: "z";
}

.util-icon--before.util-icon--arrow-right:before,
.util-icon--after.util-icon--arrow-right:after {
  content: "u";
}

.util-icon--before.util-icon--slider-arrow-left:before,
.util-icon--after.util-icon--slider-arrow-left:after {
  content: "i";
}

.util-icon--before.util-icon--slider-arrow-right:before,
.util-icon--after.util-icon--slider-arrow-right:after {
  content: "o";
}

.util-icon--before.util-icon--close:before,
.util-icon--after.util-icon--close:after {
  content: "p";
}

.util-icon--before.util-icon--rundumdenjob:before,
.util-icon--after.util-icon--rundumdenjob:after {
  content: "a";
}

.util-icon--before.util-icon--wissensbissen:before,
.util-icon--after.util-icon--wissensbissen:after {
  content: "s";
}

.util-icon--before.util-icon--unsereunternehmen:before,
.util-icon--after.util-icon--unsereunternehmen:after {
  content: "d";
}

.util-icon--before.util-icon--freizeit:before,
.util-icon--after.util-icon--freizeit:after {
  content: "f";
}

.util-icon--before.util-icon--chemieazubi:before,
.util-icon--after.util-icon--chemieazubi:after {
  content: "g";
}

.util-icon--before.util-icon--focus:before,
.util-icon--after.util-icon--focus:after {
  content: "";
}

.util-icon--before.util-icon--pdf:before,
.util-icon--after.util-icon--pdf:after {
  content: "j";
}

.util-icon--before.util-icon--print:before,
.util-icon--after.util-icon--print:after {
  content: "k";
}

.util-icon--before.util-icon--upload:before,
.util-icon--after.util-icon--upload:after {
  content: "l";
}

.util-icon--before.util-icon--photo:before,
.util-icon--after.util-icon--photo:after {
  content: "y";
}

.util-icon--before.util-icon--event:before,
.util-icon--after.util-icon--event:after {
  content: "x";
}

.util-icon--before.util-icon--bulb:before,
.util-icon--after.util-icon--bulb:after {
  content: "x";
}

.util-icon--before.util-icon--play:before,
.util-icon--after.util-icon--play:after {
  content: "c";
}

.util-icon--before.util-icon--play-alt:before,
.util-icon--after.util-icon--play-alt:after {
  content: "غ";
}

.util-icon--before.util-icon--enlarge:before,
.util-icon--after.util-icon--enlarge:after {
  content: "v";
}

.util-icon--before.util-icon--facebook:before,
.util-icon--after.util-icon--facebook:after {
  content: "b";
}

.util-icon--before.util-icon--twitter:before,
.util-icon--after.util-icon--twitter:after {
  content: "n";
}

.util-icon--before.util-icon--youtube:before,
.util-icon--after.util-icon--youtube:after {
  content: "ت";
}

.util-icon--before.util-icon--linkedin:before,
.util-icon--after.util-icon--linkedin:after {
  content: "}";
}

.util-icon--before.util-icon--soundcloud:before,
.util-icon--after.util-icon--soundcloud:after {
  content: "ߺ";
}

.util-icon--before.util-icon--podigee:before,
.util-icon--after.util-icon--podigee:after {
  content: "߻";
}

.util-icon--before.util-icon--instagram:before,
.util-icon--after.util-icon--instagram:after {
  content: "߼";
}

.util-icon--before.util-icon--xing:before,
.util-icon--after.util-icon--xing:after {
  content: "~";
}

.util-icon--before.util-icon--spotify:before,
.util-icon--after.util-icon--spotify:after {
  content: "߿";
}

.util-icon--before.util-icon--download:before,
.util-icon--after.util-icon--download:after {
  content: "m";
}

.util-icon--before.util-icon--podcast:before,
.util-icon--after.util-icon--podcast:after {
  content: "ێ";
}

.util-icon--before.util-icon--messenger:before,
.util-icon--after.util-icon--messenger:after {
  content: ",";
}

.util-icon--before.util-icon--whatsapp:before,
.util-icon--after.util-icon--whatsapp:after {
  content: ".";
}

.util-icon--before.util-icon--arrow-left:before,
.util-icon--after.util-icon--arrow-left:after {
  content: "-";
}

.util-icon--before.util-icon--plus:before,
.util-icon--after.util-icon--plus:after {
  content: "<";
}

.util-icon--before.util-icon--minus:before,
.util-icon--after.util-icon--minus:after {
  content: ">";
}

.util-icon--before.util-icon--dropdown:before,
.util-icon--after.util-icon--dropdown:after {
  content: "*";
}

.util-icon--before.util-icon--success:before,
.util-icon--after.util-icon--success:after {
  content: "{";
}

.sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only + * {
  margin-block-start: 0;
}

/* ==========================================================================
   Components
   ========================================================================== */
/**
 * Capitan header.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-09-05
 * MIT License (MIT)
 */
/* ==========================================================================
   Header
   ========================================================================== */
.header {
  background: #fff;
  border-bottom: 1px solid #999999;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
}
.header + * {
  margin-top: 150px !important;
}
@media screen and (min-width: 30em) {
  .header + * {
    margin-top: 178px !important;
  }
}

.header-logo {
  display: flex;
  align-items: flex-end;
  transition: transform 0.35s ease, max-height 0.35s ease;
  transform-origin: 0 100%;
  max-height: 96px;
}
@media (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .header-logo {
    max-height: none;
    height: 96px;
  }
}

.header-logo__image {
  width: 280px;
}
@media screen and (min-width: 30em) {
  .header-logo__image {
    width: 368px;
  }
}

.header-logo__claim {
  margin: 0 0 0 5px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  line-height: 0.75;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 30em) {
  .header-logo__claim {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .header-logo__claim {
    position: relative;
    top: 5px;
  }
}
.header-logo__claim span {
  line-height: 26px;
}

.header-logo__claim-top {
  display: block;
}
@media screen and (min-width: 48em) {
  .header-logo__claim-top {
    display: inline;
  }
}

.header-logo__link {
  display: block;
}

.header-newsletter {
  position: relative;
  bottom: -14.8px;
  bottom: -0.925rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.header-newsletter .btn {
  margin-bottom: 0;
}

.header__top {
  padding: 15px 0;
  border-bottom: 1px solid #999999;
  transition: padding 0.3s;
}
.header__top .row {
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .header__top .row [class^="col-xs-12 "] {
    margin-bottom: 0;
  }
}

.header__bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.header__claim {
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 30.9375em) {
  .header__claim {
    display: none;
  }
}

.is-header-sticky .header-logo {
  max-height: 26px;
  transform: scale(0.65);
  transform-origin: 0 100%;
}
@media (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .is-header-sticky .header-logo {
    max-height: none;
    height: 26px;
  }
}
@media screen and (min-width: 30em) {
  .is-header-sticky .header-logo {
    max-height: 36px;
  }
}
@media screen and (min-width: 30em) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .is-header-sticky .header-logo {
    max-height: none;
    height: 36px;
  }
}
.is-header-sticky .header-newsletter {
  bottom: -10px;
  bottom: -0.625rem;
}
.is-header-sticky .header__top {
  padding: 30px 0 10px 0;
}

/**
 * Capitan footer.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-09-05
 * MIT License (MIT)
 */
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  z-index: 30;
  position: relative;
  background-color: #fff;
}
.footer .row {
  margin-bottom: 0;
}

.footer__top {
  padding: 25px 0;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .footer__top {
    padding: 50px 0;
    text-align: left;
  }
}

.footer__bottom {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0;
  text-align: center;
}

.footer__content {
  display: flex;
  flex-direction: column;
}
.footer__content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 30em) {
  .footer__content {
    display: block;
    flex-direction: unset;
    padding: 0 calc(50px - 8px);
  }
}
@media screen and (min-width: 48em) {
  .footer__content {
    padding: 0 calc(100px - 8px);
  }
}
@media screen and (min-width: 62em) {
  .footer__content {
    padding: 0;
  }
}

.footer__logo {
  width: 100%;
  margin-bottom: 40px;
  order: 1;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .footer__logo {
    float: left;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .footer__logo {
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 62em) {
  .footer__logo {
    width: calc((100% - 340px) / 3);
  }
}

.footer__links {
  width: 100%;
  margin-bottom: 40px;
  order: 2;
}
@media screen and (min-width: 30em) {
  .footer__links {
    float: left;
    margin-bottom: 0;
    padding-right: 10px;
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .footer__links {
    width: 25%;
    padding-left: 0;
  }
}
@media screen and (min-width: 62em) {
  .footer__links {
    width: calc((100% - 340px) / 3);
    padding-left: 40px;
  }
}

.footer__archive {
  width: 100%;
  margin-bottom: 20px;
  order: 4;
}
.footer__archive .btn {
  width: 100%;
  white-space: normal;
}
@media screen and (min-width: 30em) {
  .footer__archive .btn {
    width: auto;
    white-space: nowrap;
  }
}
@media screen and (min-width: 30em) {
  .footer__archive {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .footer__archive {
    width: 25%;
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and (min-width: 62em) {
  .footer__archive {
    width: calc((100% - 340px) / 3);
  }
}

.footer__outlinks {
  float: left;
  width: 100%;
  order: 3;
  margin-bottom: 40px;
}
@media screen and (min-width: 30em) {
  .footer__outlinks {
    margin-bottom: 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 62em) {
  .footer__outlinks {
    width: 339px;
    padding-top: 0;
  }
}
.footer__outlinks .btn {
  white-space: normal;
}
@media screen and (min-width: 30em) {
  .footer__outlinks .btn {
    white-space: nowrap;
  }
}

.footer__block .btn:last-of-type {
  margin-bottom: 0;
}

.footer__block-headline {
  margin: 0 0 4px 0;
  color: #000;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Oblikbold", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer__block-text {
  margin: 8px 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
}

.footer__logo-link {
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .footer__logo-link {
    margin: 0 30px 0 0;
  }
}
.footer__logo-link img {
  width: 360px;
}
@media (max-width: 30em) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .footer__logo-link {
    max-width: 70vw;
  }
  .footer__logo-link img {
    max-width: 70vw;
  }
}

.footer__logo-claim {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 8px 0 0 0;
  letter-spacing: -0.16px;
  letter-spacing: -0.01rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.footer__linklist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
@media screen and (min-width: 30em) {
  .footer__linklist {
    display: block;
    justify-content: unset;
  }
}

.footer__linklist-item {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  .footer__linklist-item {
    display: block;
    margin: 0;
  }
}

.footer__linklist-link {
  text-decoration: none;
}

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

.footer__social-media-list {
  margin: 16px 0;
  margin: 1rem 0;
}
.footer__social-media-list li {
  display: inline-block;
}
.footer__social-media-list li:not(:last-child) {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.footer__social-media-list a {
  font-size: 32px;
  font-size: 2rem;
  color: #8d8882;
}
.footer__social-media-list a:hover, .footer__social-media-list a:focus {
  color: #413a31;
}

.footer__button-list-item {
  margin: 0;
  padding: 0;
}
.footer__button-list-item:last-child .btn {
  margin-bottom: 0;
}

/**
 * Capitan embed.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-13
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.embed {
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}
.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.embed--16by9 {
  padding-bottom: 56.25%;
}

/**
 * Capitan modal.scss v1.0.0
 *
 * Copyright IW Medien GmbH
 * http://www.iwmedien.de/
 *
 * Date: 2018-09-05
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.modal {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 48em) {
  .modal {
    bottom: 48px;
    left: auto;
  }
}

.modal .container {
  z-index: 10000;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 32px;
  padding: 2rem;
  transition: 0.25s all ease-in-out;
  background: #007b83;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 48em) {
  .modal .container {
    max-width: 22.5rem;
  }
}
.modal .container h2,
.modal .container .util-h2,
.modal .container p {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .modal .container h2,
  .modal .container .util-h2,
  .modal .container p {
    text-align: left;
  }
}
.modal .container h2,
.modal .container .util-h2 {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  font-size: 1.75rem;
}
.modal .container p {
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .modal .container form {
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .modal .container form {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .modal .container form {
    width: 100%;
  }
}
.modal .container form > .row {
  margin-bottom: 0;
}
.modal .container form > .row:nth-child(2) {
  margin-bottom: 8px;
}
.modal .container form > .row:nth-child(2) > .col,
.modal .container form > .row:nth-child(2) > [class*=col-] {
  max-width: 100%;
  flex: 0 0 100%;
}
.modal .container form > .row:nth-child(2) .util-flex {
  flex-direction: column;
}
.modal .container form > .row:nth-child(2) .util-flex .btn {
  margin-top: 8px;
  margin-left: 0;
}
.modal .container form > .row:nth-child(2) label {
  display: none;
}
.modal .container form p {
  margin-bottom: 0;
  line-height: 1.2;
}
.modal .container form p a {
  line-height: 1.2;
}
.modal .container .util-icon--mail {
  z-index: -1;
  position: absolute;
  top: -10%;
  left: auto;
  right: 2.5%;
  transform: rotate(-16deg);
  opacity: 0.3;
  font-size: 160px;
  font-size: 10rem;
  color: #007b83;
}
@media screen and (min-width: 48em) {
  .modal .container .util-icon--mail {
    top: 2.5%;
    left: -10%;
    right: auto;
  }
}
.modal .container .util-icon--close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 48px;
  font-size: 3rem;
}

.modal:not(.util-hidden) .container {
  animation: modal-slide-bottom 0.25s cubic-bezier(0, 0.2, 0.8, 1);
}
@media screen and (min-width: 48em) {
  .modal:not(.util-hidden) .container {
    animation: modal-slide-right 0.25s cubic-bezier(0, 0.2, 0.8, 1);
  }
}

.modal--bg {
  cursor: pointer;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

@keyframes modal-slide-bottom {
  0% {
    top: 150vh;
  }
  100% {
    top: 0;
  }
}
@keyframes modal-slide-right {
  0% {
    left: 150%;
  }
  100% {
    left: 0;
  }
}
/**
 * Capitan actions.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-09
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.actions-bar {
  transition: opacity 0.5s ease-in, background-color 0.5s ease-in;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.is-visible.actions-bar {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 21.25em) {
  .actions-bar {
    display: inline-block;
    bottom: calc(0% + 10px);
    right: calc(0% + 10px);
    text-align: right;
  }
}
@media screen and (min-width: 80.25em) {
  .actions-bar {
    left: 50%;
    margin-left: calc(1200 / 2 * 1px - 320px - 0.5rem);
    width: 320px;
  }
}
.actions-bar .btn,
.actions-bar a {
  flex: 1 0 auto;
  margin-bottom: 0;
}
.actions-bar .btn {
  margin-right: 2px;
}
.actions-bar .btn:before {
  position: relative;
}
@media screen and (min-width: 480px) {
  .actions-bar .btn {
    display: none;
  }
}

/**
 * Capitan navigation.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-09-05
 * MIT License (MIT)
 */
/* ==========================================================================
   Main Navigation
   ========================================================================== */
.nav-main {
  overflow: hidden;
  width: 100%;
}
.nav-main button {
  cursor: default;
}
.nav-main ul {
  list-style-type: none;
}
.nav-main > ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.nav-main > ul:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.nav-main > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-main > ul > li > a, .nav-main > ul > li > button {
  position: relative;
  white-space: nowrap;
  border-left: 1px solid #999999;
  font-size: 14px;
  font-size: 0.875rem;
}
.nav-main > ul > li:last-child > a, .nav-main > ul > li:last-child > button {
  border-right: 1px solid #999999;
}
.nav-main > ul > li > ul > li a:hover {
  color: #191003;
}
.nav-main a,
.nav-main button {
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  line-height: 16px;
  padding: 4px 10px;
}
.nav-main a,
.nav-main button {
  color: #000;
}
.nav-main > ul > li.is-current {
  position: relative;
  font-family: "Oblikbold", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-main > ul > li.is-current > a, .nav-main > ul > li.is-current > button {
  position: relative;
  color: #000;
  font-weight: bold;
  font-family: "Oblikbold", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-main > ul > li.is-current > a:before, .nav-main > ul > li.is-current > button:before {
  height: 5px;
  background: rgba(0, 123, 131, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  content: "";
}
.nav-main .is-parent {
  position: relative;
}
.nav-main .is-parent > a, .nav-main .is-parent > button {
  position: relative;
}
.nav-main .is-parent > a:after, .nav-main .is-parent > button:after {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "*";
  position: relative;
  top: 2px;
  margin-left: 3px;
  line-height: 16px;
  transition: color 250ms ease, transform 400ms ease;
  display: inline-block;
  backface-visibility: visible;
}
.nav-main .is-parent > ul {
  display: none;
  top: 100%;
  min-width: 100%;
}
.nav-main .is-parent > ul a {
  color: #000;
}
.nav-main .is-open > a, .nav-main .is-open > button {
  color: #000;
}
.nav-main .is-open > a:after, .nav-main .is-open > button:after {
  transform: rotateX(180deg);
}
.nav-main .is-open > a:before, .nav-main .is-open > button:before {
  height: 5px;
  background: rgba(0, 123, 131, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  content: "";
}
.nav-main .is-open > ul {
  display: block;
}
.nav-main .nav-main__button[aria-expanded=true] {
  color: #000;
}
.nav-main .nav-main__button[aria-expanded=true]:after {
  transform: rotateX(180deg);
}
.nav-main .nav-main__button[aria-expanded=true]:before {
  height: 5px;
  background: rgba(0, 123, 131, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  content: "";
}
.nav-main .nav-main__button[aria-expanded=true] ~ ul {
  display: block;
}
.nav-main .is-parent > ul,
.nav-main .nav__dropdown {
  border: 1px solid #999999;
  border-top: none;
  background: #fff;
  position: absolute;
  left: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 29.9375em) {
  .nav-main .is-parent > ul,
  .nav-main .nav__dropdown {
    border-left: none;
    border-right: none;
  }
}
@media screen and (min-width: 30em) {
  .nav-main .is-parent > ul,
  .nav-main .nav__dropdown {
    padding: 10px 0;
  }
}
.nav-main .is-parent > ul a,
.nav-main .is-parent > ul button,
.nav-main .nav__dropdown a,
.nav-main .nav__dropdown button {
  padding: 8px 16px;
}
@media screen and (max-width: 29.9375em) {
  .nav-main .is-parent > ul a,
  .nav-main .is-parent > ul button,
  .nav-main .nav__dropdown a,
  .nav-main .nav__dropdown button {
    border-top: 1px solid #999999;
  }
}
.nav-main .is-parent > ul li:first-child > a, .nav-main .is-parent > ul li:first-child > button,
.nav-main .nav__dropdown li:first-child > a,
.nav-main .nav__dropdown li:first-child > button {
  border-top: none;
}

.nav__dropdown-toggle {
  font-size: 14px;
  font-size: 0.875rem;
}
.nav__dropdown-toggle.is-open {
  color: #000;
}
.nav__dropdown-toggle.is-open:after {
  transform: rotateX(180deg);
}
.nav__dropdown-toggle.is-open:before {
  height: 5px;
  background: rgba(0, 123, 131, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  content: "";
}
@media screen and (min-width: 30em) {
  .nav__dropdown-toggle.is-open:before {
    top: calc(100% + 9px);
  }
}
.nav__dropdown-toggle:focus {
  outline: none;
}
.nav__dropdown-toggle:after {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "*";
  position: relative;
  top: 2px;
  margin-left: 3px;
  line-height: 16px;
  transition: color 250ms ease, transform 400ms ease;
  display: inline-block;
  backface-visibility: visible;
}

.nav__dropdown-wrapper {
  display: inline-flex;
}
@media screen and (max-width: 29.9375em) {
  .nav__dropdown-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.nav__dropdown {
  top: calc(100% + 1px);
  margin: 0;
}
@media screen and (max-width: 29.9375em) {
  .nav__dropdown {
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 30em) {
  .nav__dropdown {
    top: calc(100% + 15px);
  }
}
.nav__dropdown a {
  color: #000;
}
.nav__dropdown .is-current > a, .nav__dropdown .is-current > button {
  color: #000;
  font-weight: bold;
}
.nav__dropdown .is-current > a:before, .nav__dropdown .is-current > button:before {
  display: none;
}
.nav__dropdown .is-current > ul {
  display: block;
}
.nav__dropdown .is-parent > ul {
  position: relative;
  border: none;
  background: #f2f1f0;
  border-top: 5px solid rgba(0, 123, 131, 0.5);
}
@media screen and (min-width: 30em) {
  .nav__dropdown .is-parent > ul {
    padding: 5px 0;
  }
}
.nav__dropdown .is-parent > ul a {
  padding-left: 30px;
}
.nav__dropdown .is-parent > ul.is-open > a, .nav__dropdown .is-parent > ul.is-open > button {
  color: #000;
}

.nav-main__overview-link {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding-top: 18px !important;
  border-top: 1px solid #999999;
  color: #007b83 !important;
  font-weight: 700 !important;
}
.nav-main__overview-link::after {
  display: inline-flex;
  content: "";
  height: 1em;
  width: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.467 8.467'%3E%3Cpath fill='%23007b83' d='M8.467 4.285 5.792 1.61l-.667.667L6.66 3.812H0v.945h6.66L5.125 6.292l.667.667z' aria-label='🡒'/%3E%3C/svg%3E");
}

/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav {
  overflow: visible;
  white-space: nowrap;
  /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */
}

.priority-nav > ul {
  display: inline-flex;
}

.priority-nav > ul > li {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}

@media screen and (min-width: 30em) {
  .priority-nav__wrapper {
    position: relative;
  }
}

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}

.priority-nav__dropdown.show {
  visibility: visible;
}

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}

/**
 * Capitan nav-meta.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-07
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.nav-meta {
  padding-left: 16px;
}
.nav-meta > form,
.nav-meta > ul {
  list-style-type: none;
  margin: 0;
  padding: 9px 0;
  line-height: 12px;
}
.nav-meta > form {
  display: none;
}
@media screen and (min-width: 30em) {
  .nav-meta > form {
    display: flex;
  }
}
.nav-meta > form input {
  border: 0;
}
.nav-meta > form button {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.nav-meta > ul {
  display: flex;
}
@media screen and (min-width: 30em) {
  .nav-meta > ul {
    display: none;
  }
}
.nav-meta > form > button,
.nav-meta li > label {
  transition: color 200ms ease;
}
.nav-meta > form > button,
.nav-meta li > label {
  color: #666;
}
.nav-meta > form > button:hover,
.nav-meta li > label:hover {
  color: #007b83;
}
.nav-meta > form > button:after,
.nav-meta li > label:after {
  font-size: 26px;
  font-size: 1.625rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.nav-meta li {
  width: 45px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 30em) {
  .nav-meta li {
    width: 200px;
  }
}
.nav-meta li > label:hover,
.nav-meta li button:hover {
  color: #007b83;
}
.nav-meta li > label,
.nav-meta li button {
  line-height: 12px;
}
.nav-meta li > label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0;
}
@media screen and (min-width: 30em) {
  .nav-meta li > label {
    font-size: 1rem;
  }
}

/**
 * Capitan user-data.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-05
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.user-data {
  font-size: 17px;
  font-size: 1.0625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.user-data:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.user-data__trigger {
  transition-property: border-color, background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  position: relative;
  font-size: 0;
  background: transparent;
  border: 1px solid currentColor;
  color: currentColor;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  overflow: hidden;
}
.user-data__trigger + .user-data__trigger {
  margin-left: 5px;
}
.user-data__trigger:after {
  font-size: 24px;
  font-size: 1.5rem;
}
.user-data__trigger:focus {
  outline: none;
}
.user-data__trigger[disabled] {
  border-color: #007b83;
  color: #007b83;
}
.user-data__trigger[data-type=remove] {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-color: #ff3a22;
  margin: 0;
  height: auto;
}
.user-data__trigger[data-type=remove], .user-data__trigger[data-type=remove]:after {
  color: #ff3a22;
}
.user-data__trigger[data-type=remove]:hover {
  background-color: #ff3a22;
}
.user-data__trigger[data-type=remove]:hover, .user-data__trigger[data-type=remove]:hover:after {
  color: #fff;
}
.user-data__trigger[data-type=getAll] {
  position: relative;
  border: none;
  height: auto;
}
.user-data__trigger[data-type=getAll] .user-data__count {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  opacity: 0;
  display: block;
  bottom: 0;
  left: -4px;
  width: 12px;
  height: 12px;
  color: #191003;
  background-color: #007b83;
  border-radius: 50%;
  line-height: 11px;
  text-align: center;
  transition: opacity 0.2s ease-in;
}
.user-data__trigger[data-type=getAll] .user-data__count.is-greater-zero {
  opacity: 1;
}

.user-data__count {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 5px;
  line-height: 24px;
  display: none;
}
.user-data__count.is-active {
  display: block;
}

/**
 * Capitan fancybox.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-03-14
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.fancybox {
  display: block;
  outline: none;
}
.fancybox picture {
  display: block;
}
.fancybox img {
  width: 100%;
}
[rel].fancybox {
  display: block;
}

.fancybox__content {
  display: none;
}

.fancybox__content--top {
  min-width: 100%;
  align-self: flex-start;
  padding: 40px 20px;
}

.fancybox-slide {
  padding: 0 8px;
  justify-content: center;
  align-items: center;
}
.fancybox-slide:before {
  display: none !important;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: flex !important;
}

.fancybox--search-bookmark-overlay .header {
  z-index: 99994;
}
.fancybox--search-bookmark-overlay .fancybox-inner {
  top: 178px;
}
.fancybox--search-bookmark-overlay.is-header-sticky .fancybox-inner {
  top: 102px;
}
.fancybox--search-bookmark-overlay .fancybox-bg {
  background: transparent;
}
.fancybox--search-bookmark-overlay .fancybox-slide {
  display: block !important;
  background: #fff;
}
.fancybox--search-bookmark-overlay .fancybox-slide > * {
  margin: 0 auto;
  padding: 0;
  display: block;
}

.fancybox--gallery {
  position: relative;
}
.fancybox--gallery::before {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  cursor: pointer;
  content: "v";
  color: #fff;
}

.fancybox--custom-story .fancybox-bg,
.fancybox--custom-thumb .fancybox-bg {
  background: #413a31;
}
.fancybox--custom-story .fancybox-arrow--left::after,
.fancybox--custom-story .fancybox-arrow--right::after,
.fancybox--custom-thumb .fancybox-arrow--left::after,
.fancybox--custom-thumb .fancybox-arrow--right::after {
  content: "o";
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 44px;
  font-size: 2.75rem;
  background-color: transparent;
  background-image: none;
  line-height: 44px;
  color: #fff;
}
.fancybox--custom-story .fancybox-arrow--right,
.fancybox--custom-thumb .fancybox-arrow--right {
  right: -54px;
}
.fancybox--custom-story .fancybox-arrow--left,
.fancybox--custom-thumb .fancybox-arrow--left {
  left: -54px;
}
.fancybox--custom-story .fancybox-button:hover,
.fancybox--custom-thumb .fancybox-button:hover {
  background: transparent !important;
}
.fancybox--custom-story .fancybox-toolbar,
.fancybox--custom-thumb .fancybox-toolbar {
  top: -50px;
  right: -50px;
}
.fancybox--custom-story .fancybox-button--close,
.fancybox--custom-thumb .fancybox-button--close {
  background: transparent;
}
.fancybox--custom-story .fancybox-button--close::before,
.fancybox--custom-thumb .fancybox-button--close::before {
  display: none !important;
}
.fancybox--custom-story .fancybox-button--close::after,
.fancybox--custom-thumb .fancybox-button--close::after {
  content: "p";
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  position: static !important;
  background-color: transparent;
  background-image: none;
  line-height: 40px;
  width: 40px !important;
  height: 40px !important;
  color: #fff;
  transform: rotate(0);
}

.fancybox--custom-thumb .fancybox-toolbar {
  right: -10px;
}
@media screen and (min-width: 30em) {
  .fancybox--custom-thumb .fancybox-toolbar {
    top: -50px;
    right: -50px;
  }
}
.fancybox--custom-thumb .fancybox-image-wrap {
  border: 5px solid #fff !important;
  top: 50% !important;
  left: 50% !important;
  width: 98% !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
}
@media screen and (min-width: 30em) {
  .fancybox--custom-thumb .fancybox-image-wrap {
    width: 85% !important;
  }
}
@media screen and (min-width: 48em) {
  .fancybox--custom-thumb .fancybox-image-wrap {
    width: 75% !important;
  }
}
@media screen and (min-width: 62em) {
  .fancybox--custom-thumb .fancybox-image-wrap {
    width: auto !important;
  }
}
.fancybox--custom-thumb .fancybox-image {
  position: static;
}
.fancybox--custom-thumb .fancybox-custom__desc {
  position: absolute;
  top: 100%;
  left: -5px;
  right: -5px;
  padding: 20px;
  background: #fff;
}

@media screen and (min-width: 62em) {
  .fancybox--custom-story .fancybox-custom__wrapper {
    display: flex;
  }
}
.fancybox--custom-story .fancybox-slide .fancybox-image-wrap {
  top: 50% !important;
  left: 50% !important;
  width: 75% !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
}
@media screen and (min-width: 48em) {
  .fancybox--custom-story .fancybox-slide .fancybox-image-wrap {
    width: auto !important;
  }
}
.fancybox--custom-story .fancybox-image {
  position: static;
}
.fancybox--custom-story .fancybox-custom__desc {
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 62em) {
  .fancybox--custom-story .fancybox-custom__desc {
    max-width: 350px;
    min-width: 300px;
  }
}
.fancybox--custom-story .fancybox-custom__desc h3, .fancybox--custom-story .fancybox-custom__desc .util-h3 {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ebecee;
}
.fancybox--custom-story .fancybox-custom__desc .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px 0;
  color: #dad9d5;
}
.fancybox--custom-story .fancybox-custom__desc .date {
  color: #666;
  text-align: right;
}

/**
 * Capitan teaser.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-05
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.teaser {
  transition: box-shadow 0.2s ease-in-out;
  text-align: left;
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.teaser:hover {
  box-shadow: 0 1px 11px #d4d3cf;
}
.teaser .btn {
  margin-top: 16px;
  margin-bottom: 8px;
}
.teaser > * {
  min-height: 1px;
  min-width: 1px;
}
@media screen and (min-width: 30em) {
  .teaser {
    flex-direction: row;
  }
}

.teaser__media {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .teaser__media {
    height: 100%;
  }
}
.teaser__media img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .teaser__media img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.teaser__action {
  color: #d4d3cf;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.teaser__content {
  width: 100%;
  padding: 16px 16px 10px;
  color: #666666;
  z-index: 1;
}

.teaser__header > a:not(.btn), .teaser__header > span,
.teaser__header > h2 > a:not(.btn), .teaser__header > .util-h6 > a:not(.btn) {
  line-height: normal;
}
.teaser__header > h2, .teaser__header > .util-h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  margin-bottom: 0;
}
.teaser__header > h2 a, .teaser__header > .util-h6 a {
  font-family: "Fira Sans Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: color 0.2s ease-in-out;
  display: block;
  color: #007b83;
}
.teaser__header > h2 a:visited, .teaser__header > h2 a:active, .teaser__header > .util-h6 a:visited, .teaser__header > .util-h6 a:active {
  color: #007b83;
}
.teaser__header h3, .teaser__header .util-h3 {
  flex-basis: 100%;
  margin-bottom: 0;
  line-height: 24px;
  padding-bottom: 4px;
  margin-top: 5px;
}
.teaser__header h3:after, .teaser__header .util-h3:after {
  font-size: 26px;
  font-size: 1.625rem;
  color: #007b83;
  position: relative;
  right: 0;
  line-height: 17px;
  top: 3px;
}
.teaser__header h3 a, .teaser__header .util-h3 a {
  transition: background-size 150ms ease-in-out;
  margin: 0;
  background-image: linear-gradient(to right, #007b83 0, #007b83 100%);
  background-position: 0 1.04em;
  background-repeat: no-repeat;
  background-size: 100% 0;
  line-height: 24px;
  padding-bottom: 4px;
  display: inline;
}
.teaser__header h3 a:hover, .teaser__header .util-h3 a:hover {
  background-size: 100% 4px;
}
.teaser__header h3 a:active, .teaser__header .util-h3 a:active {
  color: #666666;
}
.teaser__header h3 a.util-h2, .teaser__header .util-h3 a.util-h2 {
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.teaser__text {
  margin-top: 16px;
}
.teaser__text p {
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.0625rem;
}
.teaser__text p:before {
  content: " ";
  border: 1px solid #007b83;
  display: block;
  max-width: 60px;
  margin-bottom: 24px;
}

.teaser__read-more {
  margin-top: 8px;
  color: #007b83;
}

.teaser__link-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.teaser__link-category {
  position: relative;
  z-index: 1;
}
.teaser__link-category:hover {
  text-decoration: underline;
}

.teaser--text-overlay {
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .teaser--text-overlay {
    display: grid;
    align-items: end;
    height: 100%;
  }
  .teaser--text-overlay > * {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.teaser--text-overlay h3, .teaser--text-overlay .util-h3,
.teaser--text-overlay h3 > a, .teaser--text-overlay .util-h3 > a,
.teaser--text-overlay h3 > a:visited, .teaser--text-overlay .util-h3 > a:visited {
  transition: color 0.2s ease-in-out;
  transition: background-size 150ms ease-in-out;
}
@media screen and (min-width: 48em) {
  .teaser--text-overlay h3, .teaser--text-overlay .util-h3,
  .teaser--text-overlay h3 > a, .teaser--text-overlay .util-h3 > a,
  .teaser--text-overlay h3 > a:visited, .teaser--text-overlay .util-h3 > a:visited {
    color: #000;
  }
}
.teaser--text-overlay h3:active, .teaser--text-overlay .util-h3:active,
.teaser--text-overlay h3 > a:active, .teaser--text-overlay .util-h3 > a:active,
.teaser--text-overlay h3 > a:visited:active, .teaser--text-overlay .util-h3 > a:visited:active {
  color: #8d8882;
}
@media screen and (min-width: 48em) {
  .teaser--text-overlay h3, .teaser--text-overlay .util-h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
  }
}
@media screen and (min-width: 48em) {
  .teaser--text-overlay h3 a, .teaser--text-overlay .util-h3 a {
    white-space: nowrap;
  }
}
.teaser--text-overlay .teaser__content {
  position: static;
}
@media screen and (min-width: 48em) {
  .teaser--text-overlay .teaser__content {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #007b83;
    opacity: 0.95;
  }
  .teaser--text-overlay .teaser__content .teaser__link-category,
  .teaser--text-overlay .teaser__content .util-h2 {
    color: #fff;
  }
  .teaser--text-overlay .teaser__content .teaser__link-category:visited,
  .teaser--text-overlay .teaser__content .teaser__link-overlay:visited {
    color: #fff;
  }
  .teaser--text-overlay .teaser__content .teaser__link-overlay:hover {
    text-decoration: underline;
  }
  .teaser--text-overlay .teaser__content .util-h3 {
    margin-bottom: 8px;
  }
  .teaser--text-overlay .teaser__content .util-h3::after {
    content: "";
    border: 1px solid #fff;
    display: block;
    max-width: 60px;
    margin-top: 8px;
  }
}
.teaser--text-overlay .teaser__media {
  position: relative;
}
.teaser--text-overlay .teaser__media:before {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.63) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}
@media screen and (min-width: 48em) {
  .teaser--text-overlay .teaser__action {
    color: #fff;
  }
}

@media screen and (min-width: 48em) {
  .teaser--stage.teaser--text-overlay {
    height: calc(100% - 16px);
  }
}

.teaser--horizontal {
  align-items: flex-start;
}
@media screen and (max-width: 47.9375em) {
  .teaser--horizontal {
    flex-direction: column;
  }
}
.teaser--horizontal span,
.teaser--horizontal time {
  font-size: 16px;
  font-size: 1rem;
}
.teaser--horizontal .teaser__header > h2, .teaser--horizontal .teaser__header > .util-h6 {
  font-size: 16px;
  font-size: 1rem;
  flex-basis: 100%;
  display: block;
  line-height: 18px;
  color: #007b83;
  margin-bottom: 0;
}
.teaser--horizontal .teaser__header > h2 + h3, .teaser--horizontal .teaser__header > h2 + .util-h3, .teaser--horizontal .teaser__header > .util-h6 + h3, .teaser--horizontal .teaser__header > .util-h6 + .util-h3 {
  line-height: 1.625em;
}
.teaser--horizontal .teaser__header > span:last-of-type {
  margin-bottom: 0;
}
.teaser--horizontal .teaser__text {
  margin-top: 8px;
}
.teaser--horizontal .teaser__text p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.teaser--horizontal .teaser__text p:before {
  border: none;
  margin-bottom: 0;
}

.teaser--no-effects {
  box-shadow: none;
}
.teaser--no-effects:hover {
  box-shadow: none;
}

.teaser--resultlist-item .teaser__header > h2, .teaser--resultlist-item .teaser__header > .util-h6 {
  flex-basis: auto;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  .teaser--resultlist-item .teaser__header > h2, .teaser--resultlist-item .teaser__header > .util-h6 {
    display: block;
  }
}
.teaser--resultlist-item .teaser__text {
  width: 100%;
}
.teaser--resultlist-item .teaser__media {
  width: 100%;
  padding: 24px 16px 24px 0;
}
@media screen and (min-width: 62em) {
  .teaser--resultlist-item .teaser__media {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .teaser--resultlist-item .teaser__media {
    width: 100%;
    padding: 24px 0 0;
  }
}
.teaser--resultlist-item .teaser__content {
  width: 100%;
  display: flex;
  padding: 24px 16px 24px;
}
.teaser--resultlist-item .teaser__content .btn {
  margin-bottom: 0;
}
.teaser--resultlist-item .teaser__action {
  align-self: center;
  margin: 0;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 47.9375em) {
  .teaser--resultlist-item .teaser__action {
    align-self: flex-start;
    margin-bottom: 24px;
    padding: 0;
  }
}

.teaser--bulletin {
  display: block;
  padding: 20px;
  overflow: visible;
  background: transparent;
}
@media screen and (max-width: 47.9375em) {
  .teaser--bulletin {
    padding: 20px 20px 20px 70px;
  }
}
@media screen and (max-width: 29.9375em) {
  .teaser--bulletin {
    margin-top: 120px;
    padding: 20px;
  }
}
.teaser--bulletin img {
  width: auto;
}
.teaser--bulletin .teaser__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 1px;
}
@media screen and (min-width: 30em) {
  .teaser--bulletin .teaser__content {
    flex-direction: row;
  }
}
.teaser--bulletin .teaser__content::before, .teaser--bulletin .teaser__content::after {
  content: "";
  position: absolute;
  top: -52px;
  display: block;
  width: 186px;
  height: 177px;
  background-size: contain;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
  transform: scale(0.4);
  transform-origin: center center;
  pointer-events: none;
}
.teaser--bulletin .teaser__content::before {
  left: -60px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALoAAACxCAMAAABEF1cAAAAANlBMVEUAAACLVyoJBgGJVSlWNhGHVSiGUydrQBqIVSd9TSN5SyCAUCSGVSeDUSV/TiRyRB2GUyeEUibzhrIFAAAAEnRSTlMATARICkMyDj4bFiQ6LCASNynhBiI2AAADC0lEQVR42u3aC5KiMBSF4dxAQp4I+9/sULStTkxUdMR7nPuv4BRF5etgK0nSQ/AxKrgGQ2uTVmAdOvpp1mDbQ0fHvMba7ulUjzU90imjoaZnOjchTdeWLrJ+nLNNkwJIJ6pkAR5976hW5D+9N1QtsH/jF4jq9cMheMW4FaJmifFz93SzzPediXS7ke37nulOA9Pp2tKdOqauFhDVcjynFxBVs0Pw42ytYlUBUSOOt6ahowfieGsKDy3neGsqIAI6IguIgI7ITNtKXKZrSxtLc7bJdEbtXhuidhxvTdrRs8VnXpu9IeJ4a1og2hqTD0th+3ImH5Y8vdKkl/pDUB8o0ksZZ2jJqd0rIcI5IkuIcI7IEiKcI7KA6JVyts6pO/GAqFa6/eC5QFQr335pmEC0/dbEBqLttyY2EG29NfGD6K9SezlDiB5UiSNExfL6dJ4QXeSby/lCtNYF3ZjOGaJ1+aG5nDNES2ZoLecNEZHrd1g+0hua9lg+0xuyurWcO0R5h0euJ3pDsbWcPURjc7lAJBAJRAKRQHSRQCQQCUQCkUB0kUAkEH0PRF4g2hsiswdEB4FIIBKIBKJjApFAJBAJRM+XBCKBiBdEiX6TT3MCkUD0f0AkNyKBiBlE8hvR/hCdl4P9RiQQfQlEciMSiJhBJDei77gRCUQCkUD0b9KZfhOIBKJPQEQCkUAkEDFevgNES4mOgUG01NFPYBAt9bSGBtH5eEGD6PTnIhxEPyXCg+iYS9bO0ScgiE7pNYcDUbkdCKJi+wAEUdGIA1FZxoGozNGLdf5Dy9UcxxAwILpO64ABUW16BIGokkWB6DrTuWTznPhD1GBVTxAQVbd3EBDVtvcYENXyGBDVmrn9uvV4E7P/99tQtvPow2AfgGjgtfz3nHEAELWOSASIqg0YENXyIBBVyjgQVT8sdcYAQFTmw6Ff1lkAiFpHJABEjekYENUaMCCqNeJAVJZxICpzZNyEAVGZVlr3GBBVPyxhQFRJRxSIrps4fJp7rhjXPwpQDsUrV0GXK9jhkiRJz/UHId1Bou6EmEEAAAAASUVORK5CYII=");
}
@media screen and (max-width: 47.9375em) {
  .teaser--bulletin .teaser__content::before {
    left: -12px;
  }
}
@media screen and (max-width: 29.9375em) {
  .teaser--bulletin .teaser__content::before {
    left: -60px;
  }
}
.teaser--bulletin .teaser__content::after {
  right: -58px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALoAAACxCAMAAABEF1cAAAAANlBMVEUAAACLVyoFAwA2JQuJVSlfOhWHVCh3SSCHVSiGVCaDUiZ+TSNqPxmGUyeCUCSAUCR0Rh+GUyY28WzrAAAAEnRSTlMATAMGRwo9F0I5KxwPMSUhEjW080BJAAADJUlEQVR42u3d3XKjMAyGYUmYf2zg/m92FzKJu9RQQ7fNp0TvDVQHjZ6Rp9OQhVsY+3ooSGEy81pTkrJEAt9yE6lKRGq+z16TpkSk5Ec9KUpEChdnD6SnZfSWYx3paG59F8be84e8EH4inhO1Clb8shZTVfCzx7UY04FTX09DyZtU4CQtHwWMk0jHiRTgJCI9p8LHSUQGToWPU+R/Ez5Oy+gVf1ULN7v36130L6UqcJKZE2nAKa7FnNxAMKXWohKcUmtRCU6ptagEp3gVxTTg1LimnbvwaXR4nGR3LaLjJCKB06HjlLqKlOAUH4tiSnBKrUUNONVTWYgU28+pBpwa/ltTNbwJHicRz+nQcTpYi+g4pdaiDpyqau463qQBJ0k/FinASXauIgU45V9F+bkDnH7jKsLHKfL/XxvpF/r0WKQHJ5Fi5I/pwUm2syvCaZm955ginGSZvX58VFXhtM4+xdk14bTOPjS8E/TltM5exh2pCad19serly6cbrPHW0kVTuvsHd9ShtMyu1acxHAynGBwcoaT4WQ4GU6Gk+FkOBlOhpPhhItTYTgZThg48UTJDKc4u+FkOJ2dPfAjw8lwMpyu5Awnw8lwMpxeBaf7zzOcDCfD6Q1xCpTKcPppnGbDyS4nw4nIcHoJnGa+Z5eT4fQGON1/nuFkOBlO2DjZ5WQ4Qfwxh11OhtNb4VRTKsNpcznpm/3ncKoomQacHCVTgdP+dofHqae94HHqaDd0nFo6CBSnth87P1eHKwYUp0rW6DBQnPImh8RpyJocEqe8tQiJU0fZoT3r5e8WKJzqug+BskPCqT77CcXBKZwdHQenmc72fJza0M1t4xo637Nxaq/z/2ycHMTk13AqISa/44T19HISJ6in9ZM4KVmLF3HyQ73cRZ5wysWpAtktCZzwrqJ8nBAei67ihHcV5eOEdxV9F6emcbfHItAOcPJFUZRTDfoLE3FSshaTOGlZi3k4AX1JylmcRlLQOrvXsha/wKmtHFekoi1OpQiBfRHTF/96yQE8Fn0Xp6Bo8gdOcFdR7uxyw3/EuUXzZ8d4K7qQ4tEty3qt/gBYiEOnKIshYwAAAABJRU5ErkJggg==");
}
.teaser--bulletin .teaser__media {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  display: block;
  width: auto;
  padding-bottom: 20px;
  transition: padding 0.2s;
}
@media screen and (min-width: 30em) {
  .teaser--bulletin .teaser__media {
    padding-top: 180px;
    width: 100px;
  }
}
@media screen and (max-width: 29.9375em) {
  .teaser--bulletin .teaser__media {
    top: -120px;
  }
}
.teaser--bulletin .teaser__media-caption {
  display: none;
}
.teaser--bulletin .teaser__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 177px;
  height: 177px;
  margin: 0 auto;
  border: 4px solid #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  transform: rotate(-5deg);
}
@media screen and (min-width: 30em) {
  .teaser--bulletin .teaser__image {
    position: absolute;
    top: 20px;
    right: 5px;
  }
}
.teaser--bulletin .teaser__image::before {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  content: "v";
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  pointer-events: none;
}
.teaser--bulletin .teaser__header {
  align-items: center;
}
.teaser--bulletin .teaser__header .user-data {
  margin-right: 10px;
  border-color: #d4d3cf;
  color: #d4d3cf;
}
@media screen and (min-width: 30em) {
  .teaser--bulletin .teaser__body {
    padding: 0 0 0 20px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 29.9375em) {
  .teaser--bulletin .teaser__body {
    margin-top: -110px;
  }
}
.teaser--bulletin .teaser__headline {
  margin: 10px 0 6px 0;
}
.teaser--bulletin .teaser__text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 6px;
  color: #191003;
}
.teaser--bulletin .teaser__text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.teaser--bulletin .teaser__text p::before {
  display: none;
}
.teaser--bulletin .teaser__text-excerpt:after {
  content: "...";
}
.teaser--bulletin .teaser__text-hidden {
  display: none;
}
.teaser--bulletin .teaser__read-more {
  font-family: "Fira Sans Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 5px 0 0 0;
  color: #191003 !important;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 30em) {
  .teaser--bulletin .teaser__read-more {
    display: inline-block;
  }
}
.teaser--bulletin .teaser__read-more::after {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 0 0 0 2px;
  content: "<";
  vertical-align: bottom;
  color: #007b83;
}
.teaser--bulletin-open .teaser__text-excerpt {
  margin-bottom: 20px;
}
.teaser--bulletin-open .teaser__text-excerpt:after {
  display: none;
}
@media screen and (min-width: 30em) {
  .teaser--bulletin-open .teaser__media {
    padding-top: 210px;
  }
}
@media screen and (min-width: 30em) {
  .teaser--bulletin-open .teaser__media-caption {
    display: block;
  }
}
.teaser--bulletin-open .teaser__read-more::after {
  content: ">";
}

.teaser--image .teaser__content {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px 25px;
  background-color: #d4d3cf;
  opacity: 0.8;
}
.teaser--image .teaser__content .teaser__action {
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .teaser--image .teaser__content .teaser__action {
    color: #fff;
  }
}
.teaser--image .teaser__fancybox-content {
  display: none;
}

.teaser--twothirdone-md {
  margin-bottom: 8px;
}
.teaser--twothirdone-md .teaser__header > h2, .teaser--twothirdone-md .teaser__header > .util-h6 {
  flex-basis: auto;
}
@media screen and (min-width: 48em) {
  .teaser--twothirdone-md .teaser__media {
    width: calc(66.67% - 5px);
  }
}
@media screen and (min-width: 48em) {
  .teaser--twothirdone-md .teaser__content {
    width: calc(33.33% + 5px);
  }
}

.teaser--panorama {
  display: block;
  overflow: visible;
}
.teaser--panorama .teaser__content {
  display: flex;
  width: auto;
  background: #fff;
  padding: 14px;
}
@media screen and (min-width: 48em) {
  .teaser--panorama .teaser__content {
    position: absolute;
    top: 24px;
    right: 0;
    padding: 14px 40px 14px 14px;
  }
}
@media screen and (min-width: 75em) {
  .teaser--panorama .teaser__content {
    right: -10px;
  }
  .teaser--panorama .teaser__content::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #d4d3cf transparent transparent transparent;
  }
}
.teaser--panorama .teaser__action {
  margin: 0 12px 0 0;
}
.teaser--panorama .teaser__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  color: #333;
}
.teaser--panorama .teaser__text h3, .teaser--panorama .teaser__text .util-h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
}
.teaser--panorama .teaser__media {
  display: block;
}

.teaser--cta-box {
  height: auto;
  background-color: #007b83;
  color: #fff;
  overflow: hidden;
}
.teaser--cta-box a {
  display: flex;
  padding: 48px 113px;
}
.teaser--cta-box a [class*=util-icon]:before {
  font-size: 120px;
  font-size: 7.5rem;
  color: #fff;
  margin-right: 8px;
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box a [class*=util-icon]:before {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box a [class*=util-icon] {
    order: 2;
    margin-top: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box a {
    flex-direction: column;
    padding: 48px;
    text-align: center;
  }
}
.teaser--cta-box .teaser__header {
  transform: translate(0, 20%);
  align-content: flex-start;
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box .teaser__header {
    transform: translate(0, 0);
  }
}
.teaser--cta-box .teaser__header h3, .teaser--cta-box .teaser__header .util-h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  padding-bottom: 4px;
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box .teaser__header h3, .teaser--cta-box .teaser__header .util-h3 {
    padding-bottom: 8px;
  }
}
.teaser--cta-box .teaser__header p {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  line-height: normal;
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box .teaser__header p {
    margin-bottom: 0;
  }
}

.teaser--cta-box__center > * {
  text-align: center;
}

.teaser--cta-box__bulletin {
  width: calc(100% - 40px);
  margin-left: 20px;
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box__bulletin {
    width: calc(100% - 90px);
    margin-left: 70px;
  }
}
@media screen and (max-width: 29.9375em) {
  .teaser--cta-box__bulletin {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
.teaser--cta-box__bulletin a {
  padding: 30px 40px;
}
@media screen and (min-width: 48em) {
  .teaser--cta-box__bulletin a {
    padding: 30px 40px 20px 40px;
  }
}
.teaser--cta-box__bulletin .teaser__header {
  transform: none;
}

.teaser--cta-box__tile > * {
  text-align: center;
}
.teaser--cta-box__tile a {
  display: flex;
  flex-direction: column;
  padding: 48px 32px;
}
.teaser--cta-box__tile a [class*=util-icon] {
  order: 2;
}
.teaser--cta-box__tile a [class*=util-icon]:before {
  font-size: 100px;
  font-size: 6.25rem;
  margin-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box__tile .teaser__header h3, .teaser--cta-box__tile .teaser__header .util-h3 {
    font-size: 1.75rem;
  }
}
.teaser--cta-box__tile .teaser__header p {
  margin-bottom: 30px;
}
@media screen and (max-width: 47.9375em) {
  .teaser--cta-box__tile .teaser__header p {
    margin-bottom: 0;
  }
}

.teaser--cta-box__equal-height {
  padding-top: 100%;
}
.teaser--cta-box__equal-height .teaser__header {
  width: 100%;
}
.teaser--cta-box__equal-height a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

@media screen and (min-width: 48em) {
  .switched-colors .teaser--text-overlay .teaser__content {
    background-color: #fff;
  }
  .switched-colors .teaser--text-overlay .teaser__content .teaser__link-category {
    color: #007b83;
  }
  .switched-colors .teaser--text-overlay .teaser__content .teaser__link-overlay:hover {
    text-decoration: none;
  }
  .switched-colors .teaser--text-overlay .teaser__content .util-h2 {
    color: #191003;
  }
  .switched-colors .teaser--text-overlay .teaser__content .util-h3::after {
    border: 1px solid #007b83;
  }
}
.switched-colors .teaser:not(.teaser--text-overlay) {
  background: #007b83;
}
.switched-colors .teaser:not(.teaser--text-overlay) .util-h2,
.switched-colors .teaser:not(.teaser--text-overlay) .teaser__link-category,
.switched-colors .teaser:not(.teaser--text-overlay) .teaser__read-more {
  color: white !important;
}
.switched-colors .teaser:not(.teaser--text-overlay) .teaser__link-overlay:hover {
  text-decoration: underline;
}
.switched-colors .teaser:not(.teaser--text-overlay) .teaser__read-more::before {
  content: "";
  border: 1px solid #fff;
  display: block;
  max-width: 60px;
  margin-bottom: 8px;
}

.news-list__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  padding-block: 16px;
  position: relative;
  border-bottom: 1px solid #d4d3cf;
}
.news-list__item img {
  max-width: min(100%, 280px);
}
.news-list__item .teaser__text {
  margin-top: 8px;
}
.news-list__item .teaser__text p::before {
  margin-bottom: 16px;
}

.news-list__image {
  grid-column: 1/13;
}

.news-list__content {
  grid-column: 1/13;
}

@media screen and (min-width: 48em) {
  .news-list__image {
    grid-column: 1/4;
  }
  .news-list__content {
    grid-column: 4/13;
  }
}
/**
 * Capitan grid-layout.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-08-04
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.grid-layout {
  position: relative;
  display: grid;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin: 0 -8px;
  transition: opacity 200ms ease;
}
@supports (grid-template-rows: masonry) {
  .grid-layout {
    grid-template-rows: masonry;
  }
}
@media screen and (min-width: 48em) {
  .grid-layout {
    -moz-column-count: 2;
         column-count: 2;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 62em) {
  .grid-layout {
    -moz-column-count: 3;
         column-count: 3;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid-layout__item {
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-rows: 1fr auto;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 8px 0;
}

.grid-layout__item__content {
  position: relative;
  grid-row: 1/-1;
  grid-column: 1;
  width: 100%;
  height: 100%;
}
.grid-layout__item__content img {
  width: 100%;
}
.grid-layout__item__content > * {
  margin: 0;
}

.grid-layout__no_pagination {
  margin-bottom: 24px;
}

/**
 * Capitan typo3.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-09
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.ce-bodytext p {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5em;
}
.ce-bodytext ul,
.ce-bodytext ol {
  list-style-position: outside;
  padding-left: 24px;
}
.ce-bodytext ul,
.ce-bodytext ul li {
  list-style-type: disc;
}
.ce-bodytext ol,
.ce-bodytext ol li {
  list-style-type: decimal;
}

.ce-textpic {
  margin-bottom: 50px;
}

.ce-column {
  max-width: 100%;
}

@media screen and (min-width: 62em) {
  div.ce-right-nowrap .ce-gallery[data-ce-columns="1"],
  div.ce-right .ce-gallery[data-ce-columns="1"] {
    float: right;
    width: calc(50% - 10px);
  }
}
div.ce-right-nowrap .ce-gallery[data-ce-columns="2"] .ce-row .ce-column img,
div.ce-right .ce-gallery[data-ce-columns="2"] .ce-row .ce-column img {
  width: 100%;
}
div.ce-right-nowrap .ce-gallery.ce-gallery--media-only,
div.ce-right .ce-gallery.ce-gallery--media-only {
  float: none;
  width: 100%;
}
@media screen and (min-width: 62em) {
  div.ce-right-nowrap .ce-gallery + .ce-bodytext,
  div.ce-right .ce-gallery + .ce-bodytext {
    float: left;
    width: calc(50% - 10px);
    padding-right: 16px;
  }
}

@media screen and (min-width: 62em) {
  div.ce-left-nowrap .ce-gallery[data-ce-columns="1"],
  div.ce-left .ce-gallery[data-ce-columns="1"] {
    float: left;
    width: calc(50% - 10px);
  }
}
div.ce-left-nowrap .ce-gallery[data-ce-columns="2"] .ce-row .ce-column img,
div.ce-left .ce-gallery[data-ce-columns="2"] .ce-row .ce-column img {
  width: 100%;
}
div.ce-left-nowrap .ce-gallery.ce-gallery--media-only,
div.ce-left .ce-gallery.ce-gallery--media-only {
  float: none;
  width: 100%;
}
@media screen and (min-width: 62em) {
  div.ce-left-nowrap .ce-gallery + .ce-bodytext,
  div.ce-left .ce-gallery + .ce-bodytext {
    width: calc(50% - 10px);
    float: left;
    padding-left: 16px;
  }
}

table.ce-table {
  table-layout: fixed;
  width: 100%;
}
table.ce-table td {
  padding: 10px 20px;
}
ul.ce-menu ul li {
  list-style-type: disc;
}
ul.ce-menu a + ul {
  padding-left: 16px;
}
ul.ce-menu > li {
  margin-top: 30px;
}
ul.ce-menu > li > a {
  border-bottom: 1px solid #f2f1f0;
  padding: 5px 0;
  margin: 5px 0;
  display: block;
}
ul.ce-menu > li:first-child {
  margin-top: 0;
}

/**
 * Classes delivered by typo3 RTE
 */
.align-left {
  text-align: left;
}

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

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

.align-justify {
  text-align: justify;
}

.ce-bullets {
  padding-left: 24px;
  margin-bottom: 16px;
  list-style-type: disc;
}
.ce-bullets li {
  list-style-type: disc;
}

.news-search-result {
  width: 100%;
}

.news-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -8px 16px;
}
@media screen and (min-width: 48em) {
  .news-img-wrap {
    justify-content: space-between;
  }
}
.news-img-wrap picture,
.news-img-wrap a {
  display: block;
}
.news-img-wrap .mediaelement-image {
  padding: 0 8px;
}
.news-img-wrap > * {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .news-img-wrap > *:first-child {
    flex-basis: 100%;
  }
}

#tx_indexedsearch button[type=submit] {
  margin: 0;
  padding: 15px;
}
#tx_indexedsearch input[type=text] {
  height: 50px;
}

.tx-indexedsearch-res {
  border-top: 1px solid #f2f1f0;
  padding: 20px 0;
  position: relative;
}
.tx-indexedsearch-res h3, .tx-indexedsearch-res .util-h3 {
  margin-bottom: 20px;
}
.tx-indexedsearch-res table {
  width: 100%;
}
.tx-indexedsearch-res td {
  width: auto;
  padding: 0 20px;
}
.tx-indexedsearch-res:nth-child(odd) {
  background: #fff;
}
.tx-indexedsearch-res .tx-indexedsearch-title {
  width: 25%;
}
.tx-indexedsearch-res .tx-indexedsearch-descr {
  width: 75%;
}
@media screen and (max-width: 47.9375em) {
  .tx-indexedsearch-res {
    /* Force table to not be like tables anymore */
  }
  .tx-indexedsearch-res table,
  .tx-indexedsearch-res thead,
  .tx-indexedsearch-res tbody,
  .tx-indexedsearch-res tfoot,
  .tx-indexedsearch-res th,
  .tx-indexedsearch-res td,
  .tx-indexedsearch-res tr {
    display: block;
    width: 100%;
  }
}

.tx-indexedsearch-percent {
  font-size: 20px;
  font-size: 1.25rem;
}

.tx-indexedsearch-icon,
.tx-indexedsearch-result-number,
.tx-indexedsearch-info {
  display: none;
}

.page-navigation,
.tx-indexedsearch-browsebox {
  text-align: center;
}
.page-navigation + .tx-indexedsearch-res,
.tx-indexedsearch-browsebox + .tx-indexedsearch-res {
  border-top: none;
}
.page-navigation ul,
.tx-indexedsearch-browsebox ul {
  display: flex;
  justify-content: center;
  margin: 16px 0 24px;
}
.page-navigation p,
.tx-indexedsearch-browsebox p {
  display: none;
}
.page-navigation li,
.tx-indexedsearch-browsebox li {
  width: 24px;
  height: 24px;
  margin: 5px;
  border-radius: 50%;
  text-align: center;
}
.page-navigation li,
.page-navigation li a,
.tx-indexedsearch-browsebox li,
.tx-indexedsearch-browsebox li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  display: block;
}
.page-navigation li.current, .page-navigation li.tx-indexedsearch-browselist-currentPage,
.tx-indexedsearch-browsebox li.current,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage {
  background-color: #007b83;
  color: #fff;
}
.page-navigation li.current a, .page-navigation li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox li.current a,
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #fff;
}
.page-navigation li.previous a, .page-navigation li.next a,
.tx-indexedsearch-browsebox li.previous a,
.tx-indexedsearch-browsebox li.next a {
  font-size: 0;
}
.page-navigation li.previous a:before, .page-navigation li.next a:before,
.tx-indexedsearch-browsebox li.previous a:before,
.tx-indexedsearch-browsebox li.next a:before {
  font-size: 16px;
  font-size: 1rem;
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24px;
}
.article .util-icon--download {
  font-family: "Fira Sans Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
}

.typo3-messages {
  padding: 0;
  list-style: none;
}
.typo3-messages .alert {
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.typo3-messages .alert p {
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btgrid .col {
  width: 100%;
}

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

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

.typo3:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/**
 * Capitan pagination.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-13
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 20px;
}
.pagination a {
  font-family: "Oblik", sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191003;
  display: flex;
  align-items: center;
  line-height: 16px;
}
.pagination a:before, .pagination a:after {
  font-size: 32px;
  font-size: 2rem;
  color: #007b83;
  line-height: 16px;
  position: relative;
  top: -1px;
}

.pagination--numbers,
.f3-widget-paginator {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.pagination--numbers li,
.f3-widget-paginator li {
  margin: 4px;
  background: #d4d3cf;
}
.pagination--numbers li.current,
.f3-widget-paginator li.current {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  box-shadow: 0 1px 5px #d4d3cf;
  background: #007b83;
  color: #fff;
}
.pagination--numbers li.current a, .pagination--numbers li.current span,
.f3-widget-paginator li.current a,
.f3-widget-paginator li.current span {
  font-family: "Oblik", sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #007b83;
}
.pagination--numbers li.previous a, .pagination--numbers li.next a,
.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
  font-size: 0;
}
.pagination--numbers li.previous a:after, .pagination--numbers li.next a:after,
.f3-widget-paginator li.previous a:after,
.f3-widget-paginator li.next a:after {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 45px;
}
.pagination--numbers li.previous a:after,
.f3-widget-paginator li.previous a:after {
  content: "i";
}
.pagination--numbers li.next a:after,
.f3-widget-paginator li.next a:after {
  content: "o";
}
.pagination--numbers a,
.pagination--numbers span,
.f3-widget-paginator a,
.f3-widget-paginator span {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 200ms ease, color 200ms ease;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  box-shadow: 0 1px 5px #d4d3cf;
}
.pagination--numbers a, .pagination--numbers a:after,
.pagination--numbers span,
.pagination--numbers span:after,
.f3-widget-paginator a,
.f3-widget-paginator a:after,
.f3-widget-paginator span,
.f3-widget-paginator span:after {
  color: #191003;
}
.pagination--numbers a:hover,
.pagination--numbers span:hover,
.f3-widget-paginator a:hover,
.f3-widget-paginator span:hover {
  background: #d4d3cf;
}
.pagination--numbers a:hover, .pagination--numbers a:hover:after,
.pagination--numbers span:hover,
.pagination--numbers span:hover:after,
.f3-widget-paginator a:hover,
.f3-widget-paginator a:hover:after,
.f3-widget-paginator span:hover,
.f3-widget-paginator span:hover:after {
  color: #191003;
}

.f3-widget-paginator {
  margin-top: 16px;
  margin-bottom: 16px;
}

/**
 * Capitan breadcrumb.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-06-23
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.breadcrumb {
  display: none;
}
@media screen and (min-width: 30em) {
  .breadcrumb {
    display: block;
    background: #ecf3f4;
  }
}
.breadcrumb ul {
  list-style: none;
  margin: 0 auto;
  padding: 3px 8px;
  max-width: 1200px;
}
.breadcrumb ul:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.breadcrumb + * {
  padding-top: 25px;
}
.breadcrumb + * > .container {
  padding-top: 0;
}

.breadcrumb__item {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  padding: 0 10px 0 0;
  color: #666;
}
.breadcrumb__item::after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 10px;
}
.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__link {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  color: #666;
  text-decoration: none;
}

.breadcrumb__item > span {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Capitan stage.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-27
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.stage {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}

.stage__content {
  margin: 0 auto;
  max-width: 1200px;
}
.stage__content h1, .stage__content .util-h1,
.stage__content h2, .stage__content .util-h2 {
  color: #fff;
}
@media screen and (min-width: 62em) {
  .stage__content h1, .stage__content .util-h1 {
    font-size: 5rem;
    line-height: 84px;
  }
}
@media screen and (max-width: 29.9375em) {
  .stage__content h1, .stage__content .util-h1 {
    font-size: 2rem;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.stage__content h2, .stage__content .util-h2 {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 62em) {
  .stage__content h2, .stage__content .util-h2 {
    font-size: 2rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 29.9375em) {
  .stage__content h2, .stage__content .util-h2 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 29.9375em) {
  .stage__content h3, .stage__content .util-h3 {
    font-size: 1rem;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.stage__media {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.stage__media:before {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.63)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  content: "";
  padding-bottom: 20px;
}

.stage__content-wrapper {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-55%);
  padding: 0 16px;
}

/**
 * Capitan stage.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-27
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.related {
  z-index: 30;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.news.related {
  left: unset;
  right: unset;
  width: unset;
  margin-left: unset;
  margin-right: unset;
}

/**
 * Capitan forms.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-01-11
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
/**
 * Capitan buttons.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-09-01
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
/* ==========================================================================
   button mixin
   ========================================================================== */
/*
* create button [create-btn]
*
* desc: button-mixin to create consistent buttons
*
* @param  $btn-height				[px value: 40px] // just needed for the line-height property. Set no fixed height for buttons!
* @param  $btn-block				[boolean: true/false]
* @param  $btn-font-size			[number: 16, 22, 26, etc.]        //just the number, no "px", "em", "rem", etc.
* @param  $btn-font-weight			[number: 100, 200, 300, etc.]
* @param  $btn-letter-spacing		[px value: 5px]
* @param  $btn-text-transform		[string: uppercase, etc.]
*
* @param  $btn-bg-color				[any color]
* @param  $btn-bg-color-hover		[any color]
* @param  $btn-bg-color-active		[any color]
*
* @param  $btn-border-color			[any color]
* @param  $btn-border-color-hover	[any color]
* @param  $btn-border-color-active	[any color]
*
* @param  $btn-font-color			[any color]
* @param  $btn-font-color-hover		[any color]
* @param  $btn-font-color-active	[any color]
*
*
* usage:
*   define all the button properties in the $button-properties map
*   call the button-mixin to create the initial css like this:
*
*   .button-classname {
*     @include create-btn(
*       $btn-bg-color-hover: #f00,
*     );
*   }
*
*
*/
/* vars, maps & placeholder
========================================================================== */
.form label[for*=imageupload], .btn--delete, .btn--ghost, .btn--secondary, .btn {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  font-family: "Oblik", sans-serif;
  padding: 4px 20px;
  text-decoration: none;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
}
.form label[for*=imageupload]:focus, .btn--delete:focus, .btn--ghost:focus, .btn--secondary:focus, .btn:focus {
  outline: none;
}
.form label[disabled][for*=imageupload], [disabled].btn--delete, [disabled].btn--ghost, [disabled].btn--secondary, [disabled].btn, .form label.is-disabled[for*=imageupload], .is-disabled.btn--delete, .is-disabled.btn--ghost, .is-disabled.btn--secondary, .is-disabled.btn {
  cursor: not-allowed;
  opacity: 0.5;
}
@media print {
  .form label[for*=imageupload], .btn--delete, .btn--ghost, .btn--secondary, .btn {
    display: none !important;
  }
}

/* mixin: create-btn
========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 16px;
  font-size: 1rem;
  border: solid 1px #007b83;
  background: #007b83;
  color: #fff;
  line-height: 2.1875;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.btn:hover {
  background: #007b83;
  border-color: #007b83;
  color: #fff;
}
.btn:active {
  background: #006e7e;
  border-color: #006e7e;
  color: #fff;
}
[disabled].btn:hover, [disabled].btn:active, .is-disabled.btn:hover, .is-disabled.btn:active {
  background: #007b83;
  border-color: #007b83;
  color: #fff;
}

.btn--secondary {
  font-size: 16px;
  font-size: 1rem;
  border: solid 1px #007b83;
  background: #007b83;
  color: #fff;
  line-height: 2.1875;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.btn--secondary:hover {
  background: #007b83;
  border-color: #007b83;
  color: #fff;
}
.btn--secondary:active {
  background: #006e7e;
  border-color: #006e7e;
  color: #fff;
}
.btn--secondary[disabled]:hover, .btn--secondary[disabled]:active, .btn--secondary.is-disabled:hover, .btn--secondary.is-disabled:active {
  background: #007b83;
  border-color: #007b83;
  color: #fff;
}

.btn--icon {
  position: relative;
}
.btn--icon:before, .btn--icon:after {
  font-size: 24px;
  font-size: 1.5rem;
  transform: translate3d(0, -50%, 0);
  top: 50%;
  position: absolute;
}
.btn--icon.util-icon--before {
  padding-left: 40px;
  padding-right: 20px;
}
.btn--icon.util-icon--before:before {
  left: 10px;
}
.btn--icon.util-icon--after {
  padding-right: 40px;
  padding-left: 20px;
}
.btn--icon.util-icon--after:after {
  right: 10px;
}

.btn--ghost {
  font-size: 16px;
  font-size: 1rem;
  border: solid 1px #fff;
  background: none;
  color: #007b83;
  line-height: 2.1875;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.btn--ghost:hover {
  background: none;
  color: #007b83;
}
.btn--ghost:active {
  background: none;
  color: #007b83;
}
.btn--ghost[disabled]:hover, .btn--ghost[disabled]:active, .btn--ghost.is-disabled:hover, .btn--ghost.is-disabled:active {
  background: none;
  border-color: #fff;
  color: #007b83;
}

.btn--delete {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  border: solid 1px #ff3a22;
  background: none;
  color: #ff3a22;
  line-height: 2.1875;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.btn--delete:hover {
  background: #ff3a22;
  border-color: #ff3a22;
  color: #fff;
}
.btn--delete:active {
  background: #ee3520;
  border-color: #ee3520;
  color: #fff;
}
.btn--delete[disabled]:hover, .btn--delete[disabled]:active, .btn--delete.is-disabled:hover, .btn--delete.is-disabled:active {
  background: none;
  border-color: #ff3a22;
  color: #ff3a22;
}

.btn--large {
  font-size: 22px;
  font-size: 1.375rem;
}
.btn--large:before, .btn--large:after {
  font-size: 28px;
  font-size: 1.75rem;
}
.btn--large.util-icon--before {
  padding-left: 50px;
  padding-right: 20px;
}
.btn--large.util-icon--before:before {
  left: 15px;
}
.btn--large.util-icon--after {
  padding-right: 50px;
  padding-left: 20px;
}
.btn--large.util-icon--after:after {
  right: 15px;
}

.btn--block {
  width: 100%;
}

/* ==========================================================================
   Button-group (btn-group)
   ========================================================================== */
.btn-group--inline, .btn-group--right, .btn-group--centered, .btn-group {
  margin: 16px 0;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.btn-group--inline:after, .btn-group--right:after, .btn-group--centered:after, .btn-group:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.btn-group--inline a, .btn-group--right a, .btn-group--centered a, .btn-group a,
.btn-group--inline button,
.btn-group--right button,
.btn-group--centered button,
.btn-group button,
.btn-group--inline li,
.btn-group--right li,
.btn-group--centered li,
.btn-group li {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.btn-group--inline a:last-child, .btn-group--right a:last-child, .btn-group--centered a:last-child, .btn-group a:last-child,
.btn-group--inline button:last-child,
.btn-group--right button:last-child,
.btn-group--centered button:last-child,
.btn-group button:last-child,
.btn-group--inline li:last-child,
.btn-group--right li:last-child,
.btn-group--centered li:last-child,
.btn-group li:last-child {
  margin-bottom: 0;
}
.btn-group--inline li, .btn-group--right li, .btn-group--centered li, .btn-group li {
  display: block;
  text-align: center;
}
@media screen and (min-width: 62em) {
  .btn-group--inline li, .btn-group--right li, .btn-group--centered li, .btn-group li {
    text-align: inherit;
  }
}
.btn-group--inline:first-child, .btn-group--right:first-child, .btn-group--centered:first-child, .btn-group:first-child {
  margin-top: 0;
}
.btn-group--inline:last-child, .btn-group--right:last-child, .btn-group--centered:last-child, .btn-group:last-child {
  margin-bottom: 0;
}

.btn-group--centered {
  text-align: center;
}

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

.btn-group--inline li {
  display: inline-block;
  word-spacing: normal;
}

.btn--badge {
  z-index: 2;
  position: absolute;
  top: -25px;
  right: 8px;
  width: 140px;
  height: 140px;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
}
.btn--badge:active, .btn--badge:focus, .btn--badge:hover {
  border: 0;
  background: 0;
}

/* ==========================================================================
   Form Elements
   ========================================================================== */
input,
textarea,
select {
  transition: all 0.2s;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: #ff3a22;
}

label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-clear {
  display: none;
}

.form input,
.form textarea {
  -webkit-appearance: none;
  resize: none;
}
.form input:not([type=checkbox], [type=radio]),
.form select,
.form textarea {
  border-radius: 0;
  position: relative;
  z-index: 1;
  background: #ebecee;
  padding: 12px 13px 10px;
  border: solid 1px #dad9d5;
}
.form input:not([type=checkbox], [type=radio]):hover, .form input:not([type=checkbox], [type=radio])[readonly],
.form select:hover,
.form select[readonly],
.form textarea:hover,
.form textarea[readonly] {
  cursor: pointer;
}
.form input:not([type=checkbox], [type=radio])[disabled],
.form select[disabled],
.form textarea[disabled] {
  background: #fafafa;
  color: #666;
  cursor: not-allowed;
}
.form input:not([type=checkbox], [type=radio]):focus,
.form select:focus,
.form textarea:focus {
  -o-box-shadow: 1;
  -ms-box-shadow: 1;
  box-shadow: 1;
  outline: none;
  color: #191003;
  border-color: #f2f1f0;
}
.form input:not([type=checkbox], [type=radio]).is-invalid,
.form select.is-invalid,
.form textarea.is-invalid {
  border-color: #ff3a22;
}
@media screen and (max-width: 29.9375em) {
  .form input:not([type=checkbox], [type=radio]),
  .form select,
  .form textarea {
    width: 100%;
  }
}
.form input:not([type=checkbox], [type=radio]) {
  height: 45px;
  min-width: 150px;
}
.form textarea {
  min-height: 200px;
}
.form select {
  height: 45px;
  line-height: 45px;
  padding: 0 13px;
  min-width: 200px;
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form .select-wrapper {
  position: relative;
  display: inline-block;
}
.form .select-wrapper select {
  padding-right: 30px;
}
.form .select-wrapper select::-ms-expand {
  display: none;
}
.form .select-wrapper:after {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  color: #999;
  position: absolute;
  right: 10px;
  top: 50%;
  content: "*";
  z-index: 1;
  margin-top: -15px;
  pointer-events: none;
}
.form input[type=radio],
.form input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.form input[type=radio] + label,
.form input[type=checkbox] + label {
  position: relative;
  padding-left: 50px;
  display: inline-block;
  cursor: pointer;
  margin: 8px 0;
}
.form input[type=radio] + label:hover:before,
.form input[type=radio] + label .active:before,
.form input[type=checkbox] + label:hover:before,
.form input[type=checkbox] + label .active:before {
  background: #fafafa;
  border-color: #191003;
}
.form input[type=radio] + label:before, .form input[type=radio] + label:after,
.form input[type=checkbox] + label:before,
.form input[type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.1s ease-out;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form input[type=radio] + label:before,
.form input[type=checkbox] + label:before {
  width: 30px;
  height: 30px;
  top: -3px;
  left: 0;
  border: solid 1px #191003;
  background: white;
  text-align: center;
}
.form input[type=radio] + label:after,
.form input[type=checkbox] + label:after {
  width: 20px;
  height: 20px;
  top: 2px;
  left: 5px;
  background: #666;
  transform: scale(0);
}
.form input[type=radio] + label:before, .form input[type=radio] + label:after {
  border-radius: 100%;
}
.form input[type=checkbox]:checked + label:after,
.form input[type=radio]:checked + label:after {
  transform: scale(1);
}
.form .input-box {
  position: relative;
  margin-bottom: 16px;
}
.form .input-box input:not([type=checkbox], [type=radio]),
.form .input-box select,
.form .input-box textarea {
  width: 100%;
}
.form .input-box[class*=util-icon] > input {
  padding-left: 45px;
}
.form .input-box:before {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: -18px;
  color: #999;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 2;
}
.form .select-box {
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 47.9375em) {
  .form .select-box {
    flex-direction: column;
  }
}
.form .select-box input:not([type=checkbox], [type=radio]),
.form .select-box select,
.form .select-box textarea {
  width: 100%;
}
.form .select-box button,
.form .select-box .btn {
  margin: 0 16px;
}
@media screen and (max-width: 47.9375em) {
  .form .select-box button,
  .form .select-box .btn {
    margin: 24px 0;
  }
}
.form .input-box--gutter {
  margin: 0 -8px;
}
.form .input-box--gutter:before {
  left: 15px;
}
.form .input-box--gutter > * {
  margin: 0 8px;
}

.form__field-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
}
.form__field-wrapper input:not([type=checkbox], [type=radio]),
.form__field-wrapper select,
.form__field-wrapper textarea {
  margin-top: 16px;
}
.form__field-wrapper.is-invalid .form__label {
  color: #ff3a22;
}
.form__field-wrapper.is-invalid input:not([type=checkbox], [type=radio]),
.form__field-wrapper.is-invalid select,
.form__field-wrapper.is-invalid textarea {
  border-color: #ff3a22;
}
.form__field-wrapper.is-invalid input[type=checkbox] + .form__label:before,
.form__field-wrapper.is-invalid input[type=radio] + .form__label:before {
  border-color: #ff3a22;
}
.form__field-wrapper.is-invalid .form__error {
  display: block;
  color: #ff3a22;
}
.form__field-wrapper.is-valid .form__label {
  color: #38d95b;
}
.form__field-wrapper.is-valid input:not([type=checkbox], [type=radio]),
.form__field-wrapper.is-valid select,
.form__field-wrapper.is-valid textarea {
  border-color: #38d95b;
}
.form__field-wrapper.is-valid input[type=checkbox] + .form__label,
.form__field-wrapper.is-valid input[type=radio] + .form__label {
  color: #191003;
}
.form__field-wrapper.is-valid input[type=checkbox] + .form__label:before,
.form__field-wrapper.is-valid input[type=radio] + .form__label:before {
  border-color: #38d95b;
}

input:not([type=checkbox], [type=radio]) + .form__label, select + .form__label, textarea + .form__label {
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: left;
  pointer-events: none;
  max-width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form__error {
  transition: transform 150ms ease;
  display: none;
  position: absolute;
  z-index: 0;
  bottom: -22.5px;
  left: 8px;
  right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form__error .is-invalid {
  color: #ff3a22;
}
input[type=checkbox] ~ .form__error, input[type=radio] ~ .form__error {
  margin-left: 50px;
  bottom: -10px;
}

.form__input-search:before {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  position: absolute;
  font-size: 26px;
  color: #8d8882;
  left: 5px;
  top: 4px;
  display: block;
  z-index: 20;
}
.form__input-search input {
  padding-left: 40px !important;
  margin-left: -10px;
}

.form--transition ::-webkit-input-placeholder {
  color: #ebecee;
}
.form--transition ::-moz-placeholder {
  color: #ebecee;
}
.form--transition :-ms-input-placeholder {
  color: #ebecee;
}
.form--transition .form__field-wrapper {
  margin-top: 8px;
  margin-bottom: 16px;
}
.form--transition .form__field-wrapper input:not([type=checkbox], [type=radio]),
.form--transition .form__field-wrapper select,
.form--transition .form__field-wrapper textarea {
  margin-top: 0;
}
.form--transition .form__field-wrapper.is-invalid input:not([type=checkbox], [type=radio]) + .form__label,
.form--transition .form__field-wrapper.is-invalid select + .form__label,
.form--transition .form__field-wrapper.is-invalid textarea + .form__label {
  transform: translate(0,-24px);
  color: #ff3a22;
}
.form--transition .form__field-wrapper.is-invalid .form__error {
  transform: translate(0, 21px);
}
.form--transition .form__field-wrapper.is-invalid input[type=checkbox] ~ .form__error,
.form--transition .form__field-wrapper.is-invalid input[type=radio] ~ .form__error {
  display: block;
  transform: translate(0, 0);
}
.form--transition .form__field-wrapper.is-valid input:not([type=checkbox], [type=radio]) + .form__label,
.form--transition .form__field-wrapper.is-valid select + .form__label,
.form--transition .form__field-wrapper.is-valid textarea + .form__label {
  transform: translate(0,-24px);
  color: #38d95b;
}
.form--transition input:not([type=checkbox], [type=radio]) + .form__label,
.form--transition select + .form__label,
.form--transition textarea + .form__label {
  transition: transform 150ms ease;
  padding: 0 2px;
  top: 10px;
  left: 29px;
  background: #ebecee;
  color: #999;
}
.form--transition input:not([type=checkbox], [type=radio])[disabled] + .form__label,
.form--transition select[disabled] + .form__label,
.form--transition textarea[disabled] + .form__label {
  background: #fafafa;
  color: #666;
}
.form--transition input:not([type=checkbox], [type=radio]):focus + .form__label,
.form--transition select:focus + .form__label,
.form--transition textarea:focus + .form__label {
  transform: translate(0,-24px);
  color: #f2f1f0;
}
.form--transition select + .form__label {
  transform: translate(0,-24px);
}
.form--transition input[type=checkbox] ~ .form__error,
.form--transition input[type=radio] ~ .form__error {
  display: none;
}
.form--transition .form__error {
  display: block;
  bottom: 0;
}

/* ==========================================================================
   Form Style Override for Typo3 Forms Extension
   ========================================================================== */
.form {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .form {
    width: 75%;
  }
}
@media screen and (min-width: 62em) {
  .form {
    width: 60%;
  }
}
@media screen and (min-width: 75em) {
  .form {
    width: 50%;
  }
}
.form .row {
  margin-bottom: 32px;
}
.form .row .col-xs-6 {
  max-width: 100%;
  flex: 0 0 100%;
}
.form .row .col-xs-6:first-child {
  margin-bottom: 16px;
}
@media screen and (min-width: 30em) {
  .form .row .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .form .row .col-xs-6:first-child {
    margin-bottom: 0;
  }
}
.form .row .col-xs-12 {
  margin-bottom: 0;
}
.form h2,
.form .util-h2 {
  display: none;
}
.form input:not([type=checkbox], [type=radio], [type=file]) {
  height: 45px;
  width: 100%;
  background: #ebecee;
  padding: 12px 13px 10px;
  border: solid 1px #dad9d5;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form input.is-invalid, .form input.f3-form-error {
  border-color: #ff3a22 !important;
}
.form select {
  border-radius: 0;
  width: 100%;
  height: 45px;
  position: relative;
  padding: 12px 13px 10px;
  border: solid 1px #dad9d5;
  line-height: normal;
  background: #ebecee;
  color: #999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}
.form select.is-invalid, .form select.f3-form-error {
  border-color: #ff3a22 !important;
}
.form textarea {
  width: 100%;
  min-height: 200px;
  padding: 12px 13px 10px;
  background: #ebecee;
  border: solid 1px #dad9d5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.form textarea.is-invalid, .form textarea.f3-form-error {
  border-color: #ff3a22 !important;
}
.form .form-check {
  width: 100%;
}
.form .form-group {
  position: relative;
}
.form .form-group .util-flex .btn {
  margin-bottom: 0;
  margin-left: 10px;
}
.form .form-group.has-error input,
.form .form-group.has-error textarea {
  border-color: #ff3a22 !important;
}
.form .form-group .error {
  font-size: 16px;
  font-size: 1rem;
  color: #ff3a22;
}
.form .control-label .required {
  line-height: inherit;
}
.form .form-check-label {
  position: relative;
}
.form .form-check-label .f3-form-error + span::before,
.form .form-check-label .is-invalid + span::before {
  border-color: #ff3a22 !important;
}
.form .form-check-label > span {
  position: relative;
  padding: 0 0 0 25px;
}
.form .form-check-label > span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: #ebecee;
  border: 1px solid #dad9d5;
}
.form .form-check-label > span::after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #666;
  transition: opacity 0.1s ease-in-out;
}
.form .form-check-label > span .required {
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form .form-check-label input[type=radio],
.form .form-check-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.form .form-check-label input[type=radio]:checked + span::after,
.form .form-check-label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form .form-check-label input[type=radio].is-invalid + span::before,
.form .form-check-label input[type=checkbox].is-invalid + span::before {
  border-color: #ff3a22;
}
.form label[for*=imageupload] {
  font-size: 16px;
  font-size: 1rem;
  border: solid 1px #007b83;
  background: #007b83;
  color: #fff;
  line-height: 2.1875;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.form label[for*=imageupload]:hover {
  background: #007b83;
  border-color: #007b83;
  color: #fff;
}
.form label[for*=imageupload]:active {
  background: #006e7e;
  border-color: #006e7e;
  color: #fff;
}
.form label[for*=imageupload][disabled]:hover, .form label[for*=imageupload][disabled]:active, .form label[for*=imageupload].is-disabled:hover, .form label[for*=imageupload].is-disabled:active {
  background: #007b83;
  border-color: #007b83;
  color: #fff;
}
.form input[type=file] {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form .frame-type-text p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 29.9375em) {
  .form .frame-type-text p {
    text-indent: 15px;
  }
}
.form .frame-type-text a {
  color: #191003;
  text-decoration: underline;
}

/* jQuery UI Datepicker Overrides
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777777_256x240.png");
}

/**
 * Capitan privacy-wall.scss v1.0.0
 *
 * Copyright IW Medien GmbH
 * http://www.iwmedien.de/
 *
 * Date: 2021-07-20
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.privacy-wall {
  padding: 20px;
  background: #007b83;
}
.privacy-wall h2, .privacy-wall .util-h2 {
  margin-bottom: 15px;
}
.privacy-wall p:last-child,
.privacy-wall .btn:last-child {
  margin-bottom: 0;
}

/**
 * Capitan scroll-top.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-07-26
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.scroll-top {
  font-family: "Oblik", sans-serif;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  max-width: 44px;
  width: 44px;
  background-color: #fff;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 4px 8px 4px;
  border-radius: 0;
  border: 1px solid #fff;
  color: #191003;
  text-align: center;
  line-height: 2.1875;
  font-size: 16px;
  font-size: 1rem;
}
.scroll-top:before {
  font-size: 32px;
  font-size: 2rem;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0;
}
.scroll-top:hover {
  border: 1px solid rgba(242, 241, 240, 0.5);
  background-color: #f8f6f7;
}

/**
 * Capitan anim-loader.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2017-08-24
 * MIT License (MIT)
 */
/**
 * Capitan functions.scss v2.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global functions
   ========================================================================== */
/**
 * Calculate PX to EM
 *
 * @param {number} $targetPx - pixel value without unit
 *
 */
/**
 * Built a JSON like string with all given breakpoints and their values.
 * This is necessary for the JavaScript function 'function/get-breakpoint.js'
 * and 'function/assert-breakpoint.js'
 */
/**
 * Return specific breakpoint
 */
/**
 * Return specific color
 */
/**
 * Return specific Icon
 */
/**
 * Capitan variables.scss v3.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2015-06-27
 * MIT License (MIT)
 */
/* ==========================================================================
   Base settings
   ========================================================================== */
/* base path */
/* Base sizes */
/* Body font size */
/* Font Style */
/* ==========================================================================
   Grid-System
   ========================================================================== */
/* <@breakpoints */
/* breakpoints@> */
/* ==========================================================================
   Colors
   ========================================================================== */
/* <@colors */
/* colors@> */
/* ==========================================================================
   Icons
   ========================================================================== */
/* <@icons */
/* icons@> */
/**
 * Capitan mixins.scss v2.0.1
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2014-09-23
 * MIT License (MIT)
 */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/**
 * Calculate percent value to given property
 *
 * @param {string} $cssProperty - which property
 * @param {number} $targetSize - element size in pixel
 * @param {number} $contextSize - context element size in pixel
 * @param {boolean} $important - set !important property
 *
 */
/**
 * Calculate PX font size to REM
 *
 * @param {number} $size - element size in pixel
 * @param {number} $base - body font size in pixel
 *
 */
/**
 * Calculates given px value to rem value
 *
 * @param {string} $prop - css property name, e.g. font-size, line-height; Default: 'font-size'
 * @param {number} $size - size in px; Default: $body-font-size-px
 *
 */
/**
* Mixin for adding vendor prefixes to CSS attributes; useful for the following CSS attributes
*
* - border-radius
* - box-shadow
* - transition
* - transform
* - background-size
* - box-sizing
* - animate
*
* @param {string} $attribute - CSS attribute that needs vendor prefixes, e.g. border-radius or transition
* @param {string} $value - The specific CSS value, e.g. "translateX .2s ease-out"
*/
/**
* Clearfix
*/
/**
 * Webfont mixin for global use
 *
 * @param {string} $family - set the font-family value
 * @param {string} $fontWeight - set the font-weight value
 * @param {string} $fontStyle - set the font-style value
 */
/**
* Mixin for adding hover transition
*
* @param {string} $colorFX - properties for color transition
* @param {string} $hoverColor - hover color
* @param {string} $backgroundFX - properties for background transition
* @param {string} $hoverBackground - hover background color
*/
/**
 * Mixin for defining values at an specific mediaQuerie
 *
 * @param {string} $width - breakpoint from $breakpoints map
 */
.anim-loader:before {
  transition: opacity 0.3s ease;
  animation: loader 0.75s infinite linear;
  content: " ";
  display: block;
  position: absolute;
  z-index: 100001;
  margin-top: -40px;
  margin-left: -40px;
  left: 50%;
  top: 278px;
  border: 5px solid #007b83;
  border-right-color: transparent;
  border-radius: 50%;
  font-size: 10px;
  font-size: 0.625rem;
  text-indent: -9999em;
  width: 80px;
  height: 80px;
}
.anim-loader:after {
  content: " ";
  z-index: 100000;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 178px;
}
.anim-loader:after.is-header-sticky {
  top: 102px;
}
.anim-loader:after, .anim-loader:before {
  transition: opacity 300ms ease, visibility 300ms ease;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tx-px-glossar .tx-pxglossar-character-list,
.tx-px-glossar .tx-pxglossar-related-glossar {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tx-px-glossar .tx-pxglossar-character-list li,
.tx-px-glossar .tx-pxglossar-related-glossar li {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  margin: 0 4px 16px 4px;
  text-align: center;
}
.tx-px-glossar .tx-pxglossar-character-list-item,
.tx-px-glossar .tx-pxglossar-related-glossar__link {
  display: block;
  background-color: #f2f1f0;
  border-bottom: 4px solid #ffa727;
  padding: 11px 20px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
}
.tx-px-glossar .tx-pxglossar-character-list-item:hover,
.tx-px-glossar .tx-pxglossar-related-glossar__link:hover {
  background-color: #ffa727;
}
.tx-px-glossar .tx-pxglossar-related-glossar__link--font-margins {
  font-size: inherit;
  font-weight: inherit;
  margin: 0 4px 16px 4px;
}
.tx-px-glossar .tx-pxglossar-related-glossar__link--font-margins:first-child {
  margin-left: 0;
}
.tx-px-glossar .tx-pxglossar-glossar-list-character {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 30px;
}

.tx-pxglossar-single .tx-pxglossar-back-print-wrapper:before {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffa727;
  position: relative;
  right: 0;
  line-height: 17px;
  top: 3px;
}
.tx-pxglossar-single .tx-pxglossar-back-print-wrapper-backbutton {
  transition: background-size 150ms ease-in-out;
  margin: 0;
  background-image: linear-gradient(to right, #ffa727 0, #ffa727 100%);
  background-position: 0 1.04em;
  background-repeat: no-repeat;
  background-size: 100% 0;
  line-height: 24px;
  padding-bottom: 4px;
  display: inline;
}
.tx-pxglossar-single .tx-pxglossar-back-print-wrapper-backbutton:hover {
  background-size: 100% 4px;
}
.tx-pxglossar-single .tx-pxglossar-back-print-wrapper-backbutton:active {
  color: #8d8882;
}
.tx-pxglossar-single .tx-pxglossar-list {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.tx-pxglossar-single .tx-pxglossar-image-caption-wrapper + *,
.tx-pxglossar-single .tx-pxglossar-related-glossar + * {
  margin-top: 32px;
  margin-top: 2rem;
}
.tx-pxglossar-single .content-detail + * {
  margin-top: 48px;
  margin-top: 3rem;
}
.tx-pxglossar-single ul.list.list--bg + h3 {
  margin-top: 16px;
  margin-top: 1rem;
}

.tx-pxglossar-single .tx-pxglossar-back-print-wrapper:before {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffa727;
  position: relative;
  right: 0;
  line-height: 17px;
  top: 3px;
}
.tx-pxglossar-single .tx-pxglossar-back-print-wrapper-backbutton {
  transition: background-size 150ms ease-in-out;
  margin: 0;
  background-image: linear-gradient(to right, #ffa727 0, #ffa727 100%);
  background-position: 0 1.04em;
  background-repeat: no-repeat;
  background-size: 100% 0;
  line-height: 24px;
  padding-bottom: 4px;
  display: inline;
}
.tx-pxglossar-single .tx-pxglossar-back-print-wrapper-backbutton:hover {
  background-size: 100% 4px;
}
.tx-pxglossar-single .tx-pxglossar-back-print-wrapper-backbutton:active {
  color: #8d8882;
}

/* ==========================================================================
   Utility classes
   ========================================================================== */
/**
 * Capitan utils.scss v1.0.0
 *
 * Copyright brandung GmbH & Co.KG
 * http://www.brandung.de/
 *
 * Date: 2016-04-05
 * MIT License (MIT)
 */
/* ==========================================================================
   Util classes
   ========================================================================== */
.util-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.util-left {
  float: left;
}

.util-right {
  float: right;
}

.util-center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.util-clear {
  clear: both;
}

.util-text-right {
  text-align: right;
}

.util-text-left {
  text-align: left;
}

.util-text-center {
  text-align: center;
}

.util-text-color-grey {
  color: #666;
}

.util-flex {
  display: flex !important;
}
@media screen and (min-width: 48em) {
  .util-flex-md {
    display: flex !important;
  }
}

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

.util-flex-between {
  display: flex;
  justify-content: space-between;
}
.util-flex-between span {
  line-height: 32px;
}

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

.util-full-width, .util-full-width > * {
  width: 100%;
}

.util-bg-light {
  background: #ecf3f4;
}

.util-bg-white {
  background: #fff;
}

.util-show-grid [class*=col-] {
  background: grey;
  outline: 1px solid red;
}
.util-show-grid header {
  background: rgba(0, 128, 0, 0.5);
}
.util-show-grid footer {
  background: #ecf3f4;
}

.util-reset-padding {
  padding: 0 !important;
}
.util-reset-padding-top {
  padding-top: 0 !important;
}
.util-reset-padding-right {
  padding-right: 0 !important;
}
.util-reset-padding-bottom {
  padding-bottom: 0 !important;
}
.util-reset-padding-left {
  padding-left: 0 !important;
}
.util-reset-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.util-reset-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.util-add-padding {
  padding: 8px !important;
}
.util-add-padding-full {
  padding: 16px !important;
}
.util-add-padding-double {
  padding: 32px !important;
}
.util-add-padding-top {
  padding-top: 8px !important;
}
.util-add-padding-top-full {
  padding-top: 16px !important;
}
.util-add-padding-top-double {
  padding-top: 32px !important;
}
.util-add-padding-right {
  padding-right: 8px !important;
}
.util-add-padding-right-full {
  padding-right: 16px !important;
}
.util-add-padding-right-double {
  padding-right: 32px !important;
}
.util-add-padding-bottom {
  padding-bottom: 8px !important;
}
.util-add-padding-bottom-full {
  padding-bottom: 16px !important;
}
.util-add-padding-bottom-double {
  padding-bottom: 32px !important;
}
.util-add-padding-left {
  padding-left: 8px !important;
}
.util-add-padding-left-full {
  padding-left: 16px !important;
}
.util-add-padding-left-double {
  padding-left: 32px !important;
}
.util-add-padding-x {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.util-add-padding-x-full {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.util-add-padding-x-double {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.util-add-padding-y {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.util-add-padding-y-full {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.util-add-padding-y-double {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.util-reset-margin {
  margin: 0 !important;
}
.util-reset-margin-top {
  margin-top: 0 !important;
}
.util-reset-margin-right {
  margin-right: 0 !important;
}
.util-reset-margin-bottom {
  margin-bottom: 0 !important;
}
.util-reset-margin-left {
  margin-left: 0 !important;
}
.util-reset-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.util-reset-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.util-reset-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.util-reset-margin-col-xs-12 [class^="col-xs-12 "] {
  margin-bottom: 0 !important;
}

.util-add-margin {
  margin: 8px !important;
}
.util-add-margin-full {
  margin: 16px !important;
}
.util-add-margin-double {
  margin: 32px !important;
}
.util-add-margin-top {
  margin-top: 8px !important;
}
.util-add-margin-top-full {
  margin-top: 16px !important;
}
.util-add-margin-top-double {
  margin-top: 32px !important;
}
.util-add-margin-top-dynamic-140 {
  margin-top: 35px !important;
}
@media screen and (min-width: 30em) {
  .util-add-margin-top-dynamic-140 {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 48em) {
  .util-add-margin-top-dynamic-140 {
    margin-top: 140px !important;
  }
}
.util-add-margin-right {
  margin-right: 8px !important;
}
.util-add-margin-right-full {
  margin-right: 16px !important;
}
.util-add-margin-right-double {
  margin-right: 32px !important;
}
.util-add-margin-bottom {
  margin-bottom: 8px !important;
}
.util-add-margin-bottom-full {
  margin-bottom: 16px !important;
}
.util-add-margin-bottom-double {
  margin-bottom: 32px !important;
}
.util-add-margin-bottom-dynamic-100 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 30em) {
  .util-add-margin-bottom-dynamic-100 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 48em) {
  .util-add-margin-bottom-dynamic-100 {
    margin-bottom: 100px !important;
  }
}
.util-add-margin-left {
  margin-left: 8px !important;
}
.util-add-margin-left-full {
  margin-left: 16px !important;
}
.util-add-margin-left-double {
  margin-left: 32px !important;
}
.util-add-margin-x {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.util-add-margin-x-full {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.util-add-margin-x-double {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.util-add-margin-y {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.util-add-margin-y-full {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.util-add-margin-y-double {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.util-font-size-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.util-background-ci-ternary {
  background: #006e7e;
}

@media screen and (max-width: 61.9375em) {
  .util-flex-order-max-md-first {
    order: -1;
  }
}
@media screen and (max-width: 61.9375em) {
  .util-flex-direction-max-md-column {
    flex-direction: column;
  }
}
@media screen and (max-width: 47.9375em) {
  .util-flex-direction-max-sm-row {
    flex-direction: row;
  }
}
.util-flex-1 {
  flex: 1;
}

.util-font-size-20 {
  font-size: 20px;
  font-size: 1.25rem;
}
.util-font-size-110 {
  font-size: 110px;
  font-size: 6.875rem;
  line-height: 0.8;
}

.util-clearfix:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

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

/** + bootstrap visibility utilities */
.util-hidden {
  display: none !important;
}

@media screen and (max-width: 19.9375em) {
  .util-visible-xs {
    display: none !important;
  }
}

@media screen and (min-width: 20em) {
  .util-hidden-xs {
    display: none !important;
  }
}

@media screen and (max-width: 29.9375em) {
  .util-visible-sm {
    display: none !important;
  }
}

@media screen and (min-width: 30em) {
  .util-hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .util-visible-md {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .util-hidden-md {
    display: none !important;
  }
}

@media screen and (max-width: 61.9375em) {
  .util-visible-lg {
    display: none !important;
  }
}

@media screen and (min-width: 62em) {
  .util-hidden-lg {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .util-visible-xl {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .util-hidden-xl {
    display: none !important;
  }
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  .hidden-print {
    display: none !important;
  }
  /**
   * HEADER
   */
  .header {
    position: static !important;
  }
  .header__bottom {
    display: none !important;
  }
  /**
   * BODY
   */
  .header + * {
    margin-top: 0 !important;
  }
  .breadcrumb {
    display: none !important;
  }
  .breadcrumb + * {
    padding-top: 30px !important;
  }
  .content-detail p {
    font-size: 0.6875rem;
  }
  .content-detail p img {
    width: 100%;
  }
  .content-detail blockquote {
    border: none !important;
    outline: none !important;
  }
  .content-detail blockquote p {
    font-size: 1.25rem !important;
  }
  .content-detail ol li,
  .content-detail ul li {
    font-size: 0.6875rem;
  }
  .social-bar,
  .whatsapp-widget {
    display: none !important;
  }
  .pagination,
  .list--icons {
    display: none !important;
  }
  a[href]::after {
    display: none !important;
  }
  /**
   * FOOTER
   */
  .footer__top,
  .scroll-top {
    display: none !important;
  }
  /**
   * Usercentrics
   */
  #usercentrics-root {
    display: none !important;
  }
}