@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import 'fonts/bim-font/styles.css';
@media print, screen and (min-width: 50em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=50em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Scala Sans Offc W01 Regular", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

.is-visible {
  display: block !important;
}

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

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 50em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 50em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 50em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 50em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Scala Sans Offc W01 Bold", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 50em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #eeeeee;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #eeeeee;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 50em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #ffffff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #ffffff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #ffffff;
}
.button.secondary {
  background-color: #767676;
  color: #000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000;
}
.button.success {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000;
}
.button.warning {
  background-color: #ffae00;
  color: #000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #000;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #eeeeee;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #eeeeee;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #d5002c;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 0;
  border: 0;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #ffffff;
}
.badge.primary {
  background: #1779ba;
  color: #ffffff;
}
.badge.secondary {
  background: #767676;
  color: #000;
}
.badge.success {
  background: #3adb76;
  color: #000;
}
.badge.warning {
  background: #ffae00;
  color: #000;
}
.badge.alert {
  background: #cc4b37;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 1rem;
  color: #444444;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #444444;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #ffffff;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #000;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 50em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 49.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #000;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #000;
}
.callout.success {
  background-color: #e1faea;
  color: #000;
}
.callout.warning {
  background-color: #fff3d9;
  color: #000;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #eeeeee;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 50em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu .active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 50em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #ffffff;
}
.label.primary {
  background: #1779ba;
  color: #ffffff;
}
.label.secondary {
  background: #767676;
  color: #000;
}
.label.success {
  background: #3adb76;
  color: #000;
}
.label.warning {
  background: #ffae00;
  color: #000;
}
.label.alert {
  background: #cc4b37;
  color: #000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 49.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 49.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #eeeeee;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #eeeeee;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 50em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 50em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #eeeeee;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 50em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 50em) {
  .reveal {
    width: 600px;
    max-width: 90rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 50em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 50em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 50em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 49.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #000;
}

tfoot {
  background: #f2f2f2;
  color: #000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

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

.tabs {
  margin: 0;
  border: 1px solid #eeeeee;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #eeeeee;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #eeeeee;
  border-top: 0;
  background: #ffffff;
  color: #000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #eeeeee;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #eeeeee;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 50em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 49.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* functions, mixins */
/* fontsize, webfonts */
/* Webfonts import */
@font-face {
  font-family: "scala-sans";
  src: url("fonts/ufonts.com_scala_sans-regular.eot");
  src: url("fonts/ufonts.com_scala_sans-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ufonts.com_scala-sans-regular.woff") format("woff"), url("fonts/ufonts.com_scala_sans-regular.ttf") format("truetype"), url("fonts/ufonts.com_scala_sans-regular.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "scala-sans-bold";
  src: url("fonts/ufonts.com_scala_sans-bold.eot");
  src: url("fonts/ufonts.com_scala_sans-bold.eot?#iefix") format("embedded-opentype"), url("fonts/ufonts.com_scala-sans-bold.woff") format("woff"), url("fonts/ufonts.com_scala_sans-bold.ttf") format("truetype"), url("fonts/ufonts.com_scala_sans-bold.svg#fontcustom") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Scala Sans Offc W01 Bold";
  src: url("fonts/1378188/4bf85c42-a0a1-4325-8157-f34f6d9113fc.eot?#iefix");
  src: url("fonts/1378188/4bf85c42-a0a1-4325-8157-f34f6d9113fc.eot?#iefix") format("eot"), url("fonts/1378188/b4f4f173-9ea5-4850-b07b-5680bcad2ce2.woff2") format("woff2"), url("fonts/1378188/084e7fb1-bc7f-4081-ac65-e0b2ce8b2508.woff") format("woff"), url("fonts/1378188/d5992ba9-fe6e-4e03-862b-c7d4779f293c.ttf") format("truetype");
}
@font-face {
  font-family: "Scala Sans Offc W01 Bol1378194";
  src: url("fonts/1378194/da0bf74d-451d-4ec2-b6e1-cd136507c146.eot?#iefix");
  src: url("fonts/1378194/da0bf74d-451d-4ec2-b6e1-cd136507c146.eot?#iefix") format("eot"), url("fonts/1378194/75e21788-4302-4e3e-aff3-915a98cc8e1f.woff2") format("woff2"), url("fonts/1378194/35886a87-4d0d-4ac3-9208-334dce543022.woff") format("woff"), url("fonts/1378194/dac99835-0043-430a-8d60-535087b25891.ttf") format("truetype");
}
@font-face {
  font-family: "Scala Sans Offc W01 Regular";
  src: url("fonts/1378236/c508db89-9bba-4eaa-b16b-4a82b8431246.eot?#iefix");
  src: url("fonts/1378236/c508db89-9bba-4eaa-b16b-4a82b8431246.eot?#iefix") format("eot"), url("fonts/1378236/11c4b646-eb90-4301-b823-8b6d1e5d14c9.woff2") format("woff2"), url("fonts/1378236/932baf8a-2d66-47d6-827d-645d86a22de8.woff") format("woff"), url("fonts/1378236/b96ed0f8-bf8f-459a-aa49-3ddfda36234d.ttf") format("truetype");
}
@font-face {
  font-family: "Scala Sans Offc W01 Italic";
  src: url("fonts/1378242/d3393144-0db6-4870-92bb-f36ecf511b25.eot?#iefix");
  src: url("fonts/1378242/d3393144-0db6-4870-92bb-f36ecf511b25.eot?#iefix") format("eot"), url("fonts/1378242/4e93e246-4f52-402d-9543-fc9440200df1.woff2") format("woff2"), url("fonts/1378242/2072dbe8-634b-4aac-82cc-4e7517e6b729.woff") format("woff"), url("fonts/1378242/1423990f-6b64-4d27-94b8-4923c24762c1.ttf") format("truetype");
}
/* Fonts size, basic settings */
body {
  font-size: 100%;
  font-family: "Scala Sans Offc W01 Regular", Helvetica, Roboto, Arial, sans-serif;
}
@media print, screen and (min-width: 64em) {
  body {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 90em) {
  body {
    font-size: 100%;
  }
}
body .page-wrapper {
  background-color: #dedede;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Scala Sans Offc W01 Bold", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  line-height: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000;
}

p, span, li, a {
  font-size: 1.125rem;
  line-height: 144.4%;
}
@media print, screen and (min-width: 64em) {
  p, span, li, a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  p, span, li, a {
    font-size: 1.125rem;
  }
}

h1,
.start-stage .blockquote p {
  font-size: 1.875rem;
}
h1 p,
.start-stage .blockquote p p {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  h1,
  .start-stage .blockquote p {
    font-size: 2.5vw;
  }
  h1 p,
  .start-stage .blockquote p p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  h1,
  .start-stage .blockquote p {
    font-size: 2.25rem;
  }
  h1 p,
  .start-stage .blockquote p p {
    font-size: 1.125rem;
  }
}

.intro .intro-content h1 p {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .intro .intro-content h1 p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .intro .intro-content h1 p {
    font-size: 1.5rem;
  }
}

h2,
.start-stage .caption-wrapper p,
.visible-css-only,
.std-teaser-wrapper .teaser-item h3,
.list-teaser-wrapper h3 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  h2,
  .start-stage .caption-wrapper p,
  .visible-css-only,
  .std-teaser-wrapper .teaser-item h3,
  .list-teaser-wrapper h3 {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  h2,
  .start-stage .caption-wrapper p,
  .visible-css-only,
  .std-teaser-wrapper .teaser-item h3,
  .list-teaser-wrapper h3 {
    font-size: 1.625rem;
  }
}
h2 a,
.start-stage .caption-wrapper p a,
.visible-css-only a,
.std-teaser-wrapper .teaser-item h3 a,
.list-teaser-wrapper h3 a {
  font-size: inherit;
}

h3 {
  font-size: 1.375rem;
}
@media print, screen and (min-width: 64em) {
  h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  h3 {
    font-size: 1.5rem;
  }
}
h3 a {
  font-size: inherit;
}

h4 {
  font-size: 1.0625rem;
}
@media print, screen and (min-width: 64em) {
  h4 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  h4 {
    font-size: 1.125rem;
  }
}

.std-inner-content h3 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .std-inner-content h3 {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 90em) {
  .std-inner-content h3 {
    font-size: 1.3125rem;
  }
}
.std-inner-content h3 a {
  font-size: inherit;
}

.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text h3 {
  font-size: 1.5rem;
  text-transform: none;
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text h3 {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text h3 {
    font-size: 1.625rem;
  }
}
.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text h3 a {
  font-size: inherit;
}

.wide-offset-box .quote-wrapper .blockquote p {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .wide-offset-box .quote-wrapper .blockquote p {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  .wide-offset-box .quote-wrapper .blockquote p {
    font-size: 1.625rem;
  }
}
.wide-offset-box .quote-wrapper .blockquote p a {
  font-size: inherit;
}

.rubric-teaser-box .visible-css-only {
  font-size: 1.5rem;
}
.rubric-teaser-box .visible-css-only p {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .rubric-teaser-box .visible-css-only {
    font-size: 2.5vw;
  }
  .rubric-teaser-box .visible-css-only p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  .rubric-teaser-box .visible-css-only {
    font-size: 2.25rem;
  }
  .rubric-teaser-box .visible-css-only p {
    font-size: 1.125rem;
  }
}

.link-list h2 {
  font-size: 1.0625rem;
}
@media print, screen and (min-width: 64em) {
  .link-list h2 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  .link-list h2 {
    font-size: 1.125rem;
  }
}

.std-floatbox-small .header strong {
  font-size: 1.375rem;
}
@media print, screen and (min-width: 64em) {
  .std-floatbox-small .header strong {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 90em) {
  .std-floatbox-small .header strong {
    font-size: 1.375rem;
  }
}

.theme-item-wrapper h2 {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .theme-item-wrapper h2 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 90em) {
  .theme-item-wrapper h2 {
    font-size: 2rem;
  }
}

.press .intro-content h2 {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .press .intro-content h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 90em) {
  .press .intro-content h2 {
    font-size: 2.25rem;
  }
}

/* Std-Elements Offset */
h2 {
  margin-bottom: 1.375rem;
}

.intro + .std-inner-content h2 {
  margin-top: 1.5rem;
}

.intro + a + .std-inner-content h2 {
  margin-top: 1.5rem;
}

.subtitle {
  font-size: 0.7em;
  display: block;
  margin-bottom: 0.2em;
}

/* header, menu, breadcrumb */
.page-header {
  min-height: 105px;
  max-width: 1440px;
  background-color: white;
  margin: 0 auto;
  z-index: 5;
  /* ---------- sticky-menu classes ------------ */
  /*--------------------------------------------*/
  /* Header Themenseite */
}
@media screen and (max-width: 799px) {
  .page-header {
    height: 72px !important;
    min-height: auto;
  }
}
.page-header .row.sticky {
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.page-header .row.sticky .logo-wrapper .logo-pic {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .page-header .row.sticky .logo-wrapper .logo-pic {
    width: auto;
  }
}
@media screen and (max-width: 799px) {
  .page-header .row.sticky {
    height: 72px;
    z-index: 10;
  }
  .page-header .row.sticky .logo-wrapper .logo-pic {
    width: 132px;
    height: auto;
  }
  .page-header .row.sticky .menu-search .header-search .search-wrapper {
    margin-top: 11px;
  }
  .page-header .row.sticky .header-menu button i,
  .page-header .row.sticky .header-menu a i {
    top: 22px;
  }
  .page-header .row.sticky .header-menu a span {
    display: none;
  }
  .page-header .row.sticky .search-link {
    height: 61px;
  }
}
.page-header .row.sticky.shrink {
  height: 72px;
  z-index: 10;
}
.page-header .row.sticky.shrink .logo-wrapper .logo-pic {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 50em) {
  .page-header .row.sticky.shrink .logo-wrapper .logo-pic {
    width: 132px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .row.sticky.shrink .logo-wrapper .logo-pic {
    width: 15.7%;
    width: 132px;
  }
}
.page-header .row.sticky.shrink .menu-search .header-search .search-wrapper {
  margin-top: 11px;
}
.page-header .row.sticky.shrink .header-menu a span {
  display: none;
}
.page-header .logo-wrapper {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  width: 200px;
}
@media print, screen and (min-width: 50em) {
  .page-header .logo-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.page-header .logo-wrapper:last-child:not(:first-child) {
  float: right;
}
.page-header .logo-wrapper .logo-pic {
  position: absolute;
  left: 15px;
  z-index: 10;
}
@media print, screen and (min-width: 50em) {
  .page-header .logo-wrapper .logo-pic {
    left: 12%;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .logo-wrapper .logo-pic {
    left: 85px;
  }
}
@media print, screen and (min-width: 50em) {
  .page-header .logo-wrapper {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 50em) and (min-width: 50em) {
  .page-header .logo-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 50em) {
  .page-header .logo-wrapper:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .logo-wrapper {
    width: 58.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 50em) {
  .page-header .logo-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .logo-wrapper:last-child:not(:first-child) {
    float: right;
  }
}
.page-header .menu-search {
  width: 75%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.page-header .menu-search:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 50em) and (min-width: 50em) {
  .page-header .menu-search {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .menu-search {
    width: 41.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 50em) {
  .page-header .menu-search {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .menu-search:last-child:not(:first-child) {
    float: right;
  }
}
.page-header .menu-search .header-search {
  width: 66.6666666667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 4.669%;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-search {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.page-header .menu-search .header-search:last-child:not(:first-child) {
  float: right;
}
.page-header .menu-search .header-search .search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 22px;
  padding-left: 10%;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-search .search-wrapper {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .menu-search .header-search .search-wrapper {
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .page-header .menu-search .header-search .search-wrapper {
    padding-left: 74px;
  }
}
.page-header .menu-search .header-search .search-wrapper .search-field {
  box-shadow: inset 0 0 0 rgba(7, 7, 7, 0);
  border: none;
  height: 50px;
  display: none;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-search .search-wrapper .search-field {
    border: 1px solid #000;
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .menu-search .header-search .search-wrapper .search-field {
    border: 1px solid #000;
    display: block;
  }
}
.page-header .menu-search .header-search .search-wrapper .icon-search:before {
  font-size: 3.125rem;
  color: #666;
  top: 16%;
  right: 6%;
  position: absolute;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-search .search-wrapper .icon-search:before {
    font-size: 1.6875rem;
    color: #000;
  }
}
.page-header .menu-search .header-menu {
  width: 16.6666666667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: 0;
  margin-left: 4vw;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.page-header .menu-search .header-menu:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-menu {
    margin-right: 44px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .menu-search .header-menu {
    margin-right: 44px;
  }
}
.page-header .menu-search .header-menu:last-child:not(:first-child) {
  float: left;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-menu:last-child:not(:first-child) {
    float: right;
  }
}
.page-header .menu-search .header-menu a {
  text-align: center;
  line-height: 100%;
}
.page-header .menu-search .header-menu a i {
  position: relative;
  top: 12px;
  height: 72px;
  display: inline-block;
  overflow: hidden;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-menu a i {
    top: 0;
  }
}
.page-header .menu-search .header-menu a i:before {
  content: url("images/menu-hamburger-button_m.png");
  width: 72px;
  height: 70px;
  display: inline-block;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-menu a i:before {
    content: url("images/menu-hamburger-button_m.png");
  }
}
@media print, screen and (min-width: 64em) {
  .page-header .menu-search .header-menu a i:before {
    content: url("images/menu-hamburger-button.png");
  }
}
.page-header .menu-search .header-menu a span {
  color: #444;
  font-size: large;
  font-weight: bold;
  display: none;
}
@media print, screen and (min-width: 50em) {
  .page-header .menu-search .header-menu a span {
    display: block;
  }
}
.page-header.theme-header {
  max-width: 120rem;
  z-index: 11;
}
.page-header.theme-header .row {
  max-width: 120rem;
}

.breadcrumb {
  margin-bottom: 22px;
}
.breadcrumb .breadcrumbs {
  padding-top: 22px;
  margin-left: 0 !important;
  margin-bottom: 0;
}
.breadcrumb .breadcrumbs li {
  position: relative;
}
.breadcrumb .breadcrumbs li a, .breadcrumb .breadcrumbs li span {
  font-size: 1rem;
  color: #444444;
}
.breadcrumb .breadcrumbs.breadcrumbs li:not(:last-child)::after {
  content: url("images/breadcrumb-icon2.png");
  color: #444444;
  top: 0;
  width: 9px;
  height: 9px;
  display: inline-block;
}

/* content area  - structure, std-elements */
.content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background-color: white;
  padding-top: 1px;
  padding-bottom: 1px;
  /* Content Themenseite */
  /* Detail Themenseite */
}
.content iframe {
  border: none;
}
.content .inner-content {
  max-width: 1326px;
  margin-left: 0px;
  margin-right: 0px;
}
@media print, screen and (min-width: 64em) {
  .content .inner-content {
    margin: 0 auto;
  }
}
.content .std-inner-content {
  max-width: 800px;
  /*
      margin-left: 17.374%; //250px
      margin-right: 17.374%; //250px
  */
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 30px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .content .std-inner-content {
    padding: 0 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content .std-inner-content {
    margin-bottom: 5.8125rem;
    max-width: 940px;
    margin-left: 17.374%;
    margin-right: 17.374%;
  }
}
.content .std-inner-content.element-header {
  margin-bottom: 0;
}
.content .std-inner-content.element-header h3 {
  margin-bottom: 1rem;
}
.content .std-inner-content ul, .content .std-inner-content ol {
  margin-left: 80px;
}
@media screen and (max-width: 799px) {
  .content .std-inner-content ul, .content .std-inner-content ol {
    margin-left: 30px;
  }
}
@media screen and (max-width: 479px) {
  .content .std-inner-content ul, .content .std-inner-content ol {
    margin-left: 20px;
  }
}
.content .std-inner-content .list-wrapper ul {
  margin-left: 45px;
}
@media screen and (max-width: 799px) {
  .content .std-inner-content .list-wrapper ul {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.content .std-inner-content .list-wrapper.news-menu-view {
  margin-top: 5px;
}
.content .std-inner-content .list-wrapper.news-menu-view ul {
  margin-left: 2px;
}
.content .std-inner-content .list-wrapper.news-menu-view ul li {
  margin-bottom: 30px;
}
.content .std-inner-content .list-wrapper.news-menu-view ul li h2 {
  color: #444;
  margin-top: 0;
  margin-bottom: 5px;
}
.content .std-inner-content .list-wrapper.news-menu-view ul li ul {
  margin-left: 15px;
}
.content .std-inner-content .list-wrapper.news-menu-view ul li ul li {
  margin-bottom: 0;
  color: #666;
}
.content .std-inner-content .list-wrapper.news-menu-view ul li ul li a .font-link {
  color: #666;
}
.content .std-inner-content .list-wrapper.news-menu-view ul li ul li a .font-link i {
  color: #d5002c;
}
.content .std-inner-content .list-wrapper .link-wrapper a {
  margin-bottom: 12px;
}
.content .std-inner-content .list-wrapper .link-wrapper a span {
  font-weight: bold;
}
.content .std-inner-content .list-wrapper .link-wrapper a span span {
  font-weight: inherit;
}
.content .std-inner-content.event-detail-box {
  margin-bottom: 50px;
}
.content .std-inner-content p:last-child {
  margin-bottom: 0;
}
.content .std-inner-content .contact-item-wrapper p:last-child {
  margin-bottom: 22px;
}
.content .std-text-content + .std-text-content {
  /*margin-top: -63px;*/
  margin-top: -35px;
}
.content .std-text-content + .std-text-content h2, .content .std-text-content + .std-text-content h3 {
  margin-top: 20px;
}
@media print, screen and (min-width: 50em) {
  .content .std-text-content + .std-text-content {
    /*margin-top: -63px;*/
    margin-top: -35px;
  }
}
@media print, screen and (min-width: 64em) {
  .content .std-text-content + .std-text-content {
    /*margin-top: -93px;*/
    margin-top: -70px;
  }
  .content .std-text-content + .std-text-content h2, .content .std-text-content + .std-text-content h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 90em) {
  .content .std-text-content + .std-text-content {
    /*margin-top: -93px;*/
    margin-top: -70px;
  }
}
.content figure, .content .figure {
  position: relative;
}
.content figure figcaption.inner-caption span, .content .figure figcaption.inner-caption span {
  font-size: initial;
  color: #000;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.5);
}
.content .wide-offset-box figure figcaption.inner-caption span, .content .wide-offset-box .figure figcaption.inner-caption span, .content .intro figure figcaption.inner-caption span, .content .intro .figure figcaption.inner-caption span {
  right: 0;
}
.content .wide-offset-box.intro.rubric figure figcaption.inner-caption span, .content .wide-offset-box.intro.rubric .figure figcaption.inner-caption span, .content .intro.intro.rubric figure figcaption.inner-caption span, .content .intro.intro.rubric .figure figcaption.inner-caption span {
  right: 0;
}
@media screen and (min-width: 75em) {
  .content .wide-offset-box.intro.rubric figure figcaption.inner-caption span, .content .wide-offset-box.intro.rubric .figure figcaption.inner-caption span, .content .intro.intro.rubric figure figcaption.inner-caption span, .content .intro.intro.rubric .figure figcaption.inner-caption span {
    right: 0;
  }
}
.content .intro .std-inner-content {
  margin-top: -70px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .content .intro .std-inner-content {
    margin-top: -100px;
    margin-bottom: 0;
  }
}
.content .intro.no-offset .std-inner-content {
  margin-top: 0px;
  margin-bottom: 39px;
}
.content .intro.no-stage .std-inner-content {
  margin-top: 100px;
}
.content .std-wide-content {
  max-width: 1440px;
  min-height: 120px;
  margin: 0 auto;
  margin-bottom: 5.8125rem;
  background-color: #eeeeee;
}
@media screen and (max-width: 799px) {
  .content .std-wide-content {
    margin-bottom: 60px;
  }
}
.content.theme-content {
  max-width: 120rem;
  position: relative;
}
.content.theme-content .copy {
  font-size: initial;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 22px 8px 22px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.content.theme-content .row, .content.theme-content .inner-content {
  max-width: 120rem;
}
.content.theme-content .std-list-wrapper ul {
  margin-bottom: 0;
}
.content.theme-content .std-list-wrapper ul li {
  position: relative;
}
.content.theme-content .std-list-wrapper ul li .theme-item-wrapper.bg-image {
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 66vw;
  position: relative;
  z-index: 8;
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .theme-item-wrapper.bg-image {
    height: calc(100vh - 60px);
  }
}
.content.theme-content .std-list-wrapper ul li .text-video-wrapper {
  position: static;
  width: 100%;
  padding-top: 0;
  margin-bottom: 40px;
  z-index: 8;
  right: 50px;
  left: auto;
  top: 10%;
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .text-video-wrapper {
    position: absolute;
    width: 400px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-content .std-list-wrapper ul li .text-video-wrapper {
    width: 33.43%;
  }
}
@media screen and (min-width: 75em) {
  .content.theme-content .std-list-wrapper ul li .text-video-wrapper {
    width: 400px;
  }
}
.content.theme-content .std-list-wrapper ul li .text-video-wrapper.left {
  left: 50px;
  right: auto;
}
.content.theme-content .std-list-wrapper ul li .text-box-wrapper {
  height: auto;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-direction: column-reverse;
  /* ----------------- vertical media-queries ------------------- */
  /* --------------- END vertical media-queries ----------------- */
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper {
    display: block;
  }
}
.content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box {
  background-color: #2e2e2e;
  padding: 38px 20px 36px 20px;
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box {
    margin-bottom: 50px;
    padding: 44px 40px 40px 40px;
  }
}
.content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box h2 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 3.375rem;
}
@media screen and (max-width: 479px) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box h2 {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box h2 {
    font-size: 2.25rem;
  }
}
.content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box span {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 160%;
}
@media screen and (max-width: 479px) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box span {
    font-size: 1.4375rem;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box span {
    font-size: larger;
    line-height: 120%;
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box span {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box span {
    font-size: 1.375rem;
  }
}
.content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link {
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding: 12px 20px 16px 20px;
  background-color: #d5002c;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link {
    height: auto;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link {
    text-align: center;
    padding: 30px 20px;
    height: 100px;
    margin-bottom: 50px;
  }
}
.content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link a {
  color: #ffffff;
  font-size: x-large;
  font-weight: bold;
  vertical-align: text-top;
  font-size: 2.25rem;
}
@media screen and (max-width: 479px) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link a {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link a {
    font-size: 1.5rem;
  }
}
@mediaonly screen and (max-height: 960px) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper {
    top: 6vh;
  }
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box {
    margin-bottom: 20px;
  }
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link {
    margin-bottom: 20px;
  }
}
@media only screen and (max-height: 600px) {
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .text-box {
    padding-bottom: 30px;
    padding-top: 32px;
  }
  .content.theme-content .std-list-wrapper ul li .text-box-wrapper .button-link {
    height: 60px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.content.theme-content .std-list-wrapper ul li .video-box {
  display: block;
  position: relative;
  /*
  position: absolute;
              bottom: 0;
              right: 20px;
  */
}
.content.theme-content .std-list-wrapper ul li .video-box figure, .content.theme-content .std-list-wrapper ul li .video-box .figure {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .video-box figure, .content.theme-content .std-list-wrapper ul li .video-box .figure {
    display: block;
  }
}
.content.theme-content .std-list-wrapper ul li .video-box figure a, .content.theme-content .std-list-wrapper ul li .video-box .figure a {
  cursor: default;
}
.content.theme-content .std-list-wrapper ul li .video-box figure a .bg-image, .content.theme-content .std-list-wrapper ul li .video-box .figure a .bg-image {
  width: 100%;
  height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: none;
  max-height: unset;
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .video-box figure a .bg-image, .content.theme-content .std-list-wrapper ul li .video-box .figure a .bg-image {
    width: 400px;
    height: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-content .std-list-wrapper ul li .video-box figure a .bg-image, .content.theme-content .std-list-wrapper ul li .video-box .figure a .bg-image {
    width: 100%;
    height: 23.28vw;
    max-height: 250px;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-content .std-list-wrapper ul li .video-box figure a .bg-image, .content.theme-content .std-list-wrapper ul li .video-box .figure a .bg-image {
    width: 400px;
    height: 250px;
  }
}
.content.theme-content .std-list-wrapper ul li .video-box figure figcaption, .content.theme-content .std-list-wrapper ul li .video-box .figure figcaption {
  padding-left: 0;
  margin-top: 0;
}
.content.theme-content .std-list-wrapper ul li .video-box figure figcaption .copy, .content.theme-content .std-list-wrapper ul li .video-box .figure figcaption .copy {
  font-size: initial;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.5);
}
.content.theme-content .std-list-wrapper ul li .video-box figure .video-button, .content.theme-content .std-list-wrapper ul li .video-box .figure .video-button {
  background: transparent url("images/button-play.png") no-repeat scroll 0 0;
  width: 74px;
  height: 74px;
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  cursor: pointer;
}
.content.theme-content .std-list-wrapper ul li .video-box figure:hover .video-button, .content.theme-content .std-list-wrapper ul li .video-box .figure:hover .video-button {
  background-image: url("images/button-play_hover.png");
}
@media only screen and (max-height: 800px) {
  .content.theme-content .std-list-wrapper ul li .video-box {
    display: none;
  }
}
@media only screen and (max-height: 600px) {
  .content.theme-content .std-list-wrapper ul li .video-box {
    display: none;
  }
}
@media only screen and (max-device-height: 800px) {
  .content.theme-content .std-list-wrapper ul li .video-box {
    display: block;
  }
}
@media only screen and (max-device-height: 600px) {
  .content.theme-content .std-list-wrapper ul li .video-box {
    display: block;
  }
}
.content.theme-content .std-list-wrapper ul li a {
  display: inline;
}
.content.theme-content .std-list-wrapper ul li .icon-theme-down:before, .content.theme-content .std-list-wrapper ul li .icon-theme-up:before {
  font-size: 2.9375rem;
  color: #ffffff;
  bottom: 5%;
  left: 50%;
  right: 50%;
  position: absolute;
  content: "h";
  z-index: 8;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li .icon-theme-down:before, .content.theme-content .std-list-wrapper ul li .icon-theme-up:before {
    font-size: 3.75rem;
  }
}
.content.theme-content .std-list-wrapper ul li .icon-theme-up:before {
  bottom: 0;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li:first-child .theme-item-wrapper.bg-image {
    height: calc(100vh - 100px);
  }
}
.content.theme-content .std-list-wrapper ul li a.theme-jump {
  display: none;
}
@media print, screen and (min-width: 50em) {
  .content.theme-content .std-list-wrapper ul li a.theme-jump {
    display: block;
  }
}
.content.theme-detail-content {
  /*
      &:first-of-type .std-inner-content p {
        margin-bottom: 40px;
      }
      &:first-of-type .std-inner-content h3 {
        margin-bottom: 36px;
        padding-top: 27px;
      }
  */
}
.content.theme-detail-content .std-inner-content p:first-of-type {
  margin-bottom: 40px;
}
.content.theme-detail-content .std-inner-content h3:first-of-type {
  margin-bottom: 36px;
  padding-top: 27px;
}
.content.theme-detail-content p, .content.theme-detail-content span, .content.theme-detail-content li, .content.theme-detail-content a {
  font-size: 1.5rem;
  line-height: 144.4%;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content p, .content.theme-detail-content span, .content.theme-detail-content li, .content.theme-detail-content a {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content p, .content.theme-detail-content span, .content.theme-detail-content li, .content.theme-detail-content a {
    font-size: 1.5rem;
  }
}
.content.theme-detail-content h2 {
  font-size: 2.625rem;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content h2 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content h2 {
    font-size: 3rem;
  }
}
.content.theme-detail-content h2 a {
  font-size: inherit;
}
.content.theme-detail-content h3 {
  font-size: 1.625rem;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content h3 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content h3 {
    font-size: 1.875rem;
  }
}
.content.theme-detail-content h3 a {
  font-size: inherit;
}
.content.theme-detail-content .link-list h3 {
  font-size: 1.5rem;
  margin-top: -30px;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .link-list h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .link-list h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .link-list li a, .content.theme-detail-content .link-list li span {
    font-size: 1.25rem;
    line-height: 110%;
  }
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .link-list .list-wrapper ul {
    margin-left: 0;
  }
}
.content.theme-detail-content .inner-content {
  max-width: 81.8125rem;
}
.content.theme-detail-content .intro + .std-inner-content {
  margin-top: 84px;
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .intro + .std-inner-content {
    margin-top: 20px;
  }
}
.content.theme-detail-content .intro .inner-content {
  max-width: 90rem;
}
.content.theme-detail-content .video-box.full-content {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .video-box.full-content {
    margin-bottom: 84px;
  }
}
.content.theme-detail-content .video-box.full-content .figure {
  position: relative;
}
.content.theme-detail-content .video-box.full-content .figure .video-wrapper {
  position: relative;
}
.content.theme-detail-content .video-box.full-content .figure .video a {
  display: block;
  cursor: default;
}
.content.theme-detail-content .video-box.full-content .figure .video a .video-start {
  position: relative;
}
.content.theme-detail-content .video-box.full-content .figure .video a .video-start.responsive-embed {
  margin-bottom: 0;
}
.content.theme-detail-content .video-box.full-content .figure .video a .video-start iframe {
  border: none;
}
.content.theme-detail-content .video-box.full-content .figure .video a .bg-image {
  background-image: url("");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vw;
}
.content.theme-detail-content .video-box.full-content .figure .video a .video-button {
  background: transparent url("images/button-play.png") no-repeat scroll 0 0;
  width: 74px;
  height: 74px;
  position: absolute;
  top: calc(50% - 77px);
  left: calc(50% - 37px);
  cursor: pointer;
}
.content.theme-detail-content .video-box.full-content .figure .video a:hover .video-button {
  background-image: url("images/button-play_hover.png");
}
.content.theme-detail-content .video-box.full-content .figure figcaption .copy {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: initial;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.5);
}
.content.theme-detail-content .video-box.full-content .figure .subtext {
  display: inline-block;
  position: static;
  z-index: 2;
  width: 100%;
  background-color: #eeeeee;
  right: 6%;
  bottom: 7%;
  padding: 20px 20px;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .video-box.full-content .figure .subtext {
    position: absolute;
    width: 33%;
    background-color: #ffffff;
    padding: 34px 20px 32px 36px;
  }
}
.content.theme-detail-content .video-box.full-content .figure .subtext.left {
  right: auto;
  left: 6%;
}
.content.theme-detail-content .std-wide-content {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-wide-content {
    margin-bottom: 5.8125rem;
  }
}
.content.theme-detail-content .std-wide-content .std-image-wide {
  position: relative;
}
.content.theme-detail-content .std-wide-content .std-image-wide .figure figcaption {
  padding-top: 0;
  padding-bottom: 0;
}
.content.theme-detail-content .std-wide-content .std-image-wide .figure figcaption .copy {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.5);
}
.content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper {
  position: relative;
  width: 100%;
  right: auto;
  bottom: auto;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper {
    position: absolute;
    width: 28%;
    right: 6%;
    bottom: 7%;
  }
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .text-box-wrapper {
    padding-bottom: 68px;
  }
}
.content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .text {
  background-color: #ffffff;
  padding: 20px 20px 6px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .text {
    position: relative;
    top: 68px;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .text {
    padding: 34px 20px 12px 36px;
  }
}
.content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .button-link {
  position: absolute;
  top: -120px;
  right: 60px;
  width: 28%;
  margin-bottom: 0;
  padding: 12px 20px 16px 20px;
  background-color: #d5002c;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .button-link {
    position: static;
    position: absolute;
    top: 0;
    right: auto;
    width: 100%;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .button-link {
    position: static;
    top: -220px;
    width: 100%;
    padding: 32px 20px 32px 20px;
  }
}
.content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .button-link a {
  color: #ffffff;
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper .button-link a {
    font-size: 1.75rem;
  }
}
.content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper.left {
  right: auto;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-wide-content .std-image-wide .content-wrapper.left {
    width: 28%;
    left: 6%;
  }
}
.content.theme-detail-content .std-inner-content {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  margin-bottom: 60px;
  font-size: 1.375rem;
  padding: 0 20px 0 20px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .std-inner-content {
    padding: 0 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-inner-content {
    margin-bottom: 5.8125rem;
    max-width: 940px;
    width: 66vw;
    margin: 0 0 39px auto;
    padding: 0 70px 0 20px;
  }
}
.content.theme-detail-content .std-inner-content h2 {
  display: inline-block;
  position: static;
  max-width: 100%;
  left: auto;
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .std-inner-content h2 {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .std-inner-content h2 {
    position: relative;
    left: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-inner-content h2 {
    position: absolute;
    left: -34vw;
    width: 35vw;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .std-inner-content h2 {
    position: absolute;
    /*left: -480px;*/
    left: -51%;
    width: 488px;
  }
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .std-inner-content p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .std-inner-content p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-inner-content p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .std-inner-content p {
    font-size: 1.5rem;
  }
}
.content.theme-detail-content .std-inner-content .figure figcaption p {
  margin-bottom: 1.375rem;
}
.content.theme-detail-content .bg-wrapper {
  background-color: #3B3E4F;
}
.content.theme-detail-content .bg-wrapper .video-box.full-content {
  margin-bottom: 5.8125rem;
}
.content.theme-detail-content .bg-wrapper .std-wide-content {
  background-color: #3B3E4F;
  /***************************************************************/
  /***************************************************************/
}
.content.theme-detail-content .bg-wrapper .std-wide-content:not(.headline) + .std-wide-content .horizontal-theme-wrapper {
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content:not(.headline) + .std-wide-content .horizontal-theme-wrapper {
    margin-top: -3.4375rem;
  }
}
.content.theme-detail-content .bg-wrapper .std-wide-content h2 {
  margin-left: 20px;
  margin-bottom: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content h2 {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content h2 {
    font-size: 1.375rem;
  }
}
.content.theme-detail-content .bg-wrapper .std-wide-content.headline {
  margin-bottom: 0;
  padding: 0 38px;
  min-height: auto;
  min-height: unset;
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline {
    padding: 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline {
    padding: 0 2.64%;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline {
    padding: 0 38px;
  }
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline + .flex-teaser .horizontal-theme-wrapper {
    padding-top: 0;
    margin-top: -20px;
  }
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline + .flex-teaser .horizontal-theme-wrapper {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline + .flex-teaser .horizontal-theme-wrapper {
    padding-top: 0;
  }
}
.content.theme-detail-content .bg-wrapper .std-wide-content.headline h2 {
  margin-left: 40px;
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline h2 {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline h2 {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline h2 {
    margin-left: 2.933%;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.headline h2 {
    margin-left: 40px;
  }
}
.content.theme-detail-content .bg-wrapper .std-wide-content.std-gallery h2 {
  width: 85%;
  margin: 0 auto;
  text-transform: none;
  font-size: 2rem;
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.std-gallery h2 {
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.std-gallery h2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.std-gallery h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.flex-teaser:last-of-type {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.flex-teaser:last-of-type {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-wide-content.flex-teaser:last-of-type {
    margin-bottom: 5.8125rem;
  }
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item.pict-item {
  margin-bottom: 43px;
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item.pict-item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item.pict-item {
    margin-bottom: 43px;
  }
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item.pict-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper {
  border-top: none;
  box-shadow: unset;
  width: 100%;
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item .inner-wrapper {
  border-top: none;
  text-align: left;
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item .inner-wrapper h3 {
  text-transform: none;
  padding: 0 20px;
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item .inner-wrapper h3 {
    padding: 6px 30px;
  }
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item .inner-wrapper p {
  padding: 0 20px;
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item .inner-wrapper p {
    padding: 0 35px;
  }
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item .inner-wrapper a.more-link {
  padding: 0 20px;
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item .inner-wrapper a.more-link {
    padding: 0 35px;
  }
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper.teaser-header-small {
  margin-bottom: 32px;
}
.content.theme-detail-content .bg-wrapper .std-teaser-wrapper.teaser-header-small h2 {
  margin-left: 20px;
  margin-bottom: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper.teaser-header-small h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper.teaser-header-small h2 {
    font-size: 1.5277777778vw;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper.teaser-header-small h2 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .bg-wrapper .blockquote-box.wide .caption-wrapper {
    top: auto;
  }
}

/* stages, shariff, service-bar */
.start-stage {
  margin-bottom: 39px;
  /* Background images */
}
@media screen and (max-width: 799px) {
  .start-stage {
    margin-bottom: 50px;
  }
}
.start-stage .bg-image {
  background-image: url("images/starthead.jpg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 540px;
}
.start-stage .quote-wrapper {
  background-color: #4b4b4b;
  padding: 16px 10px 12px 10px;
}
@media screen and (max-width: 799px) {
  .start-stage .quote-wrapper {
    padding-bottom: 1px;
  }
}
@media print, screen and (min-width: 50em) {
  .start-stage .quote-wrapper {
    padding: 16px 40px 12px 40px;
  }
}
@media screen and (max-width: 479px) {
  .start-stage .quote-wrapper {
    padding: 6px 0px 1px 0px;
  }
}
.start-stage .quote-wrapper .blockquote {
  border-left: none;
}
@media screen and (max-width: 799px) {
  .start-stage .quote-wrapper .blockquote {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .start-stage .quote-wrapper .blockquote {
    margin-bottom: 4px;
  }
}
.start-stage .quote-wrapper .blockquote p {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 799px) {
  .start-stage .quote-wrapper .blockquote p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .start-stage .quote-wrapper .blockquote p {
    font-size: 1.5rem;
  }
}
.start-stage .quote-wrapper .caption-wrapper {
  margin-left: 4rem;
}
@media screen and (max-width: 479px) {
  .start-stage .quote-wrapper .caption-wrapper {
    margin-left: 2.25rem;
  }
}
.start-stage .quote-wrapper .caption-wrapper p {
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 479px) {
  .start-stage .quote-wrapper .caption-wrapper p {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
}

.rubric .start-stage .bg-image {
  background-image: url("images/buehne-rubrikstart_1440x653.jpg");
  height: 572px;
}

.service-bar {
  position: relative;
  display: inline-block;
  top: auto;
  z-index: 1;
  margin-left: 0;
  margin-bottom: 22px;
  /*margin-top: 12px;*/
  margin-top: 0;
  border-bottom: 1px solid #a0a0a0;
  /*
    .print-email {
      float: left;

      ul {
        @include semantic-list-ul;
        margin-left: 0;
        margin-bottom: 0;

        li {
          @include semantic-list-li;

          a {

            span {
              display: none;
            }
          }
        }
      }
      i {
        padding-right: 14px;

        &:before {
          padding-right: 0;
          display: inline-block;
          position: relative;
          top: 0;
          left: 0;
          width: 19px;
          height: 16px;
          content: '';
          background: {
            position: center center;
            color: transparent;
            repeat: no-repeat;
            size: 19px 16px;
          }
        }

        &.icon-print {

          &:before {
            top: 5px;

            background: {
              image: url('images/icon-print.png');
              size: 19px 16px;
            }
          }
          &:hover {

            &:before {

            }
          }
          span {
            margin-left: 3px;
          }
        }
        &.icon-email {

          &:before {
            top: 5px;

            background: {
              image: url('images/icon-mail.png');
              size: 19px 16px;
            }
          }
          &:hover {

            &:before {

            }
          }
          span {
            margin-left: 3px;
          }
        }

      }
    }
  */
}
@media print, screen and (min-width: 50em) {
  .service-bar {
    position: relative;
    top: auto;
    margin-left: 0;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .service-bar {
    position: absolute;
    /*top: 640px;*/
    top: 630px;
    margin-left: calc(65px - 2vw);
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 90em) {
  .service-bar {
    margin-left: 85px;
  }
}

.event-topic .service-bar {
  top: 5px;
}
@media screen and (max-width: 1023px) {
  .event-topic .service-bar {
    top: 5px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .event-topic .service-bar {
    /*top: 1040px;*/
    top: 840px;
  }
}

@media print, screen and (min-width: 50em) {
  .event-intro .service-bar {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.content .std-inner-content .shariff ul {
  margin-left: 0;
}
@media print, screen and (min-width: 50em) {
  .content .std-inner-content .shariff ul {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .content .std-inner-content .shariff ul {
    margin-left: 80px;
  }
}

.shariff {
  /*
    display: inline-block;
    float: left;
  */
}
.shariff li.shariff-button .fa, .shariff li.shariff-button .fas, .shariff li.shariff-button .fab {
  text-align: left;
  margin-right: 20px;
  width: 20px;
}
.shariff li.shariff-button:last-child .fa, .shariff li.shariff-button:last-child .fab, .shariff li.shariff-button:last-child .fas {
  margin-right: 0;
}
.shariff li.shariff-button.facebook .fab.fa-facebook-f {
  font-size: 18px;
  margin-right: 8px;
}
.shariff li.shariff-button.twitter .fab.fa-twitter {
  font-size: 21px;
}
.shariff li.shariff-button.mail .fas.fa-envelope {
  font-size: 17px;
}
.shariff li.shariff-button.print .fas.fa-print {
  font-size: 18px;
}
.shariff li.shariff-button a {
  background-color: transparent;
}
.shariff li.shariff-button a:hover {
  background-color: transparent;
}
.shariff .orientation-horizontal {
  /*display: block;*/
  /*width: 160px;*/
  width: auto;
  margin-left: 0;
}
@media print, screen and (min-width: 50em) {
  .shariff .orientation-horizontal {
    /*width: 150px;*/
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .shariff .orientation-horizontal {
    /*width: 128px;*/
  }
}
.shariff .orientation-horizontal li {
  max-width: none !important;
  max-width: unset !important;
  min-width: none !important;
  min-width: unset !important;
  min-width: auto;
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
  /*
        height: auto;
        display: inline-block;
        float: left;
  */
}
.shariff .orientation-horizontal li a .fa, .shariff .orientation-horizontal li a .fas, .shariff .orientation-horizontal li a .fab {
  color: #a0a0a0;
}
.shariff .orientation-horizontal li a:hover .fa, .shariff .orientation-horizontal li a:hover .fas, .shariff .orientation-horizontal li a:hover .fab {
  color: #000000;
}
.shariff .orientation-horizontal li a:hover .fa.fa-facebook, .shariff .orientation-horizontal li a:hover .fas.fa-facebook, .shariff .orientation-horizontal li a:hover .fab.fa-facebook {
  color: #3b5998;
}
.shariff .orientation-horizontal li a:hover .fa.fa-twitter, .shariff .orientation-horizontal li a:hover .fas.fa-twitter, .shariff .orientation-horizontal li a:hover .fab.fa-twitter {
  color: #1dcaff;
}
.shariff .orientation-horizontal li .share_text {
  display: none !important;
}
.shariff .orientation-horizontal.col-3 li {
  min-width: auto;
}

/* shariff Media Querys */
@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    max-width: none !important;
    max-width: unset !important;
    min-width: none !important;
    min-width: unset !important;
    min-width: auto;
  }
}
.theme-detail-content,
.theme-content {
  position: relative;
}
.theme-detail-content .social-wrapper,
.theme-content .social-wrapper {
  position: absolute;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  z-index: 4;
}
.theme-detail-content .social-wrapper .breadcrumb,
.theme-content .social-wrapper .breadcrumb {
  width: 60%;
  margin-bottom: 0;
  float: left;
  text-align: right;
  width: auto;
  margin-left: 20px;
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .social-wrapper .breadcrumb,
  .theme-content .social-wrapper .breadcrumb {
    margin-left: 40%;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .social-wrapper .breadcrumb,
  .theme-content .social-wrapper .breadcrumb {
    width: auto;
    margin-left: 500px;
  }
}
.theme-detail-content .social-wrapper .breadcrumb .breadcrumbs,
.theme-content .social-wrapper .breadcrumb .breadcrumbs {
  display: inline-block;
  padding-top: 0;
}
.theme-detail-content .social-wrapper .breadcrumb .breadcrumbs.breadcrumbs li:not(:last-child)::after,
.theme-content .social-wrapper .breadcrumb .breadcrumbs.breadcrumbs li:not(:last-child)::after {
  content: url("images/icon-bc-white.png");
}
.theme-detail-content .social-wrapper .breadcrumb .breadcrumbs li,
.theme-content .social-wrapper .breadcrumb .breadcrumbs li {
  min-height: 35px;
}
.theme-detail-content .social-wrapper .breadcrumb .breadcrumbs li a, .theme-detail-content .social-wrapper .breadcrumb .breadcrumbs li span,
.theme-content .social-wrapper .breadcrumb .breadcrumbs li a,
.theme-content .social-wrapper .breadcrumb .breadcrumbs li span {
  color: #ffffff;
  display: inline-block;
  margin-top: 8px;
}
.theme-detail-content .social-wrapper .service-bar,
.theme-content .social-wrapper .service-bar {
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  border-bottom: none;
  left: auto;
  /*right: auto;*/
  right: 10px;
  top: auto;
  bottom: auto;
  display: block;
  width: auto;
  float: right;
  text-align: right;
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .social-wrapper .service-bar,
  .theme-content .social-wrapper .service-bar {
    /*width: 25%;*/
    right: 10px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .social-wrapper .service-bar,
  .theme-content .social-wrapper .service-bar {
    /*width: 26%;*/
    right: 30px;
    top: 4px;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .social-wrapper .service-bar,
  .theme-content .social-wrapper .service-bar {
    /*width: 33%;*/
    margin-right: 0.679%;
    /*right: 40px;*/
    right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .theme-detail-content .social-wrapper .service-bar,
  .theme-content .social-wrapper .service-bar {
    float: none;
    clear: both;
  }
}
.theme-detail-content .social-wrapper .service-bar ol, .theme-detail-content .social-wrapper .service-bar ul,
.theme-content .social-wrapper .service-bar ol,
.theme-content .social-wrapper .service-bar ul {
  margin-left: 0;
  margin-bottom: 0;
}
.theme-detail-content .social-wrapper .service-bar .shariff .orientation-horizontal,
.theme-content .social-wrapper .service-bar .shariff .orientation-horizontal {
  /*width: 160px;*/
  width: auto;
  display: inline-block;
  /*margin-right: 20px;*/
  margin-right: 0;
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .social-wrapper .service-bar .shariff .orientation-horizontal,
  .theme-content .social-wrapper .service-bar .shariff .orientation-horizontal {
    /*width: 150px;*/
    /*margin-right: 50px;*/
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .social-wrapper .service-bar .shariff .orientation-horizontal,
  .theme-content .social-wrapper .service-bar .shariff .orientation-horizontal {
    /*width: 128px;*/
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .social-wrapper .service-bar .shariff .orientation-horizontal,
  .theme-content .social-wrapper .service-bar .shariff .orientation-horizontal {
    margin-right: 20px;
  }
}
.theme-detail-content .social-wrapper .service-bar .shariff .orientation-horizontal li a:hover .fa,
.theme-content .social-wrapper .service-bar .shariff .orientation-horizontal li a:hover .fa {
  color: #ffffff;
}
.theme-detail-content .social-wrapper .service-bar .shariff .orientation-horizontal li a:hover .fa.fa-facebook,
.theme-content .social-wrapper .service-bar .shariff .orientation-horizontal li a:hover .fa.fa-facebook {
  color: #8b9dc3;
}
.theme-detail-content .social-wrapper .service-bar .shariff .orientation-horizontal li a:hover .fa.fa-twitter,
.theme-content .social-wrapper .service-bar .shariff .orientation-horizontal li a:hover .fa.fa-twitter {
  color: #1dcaff;
}

.theme-content .social-wrapper {
  z-index: 10;
}
.theme-content .social-wrapper .service-bar {
  top: 5px;
}

.theme-detail-content .start-stage {
  position: relative;
  margin-bottom: 0;
}
.theme-detail-content .start-stage .figure .bg-image {
  background-image: url("images/buehne-rubrikstart_1440x653.jpg");
  background-size: 100%;
  height: 60vw;
  position: relative;
  z-index: 8;
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .start-stage .figure .bg-image {
    /*
              height: 895px;
              background-size: cover;
    */
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .start-stage .figure .bg-image {
    height: 895px;
    background-size: cover;
  }
}
.theme-detail-content .start-stage .figure figcaption .copy {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: initial;
  /*
  @media screen and (max-width: $mobile-breakpoint) {
    font-size: rem-calc(16);
  }
  */
}
.theme-detail-content .start-stage .intro-content {
  position: static;
  z-index: 8;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .start-stage .intro-content {
    /*
            position: absolute;
            width: 600px;
            margin-left: 90px;
    */
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .start-stage .intro-content {
    position: absolute;
    margin-left: 6%;
    margin-bottom: 60px;
    width: 41.5%;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .start-stage .intro-content {
    width: 600px;
  }
}
.theme-detail-content .start-stage .intro-content h1 {
  padding: 30px 20px 0 20px;
  margin-bottom: 15px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 3rem;
}
@media screen and (max-width: 479px) {
  .theme-detail-content .start-stage .intro-content h1 {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .start-stage .intro-content h1 {
    /*
              padding: 30px 20px 30px 50px;
              margin-bottom: 60px;
    */
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .start-stage .intro-content h1 {
    font-size: 3.3333333333vw;
    padding: 20px 20px 20px 36px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .start-stage .intro-content h1 {
    font-size: 3rem;
  }
}
.theme-detail-content .start-stage .intro-content p {
  padding: 0px 20px 30px 20px;
  background-color: #ffffff;
  font-weight: normal;
  line-height: 140%;
  font-size: 1.5rem;
}
@media screen and (max-width: 479px) {
  .theme-detail-content .start-stage .intro-content p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .start-stage .intro-content p {
    font-size: 1.6666666667vw;
    padding: 40px 20px 32px 36px;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .start-stage .intro-content p {
    font-size: 1.5rem;
  }
}
.theme-detail-content .start-stage .intro-content.right {
  left: auto;
  bottom: 0;
  width: 100%;
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .start-stage .intro-content.right {
    margin-left: 0;
    margin-right: 6%;
    right: 0;
    width: 41.5%;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .start-stage .intro-content.right {
    width: 600px;
  }
}

.std-stage .figure {
  margin: 0 0 0 0;
  /* Background images */
}
.std-stage .figure .bg-image {
  background-image: url("images/buehne-standard_1324x600.jpg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 526px;
}
@media screen and (max-width: 479px) {
  .std-stage .figure .bg-image {
    height: 66vw;
  }
}

/* generic elements */
a {
  color: #d5002c;
  display: inline-block;
}
a:hover, a:active, a:focus {
  color: #d5002c;
}
a:hover {
  text-decoration: underline;
}
a.std-internal {
  font-weight: bold;
}
a.std-internal:hover {
  font-weight: bold;
}
a.std-external {
  font-weight: bold;
  padding-left: 3px;
}
a.std-external:before {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -3px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("images/link-extern.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
a.std-external:hover {
  padding-left: -4px;
  font-weight: bold;
}
a.std-external:hover:before {
  left: -4px;
  top: 2px;
  background-image: url("images/link-extern-hit.svg");
  background-size: 16px 16px;
}
a.std-external.no-icon, a.std-external.more-link.external {
  font-weight: normal;
  padding-left: 0;
}
a.std-external.no-icon:before, a.std-external.more-link.external:before {
  display: none;
}
a.std-external.no-icon:hover, a.std-external.more-link.external:hover {
  font-weight: normal;
  padding-left: 0;
}
a.std-external.no-icon:hover:before, a.std-external.more-link.external:hover:before {
  display: none;
}
a.std-download {
  font-weight: bold;
  padding-left: 3px;
}
a.std-download:before {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -3px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("images/link-download.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
a.std-download:hover {
  padding-left: -4px;
  font-weight: bold;
}
a.std-download:hover:before {
  width: 16px;
  height: 16px;
  left: -4px;
  top: 2px;
  background-image: url("images/link-download-hit.svg");
  background-size: 16px 16px;
}
a.std-download.no-icon, a.std-download.more-link.download {
  font-weight: normal;
  padding-left: 0;
}
a.std-download.no-icon:before, a.std-download.more-link.download:before {
  display: none;
}
a.std-download.no-icon:hover, a.std-download.more-link.download:hover {
  font-weight: normal;
  padding-left: 0;
}
a.std-download.no-icon:hover:before, a.std-download.more-link.download:hover:before {
  display: none;
}

.row p {
  color: #000;
  margin-bottom: 1.375rem;
}

ul {
  margin-left: 80px;
}
.icon-link {
  align-self: flex-end;
  color: inherit;
}
.icon-link i {
  font-weight: bold;
  padding-left: 3px;
}
.icon-link i:before {
  padding-right: 6px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -3px;
  width: 16px;
  height: 16px;
  content: "";
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.icon-link i.pict-link-glossar {
  padding-right: 3px;
}
.icon-link i.pict-link-glossar:before {
  background-image: url("images/link-glossar.svg");
}
.icon-link i.pict-link-phone {
  padding-right: 3px;
}
.icon-link i.pict-link-phone:before {
  background-image: url("images/contact-phone.svg");
}
.icon-link i.pict-link-mail {
  padding-right: 3px;
}
.icon-link i.pict-link-mail:before {
  width: 20px;
  height: 20px;
  top: 5px;
  background-image: url("images/contact-mail.svg");
  background-size: 20px 20px;
}
.icon-link i.pict-link-mail span {
  margin-left: 3px;
}
.icon-link span {
  padding-bottom: 0px;
}
.icon-link span:hover {
  text-decoration: underline;
}
.icon-link:hover {
  color: #d5002c;
}
.icon-link:hover i {
  text-decoration: none !important;
}
.icon-link:hover i:before {
  text-decoration: none !important;
  color: #ffffff;
  width: 16px;
  height: 16px;
  left: -4px;
  top: 2px;
  background-size: 16px 16px;
}
.icon-link:hover i.pict-link-glossar:before {
  background-image: url("images/link-glossar-hover.svg");
}
.icon-link:hover i.pict-link-phone:before {
  background-image: url("images/contact-phone.svg");
}
.icon-link:hover i.pict-link-mail:before {
  width: 20px;
  height: 20px;
  left: -3px;
  top: 5px;
  background-image: url("images/contact-mail.svg");
  background-size: 20px 20px;
}
.icon-no-link {
  align-self: flex-end;
  color: inherit;
}
.icon-no-link i {
  font-weight: bold;
  padding-left: 3px;
}
.icon-no-link i:before {
  padding-right: 0;
  display: inline-block;
  position: relative;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.icon-no-link i.pict-link-phone {
  padding-right: 3px;
}
.icon-no-link i.pict-link-phone:before {
  background-image: url("images/contact-phone.svg");
}
.icon-no-link i.pict-link-phone + span {
  display: inline-block;
  margin-bottom: 3px;
}

.more-link {
  color: #d5002c;
}
.more-link .icon-link {
  align-self: flex-end;
  color: inherit;
}
.more-link .icon-link i {
  font-weight: bold;
  padding-left: 3px;
}
.more-link .icon-link i:before {
  padding-right: 6px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -3px;
  width: 16px;
  height: 16px;
  content: "";
  /*           image: url('images/link-glossar.svg'); */
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.more-link .icon-link i.pict-link-glossar {
  padding-right: 3px;
}
.more-link .icon-link i.pict-link-glossar:before {
  top: 1px;
  background-image: url("images/link-glossar.svg");
}
.more-link .icon-link span {
  padding-bottom: 0px;
}
.more-link .icon-link span:hover {
  text-decoration: underline;
}
.more-link .icon-link:hover {
  color: #d5002c;
}
.more-link .icon-link:hover i {
  text-decoration: none !important;
}
.more-link .icon-link:hover i:before {
  text-decoration: none !important;
  color: #ffffff;
  width: 16px;
  height: 16px;
  left: -4px;
  top: 2px;
  /*             image: url('images/link-glossar-hover.svg'); */
  background-size: 16px 16px;
}
.more-link .icon-link:hover i.pict-link-glossar:before {
  background-image: url("images/link-glossar-hover.svg");
}
.more-link {
  text-decoration: none !important;
  color: #d5002c;
}
.more-link .font-link {
  align-self: flex-end;
  color: inherit;
}
.more-link .font-link i {
  width: 18px;
  height: 18px;
}
.more-link .font-link i:before {
  font-size: 12px;
  padding: 3px;
  margin-left: -3px;
  border-radius: 100%;
}
.more-link .font-link span {
  padding-bottom: 0px;
  padding-left: 6px;
  font-weight: bold;
}
.more-link .font-link span:hover {
  text-decoration: underline;
}
.more-link .font-link:hover {
  color: #d5002c;
}
.more-link .font-link:hover i {
  text-decoration: none !important;
}
.more-link .font-link:hover i:before {
  text-decoration: inherit !important;
  color: #ffffff;
  background-color: #d5002c;
}
.std-list-wrapper ul {
  margin-left: 0 !important;
  padding-left: 0;
  list-style-type: none;
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
  display: block;
  margin: 0 0 40px 0;
}
@media print, screen and (min-width: 50em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 90em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
    margin-bottom: 70px;
  }
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-pict {
  width: auto;
  height: auto;
  margin-top: 6px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 50em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-pict {
    margin-bottom: 0;
  }
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text {
  margin-left: 2.4%;
  margin-left: 0;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}
@media print, screen and (min-width: 50em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text {
    margin-left: 2.4%;
    width: 55.4545%;
  }
}
@media print, screen and (min-width: 64em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text {
    margin-left: 4.546%;
  }
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text .date-cat p {
  font-size: medium;
  margin-bottom: 0;
  color: #666;
  font-weight: bold;
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text .date-cat .news-list-category li a {
  display: inline-block;
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text h2, .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text h3 {
  margin-top: 0;
  margin-bottom: 12px;
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text h2 p, .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text h3 p {
  margin-bottom: inherit;
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text p {
  color: #444;
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text a {
  display: block;
}
.std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text.list-text:only-child {
  margin-left: 0;
}
@media print, screen and (min-width: 50em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text.list-text:only-child {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-text.list-text:only-child {
    margin-left: 0;
  }
}
.std-list-wrapper .load-wrapper {
  border-top: 1px solid #444;
  padding-top: 20px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 799px) {
  .std-list-wrapper .load-wrapper {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .std-list-wrapper .load-wrapper {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  .std-list-wrapper .load-wrapper {
    font-size: 1.125rem;
  }
}
.std-list-wrapper .load-wrapper .icon-load {
  display: block;
  width: auto;
  margin: 0 auto 6px auto;
}
.std-list-wrapper .load-wrapper .icon-load:before {
  content: "b";
  font-size: 3.2rem;
  color: #666;
  cursor: pointer;
}
.std-list-wrapper .load-wrapper strong {
  display: inline-block;
  color: #666;
}
.std-list-wrapper .load-wrapper button {
  cursor: pointer;
}
.std-list-wrapper .load-wrapper button:hover .icon-load:before {
  color: #d5002c;
}
.std-list-wrapper .load-wrapper button:hover strong {
  color: #d5002c;
  text-decoration: underline;
}
.std-list-wrapper .page-navigation li {
  display: inline-block;
  padding-right: 8px;
}
.std-list-wrapper + .std-content .contact-item-wrapper {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.std-list-wrapper + .std-content .contact-item-wrapper::before, .std-list-wrapper + .std-content .contact-item-wrapper::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.std-list-wrapper + .std-content .contact-item-wrapper::after {
  clear: both;
}
.std-list-wrapper + .std-content .contact-item-wrapper h2 {
  font-size: larger;
  text-transform: uppercase;
}
@media screen and (max-width: 799px) {
  .std-list-wrapper + .std-content .contact-item-wrapper h2 {
    margin-top: 8px;
  }
}
.std-list-wrapper + .std-content .contact-item-wrapper .col-right, .std-list-wrapper + .std-content .contact-item-wrapper .col-left {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.std-list-wrapper + .std-content .contact-item-wrapper .col-right:last-child:not(:first-child), .std-list-wrapper + .std-content .contact-item-wrapper .col-left:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 50em) {
  .std-list-wrapper + .std-content .contact-item-wrapper .col-right, .std-list-wrapper + .std-content .contact-item-wrapper .col-left {
    width: 40%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .std-list-wrapper + .std-content .contact-item-wrapper .col-right:last-child:not(:first-child), .std-list-wrapper + .std-content .contact-item-wrapper .col-left:last-child:not(:first-child) {
    float: right;
  }
}
.std-list-wrapper + .std-content .contact-item-wrapper .col-right .contact-item, .std-list-wrapper + .std-content .contact-item-wrapper .col-left .contact-item {
  margin-bottom: 25px;
}
.std-list-wrapper + .std-content .contact-item-wrapper .col-right .contact-item .inner-wrapper .address p, .std-list-wrapper + .std-content .contact-item-wrapper .col-left .contact-item .inner-wrapper .address p {
  margin-bottom: 0;
  font-style: normal;
}
.std-list-wrapper + .std-content .contact-item-wrapper .col-right .contact-item .inner-wrapper .address a span, .std-list-wrapper + .std-content .contact-item-wrapper .col-left .contact-item .inner-wrapper .address a span {
  font-style: normal;
}
.date-cat {
  margin-bottom: 0px;
}
.date-cat p {
  font-size: 1rem;
  color: #444444;
  margin-bottom: 0;
}
.date-cat ul, .date-cat .news-list-category {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.date-cat ul li, .date-cat .news-list-category li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  margin-right: 16px;
  line-height: 20px;
}
.date-cat ul li a, .date-cat .news-list-category li a {
  font-size: 1rem;
  color: #d5002c;
  font-weight: bold;
  display: inline-block;
}
.date-cat ul li:before, .date-cat .news-list-category li:before {
  content: "#";
  color: #d5002c;
  font-weight: bold;
}

.start-content-sidebar-col .date-cat {
  margin-bottom: 8px;
}
.start-content-sidebar-col .date-cat p {
  margin-bottom: 6px;
}

.is-active a.accordion-title:before {
  content: "i";
}

.accordion-title {
  color: #fff;
  background-color: #d5002c;
  padding: 14px 20px 14px 30px;
  font-size: 3.125rem;
  /*
    &:active, &:focus {

      &:before {
        color: $link-red;
        background-color: $white;
      }
    }
  */
}
.accordion-title:hover, .accordion-title:active, .accordion-title:focus {
  color: #ffffff;
}
.accordion-title:before {
  padding: 8px;
  color: #ffffff;
  background-color: #ffffff;
  margin-top: -1.2rem;
  margin-right: 20px;
  line-height: 50%;
}
.accordion-title h2 {
  color: inherit;
  font-size: 2.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .accordion-title h2 {
    font-size: 1.75rem;
  }
}
.accordion-title:before {
  color: #d5002c;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 1.5rem;
  line-height: 100%;
  padding: 6px 6px 6px 6px;
  margin-right: 10px;
  font-family: "bim-font" !important;
  content: "j";
}
@media screen and (max-width: 479px) {
  .accordion-title:before {
    font-size: 1rem;
    margin-top: -0.8rem;
    margin-right: 0;
    right: 0.9375rem;
  }
}
.accordion-title:hover {
  text-decoration: none;
}
.accordion-title:hover:before {
  color: #ffffff;
  background-color: transparent;
}

.is-active a.sitemap-accordion-title:before {
  content: "i";
}

.sitemap-accordion-title {
  color: #fff;
  background-color: transparent;
  padding: 54px 10px 0px 10px;
  font-size: 3.125rem;
  line-height: 11%;
  width: 73%;
  margin: 0 auto 0 auto;
  display: block;
}
.sitemap-accordion-title:hover, .sitemap-accordion-title:active, .sitemap-accordion-title:focus {
  color: #ffffff;
}
.sitemap-accordion-title:before {
  padding: 8px;
  color: #ffffff;
  margin-top: -1.2rem;
  margin-right: 20px;
  line-height: 50%;
}
.sitemap-accordion-title h2 {
  color: inherit;
  font-size: x-large;
  margin-bottom: 0;
  display: inline-flex;
}
@media screen and (max-width: 799) {
  .sitemap-accordion-title h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 479px) {
  .sitemap-accordion-title h2 {
    font-size: 1.25rem;
  }
}
.sitemap-accordion-title:before {
  color: #444;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: large;
  line-height: 100%;
  padding: 6px 6px 6px 6px;
  margin-right: 10px;
  font-family: "bim-font" !important;
  content: "j";
}
@media screen and (max-width: 479px) {
  .sitemap-accordion-title:before {
    font-size: 1rem;
    margin-top: -0.8rem;
    margin-right: 0;
    right: 0.9375rem;
  }
}
.sitemap-accordion-title:hover {
  text-decoration: none;
}
.sitemap-accordion-title:hover:before {
  color: #ffffff;
  background-color: transparent;
}

.visible-css-only:before {
  content: " " attr(data-header) " ";
  display: inline-block;
  text-transform: uppercase;
  font-family: "Scala Sans Offc W01 Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 22px;
}

h3 ~ .table-scroll {
  margin-top: 28px;
}

.table-scroll table {
  width: 100%;
}

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
  min-width: 148px;
  text-align: center;
}
@media print, screen and (min-width: 50em) {
  tbody th, tbody td {
    min-width: 120px;
  }
}

thead {
  background-color: #eeeeee;
}

thead, tbody, tfoot {
  border: none;
}

thead th, thead td, tfoot th, tfoot td {
  padding: 1.5rem 0.625rem 1.625rem;
}

thead th {
  text-align: center;
  font-style: italic;
}

tbody tr:nth-child(2n) {
  background-color: #eeeeee;
}

.map {
  width: 100%;
  height: 466px;
  position: relative;
}
@media screen and (max-width: 799px) {
  .map {
    height: 366px;
  }
}
@media screen and (max-width: 479px) {
  .map {
    height: 266px;
  }
}
.map .address {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 20px 5px;
  border: 1px solid #929292;
  background-color: #ffffff;
  color: #666;
  font-size: large;
  font-style: normal;
  z-index: 2;
}
@media screen and (max-width: 799px) {
  .map .address {
    padding: 4px 10px 5px;
    font-size: medium;
  }
}
.map .address.poi-info-window {
  display: none;
}
.map .poi-info-window .address {
  display: none;
}
.map .poi-info-window a span {
  font-size: 0.8rem;
}
.map #gmap {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.slick-slider {
  padding: 0 140px 0 26%;
}
@media print, screen and (min-width: 50em) {
  .slick-slider {
    padding: 0 140px 0 140px;
  }
}
.slick-slider.gallery .slick-slide .image {
  padding: 0 18px;
}
.slick-slider.gallery .slick-slide .image a:hover {
  cursor: zoom-in;
}
.slick-slider.gallery .slick-slide.figure figcaption {
  padding-left: 17px;
  margin-top: -6px;
}
.slick-slider.gallery .slick-slide.figure figcaption .copy {
  font-size: initial;
  color: #666;
}

.gallery-wrapper {
  padding-bottom: 65px;
}
.gallery-wrapper .slick-arrow {
  z-index: 1;
  font-family: "bim-font" !important;
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  bottom: 50%;
}
.gallery-wrapper .slick-arrow span {
  text-indent: -999999px;
  display: inline-block;
}
.gallery-wrapper .slick-arrow:before {
  width: auto;
  height: auto;
  border-radius: 100%;
  background-color: transparent;
  color: #000;
  padding: 8px 8px 8px 8px;
  line-height: normal;
}
.gallery-wrapper .slick-arrow:hover:before {
  background-color: #444;
  color: #ffffff;
}
.gallery-wrapper .slick-arrow.slick-prev {
  left: 5%;
}
.gallery-wrapper .slick-arrow.slick-prev:before {
  font-family: inherit;
  font-size: inherit;
  content: "g";
}
.gallery-wrapper .slick-arrow.slick-next {
  right: 5%;
}
.gallery-wrapper .slick-arrow.slick-next:before {
  font-family: inherit;
  font-size: inherit;
  content: "f";
}

.std-gallery h2 {
  height: 10vw;
  padding-top: 4.8vw;
  text-align: center;
}

.theme-detail-content .std-gallery h2 {
  padding-top: 0;
}

.gallery-wrapper.theme-gallery-mode {
  position: relative;
  top: 40px;
}
@media print, screen and (min-width: 50em) {
  .gallery-wrapper.theme-gallery-mode {
    height: 34vw;
    top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .gallery-wrapper.theme-gallery-mode {
    height: 28vw;
    top: 1.5vw;
  }
}
@media screen and (min-width: 90em) {
  .gallery-wrapper.theme-gallery-mode {
    height: 440px;
    top: 50px;
  }
}
@media screen and (max-width: 799px) {
  .gallery-wrapper.theme-gallery-mode .slick-slider {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .gallery-wrapper.theme-gallery-mode .slick-slider {
    padding: 0 7.5%;
  }
}
.gallery-wrapper.theme-gallery-mode .slick-slider.gallery .slick-slide.figure figcaption .copy {
  color: #ffffff;
  font-style: italic;
  font-size: larger;
  padding-left: 10px;
}
@media print, screen and (min-width: 64em) {
  .gallery-wrapper.theme-gallery-mode .slick-slide {
    width: 30vw;
    top: 2.5vw;
    -webkit-transition: width 1.5s, top 1.5s;
    transition: width 1.5s, top 1.5s;
  }
}
@media screen and (min-width: 90em) {
  .gallery-wrapper.theme-gallery-mode .slick-slide {
    width: 400px;
    top: 45px;
  }
}
@media screen and (max-width: 799px) {
  .gallery-wrapper.theme-gallery-mode .slick-slide .image {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .gallery-wrapper.theme-gallery-mode .slick-slide .image {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .gallery-wrapper.theme-gallery-mode .slick-slide figcaption {
    text-align: right;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 50em) {
  .gallery-wrapper.theme-gallery-mode .slick-slide.slick-current {
    width: 37vw;
    top: 0;
  }
}
@media screen and (min-width: 90em) {
  .gallery-wrapper.theme-gallery-mode .slick-slide.slick-current {
    width: 530px;
  }
}
.gallery-wrapper.theme-gallery-mode .slick-slide.slick-current figcaption {
  text-align: left;
}
.gallery-wrapper.theme-gallery-mode .slick-slide.slick-current + .slick-slide figcaption {
  text-align: left;
}
@media screen and (max-width: 799px) {
  .gallery-wrapper.theme-gallery-mode .slick-dots {
    margin: 40px 0 60px 0;
  }
}
@media screen and (min-width: 480px) {
  .gallery-wrapper.theme-gallery-mode .slick-dots li button {
    width: 30px;
    height: 30px;
    background-color: #8a8a8a;
    /*border:6px solid $light-gray;*/
  }
}
.gallery-wrapper.theme-gallery-mode .slick-dots li button:hover {
  background-color: #ffffff;
  /*border-color: $white;*/
}
.gallery-wrapper.theme-gallery-mode .slick-dots li button:focus {
  background-color: #ffffff;
  /*border-color: $white;*/
}
.gallery-wrapper.theme-gallery-mode .slick-dots li.slick-active button {
  background-color: #ffffff;
}

@media screen and (max-width: 479px) {
  .theme-page-teaser {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 799px) {
  .theme-page-teaser {
    /*padding-bottom: 10px;*/
    padding-bottom: 50px;
  }
}

.theme-page-teaser .std-gallery {
  position: relative;
}
.theme-page-teaser .std-gallery .button-link {
  position: static;
  top: 3.8%;
  left: 4.2%;
  padding: 1.247% 5.8%;
  background-color: transparent;
}
@media screen and (max-width: 799px) {
  .theme-page-teaser .std-gallery .button-link {
    background-color: #d5002c;
    text-align: left;
    margin-bottom: 0;
    margin-top: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .theme-page-teaser .std-gallery .button-link {
    margin-top: -60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .button-link {
    position: absolute;
    top: 3.8%;
    left: 4.2%;
    padding: 1.247% 5.8%;
    background-color: #d5002c;
    z-index: 2;
  }
}
.theme-page-teaser .std-gallery .button-link a {
  color: #ffffff;
  /*font-weight: bold;*/
  font-weight: normal;
  font-size: 1.75rem;
}
@media screen and (max-width: 799px) {
  .theme-page-teaser .std-gallery .button-link a {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479px) {
  .theme-page-teaser .std-gallery .button-link a {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .button-link a {
    font-size: 1.75rem;
    color: #ffffff;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-page-teaser .std-gallery .button-link a {
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 90em) {
  .theme-page-teaser .std-gallery .button-link a {
    font-size: 2.125rem;
  }
}
.theme-page-teaser .std-gallery .button-link + .figure {
  display: none;
}
.theme-page-teaser .std-gallery .gallery-wrapper {
  height: auto;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: none;
  max-height: unset;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper {
    height: 56.42vw;
  }
}
@media screen and (min-width: 90em) {
  .theme-page-teaser .std-gallery .gallery-wrapper {
    max-width: 100%;
    max-height: 805px;
  }
}
@media screen and (max-width: 799px) {
  .theme-page-teaser .std-gallery .gallery-wrapper {
    background-image: none !important;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper .gallery {
  position: static;
  top: 0;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .gallery {
    position: relative;
    top: 33%;
  }
}
@media screen and (max-width: 799px) {
  .theme-page-teaser .std-gallery .gallery-wrapper .gallery.slick-slider .slick-slide a:hover {
    text-decoration: none !important;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper .gallery.slick-slider .slick-slide figcaption {
  text-align: center;
  background-color: transparent;
}
.theme-page-teaser .std-gallery .gallery-wrapper .gallery.slick-slider .slick-slide figcaption h3 {
  background-color: transparent;
  color: #444;
  padding: 2% 0;
  text-transform: uppercase;
  font-size: 1.75rem;
}
@media screen and (min-width: 480px) {
  .theme-page-teaser .std-gallery .gallery-wrapper .gallery.slick-slider .slick-slide figcaption h3 {
    font-size: 2.125rem;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .gallery.slick-slider .slick-slide figcaption h3 {
    /*background-color: $link-red;*/
    color: #ffffff;
    /*padding: 10% 0;*/
    /*font-size: rem-calc(28);*/
    font-size: 2.3611111111vw;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .gallery.slick-slider .slick-slide figcaption h3 {
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 90em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .gallery.slick-slider .slick-slide figcaption h3 {
    font-size: 2.125rem;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode {
  position: relative;
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider {
  padding: 0;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider {
    top: 22%;
    padding: 0 7.5%;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider + .copy {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  padding: 6px 12px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: initial;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider + .copy {
    display: inline-block;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide {
    background-color: #d5002c;
    width: 30vw;
    /*top:25px;*/
    top: 2.5vw;
    -webkit-transition: width 1.5s, top 1.5s;
    transition: width 1.5s, top 1.5s;
  }
}
@media screen and (min-width: 90em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide {
    width: 400px;
    top: 45px;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide .image {
  padding: 0;
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide figcaption {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide figcaption {
    margin: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide figcaption h3 {
    background: none;
    padding: 5% 0;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide figcaption .copy {
  position: absolute;
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
  right: 0;
  bottom: auto;
  top: -23px;
  height: 23px;
  padding: 0 6px;
  font-size: initial;
  font-weight: normal;
  z-index: 0;
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide a:hover h3 {
  text-decoration: underline;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide.slick-current {
    width: 37vw;
    top: 0;
  }
}
@media screen and (min-width: 90em) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide.slick-current {
    width: 530px;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide.slick-current + .slick-slide figcaption .copy {
  right: auto;
  left: 0;
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide figcaption h3 {
  transform: translateX(8%);
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide.slick-current figcaption h3 {
  transform: none;
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-slider .slick-slide.slick-current + .slick-slide figcaption h3 {
  transform: translateX(-5%);
}
@media screen and (min-width: 480px) {
  .theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-dots li button {
    width: 30px;
    height: 30px;
    border: 6px solid #444;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-dots li button:hover {
  background-color: #444;
}
.theme-page-teaser .std-gallery .gallery-wrapper.carousel-mode .slick-dots li button:focus {
  background-color: #444;
}

@media screen and (min-width: 480px) {
  .theme-page-teaser .std-gallery .gallery-wrapper .slick-dots li,
  .theme-detail-content .std-gallery .gallery-wrapper .slick-dots li {
    margin: 0 10px;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow,
.theme-detail-content .std-gallery .gallery-wrapper .slick-arrow {
  top: auto;
  bottom: 2%;
  font-size: 3.625rem;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow,
  .theme-detail-content .std-gallery .gallery-wrapper .slick-arrow {
    top: 50%;
    bottom: auto;
    font-size: 4.0277777778vw;
  }
}
@media screen and (min-width: 90em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow,
  .theme-detail-content .std-gallery .gallery-wrapper .slick-arrow {
    font-size: 3.625rem;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow.slick-prev,
.theme-detail-content .std-gallery .gallery-wrapper .slick-arrow.slick-prev {
  left: 0.6%;
}
.theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow.slick-next,
.theme-detail-content .std-gallery .gallery-wrapper .slick-arrow.slick-next {
  right: 2.4%;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow.slick-next,
  .theme-detail-content .std-gallery .gallery-wrapper .slick-arrow.slick-next {
    right: 1%;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow.slick-next,
  .theme-detail-content .std-gallery .gallery-wrapper .slick-arrow.slick-next {
    right: 1.6%;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow:before,
.theme-detail-content .std-gallery .gallery-wrapper .slick-arrow:before {
  color: #444;
  background-color: transparent;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow:before,
  .theme-detail-content .std-gallery .gallery-wrapper .slick-arrow:before {
    color: #ffffff;
  }
}
.theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow:hover:before,
.theme-detail-content .std-gallery .gallery-wrapper .slick-arrow:hover:before {
  color: #ffffff;
  background-color: #444;
}
@media print, screen and (min-width: 50em) {
  .theme-page-teaser .std-gallery .gallery-wrapper .slick-arrow:hover:before,
  .theme-detail-content .std-gallery .gallery-wrapper .slick-arrow:hover:before {
    color: #444;
    background-color: #ffffff;
  }
}

@media print, screen and (min-width: 50em) {
  .theme-detail-content .std-gallery .gallery-wrapper.theme-gallery-mode .slick-arrow {
    top: 40%;
  }
}

.content.theme-detail-content .theme-page-teaser h2.button-link {
  font-size: initial;
}

.rubric-start .figure {
  position: relative;
}
.rubric-start .figure figcaption {
  padding-left: 0;
  margin-top: 0;
}
.rubric-start .figure figcaption .copy {
  font-size: initial;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.5);
}
.rubric-start .single-item {
  height: auto;
}
.rubric-start .slick-slider {
  padding: 0;
}
@media print, screen and (min-width: 50em) {
  .rubric-start .slick-slider {
    padding: 0;
  }
}
.rubric-start .slick-slider.pict-slider .slick-slide .image {
  padding: 0;
}
.rubric-start .slick-slider.pict-slider .slick-slide .image a:hover {
  cursor: zoom-in;
}
.rubric-start .slick-slider.pict-slider .slick-slide.figure .image {
  background-color: #eeeeee;
}
@media print, screen and (min-width: 50em) {
  .rubric-start .slick-slider.pict-slider .slick-slide.figure .image {
    background-color: transparent;
  }
}
.rubric-start .slick-slider.pict-slider .slick-slide.figure figcaption {
  padding-left: 0;
  margin-top: 0;
}
.rubric-start .slick-slider.pict-slider .slick-slide.figure figcaption .copy {
  right: 0;
  bottom: 7px;
}
.rubric-start .slick-slider.pict-slider .slick-dots {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  position: absolute;
  bottom: 5%;
  left: 40%;
}
.rubric-start .slick-slider.pict-slider .slick-dots li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  width: 15px;
  height: 15px;
  margin: 0 6px;
}
.rubric-start .slick-slider.pict-slider .slick-dots li button {
  text-indent: -9999em;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.rubric-start .slick-slider.pict-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.rubric-start .slick-arrow {
  z-index: 1;
  font-family: "bim-font" !important;
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  bottom: 50%;
}
.rubric-start .slick-arrow span {
  text-indent: -999999px;
  display: inline-block;
}
.rubric-start .slick-arrow:before {
  width: auto;
  height: auto;
  border-radius: 100%;
  background-color: transparent;
  color: #ffffff;
  padding: 8px 8px 8px 8px;
  line-height: normal;
}
@media screen and (max-width: 799px) {
  .rubric-start .slick-arrow:before {
    background-color: #dddddd;
  }
}
@media screen and (max-width: 479px) {
  .rubric-start .slick-arrow:before {
    background-color: transparent;
  }
}
.rubric-start .slick-arrow:hover:before {
  background-color: #444;
  color: #ffffff;
}
.rubric-start .slick-arrow.slick-prev {
  left: 1%;
}
@media screen and (max-width: 479px) {
  .rubric-start .slick-arrow.slick-prev {
    left: 6%;
  }
}
@media print, screen and (min-width: 50em) {
  .rubric-start .slick-arrow.slick-prev {
    left: 8%;
  }
}
@media print, screen and (min-width: 64em) {
  .rubric-start .slick-arrow.slick-prev {
    left: 1%;
  }
}
.rubric-start .slick-arrow.slick-prev:before {
  font-family: inherit;
  font-size: inherit;
  content: "g";
}
.rubric-start .slick-arrow.slick-next {
  right: 1%;
}
@media screen and (max-width: 479px) {
  .rubric-start .slick-arrow.slick-next {
    right: 6%;
  }
}
@media print, screen and (min-width: 50em) {
  .rubric-start .slick-arrow.slick-next {
    right: 8%;
  }
}
@media print, screen and (min-width: 64em) {
  .rubric-start .slick-arrow.slick-next {
    right: 1%;
  }
}
.rubric-start .slick-arrow.slick-next:before {
  font-family: inherit;
  font-size: inherit;
  content: "f";
}
@media screen and (max-width: 799px) {
  .rubric-start .inner-content .std-teaser-wrapper.structural-header .accordion {
    width: 100%;
  }
}

.mfp-bg {
  background-color: rgba(11, 11, 11, 0.95);
  opacity: 0.95;
}

.mfp-container .mfp-arrow {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  .mfp-container .mfp-arrow {
    top: auto;
    bottom: 40%;
  }
}
.mfp-container .mfp-arrow:before {
  font-family: "bim-font" !important;
  color: #ffffff;
  font-size: 3.125rem;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px;
  background-color: transparent;
}
@media print, screen and (min-width: 50em) {
  .mfp-container .mfp-arrow:before {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-arrow:before {
    font-size: 5.6rem;
  }
}
.mfp-container .mfp-arrow:after {
  display: none;
  border: none;
}
.mfp-container .mfp-arrow:hover:before {
  background-color: #ffffff;
  color: #000;
}
.mfp-container .mfp-arrow.mfp-arrow-left {
  left: 25px;
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-arrow.mfp-arrow-left {
    left: 85px;
  }
}
.mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "g" !important;
}
.mfp-container .mfp-arrow.mfp-arrow-right {
  right: 10px;
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-arrow.mfp-arrow-right {
    right: 100px;
  }
}
.mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "f" !important;
}
.mfp-container.mfp-inline-holder .mfp-content {
  width: auto;
  width: 91%;
}
@media print, screen and (min-width: 50em) {
  .mfp-container.mfp-inline-holder .mfp-content {
    width: 78%;
  }
}
@media print, screen and (min-width: 64em) {
  .mfp-container.mfp-inline-holder .mfp-content {
    width: 77.6%;
  }
}
@media screen and (min-width: 90em) {
  .mfp-container.mfp-inline-holder .mfp-content {
    width: 1104px;
  }
}
.mfp-container .mfp-content {
  margin: 0 10px;
}
@media screen and (max-width: 799px) {
  .mfp-container .mfp-content {
    bottom: 0;
    top: 0;
  }
}
.mfp-container .mfp-content .mfp-close {
  font-size: 5.625rem;
  right: 0;
  top: -24px;
  position: relative;
  opacity: 1;
}
@media screen and (min-width: 90em) {
  .mfp-container .mfp-content .mfp-close {
    right: -10vw;
  }
}
.mfp-container .mfp-content .mfp-close:after {
  content: "schließen";
  font-size: medium;
  position: absolute;
  bottom: -90px;
  bottom: -32px;
  right: -4px;
}
@media screen and (max-width: 799px) {
  .mfp-container .mfp-content .mfp-close:after {
    right: 10px;
    font-size: small;
  }
}
@media screen and (max-width: 479px) {
  .mfp-container .mfp-content .mfp-close:after {
    right: 6px;
  }
}
.mfp-container .mfp-content figure img.mfp-img {
  padding: 0 0 40px;
}
.mfp-container .mfp-content figure figcaption .mfp-bottom-bar .mfp-title {
  text-align: center;
  padding: 0 20px;
  margin-top: 25px;
  margin-bottom: 4px;
}
@media screen and (max-width: 479px) {
  .mfp-container .mfp-content figure figcaption .mfp-bottom-bar .mfp-title {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .mfp-container .mfp-content figure figcaption .mfp-bottom-bar .mfp-title strong {
    padding: 0;
  }
}
.mfp-container .mfp-content figure figcaption .mfp-bottom-bar .mfp-title .title {
  font-size: x-large;
  font-weight: bold;
}
.mfp-container .mfp-content figure figcaption .mfp-bottom-bar .mfp-title .mfp-counter {
  position: static;
  font-size: x-large;
  font-weight: bold;
  display: inline;
}
.mfp-container .mfp-content figure figcaption .mfp-bottom-bar .mfp-title p {
  padding: 0 20px 4px 20px;
  text-align: center;
  font-size: large;
  font-weight: bold;
  line-height: initial;
}
@media screen and (max-width: 479px) {
  .mfp-container .mfp-content figure figcaption .mfp-bottom-bar .mfp-title p {
    padding: 0 0 4px 0;
  }
}
.mfp-container .mfp-content .video-popup .mfp-close {
  right: -76vw;
  right: 2%;
  top: -80px;
  position: absolute;
  color: #ffffff;
}
@media print, screen and (min-width: 50em) {
  .mfp-container .mfp-content .video-popup .mfp-close {
    right: -66vw;
    right: -2%;
  }
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-content .video-popup .mfp-close {
    right: -66vw;
    right: -5%;
  }
}
@media screen and (min-width: 90em) {
  .mfp-container .mfp-content .video-popup .mfp-close {
    right: -940px;
    right: -8%;
  }
}
.mfp-container .mfp-content .video-popup .mfp-close:after {
  right: -16px;
}
.mfp-container .mfp-content .video-popup figure iframe {
  border: none;
}
.mfp-container .mfp-content .video-popup .figcaption {
  margin-top: 30px;
}
.mfp-container .mfp-content .video-popup .figcaption .mfp-bottom-bar {
  margin-top: 0;
  top: auto;
  text-align: center;
  bottom: -20px;
}
.mfp-container .mfp-content .video-popup .figcaption .mfp-bottom-bar .mfp-title {
  margin-top: 0;
  display: inline-block;
}
.mfp-container .mfp-content .video-popup .figcaption .mfp-bottom-bar .mfp-title .title {
  font-size: 1.375rem;
}
.mfp-container .mfp-content .video-popup.mfp-figure:after {
  background-color: transparent;
}
.mfp-container .mfp-content .lb-teaser {
  display: inline-block;
  margin-top: 70px;
  background-color: #2e2e2e;
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper {
  padding: 120px 80px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .mfp-container .mfp-content .lb-teaser .inner-wrapper {
    padding: 40px 20px;
  }
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper {
    width: 64%;
  }
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper strong {
  display: inline-block;
  margin-bottom: 4%;
  color: #ffffff;
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper h1 {
  color: #ffffff;
  margin-bottom: 4%;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper h1 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper h1 {
    font-size: 1.5rem;
  }
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper h1 + p {
  color: #ffffff;
  margin-bottom: 4%;
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .text-wrapper .list-wrapper ul {
  margin-left: 0;
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait {
  margin-right: 0;
  padding: 10px 0;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  clear: both;
  float: none;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait {
    text-align: center;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait {
    width: 32.2%;
    clear: none;
    float: right;
  }
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait .figure {
  background-color: #000;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait .figure {
    display: block;
  }
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait .figure .image {
  box-shadow: 0px -8px 0px #000;
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait .figure figcaption {
  background-color: #000;
  padding: 16px 20px;
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait .figure figcaption p {
  color: #ffffff;
}
.mfp-container .mfp-content .lb-teaser .inner-wrapper .std-image-portrait .figure figcaption span {
  color: #444;
}
.mfp-container .mfp-content .lb-teaser + .mfp-close {
  position: absolute;
  top: -2%;
  right: 2%;
  color: #ffffff;
}

.mfp-figure:after {
  background: none;
  box-shadow: none;
}

.test-class {
  padding: 0 120px;
  margin-left: 40px;
}
.test-class .slick-slide {
  width: 350px;
}

/* start-site - structure, content */
.start-content-sidebar-col {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1326px;
}
.start-content-sidebar-col::before, .start-content-sidebar-col::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.start-content-sidebar-col::after {
  clear: both;
}
.start-content-sidebar-col .start-content-col {
  margin-bottom: 39px;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.start-content-sidebar-col .start-content-col:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-content-col {
    width: 64.8%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .start-content-sidebar-col .start-content-col:last-child:not(:first-child) {
    float: right;
  }
}
.start-content-sidebar-col .start-content-col .news-top {
  margin-bottom: 73px;
}
@media screen and (max-width: 799px) {
  .start-content-sidebar-col .start-content-col .news-top {
    margin-bottom: 55px;
  }
}
.start-content-sidebar-col .start-content-col .news-top p {
  padding: 0;
}
.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper {
  background-color: #ededed;
  box-shadow: 0px 13px 0px -4px #dddddd;
  text-align: left;
}
.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper h2 a, .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper h3 a, .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .image a {
  padding-left: 0;
}
.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper h2 a:before, .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper h3 a:before, .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .image a:before {
  background: none;
  background-image: none;
  width: 0;
  height: 0;
}
.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text {
  padding: 20px 30px;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text {
    padding: 20px 30px;
  }
}
.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text .date-cat p {
  margin-bottom: 6px;
  color: #4b4b4b;
  font-size: inherit;
  font-weight: bold;
}
.start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text h2, .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text h3 {
  margin-bottom: 12px;
}
@media screen and (max-width: 799px) {
  .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text .more-link {
    display: none;
  }
}
.start-content-sidebar-col .std-list-wrapper {
  padding: 0 30px 0 30px;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .std-list-wrapper {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .std-list-wrapper {
    padding: 0 0 0 30px;
  }
}
.start-content-sidebar-col .std-list-wrapper ul {
  margin-bottom: 0;
}
.start-content-sidebar-col .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
    display: flex;
  }
}
.start-content-sidebar-col .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-pict {
  flex: 1 0 unset;
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .list-pict {
    flex: 1 0 41.85%;
  }
}
@media screen and (max-width: 799px) {
  .start-content-sidebar-col .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item .multi-link {
    display: none;
  }
}
.start-content-sidebar-col .std-list-wrapper ul li:last-child .list-teaser-wrapper .list-teaser-item {
  margin-bottom: 12px;
}
.start-content-sidebar-col .std-list-wrapper .all-content {
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 799px) {
  .start-content-sidebar-col .std-list-wrapper .all-content {
    margin-top: 40px;
  }
}
.start-content-sidebar-col .std-list-wrapper .all-content .ofset-box {
  flex: 0 0 auto;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .std-list-wrapper .all-content .ofset-box {
    flex: 0 0 410px;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .std-list-wrapper .all-content .ofset-box {
    flex: 0 0 41.85%;
  }
}
.start-content-sidebar-col .std-list-wrapper .all-content .more-link {
  display: inline-block;
  margin-left: 0;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .std-list-wrapper .all-content .more-link {
    margin-left: 2.4%;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .std-list-wrapper .all-content .more-link {
    margin-left: 4.546%;
  }
}
.start-content-sidebar-col .std-list-wrapper .all-content .more-link .font-link i:before {
  font-size: medium;
}
.start-content-sidebar-col .std-list-wrapper .all-content .more-link .font-link span {
  font-size: larger;
  font-weight: bold;
}
.start-content-sidebar-col .start-sidebar-col {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.start-content-sidebar-col .start-sidebar-col:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col {
    width: 32.838%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .start-content-sidebar-col .start-sidebar-col:last-child:not(:first-child) {
    float: right;
  }
}
.start-content-sidebar-col .start-sidebar-col .accordion:not(:last-child) {
  margin-bottom: 40px;
}
.start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper {
  display: block;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper {
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper {
    display: block;
  }
}
.start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text {
  min-height: 120px;
  padding: 20px 30px;
  padding: 30px 30px 30px 30px;
  background-color: #ededed;
}
@media screen and (max-width: 799px) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text {
    text-align: center;
  }
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text:hover .more-link {
    color: #ffffff;
  }
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text {
    padding: 30px 30px 30px 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 799px) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text p {
    text-align: left;
    padding: 0 60px;
  }
}
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text p {
    padding: 0;
  }
}
@media screen and (max-width: 799px) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text .more-link {
    background-color: #d5002c;
    color: #ffffff;
    padding: 12px 6%;
  }
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text .more-link i {
    display: none;
  }
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text .more-link .font-link:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text .more-link {
    padding: 12px 10%;
  }
}
.start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-pict {
  flex: 1 0 auto;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-pict {
    flex: 1 0 58%;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-pict {
    flex: 1 0 auto;
  }
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start {
  margin: 0;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start {
    margin: 0 8%;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start {
    margin: 0;
  }
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper {
  display: block;
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: center;
}
@media print, screen and (min-width: 50em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper {
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper {
    display: flex;
  }
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
  background-color: #d5002c;
  width: 214px;
  height: 125px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
    width: calc(50% - 2.5px);
    height: 30vw;
  }
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item:nth-child(2n+0) {
    margin-right: 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
    width: 49.1%;
    height: 8.356vw;
  }
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item:nth-child(2n+0) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 90em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
    width: 214px;
    height: 125px;
  }
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item:first-of-type {
  background-image: url("images/bg-ql-start.png");
  background-position: center center;
  background-color: #d5002c;
  background-repeat: no-repeat;
  background-size: cover;
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper {
  text-align: center;
  position: relative;
  bottom: 16%;
}
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper {
    bottom: 22%;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper {
    bottom: 13%;
  }
}
@media screen and (min-width: 90em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper {
    bottom: 16%;
  }
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3125rem;
}
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
    font-size: 4.4444444444vw;
    letter-spacing: 0.1;
    line-height: 94%;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 90em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
    font-size: 1.3125rem;
  }
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a:before, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external:before {
  display: none;
}
.start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
    margin-bottom: 3vw;
  }
}
@media print, screen and (min-width: 64em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 90em) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure img, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure img, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure img, .start-content-sidebar-col .start-sidebar-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure img {
    height: 30px;
    width: auto;
  }
}

.start-quicklinks-col .quicklinks-start {
  margin: 0;
}
.start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 657px) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 50em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 64em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper {
    margin-right: -6px;
    margin-left: -6px;
  }
}
.start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
  height: 140px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media screen and (max-width: 657px) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
    height: 130px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 50em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
    flex: 0 0 25%;
    max-width: 25%;
    height: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 90em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item {
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 12px;
  }
}
.start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #d5002c;
  padding-left: 5px;
  padding-right: 5px;
}
.start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 479px) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
    font-size: 3.75vw;
  }
}
@media print, screen and (min-width: 64em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 90em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external {
    font-size: 1.25rem;
  }
}
.start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a:before, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external:before {
  display: none;
}
.start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
    margin-bottom: 3vw;
  }
}
@media print, screen and (min-width: 64em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 90em) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a figure img, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a .figure img, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external figure img, .start-quicklinks-col .quicklinks-start .quicklinks-start-wrapper .quicklink.contact-item .inner-wrapper a.std-external .figure img {
    height: 30px;
    width: auto;
  }
}

.rubric-teaser-box {
  margin-bottom: 39px;
}
@media print, screen and (min-width: 64em) {
  .rubric-teaser-box {
    margin-bottom: 0;
  }
}
.rubric-teaser-box .visible-css-only {
  display: inline-block;
  padding: 10px 25px 10px 30px;
  background-color: #d5002c;
  color: #ffffff;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .rubric-teaser-box .visible-css-only {
    padding: 30px 25px 30px 30px;
    margin-bottom: 30px;
  }
}
.rubric-teaser-box .visible-css-only:before {
  margin-bottom: 0;
  text-transform: none;
}

/* glossar-site */
@media screen and (max-width: 479px) {
  .glossar .intro .std-inner-content {
    margin-top: 0;
  }
}
.glossar .intro .intro-content h2 {
  font-size: 2.25rem;
  font-size: xx-large;
}
.glossar .intro .intro-content p {
  font-weight: normal;
  margin-bottom: inherit;
}
.glossar .breadcrumb.std-inner-content {
  margin-bottom: 36px;
  margin-top: 0;
}
@media print, screen and (min-width: 50em) {
  .glossar .breadcrumb.std-inner-content {
    margin-bottom: 72px;
    margin-top: 10px;
  }
}
.glossar .breadcrumb.abc .breadcrumbs li {
  font-size: 1.5rem;
  color: #d5002c;
}
@media print, screen and (min-width: 64em) {
  .glossar .breadcrumb.abc .breadcrumbs li {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .glossar .breadcrumb.abc .breadcrumbs li {
    font-size: 1.5rem;
  }
}
.glossar .breadcrumb.abc .breadcrumbs li a {
  font-size: inherit;
}
.glossar .breadcrumb.abc .breadcrumbs li:not(:last-child)::after {
  content: "|";
  color: #cacaca;
  top: -2px;
  width: 6px;
  margin: 0 0.21rem;
}
.glossar .breadcrumb.abc .breadcrumbs li span {
  font-size: inherit;
  font-weight: bold;
}
.glossar .breadcrumb.abc .breadcrumbs li a {
  font-size: inherit;
  color: #d5002c;
  font-weight: bold;
}
.glossar .std-text-content + .std-text-content {
  margin-top: -55px;
}
@media print, screen and (min-width: 50em) {
  .glossar .std-text-content + .std-text-content {
    margin-top: -55px;
  }
}
@media print, screen and (min-width: 64em) {
  .glossar .std-text-content + .std-text-content {
    margin-top: -70px;
  }
}
.glossar .std-inner-content {
  /*
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  */
}
.glossar .std-inner-content h2 {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .glossar .std-inner-content h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 90em) {
  .glossar .std-inner-content h2 {
    font-size: 2.25rem;
  }
}
.glossar .std-inner-content h3 {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .glossar .std-inner-content h3 {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 90em) {
  .glossar .std-inner-content h3 {
    font-size: 1.375rem;
  }
}
.glossar .std-inner-content h2 + h3 {
  padding-top: 0;
}
.glossar .std-inner-content.link-list h2, .glossar .std-inner-content.link-list h3 {
  font-size: 1.125rem;
}
.glossar .std-table h2 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .glossar .std-table h2 {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  .glossar .std-table h2 {
    font-size: 1.625rem;
  }
}
.glossar .std-inner-content.headline-standalone {
  margin-top: 0;
  margin-bottom: 0;
}
.glossar .std-inner-content.headline-standalone h3 {
  position: relative;
  /*top: -26px;*/
  top: -14px;
  padding-top: 0;
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .glossar .std-inner-content.headline-standalone h3 {
    margin-top: -36px;
  }
}

.glossar .accordion .accordion-item,
.std-accordion-element.accordion .accordion-item {
  margin-bottom: 2px;
}
.glossar .accordion .accordion-item .accordion-title,
.std-accordion-element.accordion .accordion-item .accordion-title {
  background-color: #eeeeee;
  /*font-size: unset;*/
  font-size: inherit;
  padding: 6px 10px;
}
.glossar .accordion .accordion-item .accordion-title:before,
.std-accordion-element.accordion .accordion-item .accordion-title:before {
  content: "j";
  right: auto;
  color: #d5002c;
  background-color: transparent;
  font-size: 0.8rem;
  line-height: 100%;
  padding: 4px;
  margin-top: -0.65rem;
}
.glossar .accordion .accordion-item .accordion-title:hover:before,
.std-accordion-element.accordion .accordion-item .accordion-title:hover:before {
  color: #d5002c;
  background-color: #ffffff;
}
.glossar .accordion .accordion-item .accordion-title strong, .glossar .accordion .accordion-item .accordion-title h2, .glossar .accordion .accordion-item .accordion-title h3,
.std-accordion-element.accordion .accordion-item .accordion-title strong,
.std-accordion-element.accordion .accordion-item .accordion-title h2,
.std-accordion-element.accordion .accordion-item .accordion-title h3 {
  font-size: large;
  color: #d5002c;
  padding-left: 60px;
  padding-top: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .glossar .accordion .accordion-item .accordion-title strong, .glossar .accordion .accordion-item .accordion-title h2, .glossar .accordion .accordion-item .accordion-title h3,
  .std-accordion-element.accordion .accordion-item .accordion-title strong,
  .std-accordion-element.accordion .accordion-item .accordion-title h2,
  .std-accordion-element.accordion .accordion-item .accordion-title h3 {
    padding-left: 10%;
  }
}
.glossar .accordion .accordion-item.is-active a.accordion-title:before,
.std-accordion-element.accordion .accordion-item.is-active a.accordion-title:before {
  content: "i";
  color: #ffffff;
  background-color: #d5002c;
}
.glossar .accordion .accordion-item .accordion-content,
.std-accordion-element.accordion .accordion-item .accordion-content {
  margin-top: 39px;
}
.glossar .accordion .accordion-item .accordion-content .std-inner-content,
.std-accordion-element.accordion .accordion-item .accordion-content .std-inner-content {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.content .std-inner-content.std-text-content + .std-accordion-element {
  margin-top: -60px;
}
@media screen and (max-width: 1023px) {
  .content .std-inner-content.std-text-content + .std-accordion-element {
    margin-top: -30px;
  }
}

.content .std-inner-content.std-accordion-element.accordion {
  margin-bottom: 29px;
}
.content .std-inner-content.std-accordion-element.accordion + .std-accordion-element {
  margin-top: -29px;
}
.content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-content {
  margin-bottom: 45px;
}

.content.theme-detail-content .std-text-content + .std-accordion-element {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .content.theme-detail-content .std-text-content + .std-accordion-element {
    margin-top: -20px;
  }
}
@media screen and (max-width: 799px) {
  .content.theme-detail-content .std-text-content + .std-accordion-element {
    margin-top: -40px;
  }
}

.content.theme-detail-content .std-inner-content.std-accordion-element.accordion + .std-inner-content.link-list {
  margin-top: 60px;
}
.content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h2, .content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h3 {
  position: relative;
  left: 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 144.4%;
}
@media screen and (max-width: 479px) {
  .content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h2, .content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h3 {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h2, .content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h3 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h2, .content.theme-detail-content .std-inner-content.std-accordion-element.accordion .accordion-item .accordion-title h3 {
    font-size: 1.5rem;
  }
}

.content .std-text-content + #letter-glossary .breadcrumb.abc {
  margin-top: -30px;
}
@media print, screen and (min-width: 64em) {
  .content .std-text-content + #letter-glossary .breadcrumb.abc {
    margin-top: -60px;
  }
}

/* lists, forms, filter, events */
/* ------------------------------ Listenseiten --------------------------------- */
.teaserlist .intro .intro-content {
  margin-bottom: 42px;
}
.teaserlist .intro .intro-content h1 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .teaserlist .intro .intro-content h1 {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  .teaserlist .intro .intro-content h1 {
    font-size: 1.625rem;
  }
}
.teaserlist .std-inner-content {
  margin-bottom: 0;
}
.teaserlist .std-inner-content .std-list-wrapper {
  margin-bottom: 110px;
}
@media screen and (max-width: 799px) {
  .teaserlist .std-inner-content .std-list-wrapper {
    margin-bottom: 60px;
  }
}
.teaserlist .std-inner-content .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .teaserlist .std-inner-content .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 90em) {
  .teaserlist .std-inner-content .std-list-wrapper ul li .list-teaser-wrapper .list-teaser-item {
    margin-bottom: 70px;
  }
}
.teaserlist .std-inner-content h3 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .teaserlist .std-inner-content h3 {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  .teaserlist .std-inner-content h3 {
    font-size: 1.625rem;
  }
}
.teaserlist .std-inner-content h3 a {
  font-size: inherit;
}
.teaserlist .std-inner-content .std-content .contact-item-wrapper {
  margin-bottom: 70px;
}
@media screen and (max-width: 799px) {
  .teaserlist .std-inner-content .std-content .contact-item-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .teaserlist .std-inner-content .std-content .contact-item-wrapper {
    margin-bottom: 30px;
  }
}

.content .inner-content.list-stage {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 799px) {
  .content .inner-content.list-stage {
    margin-bottom: 40px;
  }
}

.calendar-sheet {
  height: 100%;
}
.calendar-sheet .figure {
  background-color: #eeeeee;
  width: 130px;
  padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 799px) {
  .calendar-sheet .figure {
    width: 100%;
    height: auto;
    padding: 16px 0 16px 0;
    border-bottom: 1px solid #000;
  }
}
@media print, screen and (min-width: 64em) {
  .calendar-sheet .figure {
    width: 8.564vw;
  }
}
@media screen and (min-width: 90em) {
  .calendar-sheet .figure {
    width: 130px;
    height: auto;
  }
}
.calendar-sheet .figure span {
  color: #d5002c;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 110%;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .calendar-sheet .figure span {
    display: inline-block;
    padding-right: 15%;
  }
}
@media screen and (max-width: 479px) {
  .calendar-sheet .figure span {
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .calendar-sheet .figure span {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 90em) {
  .calendar-sheet .figure span {
    font-size: 2.5rem;
  }
}
.calendar-sheet .figure span.year {
  font-size: 1.0625rem;
  margin-top: 1em;
}
.calendar-sheet .figure span.wday {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 1em;
  font-size: 1.0625rem;
}
@media screen and (max-width: 799px) {
  .calendar-sheet .figure span.wday {
    margin-bottom: 0;
    float: right;
    font-weight: bold;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .calendar-sheet .figure span.wday {
    padding-right: 0;
    display: block;
    text-align: right;
    float: none;
  }
}
@media print, screen and (min-width: 64em) {
  .calendar-sheet .figure span.wday {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  .calendar-sheet .figure span.wday {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 799px) {
  .start-sidebar-col .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  .start-sidebar-col .calendar-sheet .figure {
    border-bottom: none;
    width: 50px !important;
  }
}
@media screen and (max-width: 799px) {
  .start-sidebar-col .calendar-sheet .figure .day {
    padding-left: 6%;
  }
}

@media screen and (max-width: 799px) {
  .std-list-wrapper.event-list ul li:last-child .list-teaser-wrapper.event-item .list-teaser-item {
    margin-bottom: 0;
  }
}
.std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 799px) {
  .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item {
    background-color: #eeeeee;
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: 40px;
    padding: 3px 30px 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 3px 20px 20px 20px;
  }
}
.std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .calendar-sheet {
  margin-top: 6px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 50em) {
  .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .calendar-sheet {
    margin-bottom: 0;
  }
}
.std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text h2 {
    margin-bottom: 10px;
  }
}
.std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text .date-cat {
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text .date-cat {
    margin-bottom: 10px;
  }
}
.std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text .date-cat p {
  margin-top: 0 !important;
  margin-bottom: 0;
  color: #666;
}
.std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text .date-cat .news-list-category {
  margin-bottom: 0;
}
.std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text p {
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text p {
    margin-bottom: 10px;
  }
}

.start-sidebar-col .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text .date-cat p {
  color: #444;
  font-weight: normal;
}

.event-intro .event-item .detail-item {
  display: block;
  flex-flow: row wrap;
}
@media screen and (max-width: 799px) {
  .event-intro .event-item .detail-item {
    background-color: #eeeeee;
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: 40px;
    padding: 3px 30px 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  .event-intro .event-item .detail-item {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 3px 20px 20px 20px;
  }
}
@media print, screen and (min-width: 50em) {
  .event-intro .event-item .detail-item {
    display: flex;
  }
}
.event-intro .event-item .detail-item .calendar-sheet {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .event-intro .event-item .detail-item .calendar-sheet {
    width: 100%;
    height: auto;
    /*
              padding: 16px 0 16px 0;
              border-bottom: 1px solid $black;
    */
  }
}
@media print, screen and (min-width: 64em) {
  .event-intro .event-item .detail-item .calendar-sheet {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 90em) {
  .event-intro .event-item .detail-item .calendar-sheet {
    width: 175px;
    /*height: 254px;*/
  }
}
.event-intro .event-item .detail-item .calendar-sheet .figure {
  width: 175px;
  padding: 20px 10px 16px 10px;
}
@media screen and (max-width: 799px) {
  .event-intro .event-item .detail-item .calendar-sheet .figure {
    width: 100%;
    height: auto;
    padding: 16px 0 16px 0;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .event-intro .event-item .detail-item .calendar-sheet .figure > * {
    margin: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .event-intro .event-item .detail-item .calendar-sheet .figure {
    width: 11.529vw;
  }
}
@media screen and (min-width: 90em) {
  .event-intro .event-item .detail-item .calendar-sheet .figure {
    width: auto;
    height: auto;
  }
}
.event-intro .event-item .detail-item .calendar-sheet .figure span {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .event-intro .event-item .detail-item .calendar-sheet .figure span {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 90em) {
  .event-intro .event-item .detail-item .calendar-sheet .figure span {
    font-size: 3rem;
  }
}
.event-intro .event-item .detail-item .calendar-sheet .figure span.year {
  font-size: 1.25rem;
}
.event-intro .event-item .detail-item .calendar-sheet .figure span.wday {
  margin-bottom: 23%;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .event-intro .event-item .detail-item .calendar-sheet .figure span.wday {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .event-intro .event-item .detail-item .calendar-sheet .figure span.wday {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 90em) {
  .event-intro .event-item .detail-item .calendar-sheet .figure span.wday {
    font-size: 1.25rem;
  }
}
.event-intro .event-item .detail-item .calendar-sheet .figure span.mon {
  font-family: "Scala Sans Offc W01 Bold", Helvetica, Roboto, Arial, sans-serif;
}
.event-intro .event-item .detail-item .calendar-sheet a.link-button {
  display: inline-block;
  background-color: #d5002c;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5%;
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .event-intro .event-item .detail-item .calendar-sheet a.link-button {
    width: auto;
    padding: 2% 5%;
  }
}
.event-intro .event-item .detail-item .calendar-sheet a.link-button span {
  font-size: larger;
}
.event-intro .event-item .detail-item .item-text {
  margin-left: 0;
  flex: 0 1 72%;
}
@media print, screen and (min-width: 50em) {
  .event-intro .event-item .detail-item .item-text {
    margin-left: 2.4vw;
  }
}
@media print, screen and (min-width: 64em) {
  .event-intro .event-item .detail-item .item-text {
    flex: 0 1 76%;
  }
}
@media screen and (min-width: 90em) {
  .event-intro .event-item .detail-item .item-text {
    flex: 1;
  }
}
.event-intro .event-item .detail-item .item-text .date-cat p {
  margin-bottom: 12px;
}
.event-intro .event-item .detail-item .item-text .date-cat .news-list-category {
  margin-bottom: 8px;
}
.event-intro .event-item .detail-item .item-text .date-cat .price {
  font-size: large;
  font-weight: normal;
  margin-bottom: 0;
}
.event-intro .event-item .detail-item .item-text .date-cat .price strong {
  font-weight: bold;
}
.event-intro .event-item .detail-item p {
  flex: 1 0 100%;
  margin-bottom: 12px;
  margin-top: 0;
}
.event-intro .event-item .detail-item p.organizer {
  margin-top: 29px;
  font-weight: normal;
}
.event-intro .event-item .detail-item p.organizer .phone {
  white-space: nowrap;
}
.event-intro .event-item .detail-item p.intro-text {
  margin-top: 29px;
}

/* ------------------------- Formulare ------------------------------ */
input[type=text], input[type=email], input[type=tel], textarea {
  height: 35px;
  font-size: 1.125rem;
  color: #666;
  padding: 6px 0.5rem;
}

input[type=submit], input[type=button] {
  border: none;
  margin-top: 5%;
  padding: 1.5% 9%;
  color: #ffffff;
  background-color: #d5002c;
  font-weight: bold;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 64em) {
  input[type=submit], input[type=button] {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 90em) {
  input[type=submit], input[type=button] {
    font-size: 1.375rem;
  }
}
input[type=submit]:hover, input[type=button]:hover {
  cursor: pointer;
  text-decoration: underline;
}

label:not(:last-child) > [type=radio] {
  margin-bottom: 0;
}

/* News/Event Filter */
.std-stage .filter-box {
  position: absolute;
  z-index: 3;
  bottom: 20%;
  width: 100%;
}
.std-stage .filter-box .filter-control {
  display: block;
  background-color: #ffffff;
  border: 1px solid #444;
  min-height: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 12px 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box .filter-control {
    min-height: 47px;
    padding: 10px 20px;
  }
}
.std-stage .filter-box .filter-control:after {
  font-family: "bim-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  content: "h";
  position: absolute;
  top: 16px;
  right: 4%;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}
.std-stage .filter-box .filter-control.open:after {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari */
  transform: rotate(-90deg);
  -webkit-transition: rotate 2s;
  transition: rotate 2s;
}
.std-stage .filter-box .filter-control a {
  color: #444;
}
.std-stage .filter-box .filter-list {
  display: none;
  opacity: 1;
  position: absolute;
  z-index: 3;
  width: 42vw;
  top: 52px;
  left: calc(50% - 21vw);
  background-color: #ffffff;
  border: 1px solid #444;
  border-top: none;
  transition: all 1s ease;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box .filter-list {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box .filter-list {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media screen and (min-width: 90em) {
  .std-stage .filter-box .filter-list {
    width: 604px;
    left: calc(50% - 302px);
  }
}
.std-stage .filter-box .filter-list ul {
  margin-left: 0;
  margin-bottom: 4px;
  padding: 4px 0 0 42px;
  list-style: none;
}
.std-stage .filter-box .filter-list ul li {
  padding-left: 42px;
  margin-left: -42px;
}
.std-stage .filter-box .filter-list ul li:hover {
  background-color: #d5002c;
}
.std-stage .filter-box .filter-list ul li:hover a span strong {
  color: #ffffff;
}
.std-stage .filter-box .filter-list ul li a span strong {
  color: #444;
}
.std-stage .filter-box .filter-list.cat {
  top: 134px;
}
.std-stage .filter-box .filter-list.cat ul.level-1 li.sub-list span.sublist-label {
  display: block;
}
.std-stage .filter-box .filter-list.cat ul.level-1 li.sub-list span.sublist-label :after {
  font-family: "bim-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  content: "h";
  position: absolute;
  top: 16px;
  right: 4%;
  top: auto;
  right: auto;
  margin-left: 20px;
  margin-top: 4px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}
.std-stage .filter-box .filter-list.cat ul.level-1 li.sub-list span.sublist-label.closedown :after {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari */
  transform: rotate(-90deg);
  -webkit-transition: rotate 2s;
  transition: rotate 2s;
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box .filter-list.cat ul.level-1 li.sub-list span.sublist-label strong {
    padding-right: 20px;
  }
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.news-filter {
    bottom: 30%;
  }
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box.news-filter {
    bottom: 20%;
  }
}
.std-stage .filter-box.news-filter .filter-control {
  width: 42vw;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.news-filter .filter-control {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box.news-filter .filter-control {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 90em) {
  .std-stage .filter-box.news-filter .filter-control {
    width: 604px;
  }
}
.std-stage .filter-box.event-filter {
  padding: 0 225px;
  top: 157px;
  bottom: auto;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.event-filter {
    padding: 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box.event-filter {
    padding: 0 20px;
    top: 167px;
  }
}
@media print, screen and (min-width: 50em) {
  .std-stage .filter-box.event-filter {
    padding: 0 13.8vw;
  }
}
@media print, screen and (min-width: 64em) {
  .std-stage .filter-box.event-filter {
    padding: 0 17%;
  }
}
@media screen and (min-width: 90em) {
  .std-stage .filter-box.event-filter {
    padding: 0 225px;
  }
}
.std-stage .filter-box.event-filter ul li:hover {
  background-color: transparent;
}
.std-stage .filter-box.event-filter ul li:hover a span strong {
  color: #444;
}
.std-stage .filter-box.event-filter ul li:hover span strong {
  color: #444;
}
.std-stage .filter-box.event-filter ul li:hover ul li a span strong {
  color: #444;
}
.std-stage .filter-box.event-filter ul li a:hover {
  text-decoration: none;
}
.std-stage .filter-box.event-filter ul li a:hover span strong {
  color: #444;
}
.std-stage .filter-box.event-filter ul li span strong {
  color: #444;
}
.std-stage .filter-box.event-filter .date-filter {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
}
.std-stage .filter-box.event-filter .date-filter .date-filter-from {
  width: 47.5%;
  float: left;
  border: 1px solid #444;
}
.std-stage .filter-box.event-filter .date-filter .date-filter-to {
  width: 47.5%;
  float: right;
  border: 1px solid #444;
}
.std-stage .filter-box.event-filter .date-filter input {
  height: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 50px;
  box-shadow: none;
  font-weight: bold;
  color: #444;
}
.std-stage .filter-box.event-filter .date-filter input:hover {
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box.event-filter .date-filter input {
    min-height: 47px;
  }
}
.std-stage .filter-box.event-filter .date-filter input::placeholder {
  color: #444;
  opacity: 1;
}
.std-stage .filter-box.event-filter .filter-control {
  width: 100%;
  text-transform: none;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.event-filter .filter-control {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box.event-filter .filter-control {
    min-height: 47px;
  }
}
@media screen and (min-width: 90em) {
  .std-stage .filter-box.event-filter .filter-control {
    width: 100%;
  }
}
.std-stage .filter-box.event-filter .region-filter {
  clear: both;
}
.std-stage .filter-box.event-filter .region-filter .filter-control {
  top: 40px;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.event-filter .region-filter .filter-control {
    top: 30px;
  }
}
.std-stage .filter-box.event-filter .cat-filter .filter-control {
  top: 50px;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.event-filter .cat-filter .filter-control {
    top: 30px;
  }
}
.std-stage .filter-box.event-filter .filter-list {
  width: calc(100% - 450px);
  left: 225px;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.event-filter .filter-list {
    margin: 0 30px;
    width: calc(100% - 60px);
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box.event-filter .filter-list {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 50em) {
  .std-stage .filter-box.event-filter .filter-list {
    width: 72.4%;
    left: 13.85%;
  }
}
@media print, screen and (min-width: 64em) {
  .std-stage .filter-box.event-filter .filter-list {
    width: 66.05%;
    left: 17%;
  }
}
@media screen and (min-width: 90em) {
  .std-stage .filter-box.event-filter .filter-list {
    width: calc(100% - 450px);
    left: 225px;
  }
}
.std-stage .filter-box.event-filter .filter-list.region {
  top: 144px;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.event-filter .filter-list.region {
    top: 134px;
  }
}
.std-stage .filter-box.event-filter .filter-list.cat {
  top: 236px;
}
@media screen and (max-width: 799px) {
  .std-stage .filter-box.event-filter .filter-list.cat {
    top: 216px;
  }
}
.std-stage .filter-box.event-filter .filter-submit {
  position: relative;
  bottom: -12px;
}
.std-stage .filter-box.event-filter .filter-submit .form-submit {
  min-height: 50px;
  margin-top: 46px;
}
@media screen and (max-width: 479px) {
  .std-stage .filter-box.event-filter .filter-submit .form-submit {
    min-height: 47px;
  }
}
@media screen and (max-width: 799px) {
  .std-stage.list-stage #event-search .dwksearch--mini.dwksearch--mini.dwksearch--mini.dwksearch--mini.dwksearch--mini.dwksearch--mini.dwksearch--mini.dwksearch--mini {
    display: block;
  }
}
.std-stage.list-stage .search {
  position: absolute;
  top: 48px;
  width: 100%;
  padding: 0 225px;
  z-index: 2;
}
@media screen and (max-width: 799px) {
  .std-stage.list-stage .search {
    padding: 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .std-stage.list-stage .search {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 50em) {
  .std-stage.list-stage .search {
    padding: 0 13.8vw;
  }
}
@media print, screen and (min-width: 64em) {
  .std-stage.list-stage .search {
    padding: 0 17%;
  }
}
@media screen and (min-width: 90em) {
  .std-stage.list-stage .search {
    padding: 0 225px;
  }
}
.std-stage.list-stage .search .search-wrapper, .std-stage.list-stage .search .ui-front {
  display: block;
  position: relative;
}
.std-stage.list-stage .search .search-wrapper .search-field, .std-stage.list-stage .search .ui-front .search-field {
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-right: 110px;
  margin-bottom: 0;
  background-color: #d5002c;
  box-shadow: inset 2px 3px 4px rgba(8, 8, 8, 0.25);
  border: none;
  height: auto;
  min-height: 69px;
  color: #ffffff;
  font-style: italic;
  font-size: 1.625rem;
}
@media print, screen and (min-width: 64em) {
  .std-stage.list-stage .search .search-wrapper .search-field, .std-stage.list-stage .search .ui-front .search-field {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  .std-stage.list-stage .search .search-wrapper .search-field, .std-stage.list-stage .search .ui-front .search-field {
    font-size: 1.625rem;
  }
}
.std-stage.list-stage .search .search-wrapper input[type=text], .std-stage.list-stage .search .ui-front input[type=text] {
  color: #ffffff;
}
.std-stage.list-stage .search .search-wrapper input::placeholder, .std-stage.list-stage .search .ui-front input::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.std-stage.list-stage .search .search-wrapper .dwksearch--mini--submit, .std-stage.list-stage .search .ui-front .dwksearch--mini--submit {
  right: 0;
  top: 36px;
  width: 100px;
  height: 69px;
}
.std-stage.list-stage .search .search-wrapper .icon-search, .std-stage.list-stage .search .ui-front .icon-search {
  position: absolute;
  right: 0;
  top: -1px;
  width: 100px;
  height: 69px;
  border-left: 1px solid #444;
  background-color: #d5002c;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 799px) {
  .std-stage.list-stage .search .search-wrapper .icon-search, .std-stage.list-stage .search .ui-front .icon-search {
    /*display: none;*/
  }
}
.std-stage.list-stage .search .search-wrapper .icon-search:before, .std-stage.list-stage .search .ui-front .icon-search:before {
  color: #ffffff;
  font-size: 1.75rem;
}
@media screen and (max-width: 479px) {
  .std-stage.list-stage.event-stage .figure .bg-image {
    height: 516px;
  }
}

/* Event Form */
.content .std-inner-content .more-link.back .font-link i:before {
  font-size: 13px;
  content: "g";
}
.content .std-inner-content .more-link.back .font-link span {
  padding-left: 2px;
}
.content .std-inner-content.form-content {
  margin-top: 30px;
}
.content .std-inner-content.form-content .form-wrapper {
  padding: 50px;
  border: 1px solid #e9e9e9;
  background-color: #fbfbfb;
}
@media screen and (max-width: 479px) {
  .content .std-inner-content.form-content .form-wrapper {
    padding: 30px 20px;
  }
}
.content .std-inner-content.form-content .form-wrapper h2 {
  margin-top: 5px;
  margin-bottom: 3.85%;
  padding-bottom: 3.85%;
  border-bottom: 1px solid #ccc;
}
.content .std-inner-content.form-content .form-wrapper form .form-submit, .content .std-inner-content.form-content .form-wrapper .form .form-submit {
  clear: both;
}
.content .std-inner-content.form-content .form-wrapper form .form-field, .content .std-inner-content.form-content .form-wrapper .form .form-field {
  float: left;
  margin-bottom: 0.4%;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .field-label, .content .std-inner-content.form-content .form-wrapper .form .form-field .field-label {
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .content .std-inner-content.form-content .form-wrapper form .form-field .field-label, .content .std-inner-content.form-content .form-wrapper .form .form-field .field-label {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  .content .std-inner-content.form-content .form-wrapper form .form-field .field-label, .content .std-inner-content.form-content .form-wrapper .form .form-field .field-label {
    font-size: 1.125rem;
  }
}
.content .std-inner-content.form-content .form-wrapper form .form-field .field-label .label-add, .content .std-inner-content.form-content .form-wrapper .form .form-field .field-label .label-add {
  color: #666;
  font-weight: normal;
  font-style: oblique;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .form-element .form-control, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .form-control {
  box-shadow: none;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .form-element .form-control.parsley-error, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .form-control.parsley-error {
  border-color: #d5002c;
  margin-bottom: 4px;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .form-element ul, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element .parsley-errors-list, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element ul, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .parsley-errors-list {
  margin-left: 0;
  list-style-type: none;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .form-element ul li, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element ul .parsley-required, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element .parsley-errors-list li, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element .parsley-errors-list .parsley-required, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element ul li, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element ul .parsley-required, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .parsley-errors-list li, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .parsley-errors-list .parsley-required {
  padding-right: 20px;
  color: #d5002c;
  text-align: right;
  font-style: oblique;
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  .content .std-inner-content.form-content .form-wrapper form .form-field .form-element ul li, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element ul .parsley-required, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element .parsley-errors-list li, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element .parsley-errors-list .parsley-required, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element ul li, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element ul .parsley-required, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .parsley-errors-list li, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .parsley-errors-list .parsley-required {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 90em) {
  .content .std-inner-content.form-content .form-wrapper form .form-field .form-element ul li, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element ul .parsley-required, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element .parsley-errors-list li, .content .std-inner-content.form-content .form-wrapper form .form-field .form-element .parsley-errors-list .parsley-required, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element ul li, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element ul .parsley-required, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .parsley-errors-list li, .content .std-inner-content.form-content .form-wrapper .form .form-field .form-element .parsley-errors-list .parsley-required {
    font-size: 1rem;
  }
}
.content .std-inner-content.form-content .form-wrapper form .form-field.long, .content .std-inner-content.form-content .form-wrapper .form .form-field.long {
  clear: both;
  width: 100%;
}
.content .std-inner-content.form-content .form-wrapper form .form-field.short, .content .std-inner-content.form-content .form-wrapper .form .form-field.short {
  width: 100%;
}
@media print, screen and (min-width: 50em) {
  .content .std-inner-content.form-content .form-wrapper form .form-field.short, .content .std-inner-content.form-content .form-wrapper .form .form-field.short {
    width: 46.995%;
  }
}
.content .std-inner-content.form-content .form-wrapper form .form-field.short.even, .content .std-inner-content.form-content .form-wrapper .form .form-field.short.even {
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 50em) {
  .content .std-inner-content.form-content .form-wrapper form .form-field.short.even, .content .std-inner-content.form-content .form-wrapper .form .form-field.short.even {
    margin-left: 3%;
  }
}
.content .std-inner-content.form-content .form-wrapper form .form-field.short.odd, .content .std-inner-content.form-content .form-wrapper .form .form-field.short.odd {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 50em) {
  .content .std-inner-content.form-content .form-wrapper form .form-field.short.odd, .content .std-inner-content.form-content .form-wrapper .form .form-field.short.odd {
    margin-right: 3%;
  }
}
.content .std-inner-content.form-content .form-wrapper form .form-field textarea[rows], .content .std-inner-content.form-content .form-wrapper .form .form-field textarea[rows] {
  height: 200px;
}
.content .std-inner-content.form-content .form-wrapper form .form-field textarea, .content .std-inner-content.form-content .form-wrapper .form .form-field textarea {
  box-shadow: none;
  width: 100%;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .captcha, .content .std-inner-content.form-content .form-wrapper .form .form-field .captcha {
  width: 250px;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .captcha .field-label, .content .std-inner-content.form-content .form-wrapper .form .form-field .captcha .field-label {
  margin-top: 30px;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .captcha .form-element img, .content .std-inner-content.form-content .form-wrapper .form .form-field .captcha .form-element img {
  width: 250px;
}
.content .std-inner-content.form-content .form-wrapper form .form-field .captcha .form-element input, .content .std-inner-content.form-content .form-wrapper form .form-field .captcha .form-element input[type=text], .content .std-inner-content.form-content .form-wrapper .form .form-field .captcha .form-element input, .content .std-inner-content.form-content .form-wrapper .form .form-field .captcha .form-element input[type=text] {
  width: 250px;
}
.content .std-inner-content.form-content .form-wrapper.event-form-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(7, 7, 7, 0.1);
  margin-top: 0;
}
/* ------------------ Startseite EventTeaser ---------------------- */
.start-content-sidebar-col .std-list-wrapper.event-list {
  padding: 0;
}

.start-content-sidebar-col .start-sidebar-col .accordion.event-item {
  margin-bottom: 20px;
}

.event-box {
  background-color: #eeeeee;
  padding: 30px 30px 0px 30px;
}
.event-box.is-active {
  padding: 30px 30px 30px 30px;
}
@media print, screen and (min-width: 50em) {
  .event-box {
    padding: 30px 30px 30px 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .event-box {
    padding: 30px 30px 30px 30px;
  }
}
.event-box.is-active a.accordion-title {
  margin: -30px -30px 30px -30px;
}
.event-box a.accordion-title {
  margin: -30px -30px 0px -30px;
}
@media print, screen and (min-width: 50em) {
  .event-box a.accordion-title {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .event-box a.accordion-title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.event-box .accordion-content {
  background-color: transparent;
}
.event-box .accordion-content .accordion {
  background-color: transparent;
}
.event-box .accordion-content .teaser-content {
  padding-left: 46px;
  margin-top: 10px;
}
@media print, screen and (min-width: 50em) {
  .event-box .accordion-content .teaser-content {
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .event-box .accordion-content .teaser-content {
    padding-left: 3.5vw;
  }
}
.event-box .accordion-content .teaser-content .location, .event-box .accordion-content .teaser-content .cat {
  margin-bottom: 18px;
}
.event-box .list-teaser-item.is-active .accordion-content .teaser-content {
  padding-left: 66px;
}
@media print, screen and (min-width: 50em) {
  .event-box .list-teaser-item.is-active .accordion-content .teaser-content {
    padding-left: 66px;
  }
}
@media print, screen and (min-width: 64em) {
  .event-box .list-teaser-item.is-active .accordion-content .teaser-content {
    padding-left: 15%;
  }
}
@media screen and (min-width: 90em) {
  .event-box .list-teaser-item.is-active .accordion-content .teaser-content {
    padding-left: 60px;
  }
}
.event-box .event-list {
  margin: 0;
}
@media print, screen and (min-width: 50em) {
  .event-box .event-list {
    margin: 0 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .event-box .event-list {
    margin: 0;
  }
}
.event-box .event-list ul li .list-teaser-wrapper.event-item {
  position: relative;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a {
  width: 100%;
  padding-right: 30px;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a .teaser-header {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 50em) {
  .event-box .event-list ul li .list-teaser-wrapper.event-item a .teaser-header {
    margin-bottom: 12px;
  }
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a .font-link span {
  padding-left: 0;
  font-size: larger;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a .font-link i {
  right: 0;
  position: absolute;
  top: 4px;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a .font-link i:before {
  font-size: large;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a:hover {
  text-decoration: none;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a:hover:after {
  background-color: transparent;
  color: #d5002c;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item a:after {
  font-family: "bim-font" !important;
  font-size: small;
  content: "j";
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 100%;
  background-color: #d5002c;
  color: #ffffff;
  width: 24px;
  height: 24px;
  padding: 0px 0px 0px 5.6px;
  line-height: 180%;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .is-active a .font-link span {
  padding-left: 0;
  font-size: larger;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .is-active a .font-link i {
  right: 0;
  position: absolute;
  top: 4px;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .is-active a .font-link i:before {
  font-size: large;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .is-active a:hover {
  text-decoration: none;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .is-active a:hover:after {
  background-color: transparent;
  color: #d5002c;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .is-active a:after {
  content: "i";
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item {
  margin-bottom: 0px;
  display: block;
  padding-bottom: 0;
  border-bottom: 1px solid #000;
  width: 92%;
}
@media print, screen and (min-width: 50em) {
  .event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item {
    padding-bottom: 15px;
    width: 100%;
  }
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .calendar-sheet {
  display: inline-block;
  margin-top: 1px;
  margin-right: 15px;
}
@media print, screen and (min-width: 50em) {
  .event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .calendar-sheet {
    margin-right: 1.6%;
  }
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .calendar-sheet .figure {
  width: auto;
  height: auto;
  padding: 0;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .calendar-sheet .figure span {
  font-size: inherit;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .calendar-sheet .figure span.day {
  font-size: x-large;
  font-weight: normal;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text h3 {
  color: #000;
  font-size: inherit;
  margin-bottom: 6px;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text h3 .subtitle {
  font-size: 0.95em;
  margin-top: 0.2em;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .item-text .date-cat p {
  font-weight: smaller;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content {
  width: 100%;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content .teaser-content p {
  margin-bottom: 26px;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content .teaser-content a {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 50em) {
  .event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content .teaser-content a {
    margin-bottom: 8px;
  }
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content .teaser-content a .font-link span {
  padding-left: 0;
  font-size: inherit;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content .teaser-content a .font-link i {
  right: auto;
  left: 0;
  position: absolute;
  top: 2px;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content .teaser-content a .font-link i:before {
  font-size: small;
}
.event-box .event-list ul li .list-teaser-wrapper.event-item .list-teaser-item .accordion-content .teaser-content a:after {
  content: "" !important;
  background-color: transparent;
}
.event-box .all-content {
  margin-top: 30px;
  text-align: right;
  padding-right: 0;
}
@media print, screen and (min-width: 50em) {
  .event-box .all-content {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .event-box .all-content {
    padding-right: 0;
  }
}
.event-box .all-content a .font-link span {
  padding-left: 5px;
  font-size: larger;
}
.event-box .all-content a .font-link i {
  top: 4px;
}
.event-box .all-content a .font-link i:before {
  font-size: medium;
}
.event-box .std-list-wrapper.event-list ul li .list-teaser-wrapper.event-item .list-teaser-item.is-active .calendar-sheet {
  margin-bottom: 0;
}

/* teaser */
.std-teaser-wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.std-teaser-wrapper > .teaser-item {
    width: 50%;
    display: flex;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 64em) {
  .std-teaser-wrapper.std-teaser-wrapper > .teaser-item {
    width: 33%;
  }
}
@media screen and (min-width: 90em) {
  .std-teaser-wrapper.std-teaser-wrapper > .teaser-item {
    width: 33%;
  }
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.std-teaser-wrapper > .teaser-item.double-item {
    display: block;
    width: 100%;
  }
  .std-teaser-wrapper .double-wrapper .inner-wrapper .item-right, .std-teaser-wrapper .double-wrapper .inner-wrapper .item-left {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .std-teaser-wrapper.std-teaser-wrapper > .teaser-item.double-item {
    width: 66%;
  }
  .std-teaser-wrapper .double-wrapper .inner-wrapper .item-right, .std-teaser-wrapper .double-wrapper .inner-wrapper .item-left {
    width: 50%;
  }
}
@media screen and (min-width: 90em) {
  .std-teaser-wrapper.std-teaser-wrapper > .teaser-item.double-item {
    width: 66%;
  }
  .std-teaser-wrapper .double-wrapper .inner-wrapper .item-right, .std-teaser-wrapper .double-wrapper .inner-wrapper .item-left {
    width: 50%;
  }
}
.std-teaser-wrapper h2 {
  flex: 0 0 100%;
}
.std-teaser-wrapper > .teaser-item {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.std-teaser-wrapper > .teaser-item:nth-of-type(1n) {
  clear: none;
}
.std-teaser-wrapper > .teaser-item:nth-of-type(1n+1) {
  clear: both;
}
.std-teaser-wrapper > .teaser-item:last-child {
  float: left;
}
@media screen and (max-width: 479px) {
  .std-teaser-wrapper > .teaser-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .std-teaser-wrapper > .teaser-item.double-item {
    padding-left: 0;
    padding-right: 0;
  }
  .std-teaser-wrapper > .teaser-item.single-item.slider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .std-teaser-wrapper > .teaser-item.linkbox {
    padding-left: 0;
    padding-right: 0;
  }
}
.std-teaser-wrapper .teaser-item {
  text-align: center;
  margin-bottom: 39px;
  display: block;
}
.std-teaser-wrapper .teaser-item .inner-wrapper {
  display: flex;
  width: 100%;
  flex-flow: column wrap;
  border-top: 1px solid #000;
  padding: 0 14.588%;
}
.std-teaser-wrapper .teaser-item.text-teaser .inner-wrapper {
  padding-bottom: 4px;
}
.std-teaser-wrapper .teaser-item.text-item .inner-wrapper {
  padding-bottom: 4px;
}
@media screen and (max-width: 479px) {
  .std-teaser-wrapper .teaser-item.text-item .inner-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.std-teaser-wrapper .teaser-item.text-item .inner-wrapper strong:first-of-type {
  margin: 10px 0 34px 0;
  font-weight: bold;
}
.std-teaser-wrapper .teaser-item.text-item .inner-wrapper h3 {
  margin-bottom: 30px;
}
.std-teaser-wrapper .teaser-item.text-item .inner-wrapper .more-link {
  padding-bottom: 12px;
}
.std-teaser-wrapper .teaser-item.icon-teaser .inner-wrapper {
  border-top: none;
  padding-bottom: 4px;
}
@media screen and (max-width: 479px) {
  .std-teaser-wrapper .teaser-item.icon-teaser .inner-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.std-teaser-wrapper .teaser-item.icon-teaser .inner-wrapper strong:first-of-type {
  margin: 30px 0 34px 0;
  font-weight: bold;
}
.std-teaser-wrapper .teaser-item.icon-teaser .inner-wrapper h3 {
  margin-bottom: 30px;
}
.std-teaser-wrapper .teaser-item.icon-teaser .inner-wrapper .more-link {
  padding-bottom: 12px;
}
.std-teaser-wrapper .teaser-item.pict-item {
  display: block;
  margin-bottom: 43px;
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper .teaser-item.pict-item {
    display: flex;
    flex-direction: row-reverse;
  }
}
.std-teaser-wrapper .teaser-item.pict-item .inner-wrapper {
  border-top: 4px solid #ededed;
  padding: 0 0 12px 0;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper {
    padding-bottom: 2px;
  }
}
.std-teaser-wrapper .teaser-item.pict-item .inner-wrapper h3 {
  margin-top: 18px;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper h3 {
    margin-top: 26px;
    margin-bottom: 18px;
  }
}
.std-teaser-wrapper .teaser-item.pict-item .inner-wrapper p {
  color: #444;
}
.std-teaser-wrapper .teaser-item.pict-item .inner-wrapper .more-link {
  padding-bottom: 0;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper .more-link {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper .no-icon .more-link {
    padding-bottom: 0;
  }
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper {
  width: 100%;
  background-color: #ededed;
  border-top: none;
  padding: 12% 12% 12% 7.545%;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper h3 {
  text-align: left;
  margin-bottom: 42px;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper.ruled-list {
  text-align: left;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper ul {
  margin-left: 0;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper ul .link-wrapper {
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  padding-bottom: 8px;
  position: relative;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper ul .link-wrapper:last-child {
  border-bottom: none;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper ul .link-wrapper a .font-link span {
  padding-left: 0;
  font-size: larger;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper ul .link-wrapper a .font-link i {
  right: 0;
  position: absolute;
  top: 4px;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper ul .link-wrapper a .font-link i:before {
  font-size: large;
}
.std-teaser-wrapper .teaser-item.linkbox .inner-wrapper .list-wrapper ul .link-wrapper a.more-link .font-link span {
  padding-left: 0;
  /*padding-right: 18px;*/
  padding-right: 10px;
  display: inline-block;
}
.std-teaser-wrapper .teaser-item.double-item .inner-wrapper {
  border-top: none;
  display: flex;
  flex-flow: column wrap;
  padding: 0 58px;
}
.std-teaser-wrapper .teaser-item.double-item .inner-wrapper .more-link {
  padding-bottom: 24px;
  align-self: unset;
}
.std-teaser-wrapper .teaser-item.single-item {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  height: auto;
}
.std-teaser-wrapper .teaser-item.single-item .pict-wrapper {
  border-top: none;
  display: inline-block;
  padding: 0;
}
.std-teaser-wrapper .teaser-item.single-item .pict-wrapper .more-link {
  padding-bottom: 24px;
}
.std-teaser-wrapper .teaser-item.single-item.slider {
  background-color: transparent;
}
.std-teaser-wrapper .teaser-item.blockquote-item .blockquote-box.small-item {
  margin: 0;
}
.std-teaser-wrapper .teaser-item.blockquote-item .blockquote-box.small-item .quote-wrapper .blockquote {
  margin-bottom: 0;
}
.std-teaser-wrapper .teaser-item strong {
  font-weight: normal;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #444;
  width: 100%;
  display: inline-block;
}
.std-teaser-wrapper .teaser-item h3 {
  font-weight: bold;
  font-weight: normal;
}
.std-teaser-wrapper .teaser-item .more-link {
  display: inline-block;
  align-self: center;
  display: flex;
  flex: 1;
}
.std-teaser-wrapper .teaser-item .more-link .icon-link span {
  font-weight: bold;
}
.std-teaser-wrapper .teaser-item .no-icon .more-link {
  display: block;
  color: inherit;
  font-weight: normal;
}
.std-teaser-wrapper .teaser-item .no-icon .more-link:hover {
  text-decoration: underline !important;
}
.std-teaser-wrapper .teaser-item .video-box .video-button {
  background: transparent url("images/button-play.png") no-repeat scroll 0 0;
  width: 74px;
  height: 74px;
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
}
.std-teaser-wrapper .teaser-item .video-box:hover .video-button {
  background-image: url("images/button-play_hover.png");
}
.std-teaser-wrapper.teaser-header-small h2 {
  font-size: large;
  margin-left: 20px;
  margin-bottom: 6px;
}
.std-teaser-wrapper.feed-box-wrapper.std-teaser-wrapper > .teaser-item {
  display: block;
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper.std-teaser-wrapper > .teaser-item {
    width: 33%;
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .std-teaser-wrapper.feed-box-wrapper.std-teaser-wrapper > .teaser-item {
    width: 33%;
  }
}
@media screen and (min-width: 90em) {
  .std-teaser-wrapper.feed-box-wrapper.std-teaser-wrapper > .teaser-item {
    width: 33%;
  }
}
.std-teaser-wrapper.feed-box-wrapper h2 {
  color: #ffffff;
  background-color: #d5002c;
  font-size: 2.25rem;
  letter-spacing: 0.1;
  line-height: 94%;
  padding: 15px 20px;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper.feed-box-wrapper h2 {
    font-size: 2.25rem;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  .std-teaser-wrapper.feed-box-wrapper h2 {
    font-size: 1.75rem;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper h2 {
    color: inherit;
    background-color: transparent;
  }
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box {
  padding-right: 0;
  padding-left: 0;
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box h3 {
  display: none;
  background-color: transparent;
  margin-bottom: 0.5rem;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  color: #444;
  font-size: 1rem;
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box h3 {
    display: block;
    background-color: #325D98;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.8rem;
    color: #ffffff;
  }
}
@media print, screen and (min-width: 64em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box h3 {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 90em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box h3 {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.feed-box.sm-twitter h3 {
  background-color: transparent;
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.feed-box.sm-twitter h3 {
    background-color: #3DAEED;
  }
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.feed-box.sm-instagram h3 {
  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.feed-box.sm-instagram h3 {
    background-color: #e3a445;
    background-image: url("images/grad.png");
    background-position: center center;
    background-repeat: repeat-y;
    background-size: contain;
  }
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box iframe {
  border: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
  height: 421px;
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box iframe {
    border: 1px solid #f0f0f0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box iframe {
    border: 3px solid #f0f0f0 !important;
  }
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div {
  display: block;
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span {
  width: 400px !important;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span {
    width: 400px !important;
  }
}
@media screen and (max-width: 479px) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span {
    width: 320px !important;
  }
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span {
    width: 100% !important;
  }
}
.std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span iframe {
  width: unset;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span iframe {
    width: 400px !important;
  }
}
@media screen and (max-width: 479px) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span iframe {
    width: 320px !important;
  }
}
@media print, screen and (min-width: 50em) {
  .std-teaser-wrapper.feed-box-wrapper .teaser-item.feed-box.sm-facebook h3 + div span iframe {
    width: calc(100% - 2px) !important;
  }
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type {
  text-align: center;
  width: 100%;
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia {
  display: inline-block;
  padding-left: 0;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia {
    margin-top: 22px;
    margin-bottom: 52px;
    margin-left: 0;
  }
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a {
  display: inline-block;
  text-decoration: none;
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a i {
  padding-right: 3px;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a i {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a i:before {
  padding-right: 3px;
  margin-right: 0;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -3px;
  width: 18px;
  height: 18px;
  content: "";
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a i:before {
    padding-right: 13px;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
  }
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .icon-link span {
  margin-left: 3px;
}
@media screen and (max-width: 799px) {
  .std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .icon-link span {
    display: none;
  }
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .icon-link span:hover {
  text-decoration: underline;
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .pict-link-facebook {
  display: none;
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .pict-link-facebook:before {
  background-image: url("images/facebook-60x60.png");
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .pict-link-twitter:before {
  background-image: url("images/twitter-60x60.png");
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .pict-link-youtube:before {
  background-image: url("images/youtube-60x60.png");
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .pict-link-instagram:before {
  background-image: url("images/instagram-60x60.png");
}
.std-teaser-wrapper.feed-box-wrapper div:last-of-type .socialmedia a .pict-link-snapchat:before {
  background-image: url("images/snapchat-60x60.png");
}
.press .inner-content:not(.std-stage) .std-teaser-wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 799px) {
  .press .inner-content:not(.std-stage) .std-teaser-wrapper {
    padding-top: 0;
  }
}
.press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.pict-item {
  margin-bottom: 150px;
}
.press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper {
  padding-bottom: 0;
}
.press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.linkbox {
  margin-bottom: 150px;
}
.press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.single-item {
  margin-bottom: 150px;
}
.press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.double-item {
  margin-bottom: 150px;
}
@media screen and (max-width: 799px) {
  .press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.pict-item {
    margin-bottom: 43px;
  }
  .press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.linkbox {
    margin-bottom: 43px;
  }
  .press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.single-item {
    margin-bottom: 43px;
  }
  .press .inner-content:not(.std-stage) .std-teaser-wrapper .teaser-item.double-item {
    margin-bottom: 43px;
  }
}

.pict-item.teaser-item h3 {
  text-transform: uppercase;
}
.pict-item.teaser-item p {
  padding: 0 26px;
}
.pict-item .inner-wrapper {
  background-color: #f8f8f8;
  box-shadow: 0px 9px 0px -4px #eeeeee;
  text-align: center;
}

.double-item.teaser-item {
  width: 100%;
}
.double-item .double-wrapper {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border-top: none;
  padding: 0;
  background-color: #eeeeee;
}
.double-item .double-wrapper::before, .double-item .double-wrapper::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.double-item .double-wrapper::after {
  clear: both;
}
@media print, screen and (min-width: 50em) {
  .double-item .double-wrapper {
    display: flex;
  }
}
.double-item .double-wrapper figure, .double-item .double-wrapper .figure {
  display: inline-block;
}
.double-item .double-wrapper .item-left {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0;
  width: 100%;
}
.double-item .double-wrapper .item-left .image {
  text-align: center;
}
.double-item .double-wrapper .item-left .image img {
  width: 100%;
}
@media print, screen and (min-width: 50em) {
  .double-item .double-wrapper .item-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.double-item .double-wrapper .item-left:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 50em) {
  .double-item .double-wrapper .item-left {
    padding: 0;
    width: 40%;
  }
  .double-item .double-wrapper .item-left .image {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .double-item .double-wrapper .item-left {
    padding: 0;
    width: 48%;
  }
}
@media screen and (min-width: 90em) {
  .double-item .double-wrapper .item-left {
    padding: 0;
    width: 48%;
  }
}
.double-item .double-wrapper .item-right {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  display: flex;
  padding: 24px 24px 0px 24px;
}
@media print, screen and (min-width: 50em) {
  .double-item .double-wrapper .item-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.double-item .double-wrapper .item-right:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 50em) {
  .double-item .double-wrapper .item-right {
    width: 60%;
  }
}
@media print, screen and (min-width: 64em) {
  .double-item .double-wrapper .item-right {
    width: 53%;
  }
}
@media screen and (min-width: 90em) {
  .double-item .double-wrapper .item-right {
    width: 53%;
  }
}
.double-item .double-wrapper .item-right .inner-wrapper {
  padding: 10% 20px 10% 20px;
}
.double-item .double-wrapper .item-right .inner-wrapper h2, .double-item .double-wrapper .item-right .inner-wrapper h3 {
  text-align: left;
}
@media screen and (max-width: 799px) {
  .double-item .double-wrapper .item-right .inner-wrapper h2, .double-item .double-wrapper .item-right .inner-wrapper h3 {
    margin-top: 3px;
    margin-bottom: 16px;
  }
}
.double-item .double-wrapper .item-right .inner-wrapper p {
  text-align: left;
}
.double-item .double-wrapper .item-right .inner-wrapper .more-link {
  padding-bottom: 34px;
}
.double-item.stopper .double-wrapper {
  background-color: #d5002c;
}
@media print, screen and (min-width: 50em) {
  .double-item.stopper .double-wrapper .item-left {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .double-item.stopper .double-wrapper .item-left {
    padding: 0;
    width: 48%;
  }
}
@media screen and (min-width: 90em) {
  .double-item.stopper .double-wrapper .item-left {
    padding: 0;
    width: 48%;
  }
}
.double-item.stopper .double-wrapper .item-right {
  flex-direction: column;
}
@media screen and (max-width: 799px) {
  .double-item.stopper .double-wrapper .item-right {
    padding-bottom: 28px;
  }
}
@media print, screen and (min-width: 50em) {
  .double-item.stopper .double-wrapper .item-right {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .double-item.stopper .double-wrapper .item-right {
    width: 53%;
  }
}
@media screen and (min-width: 90em) {
  .double-item.stopper .double-wrapper .item-right {
    width: 53%;
  }
}
.double-item.stopper .double-wrapper .item-right .inner-wrapper {
  padding: 0;
}
.double-item.stopper .double-wrapper .item-right .inner-wrapper h2, .double-item.stopper .double-wrapper .item-right .inner-wrapper h3 {
  margin-bottom: 22px;
  color: #ffffff;
  text-align: center;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .double-item.stopper .double-wrapper .item-right .inner-wrapper h2, .double-item.stopper .double-wrapper .item-right .inner-wrapper h3 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 90em) {
  .double-item.stopper .double-wrapper .item-right .inner-wrapper h2, .double-item.stopper .double-wrapper .item-right .inner-wrapper h3 {
    font-size: 2.25rem;
  }
}
.double-item.stopper .double-wrapper .item-right .inner-wrapper p {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.double-item.stopper .double-wrapper .item-right .inner-wrapper p.telephone {
  font-family: "scala-sans-bold", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .double-item.stopper .double-wrapper .item-right .inner-wrapper p.telephone {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 90em) {
  .double-item.stopper .double-wrapper .item-right .inner-wrapper p.telephone {
    font-size: 2.25rem;
  }
}
.double-item.stopper .double-wrapper .item-right .inner-wrapper p.telephone strong a {
  color: #ffffff;
  font-size: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .double-item.stopper .double-wrapper .item-right .inner-wrapper p.telephone strong a {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 90em) {
  .double-item.stopper .double-wrapper .item-right .inner-wrapper p.telephone strong a {
    font-size: 2.25rem;
  }
}
.double-item.stopper .double-wrapper .item-right .inner-wrapper p strong {
  text-transform: none;
  line-height: normal;
  font-size: inherit;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 22px;
  display: block;
}

/* new contect boxes */
.std-wide-content.contact-groups {
  background-color: transparent;
}
.std-wide-content.contact-groups .contact-item-wrapper {
  background-color: #eeeeee;
  padding: 66px 17.374%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.std-wide-content.contact-groups .contact-item-wrapper:nth-child(2) {
  background-color: #f7f7f7;
}
.std-wide-content.contact-groups .contact-item-wrapper:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 799px) {
  .std-wide-content.contact-groups .contact-item-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 799px) {
  .std-wide-content.contact-groups .contact-item-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 699px) {
  .std-wide-content.contact-groups .contact-item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .std-wide-content.contact-groups .contact-item-wrapper h2 {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper h2 {
    padding: 0 1.25rem;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper h2 + p {
  margin: 24px 0 60px 0;
  text-align: left;
}
@media screen and (max-width: 799px) {
  .std-wide-content.contact-groups .contact-item-wrapper h2 + p {
    margin: 24px 0 60px 0;
  }
}
@media screen and (max-width: 699px) {
  .std-wide-content.contact-groups .contact-item-wrapper h2 + p {
    text-align: center;
    margin: 24px 1.25rem 60px 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper h2 + p {
    margin: 24px 1.25rem 60px 1.25rem;
  }
}
@media print, screen and (min-width: 50em) {
  .std-wide-content.contact-groups .contact-item-wrapper h2 + p {
    margin: 24px 0 60px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .std-wide-content.contact-groups .contact-item-wrapper h2 + p {
    margin: 24px 0 60px 0;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item {
  margin: 0;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item {
    margin: 0 1.25rem 0 1.25rem;
  }
}
@media print, screen and (min-width: 50em) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item {
    max-width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item {
    max-width: 100%;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper {
  display: flex;
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper {
    display: block;
  }
}
@media screen and (max-width: 699px) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper {
    display: block;
  }
}
@media print, screen and (min-width: 50em) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper {
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper {
    display: flex;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper h2 {
  text-align: center;
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .figure {
  margin-bottom: 24px;
}
@media screen and (max-width: 479px) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .figure {
    min-width: 240px;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .figure .image img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .figure .bg-image {
  width: 195px;
  height: 195px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address {
  margin-left: 60px;
}
@media screen and (max-width: 699px) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address {
    margin-left: 0;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address p, .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address a {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 699px) {
  .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address p, .std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address a {
    text-align: center;
  }
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address .job-title {
  font-weight: normal;
  margin-bottom: 28px;
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address .job-title .region {
  display: block;
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address .name-sub span {
  display: block;
  font-weight: normal;
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address .info-add {
  font-weight: normal;
  line-height: initial;
  margin-bottom: 28px;
}
.std-wide-content.contact-groups .contact-item-wrapper .contact-item .inner-wrapper .address a {
  display: block;
}
/* site elements, boxes */
.std-wide-content .contact-item-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: center;
}
.std-wide-content .contact-item-wrapper:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 799px) {
  .std-wide-content .contact-item-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 799px) {
  .std-wide-content .contact-item-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.std-wide-content .contact-item-wrapper h2 {
  flex: 1 1 100%;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .std-wide-content .contact-item-wrapper h2 {
    padding: 0 1.25rem;
  }
}
.std-wide-content .contact-item-wrapper h2 + p {
  margin: 24px 19% 60px 19%;
  text-align: center;
  flex: 1 1 100%;
}
@media screen and (max-width: 799px) {
  .std-wide-content .contact-item-wrapper h2 + p {
    margin: 24px 1.25rem 60px 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .std-wide-content .contact-item-wrapper h2 + p {
    margin: 24px 1.25rem 60px 1.25rem;
  }
}
@media print, screen and (min-width: 50em) {
  .std-wide-content .contact-item-wrapper h2 + p {
    margin: 24px 30px 60px 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .std-wide-content .contact-item-wrapper h2 + p {
    margin: 24px 19% 60px 19%;
  }
}
.std-wide-content .contact-item-wrapper .contact-item {
  float: left;
  float: none;
  margin: 0 70px 70px 70px;
  flex: 1 0 30vw;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  .std-wide-content .contact-item-wrapper .contact-item {
    margin: 0 1.25rem 40px 1.25rem;
  }
}
@media print, screen and (min-width: 50em) {
  .std-wide-content .contact-item-wrapper .contact-item {
    max-width: 22vw;
  }
}
@media screen and (min-width: 90em) {
  .std-wide-content .contact-item-wrapper .contact-item {
    max-width: 340px;
  }
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper h2 {
  text-align: center;
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .figure {
  margin-bottom: 24px;
}
@media screen and (max-width: 479px) {
  .std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .figure {
    min-width: 240px;
  }
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .figure .image img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .figure .bg-image {
  width: 195px;
  height: 195px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .address p, .std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .address a {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 2px;
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .address .job-title {
  font-weight: normal;
  margin-bottom: 28px;
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .address .name-sub span {
  display: block;
  font-weight: normal;
}
.std-wide-content .contact-item-wrapper .contact-item .inner-wrapper .address a {
  display: block;
}
.std-wide-content .quicklinks.contact-item-wrapper {
  padding: 50px 0;
}
.std-wide-content .quicklinks.contact-item-wrapper .contact-item .inner-wrapper {
  text-align: center;
}
.std-wide-content .quicklinks.contact-item-wrapper .contact-item .inner-wrapper a {
  color: #000;
}
.std-wide-content .quicklinks.contact-item-wrapper .contact-item .inner-wrapper a:before {
  content: none;
  content: unset;
}
.std-wide-content .quicklinks.contact-item-wrapper .contact-item .inner-wrapper .figure {
  margin-bottom: 20px;
}
.std-wide-content .quicklinks.contact-item-wrapper .contact-item .inner-wrapper .figure .image img {
  border-radius: none;
  border-radius: unset;
}

.wide-offset-box {
  margin-bottom: 33px;
  position: relative;
}
.wide-offset-box .image {
  margin: 0 0 0 0;
}
.wide-offset-box .image img {
  max-width: auto;
  max-width: unset;
  width: 100%;
  margin-left: 0;
}
.wide-offset-box .quote-wrapper {
  position: absolute;
  max-width: 42%;
  top: 8%;
  margin-left: 0;
}
@media screen and (max-width: 49.9375em) {
  .wide-offset-box .quote-wrapper {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .wide-offset-box .quote-wrapper {
    top: 13%;
  }
}
.wide-offset-box .quote-wrapper h2 {
  display: inline-block;
  margin-left: -15px;
  padding: 12px 15px;
  background-color: #d5002c;
  color: #ffffff;
}
.wide-offset-box .quote-wrapper .blockquote {
  border-left: none;
  padding: 0;
  margin-left: 30px;
  margin-bottom: 0;
}
.wide-offset-box .quote-wrapper .blockquote p {
  display: inline-block;
  background-color: #ffffff;
  font-weight: bold;
  line-height: normal;
  padding: 10px 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .wide-offset-box .quote-wrapper .blockquote p {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
}
.wide-offset-box .quote-wrapper .caption-wrapper {
  margin-left: 30px;
}
.wide-offset-box .quote-wrapper .caption-wrapper p {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media print, screen and (min-width: 64em) {
  .wide-offset-box .quote-wrapper .caption-wrapper p {
    padding: 13px 20px 13px 30px;
  }
}

.intro .h1-offset {
  position: relative;
}
@media screen and (max-width: 479px) {
  .intro .h1-offset {
    position: relative;
    margin-bottom: 50px;
  }
}
.intro .h1-offset h1 {
  background-color: #d5002c;
  color: #ffffff;
  position: absolute;
  bottom: 15%;
  left: 0;
  left: auto;
  /*padding: 15px 20px 15px 30px;*/
  padding: 15px 30px 15px 30px;
  margin-left: -15px;
  margin-left: 0;
  z-index: 2;
}
@media screen and (max-width: 479px) {
  .intro .h1-offset h1 {
    bottom: -74px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.intro.rubric {
  position: relative;
}
.intro.rubric .h1-offset {
  /*position: static;*/
  position: relative;
}
@media screen and (max-width: 479px) {
  .intro.rubric .h1-offset {
    position: relative;
  }
}
.intro.rubric .h1-offset h1 {
  margin-left: 0;
  /*bottom: 45%;*/
  bottom: 7%;
  left: auto;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .intro.rubric .h1-offset h1 {
    bottom: 21%;
  }
}
@media screen and (max-width: 479px) {
  .intro.rubric .h1-offset h1 {
    bottom: -74px;
    width: 100%;
  }
}
.intro.rubric .intro-content p {
  font-weight: normal;
}
.intro ul li {
  background-image: none;
}
.intro ul li:before {
  content: "";
}
.intro .intro-content {
  margin-bottom: 22px;
}
.intro .intro-content h2 p {
  font-size: 1.125rem;
  font-weight: bold;
}
.intro .intro-content h2 .archive p {
  font-weight: normal;
}
.intro .intro-content .date-cat {
  margin-bottom: 8px;
}
.intro .intro-content .date-cat p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
}
.intro .intro-content .date-cat p.price {
  color: #000;
  margin-bottom: 0;
}
.intro .intro-content .date-cat ul, .intro .intro-content .date-cat .news-list-category {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.intro .intro-content .date-cat ul li, .intro .intro-content .date-cat .news-list-category li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  margin-right: 16px;
}
.intro .intro-content .date-cat ul li a, .intro .intro-content .date-cat .news-list-category li a {
  font-size: 1rem;
  color: #d5002c;
  font-weight: bold;
}
.intro .intro-content .date-cat ul li:before, .intro .intro-content .date-cat .news-list-category li:before {
  content: "#";
  color: #d5002c;
  font-weight: bold;
}
.intro .intro-content p {
  font-family: "Scala Sans Offc W01 Regular", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.intro .intro-content p:last-child {
  margin-bottom: 0;
}
.intro.rubric {
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .intro.rubric {
    margin-bottom: 0;
  }
}
.intro.rubric .intro-content p {
  font-weight: normal;
}
.content.rubric-start .teaser-item, .content.rubric-start .std-teaser-wrapper .teaser-item.pict-item {
  margin-bottom: 43px;
}
@media print, screen and (min-width: 64em) {
  .content.rubric-start .teaser-item, .content.rubric-start .std-teaser-wrapper .teaser-item.pict-item {
    margin-bottom: 80px;
  }
}
.content.rubric-start .inner-content {
  max-width: 1320px;
}
.content.rubric-start .std-intro-content h2 {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .content.rubric-start .std-intro-content h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 90em) {
  .content.rubric-start .std-intro-content h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479px) {
  .content.rubric-start .std-intro-content h2 {
    font-size: 1.5rem;
  }
}
.content.rubric-start .std-wide-content {
  margin-bottom: 39px;
}

.list-wrapper ul {
  list-style-type: none;
}
.blockquote-box {
  margin: 40px 0;
}
.blockquote-box .blockquote {
  border-left: none;
  background-color: #eeeeee;
  padding: 20px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.blockquote-box .blockquote .icon-quote:before {
  font-size: 1.25rem;
  color: #bbb;
  top: -10px;
  position: relative;
}
.blockquote-box .blockquote:after {
  content: "";
  background-image: url("images/quote-pointer.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  z-index: 0;
  left: 16.4vw;
  width: 4vw;
  height: 15%;
}
@media print, screen and (min-width: 50em) {
  .blockquote-box .blockquote:after {
    bottom: -28%;
    height: 39%;
  }
}
.blockquote-box .figure {
  display: inline-block;
}
.blockquote-box .figure .image {
  display: inline-block;
}
.blockquote-box .figure .image img {
  border-radius: 100%;
}
.blockquote-box .caption-wrapper {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.blockquote-box.wide {
  margin: 0;
}
.blockquote-box.wide .blockquote {
  padding: 3.037vw 6.4112vw 3.037vw 6.4112vw;
  margin-bottom: 25px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .blockquote {
    padding: 50px 70px 60px 70px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.wide .blockquote {
    padding: 40px 20px 30px 20px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.wide .blockquote {
    padding: 50px 98px 50px 98px;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .blockquote {
    padding: 3.037vw 6.4112vw 3.037vw 6.4112vw;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .blockquote {
    padding: 50px 98px 50px 98px;
  }
}
.blockquote-box.wide .blockquote .icon-zitat:before {
  margin-bottom: 24px;
}
.blockquote-box.wide .blockquote p {
  font-style: italic;
  line-height: 132%;
  font-size: 1.375rem;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .blockquote p {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .blockquote p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .blockquote p {
    font-size: 1.5rem;
  }
}
.blockquote-box.wide .blockquote:after {
  background-image: url("images/quote-pointer-big.png");
  width: 20%;
  height: 20%;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .blockquote:after {
    bottom: -50px;
    left: 29%;
    width: 110px;
    height: 80px;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.wide .blockquote:after {
    bottom: -50px;
    height: 80px;
    left: 246px;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .blockquote:after {
    left: 16.8vw;
    height: 35%;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .blockquote:after {
    left: 246px;
    height: 35%;
  }
}
.blockquote-box.wide .figure {
  margin-left: 6.4112vw;
  width: auto;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .figure {
    margin-left: 18%;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.wide .figure {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.wide .figure {
    margin-left: 98px;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .figure {
    margin-left: 6.4112vw;
    width: 8.4vw;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .figure {
    margin-left: 98px;
    width: auto;
  }
}
.blockquote-box.wide .figure .image {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .figure .image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.wide .figure .image {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.wide .figure .image {
    width: 120px;
    height: 120px;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .figure .image {
    width: 100%;
    height: 120px;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .figure .image {
    width: 120px;
    height: 120px;
  }
}
.blockquote-box.wide .caption-wrapper {
  margin-left: 24px;
  padding-top: 24px;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .caption-wrapper {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.wide .caption-wrapper {
    margin-left: 98px;
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .caption-wrapper {
    margin-left: 6.4112vw;
    padding-top: 24px;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .caption-wrapper {
    margin-left: 98px;
    padding-top: 24px;
  }
}
.blockquote-box.wide .caption-wrapper p {
  font-size: x-large;
  margin-bottom: 6px;
}
.blockquote-box.wide .caption-wrapper p.author {
  font-weight: bold;
  margin-bottom: -4px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .caption-wrapper p.author {
    margin-bottom: 4px;
  }
}
.blockquote-box.wide .caption-wrapper p.subtitle {
  color: #444;
}
.blockquote-box.wide .caption-wrapper p.author, .blockquote-box.wide .caption-wrapper p.subtitle {
  font-size: 1.25rem;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .caption-wrapper p.author, .blockquote-box.wide .caption-wrapper p.subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.wide .caption-wrapper p.author, .blockquote-box.wide .caption-wrapper p.subtitle {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .caption-wrapper p.author, .blockquote-box.wide .caption-wrapper p.subtitle {
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .caption-wrapper p.author, .blockquote-box.wide .caption-wrapper p.subtitle {
    font-size: 1.375rem;
  }
}
.blockquote-box.wide .figure + .caption-wrapper {
  padding-top: 0;
}
@media screen and (max-width: 799px) {
  .blockquote-box.wide .figure + .caption-wrapper {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.wide .figure + .caption-wrapper {
    margin-left: 24px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.wide .figure + .caption-wrapper {
    margin-left: 24px;
  }
}
@media screen and (min-width: 90em) {
  .blockquote-box.wide .figure + .caption-wrapper {
    margin-left: 24px;
  }
}
.blockquote-box.small {
  float: none;
  display: inline-block;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0px;
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small {
    margin-top: 0;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.small {
    float: right;
    padding: 20px 30px;
    margin-right: -30px;
    max-width: 322px;
  }
}
@media print, screen and (min-width: 64em) {
  .blockquote-box.small {
    margin-right: -130px;
  }
}
.blockquote-box.small .quote-wrapper .blockquote {
  padding: 27px 27px 10px 27px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .quote-wrapper .blockquote {
    padding: 50px 70px 60px 70px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .quote-wrapper .blockquote {
    padding: 40px 20px 30px 20px;
    margin-bottom: 40px;
  }
}
.blockquote-box.small .quote-wrapper .blockquote .font-link .icon-quote:before {
  top: 0;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .quote-wrapper .blockquote .font-link .icon-quote:before {
    top: -10px;
  }
}
.blockquote-box.small .quote-wrapper .blockquote .font-link p {
  font-style: italic;
  line-height: normal;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .quote-wrapper .blockquote .font-link p {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.blockquote-box.small .quote-wrapper .blockquote:after {
  background-image: url("images/quote-pointer.svg");
  bottom: -18%;
  height: 30%;
  left: 80px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .quote-wrapper .blockquote:after {
    background-image: url("images/quote-pointer-big.png");
    bottom: -50px;
    height: 52px;
    left: 220px;
    width: 100px;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .quote-wrapper .blockquote:after {
    /*
                bottom: -25px;
                left: 100px;
    */
    bottom: -50px;
    left: 29%;
    width: 110px;
    height: 80px;
  }
}
@media print, screen and (min-width: 50em) {
  .blockquote-box.small .quote-wrapper .blockquote:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .figure {
    margin-left: 18%;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .figure {
    padding-left: 0;
    margin-left: 0;
  }
}
.blockquote-box.small .figure .image {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .figure .image {
    /*
              width: 125px;
              height: 125px;
    */
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .figure .image {
    width: 60px;
    height: 60px;
  }
}
.blockquote-box.small .figure .image img {
  margin-top: -25px;
  margin-left: 10px;
}
.blockquote-box.small .caption-wrapper {
  padding-top: 15px;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .caption-wrapper {
    margin-left: 40px;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .caption-wrapper {
    margin-left: 20px;
  }
}
.blockquote-box.small .caption-wrapper p {
  margin-bottom: 0;
  line-height: normal;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .caption-wrapper p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .caption-wrapper p {
    font-size: 1.125rem;
  }
}
.blockquote-box.small .caption-wrapper p.author {
  padding-top: 10px;
  font-weight: bold;
  font-size: medium;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .caption-wrapper p.author {
    font-size: 1rem;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .caption-wrapper p.author {
    font-size: 1rem;
  }
}
.blockquote-box.small .caption-wrapper p.subtitle {
  font-size: small;
}
@media screen and (max-width: 799px) {
  .blockquote-box.small .caption-wrapper p.subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .blockquote-box.small .caption-wrapper p.subtitle {
    font-size: 1rem;
  }
}
.blockquote-box.small-item {
  position: relative;
  background-color: #eeeeee;
}
.blockquote-box.small-item .figure .image {
  width: auto;
  height: auto;
}
.blockquote-box.small-item .figure .image img {
  width: 11.6vw;
  height: auto;
}
.blockquote-box.small-item .quote-wrapper .blockquote:after {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  height: auto;
}

.teaser-item.quote-item .blockquote-box {
  background-color: #eeeeee;
}
.teaser-item.quote-item .blockquote-box.small {
  position: relative;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  max-width: none;
  max-width: unset;
  width: 100%;
  min-height: 385px;
}
@media screen and (max-width: 799px) {
  .teaser-item.quote-item .blockquote-box.small {
    min-height: 1px;
  }
}
@media print, screen and (min-width: 50em) {
  .teaser-item.quote-item .blockquote-box.small {
    min-height: 385px;
  }
}
@media print, screen and (min-width: 64em) {
  .teaser-item.quote-item .blockquote-box.small {
    min-height: 1px;
  }
}
@media screen and (min-width: 90em) {
  .teaser-item.quote-item .blockquote-box.small {
    min-height: 385px;
  }
}
.teaser-item.quote-item .blockquote-box.small:after {
  content: "";
  background-image: url("images/quote-pointer.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -50px;
  left: 70%;
  width: 25%;
  height: 140px;
}
@media screen and (max-width: 799px) {
  .teaser-item.quote-item .blockquote-box.small:after {
    height: 60%;
    bottom: -26%;
    width: 12%;
  }
}
@media screen and (max-width: 479px) {
  .teaser-item.quote-item .blockquote-box.small:after {
    height: 20%;
    bottom: -12%;
  }
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper {
  padding-top: 20px;
}
@media screen and (max-width: 799px) {
  .teaser-item.quote-item .blockquote-box.small .quote-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .figure {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .teaser-item.quote-item .blockquote-box.small .quote-wrapper .figure {
    margin-left: 0;
  }
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .figure i:before {
  color: #bbb;
  font-size: 2.125rem;
  position: absolute;
  left: -4vw;
  bottom: -10px;
  transform: rotate(180deg);
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .figure .image {
  width: 83%;
  height: auto;
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .figure .image img {
  margin: 0;
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .blockquote {
  margin: 0;
  padding-top: 0;
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .blockquote p {
  padding: 0;
  margin: 0;
  line-height: 130%;
  font-style: oblique;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 64em) {
  .teaser-item.quote-item .blockquote-box.small .quote-wrapper .blockquote p {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 90em) {
  .teaser-item.quote-item .blockquote-box.small .quote-wrapper .blockquote p {
    font-size: 1.625rem;
  }
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .blockquote:after {
  content: unset;
  content: none;
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .caption-wrapper {
  padding: 0 0 12px 0;
  margin: 0;
}
.teaser-item.quote-item .blockquote-box.small .quote-wrapper .caption-wrapper p {
  padding: 0;
  font-weight: normal;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .teaser-item.quote-item .blockquote-box.small .quote-wrapper .caption-wrapper p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  .teaser-item.quote-item .blockquote-box.small .quote-wrapper .caption-wrapper p {
    font-size: 1.125rem;
  }
}

/* Blockquote Themen Detail */
@media screen and (max-width: 799px) {
  .theme-detail-content .blockquote-box.wide {
    margin: 0 0 80px 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .blockquote-box.wide {
    margin: 0 0 40px 0;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .blockquote-box.wide {
    margin-bottom: 80px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .blockquote-box.wide {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.theme-detail-content .blockquote-box.wide .quote-wrapper {
  text-align: center;
}
.theme-detail-content .blockquote-box.wide .figure {
  margin-left: 0;
  width: auto;
}
.theme-detail-content .blockquote-box.wide .figure .icon-quote:before {
  font-size: 1.75rem;
  color: #ffffff;
  bottom: 0;
  left: -20px;
  position: absolute;
}
.theme-detail-content .blockquote-box.wide .figure .image {
  width: 170px;
  height: 173px;
}
.theme-detail-content .blockquote-box.wide .caption-wrapper {
  margin-left: 0;
  top: 0;
}
.theme-detail-content .blockquote-box.wide .caption-wrapper p {
  color: #ffffff;
  font-size: 1.5rem;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .blockquote-box.wide .caption-wrapper p {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .blockquote-box.wide .caption-wrapper p {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .blockquote-box.wide .caption-wrapper p {
    font-size: 1.75rem;
  }
}
.theme-detail-content .blockquote-box.wide .blockquote {
  background-color: transparent;
  padding: 4vw 16.4112vw 0 16.4112vw;
}
@media screen and (max-width: 479px) {
  .theme-detail-content .blockquote-box.wide .blockquote {
    padding: 4vw 1.25rem 0 1.25rem;
  }
}
.theme-detail-content .blockquote-box.wide .blockquote:after {
  background: none;
}
.theme-detail-content .blockquote-box.wide .blockquote p {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
  line-height: 140%;
  font-size: 1.5rem;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .blockquote-box.wide .blockquote p {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .blockquote-box.wide .blockquote p {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .blockquote-box.wide .blockquote p {
    font-size: 1.75rem;
  }
}

.std-image-portrait {
  float: none;
  display: inline-block;
  margin-right: -4vw;
  padding: 20px 0px;
  padding-top: 12px;
  max-width: 430px;
  width: auto;
}
@media screen and (max-width: 479px) {
  .std-image-portrait {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 799px) {
  .std-image-portrait {
    display: block;
    padding-top: 24px;
    padding-bottom: 6px;
    margin-right: auto;
    max-width: none;
    max-width: unset;
    background-color: #eeeeee;
    text-align: center;
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 50em) {
  .std-image-portrait {
    float: right;
    padding: 20px 30px;
    padding-top: 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .std-image-portrait {
    margin-right: -220px;
  }
}
@media screen and (max-width: 799px) {
  .std-image-portrait .figure {
    display: inline-block;
  }
}
.std-image-portrait .figure .image {
  box-shadow: 0px -8px 0px #eeeeee;
  display: inline-block;
}
.std-image-portrait .figure figcaption {
  background-color: #eeeeee;
  padding: 16px 20px;
}
@media screen and (max-width: 799px) {
  .std-image-portrait .figure figcaption {
    text-align: left;
    padding: 16px 0;
  }
}
.std-image-portrait .figure figcaption p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: inherit;
}
.std-image-portrait .figure figcaption span {
  font-size: inherit;
  color: #444;
}

.std-floatbox-small {
  float: none;
  display: inline-block;
  margin-right: 0;
  padding: 20px 10px;
  margin-left: 0;
  margin-bottom: 30px;
  max-width: 230px;
  width: 230px;
  min-height: 260px;
  background-color: #eeeeee;
}
@media screen and (max-width: 799px) {
  .std-floatbox-small {
    width: 100%;
    max-width: none;
    max-width: unset;
    margin-bottom: 55px;
    margin-top: 58px;
  }
}
@media print, screen and (min-width: 50em) {
  .std-floatbox-small {
    float: right;
    padding: 25px 30px 25px 30px;
    margin-left: 30px;
    margin-right: 0;
    min-height: 17.128vw;
    width: 37%;
  }
}
@media print, screen and (min-width: 64em) {
  .std-floatbox-small {
    float: right;
    padding: 25px 30px 25px 30px;
    margin-left: 30px;
    margin-right: -120px;
    min-height: 17.128vw;
    width: 27%;
    width: 230px;
  }
}
.std-floatbox-small .header {
  margin-bottom: 16px;
}
.std-floatbox-small .header strong {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: block;
  line-height: normal;
}
.std-floatbox-small .header p {
  line-height: normal;
}
.std-floatbox-small .list-wrapper ul {
  margin-left: 0 !important;
  margin-bottom: 0;
}
.std-floatbox-small .list-wrapper ul .link-wrapper .more-link {
  margin-bottom: 0;
}
.std-floatbox-small .list-wrapper ul .link-wrapper .more-link span {
  line-height: normal;
}

.std-image-wide .figure figcaption {
  background-color: #eeeeee;
  padding: 16px 44px;
}
@media screen and (max-width: 799px) {
  .std-image-wide .figure figcaption {
    padding: 16px 20px;
  }
}
.std-image-wide .figure figcaption p {
  margin-bottom: 0;
  font-weight: bold;
}
.std-image-wide .figure figcaption span {
  font-size: inherit;
  color: #444;
}
.std-image-wide .figure .video a {
  display: initial;
  cursor: default;
}
.std-image-wide .figure .video a .video-start {
  position: relative;
}
.std-image-wide .figure .video a .video-start.responsive-embed {
  margin-bottom: 0;
}
.std-image-wide .figure .video a .video-start .bg-imgage {
  background-size: contain;
  width: 100%;
  height: 49.159vh;
}
.std-image-wide .figure .video a .video-button {
  background: transparent url("images/button-play.png") no-repeat scroll 0 0;
  width: 74px;
  height: 74px;
  position: absolute;
  top: calc(50% - 77px);
  left: calc(50% - 37px);
  cursor: pointer;
}
.std-image-wide .figure .video a:hover .video-button {
  background-image: url("images/button-play_hover.png");
}

.responsive-embed iframe {
  border: none;
}

.horizontal-teaser-wrapper {
  padding: 65px 38px 58px 38px;
}
@media screen and (max-width: 799px) {
  .horizontal-teaser-wrapper {
    padding: 20px 1.25rem 39px 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .horizontal-teaser-wrapper {
    padding: 10px 1.25rem 39px 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-teaser-wrapper {
    padding: 6.39% 38px;
  }
}
.horizontal-teaser-wrapper .horizontal-teaser-item {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  margin: 0 40px;
}
.horizontal-teaser-wrapper .horizontal-teaser-item::before, .horizontal-teaser-wrapper .horizontal-teaser-item::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.horizontal-teaser-wrapper .horizontal-teaser-item::after {
  clear: both;
}
@media screen and (max-width: 799px) {
  .horizontal-teaser-wrapper .horizontal-teaser-item {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .horizontal-teaser-wrapper .horizontal-teaser-item {
    margin: 0;
  }
}
.horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-pict {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 39px;
}
.horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-pict:last-child:not(:first-child) {
  float: right;
}
@media screen and (max-width: 479px) {
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-pict {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media print, screen and (min-width: 50em) {
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-pict {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 39px;
  }
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-pict:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-pict {
    width: 64.8%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-pict:last-child:not(:first-child) {
    float: right;
  }
}
.horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-text {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-text:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 50em) {
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-text {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-text:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-text {
    width: 33%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .horizontal-teaser-wrapper .horizontal-teaser-item .horizontal-text:last-child:not(:first-child) {
    float: right;
  }
}
/* Detail Themenseite */
.theme-detail-content .horizontal-theme-wrapper {
  max-width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper {
    padding-top: 35px;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .horizontal-theme-wrapper {
    padding: 10px 0 39px 0;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper {
    padding: 0 3.125%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .horizontal-theme-wrapper {
    padding: 0 44px;
    padding: 0 0;
    margin-left: 85px;
    margin-right: 85px;
    max-width: 1265px;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item {
  margin: 0;
  display: block;
  flex-flow: row wrap;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item {
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item {
    display: flex;
    margin: 0 2.933%;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item {
    margin: 0 40px;
    margin: 0 0;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-pict {
  flex: 0 1 835px;
  flex: 1 1 65.75%;
  display: block;
  margin-bottom: 0;
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-pict {
    display: inline-block;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text {
  background-color: #ffffff;
  flex: 0 1 401px;
  flex: 1 1 31.58%;
  margin-left: 0;
  padding: 30px 35px 15px 35px;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text {
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text {
    padding: 40px 35px 25px 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text {
    /*
              margin-left: 30px;
              padding: 0 35px 15px 35px;
    */
    margin-left: 2.337%;
    padding: 0 2.726% 15px;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text {
    margin-left: 30px;
    padding: 0 35px 15px;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text h3 {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text h3 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text h3 {
    /*
                margin-top: 16%;
                margin-bottom: 10%;
    */
    margin-top: 22%;
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text p {
    line-height: 1.25;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item .horizontal-text .more-link span {
    font-size: 1.25rem;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict {
  /*
        display: block;
        flex-flow: row wrap;
  */
  /*
         @include breakpoint(medium) {
           display: block;
         }
         @include breakpoint(large) {
            display: flex;
          }
  */
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict {
    display: flex;
    flex-flow: column wrap;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-pict {
  flex: 1 1 31.58%;
  display: block;
  clear: none;
  float: right;
  padding-left: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-pict {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-pict {
    display: inline-block;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-pict {
    display: flex;
    clear: both;
    float: none;
    padding-left: 0;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text {
  flex: 1 1 65.75%;
  margin-left: 0;
  padding: 30px 35px 15px 35px;
  min-height: 500px;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text {
    padding-bottom: 25px;
    min-height: 1px;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text {
    padding: 40px 35px 25px 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text {
    margin-left: 2.337%;
    padding: 0 2.726% 15px;
    min-height: 1px;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text {
    margin-left: 30px;
    padding: 0 35px 15px;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text h3 {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text h3 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text h3 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text h3 {
    /*
                margin-top: 12%;
                margin-bottom: 6%;
    */
    margin-top: 9.6%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text p {
    line-height: 1.25;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text p {
    font-size: 1.25rem;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse {
  flex-flow: row-reverse wrap;
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse {
    display: flex;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse .horizontal-text {
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse .horizontal-text {
    margin-right: 2.337%;
  }
}
@media screen and (min-width: 90em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse .horizontal-text {
    margin-right: 30px;
  }
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse.small-pict {
    flex-flow: column wrap;
  }
}
.theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse.small-pict .horizontal-pict {
  clear: none;
  float: left;
  padding-right: 30px;
  padding-left: 0;
}
@media screen and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse.small-pict .horizontal-pict {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse.small-pict .horizontal-pict {
    clear: both;
    float: none;
    padding-right: 0;
  }
}

/* Rubrik Start */
/* Bistums Finder */
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item {
  margin: 0;
  display: block;
  flex-flow: row wrap;
}
@media screen and (max-width: 479px) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item {
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item {
    display: flex;
    margin: 0 2.933%;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item {
    margin: 0 40px;
  }
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-pict {
  margin-bottom: 0;
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text {
  background-color: #ffffff;
  margin-left: 0;
  padding: 0 35px 15px 35px;
  background-color: #eeeeee;
}
@media screen and (max-width: 799px) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text {
    padding: 20px 105px 25px 105px;
  }
}
@media screen and (max-width: 479px) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text {
    padding: 20px 20% 25px 20%;
  }
}
@media print, screen and (min-width: 50em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text {
    padding: 0 45px 55px 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text {
    margin-left: 2.337%;
    padding: 0 6.71% 55px 3.552%;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text {
    margin-left: 30px;
    padding: 0 85px 55px 45px;
  }
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media screen and (max-width: 799px) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text h3 {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 50em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text h3 {
    margin-top: 22%;
    margin-bottom: 14%;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text h3 {
    font-size: 1.3888888889vw;
    margin-top: 22%;
    margin-bottom: 14%;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text h3 {
    font-size: 1.25rem;
    margin-top: 22%;
    margin-bottom: 14%;
  }
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text p {
  line-height: 120%;
  margin-bottom: 19%;
}
@media screen and (max-width: 799px) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text p {
    margin-bottom: 10%;
  }
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text .button-link {
  background-color: #d5002c;
  padding: 5% 4%;
  text-align: center;
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item .horizontal-text .button-link .more-link {
  color: #ffffff;
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
  flex-flow: row-reverse wrap;
}
@media screen and (max-width: 799px) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
    display: flex;
    flex-flow: column-reverse wrap;
  }
}
@media screen and (max-width: 479px) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
    display: flex;
    flex-flow: column-reverse wrap;
  }
}
@media print, screen and (min-width: 50em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
    margin: 0 2.933%;
    margin: 0;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
    margin: 0 40px;
    margin: 0 0 0 14px;
  }
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-pict {
  width: 100%;
  background-color: #eeeeee;
}
@media print, screen and (min-width: 50em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-pict {
    margin-right: 2.337%;
    width: 63.308%;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-pict {
    margin-right: 2.337%;
    width: 63.308%;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-pict {
    margin-right: 0;
    width: 835px;
  }
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-pict .figure {
  margin-top: 0;
  /*
            .bg-image {
              width: 100%;
              height: 40vw;
              background-repeat: no-repeat;
              background-size: cover;
              max-height: none;
              max-height: unset;

              @include breakpoint(medium) {

              }
              @include breakpoint(large) {
                height: 28vw;
              }
              @include breakpoint(xxlarge) {
                height: 390px;
              }
            }
  */
}
@media print, screen and (min-width: 50em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-pict .figure {
    margin-top: 7%;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-pict .figure {
    margin-top: 0;
  }
}
.horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-text {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
@media print, screen and (min-width: 50em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-text {
    margin-right: 2.337%;
    width: 31%;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-text {
    margin-right: 2.337%;
    width: 31%;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse .horizontal-text {
    margin-right: 30px;
    width: 402px;
  }
}

@media screen and (max-width: 799px) {
  .rubric-start .accordion-item .accordion-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .rubric-start .accordion-item .accordion-title {
    margin-bottom: 6px;
  }
}
.rubric-start .accordion-title h2 {
  margin-top: 0;
  padding-right: 60px;
}
@media screen and (max-width: 479px) {
  .rubric-start .accordion-title h2 {
    font-size: 1.75rem;
  }
}
.rubric-start .finder-wide .horizontal-wrapper .horizontal-teaser-item .horizontal-text .button-link .more-link:hover {
  text-decoration: underline !important;
}
.rubric-start .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
  position: static;
  /*left: -30px;*/
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .rubric-start .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
    position: static;
  }
}
@media screen and (min-width: 90em) {
  .rubric-start .horizontal-theme-wrapper.horizontal-wrapper .horizontal-teaser-item.reverse {
    position: relative;
  }
}

/* podcast */
.podcast .intro .intro-content p {
  font-weight: normal;
}

/* Setup
================================================== */
.audio-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #cacaca;
}

.podcast .audio-container {
  border: 2px solid transparent;
}

.audio-column {
  width: inherit;
}

/* Audio Player Styles
================================================== */
audio {
  display: none;
}

#audiowrap,
#plwrap {
  margin: 0 auto;
}

#tracks {
  font-size: 0;
  position: relative;
  text-align: center;
}

#nowPlay {
  display: block;
  font-size: 0;
}

#nowPlay span {
  display: inline-block;
  font-size: 1.05rem;
  vertical-align: top;
}

#nowPlay span#npAction {
  padding: 21px;
  width: 30%;
}

#nowPlay span#npTitle {
  padding: 21px;
  text-align: right;
  width: 70%;
}

#plList li {
  cursor: pointer;
  display: block;
  margin: 2px 0 0 0;
  padding: 8px 10px;
  min-height: 62px;
}
#plList li:first-child {
  margin-top: 0;
}

#plList li:hover, #plList li:focus {
  background-color: #eeeeee;
}

.plItem {
  position: relative;
}

.plTitle {
  left: 50px;
  overflow: hidden;
  position: absolute;
  right: 65px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}

.plDate {
  padding-left: 60px;
  font-size: 0.8rem;
  margin-top: -12px;
}
@media print, screen and (min-width: 64em) {
  .plDate {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 75em) {
  .plDate {
    font-size: 0.8rem;
  }
}

.plLength {
  padding-left: 21px;
  position: absolute;
  right: 26px;
  top: 0;
}

.plSel,
.plSel:hover {
  background-color: #eeeeee;
  cursor: default !important;
}

#tracks a {
  border-radius: 3px;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  height: 35px;
  line-height: 0.175;
  margin: -12px 22px 24px 22px;
  padding: 10px 5px;
  text-decoration: none;
  transition: background 0.3s ease;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#tracks a:last-child {
  margin-left: 0;
}

#tracks a#btnPrev {
  background-image: url(images/icon-arrow-prev.png);
}

#tracks a#btnNext {
  background-image: url(images/icon-arrow.png);
}

#tracks a:hover,
#tracks a:active {
  background-color: #eeeeee;
}

#tracks a::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Plyr Overrides
================================================== */
.plyr {
  font-family: inherit;
}

.plyr__time {
  font-size: 0.7rem;
}

.plyr__control[data-plyr=download] svg {
  fill: transparent;
  background-image: url(images/icon-download.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.plyr--audio .plyr__controls {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 20px 20px 20px 13px;
  width: 100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
  background-color: #eeeeee;
}

.plyr__progress {
  left: 10px;
  margin-right: 30px;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #eeeeee;
}

.plyr--audio .plyr__progress__buffer,
.plyr--audio .plyr__volume--display {
  background: #eeeeee;
}

.plyr--audio .plyr__progress__buffer {
  color: #eeeeee;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  border: 1px solid #cacaca;
  background: #ffffff;
  box-shadow: none;
  width: 10px;
  height: 10px;
}

.plyr__control svg {
  fill: #d5002c;
}

.plyr--full-ui input[type=range] {
  color: #d5002c;
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: #eeeeee;
}

/* Media Queries
================================================== */
/*
@media only screen and (max-width:600px) {
    #nowPlay span#npAction { display:none; }
    #nowPlay span#npTitle { display:block; text-align:center; width:100%; }
}
*/
@media screen and (max-width: 649px) {
  .plyr--audio .plyr__controls {
    padding: 20px 0 20px 0;
  }
  .plyr__controls .plyr__controls__item.plyr__control[data-plyr=play],
  .plyr__controls .plyr__controls__item.plyr__control.plyr__control--pressed[data-plyr=play] {
    position: absolute;
    top: -80%;
  }
  .plyr__controls .plyr__controls__item.plyr__control[data-plyr=download] {
    position: absolute;
    top: -62%;
    left: 100px;
  }
  .plyr__controls__item.plyr__time--duration.plyr__time {
    display: block;
  }
  .plyr__controls .plyr__controls__item.plyr__volume {
    display: none;
  }
  #plList li {
    padding: 10px 0;
  }
  #plList li:hover {
    background-color: #ffffff;
  }
  .plLength {
    display: none;
  }
  #tracks {
    /*display: none;*/
  }
}
/*  Podcast Teaser */
.content .podcastteaser-wrapper.std-wide-content {
  margin-bottom: 0;
}
.content .podcastteaser-wrapper.std-wide-content .std-inner-content {
  background-color: #eeeeee;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 649px) {
  .content .podcastteaser-wrapper.std-wide-content.audio {
    background-color: #ffffff;
  }
  .content .podcastteaser-wrapper.std-wide-content.audio .std-inner-content {
    background-color: #ffffff;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.content .podcastteaser-wrapper.std-wide-content + .podcastteaser-wrapper .std-inner-content {
  margin-top: -30px;
}

.content:not(.podcast) .podcastteaser-wrapper.std-wide-content {
  background-color: transparent;
}
.content:not(.podcast) .podcastteaser-wrapper.std-wide-content .std-inner-content {
  background-color: transparent;
  margin-top: -50px;
}

@media screen and (max-width: 649px) {
  .content:not(.podcast) .podcastteaser-wrapper.std-wide-content.audio .std-inner-content {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}

.content .podcastteaser figure figcaption.inner-caption span.copy {
  font-size: 0.6rem;
  padding: 0 4px;
}

.podcastteaser {
  display: flex;
  border: 1px solid #cacaca;
  background-color: #fff;
  min-height: 116px;
  padding: 16px;
}
@media screen and (max-width: 649px) {
  .podcastteaser {
    min-height: 180px;
  }
}
.podcastteaser .image {
  min-width: 95px;
}
@media screen and (max-width: 649px) {
  .podcastteaser .image {
    min-width: 100px;
  }
}
.podcastteaser .text {
  width: 100%;
  margin: auto 22px;
}
@media screen and (max-width: 649px) {
  .podcastteaser .text {
    margin: auto 0 auto 22px;
    padding-bottom: 20px;
  }
}
.podcastteaser .text .more-link .font-link span {
  font-weight: normal;
}
.podcastteaser .link-buttons {
  min-width: 194px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 649px) {
  .podcastteaser .link-buttons {
    display: block;
    position: absolute;
    top: 130px;
    min-width: 100px;
  }
}
.podcastteaser .link-buttons .button-link {
  display: flex;
  flex-direction: row;
  height: 45px;
}
.podcastteaser .link-buttons .button-link .link-wrapper {
  width: 100%;
  height: 39px;
  background-color: #eeeeee;
  position: relative;
}
.podcastteaser .link-buttons .button-link a {
  font-family: "Scala Sans Offc W01 Bold", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  position: relative;
  top: 15%;
  padding-left: 35%;
}
.podcastteaser .link-buttons .button-link a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 26px;
  top: 2px;
}
@media print, screen and (min-width: 64em) {
  .podcastteaser .link-buttons .button-link a {
    top: 30%;
  }
  .podcastteaser .link-buttons .button-link a:before {
    top: -2px;
  }
}
@media screen and (min-width: 75em) {
  .podcastteaser .link-buttons .button-link a {
    top: 15%;
  }
  .podcastteaser .link-buttons .button-link a:before {
    top: 2px;
  }
}
@media screen and (max-width: 649px) {
  .podcastteaser .link-buttons .button-link {
    display: block;
  }
  .podcastteaser .link-buttons .button-link .link-wrapper {
    height: auto;
    width: auto;
    border-radius: 10px;
    background-color: #d5002c;
    text-align: center;
  }
  .podcastteaser .link-buttons .button-link .link-wrapper a {
    padding-left: 0;
    color: #ffffff;
    font-size: 1.05rem;
  }
}
.podcastteaser .link-buttons .button-link.podcast-abo a:before {
  background: transparent url("images/abo-symbol.svg") no-repeat scroll 0 0;
}
@media screen and (max-width: 649px) {
  .podcastteaser .link-buttons .button-link.podcast-abo a:before {
    display: none;
  }
}
.podcastteaser .link-buttons .button-link.podcast-rss .link-wrapper {
  align-self: flex-end;
}
.podcastteaser .link-buttons .button-link.podcast-rss a:before {
  background: transparent url("images/rss-symbol.svg") no-repeat scroll 0 0;
}
@media screen and (max-width: 649px) {
  .podcastteaser .link-buttons .button-link.podcast-rss {
    display: none;
  }
}

.podcastteaser.audioplayer {
  border-bottom: none;
}
.podcastteaser.audioplayer .image {
  min-width: 170px;
}
.podcastteaser.audioplayer .image img {
  width: 170px;
  height: auto;
}
.podcastteaser.audioplayer .text {
  margin: 0 10px 0 26px;
}
.podcastteaser.audioplayer .text span {
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.podcastteaser.audioplayer .text span.m-hint {
  display: none;
}
.podcastteaser.audioplayer .text p {
  font-size: 0.9rem;
  margin-top: 18px;
}
@media print, screen and (min-width: 64em) {
  .podcastteaser.audioplayer .text p, .podcastteaser.audioplayer .text span {
    font-size: 1.12vw;
  }
}
@media screen and (min-width: 75em) {
  .podcastteaser.audioplayer .text p, .podcastteaser.audioplayer .text span {
    font-size: 0.9rem;
  }
}
.podcastteaser.audioplayer .link-buttons {
  margin: 20px 22px 0;
}
@media screen and (max-width: 799px) {
  .podcastteaser.audioplayer .link-buttons {
    margin: 20px 0 0 0;
    min-width: 160px;
  }
}
@media screen and (max-width: 649px) {
  .podcastteaser.audioplayer {
    display: block;
    position: relative;
    border: none;
    padding: 0;
  }
  .podcastteaser.audioplayer h2.hide {
    display: block !important;
    position: absolute;
    top: 14px;
    margin-left: 30px;
    z-index: 1;
  }
  .podcastteaser.audioplayer .image img {
    width: auto;
  }
  .podcastteaser.audioplayer .text {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 10px 50px 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    bottom: 0;
  }
  .podcastteaser.audioplayer .text span {
    font-size: 1.1rem;
  }
  .podcastteaser.audioplayer .text span.m-hint {
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .podcastteaser.audioplayer p {
    display: none;
  }
  .podcastteaser.audioplayer .link-buttons {
    top: 30px;
    margin-left: 20px;
    min-width: 100px;
  }
}

.audioplayer-wrapper {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-top: none;
  padding: 0 10px;
}
@media screen and (max-width: 649px) {
  .audioplayer-wrapper {
    border: none;
  }
}

.audioplaylist-wrapper {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-top: 0px solid #ffffff;
}
@media screen and (max-width: 649px) {
  .audioplaylist-wrapper {
    border: none;
  }
}
.audioplaylist-wrapper .audioplaylist h3 {
  display: flex;
  position: relative;
}
.audioplaylist-wrapper .plNum {
  width: 0;
  margin-left: 20px;
  margin-right: 40px;
}
.audioplaylist-wrapper .plTitle {
  color: #d5002c;
  position: relative;
  left: 0;
  right: auto;
  padding-right: 10%;
  padding-left: 0;
  line-height: 1.2;
  white-space: unset;
}
@media screen and (max-width: 649px) {
  .audioplaylist-wrapper .plTitle {
    padding-right: 10px;
  }
}
.audioplaylist-wrapper li {
  margin-top: 2px;
  text-decoration: none;
}
@media screen and (max-width: 649px) {
  .audioplaylist-wrapper li {
    padding: 10px 0;
  }
  .audioplaylist-wrapper li.plSel {
    background-color: #ffffff;
  }
  .audioplaylist-wrapper li:hover {
    background-color: #ffffff;
  }
}
.audioplaylist-wrapper li h3 span {
  font-size: inherit;
}
.audioplaylist-wrapper li:hover .plTitle {
  text-decoration: underline;
}
.audioplaylist-wrapper li:hover.plSel .plTitle {
  text-decoration: none;
}
.audioplaylist-wrapper li.plSel .plTitle {
  color: #000;
}

.audio-sort {
  position: relative;
  text-align: right;
  padding: 6px 38px 30px 10px;
}
@media screen and (max-width: 649px) {
  .audio-sort {
    display: none;
  }
}
.audio-sort strong {
  font-size: 0.8rem;
}
@media print, screen and (min-width: 64em) {
  .audio-sort strong {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 75em) {
  .audio-sort strong {
    font-size: 0.8rem;
  }
}
.audio-sort ul.sort-options {
  display: inline;
}
.audio-sort ul.sort-options li {
  display: inline;
}
.audio-sort ul.sort-options li .sort-button {
  position: relative;
  margin-left: 50px;
  text-decoration: none;
  cursor: pointer;
}
.audio-sort ul.sort-options li .sort-button:hover {
  text-decoration: underline;
}
.audio-sort ul.sort-options li .sort-button:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: -18px;
  top: 1px;
  background: url("images/radio-0.png") no-repeat;
  background-size: contain;
}
.audio-sort ul.sort-options li .sort-button.sort:before {
  background: url("images/radio-1.png");
}
.audio-sort ul.sort-options li:first-child .sort-button {
  margin-left: 35px;
}

.content .std-inner-content .list-wrapper.audio-sort ul.sort-options {
  margin-left: 0;
}

.podcast-more {
  position: relative;
  bottom: 10px;
  padding-left: 20px;
}
.podcast-more span {
  font-size: 0.9rem;
  padding-right: 8px;
}
.podcast-more .more-link .font-link span {
  font-size: 0.9rem;
  padding-left: 2px;
}
.podcast-more .more-link .font-link i {
  width: 4px;
  height: 4px;
}
.podcast-more .more-link .font-link i:before {
  font-size: 8px;
  margin-left: 0;
}
@media screen and (max-width: 649px) {
  .podcast-more {
    padding-left: 10px;
  }
}

.content .std-inner-content ul.audioplaylist {
  margin-left: 0;
  margin-bottom: 2px;
}

/* Abo-Links Lightbox */
.mfp-bg.podcast-abo-bg {
  background-color: rgba(0, 0, 0, 0.65);
}

.mfp-container .mfp-content .abo-links .mfp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 2px;
  top: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #ffffff;
}
.mfp-container .mfp-content .abo-links .mfp-close:after {
  display: none;
}

.abo-links {
  position: absolute;
  width: 224px;
  top: 40px;
  right: 0;
  background-color: #ffffff;
}
.abo-links h3 {
  background-color: #d5002c;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
  padding: 8px 50px 10px 20px;
}

.abo-links ul {
  margin-left: 0;
}
.abo-links ul li {
  border-bottom: 1px solid #cacaca;
  padding: 11px 20px 13px 20px;
}
.abo-links ul li:last-child {
  border-bottom: 1px solid transparent;
}
.abo-links ul li a {
  position: relative;
  font-size: 1rem;
  color: #000;
  border-bottom: 1px solid transparent;
  margin-left: 45px;
}
.abo-links ul li a:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.abo-links ul li a:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: -45px;
}
.abo-links ul li.apple a:before {
  background: url("images/apple.png") no-repeat;
  background-size: contain;
}
.abo-links ul li.deezer a:before {
  background: url("images/deezer.png") no-repeat;
  background-size: contain;
}
.abo-links ul li.googleplay a:before {
  background: url("images/googleplay.png") no-repeat;
  background-size: contain;
}
.abo-links ul li.podcast a:before {
  background: url("images/podcast.png") no-repeat;
  background-size: contain;
}
.abo-links ul li.spotify a:before {
  background: url("images/spotify.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 649px) {
  .podcast-abo-bg-wrap .mfp-container.mfp-inline-holder .mfp-content {
    width: 224px;
    margin: 0 auto;
    vertical-align: top;
    margin-top: 80px;
  }
}

/* footer */
.page-footer {
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px;
  /* footer Themenseite */
}
.page-footer.start-page-footer {
  padding-top: 0;
}
.page-footer.theme-detail-footer {
  padding-top: 0;
}
.page-footer .footer-service {
  background-color: #2e2e2e;
  min-height: 100px;
  padding: 0;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service {
    padding: 78px 5% 40px 5%;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-service {
    padding: 78px 5% 40px 5%;
  }
}
.page-footer .footer-service .service-wrapper {
  display: flex;
  flex-flow: row wrap;
  /* > 800px */
}
.page-footer .footer-service .service-wrapper.service-wrapper > .service-item {
  width: 50%;
  /*
             width: 50%;
             display: flex;
             flex-direction: row;
  */
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper.service-wrapper > .service-item {
    width: 25%;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-service .service-wrapper.service-wrapper > .service-item {
    width: 25%;
  }
}
@media screen and (min-width: 90em) {
  .page-footer .footer-service .service-wrapper.service-wrapper > .service-item {
    width: 25%;
  }
}
.page-footer .footer-service .service-wrapper > .service-item {
  float: left;
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.page-footer .footer-service .service-wrapper > .service-item:nth-of-type(1n) {
  clear: none;
}
.page-footer .footer-service .service-wrapper > .service-item:nth-of-type(1n+1) {
  clear: both;
}
.page-footer .footer-service .service-wrapper > .service-item:last-child {
  float: left;
}
.page-footer .footer-service .service-wrapper .service-item {
  min-height: 60px;
  color: #ffffff;
}
.page-footer .footer-service .service-wrapper .service-item ul {
  list-style-type: none;
  margin-left: 4%;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item ul {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-service .service-wrapper .service-item ul {
    margin-left: 80px;
  }
}
.page-footer .footer-service .service-wrapper .service-item ul li {
  margin-bottom: 14px;
}
.page-footer .footer-service .service-wrapper .service-item ul li a, .page-footer .footer-service .service-wrapper .service-item ul li span {
  color: #ffffff;
  font-weight: bold;
}
.page-footer .footer-service .service-wrapper .service-item ul li a span, .page-footer .footer-service .service-wrapper .service-item ul li span span {
  padding-left: 3px;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .service-link li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-service .service-wrapper .service-item .service-link li a {
    font-size: 1.125rem;
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia {
  margin-left: 70px;
  margin-left: 0;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia {
    margin-top: 42px;
    margin-bottom: 39px;
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a {
  display: inline-block;
  text-decoration: none;
  /* Footer Socialmedia Icons */
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link i {
  padding-right: 3px;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link i {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link i:before {
  padding-right: 3px;
  margin-right: 0;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -3px;
  width: 18px;
  height: 18px;
  content: "";
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link i:before {
    padding-right: 13px;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link span {
  margin-left: 3px;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link span {
    display: none;
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link span:hover {
  text-decoration: underline;
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-facebook:before {
  background-image: url("images/footer-facebook-logo.svg");
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-facebook:before {
    background-image: url("images/icon-fb-mobile.png");
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-twitter:before {
  background-image: url("images/footer-twitter-logo.svg");
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-twitter:before {
    background-image: url("images/icon-tw-mobile.png");
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-youtube:before {
  background-image: url("images/footer-youtube-logo.svg");
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-youtube:before {
    background-image: url("images/icon-yt-mobile.png");
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-instagram:before {
  background-image: url("images/footer-instagram-logo.svg");
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-instagram:before {
    background-image: url("images/icon-ig-mobile.png");
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-rss:before {
  background-image: url("images/footer-rss-logo.svg");
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-rss:before {
    /*background-image: url("images/icon-rss-mobile.png");*/
    background-size: 38px 38px;
  }
}
.page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-snapchat:before {
  background-image: url("images/footer-snapchat-logo.svg");
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .socialmedia a .icon-link .pict-link-snapchat:before {
    background-image: url("images/icon-sc-mobile.png");
  }
}
.page-footer .footer-service .service-wrapper .service-item .external-link {
  margin-left: 60px;
  margin-left: 14vw;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item .external-link {
    margin-left: -22px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-service .service-wrapper .service-item .external-link {
    margin-left: -60px;
  }
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .external-link {
    margin-bottom: 54px;
  }
}
.page-footer .footer-service .service-wrapper .service-item .external-link a {
  display: inline-block;
  text-decoration: none;
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link i {
  padding-right: 3px;
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link i:before {
  padding-right: 3px;
  margin-right: 0;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -3px;
  width: 18px;
  height: 18px;
  content: "";
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link i:before {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    left: -10px;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link i:before {
    left: -3px;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link span {
  margin-left: 3px;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link span {
    font-size: x-large;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link span {
    font-size: 18px;
  }
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link span:hover {
  text-decoration: underline;
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link .pict-link-footer:before {
  background-image: url("images/link-footer.svg");
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link .pict-link-twitter:before {
  background-image: url("images/footer-twitter-logo.svg");
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link .pict-link-youtube:before {
  background-image: url("images/footer-youtube-logo.svg");
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link .pict-link-instagram:before {
  background-image: url("images/footer-instagram-logo.svg");
}
.page-footer .footer-service .service-wrapper .service-item .external-link a .icon-link .pict-link-snapchat:before {
  background-image: url("images/footer-snapchat-logo.svg");
}
.page-footer .footer-service .service-wrapper .service-item:nth-of-type(1) {
  padding-left: 0;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(1) {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(1) {
    padding-left: 0.9375rem;
  }
}
.page-footer .footer-service .service-wrapper .service-item:nth-of-type(2) .service-link {
  margin-left: 0;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(2) .service-link {
    margin-left: 22px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(2) .service-link {
    margin-left: 60px;
  }
}
.page-footer .footer-service .service-wrapper .service-item {
  background-color: #444444;
  padding-top: 60px;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item {
    background-color: transparent;
    padding-top: 0;
  }
}
.page-footer .footer-service .service-wrapper .service-item:nth-of-type(1) {
  text-align: right;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(1) {
    text-align: left;
  }
}
.page-footer .footer-service .service-wrapper .service-item:nth-of-type(3) {
  width: 100%;
  padding-top: 0;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(3) {
    width: 25%;
    padding-top: 0;
  }
}
.page-footer .footer-service .service-wrapper .service-item:nth-of-type(3) ul {
  text-align: center;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(3) ul {
    text-align: left;
  }
}
.page-footer .footer-service .service-wrapper .service-item:nth-of-type(3) ul li {
  display: inline-block;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item:nth-of-type(3) ul li {
    display: block;
  }
}
.page-footer .footer-service .service-wrapper .service-item:last-of-type {
  width: 100%;
  background-color: #2e2e2e;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-service .service-wrapper .service-item:last-of-type {
    width: 25%;
    background-color: transparent;
  }
}
.page-footer .footer-sitemap {
  background-color: #444444;
  min-height: 100px;
  padding: 0 0 2% 0;
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-sitemap {
    display: block;
    padding: 0 0 2% 0;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-sitemap {
    display: block;
    padding: 0 0 2% 6%;
  }
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper {
    text-align: center;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper.accordion-content {
  background-color: transparent;
}
.page-footer .footer-sitemap .sitemap-wrapper ul {
  display: inline-block;
  padding-left: 0;
  margin-top: 2%;
  padding-right: 2%;
  margin-left: 4%;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul {
    text-align: left;
    width: 73%;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul {
    width: 70%;
  }
}
@media print, screen and (min-width: 50em) {
  .page-footer .footer-sitemap .sitemap-wrapper ul {
    /*
              padding-right: 2%;
              margin-left: 30px;
    */
    padding-right: 2%;
    margin-left: 0;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer .footer-sitemap .sitemap-wrapper ul {
    /*
              padding-right: 12%;
              margin-left: 80px;
    */
    padding-right: 10%;
    padding-left: 80px;
    margin-left: 0;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper ul li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 8px;
  border-top: 1px dotted #ffffff;
  display: flex;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li {
    margin-top: 16px;
  }
  .page-footer .footer-sitemap .sitemap-wrapper ul li:first-child {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li {
    display: block;
    border: none;
    margin-top: 0;
  }
  .page-footer .footer-sitemap .sitemap-wrapper ul li:first-child {
    margin-top: 16px;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper ul li p {
  display: inline-block;
  width: 25%;
  align-self: flex-start;
  margin-top: 12px;
  margin-bottom: 6px;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li p {
    margin-top: 24px;
    width: 92%;
    min-width: 160px;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li p {
    margin-bottom: 0;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper ul li p a {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li p a {
    font-size: x-large;
    line-height: 110%;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li p a {
    font-size: 1.25rem;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper ul li ul {
  width: 100%;
  margin-top: 0;
  margin-left: 8.5%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li ul {
    margin-left: 1%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li ul {
    margin-top: 0;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper ul li ul li {
  width: auto;
  width: 32%;
  margin-top: 6px;
  margin-bottom: 0;
  border-top: none;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li ul li {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 6px;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper ul li ul li a {
  display: inline-block;
  margin-top: 6px;
  color: #ffffff;
  font-weight: bold;
  padding-right: 4%;
}
@media screen and (max-width: 799px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li ul li a {
    margin-top: 0;
    font-size: larger;
    font-weight: normal;
    line-height: 110%;
  }
}
@media screen and (max-width: 479px) {
  .page-footer .footer-sitemap .sitemap-wrapper ul li ul li a {
    font-size: 1.125rem;
  }
}
.page-footer .footer-sitemap .sitemap-wrapper ul li:first-child {
  border-top: none;
}
.page-footer li a, .page-footer li span span {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 50em) {
  .page-footer li a, .page-footer li span span {
    font-size: smaller;
  }
}
@media print, screen and (min-width: 64em) {
  .page-footer li a, .page-footer li span span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 90em) {
  .page-footer li a, .page-footer li span span {
    font-size: 1.125rem;
  }
}
.page-footer.theme-footer {
  max-width: 120rem;
  padding-top: 0;
  position: relative;
  z-index: 8;
}
.page-footer.theme-footer .row {
  max-width: 120rem;
}

/* offsets */
/* h2 zwischenueberschrift */
.structural-header h2 {
  font-size: larger;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.structural-header.std-teaser-wrapper h2 {
  padding-left: 15px;
}

.rubric-start .structural-header {
  padding-left: 10px;
}
@media screen and (max-width: 799px) {
  .rubric-start .structural-header {
    padding-left: 0;
  }
}
.rubric-start .structural-header .horizontal-theme-wrapper {
  margin-bottom: 43px;
}
@media screen and (max-width: 799px) {
  .rubric-start .structural-header .horizontal-theme-wrapper {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .rubric-start .structural-header .horizontal-theme-wrapper {
    margin-bottom: 80px;
  }
}
.rubric-start .structural-header.std-teaser-wrapper h2 {
  margin-top: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .rubric-start .structural-header.std-teaser-wrapper h2 {
    margin-top: -20px;
    padding-bottom: 20px;
  }
}
.rubric-start + .page-footer {
  padding-top: 0;
}

/* Elemente Abstand justieren */
.std-inner-content p:last-of-type:not(p:only-child) {
  margin-bottom: 0;
}
.std-inner-content.link-list {
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 799px) {
  .std-inner-content.link-list {
    margin-bottom: 52px;
  }
}
.std-inner-content.std-text-content + .link-list.std-link-list {
  margin-top: -35px;
}
@media print, screen and (min-width: 64em) {
  .std-inner-content.std-text-content + .link-list.std-link-list {
    margin-top: -65px;
  }
}

.content.glossar .accordion .accordion-item .accordion-content .std-inner-content.std-text-content + .link-list.std-link-list {
  margin-top: -35px;
}
@media print, screen and (min-width: 64em) {
  .content.glossar .accordion .accordion-item .accordion-content .std-inner-content.std-text-content + .link-list.std-link-list {
    margin-top: -69px;
  }
}

.content.theme-content .std-wide-content {
  margin-bottom: 0;
}

.no-stage-pict .std-inner-content:first-of-type {
  margin-top: 60px !important;
}
@media screen and (max-width: 799px) {
  .no-stage-pict .std-inner-content:first-of-type {
    margin-top: 0px !important;
  }
}

.content .std-wide-content.theme-page-teaser {
  margin-bottom: 0;
  background: none;
}

.content.theme-detail-content .std-wide-content.theme-page-teaser .std-image-wide .figure figcaption {
  padding: 16px 20px;
}
@media print, screen and (min-width: 50em) {
  .content.theme-detail-content .std-wide-content.theme-page-teaser .std-image-wide .figure figcaption {
    padding: 16px 44px;
  }
}

/* --------------------------------- Mobile offsets ------------------------------------------ */
/* Start */
@media screen and (max-width: 479px) {
  .start-content-sidebar-col .std-list-wrapper,
  .start-content-sidebar-col .start-content-col .news-top .pict-item .inner-wrapper .news-top-text,
  .start-content-sidebar-col .start-sidebar-col .top-item .top-item-wrapper .top-item-text,
  .event-box,
  .start-stage .quote-wrapper .blockquote,
  .accordion-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.start-stage .quote-wrapper .blockquote {
  padding-bottom: 0px;
}

@media screen and (max-width: 479px) {
  .event-box {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 799px) {
  .rubric-teaser-box,
  .start-content-sidebar-col .start-content-col,
  .start-content-sidebar-col .start-sidebar-col .accordion:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 799px) {
  .rubric-teaser-box.is-active,
  .start-content-sidebar-col .start-content-col.is-active,
  .start-content-sidebar-col .start-sidebar-col .accordion:not(:last-child).is-active {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .start-stage {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .start-stage .bg-image {
    height: 50vw;
  }
}

/* Rubrik */
@media screen and (max-width: 479px) {
  .rubric .start-stage {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .rubric .start-stage .bg-image {
    height: 66vw;
  }
}

/* ie-hacks */
/* Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a {
    display: inline;
  }
  .page-header .logo-wrapper {
    height: auto;
    position: absolute;
  }
  .page-header .logo-wrapper .logo-pic {
    position: relative;
  }
  .std-teaser-wrapper .teaser-item {
    position: relative;
  }
  .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper {
    position: relative;
  }
  .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper .more-link {
    position: absolute;
    width: 100%;
    bottom: 16px;
  }
  .std-teaser-wrapper.std-teaser-wrapper > .teaser-item {
    flex-direction: column !important;
  }
  .std-teaser-wrapper .teaser-item .inner-wrapper {
    height: 100%;
    display: block;
  }
  .std-teaser-wrapper .teaser-item .inner-wrapper p {
    margin-bottom: 3rem;
  }
  .std-teaser-wrapper .teaser-item .more-link {
    display: inline-block;
  }
  .std-teaser-wrapper .teaser-item.double-item .inner-wrapper .more-link {
    display: flex;
    align-self: baseline;
  }
  .double-item .double-wrapper .item-right .inner-wrapper {
    flex: 1 1 100%;
  }
  .double-item.stopper .double-wrapper .item-right .inner-wrapper {
    flex: 1 1 auto;
  }
  .teaser-item.quote-item .blockquote-box.small {
    flex: 1 1 auto;
  }
  .content.theme-detail-content .bg-wrapper .std-teaser-wrapper .teaser-item.pict-item .inner-wrapper {
    box-shadow: none;
  }
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item {
    flex-wrap: nowrap;
  }
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict {
    flex-wrap: nowrap;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 799px), screen and (-ms-high-contrast: none) and (max-width: 799px) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict {
    flex-wrap: nowrap;
    display: block;
  }
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-text {
    clear: both;
  }
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-pict {
    clear: both;
    float: none;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 50em), print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (min-width: 50em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict {
    flex-wrap: wrap;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 64em), print and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (min-width: 64em) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict {
    flex-wrap: nowrap;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-pict {
    display: block;
    flex-basis: 39.8%;
  }
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.small-pict .horizontal-pict figure img {
    width: 100%;
  }
  .theme-detail-content .horizontal-theme-wrapper .horizontal-teaser-item.reverse {
    flex-wrap: nowrap;
    /*
        @media screen and (max-width: 799px) {
         flex-wrap: wrap !important;
       }
    */
  }
  .page-footer .footer-sitemap .sitemap-wrapper ul li ul {
    margin-left: 8%;
  }
}
/* print */
@page {
  size: A4;
  margin: 35pt 15pt 30pt 15pt;
}
@page :first {
  margin-top: 0;
}
@media print {
  /*
    body, #content {
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  */
  body {
    /*
        width: 210mm !important;
        height: 297mm !important;
    */
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100% !important;
  }
  .page-wrapper {
    padding: 15pt 5pt 10pt 4pt;
  }
  #content, .content {
    margin: 15pt 15pt 10pt 4pt !important;
  }
  .intro .intro-content p {
    font-family: Helvetica, Arial, sans-serif;
  }
  #page-header .menu-search,
  #page-footer {
    display: none;
  }
  a:before {
    display: none !important;
  }
  p, li, span {
    widows: 5;
    orphans: 5;
  }
  h1, h2, h3, h4, li {
    page-break-after: avoid;
  }
  #content .breadcrumb,
  #content .service-bar,
  #content .std-stage,
  #content .std-teaser-wrapper,
  #content #letter-glossary #a-z,
  #content .news-list-category,
  #content .quicklinks.contact-item-wrapper,
  #content .more-link.back,
  #content .event-intro .calendar-sheet,
  #content .event-detail-box .map {
    display: none;
  }
  .page-header {
    max-height: none !important;
    max-height: unset !important;
    height: 30px !important;
    margin: 0;
  }
  .page-header .logo-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    float: none;
    width: 160px;
    height: 30px;
  }
  .page-header .logo-wrapper .logo-pic {
    left: 0;
    position: static !important;
    margin-top: 0;
  }
  .page-header .logo-wrapper .logo-pic a[href]:after {
    display: none;
  }
  .content .intro.no-stage .std-inner-content,
  .content .no-stage-pict .std-inner-content:first-of-type,
  .content .intro .std-inner-content,
  .content .std-inner-content,
  .content .std-inner-content.event-detail-box,
  .content .std-inner-content.link-list {
    margin: 0 20px 0 50px;
    margin-top: 10px !important;
    max-width: auto;
    padding: 0;
  }
  .content p, .content a, .content span, .content li, .content strong {
    font-size: 12pt !important;
  }
  .content h1 {
    font-size: 17pt !important;
  }
  .content h2 {
    font-size: 15pt !important;
  }
  .content h3 {
    font-size: 13pt !important;
  }
  .content h4 {
    font-size: 12.5pt !important;
  }
  .content .std-inner-content {
    margin-bottom: 15pt;
  }
  .content .intro .intro-content {
    margin-bottom: 0;
  }
  .content .intro .std-inner-content {
    margin-top: 40px;
    margin-top: 0;
  }
  .content .event-intro .event-item .detail-item .item-text {
    margin-left: 0;
  }
  .content .std-floatbox-small, .content .std-image-portrait, .content .blockquote-box.small {
    clear: both;
    float: none;
  }
  .content .std-image-wide {
    padding: 20px 0;
  }
  .content .std-image-wide figure .video a[href]:after {
    display: none;
  }
  .content .std-image-wide figure .video .video-start iframe {
    display: none !important;
  }
  .content .std-image-wide figure .video .video-button {
    display: none !important;
  }
  .content .std-gallery {
    display: none;
  }
  .content .std-gallery .slick-slider {
    padding: 0;
  }
  .content .std-gallery .slick-slider .slick-track {
    width: auto !important;
  }
  .content .std-gallery .slick-slider .slick-slide {
    width: 250px !important;
  }
  .content .std-inner-content.std-text-content + .link-list.std-link-list {
    margin-top: auto;
  }
  .content .std-text-content + .std-text-content {
    margin-top: auto;
  }
  .std-floatbox-small {
    max-width: none !important;
    max-width: unset !important;
    width: 100% !important;
  }
  .blockquote-box .blockquote {
    position: static;
    border: none !important;
    padding: 0;
  }
  .blockquote-box .blockquote :after {
    display: none;
  }
  .blockquote-box .figure {
    display: none;
  }
  .blockquote-box .caption-wrapper {
    position: static;
  }
  .blockquote-box.small {
    max-width: none;
    max-width: unset;
    width: 100%;
  }
  .blockquote-box.small .blockquote {
    position: static;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .blockquote-box.small .blockquote :after {
    display: none;
  }
  .blockquote-box.small .blockquote p {
    font-size: 8pt !important;
    margin-bottom: 0 !important;
  }
  .blockquote-box.small .figure {
    display: none;
  }
  .blockquote-box.small .caption-wrapper {
    position: static !important;
    padding: 0;
    margin: 0;
  }
  .blockquote-box.small .caption-wrapper p, .blockquote-box.small .caption-wrapper p.author {
    font-size: 7pt !important;
  }
  .blockquote-box.wide .blockquote {
    position: static;
    border: none !important;
    padding: 0;
  }
  .blockquote-box.wide .blockquote :after {
    display: none;
  }
  .blockquote-box.wide .figure {
    display: none;
  }
  .blockquote-box.wide .caption-wrapper {
    position: static !important;
  }
}

/*# sourceMappingURL=app.css.map */
