/** Generated: Wednesday, 25th of December 2024, 06:12:55 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
@charset "UTF-8";
.letter-spacing, .home-featured--item--title, .entry h3, .archive-list-note, h1,
h2 {
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.em-space {
  display: inline-block;
  width: 1em;
}

.font-s {
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 640px) {
  .font-s {
    font-size: 9px;
    line-height: 13px;
  }
}

.font-m, .teaser-breadcrumbs, .list-item .list-item-content .list-item-text p, .home-featured--item--text, .footnoteslink, .footnotes, .footer .footer--container .footer--copy, body, figure figcaption {
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 640px) {
  .font-m, .teaser-breadcrumbs, .list-item .list-item-content .list-item-text p, .home-featured--item--text, .footnoteslink, .footnotes, .footer .footer--container .footer--copy, body, figure figcaption {
    font-size: 12px;
    line-height: 17px;
  }
}

.font-text, .entry .entry--info-box, .entry {
  font-size: 19px;
  line-height: 25px;
}
@media (max-width: 640px) {
  .font-text, .entry .entry--info-box, .entry {
    font-size: 15px;
    line-height: 20px;
  }
}

.font-h3, .list-item h2.list-item-title {
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 640px) {
  .font-h3, .list-item h2.list-item-title {
    font-size: 23px;
    line-height: 28px;
  }
}

.font-l, .newsletter-only form *, .home-main h2.list-item-title, .home-featured--item--title, .home-featured--item--category, .entry .entry--files, .archive-list-note, .archive-list, footer form *, .search-header form *, footer > div, .search-header > div, .breadcrumbs, nav.mainnav .mainnav-button, nav.mainnav ul.mainnav-content, nav.mainnav ul.mainnav-language, header #logo, h3, h1,
h2 {
  font-size: 45px;
  line-height: 50px;
}
@media (max-width: 640px) {
  .font-l, .newsletter-only form *, .home-main h2.list-item-title, .home-featured--item--title, .home-featured--item--category, .entry .entry--files, .archive-list-note, .archive-list, footer form *, .search-header form *, footer > div, .search-header > div, .breadcrumbs, nav.mainnav .mainnav-button, nav.mainnav ul.mainnav-content, nav.mainnav ul.mainnav-language, header #logo, h3, h1,
h2 {
    font-size: 34px;
    line-height: 39px;
  }
}

.regular {
  font-family: "Neutral Regular", sans-serif;
}

.italic {
  font-family: "Neutral Regular Italic", sans-serif;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "ss02";
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: "ss02";
  /* low-level (old Webkit)       */
  font-feature-settings: "ss02" on;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: normal;
}

table td {
  padding: 0 1rem 0.25rem 0;
  vertical-align: top;
}

label {
  text-transform: uppercase;
  margin-right: 9px;
  display: block;
}

picture {
  display: block;
}
picture img {
  display: block;
}

figure {
  margin: 25px 50px;
  text-align: center;
}
figure img {
  max-width: 100%;
}
figure figcaption {
  margin-top: 2.25px;
  text-align: left;
}

input {
  border-radius: 0px;
}

input:focus,
button:focus {
  outline: 0px solid black;
}

#spaLoader {
  position: fixed;
  z-index: 133337;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  color: white;
  font-size: 15.85vw;
  letter-spacing: 0.25em;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
  background-color: black;
}
#spaLoader .marquee {
  display: block;
  animation: opac 120s infinite linear;
  white-space: nowrap;
}

@keyframes opac {
  0% {
    transform: translate3D(0, 0, 0);
  }
  50% {
    transform: translate3D(-325%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
.rjp-player-container {
  width: 10em;
  margin: auto;
  background: none !important;
}

.rjp-player-container .jp-play, .jp-pause {
  left: 35px !important;
}

.rjp-player-container .jp-mute, .jp-unmute {
  left: 0 !important;
}

.jp-controls a.jp-play, .jp-controls .jp-pause, .jp-controls .jp-mute, .jp-controls .jp-unmute {
  background: blue !important;
}

.audio-player {
  height: 75px;
  width: 230px;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}

.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
}

.audio-player .timeline .progress {
  width: 0%;
  height: 100%;
  transition: 0.25s;
}

.audio-player .controls {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 20px;
}

.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 14px solid #0000;
  border-left: 24px solid white;
}

.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}

.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}

.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}

.audio-player .controls .time {
  display: flex;
}

.audio-player .controls .time > * {
  padding: 2px;
}

.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: #D3D3D3;
  transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: black;
  height: 100%;
  width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

.play-container {
  width: 70px;
  height: 70px;
  background: black;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.volume-container {
  width: 40px;
  height: 40px;
  background: black;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.audio-player .controls .toggle-play.play {
  left: 10px !important;
}

.audio-player .controls .toggle-play.pause {
  left: 4px;
  width: 23px;
}
.audio-player .controls .toggle-play.pause::before {
  top: -3px;
  height: 22px;
  width: 4px;
}
.audio-player .controls .toggle-play.pause::after {
  top: -3px;
  height: 22px;
  width: 4px;
}

.level-1 {
  padding-left: 50px;
}

.level-2 {
  padding-left: 100px;
}

.level-3 {
  padding-left: 150px;
}

.level-4 {
  padding-left: 200px;
}

.level-m-1 {
  margin-left: 50px;
}

.level-m-2 {
  margin-left: 100px;
}

.level-m-3 {
  margin-left: 150px;
}

.level-m-4 {
  margin-left: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 font-size: 2em;
 margin: 0.67em 0;
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

* {
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Neutral Regular", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  font-weight: normal;
}

ul {
  list-style: none;
}

a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}

.archive-list a:hover, nav a:hover, .breadcrumbs a:hover {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
  text-transform: inherit;
}

p a:hover {
  text-decoration: none;
}

header {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
header #logo {
  font-weight: normal;
  margin: 8px;
  display: block;
  width: 60vw;
}

main[role=main] {
  flex: 1 0 auto;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav.mainnav {
  position: fixed;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 2;
}
nav.mainnav.active .mainnav-language {
  display: block;
}
nav.mainnav.active ul.mainnav-content {
  display: block;
}
nav.mainnav .mainnav-button, nav.mainnav ul.mainnav-content, nav.mainnav ul.mainnav-language {
  color: white;
  background-color: black;
  padding: 5px 10.5px;
}
nav.mainnav .mainnav-button {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
nav.mainnav .mainnav-button:hover {
  text-decoration: underline;
}
nav.mainnav ul.mainnav-content {
  text-align: left;
  display: none;
  max-width: 242px;
  margin-left: auto;
}
nav.mainnav ul.mainnav-language {
  background-color: var(--random-background-color-light);
  color: var(--random-text-color-light);
  padding: 4.5px 10.5px 10.5px;
  display: block;
  text-transform: uppercase;
  max-width: 164px;
  margin-left: auto;
}
nav.mainnav ul.mainnav-language li {
  float: left;
}
nav.mainnav ul.mainnav-language li.active {
  text-decoration: underline;
}
nav.mainnav ul.mainnav-language li:nth-child(1):after {
  content: " / ";
  display: inline-block;
  text-decoration: none;
  margin-right: -4px;
}
nav.mainnav ul.mainnav-language li:last-child {
  float: none;
  clear: both;
}

.breadcrumbs {
  padding: 4.5px 9px 0;
  margin-bottom: 1em;
}
.breadcrumbs li:nth-child(0) {
  margin-left: calc( 50px * ( 0 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(1) {
  margin-left: calc( 50px * ( 1 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(2) {
  margin-left: calc( 50px * ( 2 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(3) {
  margin-left: calc( 50px * ( 3 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(4) {
  margin-left: calc( 50px * ( 4 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(5) {
  margin-left: calc( 50px * ( 5 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(6) {
  margin-left: calc( 50px * ( 6 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(7) {
  margin-left: calc( 50px * ( 7 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(8) {
  margin-left: calc( 50px * ( 8 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li:nth-child(9) {
  margin-left: calc( 50px * ( 9 - 1 ) );
  overflow-wrap: break-word;
}
.breadcrumbs li span {
  text-transform: uppercase;
}

#home main[role=main] {
  display: block;
}
#home main[role=main].done {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
#home header {
  position: absolute;
  top: 0;
  left: 0;
}

.home-main {
  margin-top: 140px;
}

#search .tags {
  color: var(--random-text-color-dark);
  background-color: var(--random-background-color-dark);
}
#search h2 {
  padding-bottom: 0;
  margin: 0;
}
#search p {
  text-indent: 0;
}
#search .search-header form {
  width: calc(100% - 57px - 183px);
  margin-left: 38px;
  padding: 9px;
  margin-top: 4px;
}
#search .search-header button#search {
  padding-right: 0 !important;
}

footer > div, .search-header > div {
  color: white;
}
footer form, .search-header form {
  width: 100%;
  position: relative;
  background-color: black;
}
footer form .field, .search-header form .field {
  display: flex;
  flex-flow: nowrap;
  width: 100%;
}
footer form *, .search-header form * {
  text-align: left;
  color: white;
  background-color: black;
  border: 0;
}
footer form input[type=text], .search-header form input[type=text] {
  border-bottom: 2px dashed white;
  min-width: 0;
  flex-basis: 100%;
}
footer form button, .search-header form button {
  text-transform: uppercase;
}
footer .back-to-overview, .search-header .back-to-overview {
  background-color: var(--random-background-color-light);
  color: var(--random-text-color-light);
  padding: 9px;
  display: inline-block;
}

@media screen and (max-width: 680px) {
  html, body {
    height: auto;
  }

  #home header {
    position: relative;
  }

  .list-wrapper {
    justify-content: initial;
    flex-flow: column wrap;
    height: auto;
  }
  .list-wrapper .list-item {
    margin-top: 0 !important;
  }

  .archive-list {
    padding: 0 9px;
  }
  .archive-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .archive-list ul li {
    float: none;
    flex: 0 1 33%;
    margin: 0;
  }

  .team-members > div {
    width: calc( 50% - (9px * 2) );
    margin: 9px;
  }

  form input[type=submit] {
    -webkit-appearance: none;
  }
  form input[type=text] {
    width: 100%;
  }

  footer form, .search-header form {
    max-width: 100%;
    width: 100%;
  }
  footer form .field, .search-header form .field {
    display: block;
    box-sizing: border-box;
  }
  footer form button, .search-header form button {
    margin-left: 0;
  }
}
.archive-list {
  text-align: left;
  margin: 50px 0;
}
.archive-list--list li {
  display: inline-block;
  padding: 1em 1em 0 0;
}
.archive-list--item picture img {
  width: auto;
  height: 1em;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 9px;
}

.entry {
  width: calc(100% - 18px);
  margin: 0 auto;
  padding-bottom: 50px;
}
.entry.level-2 {
  width: calc(100% - 100px);
}
.entry * {
  overflow-wrap: break-word;
}
.entry p {
  margin-bottom: 25px;
  text-align: left;
}
.entry p.quote-text, .entry p.quote-author {
  margin-left: 8rem;
}
@media (max-width: 640px) {
  .entry p.quote-text, .entry p.quote-author {
    margin-left: 4rem;
  }
}
.entry p.quote-text {
  padding-top: 25px;
  padding-bottom: 25px;
}
.entry p.quote-author {
  margin-top: -25px;
  padding-bottom: 25px;
}
.lang-deutsch .entry p.quote-text::before {
  content: "„";
}
.lang-default .entry p.quote-text::before {
  content: "“";
}
.lang-deutsch .entry p.quote-text::after {
  content: "“";
}
.lang-default .entry p.quote-text::after {
  content: "”";
}
.entry p.quote-author::before {
  content: "— ";
}
.entry p.small {
  font-size: 10px;
  line-height: 14px;
}
.entry hr {
  border: none;
  border-bottom: 1px solid black;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.entry h1 {
  margin: 0 0 1em;
}
.entry h2 {
  margin: 50px 0 25px 0;
}
.entry h3 {
  font-size: 30px;
  line-height: 35px;
  margin: 50px 0 25px;
}
.entry small {
  font-size: 10px;
  line-height: 14px;
}
.entry .entry--copy,
.entry .entry--footnotes {
  max-width: 720px;
  margin: 0 auto;
}
.entry .entry--footnotes {
  margin-bottom: 25px;
}
.entry .entry--info-box {
  max-width: 720px;
  padding: 9px;
  margin: 0 auto 25px;
  color: var(--random-text-color-light);
  background-color: var(--random-background-color-light);
}
@media (max-width: 720px) {
  .entry .entry--info-box {
    margin: 0 auto 9px;
  }
}
.entry .entry--info-box p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.entry .entry--video {
  max-width: 720px;
  margin: 35px auto;
}
.entry .entry--video img {
  position: absolute;
  opacity: 0;
}
.entry .entry--video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.entry .iframe-holder {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.entry .iframe-holder iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.entry .entry--gallery {
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 25px 0 41px;
}
.entry .entry--gallery figure {
  margin: 0;
  width: calc( 33% - ( 9px * 1 ) );
  margin: 0 0 18px;
}
.entry .entry--gallery figure.big {
  width: 100%;
}
.entry .entry--gallery figure.is_big {
  width: calc(100% + 300px) !important;
  margin-left: -150px;
  margin-right: -150px;
}
@media (min-width: 920px) and (max-width: 1035px) {
  .entry .entry--gallery figure.is_big {
    width: calc(100% + 150px) !important;
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (max-width: 919px) {
  .entry .entry--gallery figure.is_big {
    width: calc(100%) !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry .entry--gallery figure.is_big figcaption {
  display: block;
}
.entry .entry--gallery img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}
.entry .entry--gallery figcaption {
  display: none;
}
.entry .entry--gallery figcaption.show {
  display: block;
  padding-bottom: 9px;
}
.entry .entry--files {
  max-width: 720px;
  margin: 35px auto;
}
.entry .entry--image {
  max-width: 720px;
  margin: 0 auto 25px;
}
.entry .entry--image picture {
  display: block;
}
.entry .entry--image picture img {
  display: block;
}

.footer .footer--container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer--container .footer--copy {
  width: calc(50% - 18px);
  padding: 9px;
  color: var(--random-text-color-dark);
  background-color: var(--random-background-color-dark);
}
@media (max-width: 960px) {
  .footer .footer--container .footer--copy {
    width: calc(100% - 18px);
  }
}
.footer .footer--container .footer--action {
  background-color: black;
  width: calc(50% - 18px);
  padding: 9px;
}
@media (max-width: 960px) {
  .footer .footer--container .footer--action {
    width: calc(100% - 18px);
  }
}

div#footer--player {
  background-color: black;
  width: calc(100% - 18px);
  padding: 9px;
}
@media (max-width: 960px) {
  div#footer--player {
    width: calc(100% - 18px);
  }
}
div#footer--player iframe.player--home {
  width: 100% !important;
  padding-bottom: 0;
}

iframe.radio--player {
  width: 100% !important;
  padding-bottom: 0;
}

.rjp-container {
  background: white !important;
}

.footnotes .footnotes--number {
  display: inline-block;
  margin-right: 0.5em;
}
.footnotes p {
  display: inline;
}
.footnotes > div {
  margin-bottom: 4.5px;
}
.footnotes > div:last-child {
  margin-bottom: 0;
}

.footnoteslink {
  text-decoration: none;
  color: black;
  vertical-align: 1px;
}
.footnoteslink:hover {
  text-decoration: underline;
}

#home main {
  position: relative;
  margin-top: 180px;
}

.home-featured {
  z-index: 1;
  margin-top: -180px;
}
@media (max-width: 640px) {
  .home-featured {
    margin: 50px 0;
  }
}
.home-featured .mainnav {
  position: relative;
  float: right;
  display: block;
}
.home-featured .mainnav .mainnav-content {
  display: none;
}
@media (max-width: 640px) {
  .home-featured .mainnav {
    position: fixed;
    display: none;
  }
  .home-featured .mainnav .mainnav-content {
    display: block;
  }
}
.home-featured .mainnav-language {
  width: 3.5em;
  max-width: 4em;
}
.home-featured .mainnav-language li.active {
  position: absolute;
}
.home-featured--item {
  display: block;
  width: calc(253px - 18px);
  padding: 9px;
  margin: 0;
  background-color: black;
  color: white;
  float: none;
  clear: both;
}
@media (max-width: 640px) {
  .home-featured--item {
    width: calc(100% - 36px);
    margin: 0 9px;
  }
}
.home-featured--item.lightgrey {
  background-color: var(--random-background-color-light);
  color: var(--random-text-color-light);
}
.home-featured--item--image {
  padding: 9px 0;
}
.home-featured--item--image picture {
  display: block;
  margin-left: 4.5px;
  width: calc(100% - 9px) !important;
}
.home-featured--item--image picture img {
  display: block;
  width: 100%;
}
.home-featured--item--text {
  text-transform: none;
  padding: 4.5px 0 6.75px 4.5px;
}
.home-featured .rjp-player-container {
  width: 10em;
  margin: 0;
  background: none !important;
}
.home-featured .rjp-player-container .jp-play, .home-featured .jp-pause {
  left: 35px !important;
}
.home-featured .rjp-player-container .jp-mute, .home-featured .jp-unmute {
  left: 0 !important;
}
.home-featured .jp-controls a.jp-play, .home-featured .jp-controls .jp-pause, .home-featured .jp-controls .jp-mute, .home-featured .jp-controls .jp-unmute {
  background: black !important;
}

.home-main {
  justify-content: center !important;
  align-content: flex-start;
  width: calc(100% - 261px) !important;
  margin: 0 !important;
  position: relative;
  left: 0;
}
@media (max-width: 640px) {
  .home-main {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 50px !important;
  }
}

@media (max-width: 640px) {
  #ghost {
    display: none;
  }
}

@media (max-width: 640px) {
  #home main {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  #home main.done {
    flex-wrap: wrap !important;
  }
}

.rjp-player-container {
  width: 10em;
  margin: auto;
  background: none !important;
}

.rjp-player-container .jp-play, .jp-pause {
  left: 35px !important;
}

.rjp-player-container .jp-mute, .jp-unmute {
  left: 0 !important;
}

.jp-controls a.jp-play, .jp-controls .jp-pause, .jp-controls .jp-mute, .jp-controls .jp-unmute {
  background: blue !important;
}

.list-item figure {
  margin: 0;
}

.list-wrapper {
  text-align: center;
  width: 100%;
  margin: 0 auto 50px;
}
.list-wrapper--block {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.list-wrapper--headline {
  margin-top: 50px;
  width: 100%;
}
.list-wrapper--headline h2 {
  overflow-wrap: break-word;
  text-align: left;
  max-width: 720px;
  margin: 0 9px 1em;
}
.list-wrapper--headline + .list-item {
  margin-top: 0 !important;
}

.list-item {
  max-width: 442px;
  width: auto;
  text-align: left;
  padding: 9px;
  opacity: 0;
}
@media (max-width: 480px) {
  .list-item {
    max-width: calc(100% - 18px);
  }
}
.list-item.visible {
  opacity: 1;
}
.list-item .list-item {
  width: 100% !important;
  padding: 0;
  margin-top: 0 !important;
}
.list-item h2.list-item-title {
  display: inline;
}
.list-item h2.list-item-title.done {
  display: inline-block;
}
.list-item .list-item-content {
  width: 100%;
}
.list-item .list-item-content img.list-item-image {
  width: 100%;
}
.list-item .list-item-content picture img {
  width: 100%;
}
.list-item .list-item-content .list-item-text {
  text-transform: initial;
}
.list-item .list-item-content .list-item-text p.caption {
  font-size: 0.5em;
  margin-top: -0.5em;
  margin-bottom: 0.2em;
}
.list-item .list-item-children {
  margin-top: 9px;
}
.list-item a {
  display: block;
}

.logo {
  display: block;
  margin: 9px 9px 0;
}
.logo img {
  height: 112px;
}
@media (max-width: 1280px) {
  .logo img {
    height: 75px;
  }
}
@media (max-width: 960px) {
  .logo img {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .logo img {
    height: auto;
    width: calc(100% - 68px);
  }
}

.teaser-breadcrumbs {
  display: block;
}

.mainnav--matrix a {
  padding: 7px 9px;
  background-color: var(--random-background-color-dark);
  color: var(--random-text-color-dark);
  display: inline-block;
}
.mainnav--matrix a:hover {
  background-color: black;
  text-decoration: none;
}
.mainnav--matrix a.active {
  background-color: black;
}
.mainnav .savvy-friends {
  display: block;
  background: #0043ff;
  font-size: 25px;
  color: white !important;
  line-height: initial;
  padding: 0.1em;
}
.mainnav.mobile_is_open {
  display: block;
  top: 44px;
}
.mainnav.mobile_is_open .mainnav-button {
  display: none;
}
.mainnav.mobile_is_open .mainnav-content {
  display: block;
}
.mainnav.mobile_is_open .mainnav-language {
  display: block;
}
.mainnav .rjp-player-container {
  width: 10em;
  margin: 0;
  background: none !important;
}
.mainnav .rjp-player-container .jp-play, .mainnav .jp-pause {
  left: 35px !important;
}
.mainnav .rjp-player-container .jp-mute, .mainnav .jp-unmute {
  left: 0 !important;
}
.mainnav .jp-controls a.jp-play, .mainnav .jp-controls .jp-pause, .mainnav .jp-controls .jp-mute, .mainnav .jp-controls .jp-unmute {
  background: black !important;
}
.mainnav .audio-player .controls .toggle-play.pause {
  left: 4px;
  width: 23px;
}
.mainnav .audio-player .controls .toggle-play.pause::before {
  top: -3px;
  height: 22px;
  width: 4px;
}
.mainnav .audio-player .controls .toggle-play.pause::after {
  top: -3px;
  height: 22px;
  width: 4px;
}
@media (max-width: 640px) {
  .mainnav {
    display: none;
  }
}

.team-members {
  width: calc(100% - 200px) !important;
  padding-left: 0;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 640px) {
  .team-members {
    width: calc(100%) !important;
  }
}
.team-members .team-member {
  margin: 0;
  width: calc(33.333% - 18px);
  margin: 9px;
}
@media (max-width: 960px) {
  .team-members .team-member {
    width: calc(50% - 18px);
  }
}
@media (max-width: 640px) {
  .team-members .team-member {
    width: calc(100% - 18px);
  }
}
.team-members .team-member p {
  margin-bottom: 16px;
}
.team-members .team-member iframe,
.team-members .team-member img,
.team-members .team-member picture {
  width: 100%;
}

.team-past-members {
  width: calc(100% - 218px) !important;
  padding-left: 0;
  margin: 0 auto;
}
.team-past-members p {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .ghost {
    display: none;
  }
}

.figure-wrapper {
  position: relative;
  display: inline-block;
}
.figure-wrapper:hover {
  cursor: zoom-in;
}
.is_big .figure-wrapper .figure-wrapper--next,
.is_big .figure-wrapper .figure-wrapper--prev {
  display: block;
}
.is_big .figure-wrapper:hover {
  cursor: zoom-out;
}
.figure-wrapper--next, .figure-wrapper--prev {
  display: none;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
}
.figure-wrapper--next {
  right: 0;
}
.figure-wrapper--next:hover {
  cursor: e-resize;
}
.figure-wrapper--prev {
  left: 0;
}
.figure-wrapper--prev:hover {
  cursor: w-resize;
}

.hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2674;
  padding: 9px;
  height: 44px;
  width: 53px;
  border: 0px solid black;
  background-color: black;
}
@media (max-width: 640px) {
  .hamburger {
    display: block;
  }
}
.hamburger:focus {
  outline: none;
}
.hamburger.hamburger_is_active span {
  transform-origin: center;
}
.hamburger.hamburger_is_active span:nth-child(1) {
  opacity: 0;
}
.hamburger.hamburger_is_active span:nth-child(2) {
  transform: rotate(-45deg);
  display: block;
}
.hamburger.hamburger_is_active span:nth-child(3) {
  transform: rotate(45deg);
  display: block;
}
.hamburger.hamburger_is_active span:nth-child(4) {
  opacity: 0;
}
.hamburger span {
  position: absolute;
  left: 9px;
  width: calc(100% - 18px);
  height: 3px;
  background-color: white;
}
.hamburger span:nth-child(1) {
  top: 9px;
  opacity: 1;
}
.hamburger span:nth-child(2) {
  transform: rotate(0);
  top: calc(50% - 1.5px);
}
.hamburger span:nth-child(3) {
  transform: rotate(0);
  top: calc(50% - 1.5px);
}
.hamburger span:nth-child(4) {
  bottom: 9px;
  opacity: 1;
}

.newsletter-only {
  background-color: white;
  width: calc(100% - 18px);
  padding: 9px;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 50px;
}
.newsletter-only form {
  width: 100%;
  position: relative;
  background-color: white;
}
.newsletter-only form .field {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.newsletter-only form * {
  text-align: left;
  color: black;
  background-color: white;
  border: 0;
}
.newsletter-only form input[type=text] {
  border-bottom: 2px dashed black;
  min-width: 0;
  flex-basis: 100%;
}
.newsletter-only form button {
  text-transform: uppercase;
}

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

